Name | Type | Description | Notes |
---|---|---|---|
Id | float32 | ||
OrgId | float32 | ||
UserId | float32 | ||
Status | float32 | ||
CreatedAt | string | ||
UpdatedAt | NullableString | ||
DefaultOrg | float32 | ||
Role | string | ||
Privacy | float32 | ||
Billing | float32 | ||
CreatedBy | string | ||
UpdatedBy | string | ||
OrgName | string | ||
OrgSlug | string | ||
OrgUrl | string | ||
GrafanaCloud | float32 | ||
ResellerId | NullableFloat32 | ||
ContractTypeId | float32 | ||
AllowGCloudTrial | FormattedOrgMembershipAllowGCloudTrial | ||
HlUsage | float32 | ||
HmCurrentGraphiteUsage | float32 | ||
HmCurrentPrometheusUsage | float32 | ||
HgDatasourceCnts | string | ||
UserFirstName | string | ||
UserLastName | string | ||
UserUsername | string | ||
UserStatus | float32 | ||
UserEmail | string | ||
UserName | string | ||
Subscriptions | Subscriptions | ||
MarketplaceSubscription | NullableItemsInner2MarketplaceSubscription | ||
ExtraPermissions | Pointer to []string | [optional] | |
GrafanaStaffAccess | Pointer to NullableItemsInner2GrafanaStaffAccess | [optional] |
func NewFormattedOrgMembership(id float32, orgId float32, userId float32, status float32, createdAt string, updatedAt NullableString, defaultOrg float32, role string, privacy float32, billing float32, createdBy string, updatedBy string, orgName string, orgSlug string, orgUrl string, grafanaCloud float32, resellerId NullableFloat32, contractTypeId float32, allowGCloudTrial FormattedOrgMembershipAllowGCloudTrial, hlUsage float32, hmCurrentGraphiteUsage float32, hmCurrentPrometheusUsage float32, hgDatasourceCnts string, userFirstName string, userLastName string, userUsername string, userStatus float32, userEmail string, userName string, subscriptions Subscriptions, marketplaceSubscription NullableItemsInner2MarketplaceSubscription, ) *FormattedOrgMembership
NewFormattedOrgMembership instantiates a new FormattedOrgMembership object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewFormattedOrgMembershipWithDefaults() *FormattedOrgMembership
NewFormattedOrgMembershipWithDefaults instantiates a new FormattedOrgMembership object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *FormattedOrgMembership) GetId() float32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *FormattedOrgMembership) GetIdOk() (*float32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedOrgMembership) SetId(v float32)
SetId sets Id field to given value.
func (o *FormattedOrgMembership) GetOrgId() float32
GetOrgId returns the OrgId field if non-nil, zero value otherwise.
func (o *FormattedOrgMembership) GetOrgIdOk() (*float32, bool)
GetOrgIdOk returns a tuple with the OrgId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedOrgMembership) SetOrgId(v float32)
SetOrgId sets OrgId field to given value.
func (o *FormattedOrgMembership) GetUserId() float32
GetUserId returns the UserId field if non-nil, zero value otherwise.
func (o *FormattedOrgMembership) GetUserIdOk() (*float32, bool)
GetUserIdOk returns a tuple with the UserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedOrgMembership) SetUserId(v float32)
SetUserId sets UserId field to given value.
func (o *FormattedOrgMembership) GetStatus() float32
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *FormattedOrgMembership) GetStatusOk() (*float32, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedOrgMembership) SetStatus(v float32)
SetStatus sets Status field to given value.
func (o *FormattedOrgMembership) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *FormattedOrgMembership) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedOrgMembership) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.
func (o *FormattedOrgMembership) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *FormattedOrgMembership) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedOrgMembership) SetUpdatedAt(v string)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *FormattedOrgMembership) SetUpdatedAtNil(b bool)
SetUpdatedAtNil sets the value for UpdatedAt to be an explicit nil
func (o *FormattedOrgMembership) UnsetUpdatedAt()
UnsetUpdatedAt ensures that no value is present for UpdatedAt, not even an explicit nil
func (o *FormattedOrgMembership) GetDefaultOrg() float32
GetDefaultOrg returns the DefaultOrg field if non-nil, zero value otherwise.
func (o *FormattedOrgMembership) GetDefaultOrgOk() (*float32, bool)
GetDefaultOrgOk returns a tuple with the DefaultOrg field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedOrgMembership) SetDefaultOrg(v float32)
SetDefaultOrg sets DefaultOrg field to given value.
func (o *FormattedOrgMembership) GetRole() string
GetRole returns the Role field if non-nil, zero value otherwise.
func (o *FormattedOrgMembership) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedOrgMembership) SetRole(v string)
SetRole sets Role field to given value.
func (o *FormattedOrgMembership) GetPrivacy() float32
GetPrivacy returns the Privacy field if non-nil, zero value otherwise.
func (o *FormattedOrgMembership) GetPrivacyOk() (*float32, bool)
GetPrivacyOk returns a tuple with the Privacy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedOrgMembership) SetPrivacy(v float32)
SetPrivacy sets Privacy field to given value.
func (o *FormattedOrgMembership) GetBilling() float32
GetBilling returns the Billing field if non-nil, zero value otherwise.
func (o *FormattedOrgMembership) GetBillingOk() (*float32, bool)
GetBillingOk returns a tuple with the Billing field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedOrgMembership) SetBilling(v float32)
SetBilling sets Billing field to given value.
func (o *FormattedOrgMembership) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *FormattedOrgMembership) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedOrgMembership) SetCreatedBy(v string)
SetCreatedBy sets CreatedBy field to given value.
func (o *FormattedOrgMembership) GetUpdatedBy() string
GetUpdatedBy returns the UpdatedBy field if non-nil, zero value otherwise.
func (o *FormattedOrgMembership) GetUpdatedByOk() (*string, bool)
GetUpdatedByOk returns a tuple with the UpdatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedOrgMembership) SetUpdatedBy(v string)
SetUpdatedBy sets UpdatedBy field to given value.
func (o *FormattedOrgMembership) GetOrgName() string
GetOrgName returns the OrgName field if non-nil, zero value otherwise.
func (o *FormattedOrgMembership) GetOrgNameOk() (*string, bool)
GetOrgNameOk returns a tuple with the OrgName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedOrgMembership) SetOrgName(v string)
SetOrgName sets OrgName field to given value.
func (o *FormattedOrgMembership) GetOrgSlug() string
GetOrgSlug returns the OrgSlug field if non-nil, zero value otherwise.
func (o *FormattedOrgMembership) GetOrgSlugOk() (*string, bool)
GetOrgSlugOk returns a tuple with the OrgSlug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedOrgMembership) SetOrgSlug(v string)
SetOrgSlug sets OrgSlug field to given value.
func (o *FormattedOrgMembership) GetOrgUrl() string
GetOrgUrl returns the OrgUrl field if non-nil, zero value otherwise.
func (o *FormattedOrgMembership) GetOrgUrlOk() (*string, bool)
GetOrgUrlOk returns a tuple with the OrgUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedOrgMembership) SetOrgUrl(v string)
SetOrgUrl sets OrgUrl field to given value.
func (o *FormattedOrgMembership) GetGrafanaCloud() float32
GetGrafanaCloud returns the GrafanaCloud field if non-nil, zero value otherwise.
func (o *FormattedOrgMembership) GetGrafanaCloudOk() (*float32, bool)
GetGrafanaCloudOk returns a tuple with the GrafanaCloud field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedOrgMembership) SetGrafanaCloud(v float32)
SetGrafanaCloud sets GrafanaCloud field to given value.
func (o *FormattedOrgMembership) GetResellerId() float32
GetResellerId returns the ResellerId field if non-nil, zero value otherwise.
func (o *FormattedOrgMembership) GetResellerIdOk() (*float32, bool)
GetResellerIdOk returns a tuple with the ResellerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedOrgMembership) SetResellerId(v float32)
SetResellerId sets ResellerId field to given value.
func (o *FormattedOrgMembership) SetResellerIdNil(b bool)
SetResellerIdNil sets the value for ResellerId to be an explicit nil
func (o *FormattedOrgMembership) UnsetResellerId()
UnsetResellerId ensures that no value is present for ResellerId, not even an explicit nil
func (o *FormattedOrgMembership) GetContractTypeId() float32
GetContractTypeId returns the ContractTypeId field if non-nil, zero value otherwise.
func (o *FormattedOrgMembership) GetContractTypeIdOk() (*float32, bool)
GetContractTypeIdOk returns a tuple with the ContractTypeId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedOrgMembership) SetContractTypeId(v float32)
SetContractTypeId sets ContractTypeId field to given value.
func (o *FormattedOrgMembership) GetAllowGCloudTrial() FormattedOrgMembershipAllowGCloudTrial
GetAllowGCloudTrial returns the AllowGCloudTrial field if non-nil, zero value otherwise.
func (o *FormattedOrgMembership) GetAllowGCloudTrialOk() (*FormattedOrgMembershipAllowGCloudTrial, bool)
GetAllowGCloudTrialOk returns a tuple with the AllowGCloudTrial field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedOrgMembership) SetAllowGCloudTrial(v FormattedOrgMembershipAllowGCloudTrial)
SetAllowGCloudTrial sets AllowGCloudTrial field to given value.
func (o *FormattedOrgMembership) GetHlUsage() float32
GetHlUsage returns the HlUsage field if non-nil, zero value otherwise.
func (o *FormattedOrgMembership) GetHlUsageOk() (*float32, bool)
GetHlUsageOk returns a tuple with the HlUsage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedOrgMembership) SetHlUsage(v float32)
SetHlUsage sets HlUsage field to given value.
func (o *FormattedOrgMembership) GetHmCurrentGraphiteUsage() float32
GetHmCurrentGraphiteUsage returns the HmCurrentGraphiteUsage field if non-nil, zero value otherwise.
func (o *FormattedOrgMembership) GetHmCurrentGraphiteUsageOk() (*float32, bool)
GetHmCurrentGraphiteUsageOk returns a tuple with the HmCurrentGraphiteUsage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedOrgMembership) SetHmCurrentGraphiteUsage(v float32)
SetHmCurrentGraphiteUsage sets HmCurrentGraphiteUsage field to given value.
func (o *FormattedOrgMembership) GetHmCurrentPrometheusUsage() float32
GetHmCurrentPrometheusUsage returns the HmCurrentPrometheusUsage field if non-nil, zero value otherwise.
func (o *FormattedOrgMembership) GetHmCurrentPrometheusUsageOk() (*float32, bool)
GetHmCurrentPrometheusUsageOk returns a tuple with the HmCurrentPrometheusUsage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedOrgMembership) SetHmCurrentPrometheusUsage(v float32)
SetHmCurrentPrometheusUsage sets HmCurrentPrometheusUsage field to given value.
func (o *FormattedOrgMembership) GetHgDatasourceCnts() string
GetHgDatasourceCnts returns the HgDatasourceCnts field if non-nil, zero value otherwise.
func (o *FormattedOrgMembership) GetHgDatasourceCntsOk() (*string, bool)
GetHgDatasourceCntsOk returns a tuple with the HgDatasourceCnts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedOrgMembership) SetHgDatasourceCnts(v string)
SetHgDatasourceCnts sets HgDatasourceCnts field to given value.
func (o *FormattedOrgMembership) GetUserFirstName() string
GetUserFirstName returns the UserFirstName field if non-nil, zero value otherwise.
func (o *FormattedOrgMembership) GetUserFirstNameOk() (*string, bool)
GetUserFirstNameOk returns a tuple with the UserFirstName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedOrgMembership) SetUserFirstName(v string)
SetUserFirstName sets UserFirstName field to given value.
func (o *FormattedOrgMembership) GetUserLastName() string
GetUserLastName returns the UserLastName field if non-nil, zero value otherwise.
func (o *FormattedOrgMembership) GetUserLastNameOk() (*string, bool)
GetUserLastNameOk returns a tuple with the UserLastName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedOrgMembership) SetUserLastName(v string)
SetUserLastName sets UserLastName field to given value.
func (o *FormattedOrgMembership) GetUserUsername() string
GetUserUsername returns the UserUsername field if non-nil, zero value otherwise.
func (o *FormattedOrgMembership) GetUserUsernameOk() (*string, bool)
GetUserUsernameOk returns a tuple with the UserUsername field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedOrgMembership) SetUserUsername(v string)
SetUserUsername sets UserUsername field to given value.
func (o *FormattedOrgMembership) GetUserStatus() float32
GetUserStatus returns the UserStatus field if non-nil, zero value otherwise.
func (o *FormattedOrgMembership) GetUserStatusOk() (*float32, bool)
GetUserStatusOk returns a tuple with the UserStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedOrgMembership) SetUserStatus(v float32)
SetUserStatus sets UserStatus field to given value.
func (o *FormattedOrgMembership) GetUserEmail() string
GetUserEmail returns the UserEmail field if non-nil, zero value otherwise.
func (o *FormattedOrgMembership) GetUserEmailOk() (*string, bool)
GetUserEmailOk returns a tuple with the UserEmail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedOrgMembership) SetUserEmail(v string)
SetUserEmail sets UserEmail field to given value.
func (o *FormattedOrgMembership) GetUserName() string
GetUserName returns the UserName field if non-nil, zero value otherwise.
func (o *FormattedOrgMembership) GetUserNameOk() (*string, bool)
GetUserNameOk returns a tuple with the UserName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedOrgMembership) SetUserName(v string)
SetUserName sets UserName field to given value.
func (o *FormattedOrgMembership) GetSubscriptions() Subscriptions
GetSubscriptions returns the Subscriptions field if non-nil, zero value otherwise.
func (o *FormattedOrgMembership) GetSubscriptionsOk() (*Subscriptions, bool)
GetSubscriptionsOk returns a tuple with the Subscriptions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedOrgMembership) SetSubscriptions(v Subscriptions)
SetSubscriptions sets Subscriptions field to given value.
func (o *FormattedOrgMembership) GetMarketplaceSubscription() ItemsInner2MarketplaceSubscription
GetMarketplaceSubscription returns the MarketplaceSubscription field if non-nil, zero value otherwise.
func (o *FormattedOrgMembership) GetMarketplaceSubscriptionOk() (*ItemsInner2MarketplaceSubscription, bool)
GetMarketplaceSubscriptionOk returns a tuple with the MarketplaceSubscription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedOrgMembership) SetMarketplaceSubscription(v ItemsInner2MarketplaceSubscription)
SetMarketplaceSubscription sets MarketplaceSubscription field to given value.
func (o *FormattedOrgMembership) SetMarketplaceSubscriptionNil(b bool)
SetMarketplaceSubscriptionNil sets the value for MarketplaceSubscription to be an explicit nil
func (o *FormattedOrgMembership) UnsetMarketplaceSubscription()
UnsetMarketplaceSubscription ensures that no value is present for MarketplaceSubscription, not even an explicit nil
func (o *FormattedOrgMembership) GetExtraPermissions() []string
GetExtraPermissions returns the ExtraPermissions field if non-nil, zero value otherwise.
func (o *FormattedOrgMembership) GetExtraPermissionsOk() (*[]string, bool)
GetExtraPermissionsOk returns a tuple with the ExtraPermissions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedOrgMembership) SetExtraPermissions(v []string)
SetExtraPermissions sets ExtraPermissions field to given value.
func (o *FormattedOrgMembership) HasExtraPermissions() bool
HasExtraPermissions returns a boolean if a field has been set.
func (o *FormattedOrgMembership) GetGrafanaStaffAccess() ItemsInner2GrafanaStaffAccess
GetGrafanaStaffAccess returns the GrafanaStaffAccess field if non-nil, zero value otherwise.
func (o *FormattedOrgMembership) GetGrafanaStaffAccessOk() (*ItemsInner2GrafanaStaffAccess, bool)
GetGrafanaStaffAccessOk returns a tuple with the GrafanaStaffAccess field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedOrgMembership) SetGrafanaStaffAccess(v ItemsInner2GrafanaStaffAccess)
SetGrafanaStaffAccess sets GrafanaStaffAccess field to given value.
func (o *FormattedOrgMembership) HasGrafanaStaffAccess() bool
HasGrafanaStaffAccess returns a boolean if a field has been set.
func (o *FormattedOrgMembership) SetGrafanaStaffAccessNil(b bool)
SetGrafanaStaffAccessNil sets the value for GrafanaStaffAccess to be an explicit nil
func (o *FormattedOrgMembership) UnsetGrafanaStaffAccess()
UnsetGrafanaStaffAccess ensures that no value is present for GrafanaStaffAccess, not even an explicit nil