Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type AccessRule
- func (o *AccessRule) GetConditions() []Condition
- func (o *AccessRule) GetConditionsOk() ([]Condition, bool)
- func (o *AccessRule) GetContainer() string
- func (o *AccessRule) GetContainerOk() (*string, bool)
- func (o *AccessRule) GetDescription() string
- func (o *AccessRule) GetDescriptionOk() (*string, bool)
- func (o *AccessRule) GetPermissions() []string
- func (o *AccessRule) GetPermissionsOk() ([]string, bool)
- func (o *AccessRule) GetPriority() int32
- func (o *AccessRule) GetPriorityOk() (*int32, bool)
- func (o *AccessRule) GetTransform() string
- func (o *AccessRule) GetTransformOk() (*string, bool)
- func (o *AccessRule) HasConditions() bool
- func (o *AccessRule) HasContainer() bool
- func (o *AccessRule) HasDescription() bool
- func (o *AccessRule) HasPermissions() bool
- func (o *AccessRule) HasPriority() bool
- func (o *AccessRule) HasTransform() bool
- func (o AccessRule) MarshalJSON() ([]byte, error)
- func (o *AccessRule) SetConditions(v []Condition)
- func (o *AccessRule) SetContainer(v string)
- func (o *AccessRule) SetContainerNil()
- func (o *AccessRule) SetDescription(v string)
- func (o *AccessRule) SetDescriptionNil()
- func (o *AccessRule) SetPermissions(v []string)
- func (o *AccessRule) SetPriority(v int32)
- func (o *AccessRule) SetPriorityNil()
- func (o *AccessRule) SetTransform(v string)
- func (o *AccessRule) SetTransformNil()
- func (o AccessRule) ToMap() (map[string]interface{}, error)
- func (o *AccessRule) UnsetContainer()
- func (o *AccessRule) UnsetDescription()
- func (o *AccessRule) UnsetPriority()
- func (o *AccessRule) UnsetTransform()
- type Application
- func (o *Application) GetCreatedAt() time.Time
- func (o *Application) GetCreatedAtOk() (*time.Time, bool)
- func (o *Application) GetCreatedBy() string
- func (o *Application) GetCreatedByOk() (*string, bool)
- func (o *Application) GetExpiresAt() time.Time
- func (o *Application) GetExpiresAtOk() (*time.Time, bool)
- func (o *Application) GetId() string
- func (o *Application) GetIdOk() (*string, bool)
- func (o *Application) GetKey() string
- func (o *Application) GetKeyOk() (*string, bool)
- func (o *Application) GetKeys() []ApplicationKey
- func (o *Application) GetKeysOk() ([]ApplicationKey, bool)
- func (o *Application) GetModifiedAt() time.Time
- func (o *Application) GetModifiedAtOk() (*time.Time, bool)
- func (o *Application) GetModifiedBy() string
- func (o *Application) GetModifiedByOk() (*string, bool)
- func (o *Application) GetName() string
- func (o *Application) GetNameOk() (*string, bool)
- func (o *Application) GetPermissions() []string
- func (o *Application) GetPermissionsOk() ([]string, bool)
- func (o *Application) GetRules() []AccessRule
- func (o *Application) GetRulesOk() ([]AccessRule, bool)
- func (o *Application) GetTenantId() string
- func (o *Application) GetTenantIdOk() (*string, bool)
- func (o *Application) GetType() string
- func (o *Application) GetTypeOk() (*string, bool)
- func (o *Application) HasCreatedAt() bool
- func (o *Application) HasCreatedBy() bool
- func (o *Application) HasExpiresAt() bool
- func (o *Application) HasId() bool
- func (o *Application) HasKey() bool
- func (o *Application) HasKeys() bool
- func (o *Application) HasModifiedAt() bool
- func (o *Application) HasModifiedBy() bool
- func (o *Application) HasName() bool
- func (o *Application) HasPermissions() bool
- func (o *Application) HasRules() bool
- func (o *Application) HasTenantId() bool
- func (o *Application) HasType() bool
- func (o Application) MarshalJSON() ([]byte, error)
- func (o *Application) SetCreatedAt(v time.Time)
- func (o *Application) SetCreatedAtNil()
- func (o *Application) SetCreatedBy(v string)
- func (o *Application) SetCreatedByNil()
- func (o *Application) SetExpiresAt(v time.Time)
- func (o *Application) SetExpiresAtNil()
- func (o *Application) SetId(v string)
- func (o *Application) SetKey(v string)
- func (o *Application) SetKeyNil()
- func (o *Application) SetKeys(v []ApplicationKey)
- func (o *Application) SetModifiedAt(v time.Time)
- func (o *Application) SetModifiedAtNil()
- func (o *Application) SetModifiedBy(v string)
- func (o *Application) SetModifiedByNil()
- func (o *Application) SetName(v string)
- func (o *Application) SetNameNil()
- func (o *Application) SetPermissions(v []string)
- func (o *Application) SetRules(v []AccessRule)
- func (o *Application) SetTenantId(v string)
- func (o *Application) SetType(v string)
- func (o *Application) SetTypeNil()
- func (o Application) ToMap() (map[string]interface{}, error)
- func (o *Application) UnsetCreatedAt()
- func (o *Application) UnsetCreatedBy()
- func (o *Application) UnsetExpiresAt()
- func (o *Application) UnsetKey()
- func (o *Application) UnsetModifiedAt()
- func (o *Application) UnsetModifiedBy()
- func (o *Application) UnsetName()
- func (o *Application) UnsetType()
- type ApplicationKey
- func (o *ApplicationKey) GetCreatedAt() time.Time
- func (o *ApplicationKey) GetCreatedAtOk() (*time.Time, bool)
- func (o *ApplicationKey) GetCreatedBy() string
- func (o *ApplicationKey) GetCreatedByOk() (*string, bool)
- func (o *ApplicationKey) GetId() string
- func (o *ApplicationKey) GetIdOk() (*string, bool)
- func (o *ApplicationKey) GetKey() string
- func (o *ApplicationKey) GetKeyOk() (*string, bool)
- func (o *ApplicationKey) GetVersion() string
- func (o *ApplicationKey) GetVersionOk() (*string, bool)
- func (o *ApplicationKey) HasCreatedAt() bool
- func (o *ApplicationKey) HasCreatedBy() bool
- func (o *ApplicationKey) HasId() bool
- func (o *ApplicationKey) HasKey() bool
- func (o *ApplicationKey) HasVersion() bool
- func (o ApplicationKey) MarshalJSON() ([]byte, error)
- func (o *ApplicationKey) SetCreatedAt(v time.Time)
- func (o *ApplicationKey) SetCreatedAtNil()
- func (o *ApplicationKey) SetCreatedBy(v string)
- func (o *ApplicationKey) SetCreatedByNil()
- func (o *ApplicationKey) SetId(v string)
- func (o *ApplicationKey) SetKey(v string)
- func (o *ApplicationKey) SetKeyNil()
- func (o *ApplicationKey) SetVersion(v string)
- func (o *ApplicationKey) SetVersionNil()
- func (o ApplicationKey) ToMap() (map[string]interface{}, error)
- func (o *ApplicationKey) UnsetCreatedAt()
- func (o *ApplicationKey) UnsetCreatedBy()
- func (o *ApplicationKey) UnsetKey()
- func (o *ApplicationKey) UnsetVersion()
- type ApplicationKeysApiCreateRequest
- type ApplicationKeysApiDeleteRequest
- type ApplicationKeysApiGetByIdRequest
- type ApplicationKeysApiGetRequest
- type ApplicationKeysApiService
- func (a *ApplicationKeysApiService) Create(ctx context.Context, id string) ApplicationKeysApiCreateRequest
- func (a *ApplicationKeysApiService) CreateExecute(r ApplicationKeysApiCreateRequest) (*ApplicationKey, *http.Response, error)
- func (a *ApplicationKeysApiService) Delete(ctx context.Context, id string, keyId string) ApplicationKeysApiDeleteRequest
- func (a *ApplicationKeysApiService) DeleteExecute(r ApplicationKeysApiDeleteRequest) (*http.Response, error)
- func (a *ApplicationKeysApiService) Get(ctx context.Context, id string) ApplicationKeysApiGetRequest
- func (a *ApplicationKeysApiService) GetById(ctx context.Context, id string, keyId string) ApplicationKeysApiGetByIdRequest
- func (a *ApplicationKeysApiService) GetByIdExecute(r ApplicationKeysApiGetByIdRequest) (*ApplicationKey, *http.Response, error)
- func (a *ApplicationKeysApiService) GetExecute(r ApplicationKeysApiGetRequest) ([]ApplicationKey, *http.Response, error)
- type ApplicationPaginatedList
- func (o *ApplicationPaginatedList) GetData() []Application
- func (o *ApplicationPaginatedList) GetDataOk() ([]Application, bool)
- func (o *ApplicationPaginatedList) GetPagination() Pagination
- func (o *ApplicationPaginatedList) GetPaginationOk() (*Pagination, bool)
- func (o *ApplicationPaginatedList) HasData() bool
- func (o *ApplicationPaginatedList) HasPagination() bool
- func (o ApplicationPaginatedList) MarshalJSON() ([]byte, error)
- func (o *ApplicationPaginatedList) SetData(v []Application)
- func (o *ApplicationPaginatedList) SetPagination(v Pagination)
- func (o ApplicationPaginatedList) ToMap() (map[string]interface{}, error)
- type ApplicationTemplate
- func (o *ApplicationTemplate) GetApplicationType() string
- func (o *ApplicationTemplate) GetApplicationTypeOk() (*string, bool)
- func (o *ApplicationTemplate) GetDescription() string
- func (o *ApplicationTemplate) GetDescriptionOk() (*string, bool)
- func (o *ApplicationTemplate) GetId() string
- func (o *ApplicationTemplate) GetIdOk() (*string, bool)
- func (o *ApplicationTemplate) GetIsStarter() bool
- func (o *ApplicationTemplate) GetIsStarterOk() (*bool, bool)
- func (o *ApplicationTemplate) GetName() string
- func (o *ApplicationTemplate) GetNameOk() (*string, bool)
- func (o *ApplicationTemplate) GetPermissions() []string
- func (o *ApplicationTemplate) GetPermissionsOk() ([]string, bool)
- func (o *ApplicationTemplate) GetRules() []AccessRule
- func (o *ApplicationTemplate) GetRulesOk() ([]AccessRule, bool)
- func (o *ApplicationTemplate) GetTemplateType() string
- func (o *ApplicationTemplate) GetTemplateTypeOk() (*string, bool)
- func (o *ApplicationTemplate) HasApplicationType() bool
- func (o *ApplicationTemplate) HasDescription() bool
- func (o *ApplicationTemplate) HasId() bool
- func (o *ApplicationTemplate) HasIsStarter() bool
- func (o *ApplicationTemplate) HasName() bool
- func (o *ApplicationTemplate) HasPermissions() bool
- func (o *ApplicationTemplate) HasRules() bool
- func (o *ApplicationTemplate) HasTemplateType() bool
- func (o ApplicationTemplate) MarshalJSON() ([]byte, error)
- func (o *ApplicationTemplate) SetApplicationType(v string)
- func (o *ApplicationTemplate) SetApplicationTypeNil()
- func (o *ApplicationTemplate) SetDescription(v string)
- func (o *ApplicationTemplate) SetDescriptionNil()
- func (o *ApplicationTemplate) SetId(v string)
- func (o *ApplicationTemplate) SetIsStarter(v bool)
- func (o *ApplicationTemplate) SetName(v string)
- func (o *ApplicationTemplate) SetNameNil()
- func (o *ApplicationTemplate) SetPermissions(v []string)
- func (o *ApplicationTemplate) SetRules(v []AccessRule)
- func (o *ApplicationTemplate) SetTemplateType(v string)
- func (o *ApplicationTemplate) SetTemplateTypeNil()
- func (o ApplicationTemplate) ToMap() (map[string]interface{}, error)
- func (o *ApplicationTemplate) UnsetApplicationType()
- func (o *ApplicationTemplate) UnsetDescription()
- func (o *ApplicationTemplate) UnsetName()
- func (o *ApplicationTemplate) UnsetTemplateType()
- type ApplicationTemplatesApiGetByIdRequest
- type ApplicationTemplatesApiGetRequest
- type ApplicationTemplatesApiService
- func (a *ApplicationTemplatesApiService) Get(ctx context.Context) ApplicationTemplatesApiGetRequest
- func (a *ApplicationTemplatesApiService) GetById(ctx context.Context, id string) ApplicationTemplatesApiGetByIdRequest
- func (a *ApplicationTemplatesApiService) GetByIdExecute(r ApplicationTemplatesApiGetByIdRequest) (*ApplicationTemplate, *http.Response, error)
- func (a *ApplicationTemplatesApiService) GetExecute(r ApplicationTemplatesApiGetRequest) ([]ApplicationTemplate, *http.Response, error)
- type ApplicationsApiCreateRequest
- type ApplicationsApiDeleteRequest
- type ApplicationsApiGetByIdRequest
- type ApplicationsApiGetByKeyRequest
- type ApplicationsApiGetRequest
- func (r ApplicationsApiGetRequest) Execute() (*ApplicationPaginatedList, *http.Response, error)
- func (r ApplicationsApiGetRequest) Id(id []string) ApplicationsApiGetRequest
- func (r ApplicationsApiGetRequest) Page(page int32) ApplicationsApiGetRequest
- func (r ApplicationsApiGetRequest) Size(size int32) ApplicationsApiGetRequest
- func (r ApplicationsApiGetRequest) Start(start string) ApplicationsApiGetRequest
- func (r ApplicationsApiGetRequest) Type_(type_ []string) ApplicationsApiGetRequest
- type ApplicationsApiRegenerateKeyRequest
- type ApplicationsApiService
- func (a *ApplicationsApiService) Create(ctx context.Context) ApplicationsApiCreateRequest
- func (a *ApplicationsApiService) CreateExecute(r ApplicationsApiCreateRequest) (*Application, *http.Response, error)
- func (a *ApplicationsApiService) Delete(ctx context.Context, id string) ApplicationsApiDeleteRequest
- func (a *ApplicationsApiService) DeleteExecute(r ApplicationsApiDeleteRequest) (*http.Response, error)
- func (a *ApplicationsApiService) Get(ctx context.Context) ApplicationsApiGetRequest
- func (a *ApplicationsApiService) GetById(ctx context.Context, id string) ApplicationsApiGetByIdRequest
- func (a *ApplicationsApiService) GetByIdExecute(r ApplicationsApiGetByIdRequest) (*Application, *http.Response, error)
- func (a *ApplicationsApiService) GetByKey(ctx context.Context) ApplicationsApiGetByKeyRequest
- func (a *ApplicationsApiService) GetByKeyExecute(r ApplicationsApiGetByKeyRequest) (*Application, *http.Response, error)
- func (a *ApplicationsApiService) GetExecute(r ApplicationsApiGetRequest) (*ApplicationPaginatedList, *http.Response, error)
- func (a *ApplicationsApiService) RegenerateKey(ctx context.Context, id string) ApplicationsApiRegenerateKeyRequest
- func (a *ApplicationsApiService) RegenerateKeyExecute(r ApplicationsApiRegenerateKeyRequest) (*Application, *http.Response, error)
- func (a *ApplicationsApiService) Update(ctx context.Context, id string) ApplicationsApiUpdateRequest
- func (a *ApplicationsApiService) UpdateExecute(r ApplicationsApiUpdateRequest) (*Application, *http.Response, error)
- type ApplicationsApiUpdateRequest
- type AuthenticateThreeDSSessionRequest
- func (o *AuthenticateThreeDSSessionRequest) GetAuthenticationCategory() string
- func (o *AuthenticateThreeDSSessionRequest) GetAuthenticationCategoryOk() (*string, bool)
- func (o *AuthenticateThreeDSSessionRequest) GetAuthenticationType() string
- func (o *AuthenticateThreeDSSessionRequest) GetAuthenticationTypeOk() (*string, bool)
- func (o *AuthenticateThreeDSSessionRequest) GetBroadcastInfo() interface{}
- func (o *AuthenticateThreeDSSessionRequest) GetBroadcastInfoOk() (*interface{}, bool)
- func (o *AuthenticateThreeDSSessionRequest) GetCardholderInfo() ThreeDSCardholderInfo
- func (o *AuthenticateThreeDSSessionRequest) GetCardholderInfoOk() (*ThreeDSCardholderInfo, bool)
- func (o *AuthenticateThreeDSSessionRequest) GetChallengePreference() string
- func (o *AuthenticateThreeDSSessionRequest) GetChallengePreferenceOk() (*string, bool)
- func (o *AuthenticateThreeDSSessionRequest) GetMerchantInfo() ThreeDSMerchantInfo
- func (o *AuthenticateThreeDSSessionRequest) GetMerchantInfoOk() (*ThreeDSMerchantInfo, bool)
- func (o *AuthenticateThreeDSSessionRequest) GetMessageExtensions() []ThreeDSMessageExtension
- func (o *AuthenticateThreeDSSessionRequest) GetMessageExtensionsOk() ([]ThreeDSMessageExtension, bool)
- func (o *AuthenticateThreeDSSessionRequest) GetPurchaseInfo() ThreeDSPurchaseInfo
- func (o *AuthenticateThreeDSSessionRequest) GetPurchaseInfoOk() (*ThreeDSPurchaseInfo, bool)
- func (o *AuthenticateThreeDSSessionRequest) GetRequestorInfo() ThreeDSRequestorInfo
- func (o *AuthenticateThreeDSSessionRequest) GetRequestorInfoOk() (*ThreeDSRequestorInfo, bool)
- func (o *AuthenticateThreeDSSessionRequest) HasBroadcastInfo() bool
- func (o *AuthenticateThreeDSSessionRequest) HasCardholderInfo() bool
- func (o *AuthenticateThreeDSSessionRequest) HasChallengePreference() bool
- func (o *AuthenticateThreeDSSessionRequest) HasMerchantInfo() bool
- func (o *AuthenticateThreeDSSessionRequest) HasMessageExtensions() bool
- func (o *AuthenticateThreeDSSessionRequest) HasPurchaseInfo() bool
- func (o AuthenticateThreeDSSessionRequest) MarshalJSON() ([]byte, error)
- func (o *AuthenticateThreeDSSessionRequest) SetAuthenticationCategory(v string)
- func (o *AuthenticateThreeDSSessionRequest) SetAuthenticationType(v string)
- func (o *AuthenticateThreeDSSessionRequest) SetBroadcastInfo(v interface{})
- func (o *AuthenticateThreeDSSessionRequest) SetCardholderInfo(v ThreeDSCardholderInfo)
- func (o *AuthenticateThreeDSSessionRequest) SetChallengePreference(v string)
- func (o *AuthenticateThreeDSSessionRequest) SetChallengePreferenceNil()
- func (o *AuthenticateThreeDSSessionRequest) SetMerchantInfo(v ThreeDSMerchantInfo)
- func (o *AuthenticateThreeDSSessionRequest) SetMessageExtensions(v []ThreeDSMessageExtension)
- func (o *AuthenticateThreeDSSessionRequest) SetPurchaseInfo(v ThreeDSPurchaseInfo)
- func (o *AuthenticateThreeDSSessionRequest) SetRequestorInfo(v ThreeDSRequestorInfo)
- func (o AuthenticateThreeDSSessionRequest) ToMap() (map[string]interface{}, error)
- func (o *AuthenticateThreeDSSessionRequest) UnsetChallengePreference()
- type AuthorizeSessionRequest
- func (o *AuthorizeSessionRequest) GetExpiresAt() string
- func (o *AuthorizeSessionRequest) GetExpiresAtOk() (*string, bool)
- func (o *AuthorizeSessionRequest) GetNonce() string
- func (o *AuthorizeSessionRequest) GetNonceOk() (*string, bool)
- func (o *AuthorizeSessionRequest) GetPermissions() []string
- func (o *AuthorizeSessionRequest) GetPermissionsOk() ([]string, bool)
- func (o *AuthorizeSessionRequest) GetRules() []AccessRule
- func (o *AuthorizeSessionRequest) GetRulesOk() ([]AccessRule, bool)
- func (o *AuthorizeSessionRequest) HasExpiresAt() bool
- func (o *AuthorizeSessionRequest) HasPermissions() bool
- func (o *AuthorizeSessionRequest) HasRules() bool
- func (o AuthorizeSessionRequest) MarshalJSON() ([]byte, error)
- func (o *AuthorizeSessionRequest) SetExpiresAt(v string)
- func (o *AuthorizeSessionRequest) SetExpiresAtNil()
- func (o *AuthorizeSessionRequest) SetNonce(v string)
- func (o *AuthorizeSessionRequest) SetPermissions(v []string)
- func (o *AuthorizeSessionRequest) SetRules(v []AccessRule)
- func (o AuthorizeSessionRequest) ToMap() (map[string]interface{}, error)
- func (o *AuthorizeSessionRequest) UnsetExpiresAt()
- type BasicAuth
- type BinDetails
- func (o *BinDetails) GetAccountUpdater() bool
- func (o *BinDetails) GetAccountUpdaterOk() (*bool, bool)
- func (o *BinDetails) GetAlm() bool
- func (o *BinDetails) GetAlmOk() (*bool, bool)
- func (o *BinDetails) GetAuthentication() interface{}
- func (o *BinDetails) GetAuthenticationOk() (*interface{}, bool)
- func (o *BinDetails) GetBank() BinDetailsBank
- func (o *BinDetails) GetBankOk() (*BinDetailsBank, bool)
- func (o *BinDetails) GetBinLength() int32
- func (o *BinDetails) GetBinLengthOk() (*int32, bool)
- func (o *BinDetails) GetCardBrand() string
- func (o *BinDetails) GetCardBrandOk() (*string, bool)
- func (o *BinDetails) GetCardSegmentType() string
- func (o *BinDetails) GetCardSegmentTypeOk() (*string, bool)
- func (o *BinDetails) GetComboCard() string
- func (o *BinDetails) GetComboCardOk() (*string, bool)
- func (o *BinDetails) GetCost() interface{}
- func (o *BinDetails) GetCostOk() (*interface{}, bool)
- func (o *BinDetails) GetCountry() BinDetailsCountry
- func (o *BinDetails) GetCountryOk() (*BinDetailsCountry, bool)
- func (o *BinDetails) GetDomesticOnly() bool
- func (o *BinDetails) GetDomesticOnlyOk() (*bool, bool)
- func (o *BinDetails) GetGamblingBlocked() bool
- func (o *BinDetails) GetGamblingBlockedOk() (*bool, bool)
- func (o *BinDetails) GetIssuerCurrency() string
- func (o *BinDetails) GetIssuerCurrencyOk() (*string, bool)
- func (o *BinDetails) GetLevel2() bool
- func (o *BinDetails) GetLevel2Ok() (*bool, bool)
- func (o *BinDetails) GetLevel3() bool
- func (o *BinDetails) GetLevel3Ok() (*bool, bool)
- func (o *BinDetails) GetPanOrToken() string
- func (o *BinDetails) GetPanOrTokenOk() (*string, bool)
- func (o *BinDetails) GetPrepaid() bool
- func (o *BinDetails) GetPrepaidOk() (*bool, bool)
- func (o *BinDetails) GetProduct() BinDetailsProduct
- func (o *BinDetails) GetProductOk() (*BinDetailsProduct, bool)
- func (o *BinDetails) GetReloadable() bool
- func (o *BinDetails) GetReloadableOk() (*bool, bool)
- func (o *BinDetails) GetType() string
- func (o *BinDetails) GetTypeOk() (*string, bool)
- func (o *BinDetails) HasAccountUpdater() bool
- func (o *BinDetails) HasAlm() bool
- func (o *BinDetails) HasAuthentication() bool
- func (o *BinDetails) HasBank() bool
- func (o *BinDetails) HasBinLength() bool
- func (o *BinDetails) HasCardBrand() bool
- func (o *BinDetails) HasCardSegmentType() bool
- func (o *BinDetails) HasComboCard() bool
- func (o *BinDetails) HasCost() bool
- func (o *BinDetails) HasCountry() bool
- func (o *BinDetails) HasDomesticOnly() bool
- func (o *BinDetails) HasGamblingBlocked() bool
- func (o *BinDetails) HasIssuerCurrency() bool
- func (o *BinDetails) HasLevel2() bool
- func (o *BinDetails) HasLevel3() bool
- func (o *BinDetails) HasPanOrToken() bool
- func (o *BinDetails) HasPrepaid() bool
- func (o *BinDetails) HasProduct() bool
- func (o *BinDetails) HasReloadable() bool
- func (o *BinDetails) HasType() bool
- func (o BinDetails) MarshalJSON() ([]byte, error)
- func (o *BinDetails) SetAccountUpdater(v bool)
- func (o *BinDetails) SetAccountUpdaterNil()
- func (o *BinDetails) SetAlm(v bool)
- func (o *BinDetails) SetAlmNil()
- func (o *BinDetails) SetAuthentication(v interface{})
- func (o *BinDetails) SetBank(v BinDetailsBank)
- func (o *BinDetails) SetBinLength(v int32)
- func (o *BinDetails) SetBinLengthNil()
- func (o *BinDetails) SetCardBrand(v string)
- func (o *BinDetails) SetCardBrandNil()
- func (o *BinDetails) SetCardSegmentType(v string)
- func (o *BinDetails) SetCardSegmentTypeNil()
- func (o *BinDetails) SetComboCard(v string)
- func (o *BinDetails) SetComboCardNil()
- func (o *BinDetails) SetCost(v interface{})
- func (o *BinDetails) SetCountry(v BinDetailsCountry)
- func (o *BinDetails) SetDomesticOnly(v bool)
- func (o *BinDetails) SetDomesticOnlyNil()
- func (o *BinDetails) SetGamblingBlocked(v bool)
- func (o *BinDetails) SetGamblingBlockedNil()
- func (o *BinDetails) SetIssuerCurrency(v string)
- func (o *BinDetails) SetIssuerCurrencyNil()
- func (o *BinDetails) SetLevel2(v bool)
- func (o *BinDetails) SetLevel2Nil()
- func (o *BinDetails) SetLevel3(v bool)
- func (o *BinDetails) SetLevel3Nil()
- func (o *BinDetails) SetPanOrToken(v string)
- func (o *BinDetails) SetPanOrTokenNil()
- func (o *BinDetails) SetPrepaid(v bool)
- func (o *BinDetails) SetPrepaidNil()
- func (o *BinDetails) SetProduct(v BinDetailsProduct)
- func (o *BinDetails) SetReloadable(v bool)
- func (o *BinDetails) SetReloadableNil()
- func (o *BinDetails) SetType(v string)
- func (o *BinDetails) SetTypeNil()
- func (o BinDetails) ToMap() (map[string]interface{}, error)
- func (o *BinDetails) UnsetAccountUpdater()
- func (o *BinDetails) UnsetAlm()
- func (o *BinDetails) UnsetBinLength()
- func (o *BinDetails) UnsetCardBrand()
- func (o *BinDetails) UnsetCardSegmentType()
- func (o *BinDetails) UnsetComboCard()
- func (o *BinDetails) UnsetDomesticOnly()
- func (o *BinDetails) UnsetGamblingBlocked()
- func (o *BinDetails) UnsetIssuerCurrency()
- func (o *BinDetails) UnsetLevel2()
- func (o *BinDetails) UnsetLevel3()
- func (o *BinDetails) UnsetPanOrToken()
- func (o *BinDetails) UnsetPrepaid()
- func (o *BinDetails) UnsetReloadable()
- func (o *BinDetails) UnsetType()
- type BinDetailsBank
- func (o *BinDetailsBank) GetCleanName() string
- func (o *BinDetailsBank) GetCleanNameOk() (*string, bool)
- func (o *BinDetailsBank) GetName() string
- func (o *BinDetailsBank) GetNameOk() (*string, bool)
- func (o *BinDetailsBank) GetPhone() string
- func (o *BinDetailsBank) GetPhoneOk() (*string, bool)
- func (o *BinDetailsBank) GetUrl() string
- func (o *BinDetailsBank) GetUrlOk() (*string, bool)
- func (o *BinDetailsBank) HasCleanName() bool
- func (o *BinDetailsBank) HasName() bool
- func (o *BinDetailsBank) HasPhone() bool
- func (o *BinDetailsBank) HasUrl() bool
- func (o BinDetailsBank) MarshalJSON() ([]byte, error)
- func (o *BinDetailsBank) SetCleanName(v string)
- func (o *BinDetailsBank) SetCleanNameNil()
- func (o *BinDetailsBank) SetName(v string)
- func (o *BinDetailsBank) SetNameNil()
- func (o *BinDetailsBank) SetPhone(v string)
- func (o *BinDetailsBank) SetPhoneNil()
- func (o *BinDetailsBank) SetUrl(v string)
- func (o *BinDetailsBank) SetUrlNil()
- func (o BinDetailsBank) ToMap() (map[string]interface{}, error)
- func (o *BinDetailsBank) UnsetCleanName()
- func (o *BinDetailsBank) UnsetName()
- func (o *BinDetailsBank) UnsetPhone()
- func (o *BinDetailsBank) UnsetUrl()
- type BinDetailsCountry
- func (o *BinDetailsCountry) GetAlpha2() string
- func (o *BinDetailsCountry) GetAlpha2Ok() (*string, bool)
- func (o *BinDetailsCountry) GetName() string
- func (o *BinDetailsCountry) GetNameOk() (*string, bool)
- func (o *BinDetailsCountry) GetNumeric() string
- func (o *BinDetailsCountry) GetNumericOk() (*string, bool)
- func (o *BinDetailsCountry) HasAlpha2() bool
- func (o *BinDetailsCountry) HasName() bool
- func (o *BinDetailsCountry) HasNumeric() bool
- func (o BinDetailsCountry) MarshalJSON() ([]byte, error)
- func (o *BinDetailsCountry) SetAlpha2(v string)
- func (o *BinDetailsCountry) SetAlpha2Nil()
- func (o *BinDetailsCountry) SetName(v string)
- func (o *BinDetailsCountry) SetNameNil()
- func (o *BinDetailsCountry) SetNumeric(v string)
- func (o *BinDetailsCountry) SetNumericNil()
- func (o BinDetailsCountry) ToMap() (map[string]interface{}, error)
- func (o *BinDetailsCountry) UnsetAlpha2()
- func (o *BinDetailsCountry) UnsetName()
- func (o *BinDetailsCountry) UnsetNumeric()
- type BinDetailsProduct
- func (o *BinDetailsProduct) GetCode() string
- func (o *BinDetailsProduct) GetCodeOk() (*string, bool)
- func (o *BinDetailsProduct) GetName() string
- func (o *BinDetailsProduct) GetNameOk() (*string, bool)
- func (o *BinDetailsProduct) HasCode() bool
- func (o *BinDetailsProduct) HasName() bool
- func (o BinDetailsProduct) MarshalJSON() ([]byte, error)
- func (o *BinDetailsProduct) SetCode(v string)
- func (o *BinDetailsProduct) SetCodeNil()
- func (o *BinDetailsProduct) SetName(v string)
- func (o *BinDetailsProduct) SetNameNil()
- func (o BinDetailsProduct) ToMap() (map[string]interface{}, error)
- func (o *BinDetailsProduct) UnsetCode()
- func (o *BinDetailsProduct) UnsetName()
- type CardDetails
- func (o *CardDetails) GetBin() string
- func (o *CardDetails) GetBinOk() (*string, bool)
- func (o *CardDetails) GetLast4() string
- func (o *CardDetails) GetLast4Ok() (*string, bool)
- func (o *CardDetails) HasBin() bool
- func (o *CardDetails) HasLast4() bool
- func (o CardDetails) MarshalJSON() ([]byte, error)
- func (o *CardDetails) SetBin(v string)
- func (o *CardDetails) SetBinNil()
- func (o *CardDetails) SetLast4(v string)
- func (o *CardDetails) SetLast4Nil()
- func (o CardDetails) ToMap() (map[string]interface{}, error)
- func (o *CardDetails) UnsetBin()
- func (o *CardDetails) UnsetLast4()
- type Condition
- func (o *Condition) GetAttribute() string
- func (o *Condition) GetAttributeOk() (*string, bool)
- func (o *Condition) GetOperator() string
- func (o *Condition) GetOperatorOk() (*string, bool)
- func (o *Condition) GetValue() string
- func (o *Condition) GetValueOk() (*string, bool)
- func (o *Condition) HasAttribute() bool
- func (o *Condition) HasOperator() bool
- func (o *Condition) HasValue() bool
- func (o Condition) MarshalJSON() ([]byte, error)
- func (o *Condition) SetAttribute(v string)
- func (o *Condition) SetAttributeNil()
- func (o *Condition) SetOperator(v string)
- func (o *Condition) SetOperatorNil()
- func (o *Condition) SetValue(v string)
- func (o *Condition) SetValueNil()
- func (o Condition) ToMap() (map[string]interface{}, error)
- func (o *Condition) UnsetAttribute()
- func (o *Condition) UnsetOperator()
- func (o *Condition) UnsetValue()
- type Configuration
- type CreateApplicationRequest
- func (o *CreateApplicationRequest) GetCreateKey() bool
- func (o *CreateApplicationRequest) GetCreateKeyOk() (*bool, bool)
- func (o *CreateApplicationRequest) GetExpiresAt() string
- func (o *CreateApplicationRequest) GetExpiresAtOk() (*string, bool)
- func (o *CreateApplicationRequest) GetName() string
- func (o *CreateApplicationRequest) GetNameOk() (*string, bool)
- func (o *CreateApplicationRequest) GetPermissions() []string
- func (o *CreateApplicationRequest) GetPermissionsOk() ([]string, bool)
- func (o *CreateApplicationRequest) GetRules() []AccessRule
- func (o *CreateApplicationRequest) GetRulesOk() ([]AccessRule, bool)
- func (o *CreateApplicationRequest) GetType() string
- func (o *CreateApplicationRequest) GetTypeOk() (*string, bool)
- func (o *CreateApplicationRequest) HasCreateKey() bool
- func (o *CreateApplicationRequest) HasExpiresAt() bool
- func (o *CreateApplicationRequest) HasPermissions() bool
- func (o *CreateApplicationRequest) HasRules() bool
- func (o CreateApplicationRequest) MarshalJSON() ([]byte, error)
- func (o *CreateApplicationRequest) SetCreateKey(v bool)
- func (o *CreateApplicationRequest) SetCreateKeyNil()
- func (o *CreateApplicationRequest) SetExpiresAt(v string)
- func (o *CreateApplicationRequest) SetExpiresAtNil()
- func (o *CreateApplicationRequest) SetName(v string)
- func (o *CreateApplicationRequest) SetPermissions(v []string)
- func (o *CreateApplicationRequest) SetRules(v []AccessRule)
- func (o *CreateApplicationRequest) SetType(v string)
- func (o CreateApplicationRequest) ToMap() (map[string]interface{}, error)
- func (o *CreateApplicationRequest) UnsetCreateKey()
- func (o *CreateApplicationRequest) UnsetExpiresAt()
- type CreateProxyRequest
- func (o *CreateProxyRequest) GetApplication() Application
- func (o *CreateProxyRequest) GetApplicationOk() (*Application, bool)
- func (o *CreateProxyRequest) GetConfiguration() map[string]string
- func (o *CreateProxyRequest) GetConfigurationOk() (*map[string]string, bool)
- func (o *CreateProxyRequest) GetDestinationUrl() string
- func (o *CreateProxyRequest) GetDestinationUrlOk() (*string, bool)
- func (o *CreateProxyRequest) GetName() string
- func (o *CreateProxyRequest) GetNameOk() (*string, bool)
- func (o *CreateProxyRequest) GetRequestReactorId() string
- func (o *CreateProxyRequest) GetRequestReactorIdOk() (*string, bool)
- func (o *CreateProxyRequest) GetRequestTransform() ProxyTransform
- func (o *CreateProxyRequest) GetRequestTransformOk() (*ProxyTransform, bool)
- func (o *CreateProxyRequest) GetRequireAuth() bool
- func (o *CreateProxyRequest) GetRequireAuthOk() (*bool, bool)
- func (o *CreateProxyRequest) GetResponseReactorId() string
- func (o *CreateProxyRequest) GetResponseReactorIdOk() (*string, bool)
- func (o *CreateProxyRequest) GetResponseTransform() ProxyTransform
- func (o *CreateProxyRequest) GetResponseTransformOk() (*ProxyTransform, bool)
- func (o *CreateProxyRequest) HasApplication() bool
- func (o *CreateProxyRequest) HasConfiguration() bool
- func (o *CreateProxyRequest) HasRequestReactorId() bool
- func (o *CreateProxyRequest) HasRequestTransform() bool
- func (o *CreateProxyRequest) HasRequireAuth() bool
- func (o *CreateProxyRequest) HasResponseReactorId() bool
- func (o *CreateProxyRequest) HasResponseTransform() bool
- func (o CreateProxyRequest) MarshalJSON() ([]byte, error)
- func (o *CreateProxyRequest) SetApplication(v Application)
- func (o *CreateProxyRequest) SetConfiguration(v map[string]string)
- func (o *CreateProxyRequest) SetDestinationUrl(v string)
- func (o *CreateProxyRequest) SetName(v string)
- func (o *CreateProxyRequest) SetRequestReactorId(v string)
- func (o *CreateProxyRequest) SetRequestReactorIdNil()
- func (o *CreateProxyRequest) SetRequestTransform(v ProxyTransform)
- func (o *CreateProxyRequest) SetRequireAuth(v bool)
- func (o *CreateProxyRequest) SetRequireAuthNil()
- func (o *CreateProxyRequest) SetResponseReactorId(v string)
- func (o *CreateProxyRequest) SetResponseReactorIdNil()
- func (o *CreateProxyRequest) SetResponseTransform(v ProxyTransform)
- func (o CreateProxyRequest) ToMap() (map[string]interface{}, error)
- func (o *CreateProxyRequest) UnsetRequestReactorId()
- func (o *CreateProxyRequest) UnsetRequireAuth()
- func (o *CreateProxyRequest) UnsetResponseReactorId()
- type CreateReactorFormulaRequest
- func (o *CreateReactorFormulaRequest) GetCode() string
- func (o *CreateReactorFormulaRequest) GetCodeOk() (*string, bool)
- func (o *CreateReactorFormulaRequest) GetConfiguration() []ReactorFormulaConfiguration
- func (o *CreateReactorFormulaRequest) GetConfigurationOk() ([]ReactorFormulaConfiguration, bool)
- func (o *CreateReactorFormulaRequest) GetDescription() string
- func (o *CreateReactorFormulaRequest) GetDescriptionOk() (*string, bool)
- func (o *CreateReactorFormulaRequest) GetIcon() string
- func (o *CreateReactorFormulaRequest) GetIconOk() (*string, bool)
- func (o *CreateReactorFormulaRequest) GetId() string
- func (o *CreateReactorFormulaRequest) GetIdOk() (*string, bool)
- func (o *CreateReactorFormulaRequest) GetName() string
- func (o *CreateReactorFormulaRequest) GetNameOk() (*string, bool)
- func (o *CreateReactorFormulaRequest) GetRequestParameters() []ReactorFormulaRequestParameter
- func (o *CreateReactorFormulaRequest) GetRequestParametersOk() ([]ReactorFormulaRequestParameter, bool)
- func (o *CreateReactorFormulaRequest) GetType() string
- func (o *CreateReactorFormulaRequest) GetTypeOk() (*string, bool)
- func (o *CreateReactorFormulaRequest) HasCode() bool
- func (o *CreateReactorFormulaRequest) HasConfiguration() bool
- func (o *CreateReactorFormulaRequest) HasDescription() bool
- func (o *CreateReactorFormulaRequest) HasIcon() bool
- func (o *CreateReactorFormulaRequest) HasId() bool
- func (o *CreateReactorFormulaRequest) HasRequestParameters() bool
- func (o CreateReactorFormulaRequest) MarshalJSON() ([]byte, error)
- func (o *CreateReactorFormulaRequest) SetCode(v string)
- func (o *CreateReactorFormulaRequest) SetCodeNil()
- func (o *CreateReactorFormulaRequest) SetConfiguration(v []ReactorFormulaConfiguration)
- func (o *CreateReactorFormulaRequest) SetDescription(v string)
- func (o *CreateReactorFormulaRequest) SetDescriptionNil()
- func (o *CreateReactorFormulaRequest) SetIcon(v string)
- func (o *CreateReactorFormulaRequest) SetIconNil()
- func (o *CreateReactorFormulaRequest) SetId(v string)
- func (o *CreateReactorFormulaRequest) SetIdNil()
- func (o *CreateReactorFormulaRequest) SetName(v string)
- func (o *CreateReactorFormulaRequest) SetRequestParameters(v []ReactorFormulaRequestParameter)
- func (o *CreateReactorFormulaRequest) SetType(v string)
- func (o CreateReactorFormulaRequest) ToMap() (map[string]interface{}, error)
- func (o *CreateReactorFormulaRequest) UnsetCode()
- func (o *CreateReactorFormulaRequest) UnsetDescription()
- func (o *CreateReactorFormulaRequest) UnsetIcon()
- func (o *CreateReactorFormulaRequest) UnsetId()
- type CreateReactorRequest
- func (o *CreateReactorRequest) GetApplication() Application
- func (o *CreateReactorRequest) GetApplicationOk() (*Application, bool)
- func (o *CreateReactorRequest) GetCode() string
- func (o *CreateReactorRequest) GetCodeOk() (*string, bool)
- func (o *CreateReactorRequest) GetConfiguration() map[string]string
- func (o *CreateReactorRequest) GetConfigurationOk() (*map[string]string, bool)
- func (o *CreateReactorRequest) GetName() string
- func (o *CreateReactorRequest) GetNameOk() (*string, bool)
- func (o *CreateReactorRequest) HasApplication() bool
- func (o *CreateReactorRequest) HasConfiguration() bool
- func (o CreateReactorRequest) MarshalJSON() ([]byte, error)
- func (o *CreateReactorRequest) SetApplication(v Application)
- func (o *CreateReactorRequest) SetCode(v string)
- func (o *CreateReactorRequest) SetConfiguration(v map[string]string)
- func (o *CreateReactorRequest) SetName(v string)
- func (o CreateReactorRequest) ToMap() (map[string]interface{}, error)
- type CreateSessionResponse
- func (o *CreateSessionResponse) GetExpiresAt() time.Time
- func (o *CreateSessionResponse) GetExpiresAtOk() (*time.Time, bool)
- func (o *CreateSessionResponse) GetNonce() string
- func (o *CreateSessionResponse) GetNonceOk() (*string, bool)
- func (o *CreateSessionResponse) GetSessionKey() string
- func (o *CreateSessionResponse) GetSessionKeyOk() (*string, bool)
- func (o *CreateSessionResponse) HasExpiresAt() bool
- func (o *CreateSessionResponse) HasNonce() bool
- func (o *CreateSessionResponse) HasSessionKey() bool
- func (o CreateSessionResponse) MarshalJSON() ([]byte, error)
- func (o *CreateSessionResponse) SetExpiresAt(v time.Time)
- func (o *CreateSessionResponse) SetExpiresAtNil()
- func (o *CreateSessionResponse) SetNonce(v string)
- func (o *CreateSessionResponse) SetNonceNil()
- func (o *CreateSessionResponse) SetSessionKey(v string)
- func (o *CreateSessionResponse) SetSessionKeyNil()
- func (o CreateSessionResponse) ToMap() (map[string]interface{}, error)
- func (o *CreateSessionResponse) UnsetExpiresAt()
- func (o *CreateSessionResponse) UnsetNonce()
- func (o *CreateSessionResponse) UnsetSessionKey()
- type CreateTenantConnectionRequest
- func (o *CreateTenantConnectionRequest) GetOptions() TenantConnectionOptions
- func (o *CreateTenantConnectionRequest) GetOptionsOk() (*TenantConnectionOptions, bool)
- func (o *CreateTenantConnectionRequest) GetStrategy() string
- func (o *CreateTenantConnectionRequest) GetStrategyOk() (*string, bool)
- func (o CreateTenantConnectionRequest) MarshalJSON() ([]byte, error)
- func (o *CreateTenantConnectionRequest) SetOptions(v TenantConnectionOptions)
- func (o *CreateTenantConnectionRequest) SetStrategy(v string)
- func (o CreateTenantConnectionRequest) ToMap() (map[string]interface{}, error)
- type CreateTenantConnectionResponse
- func (o *CreateTenantConnectionResponse) GetConnectionId() string
- func (o *CreateTenantConnectionResponse) GetConnectionIdOk() (*string, bool)
- func (o *CreateTenantConnectionResponse) HasConnectionId() bool
- func (o CreateTenantConnectionResponse) MarshalJSON() ([]byte, error)
- func (o *CreateTenantConnectionResponse) SetConnectionId(v string)
- func (o *CreateTenantConnectionResponse) SetConnectionIdNil()
- func (o CreateTenantConnectionResponse) ToMap() (map[string]interface{}, error)
- func (o *CreateTenantConnectionResponse) UnsetConnectionId()
- type CreateTenantInvitationRequest
- func (o *CreateTenantInvitationRequest) GetEmail() string
- func (o *CreateTenantInvitationRequest) GetEmailOk() (*string, bool)
- func (o *CreateTenantInvitationRequest) GetRole() string
- func (o *CreateTenantInvitationRequest) GetRoleOk() (*string, bool)
- func (o *CreateTenantInvitationRequest) HasRole() bool
- func (o CreateTenantInvitationRequest) MarshalJSON() ([]byte, error)
- func (o *CreateTenantInvitationRequest) SetEmail(v string)
- func (o *CreateTenantInvitationRequest) SetRole(v string)
- func (o *CreateTenantInvitationRequest) SetRoleNil()
- func (o CreateTenantInvitationRequest) ToMap() (map[string]interface{}, error)
- func (o *CreateTenantInvitationRequest) UnsetRole()
- type CreateThreeDSSessionRequest
- func (o *CreateThreeDSSessionRequest) GetDevice() string
- func (o *CreateThreeDSSessionRequest) GetDeviceInfo() ThreeDSDeviceInfo
- func (o *CreateThreeDSSessionRequest) GetDeviceInfoOk() (*ThreeDSDeviceInfo, bool)
- func (o *CreateThreeDSSessionRequest) GetDeviceOk() (*string, bool)
- func (o *CreateThreeDSSessionRequest) GetPan() string
- func (o *CreateThreeDSSessionRequest) GetPanOk() (*string, bool)
- func (o *CreateThreeDSSessionRequest) GetType() string
- func (o *CreateThreeDSSessionRequest) GetTypeOk() (*string, bool)
- func (o *CreateThreeDSSessionRequest) HasDevice() bool
- func (o *CreateThreeDSSessionRequest) HasDeviceInfo() bool
- func (o *CreateThreeDSSessionRequest) HasType() bool
- func (o CreateThreeDSSessionRequest) MarshalJSON() ([]byte, error)
- func (o *CreateThreeDSSessionRequest) SetDevice(v string)
- func (o *CreateThreeDSSessionRequest) SetDeviceInfo(v ThreeDSDeviceInfo)
- func (o *CreateThreeDSSessionRequest) SetDeviceNil()
- func (o *CreateThreeDSSessionRequest) SetPan(v string)
- func (o *CreateThreeDSSessionRequest) SetType(v string)
- func (o *CreateThreeDSSessionRequest) SetTypeNil()
- func (o CreateThreeDSSessionRequest) ToMap() (map[string]interface{}, error)
- func (o *CreateThreeDSSessionRequest) UnsetDevice()
- func (o *CreateThreeDSSessionRequest) UnsetType()
- type CreateThreeDSSessionResponse
- func (o *CreateThreeDSSessionResponse) GetCardBrand() string
- func (o *CreateThreeDSSessionResponse) GetCardBrandOk() (*string, bool)
- func (o *CreateThreeDSSessionResponse) GetDirectoryServerId() string
- func (o *CreateThreeDSSessionResponse) GetDirectoryServerIdOk() (*string, bool)
- func (o *CreateThreeDSSessionResponse) GetId() string
- func (o *CreateThreeDSSessionResponse) GetIdOk() (*string, bool)
- func (o *CreateThreeDSSessionResponse) GetMethodNotificationUrl() string
- func (o *CreateThreeDSSessionResponse) GetMethodNotificationUrlOk() (*string, bool)
- func (o *CreateThreeDSSessionResponse) GetMethodUrl() string
- func (o *CreateThreeDSSessionResponse) GetMethodUrlOk() (*string, bool)
- func (o *CreateThreeDSSessionResponse) GetRecommendedVersion() string
- func (o *CreateThreeDSSessionResponse) GetRecommendedVersionOk() (*string, bool)
- func (o *CreateThreeDSSessionResponse) GetType() string
- func (o *CreateThreeDSSessionResponse) GetTypeOk() (*string, bool)
- func (o *CreateThreeDSSessionResponse) HasCardBrand() bool
- func (o *CreateThreeDSSessionResponse) HasDirectoryServerId() bool
- func (o *CreateThreeDSSessionResponse) HasId() bool
- func (o *CreateThreeDSSessionResponse) HasMethodNotificationUrl() bool
- func (o *CreateThreeDSSessionResponse) HasMethodUrl() bool
- func (o *CreateThreeDSSessionResponse) HasRecommendedVersion() bool
- func (o *CreateThreeDSSessionResponse) HasType() bool
- func (o CreateThreeDSSessionResponse) MarshalJSON() ([]byte, error)
- func (o *CreateThreeDSSessionResponse) SetCardBrand(v string)
- func (o *CreateThreeDSSessionResponse) SetCardBrandNil()
- func (o *CreateThreeDSSessionResponse) SetDirectoryServerId(v string)
- func (o *CreateThreeDSSessionResponse) SetDirectoryServerIdNil()
- func (o *CreateThreeDSSessionResponse) SetId(v string)
- func (o *CreateThreeDSSessionResponse) SetMethodNotificationUrl(v string)
- func (o *CreateThreeDSSessionResponse) SetMethodNotificationUrlNil()
- func (o *CreateThreeDSSessionResponse) SetMethodUrl(v string)
- func (o *CreateThreeDSSessionResponse) SetMethodUrlNil()
- func (o *CreateThreeDSSessionResponse) SetRecommendedVersion(v string)
- func (o *CreateThreeDSSessionResponse) SetRecommendedVersionNil()
- func (o *CreateThreeDSSessionResponse) SetType(v string)
- func (o *CreateThreeDSSessionResponse) SetTypeNil()
- func (o CreateThreeDSSessionResponse) ToMap() (map[string]interface{}, error)
- func (o *CreateThreeDSSessionResponse) UnsetCardBrand()
- func (o *CreateThreeDSSessionResponse) UnsetDirectoryServerId()
- func (o *CreateThreeDSSessionResponse) UnsetMethodNotificationUrl()
- func (o *CreateThreeDSSessionResponse) UnsetMethodUrl()
- func (o *CreateThreeDSSessionResponse) UnsetRecommendedVersion()
- func (o *CreateThreeDSSessionResponse) UnsetType()
- type CreateTokenRequest
- func (o *CreateTokenRequest) GetContainers() []string
- func (o *CreateTokenRequest) GetContainersOk() ([]string, bool)
- func (o *CreateTokenRequest) GetData() interface{}
- func (o *CreateTokenRequest) GetDataOk() (*interface{}, bool)
- func (o *CreateTokenRequest) GetDeduplicateToken() bool
- func (o *CreateTokenRequest) GetDeduplicateTokenOk() (*bool, bool)
- func (o *CreateTokenRequest) GetExpiresAt() string
- func (o *CreateTokenRequest) GetExpiresAtOk() (*string, bool)
- func (o *CreateTokenRequest) GetFingerprintExpression() string
- func (o *CreateTokenRequest) GetFingerprintExpressionOk() (*string, bool)
- func (o *CreateTokenRequest) GetId() string
- func (o *CreateTokenRequest) GetIdOk() (*string, bool)
- func (o *CreateTokenRequest) GetMask() interface{}
- func (o *CreateTokenRequest) GetMaskOk() (*interface{}, bool)
- func (o *CreateTokenRequest) GetMetadata() map[string]string
- func (o *CreateTokenRequest) GetMetadataOk() (*map[string]string, bool)
- func (o *CreateTokenRequest) GetPrivacy() Privacy
- func (o *CreateTokenRequest) GetPrivacyOk() (*Privacy, bool)
- func (o *CreateTokenRequest) GetSearchIndexes() []string
- func (o *CreateTokenRequest) GetSearchIndexesOk() ([]string, bool)
- func (o *CreateTokenRequest) GetType() string
- func (o *CreateTokenRequest) GetTypeOk() (*string, bool)
- func (o *CreateTokenRequest) HasContainers() bool
- func (o *CreateTokenRequest) HasDeduplicateToken() bool
- func (o *CreateTokenRequest) HasExpiresAt() bool
- func (o *CreateTokenRequest) HasFingerprintExpression() bool
- func (o *CreateTokenRequest) HasId() bool
- func (o *CreateTokenRequest) HasMask() bool
- func (o *CreateTokenRequest) HasMetadata() bool
- func (o *CreateTokenRequest) HasPrivacy() bool
- func (o *CreateTokenRequest) HasSearchIndexes() bool
- func (o *CreateTokenRequest) HasType() bool
- func (o CreateTokenRequest) MarshalJSON() ([]byte, error)
- func (o *CreateTokenRequest) SetContainers(v []string)
- func (o *CreateTokenRequest) SetData(v interface{})
- func (o *CreateTokenRequest) SetDeduplicateToken(v bool)
- func (o *CreateTokenRequest) SetDeduplicateTokenNil()
- func (o *CreateTokenRequest) SetExpiresAt(v string)
- func (o *CreateTokenRequest) SetExpiresAtNil()
- func (o *CreateTokenRequest) SetFingerprintExpression(v string)
- func (o *CreateTokenRequest) SetFingerprintExpressionNil()
- func (o *CreateTokenRequest) SetId(v string)
- func (o *CreateTokenRequest) SetIdNil()
- func (o *CreateTokenRequest) SetMask(v interface{})
- func (o *CreateTokenRequest) SetMetadata(v map[string]string)
- func (o *CreateTokenRequest) SetPrivacy(v Privacy)
- func (o *CreateTokenRequest) SetSearchIndexes(v []string)
- func (o *CreateTokenRequest) SetType(v string)
- func (o *CreateTokenRequest) SetTypeNil()
- func (o CreateTokenRequest) ToMap() (map[string]interface{}, error)
- func (o *CreateTokenRequest) UnsetDeduplicateToken()
- func (o *CreateTokenRequest) UnsetExpiresAt()
- func (o *CreateTokenRequest) UnsetFingerprintExpression()
- func (o *CreateTokenRequest) UnsetId()
- func (o *CreateTokenRequest) UnsetType()
- type CreateTokenResponse
- func (o *CreateTokenResponse) GetAliases() []string
- func (o *CreateTokenResponse) GetAliasesOk() ([]string, bool)
- func (o *CreateTokenResponse) GetContainers() []string
- func (o *CreateTokenResponse) GetContainersOk() ([]string, bool)
- func (o *CreateTokenResponse) GetCreatedAt() time.Time
- func (o *CreateTokenResponse) GetCreatedAtOk() (*time.Time, bool)
- func (o *CreateTokenResponse) GetCreatedBy() string
- func (o *CreateTokenResponse) GetCreatedByOk() (*string, bool)
- func (o *CreateTokenResponse) GetData() interface{}
- func (o *CreateTokenResponse) GetDataOk() (*interface{}, bool)
- func (o *CreateTokenResponse) GetEnrichments() TokenEnrichments
- func (o *CreateTokenResponse) GetEnrichmentsOk() (*TokenEnrichments, bool)
- func (o *CreateTokenResponse) GetExpiresAt() time.Time
- func (o *CreateTokenResponse) GetExpiresAtOk() (*time.Time, bool)
- func (o *CreateTokenResponse) GetFingerprint() string
- func (o *CreateTokenResponse) GetFingerprintExpression() string
- func (o *CreateTokenResponse) GetFingerprintExpressionOk() (*string, bool)
- func (o *CreateTokenResponse) GetFingerprintOk() (*string, bool)
- func (o *CreateTokenResponse) GetId() string
- func (o *CreateTokenResponse) GetIdOk() (*string, bool)
- func (o *CreateTokenResponse) GetMask() interface{}
- func (o *CreateTokenResponse) GetMaskOk() (*interface{}, bool)
- func (o *CreateTokenResponse) GetMetadata() map[string]string
- func (o *CreateTokenResponse) GetMetadataOk() (*map[string]string, bool)
- func (o *CreateTokenResponse) GetModifiedAt() time.Time
- func (o *CreateTokenResponse) GetModifiedAtOk() (*time.Time, bool)
- func (o *CreateTokenResponse) GetModifiedBy() string
- func (o *CreateTokenResponse) GetModifiedByOk() (*string, bool)
- func (o *CreateTokenResponse) GetPrivacy() Privacy
- func (o *CreateTokenResponse) GetPrivacyOk() (*Privacy, bool)
- func (o *CreateTokenResponse) GetSearchIndexes() []string
- func (o *CreateTokenResponse) GetSearchIndexesOk() ([]string, bool)
- func (o *CreateTokenResponse) GetTenantId() string
- func (o *CreateTokenResponse) GetTenantIdOk() (*string, bool)
- func (o *CreateTokenResponse) GetType() string
- func (o *CreateTokenResponse) GetTypeOk() (*string, bool)
- func (o *CreateTokenResponse) HasAliases() bool
- func (o *CreateTokenResponse) HasContainers() bool
- func (o *CreateTokenResponse) HasCreatedAt() bool
- func (o *CreateTokenResponse) HasCreatedBy() bool
- func (o *CreateTokenResponse) HasData() bool
- func (o *CreateTokenResponse) HasEnrichments() bool
- func (o *CreateTokenResponse) HasExpiresAt() bool
- func (o *CreateTokenResponse) HasFingerprint() bool
- func (o *CreateTokenResponse) HasFingerprintExpression() bool
- func (o *CreateTokenResponse) HasId() bool
- func (o *CreateTokenResponse) HasMask() bool
- func (o *CreateTokenResponse) HasMetadata() bool
- func (o *CreateTokenResponse) HasModifiedAt() bool
- func (o *CreateTokenResponse) HasModifiedBy() bool
- func (o *CreateTokenResponse) HasPrivacy() bool
- func (o *CreateTokenResponse) HasSearchIndexes() bool
- func (o *CreateTokenResponse) HasTenantId() bool
- func (o *CreateTokenResponse) HasType() bool
- func (o CreateTokenResponse) MarshalJSON() ([]byte, error)
- func (o *CreateTokenResponse) SetAliases(v []string)
- func (o *CreateTokenResponse) SetContainers(v []string)
- func (o *CreateTokenResponse) SetCreatedAt(v time.Time)
- func (o *CreateTokenResponse) SetCreatedAtNil()
- func (o *CreateTokenResponse) SetCreatedBy(v string)
- func (o *CreateTokenResponse) SetCreatedByNil()
- func (o *CreateTokenResponse) SetData(v interface{})
- func (o *CreateTokenResponse) SetEnrichments(v TokenEnrichments)
- func (o *CreateTokenResponse) SetExpiresAt(v time.Time)
- func (o *CreateTokenResponse) SetExpiresAtNil()
- func (o *CreateTokenResponse) SetFingerprint(v string)
- func (o *CreateTokenResponse) SetFingerprintExpression(v string)
- func (o *CreateTokenResponse) SetFingerprintExpressionNil()
- func (o *CreateTokenResponse) SetFingerprintNil()
- func (o *CreateTokenResponse) SetId(v string)
- func (o *CreateTokenResponse) SetIdNil()
- func (o *CreateTokenResponse) SetMask(v interface{})
- func (o *CreateTokenResponse) SetMetadata(v map[string]string)
- func (o *CreateTokenResponse) SetModifiedAt(v time.Time)
- func (o *CreateTokenResponse) SetModifiedAtNil()
- func (o *CreateTokenResponse) SetModifiedBy(v string)
- func (o *CreateTokenResponse) SetModifiedByNil()
- func (o *CreateTokenResponse) SetPrivacy(v Privacy)
- func (o *CreateTokenResponse) SetSearchIndexes(v []string)
- func (o *CreateTokenResponse) SetTenantId(v string)
- func (o *CreateTokenResponse) SetType(v string)
- func (o *CreateTokenResponse) SetTypeNil()
- func (o CreateTokenResponse) ToMap() (map[string]interface{}, error)
- func (o *CreateTokenResponse) UnsetCreatedAt()
- func (o *CreateTokenResponse) UnsetCreatedBy()
- func (o *CreateTokenResponse) UnsetExpiresAt()
- func (o *CreateTokenResponse) UnsetFingerprint()
- func (o *CreateTokenResponse) UnsetFingerprintExpression()
- func (o *CreateTokenResponse) UnsetId()
- func (o *CreateTokenResponse) UnsetModifiedAt()
- func (o *CreateTokenResponse) UnsetModifiedBy()
- func (o *CreateTokenResponse) UnsetType()
- type CursorPagination
- func (o *CursorPagination) GetNext() string
- func (o *CursorPagination) GetNextOk() (*string, bool)
- func (o *CursorPagination) GetPageSize() int32
- func (o *CursorPagination) GetPageSizeOk() (*int32, bool)
- func (o *CursorPagination) HasNext() bool
- func (o *CursorPagination) HasPageSize() bool
- func (o CursorPagination) MarshalJSON() ([]byte, error)
- func (o *CursorPagination) SetNext(v string)
- func (o *CursorPagination) SetNextNil()
- func (o *CursorPagination) SetPageSize(v int32)
- func (o *CursorPagination) SetPageSizeNil()
- func (o CursorPagination) ToMap() (map[string]interface{}, error)
- func (o *CursorPagination) UnsetNext()
- func (o *CursorPagination) UnsetPageSize()
- type DetokenizeApiDetokenizeRequest
- type DetokenizeApiService
- type EncryptionKey
- func (o *EncryptionKey) GetAlg() string
- func (o *EncryptionKey) GetAlgOk() (*string, bool)
- func (o *EncryptionKey) GetKey() string
- func (o *EncryptionKey) GetKeyOk() (*string, bool)
- func (o *EncryptionKey) GetProv() string
- func (o *EncryptionKey) GetProvOk() (*string, bool)
- func (o *EncryptionKey) HasAlg() bool
- func (o *EncryptionKey) HasProv() bool
- func (o EncryptionKey) MarshalJSON() ([]byte, error)
- func (o *EncryptionKey) SetAlg(v string)
- func (o *EncryptionKey) SetAlgNil()
- func (o *EncryptionKey) SetKey(v string)
- func (o *EncryptionKey) SetProv(v string)
- func (o *EncryptionKey) SetProvNil()
- func (o EncryptionKey) ToMap() (map[string]interface{}, error)
- func (o *EncryptionKey) UnsetAlg()
- func (o *EncryptionKey) UnsetProv()
- type EncryptionMetadata
- func (o *EncryptionMetadata) GetCek() EncryptionKey
- func (o *EncryptionMetadata) GetCekOk() (*EncryptionKey, bool)
- func (o *EncryptionMetadata) GetKek() EncryptionKey
- func (o *EncryptionMetadata) GetKekOk() (*EncryptionKey, bool)
- func (o *EncryptionMetadata) HasCek() bool
- func (o *EncryptionMetadata) HasKek() bool
- func (o EncryptionMetadata) MarshalJSON() ([]byte, error)
- func (o *EncryptionMetadata) SetCek(v EncryptionKey)
- func (o *EncryptionMetadata) SetKek(v EncryptionKey)
- func (o EncryptionMetadata) ToMap() (map[string]interface{}, error)
- type GenericOpenAPIError
- type GetApplications
- func (o *GetApplications) GetId() []string
- func (o *GetApplications) GetIdOk() ([]string, bool)
- func (o *GetApplications) GetPage() int32
- func (o *GetApplications) GetPageOk() (*int32, bool)
- func (o *GetApplications) GetSize() int32
- func (o *GetApplications) GetSizeOk() (*int32, bool)
- func (o *GetApplications) GetStart() string
- func (o *GetApplications) GetStartOk() (*string, bool)
- func (o *GetApplications) GetType() []string
- func (o *GetApplications) GetTypeOk() ([]string, bool)
- func (o *GetApplications) HasId() bool
- func (o *GetApplications) HasPage() bool
- func (o *GetApplications) HasSize() bool
- func (o *GetApplications) HasStart() bool
- func (o *GetApplications) HasType() bool
- func (o GetApplications) MarshalJSON() ([]byte, error)
- func (o *GetApplications) SetId(v []string)
- func (o *GetApplications) SetPage(v int32)
- func (o *GetApplications) SetPageNil()
- func (o *GetApplications) SetSize(v int32)
- func (o *GetApplications) SetSizeNil()
- func (o *GetApplications) SetStart(v string)
- func (o *GetApplications) SetStartNil()
- func (o *GetApplications) SetType(v []string)
- func (o GetApplications) ToMap() (map[string]interface{}, error)
- func (o *GetApplications) UnsetPage()
- func (o *GetApplications) UnsetSize()
- func (o *GetApplications) UnsetStart()
- type GetLogs
- func (o *GetLogs) GetEndDate() time.Time
- func (o *GetLogs) GetEndDateOk() (*time.Time, bool)
- func (o *GetLogs) GetEntityId() string
- func (o *GetLogs) GetEntityIdOk() (*string, bool)
- func (o *GetLogs) GetEntityType() string
- func (o *GetLogs) GetEntityTypeOk() (*string, bool)
- func (o *GetLogs) GetPage() int32
- func (o *GetLogs) GetPageOk() (*int32, bool)
- func (o *GetLogs) GetSize() int32
- func (o *GetLogs) GetSizeOk() (*int32, bool)
- func (o *GetLogs) GetStart() string
- func (o *GetLogs) GetStartDate() time.Time
- func (o *GetLogs) GetStartDateOk() (*time.Time, bool)
- func (o *GetLogs) GetStartOk() (*string, bool)
- func (o *GetLogs) HasEndDate() bool
- func (o *GetLogs) HasEntityId() bool
- func (o *GetLogs) HasEntityType() bool
- func (o *GetLogs) HasPage() bool
- func (o *GetLogs) HasSize() bool
- func (o *GetLogs) HasStart() bool
- func (o *GetLogs) HasStartDate() bool
- func (o GetLogs) MarshalJSON() ([]byte, error)
- func (o *GetLogs) SetEndDate(v time.Time)
- func (o *GetLogs) SetEndDateNil()
- func (o *GetLogs) SetEntityId(v string)
- func (o *GetLogs) SetEntityIdNil()
- func (o *GetLogs) SetEntityType(v string)
- func (o *GetLogs) SetEntityTypeNil()
- func (o *GetLogs) SetPage(v int32)
- func (o *GetLogs) SetPageNil()
- func (o *GetLogs) SetSize(v int32)
- func (o *GetLogs) SetSizeNil()
- func (o *GetLogs) SetStart(v string)
- func (o *GetLogs) SetStartDate(v time.Time)
- func (o *GetLogs) SetStartDateNil()
- func (o *GetLogs) SetStartNil()
- func (o GetLogs) ToMap() (map[string]interface{}, error)
- func (o *GetLogs) UnsetEndDate()
- func (o *GetLogs) UnsetEntityId()
- func (o *GetLogs) UnsetEntityType()
- func (o *GetLogs) UnsetPage()
- func (o *GetLogs) UnsetSize()
- func (o *GetLogs) UnsetStart()
- func (o *GetLogs) UnsetStartDate()
- type GetPermissions
- func (o *GetPermissions) GetApplicationType() string
- func (o *GetPermissions) GetApplicationTypeOk() (*string, bool)
- func (o *GetPermissions) HasApplicationType() bool
- func (o GetPermissions) MarshalJSON() ([]byte, error)
- func (o *GetPermissions) SetApplicationType(v string)
- func (o *GetPermissions) SetApplicationTypeNil()
- func (o GetPermissions) ToMap() (map[string]interface{}, error)
- func (o *GetPermissions) UnsetApplicationType()
- type GetProxies
- func (o *GetProxies) GetId() []string
- func (o *GetProxies) GetIdOk() ([]string, bool)
- func (o *GetProxies) GetName() string
- func (o *GetProxies) GetNameOk() (*string, bool)
- func (o *GetProxies) GetPage() int32
- func (o *GetProxies) GetPageOk() (*int32, bool)
- func (o *GetProxies) GetSize() int32
- func (o *GetProxies) GetSizeOk() (*int32, bool)
- func (o *GetProxies) GetStart() string
- func (o *GetProxies) GetStartOk() (*string, bool)
- func (o *GetProxies) HasId() bool
- func (o *GetProxies) HasName() bool
- func (o *GetProxies) HasPage() bool
- func (o *GetProxies) HasSize() bool
- func (o *GetProxies) HasStart() bool
- func (o GetProxies) MarshalJSON() ([]byte, error)
- func (o *GetProxies) SetId(v []string)
- func (o *GetProxies) SetName(v string)
- func (o *GetProxies) SetNameNil()
- func (o *GetProxies) SetPage(v int32)
- func (o *GetProxies) SetPageNil()
- func (o *GetProxies) SetSize(v int32)
- func (o *GetProxies) SetSizeNil()
- func (o *GetProxies) SetStart(v string)
- func (o *GetProxies) SetStartNil()
- func (o GetProxies) ToMap() (map[string]interface{}, error)
- func (o *GetProxies) UnsetName()
- func (o *GetProxies) UnsetPage()
- func (o *GetProxies) UnsetSize()
- func (o *GetProxies) UnsetStart()
- type GetReactorFormulas
- func (o *GetReactorFormulas) GetName() string
- func (o *GetReactorFormulas) GetNameOk() (*string, bool)
- func (o *GetReactorFormulas) GetPage() int32
- func (o *GetReactorFormulas) GetPageOk() (*int32, bool)
- func (o *GetReactorFormulas) GetSize() int32
- func (o *GetReactorFormulas) GetSizeOk() (*int32, bool)
- func (o *GetReactorFormulas) GetStart() string
- func (o *GetReactorFormulas) GetStartOk() (*string, bool)
- func (o *GetReactorFormulas) HasName() bool
- func (o *GetReactorFormulas) HasPage() bool
- func (o *GetReactorFormulas) HasSize() bool
- func (o *GetReactorFormulas) HasStart() bool
- func (o GetReactorFormulas) MarshalJSON() ([]byte, error)
- func (o *GetReactorFormulas) SetName(v string)
- func (o *GetReactorFormulas) SetNameNil()
- func (o *GetReactorFormulas) SetPage(v int32)
- func (o *GetReactorFormulas) SetPageNil()
- func (o *GetReactorFormulas) SetSize(v int32)
- func (o *GetReactorFormulas) SetSizeNil()
- func (o *GetReactorFormulas) SetStart(v string)
- func (o *GetReactorFormulas) SetStartNil()
- func (o GetReactorFormulas) ToMap() (map[string]interface{}, error)
- func (o *GetReactorFormulas) UnsetName()
- func (o *GetReactorFormulas) UnsetPage()
- func (o *GetReactorFormulas) UnsetSize()
- func (o *GetReactorFormulas) UnsetStart()
- type GetReactors
- func (o *GetReactors) GetId() []string
- func (o *GetReactors) GetIdOk() ([]string, bool)
- func (o *GetReactors) GetName() string
- func (o *GetReactors) GetNameOk() (*string, bool)
- func (o *GetReactors) GetPage() int32
- func (o *GetReactors) GetPageOk() (*int32, bool)
- func (o *GetReactors) GetSize() int32
- func (o *GetReactors) GetSizeOk() (*int32, bool)
- func (o *GetReactors) GetStart() string
- func (o *GetReactors) GetStartOk() (*string, bool)
- func (o *GetReactors) HasId() bool
- func (o *GetReactors) HasName() bool
- func (o *GetReactors) HasPage() bool
- func (o *GetReactors) HasSize() bool
- func (o *GetReactors) HasStart() bool
- func (o GetReactors) MarshalJSON() ([]byte, error)
- func (o *GetReactors) SetId(v []string)
- func (o *GetReactors) SetName(v string)
- func (o *GetReactors) SetNameNil()
- func (o *GetReactors) SetPage(v int32)
- func (o *GetReactors) SetPageNil()
- func (o *GetReactors) SetSize(v int32)
- func (o *GetReactors) SetSizeNil()
- func (o *GetReactors) SetStart(v string)
- func (o *GetReactors) SetStartNil()
- func (o GetReactors) ToMap() (map[string]interface{}, error)
- func (o *GetReactors) UnsetName()
- func (o *GetReactors) UnsetPage()
- func (o *GetReactors) UnsetSize()
- func (o *GetReactors) UnsetStart()
- type GetTenantInvitations
- func (o *GetTenantInvitations) GetPage() int32
- func (o *GetTenantInvitations) GetPageOk() (*int32, bool)
- func (o *GetTenantInvitations) GetSize() int32
- func (o *GetTenantInvitations) GetSizeOk() (*int32, bool)
- func (o *GetTenantInvitations) GetStart() string
- func (o *GetTenantInvitations) GetStartOk() (*string, bool)
- func (o *GetTenantInvitations) GetStatus() TenantInvitationStatus
- func (o *GetTenantInvitations) GetStatusOk() (*TenantInvitationStatus, bool)
- func (o *GetTenantInvitations) HasPage() bool
- func (o *GetTenantInvitations) HasSize() bool
- func (o *GetTenantInvitations) HasStart() bool
- func (o *GetTenantInvitations) HasStatus() bool
- func (o GetTenantInvitations) MarshalJSON() ([]byte, error)
- func (o *GetTenantInvitations) SetPage(v int32)
- func (o *GetTenantInvitations) SetPageNil()
- func (o *GetTenantInvitations) SetSize(v int32)
- func (o *GetTenantInvitations) SetSizeNil()
- func (o *GetTenantInvitations) SetStart(v string)
- func (o *GetTenantInvitations) SetStartNil()
- func (o *GetTenantInvitations) SetStatus(v TenantInvitationStatus)
- func (o GetTenantInvitations) ToMap() (map[string]interface{}, error)
- func (o *GetTenantInvitations) UnsetPage()
- func (o *GetTenantInvitations) UnsetSize()
- func (o *GetTenantInvitations) UnsetStart()
- type GetTenantMembers
- func (o *GetTenantMembers) GetPage() int32
- func (o *GetTenantMembers) GetPageOk() (*int32, bool)
- func (o *GetTenantMembers) GetSize() int32
- func (o *GetTenantMembers) GetSizeOk() (*int32, bool)
- func (o *GetTenantMembers) GetStart() string
- func (o *GetTenantMembers) GetStartOk() (*string, bool)
- func (o *GetTenantMembers) GetUserId() []string
- func (o *GetTenantMembers) GetUserIdOk() ([]string, bool)
- func (o *GetTenantMembers) HasPage() bool
- func (o *GetTenantMembers) HasSize() bool
- func (o *GetTenantMembers) HasStart() bool
- func (o *GetTenantMembers) HasUserId() bool
- func (o GetTenantMembers) MarshalJSON() ([]byte, error)
- func (o *GetTenantMembers) SetPage(v int32)
- func (o *GetTenantMembers) SetPageNil()
- func (o *GetTenantMembers) SetSize(v int32)
- func (o *GetTenantMembers) SetSizeNil()
- func (o *GetTenantMembers) SetStart(v string)
- func (o *GetTenantMembers) SetStartNil()
- func (o *GetTenantMembers) SetUserId(v []string)
- func (o GetTenantMembers) ToMap() (map[string]interface{}, error)
- func (o *GetTenantMembers) UnsetPage()
- func (o *GetTenantMembers) UnsetSize()
- func (o *GetTenantMembers) UnsetStart()
- type GetTokens
- func (o *GetTokens) GetId() []string
- func (o *GetTokens) GetIdOk() ([]string, bool)
- func (o *GetTokens) GetMetadata() map[string]string
- func (o *GetTokens) GetMetadataOk() (*map[string]string, bool)
- func (o *GetTokens) GetPage() int32
- func (o *GetTokens) GetPageOk() (*int32, bool)
- func (o *GetTokens) GetSize() int32
- func (o *GetTokens) GetSizeOk() (*int32, bool)
- func (o *GetTokens) GetStart() string
- func (o *GetTokens) GetStartOk() (*string, bool)
- func (o *GetTokens) HasId() bool
- func (o *GetTokens) HasMetadata() bool
- func (o *GetTokens) HasPage() bool
- func (o *GetTokens) HasSize() bool
- func (o *GetTokens) HasStart() bool
- func (o GetTokens) MarshalJSON() ([]byte, error)
- func (o *GetTokens) SetId(v []string)
- func (o *GetTokens) SetMetadata(v map[string]string)
- func (o *GetTokens) SetPage(v int32)
- func (o *GetTokens) SetPageNil()
- func (o *GetTokens) SetSize(v int32)
- func (o *GetTokens) SetSizeNil()
- func (o *GetTokens) SetStart(v string)
- func (o *GetTokens) SetStartNil()
- func (o GetTokens) ToMap() (map[string]interface{}, error)
- func (o *GetTokens) UnsetPage()
- func (o *GetTokens) UnsetSize()
- func (o *GetTokens) UnsetStart()
- type GetTokensV2
- func (o *GetTokensV2) GetSize() int32
- func (o *GetTokensV2) GetSizeOk() (*int32, bool)
- func (o *GetTokensV2) GetStart() string
- func (o *GetTokensV2) GetStartOk() (*string, bool)
- func (o *GetTokensV2) HasSize() bool
- func (o *GetTokensV2) HasStart() bool
- func (o GetTokensV2) MarshalJSON() ([]byte, error)
- func (o *GetTokensV2) SetSize(v int32)
- func (o *GetTokensV2) SetSizeNil()
- func (o *GetTokensV2) SetStart(v string)
- func (o *GetTokensV2) SetStartNil()
- func (o GetTokensV2) ToMap() (map[string]interface{}, error)
- func (o *GetTokensV2) UnsetSize()
- func (o *GetTokensV2) UnsetStart()
- type Log
- func (o *Log) GetActorId() string
- func (o *Log) GetActorIdOk() (*string, bool)
- func (o *Log) GetActorType() string
- func (o *Log) GetActorTypeOk() (*string, bool)
- func (o *Log) GetCreatedAt() time.Time
- func (o *Log) GetCreatedAtOk() (*time.Time, bool)
- func (o *Log) GetEntityId() string
- func (o *Log) GetEntityIdOk() (*string, bool)
- func (o *Log) GetEntityType() string
- func (o *Log) GetEntityTypeOk() (*string, bool)
- func (o *Log) GetId() string
- func (o *Log) GetIdOk() (*string, bool)
- func (o *Log) GetMessage() string
- func (o *Log) GetMessageOk() (*string, bool)
- func (o *Log) GetOperation() string
- func (o *Log) GetOperationOk() (*string, bool)
- func (o *Log) GetTenantId() string
- func (o *Log) GetTenantIdOk() (*string, bool)
- func (o *Log) HasActorId() bool
- func (o *Log) HasActorType() bool
- func (o *Log) HasCreatedAt() bool
- func (o *Log) HasEntityId() bool
- func (o *Log) HasEntityType() bool
- func (o *Log) HasId() bool
- func (o *Log) HasMessage() bool
- func (o *Log) HasOperation() bool
- func (o *Log) HasTenantId() bool
- func (o Log) MarshalJSON() ([]byte, error)
- func (o *Log) SetActorId(v string)
- func (o *Log) SetActorIdNil()
- func (o *Log) SetActorType(v string)
- func (o *Log) SetActorTypeNil()
- func (o *Log) SetCreatedAt(v time.Time)
- func (o *Log) SetCreatedAtNil()
- func (o *Log) SetEntityId(v string)
- func (o *Log) SetEntityIdNil()
- func (o *Log) SetEntityType(v string)
- func (o *Log) SetEntityTypeNil()
- func (o *Log) SetId(v string)
- func (o *Log) SetIdNil()
- func (o *Log) SetMessage(v string)
- func (o *Log) SetMessageNil()
- func (o *Log) SetOperation(v string)
- func (o *Log) SetOperationNil()
- func (o *Log) SetTenantId(v string)
- func (o Log) ToMap() (map[string]interface{}, error)
- func (o *Log) UnsetActorId()
- func (o *Log) UnsetActorType()
- func (o *Log) UnsetCreatedAt()
- func (o *Log) UnsetEntityId()
- func (o *Log) UnsetEntityType()
- func (o *Log) UnsetId()
- func (o *Log) UnsetMessage()
- func (o *Log) UnsetOperation()
- type LogEntityType
- func (o *LogEntityType) GetDisplayName() string
- func (o *LogEntityType) GetDisplayNameOk() (*string, bool)
- func (o *LogEntityType) GetValue() string
- func (o *LogEntityType) GetValueOk() (*string, bool)
- func (o *LogEntityType) HasDisplayName() bool
- func (o *LogEntityType) HasValue() bool
- func (o LogEntityType) MarshalJSON() ([]byte, error)
- func (o *LogEntityType) SetDisplayName(v string)
- func (o *LogEntityType) SetDisplayNameNil()
- func (o *LogEntityType) SetValue(v string)
- func (o *LogEntityType) SetValueNil()
- func (o LogEntityType) ToMap() (map[string]interface{}, error)
- func (o *LogEntityType) UnsetDisplayName()
- func (o *LogEntityType) UnsetValue()
- type LogPaginatedList
- func (o *LogPaginatedList) GetData() []Log
- func (o *LogPaginatedList) GetDataOk() ([]Log, bool)
- func (o *LogPaginatedList) GetPagination() Pagination
- func (o *LogPaginatedList) GetPaginationOk() (*Pagination, bool)
- func (o *LogPaginatedList) HasData() bool
- func (o *LogPaginatedList) HasPagination() bool
- func (o LogPaginatedList) MarshalJSON() ([]byte, error)
- func (o *LogPaginatedList) SetData(v []Log)
- func (o *LogPaginatedList) SetPagination(v Pagination)
- func (o LogPaginatedList) ToMap() (map[string]interface{}, error)
- type LogsApiGetEntityTypesRequest
- type LogsApiGetRequest
- func (r LogsApiGetRequest) EndDate(endDate time.Time) LogsApiGetRequest
- func (r LogsApiGetRequest) EntityId(entityId string) LogsApiGetRequest
- func (r LogsApiGetRequest) EntityType(entityType string) LogsApiGetRequest
- func (r LogsApiGetRequest) Execute() (*LogPaginatedList, *http.Response, error)
- func (r LogsApiGetRequest) Page(page int32) LogsApiGetRequest
- func (r LogsApiGetRequest) Size(size int32) LogsApiGetRequest
- func (r LogsApiGetRequest) Start(start string) LogsApiGetRequest
- func (r LogsApiGetRequest) StartDate(startDate time.Time) LogsApiGetRequest
- type LogsApiService
- func (a *LogsApiService) Get(ctx context.Context) LogsApiGetRequest
- func (a *LogsApiService) GetEntityTypes(ctx context.Context) LogsApiGetEntityTypesRequest
- func (a *LogsApiService) GetEntityTypesExecute(r LogsApiGetEntityTypesRequest) ([]LogEntityType, *http.Response, error)
- func (a *LogsApiService) GetExecute(r LogsApiGetRequest) (*LogPaginatedList, *http.Response, error)
- type MappedNullable
- type MonthlyActiveTokenHistory
- func (o *MonthlyActiveTokenHistory) GetCount() int64
- func (o *MonthlyActiveTokenHistory) GetCountOk() (*int64, bool)
- func (o *MonthlyActiveTokenHistory) GetMonth() int32
- func (o *MonthlyActiveTokenHistory) GetMonthOk() (*int32, bool)
- func (o *MonthlyActiveTokenHistory) GetYear() int32
- func (o *MonthlyActiveTokenHistory) GetYearOk() (*int32, bool)
- func (o *MonthlyActiveTokenHistory) HasCount() bool
- func (o *MonthlyActiveTokenHistory) HasMonth() bool
- func (o *MonthlyActiveTokenHistory) HasYear() bool
- func (o MonthlyActiveTokenHistory) MarshalJSON() ([]byte, error)
- func (o *MonthlyActiveTokenHistory) SetCount(v int64)
- func (o *MonthlyActiveTokenHistory) SetMonth(v int32)
- func (o *MonthlyActiveTokenHistory) SetYear(v int32)
- func (o MonthlyActiveTokenHistory) ToMap() (map[string]interface{}, error)
- type NullableAccessRule
- type NullableApplication
- func (v NullableApplication) Get() *Application
- func (v NullableApplication) IsSet() bool
- func (v NullableApplication) MarshalJSON() ([]byte, error)
- func (v *NullableApplication) Set(val *Application)
- func (v *NullableApplication) UnmarshalJSON(src []byte) error
- func (v *NullableApplication) Unset()
- type NullableApplicationKey
- func (v NullableApplicationKey) Get() *ApplicationKey
- func (v NullableApplicationKey) IsSet() bool
- func (v NullableApplicationKey) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationKey) Set(val *ApplicationKey)
- func (v *NullableApplicationKey) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationKey) Unset()
- type NullableApplicationPaginatedList
- func (v NullableApplicationPaginatedList) Get() *ApplicationPaginatedList
- func (v NullableApplicationPaginatedList) IsSet() bool
- func (v NullableApplicationPaginatedList) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationPaginatedList) Set(val *ApplicationPaginatedList)
- func (v *NullableApplicationPaginatedList) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationPaginatedList) Unset()
- type NullableApplicationTemplate
- func (v NullableApplicationTemplate) Get() *ApplicationTemplate
- func (v NullableApplicationTemplate) IsSet() bool
- func (v NullableApplicationTemplate) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationTemplate) Set(val *ApplicationTemplate)
- func (v *NullableApplicationTemplate) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationTemplate) Unset()
- type NullableAuthenticateThreeDSSessionRequest
- func (v NullableAuthenticateThreeDSSessionRequest) Get() *AuthenticateThreeDSSessionRequest
- func (v NullableAuthenticateThreeDSSessionRequest) IsSet() bool
- func (v NullableAuthenticateThreeDSSessionRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAuthenticateThreeDSSessionRequest) Set(val *AuthenticateThreeDSSessionRequest)
- func (v *NullableAuthenticateThreeDSSessionRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAuthenticateThreeDSSessionRequest) Unset()
- type NullableAuthorizeSessionRequest
- func (v NullableAuthorizeSessionRequest) Get() *AuthorizeSessionRequest
- func (v NullableAuthorizeSessionRequest) IsSet() bool
- func (v NullableAuthorizeSessionRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAuthorizeSessionRequest) Set(val *AuthorizeSessionRequest)
- func (v *NullableAuthorizeSessionRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAuthorizeSessionRequest) Unset()
- type NullableBinDetails
- type NullableBinDetailsBank
- func (v NullableBinDetailsBank) Get() *BinDetailsBank
- func (v NullableBinDetailsBank) IsSet() bool
- func (v NullableBinDetailsBank) MarshalJSON() ([]byte, error)
- func (v *NullableBinDetailsBank) Set(val *BinDetailsBank)
- func (v *NullableBinDetailsBank) UnmarshalJSON(src []byte) error
- func (v *NullableBinDetailsBank) Unset()
- type NullableBinDetailsCountry
- func (v NullableBinDetailsCountry) Get() *BinDetailsCountry
- func (v NullableBinDetailsCountry) IsSet() bool
- func (v NullableBinDetailsCountry) MarshalJSON() ([]byte, error)
- func (v *NullableBinDetailsCountry) Set(val *BinDetailsCountry)
- func (v *NullableBinDetailsCountry) UnmarshalJSON(src []byte) error
- func (v *NullableBinDetailsCountry) Unset()
- type NullableBinDetailsProduct
- func (v NullableBinDetailsProduct) Get() *BinDetailsProduct
- func (v NullableBinDetailsProduct) IsSet() bool
- func (v NullableBinDetailsProduct) MarshalJSON() ([]byte, error)
- func (v *NullableBinDetailsProduct) Set(val *BinDetailsProduct)
- func (v *NullableBinDetailsProduct) UnmarshalJSON(src []byte) error
- func (v *NullableBinDetailsProduct) Unset()
- type NullableBool
- type NullableCardDetails
- func (v NullableCardDetails) Get() *CardDetails
- func (v NullableCardDetails) IsSet() bool
- func (v NullableCardDetails) MarshalJSON() ([]byte, error)
- func (v *NullableCardDetails) Set(val *CardDetails)
- func (v *NullableCardDetails) UnmarshalJSON(src []byte) error
- func (v *NullableCardDetails) Unset()
- type NullableCondition
- type NullableCreateApplicationRequest
- func (v NullableCreateApplicationRequest) Get() *CreateApplicationRequest
- func (v NullableCreateApplicationRequest) IsSet() bool
- func (v NullableCreateApplicationRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateApplicationRequest) Set(val *CreateApplicationRequest)
- func (v *NullableCreateApplicationRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateApplicationRequest) Unset()
- type NullableCreateProxyRequest
- func (v NullableCreateProxyRequest) Get() *CreateProxyRequest
- func (v NullableCreateProxyRequest) IsSet() bool
- func (v NullableCreateProxyRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateProxyRequest) Set(val *CreateProxyRequest)
- func (v *NullableCreateProxyRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateProxyRequest) Unset()
- type NullableCreateReactorFormulaRequest
- func (v NullableCreateReactorFormulaRequest) Get() *CreateReactorFormulaRequest
- func (v NullableCreateReactorFormulaRequest) IsSet() bool
- func (v NullableCreateReactorFormulaRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateReactorFormulaRequest) Set(val *CreateReactorFormulaRequest)
- func (v *NullableCreateReactorFormulaRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateReactorFormulaRequest) Unset()
- type NullableCreateReactorRequest
- func (v NullableCreateReactorRequest) Get() *CreateReactorRequest
- func (v NullableCreateReactorRequest) IsSet() bool
- func (v NullableCreateReactorRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateReactorRequest) Set(val *CreateReactorRequest)
- func (v *NullableCreateReactorRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateReactorRequest) Unset()
- type NullableCreateSessionResponse
- func (v NullableCreateSessionResponse) Get() *CreateSessionResponse
- func (v NullableCreateSessionResponse) IsSet() bool
- func (v NullableCreateSessionResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCreateSessionResponse) Set(val *CreateSessionResponse)
- func (v *NullableCreateSessionResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCreateSessionResponse) Unset()
- type NullableCreateTenantConnectionRequest
- func (v NullableCreateTenantConnectionRequest) Get() *CreateTenantConnectionRequest
- func (v NullableCreateTenantConnectionRequest) IsSet() bool
- func (v NullableCreateTenantConnectionRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateTenantConnectionRequest) Set(val *CreateTenantConnectionRequest)
- func (v *NullableCreateTenantConnectionRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateTenantConnectionRequest) Unset()
- type NullableCreateTenantConnectionResponse
- func (v NullableCreateTenantConnectionResponse) Get() *CreateTenantConnectionResponse
- func (v NullableCreateTenantConnectionResponse) IsSet() bool
- func (v NullableCreateTenantConnectionResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCreateTenantConnectionResponse) Set(val *CreateTenantConnectionResponse)
- func (v *NullableCreateTenantConnectionResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCreateTenantConnectionResponse) Unset()
- type NullableCreateTenantInvitationRequest
- func (v NullableCreateTenantInvitationRequest) Get() *CreateTenantInvitationRequest
- func (v NullableCreateTenantInvitationRequest) IsSet() bool
- func (v NullableCreateTenantInvitationRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateTenantInvitationRequest) Set(val *CreateTenantInvitationRequest)
- func (v *NullableCreateTenantInvitationRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateTenantInvitationRequest) Unset()
- type NullableCreateThreeDSSessionRequest
- func (v NullableCreateThreeDSSessionRequest) Get() *CreateThreeDSSessionRequest
- func (v NullableCreateThreeDSSessionRequest) IsSet() bool
- func (v NullableCreateThreeDSSessionRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateThreeDSSessionRequest) Set(val *CreateThreeDSSessionRequest)
- func (v *NullableCreateThreeDSSessionRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateThreeDSSessionRequest) Unset()
- type NullableCreateThreeDSSessionResponse
- func (v NullableCreateThreeDSSessionResponse) Get() *CreateThreeDSSessionResponse
- func (v NullableCreateThreeDSSessionResponse) IsSet() bool
- func (v NullableCreateThreeDSSessionResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCreateThreeDSSessionResponse) Set(val *CreateThreeDSSessionResponse)
- func (v *NullableCreateThreeDSSessionResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCreateThreeDSSessionResponse) Unset()
- type NullableCreateTokenRequest
- func (v NullableCreateTokenRequest) Get() *CreateTokenRequest
- func (v NullableCreateTokenRequest) IsSet() bool
- func (v NullableCreateTokenRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateTokenRequest) Set(val *CreateTokenRequest)
- func (v *NullableCreateTokenRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateTokenRequest) Unset()
- type NullableCreateTokenResponse
- func (v NullableCreateTokenResponse) Get() *CreateTokenResponse
- func (v NullableCreateTokenResponse) IsSet() bool
- func (v NullableCreateTokenResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCreateTokenResponse) Set(val *CreateTokenResponse)
- func (v *NullableCreateTokenResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCreateTokenResponse) Unset()
- type NullableCursorPagination
- func (v NullableCursorPagination) Get() *CursorPagination
- func (v NullableCursorPagination) IsSet() bool
- func (v NullableCursorPagination) MarshalJSON() ([]byte, error)
- func (v *NullableCursorPagination) Set(val *CursorPagination)
- func (v *NullableCursorPagination) UnmarshalJSON(src []byte) error
- func (v *NullableCursorPagination) Unset()
- type NullableEncryptionKey
- func (v NullableEncryptionKey) Get() *EncryptionKey
- func (v NullableEncryptionKey) IsSet() bool
- func (v NullableEncryptionKey) MarshalJSON() ([]byte, error)
- func (v *NullableEncryptionKey) Set(val *EncryptionKey)
- func (v *NullableEncryptionKey) UnmarshalJSON(src []byte) error
- func (v *NullableEncryptionKey) Unset()
- type NullableEncryptionMetadata
- func (v NullableEncryptionMetadata) Get() *EncryptionMetadata
- func (v NullableEncryptionMetadata) IsSet() bool
- func (v NullableEncryptionMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableEncryptionMetadata) Set(val *EncryptionMetadata)
- func (v *NullableEncryptionMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableEncryptionMetadata) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableGetApplications
- func (v NullableGetApplications) Get() *GetApplications
- func (v NullableGetApplications) IsSet() bool
- func (v NullableGetApplications) MarshalJSON() ([]byte, error)
- func (v *NullableGetApplications) Set(val *GetApplications)
- func (v *NullableGetApplications) UnmarshalJSON(src []byte) error
- func (v *NullableGetApplications) Unset()
- type NullableGetLogs
- type NullableGetPermissions
- func (v NullableGetPermissions) Get() *GetPermissions
- func (v NullableGetPermissions) IsSet() bool
- func (v NullableGetPermissions) MarshalJSON() ([]byte, error)
- func (v *NullableGetPermissions) Set(val *GetPermissions)
- func (v *NullableGetPermissions) UnmarshalJSON(src []byte) error
- func (v *NullableGetPermissions) Unset()
- type NullableGetProxies
- type NullableGetReactorFormulas
- func (v NullableGetReactorFormulas) Get() *GetReactorFormulas
- func (v NullableGetReactorFormulas) IsSet() bool
- func (v NullableGetReactorFormulas) MarshalJSON() ([]byte, error)
- func (v *NullableGetReactorFormulas) Set(val *GetReactorFormulas)
- func (v *NullableGetReactorFormulas) UnmarshalJSON(src []byte) error
- func (v *NullableGetReactorFormulas) Unset()
- type NullableGetReactors
- func (v NullableGetReactors) Get() *GetReactors
- func (v NullableGetReactors) IsSet() bool
- func (v NullableGetReactors) MarshalJSON() ([]byte, error)
- func (v *NullableGetReactors) Set(val *GetReactors)
- func (v *NullableGetReactors) UnmarshalJSON(src []byte) error
- func (v *NullableGetReactors) Unset()
- type NullableGetTenantInvitations
- func (v NullableGetTenantInvitations) Get() *GetTenantInvitations
- func (v NullableGetTenantInvitations) IsSet() bool
- func (v NullableGetTenantInvitations) MarshalJSON() ([]byte, error)
- func (v *NullableGetTenantInvitations) Set(val *GetTenantInvitations)
- func (v *NullableGetTenantInvitations) UnmarshalJSON(src []byte) error
- func (v *NullableGetTenantInvitations) Unset()
- type NullableGetTenantMembers
- func (v NullableGetTenantMembers) Get() *GetTenantMembers
- func (v NullableGetTenantMembers) IsSet() bool
- func (v NullableGetTenantMembers) MarshalJSON() ([]byte, error)
- func (v *NullableGetTenantMembers) Set(val *GetTenantMembers)
- func (v *NullableGetTenantMembers) UnmarshalJSON(src []byte) error
- func (v *NullableGetTenantMembers) Unset()
- type NullableGetTokens
- type NullableGetTokensV2
- func (v NullableGetTokensV2) Get() *GetTokensV2
- func (v NullableGetTokensV2) IsSet() bool
- func (v NullableGetTokensV2) MarshalJSON() ([]byte, error)
- func (v *NullableGetTokensV2) Set(val *GetTokensV2)
- func (v *NullableGetTokensV2) UnmarshalJSON(src []byte) error
- func (v *NullableGetTokensV2) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableLog
- type NullableLogEntityType
- func (v NullableLogEntityType) Get() *LogEntityType
- func (v NullableLogEntityType) IsSet() bool
- func (v NullableLogEntityType) MarshalJSON() ([]byte, error)
- func (v *NullableLogEntityType) Set(val *LogEntityType)
- func (v *NullableLogEntityType) UnmarshalJSON(src []byte) error
- func (v *NullableLogEntityType) Unset()
- type NullableLogPaginatedList
- func (v NullableLogPaginatedList) Get() *LogPaginatedList
- func (v NullableLogPaginatedList) IsSet() bool
- func (v NullableLogPaginatedList) MarshalJSON() ([]byte, error)
- func (v *NullableLogPaginatedList) Set(val *LogPaginatedList)
- func (v *NullableLogPaginatedList) UnmarshalJSON(src []byte) error
- func (v *NullableLogPaginatedList) Unset()
- type NullableMonthlyActiveTokenHistory
- func (v NullableMonthlyActiveTokenHistory) Get() *MonthlyActiveTokenHistory
- func (v NullableMonthlyActiveTokenHistory) IsSet() bool
- func (v NullableMonthlyActiveTokenHistory) MarshalJSON() ([]byte, error)
- func (v *NullableMonthlyActiveTokenHistory) Set(val *MonthlyActiveTokenHistory)
- func (v *NullableMonthlyActiveTokenHistory) UnmarshalJSON(src []byte) error
- func (v *NullableMonthlyActiveTokenHistory) Unset()
- type NullablePagination
- type NullablePatchProxyRequest
- func (v NullablePatchProxyRequest) Get() *PatchProxyRequest
- func (v NullablePatchProxyRequest) IsSet() bool
- func (v NullablePatchProxyRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePatchProxyRequest) Set(val *PatchProxyRequest)
- func (v *NullablePatchProxyRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePatchProxyRequest) Unset()
- type NullablePatchReactorRequest
- func (v NullablePatchReactorRequest) Get() *PatchReactorRequest
- func (v NullablePatchReactorRequest) IsSet() bool
- func (v NullablePatchReactorRequest) MarshalJSON() ([]byte, error)
- func (v *NullablePatchReactorRequest) Set(val *PatchReactorRequest)
- func (v *NullablePatchReactorRequest) UnmarshalJSON(src []byte) error
- func (v *NullablePatchReactorRequest) Unset()
- type NullablePermission
- type NullablePrivacy
- type NullableProblemDetails
- func (v NullableProblemDetails) Get() *ProblemDetails
- func (v NullableProblemDetails) IsSet() bool
- func (v NullableProblemDetails) MarshalJSON() ([]byte, error)
- func (v *NullableProblemDetails) Set(val *ProblemDetails)
- func (v *NullableProblemDetails) UnmarshalJSON(src []byte) error
- func (v *NullableProblemDetails) Unset()
- type NullableProxy
- type NullableProxyPaginatedList
- func (v NullableProxyPaginatedList) Get() *ProxyPaginatedList
- func (v NullableProxyPaginatedList) IsSet() bool
- func (v NullableProxyPaginatedList) MarshalJSON() ([]byte, error)
- func (v *NullableProxyPaginatedList) Set(val *ProxyPaginatedList)
- func (v *NullableProxyPaginatedList) UnmarshalJSON(src []byte) error
- func (v *NullableProxyPaginatedList) Unset()
- type NullableProxyTransform
- func (v NullableProxyTransform) Get() *ProxyTransform
- func (v NullableProxyTransform) IsSet() bool
- func (v NullableProxyTransform) MarshalJSON() ([]byte, error)
- func (v *NullableProxyTransform) Set(val *ProxyTransform)
- func (v *NullableProxyTransform) UnmarshalJSON(src []byte) error
- func (v *NullableProxyTransform) Unset()
- type NullableProxyTransformMatcher
- func (v NullableProxyTransformMatcher) Get() *ProxyTransformMatcher
- func (v NullableProxyTransformMatcher) IsSet() bool
- func (v NullableProxyTransformMatcher) MarshalJSON() ([]byte, error)
- func (v *NullableProxyTransformMatcher) Set(val *ProxyTransformMatcher)
- func (v *NullableProxyTransformMatcher) UnmarshalJSON(src []byte) error
- func (v *NullableProxyTransformMatcher) Unset()
- type NullableProxyTransformType
- func (v NullableProxyTransformType) Get() *ProxyTransformType
- func (v NullableProxyTransformType) IsSet() bool
- func (v NullableProxyTransformType) MarshalJSON() ([]byte, error)
- func (v *NullableProxyTransformType) Set(val *ProxyTransformType)
- func (v *NullableProxyTransformType) UnmarshalJSON(src []byte) error
- func (v *NullableProxyTransformType) Unset()
- type NullableReactRequest
- func (v NullableReactRequest) Get() *ReactRequest
- func (v NullableReactRequest) IsSet() bool
- func (v NullableReactRequest) MarshalJSON() ([]byte, error)
- func (v *NullableReactRequest) Set(val *ReactRequest)
- func (v *NullableReactRequest) UnmarshalJSON(src []byte) error
- func (v *NullableReactRequest) Unset()
- type NullableReactRequestAsync
- func (v NullableReactRequestAsync) Get() *ReactRequestAsync
- func (v NullableReactRequestAsync) IsSet() bool
- func (v NullableReactRequestAsync) MarshalJSON() ([]byte, error)
- func (v *NullableReactRequestAsync) Set(val *ReactRequestAsync)
- func (v *NullableReactRequestAsync) UnmarshalJSON(src []byte) error
- func (v *NullableReactRequestAsync) Unset()
- type NullableReactResponse
- func (v NullableReactResponse) Get() *ReactResponse
- func (v NullableReactResponse) IsSet() bool
- func (v NullableReactResponse) MarshalJSON() ([]byte, error)
- func (v *NullableReactResponse) Set(val *ReactResponse)
- func (v *NullableReactResponse) UnmarshalJSON(src []byte) error
- func (v *NullableReactResponse) Unset()
- type NullableReactor
- type NullableReactorFormula
- func (v NullableReactorFormula) Get() *ReactorFormula
- func (v NullableReactorFormula) IsSet() bool
- func (v NullableReactorFormula) MarshalJSON() ([]byte, error)
- func (v *NullableReactorFormula) Set(val *ReactorFormula)
- func (v *NullableReactorFormula) UnmarshalJSON(src []byte) error
- func (v *NullableReactorFormula) Unset()
- type NullableReactorFormulaConfiguration
- func (v NullableReactorFormulaConfiguration) Get() *ReactorFormulaConfiguration
- func (v NullableReactorFormulaConfiguration) IsSet() bool
- func (v NullableReactorFormulaConfiguration) MarshalJSON() ([]byte, error)
- func (v *NullableReactorFormulaConfiguration) Set(val *ReactorFormulaConfiguration)
- func (v *NullableReactorFormulaConfiguration) UnmarshalJSON(src []byte) error
- func (v *NullableReactorFormulaConfiguration) Unset()
- type NullableReactorFormulaPaginatedList
- func (v NullableReactorFormulaPaginatedList) Get() *ReactorFormulaPaginatedList
- func (v NullableReactorFormulaPaginatedList) IsSet() bool
- func (v NullableReactorFormulaPaginatedList) MarshalJSON() ([]byte, error)
- func (v *NullableReactorFormulaPaginatedList) Set(val *ReactorFormulaPaginatedList)
- func (v *NullableReactorFormulaPaginatedList) UnmarshalJSON(src []byte) error
- func (v *NullableReactorFormulaPaginatedList) Unset()
- type NullableReactorFormulaRequestParameter
- func (v NullableReactorFormulaRequestParameter) Get() *ReactorFormulaRequestParameter
- func (v NullableReactorFormulaRequestParameter) IsSet() bool
- func (v NullableReactorFormulaRequestParameter) MarshalJSON() ([]byte, error)
- func (v *NullableReactorFormulaRequestParameter) Set(val *ReactorFormulaRequestParameter)
- func (v *NullableReactorFormulaRequestParameter) UnmarshalJSON(src []byte) error
- func (v *NullableReactorFormulaRequestParameter) Unset()
- type NullableReactorPaginatedList
- func (v NullableReactorPaginatedList) Get() *ReactorPaginatedList
- func (v NullableReactorPaginatedList) IsSet() bool
- func (v NullableReactorPaginatedList) MarshalJSON() ([]byte, error)
- func (v *NullableReactorPaginatedList) Set(val *ReactorPaginatedList)
- func (v *NullableReactorPaginatedList) UnmarshalJSON(src []byte) error
- func (v *NullableReactorPaginatedList) Unset()
- type NullableRole
- type NullableSearchTokensRequest
- func (v NullableSearchTokensRequest) Get() *SearchTokensRequest
- func (v NullableSearchTokensRequest) IsSet() bool
- func (v NullableSearchTokensRequest) MarshalJSON() ([]byte, error)
- func (v *NullableSearchTokensRequest) Set(val *SearchTokensRequest)
- func (v *NullableSearchTokensRequest) UnmarshalJSON(src []byte) error
- func (v *NullableSearchTokensRequest) Unset()
- type NullableSearchTokensRequestV2
- func (v NullableSearchTokensRequestV2) Get() *SearchTokensRequestV2
- func (v NullableSearchTokensRequestV2) IsSet() bool
- func (v NullableSearchTokensRequestV2) MarshalJSON() ([]byte, error)
- func (v *NullableSearchTokensRequestV2) Set(val *SearchTokensRequestV2)
- func (v *NullableSearchTokensRequestV2) UnmarshalJSON(src []byte) error
- func (v *NullableSearchTokensRequestV2) Unset()
- type NullableString
- type NullableStringStringKeyValuePair
- func (v NullableStringStringKeyValuePair) Get() *StringStringKeyValuePair
- func (v NullableStringStringKeyValuePair) IsSet() bool
- func (v NullableStringStringKeyValuePair) MarshalJSON() ([]byte, error)
- func (v *NullableStringStringKeyValuePair) Set(val *StringStringKeyValuePair)
- func (v *NullableStringStringKeyValuePair) UnmarshalJSON(src []byte) error
- func (v *NullableStringStringKeyValuePair) Unset()
- type NullableTenant
- type NullableTenantConnectionOptions
- func (v NullableTenantConnectionOptions) Get() *TenantConnectionOptions
- func (v NullableTenantConnectionOptions) IsSet() bool
- func (v NullableTenantConnectionOptions) MarshalJSON() ([]byte, error)
- func (v *NullableTenantConnectionOptions) Set(val *TenantConnectionOptions)
- func (v *NullableTenantConnectionOptions) UnmarshalJSON(src []byte) error
- func (v *NullableTenantConnectionOptions) Unset()
- type NullableTenantInvitationResponse
- func (v NullableTenantInvitationResponse) Get() *TenantInvitationResponse
- func (v NullableTenantInvitationResponse) IsSet() bool
- func (v NullableTenantInvitationResponse) MarshalJSON() ([]byte, error)
- func (v *NullableTenantInvitationResponse) Set(val *TenantInvitationResponse)
- func (v *NullableTenantInvitationResponse) UnmarshalJSON(src []byte) error
- func (v *NullableTenantInvitationResponse) Unset()
- type NullableTenantInvitationResponsePaginatedList
- func (v NullableTenantInvitationResponsePaginatedList) Get() *TenantInvitationResponsePaginatedList
- func (v NullableTenantInvitationResponsePaginatedList) IsSet() bool
- func (v NullableTenantInvitationResponsePaginatedList) MarshalJSON() ([]byte, error)
- func (v *NullableTenantInvitationResponsePaginatedList) Set(val *TenantInvitationResponsePaginatedList)
- func (v *NullableTenantInvitationResponsePaginatedList) UnmarshalJSON(src []byte) error
- func (v *NullableTenantInvitationResponsePaginatedList) Unset()
- type NullableTenantInvitationStatus
- func (v NullableTenantInvitationStatus) Get() *TenantInvitationStatus
- func (v NullableTenantInvitationStatus) IsSet() bool
- func (v NullableTenantInvitationStatus) MarshalJSON() ([]byte, error)
- func (v *NullableTenantInvitationStatus) Set(val *TenantInvitationStatus)
- func (v *NullableTenantInvitationStatus) UnmarshalJSON(src []byte) error
- func (v *NullableTenantInvitationStatus) Unset()
- type NullableTenantMemberResponse
- func (v NullableTenantMemberResponse) Get() *TenantMemberResponse
- func (v NullableTenantMemberResponse) IsSet() bool
- func (v NullableTenantMemberResponse) MarshalJSON() ([]byte, error)
- func (v *NullableTenantMemberResponse) Set(val *TenantMemberResponse)
- func (v *NullableTenantMemberResponse) UnmarshalJSON(src []byte) error
- func (v *NullableTenantMemberResponse) Unset()
- type NullableTenantMemberResponsePaginatedList
- func (v NullableTenantMemberResponsePaginatedList) Get() *TenantMemberResponsePaginatedList
- func (v NullableTenantMemberResponsePaginatedList) IsSet() bool
- func (v NullableTenantMemberResponsePaginatedList) MarshalJSON() ([]byte, error)
- func (v *NullableTenantMemberResponsePaginatedList) Set(val *TenantMemberResponsePaginatedList)
- func (v *NullableTenantMemberResponsePaginatedList) UnmarshalJSON(src []byte) error
- func (v *NullableTenantMemberResponsePaginatedList) Unset()
- type NullableTenantUsageReport
- func (v NullableTenantUsageReport) Get() *TenantUsageReport
- func (v NullableTenantUsageReport) IsSet() bool
- func (v NullableTenantUsageReport) MarshalJSON() ([]byte, error)
- func (v *NullableTenantUsageReport) Set(val *TenantUsageReport)
- func (v *NullableTenantUsageReport) UnmarshalJSON(src []byte) error
- func (v *NullableTenantUsageReport) Unset()
- type NullableThreeDSAcsRenderingType
- func (v NullableThreeDSAcsRenderingType) Get() *ThreeDSAcsRenderingType
- func (v NullableThreeDSAcsRenderingType) IsSet() bool
- func (v NullableThreeDSAcsRenderingType) MarshalJSON() ([]byte, error)
- func (v *NullableThreeDSAcsRenderingType) Set(val *ThreeDSAcsRenderingType)
- func (v *NullableThreeDSAcsRenderingType) UnmarshalJSON(src []byte) error
- func (v *NullableThreeDSAcsRenderingType) Unset()
- type NullableThreeDSAddress
- func (v NullableThreeDSAddress) Get() *ThreeDSAddress
- func (v NullableThreeDSAddress) IsSet() bool
- func (v NullableThreeDSAddress) MarshalJSON() ([]byte, error)
- func (v *NullableThreeDSAddress) Set(val *ThreeDSAddress)
- func (v *NullableThreeDSAddress) UnmarshalJSON(src []byte) error
- func (v *NullableThreeDSAddress) Unset()
- type NullableThreeDSAuthentication
- func (v NullableThreeDSAuthentication) Get() *ThreeDSAuthentication
- func (v NullableThreeDSAuthentication) IsSet() bool
- func (v NullableThreeDSAuthentication) MarshalJSON() ([]byte, error)
- func (v *NullableThreeDSAuthentication) Set(val *ThreeDSAuthentication)
- func (v *NullableThreeDSAuthentication) UnmarshalJSON(src []byte) error
- func (v *NullableThreeDSAuthentication) Unset()
- type NullableThreeDSCardholderAccountInfo
- func (v NullableThreeDSCardholderAccountInfo) Get() *ThreeDSCardholderAccountInfo
- func (v NullableThreeDSCardholderAccountInfo) IsSet() bool
- func (v NullableThreeDSCardholderAccountInfo) MarshalJSON() ([]byte, error)
- func (v *NullableThreeDSCardholderAccountInfo) Set(val *ThreeDSCardholderAccountInfo)
- func (v *NullableThreeDSCardholderAccountInfo) UnmarshalJSON(src []byte) error
- func (v *NullableThreeDSCardholderAccountInfo) Unset()
- type NullableThreeDSCardholderAuthenticationInfo
- func (v NullableThreeDSCardholderAuthenticationInfo) Get() *ThreeDSCardholderAuthenticationInfo
- func (v NullableThreeDSCardholderAuthenticationInfo) IsSet() bool
- func (v NullableThreeDSCardholderAuthenticationInfo) MarshalJSON() ([]byte, error)
- func (v *NullableThreeDSCardholderAuthenticationInfo) Set(val *ThreeDSCardholderAuthenticationInfo)
- func (v *NullableThreeDSCardholderAuthenticationInfo) UnmarshalJSON(src []byte) error
- func (v *NullableThreeDSCardholderAuthenticationInfo) Unset()
- type NullableThreeDSCardholderInfo
- func (v NullableThreeDSCardholderInfo) Get() *ThreeDSCardholderInfo
- func (v NullableThreeDSCardholderInfo) IsSet() bool
- func (v NullableThreeDSCardholderInfo) MarshalJSON() ([]byte, error)
- func (v *NullableThreeDSCardholderInfo) Set(val *ThreeDSCardholderInfo)
- func (v *NullableThreeDSCardholderInfo) UnmarshalJSON(src []byte) error
- func (v *NullableThreeDSCardholderInfo) Unset()
- type NullableThreeDSCardholderPhoneNumber
- func (v NullableThreeDSCardholderPhoneNumber) Get() *ThreeDSCardholderPhoneNumber
- func (v NullableThreeDSCardholderPhoneNumber) IsSet() bool
- func (v NullableThreeDSCardholderPhoneNumber) MarshalJSON() ([]byte, error)
- func (v *NullableThreeDSCardholderPhoneNumber) Set(val *ThreeDSCardholderPhoneNumber)
- func (v *NullableThreeDSCardholderPhoneNumber) UnmarshalJSON(src []byte) error
- func (v *NullableThreeDSCardholderPhoneNumber) Unset()
- type NullableThreeDSDeviceInfo
- func (v NullableThreeDSDeviceInfo) Get() *ThreeDSDeviceInfo
- func (v NullableThreeDSDeviceInfo) IsSet() bool
- func (v NullableThreeDSDeviceInfo) MarshalJSON() ([]byte, error)
- func (v *NullableThreeDSDeviceInfo) Set(val *ThreeDSDeviceInfo)
- func (v *NullableThreeDSDeviceInfo) UnmarshalJSON(src []byte) error
- func (v *NullableThreeDSDeviceInfo) Unset()
- type NullableThreeDSMerchantInfo
- func (v NullableThreeDSMerchantInfo) Get() *ThreeDSMerchantInfo
- func (v NullableThreeDSMerchantInfo) IsSet() bool
- func (v NullableThreeDSMerchantInfo) MarshalJSON() ([]byte, error)
- func (v *NullableThreeDSMerchantInfo) Set(val *ThreeDSMerchantInfo)
- func (v *NullableThreeDSMerchantInfo) UnmarshalJSON(src []byte) error
- func (v *NullableThreeDSMerchantInfo) Unset()
- type NullableThreeDSMerchantRiskInfo
- func (v NullableThreeDSMerchantRiskInfo) Get() *ThreeDSMerchantRiskInfo
- func (v NullableThreeDSMerchantRiskInfo) IsSet() bool
- func (v NullableThreeDSMerchantRiskInfo) MarshalJSON() ([]byte, error)
- func (v *NullableThreeDSMerchantRiskInfo) Set(val *ThreeDSMerchantRiskInfo)
- func (v *NullableThreeDSMerchantRiskInfo) UnmarshalJSON(src []byte) error
- func (v *NullableThreeDSMerchantRiskInfo) Unset()
- type NullableThreeDSMessageExtension
- func (v NullableThreeDSMessageExtension) Get() *ThreeDSMessageExtension
- func (v NullableThreeDSMessageExtension) IsSet() bool
- func (v NullableThreeDSMessageExtension) MarshalJSON() ([]byte, error)
- func (v *NullableThreeDSMessageExtension) Set(val *ThreeDSMessageExtension)
- func (v *NullableThreeDSMessageExtension) UnmarshalJSON(src []byte) error
- func (v *NullableThreeDSMessageExtension) Unset()
- type NullableThreeDSMethod
- func (v NullableThreeDSMethod) Get() *ThreeDSMethod
- func (v NullableThreeDSMethod) IsSet() bool
- func (v NullableThreeDSMethod) MarshalJSON() ([]byte, error)
- func (v *NullableThreeDSMethod) Set(val *ThreeDSMethod)
- func (v *NullableThreeDSMethod) UnmarshalJSON(src []byte) error
- func (v *NullableThreeDSMethod) Unset()
- type NullableThreeDSMobileSdkRenderOptions
- func (v NullableThreeDSMobileSdkRenderOptions) Get() *ThreeDSMobileSdkRenderOptions
- func (v NullableThreeDSMobileSdkRenderOptions) IsSet() bool
- func (v NullableThreeDSMobileSdkRenderOptions) MarshalJSON() ([]byte, error)
- func (v *NullableThreeDSMobileSdkRenderOptions) Set(val *ThreeDSMobileSdkRenderOptions)
- func (v *NullableThreeDSMobileSdkRenderOptions) UnmarshalJSON(src []byte) error
- func (v *NullableThreeDSMobileSdkRenderOptions) Unset()
- type NullableThreeDSPriorAuthenticationInfo
- func (v NullableThreeDSPriorAuthenticationInfo) Get() *ThreeDSPriorAuthenticationInfo
- func (v NullableThreeDSPriorAuthenticationInfo) IsSet() bool
- func (v NullableThreeDSPriorAuthenticationInfo) MarshalJSON() ([]byte, error)
- func (v *NullableThreeDSPriorAuthenticationInfo) Set(val *ThreeDSPriorAuthenticationInfo)
- func (v *NullableThreeDSPriorAuthenticationInfo) UnmarshalJSON(src []byte) error
- func (v *NullableThreeDSPriorAuthenticationInfo) Unset()
- type NullableThreeDSPurchaseInfo
- func (v NullableThreeDSPurchaseInfo) Get() *ThreeDSPurchaseInfo
- func (v NullableThreeDSPurchaseInfo) IsSet() bool
- func (v NullableThreeDSPurchaseInfo) MarshalJSON() ([]byte, error)
- func (v *NullableThreeDSPurchaseInfo) Set(val *ThreeDSPurchaseInfo)
- func (v *NullableThreeDSPurchaseInfo) UnmarshalJSON(src []byte) error
- func (v *NullableThreeDSPurchaseInfo) Unset()
- type NullableThreeDSRequestorInfo
- func (v NullableThreeDSRequestorInfo) Get() *ThreeDSRequestorInfo
- func (v NullableThreeDSRequestorInfo) IsSet() bool
- func (v NullableThreeDSRequestorInfo) MarshalJSON() ([]byte, error)
- func (v *NullableThreeDSRequestorInfo) Set(val *ThreeDSRequestorInfo)
- func (v *NullableThreeDSRequestorInfo) UnmarshalJSON(src []byte) error
- func (v *NullableThreeDSRequestorInfo) Unset()
- type NullableThreeDSSession
- func (v NullableThreeDSSession) Get() *ThreeDSSession
- func (v NullableThreeDSSession) IsSet() bool
- func (v NullableThreeDSSession) MarshalJSON() ([]byte, error)
- func (v *NullableThreeDSSession) Set(val *ThreeDSSession)
- func (v *NullableThreeDSSession) UnmarshalJSON(src []byte) error
- func (v *NullableThreeDSSession) Unset()
- type NullableThreeDSVersion
- func (v NullableThreeDSVersion) Get() *ThreeDSVersion
- func (v NullableThreeDSVersion) IsSet() bool
- func (v NullableThreeDSVersion) MarshalJSON() ([]byte, error)
- func (v *NullableThreeDSVersion) Set(val *ThreeDSVersion)
- func (v *NullableThreeDSVersion) UnmarshalJSON(src []byte) error
- func (v *NullableThreeDSVersion) Unset()
- type NullableTime
- type NullableToken
- type NullableTokenCursorPaginatedList
- func (v NullableTokenCursorPaginatedList) Get() *TokenCursorPaginatedList
- func (v NullableTokenCursorPaginatedList) IsSet() bool
- func (v NullableTokenCursorPaginatedList) MarshalJSON() ([]byte, error)
- func (v *NullableTokenCursorPaginatedList) Set(val *TokenCursorPaginatedList)
- func (v *NullableTokenCursorPaginatedList) UnmarshalJSON(src []byte) error
- func (v *NullableTokenCursorPaginatedList) Unset()
- type NullableTokenEnrichments
- func (v NullableTokenEnrichments) Get() *TokenEnrichments
- func (v NullableTokenEnrichments) IsSet() bool
- func (v NullableTokenEnrichments) MarshalJSON() ([]byte, error)
- func (v *NullableTokenEnrichments) Set(val *TokenEnrichments)
- func (v *NullableTokenEnrichments) UnmarshalJSON(src []byte) error
- func (v *NullableTokenEnrichments) Unset()
- type NullableTokenExtras
- func (v NullableTokenExtras) Get() *TokenExtras
- func (v NullableTokenExtras) IsSet() bool
- func (v NullableTokenExtras) MarshalJSON() ([]byte, error)
- func (v *NullableTokenExtras) Set(val *TokenExtras)
- func (v *NullableTokenExtras) UnmarshalJSON(src []byte) error
- func (v *NullableTokenExtras) Unset()
- type NullableTokenMetrics
- func (v NullableTokenMetrics) Get() *TokenMetrics
- func (v NullableTokenMetrics) IsSet() bool
- func (v NullableTokenMetrics) MarshalJSON() ([]byte, error)
- func (v *NullableTokenMetrics) Set(val *TokenMetrics)
- func (v *NullableTokenMetrics) UnmarshalJSON(src []byte) error
- func (v *NullableTokenMetrics) Unset()
- type NullableTokenPaginatedList
- func (v NullableTokenPaginatedList) Get() *TokenPaginatedList
- func (v NullableTokenPaginatedList) IsSet() bool
- func (v NullableTokenPaginatedList) MarshalJSON() ([]byte, error)
- func (v *NullableTokenPaginatedList) Set(val *TokenPaginatedList)
- func (v *NullableTokenPaginatedList) UnmarshalJSON(src []byte) error
- func (v *NullableTokenPaginatedList) Unset()
- type NullableTokenReport
- func (v NullableTokenReport) Get() *TokenReport
- func (v NullableTokenReport) IsSet() bool
- func (v NullableTokenReport) MarshalJSON() ([]byte, error)
- func (v *NullableTokenReport) Set(val *TokenReport)
- func (v *NullableTokenReport) UnmarshalJSON(src []byte) error
- func (v *NullableTokenReport) Unset()
- type NullableUpdateApplicationRequest
- func (v NullableUpdateApplicationRequest) Get() *UpdateApplicationRequest
- func (v NullableUpdateApplicationRequest) IsSet() bool
- func (v NullableUpdateApplicationRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateApplicationRequest) Set(val *UpdateApplicationRequest)
- func (v *NullableUpdateApplicationRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateApplicationRequest) Unset()
- type NullableUpdatePrivacy
- func (v NullableUpdatePrivacy) Get() *UpdatePrivacy
- func (v NullableUpdatePrivacy) IsSet() bool
- func (v NullableUpdatePrivacy) MarshalJSON() ([]byte, error)
- func (v *NullableUpdatePrivacy) Set(val *UpdatePrivacy)
- func (v *NullableUpdatePrivacy) UnmarshalJSON(src []byte) error
- func (v *NullableUpdatePrivacy) Unset()
- type NullableUpdateProxyRequest
- func (v NullableUpdateProxyRequest) Get() *UpdateProxyRequest
- func (v NullableUpdateProxyRequest) IsSet() bool
- func (v NullableUpdateProxyRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateProxyRequest) Set(val *UpdateProxyRequest)
- func (v *NullableUpdateProxyRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateProxyRequest) Unset()
- type NullableUpdateReactorFormulaRequest
- func (v NullableUpdateReactorFormulaRequest) Get() *UpdateReactorFormulaRequest
- func (v NullableUpdateReactorFormulaRequest) IsSet() bool
- func (v NullableUpdateReactorFormulaRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateReactorFormulaRequest) Set(val *UpdateReactorFormulaRequest)
- func (v *NullableUpdateReactorFormulaRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateReactorFormulaRequest) Unset()
- type NullableUpdateReactorRequest
- func (v NullableUpdateReactorRequest) Get() *UpdateReactorRequest
- func (v NullableUpdateReactorRequest) IsSet() bool
- func (v NullableUpdateReactorRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateReactorRequest) Set(val *UpdateReactorRequest)
- func (v *NullableUpdateReactorRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateReactorRequest) Unset()
- type NullableUpdateTenantMemberRequest
- func (v NullableUpdateTenantMemberRequest) Get() *UpdateTenantMemberRequest
- func (v NullableUpdateTenantMemberRequest) IsSet() bool
- func (v NullableUpdateTenantMemberRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateTenantMemberRequest) Set(val *UpdateTenantMemberRequest)
- func (v *NullableUpdateTenantMemberRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateTenantMemberRequest) Unset()
- type NullableUpdateTenantRequest
- func (v NullableUpdateTenantRequest) Get() *UpdateTenantRequest
- func (v NullableUpdateTenantRequest) IsSet() bool
- func (v NullableUpdateTenantRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateTenantRequest) Set(val *UpdateTenantRequest)
- func (v *NullableUpdateTenantRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateTenantRequest) Unset()
- type NullableUpdateTokenRequest
- func (v NullableUpdateTokenRequest) Get() *UpdateTokenRequest
- func (v NullableUpdateTokenRequest) IsSet() bool
- func (v NullableUpdateTokenRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateTokenRequest) Set(val *UpdateTokenRequest)
- func (v *NullableUpdateTokenRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateTokenRequest) Unset()
- type NullableUser
- type NullableValidationProblemDetails
- func (v NullableValidationProblemDetails) Get() *ValidationProblemDetails
- func (v NullableValidationProblemDetails) IsSet() bool
- func (v NullableValidationProblemDetails) MarshalJSON() ([]byte, error)
- func (v *NullableValidationProblemDetails) Set(val *ValidationProblemDetails)
- func (v *NullableValidationProblemDetails) UnmarshalJSON(src []byte) error
- func (v *NullableValidationProblemDetails) Unset()
- type Pagination
- func (o *Pagination) GetAfter() string
- func (o *Pagination) GetAfterOk() (*string, bool)
- func (o *Pagination) GetNext() string
- func (o *Pagination) GetNextOk() (*string, bool)
- func (o *Pagination) GetPageNumber() int32
- func (o *Pagination) GetPageNumberOk() (*int32, bool)
- func (o *Pagination) GetPageSize() int32
- func (o *Pagination) GetPageSizeOk() (*int32, bool)
- func (o *Pagination) GetTotalItems() int32
- func (o *Pagination) GetTotalItemsOk() (*int32, bool)
- func (o *Pagination) GetTotalPages() int32
- func (o *Pagination) GetTotalPagesOk() (*int32, bool)
- func (o *Pagination) HasAfter() bool
- func (o *Pagination) HasNext() bool
- func (o *Pagination) HasPageNumber() bool
- func (o *Pagination) HasPageSize() bool
- func (o *Pagination) HasTotalItems() bool
- func (o *Pagination) HasTotalPages() bool
- func (o Pagination) MarshalJSON() ([]byte, error)
- func (o *Pagination) SetAfter(v string)
- func (o *Pagination) SetAfterNil()
- func (o *Pagination) SetNext(v string)
- func (o *Pagination) SetNextNil()
- func (o *Pagination) SetPageNumber(v int32)
- func (o *Pagination) SetPageNumberNil()
- func (o *Pagination) SetPageSize(v int32)
- func (o *Pagination) SetPageSizeNil()
- func (o *Pagination) SetTotalItems(v int32)
- func (o *Pagination) SetTotalItemsNil()
- func (o *Pagination) SetTotalPages(v int32)
- func (o *Pagination) SetTotalPagesNil()
- func (o Pagination) ToMap() (map[string]interface{}, error)
- func (o *Pagination) UnsetAfter()
- func (o *Pagination) UnsetNext()
- func (o *Pagination) UnsetPageNumber()
- func (o *Pagination) UnsetPageSize()
- func (o *Pagination) UnsetTotalItems()
- func (o *Pagination) UnsetTotalPages()
- type PatchProxyRequest
- func (o *PatchProxyRequest) GetApplication() Application
- func (o *PatchProxyRequest) GetApplicationOk() (*Application, bool)
- func (o *PatchProxyRequest) GetConfiguration() map[string]string
- func (o *PatchProxyRequest) GetConfigurationOk() (*map[string]string, bool)
- func (o *PatchProxyRequest) GetDestinationUrl() string
- func (o *PatchProxyRequest) GetDestinationUrlOk() (*string, bool)
- func (o *PatchProxyRequest) GetName() string
- func (o *PatchProxyRequest) GetNameOk() (*string, bool)
- func (o *PatchProxyRequest) GetRequestTransform() ProxyTransform
- func (o *PatchProxyRequest) GetRequestTransformOk() (*ProxyTransform, bool)
- func (o *PatchProxyRequest) GetRequireAuth() bool
- func (o *PatchProxyRequest) GetRequireAuthOk() (*bool, bool)
- func (o *PatchProxyRequest) GetResponseTransform() ProxyTransform
- func (o *PatchProxyRequest) GetResponseTransformOk() (*ProxyTransform, bool)
- func (o *PatchProxyRequest) HasApplication() bool
- func (o *PatchProxyRequest) HasConfiguration() bool
- func (o *PatchProxyRequest) HasDestinationUrl() bool
- func (o *PatchProxyRequest) HasName() bool
- func (o *PatchProxyRequest) HasRequestTransform() bool
- func (o *PatchProxyRequest) HasRequireAuth() bool
- func (o *PatchProxyRequest) HasResponseTransform() bool
- func (o PatchProxyRequest) MarshalJSON() ([]byte, error)
- func (o *PatchProxyRequest) SetApplication(v Application)
- func (o *PatchProxyRequest) SetConfiguration(v map[string]string)
- func (o *PatchProxyRequest) SetDestinationUrl(v string)
- func (o *PatchProxyRequest) SetDestinationUrlNil()
- func (o *PatchProxyRequest) SetName(v string)
- func (o *PatchProxyRequest) SetNameNil()
- func (o *PatchProxyRequest) SetRequestTransform(v ProxyTransform)
- func (o *PatchProxyRequest) SetRequireAuth(v bool)
- func (o *PatchProxyRequest) SetRequireAuthNil()
- func (o *PatchProxyRequest) SetResponseTransform(v ProxyTransform)
- func (o PatchProxyRequest) ToMap() (map[string]interface{}, error)
- func (o *PatchProxyRequest) UnsetDestinationUrl()
- func (o *PatchProxyRequest) UnsetName()
- func (o *PatchProxyRequest) UnsetRequireAuth()
- type PatchReactorRequest
- func (o *PatchReactorRequest) GetApplication() Application
- func (o *PatchReactorRequest) GetApplicationOk() (*Application, bool)
- func (o *PatchReactorRequest) GetCode() string
- func (o *PatchReactorRequest) GetCodeOk() (*string, bool)
- func (o *PatchReactorRequest) GetConfiguration() map[string]string
- func (o *PatchReactorRequest) GetConfigurationOk() (*map[string]string, bool)
- func (o *PatchReactorRequest) GetName() string
- func (o *PatchReactorRequest) GetNameOk() (*string, bool)
- func (o *PatchReactorRequest) HasApplication() bool
- func (o *PatchReactorRequest) HasCode() bool
- func (o *PatchReactorRequest) HasConfiguration() bool
- func (o *PatchReactorRequest) HasName() bool
- func (o PatchReactorRequest) MarshalJSON() ([]byte, error)
- func (o *PatchReactorRequest) SetApplication(v Application)
- func (o *PatchReactorRequest) SetCode(v string)
- func (o *PatchReactorRequest) SetCodeNil()
- func (o *PatchReactorRequest) SetConfiguration(v map[string]string)
- func (o *PatchReactorRequest) SetName(v string)
- func (o *PatchReactorRequest) SetNameNil()
- func (o PatchReactorRequest) ToMap() (map[string]interface{}, error)
- func (o *PatchReactorRequest) UnsetCode()
- func (o *PatchReactorRequest) UnsetName()
- type Permission
- func (o *Permission) GetApplicationTypes() []string
- func (o *Permission) GetApplicationTypesOk() ([]string, bool)
- func (o *Permission) GetDescription() string
- func (o *Permission) GetDescriptionOk() (*string, bool)
- func (o *Permission) GetType() string
- func (o *Permission) GetTypeOk() (*string, bool)
- func (o *Permission) HasApplicationTypes() bool
- func (o *Permission) HasDescription() bool
- func (o *Permission) HasType() bool
- func (o Permission) MarshalJSON() ([]byte, error)
- func (o *Permission) SetApplicationTypes(v []string)
- func (o *Permission) SetDescription(v string)
- func (o *Permission) SetDescriptionNil()
- func (o *Permission) SetType(v string)
- func (o *Permission) SetTypeNil()
- func (o Permission) ToMap() (map[string]interface{}, error)
- func (o *Permission) UnsetDescription()
- func (o *Permission) UnsetType()
- type PermissionsApiGetRequest
- type PermissionsApiService
- type Privacy
- func (o *Privacy) GetClassification() string
- func (o *Privacy) GetClassificationOk() (*string, bool)
- func (o *Privacy) GetImpactLevel() string
- func (o *Privacy) GetImpactLevelOk() (*string, bool)
- func (o *Privacy) GetRestrictionPolicy() string
- func (o *Privacy) GetRestrictionPolicyOk() (*string, bool)
- func (o *Privacy) HasClassification() bool
- func (o *Privacy) HasImpactLevel() bool
- func (o *Privacy) HasRestrictionPolicy() bool
- func (o Privacy) MarshalJSON() ([]byte, error)
- func (o *Privacy) SetClassification(v string)
- func (o *Privacy) SetClassificationNil()
- func (o *Privacy) SetImpactLevel(v string)
- func (o *Privacy) SetImpactLevelNil()
- func (o *Privacy) SetRestrictionPolicy(v string)
- func (o *Privacy) SetRestrictionPolicyNil()
- func (o Privacy) ToMap() (map[string]interface{}, error)
- func (o *Privacy) UnsetClassification()
- func (o *Privacy) UnsetImpactLevel()
- func (o *Privacy) UnsetRestrictionPolicy()
- type ProblemDetails
- func (o *ProblemDetails) GetDetail() string
- func (o *ProblemDetails) GetDetailOk() (*string, bool)
- func (o *ProblemDetails) GetInstance() string
- func (o *ProblemDetails) GetInstanceOk() (*string, bool)
- func (o *ProblemDetails) GetStatus() int32
- func (o *ProblemDetails) GetStatusOk() (*int32, bool)
- func (o *ProblemDetails) GetTitle() string
- func (o *ProblemDetails) GetTitleOk() (*string, bool)
- func (o *ProblemDetails) GetType() string
- func (o *ProblemDetails) GetTypeOk() (*string, bool)
- func (o *ProblemDetails) HasDetail() bool
- func (o *ProblemDetails) HasInstance() bool
- func (o *ProblemDetails) HasStatus() bool
- func (o *ProblemDetails) HasTitle() bool
- func (o *ProblemDetails) HasType() bool
- func (o ProblemDetails) MarshalJSON() ([]byte, error)
- func (o *ProblemDetails) SetDetail(v string)
- func (o *ProblemDetails) SetDetailNil()
- func (o *ProblemDetails) SetInstance(v string)
- func (o *ProblemDetails) SetInstanceNil()
- func (o *ProblemDetails) SetStatus(v int32)
- func (o *ProblemDetails) SetStatusNil()
- func (o *ProblemDetails) SetTitle(v string)
- func (o *ProblemDetails) SetTitleNil()
- func (o *ProblemDetails) SetType(v string)
- func (o *ProblemDetails) SetTypeNil()
- func (o ProblemDetails) ToMap() (map[string]interface{}, error)
- func (o *ProblemDetails) UnsetDetail()
- func (o *ProblemDetails) UnsetInstance()
- func (o *ProblemDetails) UnsetStatus()
- func (o *ProblemDetails) UnsetTitle()
- func (o *ProblemDetails) UnsetType()
- type ProxiesApiCreateRequest
- type ProxiesApiDeleteRequest
- type ProxiesApiGetByIdRequest
- type ProxiesApiGetRequest
- func (r ProxiesApiGetRequest) Execute() (*ProxyPaginatedList, *http.Response, error)
- func (r ProxiesApiGetRequest) Id(id []string) ProxiesApiGetRequest
- func (r ProxiesApiGetRequest) Name(name string) ProxiesApiGetRequest
- func (r ProxiesApiGetRequest) Page(page int32) ProxiesApiGetRequest
- func (r ProxiesApiGetRequest) Size(size int32) ProxiesApiGetRequest
- func (r ProxiesApiGetRequest) Start(start string) ProxiesApiGetRequest
- type ProxiesApiPatchRequest
- type ProxiesApiService
- func (a *ProxiesApiService) Create(ctx context.Context) ProxiesApiCreateRequest
- func (a *ProxiesApiService) CreateExecute(r ProxiesApiCreateRequest) (*Proxy, *http.Response, error)
- func (a *ProxiesApiService) Delete(ctx context.Context, id string) ProxiesApiDeleteRequest
- func (a *ProxiesApiService) DeleteExecute(r ProxiesApiDeleteRequest) (*http.Response, error)
- func (a *ProxiesApiService) Get(ctx context.Context) ProxiesApiGetRequest
- func (a *ProxiesApiService) GetById(ctx context.Context, id string) ProxiesApiGetByIdRequest
- func (a *ProxiesApiService) GetByIdExecute(r ProxiesApiGetByIdRequest) (*Proxy, *http.Response, error)
- func (a *ProxiesApiService) GetExecute(r ProxiesApiGetRequest) (*ProxyPaginatedList, *http.Response, error)
- func (a *ProxiesApiService) Patch(ctx context.Context, id string) ProxiesApiPatchRequest
- func (a *ProxiesApiService) PatchExecute(r ProxiesApiPatchRequest) (*http.Response, error)
- func (a *ProxiesApiService) Update(ctx context.Context, id string) ProxiesApiUpdateRequest
- func (a *ProxiesApiService) UpdateExecute(r ProxiesApiUpdateRequest) (*Proxy, *http.Response, error)
- type ProxiesApiUpdateRequest
- type Proxy
- func (o *Proxy) GetApplicationId() string
- func (o *Proxy) GetApplicationIdOk() (*string, bool)
- func (o *Proxy) GetConfiguration() map[string]string
- func (o *Proxy) GetConfigurationOk() (*map[string]string, bool)
- func (o *Proxy) GetCreatedAt() time.Time
- func (o *Proxy) GetCreatedAtOk() (*time.Time, bool)
- func (o *Proxy) GetCreatedBy() string
- func (o *Proxy) GetCreatedByOk() (*string, bool)
- func (o *Proxy) GetDestinationUrl() string
- func (o *Proxy) GetDestinationUrlOk() (*string, bool)
- func (o *Proxy) GetId() string
- func (o *Proxy) GetIdOk() (*string, bool)
- func (o *Proxy) GetKey() string
- func (o *Proxy) GetKeyOk() (*string, bool)
- func (o *Proxy) GetModifiedAt() time.Time
- func (o *Proxy) GetModifiedAtOk() (*time.Time, bool)
- func (o *Proxy) GetModifiedBy() string
- func (o *Proxy) GetModifiedByOk() (*string, bool)
- func (o *Proxy) GetName() string
- func (o *Proxy) GetNameOk() (*string, bool)
- func (o *Proxy) GetProxyHost() string
- func (o *Proxy) GetProxyHostOk() (*string, bool)
- func (o *Proxy) GetRequestReactorId() string
- func (o *Proxy) GetRequestReactorIdOk() (*string, bool)
- func (o *Proxy) GetRequestTransform() ProxyTransform
- func (o *Proxy) GetRequestTransformOk() (*ProxyTransform, bool)
- func (o *Proxy) GetRequireAuth() bool
- func (o *Proxy) GetRequireAuthOk() (*bool, bool)
- func (o *Proxy) GetResponseReactorId() string
- func (o *Proxy) GetResponseReactorIdOk() (*string, bool)
- func (o *Proxy) GetResponseTransform() ProxyTransform
- func (o *Proxy) GetResponseTransformOk() (*ProxyTransform, bool)
- func (o *Proxy) GetTenantId() string
- func (o *Proxy) GetTenantIdOk() (*string, bool)
- func (o *Proxy) HasApplicationId() bool
- func (o *Proxy) HasConfiguration() bool
- func (o *Proxy) HasCreatedAt() bool
- func (o *Proxy) HasCreatedBy() bool
- func (o *Proxy) HasDestinationUrl() bool
- func (o *Proxy) HasId() bool
- func (o *Proxy) HasKey() bool
- func (o *Proxy) HasModifiedAt() bool
- func (o *Proxy) HasModifiedBy() bool
- func (o *Proxy) HasName() bool
- func (o *Proxy) HasProxyHost() bool
- func (o *Proxy) HasRequestReactorId() bool
- func (o *Proxy) HasRequestTransform() bool
- func (o *Proxy) HasRequireAuth() bool
- func (o *Proxy) HasResponseReactorId() bool
- func (o *Proxy) HasResponseTransform() bool
- func (o *Proxy) HasTenantId() bool
- func (o Proxy) MarshalJSON() ([]byte, error)
- func (o *Proxy) SetApplicationId(v string)
- func (o *Proxy) SetApplicationIdNil()
- func (o *Proxy) SetConfiguration(v map[string]string)
- func (o *Proxy) SetCreatedAt(v time.Time)
- func (o *Proxy) SetCreatedAtNil()
- func (o *Proxy) SetCreatedBy(v string)
- func (o *Proxy) SetCreatedByNil()
- func (o *Proxy) SetDestinationUrl(v string)
- func (o *Proxy) SetDestinationUrlNil()
- func (o *Proxy) SetId(v string)
- func (o *Proxy) SetKey(v string)
- func (o *Proxy) SetKeyNil()
- func (o *Proxy) SetModifiedAt(v time.Time)
- func (o *Proxy) SetModifiedAtNil()
- func (o *Proxy) SetModifiedBy(v string)
- func (o *Proxy) SetModifiedByNil()
- func (o *Proxy) SetName(v string)
- func (o *Proxy) SetNameNil()
- func (o *Proxy) SetProxyHost(v string)
- func (o *Proxy) SetProxyHostNil()
- func (o *Proxy) SetRequestReactorId(v string)
- func (o *Proxy) SetRequestReactorIdNil()
- func (o *Proxy) SetRequestTransform(v ProxyTransform)
- func (o *Proxy) SetRequireAuth(v bool)
- func (o *Proxy) SetResponseReactorId(v string)
- func (o *Proxy) SetResponseReactorIdNil()
- func (o *Proxy) SetResponseTransform(v ProxyTransform)
- func (o *Proxy) SetTenantId(v string)
- func (o Proxy) ToMap() (map[string]interface{}, error)
- func (o *Proxy) UnsetApplicationId()
- func (o *Proxy) UnsetCreatedAt()
- func (o *Proxy) UnsetCreatedBy()
- func (o *Proxy) UnsetDestinationUrl()
- func (o *Proxy) UnsetKey()
- func (o *Proxy) UnsetModifiedAt()
- func (o *Proxy) UnsetModifiedBy()
- func (o *Proxy) UnsetName()
- func (o *Proxy) UnsetProxyHost()
- func (o *Proxy) UnsetRequestReactorId()
- func (o *Proxy) UnsetResponseReactorId()
- type ProxyPaginatedList
- func (o *ProxyPaginatedList) GetData() []Proxy
- func (o *ProxyPaginatedList) GetDataOk() ([]Proxy, bool)
- func (o *ProxyPaginatedList) GetPagination() Pagination
- func (o *ProxyPaginatedList) GetPaginationOk() (*Pagination, bool)
- func (o *ProxyPaginatedList) HasData() bool
- func (o *ProxyPaginatedList) HasPagination() bool
- func (o ProxyPaginatedList) MarshalJSON() ([]byte, error)
- func (o *ProxyPaginatedList) SetData(v []Proxy)
- func (o *ProxyPaginatedList) SetPagination(v Pagination)
- func (o ProxyPaginatedList) ToMap() (map[string]interface{}, error)
- type ProxyTransform
- func (o *ProxyTransform) GetCode() string
- func (o *ProxyTransform) GetCodeOk() (*string, bool)
- func (o *ProxyTransform) GetExpression() string
- func (o *ProxyTransform) GetExpressionOk() (*string, bool)
- func (o *ProxyTransform) GetMatcher() string
- func (o *ProxyTransform) GetMatcherOk() (*string, bool)
- func (o *ProxyTransform) GetReplacement() string
- func (o *ProxyTransform) GetReplacementOk() (*string, bool)
- func (o *ProxyTransform) GetType() string
- func (o *ProxyTransform) GetTypeOk() (*string, bool)
- func (o *ProxyTransform) HasCode() bool
- func (o *ProxyTransform) HasExpression() bool
- func (o *ProxyTransform) HasMatcher() bool
- func (o *ProxyTransform) HasReplacement() bool
- func (o *ProxyTransform) HasType() bool
- func (o ProxyTransform) MarshalJSON() ([]byte, error)
- func (o *ProxyTransform) SetCode(v string)
- func (o *ProxyTransform) SetCodeNil()
- func (o *ProxyTransform) SetExpression(v string)
- func (o *ProxyTransform) SetExpressionNil()
- func (o *ProxyTransform) SetMatcher(v string)
- func (o *ProxyTransform) SetMatcherNil()
- func (o *ProxyTransform) SetReplacement(v string)
- func (o *ProxyTransform) SetReplacementNil()
- func (o *ProxyTransform) SetType(v string)
- func (o *ProxyTransform) SetTypeNil()
- func (o ProxyTransform) ToMap() (map[string]interface{}, error)
- func (o *ProxyTransform) UnsetCode()
- func (o *ProxyTransform) UnsetExpression()
- func (o *ProxyTransform) UnsetMatcher()
- func (o *ProxyTransform) UnsetReplacement()
- func (o *ProxyTransform) UnsetType()
- type ProxyTransformMatcher
- type ProxyTransformType
- type ReactRequest
- func (o *ReactRequest) GetArgs() interface{}
- func (o *ReactRequest) GetArgsOk() (*interface{}, bool)
- func (o *ReactRequest) GetCallbackUrl() string
- func (o *ReactRequest) GetCallbackUrlOk() (*string, bool)
- func (o *ReactRequest) HasArgs() bool
- func (o *ReactRequest) HasCallbackUrl() bool
- func (o ReactRequest) MarshalJSON() ([]byte, error)
- func (o *ReactRequest) SetArgs(v interface{})
- func (o *ReactRequest) SetCallbackUrl(v string)
- func (o *ReactRequest) SetCallbackUrlNil()
- func (o ReactRequest) ToMap() (map[string]interface{}, error)
- func (o *ReactRequest) UnsetCallbackUrl()
- type ReactRequestAsync
- func (o *ReactRequestAsync) GetArgs() interface{}
- func (o *ReactRequestAsync) GetArgsOk() (*interface{}, bool)
- func (o *ReactRequestAsync) HasArgs() bool
- func (o ReactRequestAsync) MarshalJSON() ([]byte, error)
- func (o *ReactRequestAsync) SetArgs(v interface{})
- func (o ReactRequestAsync) ToMap() (map[string]interface{}, error)
- type ReactResponse
- func (o *ReactResponse) GetBody() interface{}
- func (o *ReactResponse) GetBodyOk() (*interface{}, bool)
- func (o *ReactResponse) GetHeaders() interface{}
- func (o *ReactResponse) GetHeadersOk() (*interface{}, bool)
- func (o *ReactResponse) GetRaw() interface{}
- func (o *ReactResponse) GetRawOk() (*interface{}, bool)
- func (o *ReactResponse) GetTokens() interface{}
- func (o *ReactResponse) GetTokensOk() (*interface{}, bool)
- func (o *ReactResponse) HasBody() bool
- func (o *ReactResponse) HasHeaders() bool
- func (o *ReactResponse) HasRaw() bool
- func (o *ReactResponse) HasTokens() bool
- func (o ReactResponse) MarshalJSON() ([]byte, error)
- func (o *ReactResponse) SetBody(v interface{})
- func (o *ReactResponse) SetHeaders(v interface{})
- func (o *ReactResponse) SetRaw(v interface{})
- func (o *ReactResponse) SetTokens(v interface{})
- func (o ReactResponse) ToMap() (map[string]interface{}, error)
- type Reactor
- func (o *Reactor) GetApplication() Application
- func (o *Reactor) GetApplicationOk() (*Application, bool)
- func (o *Reactor) GetCode() string
- func (o *Reactor) GetCodeOk() (*string, bool)
- func (o *Reactor) GetConfiguration() map[string]string
- func (o *Reactor) GetConfigurationOk() (*map[string]string, bool)
- func (o *Reactor) GetCreatedAt() time.Time
- func (o *Reactor) GetCreatedAtOk() (*time.Time, bool)
- func (o *Reactor) GetCreatedBy() string
- func (o *Reactor) GetCreatedByOk() (*string, bool)
- func (o *Reactor) GetFormula() ReactorFormula
- func (o *Reactor) GetFormulaOk() (*ReactorFormula, bool)
- func (o *Reactor) GetId() string
- func (o *Reactor) GetIdOk() (*string, bool)
- func (o *Reactor) GetModifiedAt() time.Time
- func (o *Reactor) GetModifiedAtOk() (*time.Time, bool)
- func (o *Reactor) GetModifiedBy() string
- func (o *Reactor) GetModifiedByOk() (*string, bool)
- func (o *Reactor) GetName() string
- func (o *Reactor) GetNameOk() (*string, bool)
- func (o *Reactor) GetTenantId() string
- func (o *Reactor) GetTenantIdOk() (*string, bool)
- func (o *Reactor) HasApplication() bool
- func (o *Reactor) HasCode() bool
- func (o *Reactor) HasConfiguration() bool
- func (o *Reactor) HasCreatedAt() bool
- func (o *Reactor) HasCreatedBy() bool
- func (o *Reactor) HasFormula() bool
- func (o *Reactor) HasId() bool
- func (o *Reactor) HasModifiedAt() bool
- func (o *Reactor) HasModifiedBy() bool
- func (o *Reactor) HasName() bool
- func (o *Reactor) HasTenantId() bool
- func (o Reactor) MarshalJSON() ([]byte, error)
- func (o *Reactor) SetApplication(v Application)
- func (o *Reactor) SetCode(v string)
- func (o *Reactor) SetCodeNil()
- func (o *Reactor) SetConfiguration(v map[string]string)
- func (o *Reactor) SetCreatedAt(v time.Time)
- func (o *Reactor) SetCreatedAtNil()
- func (o *Reactor) SetCreatedBy(v string)
- func (o *Reactor) SetCreatedByNil()
- func (o *Reactor) SetFormula(v ReactorFormula)
- func (o *Reactor) SetId(v string)
- func (o *Reactor) SetModifiedAt(v time.Time)
- func (o *Reactor) SetModifiedAtNil()
- func (o *Reactor) SetModifiedBy(v string)
- func (o *Reactor) SetModifiedByNil()
- func (o *Reactor) SetName(v string)
- func (o *Reactor) SetNameNil()
- func (o *Reactor) SetTenantId(v string)
- func (o Reactor) ToMap() (map[string]interface{}, error)
- func (o *Reactor) UnsetCode()
- func (o *Reactor) UnsetCreatedAt()
- func (o *Reactor) UnsetCreatedBy()
- func (o *Reactor) UnsetModifiedAt()
- func (o *Reactor) UnsetModifiedBy()
- func (o *Reactor) UnsetName()
- type ReactorFormula
- func (o *ReactorFormula) GetCode() string
- func (o *ReactorFormula) GetCodeOk() (*string, bool)
- func (o *ReactorFormula) GetConfiguration() []ReactorFormulaConfiguration
- func (o *ReactorFormula) GetConfigurationOk() ([]ReactorFormulaConfiguration, bool)
- func (o *ReactorFormula) GetCreatedAt() time.Time
- func (o *ReactorFormula) GetCreatedAtOk() (*time.Time, bool)
- func (o *ReactorFormula) GetCreatedBy() string
- func (o *ReactorFormula) GetCreatedByOk() (*string, bool)
- func (o *ReactorFormula) GetDescription() string
- func (o *ReactorFormula) GetDescriptionOk() (*string, bool)
- func (o *ReactorFormula) GetIcon() string
- func (o *ReactorFormula) GetIconOk() (*string, bool)
- func (o *ReactorFormula) GetId() string
- func (o *ReactorFormula) GetIdOk() (*string, bool)
- func (o *ReactorFormula) GetModifiedAt() time.Time
- func (o *ReactorFormula) GetModifiedAtOk() (*time.Time, bool)
- func (o *ReactorFormula) GetModifiedBy() string
- func (o *ReactorFormula) GetModifiedByOk() (*string, bool)
- func (o *ReactorFormula) GetName() string
- func (o *ReactorFormula) GetNameOk() (*string, bool)
- func (o *ReactorFormula) GetRequestParameters() []ReactorFormulaRequestParameter
- func (o *ReactorFormula) GetRequestParametersOk() ([]ReactorFormulaRequestParameter, bool)
- func (o *ReactorFormula) GetStatus() string
- func (o *ReactorFormula) GetStatusOk() (*string, bool)
- func (o *ReactorFormula) GetType() string
- func (o *ReactorFormula) GetTypeOk() (*string, bool)
- func (o *ReactorFormula) HasCode() bool
- func (o *ReactorFormula) HasConfiguration() bool
- func (o *ReactorFormula) HasCreatedAt() bool
- func (o *ReactorFormula) HasCreatedBy() bool
- func (o *ReactorFormula) HasDescription() bool
- func (o *ReactorFormula) HasIcon() bool
- func (o *ReactorFormula) HasId() bool
- func (o *ReactorFormula) HasModifiedAt() bool
- func (o *ReactorFormula) HasModifiedBy() bool
- func (o *ReactorFormula) HasName() bool
- func (o *ReactorFormula) HasRequestParameters() bool
- func (o *ReactorFormula) HasStatus() bool
- func (o *ReactorFormula) HasType() bool
- func (o ReactorFormula) MarshalJSON() ([]byte, error)
- func (o *ReactorFormula) SetCode(v string)
- func (o *ReactorFormula) SetCodeNil()
- func (o *ReactorFormula) SetConfiguration(v []ReactorFormulaConfiguration)
- func (o *ReactorFormula) SetCreatedAt(v time.Time)
- func (o *ReactorFormula) SetCreatedAtNil()
- func (o *ReactorFormula) SetCreatedBy(v string)
- func (o *ReactorFormula) SetCreatedByNil()
- func (o *ReactorFormula) SetDescription(v string)
- func (o *ReactorFormula) SetDescriptionNil()
- func (o *ReactorFormula) SetIcon(v string)
- func (o *ReactorFormula) SetIconNil()
- func (o *ReactorFormula) SetId(v string)
- func (o *ReactorFormula) SetModifiedAt(v time.Time)
- func (o *ReactorFormula) SetModifiedAtNil()
- func (o *ReactorFormula) SetModifiedBy(v string)
- func (o *ReactorFormula) SetModifiedByNil()
- func (o *ReactorFormula) SetName(v string)
- func (o *ReactorFormula) SetNameNil()
- func (o *ReactorFormula) SetRequestParameters(v []ReactorFormulaRequestParameter)
- func (o *ReactorFormula) SetStatus(v string)
- func (o *ReactorFormula) SetStatusNil()
- func (o *ReactorFormula) SetType(v string)
- func (o *ReactorFormula) SetTypeNil()
- func (o ReactorFormula) ToMap() (map[string]interface{}, error)
- func (o *ReactorFormula) UnsetCode()
- func (o *ReactorFormula) UnsetCreatedAt()
- func (o *ReactorFormula) UnsetCreatedBy()
- func (o *ReactorFormula) UnsetDescription()
- func (o *ReactorFormula) UnsetIcon()
- func (o *ReactorFormula) UnsetModifiedAt()
- func (o *ReactorFormula) UnsetModifiedBy()
- func (o *ReactorFormula) UnsetName()
- func (o *ReactorFormula) UnsetStatus()
- func (o *ReactorFormula) UnsetType()
- type ReactorFormulaConfiguration
- func (o *ReactorFormulaConfiguration) GetDescription() string
- func (o *ReactorFormulaConfiguration) GetDescriptionOk() (*string, bool)
- func (o *ReactorFormulaConfiguration) GetName() string
- func (o *ReactorFormulaConfiguration) GetNameOk() (*string, bool)
- func (o *ReactorFormulaConfiguration) GetType() string
- func (o *ReactorFormulaConfiguration) GetTypeOk() (*string, bool)
- func (o *ReactorFormulaConfiguration) HasDescription() bool
- func (o ReactorFormulaConfiguration) MarshalJSON() ([]byte, error)
- func (o *ReactorFormulaConfiguration) SetDescription(v string)
- func (o *ReactorFormulaConfiguration) SetDescriptionNil()
- func (o *ReactorFormulaConfiguration) SetName(v string)
- func (o *ReactorFormulaConfiguration) SetType(v string)
- func (o ReactorFormulaConfiguration) ToMap() (map[string]interface{}, error)
- func (o *ReactorFormulaConfiguration) UnsetDescription()
- type ReactorFormulaPaginatedList
- func (o *ReactorFormulaPaginatedList) GetData() []ReactorFormula
- func (o *ReactorFormulaPaginatedList) GetDataOk() ([]ReactorFormula, bool)
- func (o *ReactorFormulaPaginatedList) GetPagination() Pagination
- func (o *ReactorFormulaPaginatedList) GetPaginationOk() (*Pagination, bool)
- func (o *ReactorFormulaPaginatedList) HasData() bool
- func (o *ReactorFormulaPaginatedList) HasPagination() bool
- func (o ReactorFormulaPaginatedList) MarshalJSON() ([]byte, error)
- func (o *ReactorFormulaPaginatedList) SetData(v []ReactorFormula)
- func (o *ReactorFormulaPaginatedList) SetPagination(v Pagination)
- func (o ReactorFormulaPaginatedList) ToMap() (map[string]interface{}, error)
- type ReactorFormulaRequestParameter
- func (o *ReactorFormulaRequestParameter) GetDescription() string
- func (o *ReactorFormulaRequestParameter) GetDescriptionOk() (*string, bool)
- func (o *ReactorFormulaRequestParameter) GetName() string
- func (o *ReactorFormulaRequestParameter) GetNameOk() (*string, bool)
- func (o *ReactorFormulaRequestParameter) GetOptional() bool
- func (o *ReactorFormulaRequestParameter) GetOptionalOk() (*bool, bool)
- func (o *ReactorFormulaRequestParameter) GetType() string
- func (o *ReactorFormulaRequestParameter) GetTypeOk() (*string, bool)
- func (o *ReactorFormulaRequestParameter) HasDescription() bool
- func (o *ReactorFormulaRequestParameter) HasOptional() bool
- func (o ReactorFormulaRequestParameter) MarshalJSON() ([]byte, error)
- func (o *ReactorFormulaRequestParameter) SetDescription(v string)
- func (o *ReactorFormulaRequestParameter) SetDescriptionNil()
- func (o *ReactorFormulaRequestParameter) SetName(v string)
- func (o *ReactorFormulaRequestParameter) SetOptional(v bool)
- func (o *ReactorFormulaRequestParameter) SetType(v string)
- func (o ReactorFormulaRequestParameter) ToMap() (map[string]interface{}, error)
- func (o *ReactorFormulaRequestParameter) UnsetDescription()
- type ReactorFormulasApiCreateRequest
- type ReactorFormulasApiDeleteRequest
- type ReactorFormulasApiGetByIdRequest
- type ReactorFormulasApiGetRequest
- func (r ReactorFormulasApiGetRequest) Execute() (*ReactorFormulaPaginatedList, *http.Response, error)
- func (r ReactorFormulasApiGetRequest) Name(name string) ReactorFormulasApiGetRequest
- func (r ReactorFormulasApiGetRequest) Page(page int32) ReactorFormulasApiGetRequest
- func (r ReactorFormulasApiGetRequest) Size(size int32) ReactorFormulasApiGetRequest
- func (r ReactorFormulasApiGetRequest) Start(start string) ReactorFormulasApiGetRequest
- type ReactorFormulasApiService
- func (a *ReactorFormulasApiService) Create(ctx context.Context) ReactorFormulasApiCreateRequest
- func (a *ReactorFormulasApiService) CreateExecute(r ReactorFormulasApiCreateRequest) (*ReactorFormula, *http.Response, error)
- func (a *ReactorFormulasApiService) Delete(ctx context.Context, id string) ReactorFormulasApiDeleteRequest
- func (a *ReactorFormulasApiService) DeleteExecute(r ReactorFormulasApiDeleteRequest) (*http.Response, error)
- func (a *ReactorFormulasApiService) Get(ctx context.Context) ReactorFormulasApiGetRequest
- func (a *ReactorFormulasApiService) GetById(ctx context.Context, id string) ReactorFormulasApiGetByIdRequest
- func (a *ReactorFormulasApiService) GetByIdExecute(r ReactorFormulasApiGetByIdRequest) (*ReactorFormula, *http.Response, error)
- func (a *ReactorFormulasApiService) GetExecute(r ReactorFormulasApiGetRequest) (*ReactorFormulaPaginatedList, *http.Response, error)
- func (a *ReactorFormulasApiService) Update(ctx context.Context, id string) ReactorFormulasApiUpdateRequest
- func (a *ReactorFormulasApiService) UpdateExecute(r ReactorFormulasApiUpdateRequest) (*ReactorFormula, *http.Response, error)
- type ReactorFormulasApiUpdateRequest
- type ReactorPaginatedList
- func (o *ReactorPaginatedList) GetData() []Reactor
- func (o *ReactorPaginatedList) GetDataOk() ([]Reactor, bool)
- func (o *ReactorPaginatedList) GetPagination() Pagination
- func (o *ReactorPaginatedList) GetPaginationOk() (*Pagination, bool)
- func (o *ReactorPaginatedList) HasData() bool
- func (o *ReactorPaginatedList) HasPagination() bool
- func (o ReactorPaginatedList) MarshalJSON() ([]byte, error)
- func (o *ReactorPaginatedList) SetData(v []Reactor)
- func (o *ReactorPaginatedList) SetPagination(v Pagination)
- func (o ReactorPaginatedList) ToMap() (map[string]interface{}, error)
- type ReactorsApiCreateRequest
- type ReactorsApiDeleteRequest
- type ReactorsApiGetByIdRequest
- type ReactorsApiGetRequest
- func (r ReactorsApiGetRequest) Execute() (*ReactorPaginatedList, *http.Response, error)
- func (r ReactorsApiGetRequest) Id(id []string) ReactorsApiGetRequest
- func (r ReactorsApiGetRequest) Name(name string) ReactorsApiGetRequest
- func (r ReactorsApiGetRequest) Page(page int32) ReactorsApiGetRequest
- func (r ReactorsApiGetRequest) Size(size int32) ReactorsApiGetRequest
- func (r ReactorsApiGetRequest) Start(start string) ReactorsApiGetRequest
- type ReactorsApiPatchRequest
- type ReactorsApiReactAsyncRequest
- type ReactorsApiReactRequest
- type ReactorsApiResultGetByIdRequest
- type ReactorsApiService
- func (a *ReactorsApiService) Create(ctx context.Context) ReactorsApiCreateRequest
- func (a *ReactorsApiService) CreateExecute(r ReactorsApiCreateRequest) (*Reactor, *http.Response, error)
- func (a *ReactorsApiService) Delete(ctx context.Context, id string) ReactorsApiDeleteRequest
- func (a *ReactorsApiService) DeleteExecute(r ReactorsApiDeleteRequest) (*http.Response, error)
- func (a *ReactorsApiService) Get(ctx context.Context) ReactorsApiGetRequest
- func (a *ReactorsApiService) GetById(ctx context.Context, id string) ReactorsApiGetByIdRequest
- func (a *ReactorsApiService) GetByIdExecute(r ReactorsApiGetByIdRequest) (*Reactor, *http.Response, error)
- func (a *ReactorsApiService) GetExecute(r ReactorsApiGetRequest) (*ReactorPaginatedList, *http.Response, error)
- func (a *ReactorsApiService) Patch(ctx context.Context, id string) ReactorsApiPatchRequest
- func (a *ReactorsApiService) PatchExecute(r ReactorsApiPatchRequest) (*http.Response, error)
- func (a *ReactorsApiService) React(ctx context.Context, id string) ReactorsApiReactRequest
- func (a *ReactorsApiService) ReactAsync(ctx context.Context, id string) ReactorsApiReactAsyncRequest
- func (a *ReactorsApiService) ReactAsyncExecute(r ReactorsApiReactAsyncRequest) (*ReactResponse, *http.Response, error)
- func (a *ReactorsApiService) ReactExecute(r ReactorsApiReactRequest) (*ReactResponse, *http.Response, error)
- func (a *ReactorsApiService) ResultGetById(ctx context.Context, id string, requestId string) ReactorsApiResultGetByIdRequest
- func (a *ReactorsApiService) ResultGetByIdExecute(r ReactorsApiResultGetByIdRequest) (interface{}, *http.Response, error)
- func (a *ReactorsApiService) Update(ctx context.Context, id string) ReactorsApiUpdateRequest
- func (a *ReactorsApiService) UpdateExecute(r ReactorsApiUpdateRequest) (*Reactor, *http.Response, error)
- type ReactorsApiUpdateRequest
- type Role
- type RolesApiGetRequest
- type RolesApiService
- type SearchTokensRequest
- func (o *SearchTokensRequest) GetPage() int32
- func (o *SearchTokensRequest) GetPageOk() (*int32, bool)
- func (o *SearchTokensRequest) GetQuery() string
- func (o *SearchTokensRequest) GetQueryOk() (*string, bool)
- func (o *SearchTokensRequest) GetSize() int32
- func (o *SearchTokensRequest) GetSizeOk() (*int32, bool)
- func (o *SearchTokensRequest) GetStart() string
- func (o *SearchTokensRequest) GetStartOk() (*string, bool)
- func (o *SearchTokensRequest) HasPage() bool
- func (o *SearchTokensRequest) HasQuery() bool
- func (o *SearchTokensRequest) HasSize() bool
- func (o *SearchTokensRequest) HasStart() bool
- func (o SearchTokensRequest) MarshalJSON() ([]byte, error)
- func (o *SearchTokensRequest) SetPage(v int32)
- func (o *SearchTokensRequest) SetPageNil()
- func (o *SearchTokensRequest) SetQuery(v string)
- func (o *SearchTokensRequest) SetQueryNil()
- func (o *SearchTokensRequest) SetSize(v int32)
- func (o *SearchTokensRequest) SetSizeNil()
- func (o *SearchTokensRequest) SetStart(v string)
- func (o *SearchTokensRequest) SetStartNil()
- func (o SearchTokensRequest) ToMap() (map[string]interface{}, error)
- func (o *SearchTokensRequest) UnsetPage()
- func (o *SearchTokensRequest) UnsetQuery()
- func (o *SearchTokensRequest) UnsetSize()
- func (o *SearchTokensRequest) UnsetStart()
- type SearchTokensRequestV2
- func (o *SearchTokensRequestV2) GetQuery() string
- func (o *SearchTokensRequestV2) GetQueryOk() (*string, bool)
- func (o *SearchTokensRequestV2) GetSize() int32
- func (o *SearchTokensRequestV2) GetSizeOk() (*int32, bool)
- func (o *SearchTokensRequestV2) GetStart() string
- func (o *SearchTokensRequestV2) GetStartOk() (*string, bool)
- func (o *SearchTokensRequestV2) HasQuery() bool
- func (o *SearchTokensRequestV2) HasSize() bool
- func (o *SearchTokensRequestV2) HasStart() bool
- func (o SearchTokensRequestV2) MarshalJSON() ([]byte, error)
- func (o *SearchTokensRequestV2) SetQuery(v string)
- func (o *SearchTokensRequestV2) SetQueryNil()
- func (o *SearchTokensRequestV2) SetSize(v int32)
- func (o *SearchTokensRequestV2) SetSizeNil()
- func (o *SearchTokensRequestV2) SetStart(v string)
- func (o *SearchTokensRequestV2) SetStartNil()
- func (o SearchTokensRequestV2) ToMap() (map[string]interface{}, error)
- func (o *SearchTokensRequestV2) UnsetQuery()
- func (o *SearchTokensRequestV2) UnsetSize()
- func (o *SearchTokensRequestV2) UnsetStart()
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type SessionsApiAuthorizeRequest
- type SessionsApiCreateRequest
- type SessionsApiService
- func (a *SessionsApiService) Authorize(ctx context.Context) SessionsApiAuthorizeRequest
- func (a *SessionsApiService) AuthorizeExecute(r SessionsApiAuthorizeRequest) (*http.Response, error)
- func (a *SessionsApiService) Create(ctx context.Context) SessionsApiCreateRequest
- func (a *SessionsApiService) CreateExecute(r SessionsApiCreateRequest) (*CreateSessionResponse, *http.Response, error)
- type StringStringKeyValuePair
- func (o *StringStringKeyValuePair) GetKey() string
- func (o *StringStringKeyValuePair) GetKeyOk() (*string, bool)
- func (o *StringStringKeyValuePair) GetValue() string
- func (o *StringStringKeyValuePair) GetValueOk() (*string, bool)
- func (o StringStringKeyValuePair) MarshalJSON() ([]byte, error)
- func (o *StringStringKeyValuePair) SetKey(v string)
- func (o *StringStringKeyValuePair) SetValue(v string)
- func (o StringStringKeyValuePair) ToMap() (map[string]interface{}, error)
- type Tenant
- func (o *Tenant) GetCreatedAt() time.Time
- func (o *Tenant) GetCreatedAtOk() (*time.Time, bool)
- func (o *Tenant) GetCreatedBy() string
- func (o *Tenant) GetCreatedByOk() (*string, bool)
- func (o *Tenant) GetId() string
- func (o *Tenant) GetIdOk() (*string, bool)
- func (o *Tenant) GetModifiedAt() time.Time
- func (o *Tenant) GetModifiedAtOk() (*time.Time, bool)
- func (o *Tenant) GetModifiedBy() string
- func (o *Tenant) GetModifiedByOk() (*string, bool)
- func (o *Tenant) GetName() string
- func (o *Tenant) GetNameOk() (*string, bool)
- func (o *Tenant) GetOwnerId() string
- func (o *Tenant) GetOwnerIdOk() (*string, bool)
- func (o *Tenant) GetSettings() map[string]string
- func (o *Tenant) GetSettingsOk() (*map[string]string, bool)
- func (o *Tenant) GetType() string
- func (o *Tenant) GetTypeOk() (*string, bool)
- func (o *Tenant) HasCreatedAt() bool
- func (o *Tenant) HasCreatedBy() bool
- func (o *Tenant) HasId() bool
- func (o *Tenant) HasModifiedAt() bool
- func (o *Tenant) HasModifiedBy() bool
- func (o *Tenant) HasName() bool
- func (o *Tenant) HasOwnerId() bool
- func (o *Tenant) HasSettings() bool
- func (o *Tenant) HasType() bool
- func (o Tenant) MarshalJSON() ([]byte, error)
- func (o *Tenant) SetCreatedAt(v time.Time)
- func (o *Tenant) SetCreatedAtNil()
- func (o *Tenant) SetCreatedBy(v string)
- func (o *Tenant) SetCreatedByNil()
- func (o *Tenant) SetId(v string)
- func (o *Tenant) SetModifiedAt(v time.Time)
- func (o *Tenant) SetModifiedAtNil()
- func (o *Tenant) SetModifiedBy(v string)
- func (o *Tenant) SetModifiedByNil()
- func (o *Tenant) SetName(v string)
- func (o *Tenant) SetNameNil()
- func (o *Tenant) SetOwnerId(v string)
- func (o *Tenant) SetSettings(v map[string]string)
- func (o *Tenant) SetType(v string)
- func (o *Tenant) SetTypeNil()
- func (o Tenant) ToMap() (map[string]interface{}, error)
- func (o *Tenant) UnsetCreatedAt()
- func (o *Tenant) UnsetCreatedBy()
- func (o *Tenant) UnsetModifiedAt()
- func (o *Tenant) UnsetModifiedBy()
- func (o *Tenant) UnsetName()
- func (o *Tenant) UnsetType()
- type TenantConnectionOptions
- func (o *TenantConnectionOptions) GetDomainAliases() []string
- func (o *TenantConnectionOptions) GetDomainAliasesOk() ([]string, bool)
- func (o *TenantConnectionOptions) HasDomainAliases() bool
- func (o TenantConnectionOptions) MarshalJSON() ([]byte, error)
- func (o *TenantConnectionOptions) SetDomainAliases(v []string)
- func (o TenantConnectionOptions) ToMap() (map[string]interface{}, error)
- type TenantInvitationResponse
- func (o *TenantInvitationResponse) GetCreatedAt() time.Time
- func (o *TenantInvitationResponse) GetCreatedAtOk() (*time.Time, bool)
- func (o *TenantInvitationResponse) GetCreatedBy() string
- func (o *TenantInvitationResponse) GetCreatedByOk() (*string, bool)
- func (o *TenantInvitationResponse) GetEmail() string
- func (o *TenantInvitationResponse) GetEmailOk() (*string, bool)
- func (o *TenantInvitationResponse) GetExpiresAt() time.Time
- func (o *TenantInvitationResponse) GetExpiresAtOk() (*time.Time, bool)
- func (o *TenantInvitationResponse) GetId() string
- func (o *TenantInvitationResponse) GetIdOk() (*string, bool)
- func (o *TenantInvitationResponse) GetModifiedAt() time.Time
- func (o *TenantInvitationResponse) GetModifiedAtOk() (*time.Time, bool)
- func (o *TenantInvitationResponse) GetModifiedBy() string
- func (o *TenantInvitationResponse) GetModifiedByOk() (*string, bool)
- func (o *TenantInvitationResponse) GetRole() string
- func (o *TenantInvitationResponse) GetRoleOk() (*string, bool)
- func (o *TenantInvitationResponse) GetStatus() TenantInvitationStatus
- func (o *TenantInvitationResponse) GetStatusOk() (*TenantInvitationStatus, bool)
- func (o *TenantInvitationResponse) GetTenantId() string
- func (o *TenantInvitationResponse) GetTenantIdOk() (*string, bool)
- func (o *TenantInvitationResponse) HasCreatedAt() bool
- func (o *TenantInvitationResponse) HasCreatedBy() bool
- func (o *TenantInvitationResponse) HasEmail() bool
- func (o *TenantInvitationResponse) HasExpiresAt() bool
- func (o *TenantInvitationResponse) HasId() bool
- func (o *TenantInvitationResponse) HasModifiedAt() bool
- func (o *TenantInvitationResponse) HasModifiedBy() bool
- func (o *TenantInvitationResponse) HasRole() bool
- func (o *TenantInvitationResponse) HasStatus() bool
- func (o *TenantInvitationResponse) HasTenantId() bool
- func (o TenantInvitationResponse) MarshalJSON() ([]byte, error)
- func (o *TenantInvitationResponse) SetCreatedAt(v time.Time)
- func (o *TenantInvitationResponse) SetCreatedAtNil()
- func (o *TenantInvitationResponse) SetCreatedBy(v string)
- func (o *TenantInvitationResponse) SetCreatedByNil()
- func (o *TenantInvitationResponse) SetEmail(v string)
- func (o *TenantInvitationResponse) SetEmailNil()
- func (o *TenantInvitationResponse) SetExpiresAt(v time.Time)
- func (o *TenantInvitationResponse) SetId(v string)
- func (o *TenantInvitationResponse) SetModifiedAt(v time.Time)
- func (o *TenantInvitationResponse) SetModifiedAtNil()
- func (o *TenantInvitationResponse) SetModifiedBy(v string)
- func (o *TenantInvitationResponse) SetModifiedByNil()
- func (o *TenantInvitationResponse) SetRole(v string)
- func (o *TenantInvitationResponse) SetRoleNil()
- func (o *TenantInvitationResponse) SetStatus(v TenantInvitationStatus)
- func (o *TenantInvitationResponse) SetTenantId(v string)
- func (o TenantInvitationResponse) ToMap() (map[string]interface{}, error)
- func (o *TenantInvitationResponse) UnsetCreatedAt()
- func (o *TenantInvitationResponse) UnsetCreatedBy()
- func (o *TenantInvitationResponse) UnsetEmail()
- func (o *TenantInvitationResponse) UnsetModifiedAt()
- func (o *TenantInvitationResponse) UnsetModifiedBy()
- func (o *TenantInvitationResponse) UnsetRole()
- type TenantInvitationResponsePaginatedList
- func (o *TenantInvitationResponsePaginatedList) GetData() []TenantInvitationResponse
- func (o *TenantInvitationResponsePaginatedList) GetDataOk() ([]TenantInvitationResponse, bool)
- func (o *TenantInvitationResponsePaginatedList) GetPagination() Pagination
- func (o *TenantInvitationResponsePaginatedList) GetPaginationOk() (*Pagination, bool)
- func (o *TenantInvitationResponsePaginatedList) HasData() bool
- func (o *TenantInvitationResponsePaginatedList) HasPagination() bool
- func (o TenantInvitationResponsePaginatedList) MarshalJSON() ([]byte, error)
- func (o *TenantInvitationResponsePaginatedList) SetData(v []TenantInvitationResponse)
- func (o *TenantInvitationResponsePaginatedList) SetPagination(v Pagination)
- func (o TenantInvitationResponsePaginatedList) ToMap() (map[string]interface{}, error)
- type TenantInvitationStatus
- type TenantMemberResponse
- func (o *TenantMemberResponse) GetCreatedBy() string
- func (o *TenantMemberResponse) GetCreatedByOk() (*string, bool)
- func (o *TenantMemberResponse) GetCreatedDate() time.Time
- func (o *TenantMemberResponse) GetCreatedDateOk() (*time.Time, bool)
- func (o *TenantMemberResponse) GetId() string
- func (o *TenantMemberResponse) GetIdOk() (*string, bool)
- func (o *TenantMemberResponse) GetModifiedAt() time.Time
- func (o *TenantMemberResponse) GetModifiedAtOk() (*time.Time, bool)
- func (o *TenantMemberResponse) GetModifiedBy() string
- func (o *TenantMemberResponse) GetModifiedByOk() (*string, bool)
- func (o *TenantMemberResponse) GetRole() string
- func (o *TenantMemberResponse) GetRoleOk() (*string, bool)
- func (o *TenantMemberResponse) GetTenantId() string
- func (o *TenantMemberResponse) GetTenantIdOk() (*string, bool)
- func (o *TenantMemberResponse) GetUser() User
- func (o *TenantMemberResponse) GetUserOk() (*User, bool)
- func (o *TenantMemberResponse) HasCreatedBy() bool
- func (o *TenantMemberResponse) HasCreatedDate() bool
- func (o *TenantMemberResponse) HasId() bool
- func (o *TenantMemberResponse) HasModifiedAt() bool
- func (o *TenantMemberResponse) HasModifiedBy() bool
- func (o *TenantMemberResponse) HasRole() bool
- func (o *TenantMemberResponse) HasTenantId() bool
- func (o *TenantMemberResponse) HasUser() bool
- func (o TenantMemberResponse) MarshalJSON() ([]byte, error)
- func (o *TenantMemberResponse) SetCreatedBy(v string)
- func (o *TenantMemberResponse) SetCreatedByNil()
- func (o *TenantMemberResponse) SetCreatedDate(v time.Time)
- func (o *TenantMemberResponse) SetCreatedDateNil()
- func (o *TenantMemberResponse) SetId(v string)
- func (o *TenantMemberResponse) SetModifiedAt(v time.Time)
- func (o *TenantMemberResponse) SetModifiedAtNil()
- func (o *TenantMemberResponse) SetModifiedBy(v string)
- func (o *TenantMemberResponse) SetModifiedByNil()
- func (o *TenantMemberResponse) SetRole(v string)
- func (o *TenantMemberResponse) SetRoleNil()
- func (o *TenantMemberResponse) SetTenantId(v string)
- func (o *TenantMemberResponse) SetUser(v User)
- func (o TenantMemberResponse) ToMap() (map[string]interface{}, error)
- func (o *TenantMemberResponse) UnsetCreatedBy()
- func (o *TenantMemberResponse) UnsetCreatedDate()
- func (o *TenantMemberResponse) UnsetModifiedAt()
- func (o *TenantMemberResponse) UnsetModifiedBy()
- func (o *TenantMemberResponse) UnsetRole()
- type TenantMemberResponsePaginatedList
- func (o *TenantMemberResponsePaginatedList) GetData() []TenantMemberResponse
- func (o *TenantMemberResponsePaginatedList) GetDataOk() ([]TenantMemberResponse, bool)
- func (o *TenantMemberResponsePaginatedList) GetPagination() Pagination
- func (o *TenantMemberResponsePaginatedList) GetPaginationOk() (*Pagination, bool)
- func (o *TenantMemberResponsePaginatedList) HasData() bool
- func (o *TenantMemberResponsePaginatedList) HasPagination() bool
- func (o TenantMemberResponsePaginatedList) MarshalJSON() ([]byte, error)
- func (o *TenantMemberResponsePaginatedList) SetData(v []TenantMemberResponse)
- func (o *TenantMemberResponsePaginatedList) SetPagination(v Pagination)
- func (o TenantMemberResponsePaginatedList) ToMap() (map[string]interface{}, error)
- type TenantUsageReport
- func (o *TenantUsageReport) GetTokenReport() TokenReport
- func (o *TenantUsageReport) GetTokenReportOk() (*TokenReport, bool)
- func (o *TenantUsageReport) HasTokenReport() bool
- func (o TenantUsageReport) MarshalJSON() ([]byte, error)
- func (o *TenantUsageReport) SetTokenReport(v TokenReport)
- func (o TenantUsageReport) ToMap() (map[string]interface{}, error)
- type TenantsApiCreateConnectionRequest
- type TenantsApiCreateInvitationRequest
- type TenantsApiDeleteConnectionRequest
- type TenantsApiDeleteInvitationRequest
- type TenantsApiDeleteMemberRequest
- type TenantsApiDeleteRequest
- type TenantsApiGetInvitationsRequest
- func (r TenantsApiGetInvitationsRequest) Execute() (*TenantInvitationResponsePaginatedList, *http.Response, error)
- func (r TenantsApiGetInvitationsRequest) Page(page int32) TenantsApiGetInvitationsRequest
- func (r TenantsApiGetInvitationsRequest) Size(size int32) TenantsApiGetInvitationsRequest
- func (r TenantsApiGetInvitationsRequest) Start(start string) TenantsApiGetInvitationsRequest
- func (r TenantsApiGetInvitationsRequest) Status(status TenantInvitationStatus) TenantsApiGetInvitationsRequest
- type TenantsApiGetMembersRequest
- func (r TenantsApiGetMembersRequest) Execute() (*TenantMemberResponsePaginatedList, *http.Response, error)
- func (r TenantsApiGetMembersRequest) Page(page int32) TenantsApiGetMembersRequest
- func (r TenantsApiGetMembersRequest) Size(size int32) TenantsApiGetMembersRequest
- func (r TenantsApiGetMembersRequest) Start(start string) TenantsApiGetMembersRequest
- func (r TenantsApiGetMembersRequest) UserId(userId []string) TenantsApiGetMembersRequest
- type TenantsApiGetRequest
- type TenantsApiGetTenantUsageReportRequest
- type TenantsApiOwnerGetRequest
- type TenantsApiResendInvitationRequest
- type TenantsApiService
- func (a *TenantsApiService) CreateConnection(ctx context.Context) TenantsApiCreateConnectionRequest
- func (a *TenantsApiService) CreateConnectionExecute(r TenantsApiCreateConnectionRequest) (*CreateTenantConnectionResponse, *http.Response, error)
- func (a *TenantsApiService) CreateInvitation(ctx context.Context) TenantsApiCreateInvitationRequest
- func (a *TenantsApiService) CreateInvitationExecute(r TenantsApiCreateInvitationRequest) (*TenantInvitationResponse, *http.Response, error)
- func (a *TenantsApiService) Delete(ctx context.Context) TenantsApiDeleteRequest
- func (a *TenantsApiService) DeleteConnection(ctx context.Context) TenantsApiDeleteConnectionRequest
- func (a *TenantsApiService) DeleteConnectionExecute(r TenantsApiDeleteConnectionRequest) (*CreateTenantConnectionResponse, *http.Response, error)
- func (a *TenantsApiService) DeleteExecute(r TenantsApiDeleteRequest) (*http.Response, error)
- func (a *TenantsApiService) DeleteInvitation(ctx context.Context, invitationId string) TenantsApiDeleteInvitationRequest
- func (a *TenantsApiService) DeleteInvitationExecute(r TenantsApiDeleteInvitationRequest) (*http.Response, error)
- func (a *TenantsApiService) DeleteMember(ctx context.Context, memberId string) TenantsApiDeleteMemberRequest
- func (a *TenantsApiService) DeleteMemberExecute(r TenantsApiDeleteMemberRequest) (*http.Response, error)
- func (a *TenantsApiService) Get(ctx context.Context) TenantsApiGetRequest
- func (a *TenantsApiService) GetExecute(r TenantsApiGetRequest) (*Tenant, *http.Response, error)
- func (a *TenantsApiService) GetInvitations(ctx context.Context) TenantsApiGetInvitationsRequest
- func (a *TenantsApiService) GetInvitationsExecute(r TenantsApiGetInvitationsRequest) (*TenantInvitationResponsePaginatedList, *http.Response, error)
- func (a *TenantsApiService) GetMembers(ctx context.Context) TenantsApiGetMembersRequest
- func (a *TenantsApiService) GetMembersExecute(r TenantsApiGetMembersRequest) (*TenantMemberResponsePaginatedList, *http.Response, error)
- func (a *TenantsApiService) GetTenantUsageReport(ctx context.Context) TenantsApiGetTenantUsageReportRequest
- func (a *TenantsApiService) GetTenantUsageReportExecute(r TenantsApiGetTenantUsageReportRequest) (*TenantUsageReport, *http.Response, error)
- func (a *TenantsApiService) OwnerGet(ctx context.Context) TenantsApiOwnerGetRequest
- func (a *TenantsApiService) OwnerGetExecute(r TenantsApiOwnerGetRequest) (*TenantMemberResponse, *http.Response, error)
- func (a *TenantsApiService) ResendInvitation(ctx context.Context, invitationId string) TenantsApiResendInvitationRequest
- func (a *TenantsApiService) ResendInvitationExecute(r TenantsApiResendInvitationRequest) (*TenantInvitationResponse, *http.Response, error)
- func (a *TenantsApiService) Update(ctx context.Context) TenantsApiUpdateRequest
- func (a *TenantsApiService) UpdateExecute(r TenantsApiUpdateRequest) (*Tenant, *http.Response, error)
- func (a *TenantsApiService) UpdateMember(ctx context.Context, memberId string) TenantsApiUpdateMemberRequest
- func (a *TenantsApiService) UpdateMemberExecute(r TenantsApiUpdateMemberRequest) (*TenantMemberResponse, *http.Response, error)
- type TenantsApiUpdateMemberRequest
- type TenantsApiUpdateRequest
- type ThreeDSAcsRenderingType
- func (o *ThreeDSAcsRenderingType) GetAcsInterface() string
- func (o *ThreeDSAcsRenderingType) GetAcsInterfaceOk() (*string, bool)
- func (o *ThreeDSAcsRenderingType) GetAcsUiTemplate() string
- func (o *ThreeDSAcsRenderingType) GetAcsUiTemplateOk() (*string, bool)
- func (o *ThreeDSAcsRenderingType) HasAcsInterface() bool
- func (o *ThreeDSAcsRenderingType) HasAcsUiTemplate() bool
- func (o ThreeDSAcsRenderingType) MarshalJSON() ([]byte, error)
- func (o *ThreeDSAcsRenderingType) SetAcsInterface(v string)
- func (o *ThreeDSAcsRenderingType) SetAcsInterfaceNil()
- func (o *ThreeDSAcsRenderingType) SetAcsUiTemplate(v string)
- func (o *ThreeDSAcsRenderingType) SetAcsUiTemplateNil()
- func (o ThreeDSAcsRenderingType) ToMap() (map[string]interface{}, error)
- func (o *ThreeDSAcsRenderingType) UnsetAcsInterface()
- func (o *ThreeDSAcsRenderingType) UnsetAcsUiTemplate()
- type ThreeDSAddress
- func (o *ThreeDSAddress) GetCity() string
- func (o *ThreeDSAddress) GetCityOk() (*string, bool)
- func (o *ThreeDSAddress) GetCountryCode() string
- func (o *ThreeDSAddress) GetCountryCodeOk() (*string, bool)
- func (o *ThreeDSAddress) GetLine1() string
- func (o *ThreeDSAddress) GetLine1Ok() (*string, bool)
- func (o *ThreeDSAddress) GetLine2() string
- func (o *ThreeDSAddress) GetLine2Ok() (*string, bool)
- func (o *ThreeDSAddress) GetLine3() string
- func (o *ThreeDSAddress) GetLine3Ok() (*string, bool)
- func (o *ThreeDSAddress) GetPostalCode() string
- func (o *ThreeDSAddress) GetPostalCodeOk() (*string, bool)
- func (o *ThreeDSAddress) GetStateCode() string
- func (o *ThreeDSAddress) GetStateCodeOk() (*string, bool)
- func (o *ThreeDSAddress) HasCity() bool
- func (o *ThreeDSAddress) HasCountryCode() bool
- func (o *ThreeDSAddress) HasLine1() bool
- func (o *ThreeDSAddress) HasLine2() bool
- func (o *ThreeDSAddress) HasLine3() bool
- func (o *ThreeDSAddress) HasPostalCode() bool
- func (o *ThreeDSAddress) HasStateCode() bool
- func (o ThreeDSAddress) MarshalJSON() ([]byte, error)
- func (o *ThreeDSAddress) SetCity(v string)
- func (o *ThreeDSAddress) SetCityNil()
- func (o *ThreeDSAddress) SetCountryCode(v string)
- func (o *ThreeDSAddress) SetCountryCodeNil()
- func (o *ThreeDSAddress) SetLine1(v string)
- func (o *ThreeDSAddress) SetLine1Nil()
- func (o *ThreeDSAddress) SetLine2(v string)
- func (o *ThreeDSAddress) SetLine2Nil()
- func (o *ThreeDSAddress) SetLine3(v string)
- func (o *ThreeDSAddress) SetLine3Nil()
- func (o *ThreeDSAddress) SetPostalCode(v string)
- func (o *ThreeDSAddress) SetPostalCodeNil()
- func (o *ThreeDSAddress) SetStateCode(v string)
- func (o *ThreeDSAddress) SetStateCodeNil()
- func (o ThreeDSAddress) ToMap() (map[string]interface{}, error)
- func (o *ThreeDSAddress) UnsetCity()
- func (o *ThreeDSAddress) UnsetCountryCode()
- func (o *ThreeDSAddress) UnsetLine1()
- func (o *ThreeDSAddress) UnsetLine2()
- func (o *ThreeDSAddress) UnsetLine3()
- func (o *ThreeDSAddress) UnsetPostalCode()
- func (o *ThreeDSAddress) UnsetStateCode()
- type ThreeDSApiService
- func (a *ThreeDSApiService) ThreeDSAuthenticateSession(ctx context.Context, sessionId string) ThreeDSApiThreeDSAuthenticateSessionRequest
- func (a *ThreeDSApiService) ThreeDSAuthenticateSessionExecute(r ThreeDSApiThreeDSAuthenticateSessionRequest) (*ThreeDSAuthentication, *http.Response, error)
- func (a *ThreeDSApiService) ThreeDSCreateSession(ctx context.Context) ThreeDSApiThreeDSCreateSessionRequest
- func (a *ThreeDSApiService) ThreeDSCreateSessionExecute(r ThreeDSApiThreeDSCreateSessionRequest) (*CreateThreeDSSessionResponse, *http.Response, error)
- func (a *ThreeDSApiService) ThreeDSGetChallengeResult(ctx context.Context, sessionId string) ThreeDSApiThreeDSGetChallengeResultRequest
- func (a *ThreeDSApiService) ThreeDSGetChallengeResultExecute(r ThreeDSApiThreeDSGetChallengeResultRequest) (*ThreeDSAuthentication, *http.Response, error)
- func (a *ThreeDSApiService) ThreeDSGetSessionById(ctx context.Context, id string) ThreeDSApiThreeDSGetSessionByIdRequest
- func (a *ThreeDSApiService) ThreeDSGetSessionByIdExecute(r ThreeDSApiThreeDSGetSessionByIdRequest) (*ThreeDSSession, *http.Response, error)
- type ThreeDSApiThreeDSAuthenticateSessionRequest
- func (r ThreeDSApiThreeDSAuthenticateSessionRequest) AuthenticateThreeDSSessionRequest(authenticateThreeDSSessionRequest AuthenticateThreeDSSessionRequest) ThreeDSApiThreeDSAuthenticateSessionRequest
- func (r ThreeDSApiThreeDSAuthenticateSessionRequest) Execute() (*ThreeDSAuthentication, *http.Response, error)
- type ThreeDSApiThreeDSCreateSessionRequest
- type ThreeDSApiThreeDSGetChallengeResultRequest
- type ThreeDSApiThreeDSGetSessionByIdRequest
- type ThreeDSAuthentication
- func (o *ThreeDSAuthentication) GetAcsChallengeMandated() string
- func (o *ThreeDSAuthentication) GetAcsChallengeMandatedOk() (*string, bool)
- func (o *ThreeDSAuthentication) GetAcsChallengeUrl() string
- func (o *ThreeDSAuthentication) GetAcsChallengeUrlOk() (*string, bool)
- func (o *ThreeDSAuthentication) GetAcsDecoupledAuthentication() string
- func (o *ThreeDSAuthentication) GetAcsDecoupledAuthenticationOk() (*string, bool)
- func (o *ThreeDSAuthentication) GetAcsReferenceNumber() string
- func (o *ThreeDSAuthentication) GetAcsReferenceNumberOk() (*string, bool)
- func (o *ThreeDSAuthentication) GetAcsRenderingType() ThreeDSAcsRenderingType
- func (o *ThreeDSAuthentication) GetAcsRenderingTypeOk() (*ThreeDSAcsRenderingType, bool)
- func (o *ThreeDSAuthentication) GetAcsSignedContent() string
- func (o *ThreeDSAuthentication) GetAcsSignedContentOk() (*string, bool)
- func (o *ThreeDSAuthentication) GetAcsTransactionId() string
- func (o *ThreeDSAuthentication) GetAcsTransactionIdOk() (*string, bool)
- func (o *ThreeDSAuthentication) GetAuthenticationChallengeType() string
- func (o *ThreeDSAuthentication) GetAuthenticationChallengeTypeOk() (*string, bool)
- func (o *ThreeDSAuthentication) GetAuthenticationStatus() string
- func (o *ThreeDSAuthentication) GetAuthenticationStatusCode() string
- func (o *ThreeDSAuthentication) GetAuthenticationStatusCodeOk() (*string, bool)
- func (o *ThreeDSAuthentication) GetAuthenticationStatusOk() (*string, bool)
- func (o *ThreeDSAuthentication) GetAuthenticationStatusReason() string
- func (o *ThreeDSAuthentication) GetAuthenticationStatusReasonOk() (*string, bool)
- func (o *ThreeDSAuthentication) GetAuthenticationValue() string
- func (o *ThreeDSAuthentication) GetAuthenticationValueOk() (*string, bool)
- func (o *ThreeDSAuthentication) GetCardholderInfo() string
- func (o *ThreeDSAuthentication) GetCardholderInfoOk() (*string, bool)
- func (o *ThreeDSAuthentication) GetChallengeAttempts() string
- func (o *ThreeDSAuthentication) GetChallengeAttemptsOk() (*string, bool)
- func (o *ThreeDSAuthentication) GetChallengeCancelReason() string
- func (o *ThreeDSAuthentication) GetChallengeCancelReasonOk() (*string, bool)
- func (o *ThreeDSAuthentication) GetDsReferenceNumber() string
- func (o *ThreeDSAuthentication) GetDsReferenceNumberOk() (*string, bool)
- func (o *ThreeDSAuthentication) GetDsTransactionId() string
- func (o *ThreeDSAuthentication) GetDsTransactionIdOk() (*string, bool)
- func (o *ThreeDSAuthentication) GetEci() string
- func (o *ThreeDSAuthentication) GetEciOk() (*string, bool)
- func (o *ThreeDSAuthentication) GetMessageExtensions() []ThreeDSMessageExtension
- func (o *ThreeDSAuthentication) GetMessageExtensionsOk() ([]ThreeDSMessageExtension, bool)
- func (o *ThreeDSAuthentication) GetPanTokenId() string
- func (o *ThreeDSAuthentication) GetPanTokenIdOk() (*string, bool)
- func (o *ThreeDSAuthentication) GetSdkTransactionId() string
- func (o *ThreeDSAuthentication) GetSdkTransactionIdOk() (*string, bool)
- func (o *ThreeDSAuthentication) GetThreedsVersion() string
- func (o *ThreeDSAuthentication) GetThreedsVersionOk() (*string, bool)
- func (o *ThreeDSAuthentication) GetWhitelistStatus() string
- func (o *ThreeDSAuthentication) GetWhitelistStatusOk() (*string, bool)
- func (o *ThreeDSAuthentication) GetWhitelistStatusSource() string
- func (o *ThreeDSAuthentication) GetWhitelistStatusSourceOk() (*string, bool)
- func (o *ThreeDSAuthentication) HasAcsChallengeMandated() bool
- func (o *ThreeDSAuthentication) HasAcsChallengeUrl() bool
- func (o *ThreeDSAuthentication) HasAcsDecoupledAuthentication() bool
- func (o *ThreeDSAuthentication) HasAcsReferenceNumber() bool
- func (o *ThreeDSAuthentication) HasAcsRenderingType() bool
- func (o *ThreeDSAuthentication) HasAcsSignedContent() bool
- func (o *ThreeDSAuthentication) HasAcsTransactionId() bool
- func (o *ThreeDSAuthentication) HasAuthenticationChallengeType() bool
- func (o *ThreeDSAuthentication) HasAuthenticationStatus() bool
- func (o *ThreeDSAuthentication) HasAuthenticationStatusCode() bool
- func (o *ThreeDSAuthentication) HasAuthenticationStatusReason() bool
- func (o *ThreeDSAuthentication) HasAuthenticationValue() bool
- func (o *ThreeDSAuthentication) HasCardholderInfo() bool
- func (o *ThreeDSAuthentication) HasChallengeAttempts() bool
- func (o *ThreeDSAuthentication) HasChallengeCancelReason() bool
- func (o *ThreeDSAuthentication) HasDsReferenceNumber() bool
- func (o *ThreeDSAuthentication) HasDsTransactionId() bool
- func (o *ThreeDSAuthentication) HasEci() bool
- func (o *ThreeDSAuthentication) HasMessageExtensions() bool
- func (o *ThreeDSAuthentication) HasPanTokenId() bool
- func (o *ThreeDSAuthentication) HasSdkTransactionId() bool
- func (o *ThreeDSAuthentication) HasThreedsVersion() bool
- func (o *ThreeDSAuthentication) HasWhitelistStatus() bool
- func (o *ThreeDSAuthentication) HasWhitelistStatusSource() bool
- func (o ThreeDSAuthentication) MarshalJSON() ([]byte, error)
- func (o *ThreeDSAuthentication) SetAcsChallengeMandated(v string)
- func (o *ThreeDSAuthentication) SetAcsChallengeMandatedNil()
- func (o *ThreeDSAuthentication) SetAcsChallengeUrl(v string)
- func (o *ThreeDSAuthentication) SetAcsChallengeUrlNil()
- func (o *ThreeDSAuthentication) SetAcsDecoupledAuthentication(v string)
- func (o *ThreeDSAuthentication) SetAcsDecoupledAuthenticationNil()
- func (o *ThreeDSAuthentication) SetAcsReferenceNumber(v string)
- func (o *ThreeDSAuthentication) SetAcsReferenceNumberNil()
- func (o *ThreeDSAuthentication) SetAcsRenderingType(v ThreeDSAcsRenderingType)
- func (o *ThreeDSAuthentication) SetAcsSignedContent(v string)
- func (o *ThreeDSAuthentication) SetAcsSignedContentNil()
- func (o *ThreeDSAuthentication) SetAcsTransactionId(v string)
- func (o *ThreeDSAuthentication) SetAcsTransactionIdNil()
- func (o *ThreeDSAuthentication) SetAuthenticationChallengeType(v string)
- func (o *ThreeDSAuthentication) SetAuthenticationChallengeTypeNil()
- func (o *ThreeDSAuthentication) SetAuthenticationStatus(v string)
- func (o *ThreeDSAuthentication) SetAuthenticationStatusCode(v string)
- func (o *ThreeDSAuthentication) SetAuthenticationStatusCodeNil()
- func (o *ThreeDSAuthentication) SetAuthenticationStatusNil()
- func (o *ThreeDSAuthentication) SetAuthenticationStatusReason(v string)
- func (o *ThreeDSAuthentication) SetAuthenticationStatusReasonNil()
- func (o *ThreeDSAuthentication) SetAuthenticationValue(v string)
- func (o *ThreeDSAuthentication) SetAuthenticationValueNil()
- func (o *ThreeDSAuthentication) SetCardholderInfo(v string)
- func (o *ThreeDSAuthentication) SetCardholderInfoNil()
- func (o *ThreeDSAuthentication) SetChallengeAttempts(v string)
- func (o *ThreeDSAuthentication) SetChallengeAttemptsNil()
- func (o *ThreeDSAuthentication) SetChallengeCancelReason(v string)
- func (o *ThreeDSAuthentication) SetChallengeCancelReasonNil()
- func (o *ThreeDSAuthentication) SetDsReferenceNumber(v string)
- func (o *ThreeDSAuthentication) SetDsReferenceNumberNil()
- func (o *ThreeDSAuthentication) SetDsTransactionId(v string)
- func (o *ThreeDSAuthentication) SetDsTransactionIdNil()
- func (o *ThreeDSAuthentication) SetEci(v string)
- func (o *ThreeDSAuthentication) SetEciNil()
- func (o *ThreeDSAuthentication) SetMessageExtensions(v []ThreeDSMessageExtension)
- func (o *ThreeDSAuthentication) SetPanTokenId(v string)
- func (o *ThreeDSAuthentication) SetPanTokenIdNil()
- func (o *ThreeDSAuthentication) SetSdkTransactionId(v string)
- func (o *ThreeDSAuthentication) SetSdkTransactionIdNil()
- func (o *ThreeDSAuthentication) SetThreedsVersion(v string)
- func (o *ThreeDSAuthentication) SetThreedsVersionNil()
- func (o *ThreeDSAuthentication) SetWhitelistStatus(v string)
- func (o *ThreeDSAuthentication) SetWhitelistStatusNil()
- func (o *ThreeDSAuthentication) SetWhitelistStatusSource(v string)
- func (o *ThreeDSAuthentication) SetWhitelistStatusSourceNil()
- func (o ThreeDSAuthentication) ToMap() (map[string]interface{}, error)
- func (o *ThreeDSAuthentication) UnsetAcsChallengeMandated()
- func (o *ThreeDSAuthentication) UnsetAcsChallengeUrl()
- func (o *ThreeDSAuthentication) UnsetAcsDecoupledAuthentication()
- func (o *ThreeDSAuthentication) UnsetAcsReferenceNumber()
- func (o *ThreeDSAuthentication) UnsetAcsSignedContent()
- func (o *ThreeDSAuthentication) UnsetAcsTransactionId()
- func (o *ThreeDSAuthentication) UnsetAuthenticationChallengeType()
- func (o *ThreeDSAuthentication) UnsetAuthenticationStatus()
- func (o *ThreeDSAuthentication) UnsetAuthenticationStatusCode()
- func (o *ThreeDSAuthentication) UnsetAuthenticationStatusReason()
- func (o *ThreeDSAuthentication) UnsetAuthenticationValue()
- func (o *ThreeDSAuthentication) UnsetCardholderInfo()
- func (o *ThreeDSAuthentication) UnsetChallengeAttempts()
- func (o *ThreeDSAuthentication) UnsetChallengeCancelReason()
- func (o *ThreeDSAuthentication) UnsetDsReferenceNumber()
- func (o *ThreeDSAuthentication) UnsetDsTransactionId()
- func (o *ThreeDSAuthentication) UnsetEci()
- func (o *ThreeDSAuthentication) UnsetPanTokenId()
- func (o *ThreeDSAuthentication) UnsetSdkTransactionId()
- func (o *ThreeDSAuthentication) UnsetThreedsVersion()
- func (o *ThreeDSAuthentication) UnsetWhitelistStatus()
- func (o *ThreeDSAuthentication) UnsetWhitelistStatusSource()
- type ThreeDSCardholderAccountInfo
- func (o *ThreeDSCardholderAccountInfo) GetAccountAge() string
- func (o *ThreeDSCardholderAccountInfo) GetAccountAgeOk() (*string, bool)
- func (o *ThreeDSCardholderAccountInfo) GetAccountChangeDate() string
- func (o *ThreeDSCardholderAccountInfo) GetAccountChangeDateOk() (*string, bool)
- func (o *ThreeDSCardholderAccountInfo) GetAccountCreatedDate() string
- func (o *ThreeDSCardholderAccountInfo) GetAccountCreatedDateOk() (*string, bool)
- func (o *ThreeDSCardholderAccountInfo) GetAccountLastChanged() string
- func (o *ThreeDSCardholderAccountInfo) GetAccountLastChangedOk() (*string, bool)
- func (o *ThreeDSCardholderAccountInfo) GetAccountPwdChangeDate() string
- func (o *ThreeDSCardholderAccountInfo) GetAccountPwdChangeDateOk() (*string, bool)
- func (o *ThreeDSCardholderAccountInfo) GetAccountPwdLastChanged() string
- func (o *ThreeDSCardholderAccountInfo) GetAccountPwdLastChangedOk() (*string, bool)
- func (o *ThreeDSCardholderAccountInfo) GetPaymentAccountAge() string
- func (o *ThreeDSCardholderAccountInfo) GetPaymentAccountAgeOk() (*string, bool)
- func (o *ThreeDSCardholderAccountInfo) GetPaymentAccountCreated() string
- func (o *ThreeDSCardholderAccountInfo) GetPaymentAccountCreatedOk() (*string, bool)
- func (o *ThreeDSCardholderAccountInfo) GetPurchaseCountHalfYear() string
- func (o *ThreeDSCardholderAccountInfo) GetPurchaseCountHalfYearOk() (*string, bool)
- func (o *ThreeDSCardholderAccountInfo) GetShippingAccountNameMatch() bool
- func (o *ThreeDSCardholderAccountInfo) GetShippingAccountNameMatchOk() (*bool, bool)
- func (o *ThreeDSCardholderAccountInfo) GetShippingAddressFirstUsed() string
- func (o *ThreeDSCardholderAccountInfo) GetShippingAddressFirstUsedOk() (*string, bool)
- func (o *ThreeDSCardholderAccountInfo) GetShippingAddressUsageDate() string
- func (o *ThreeDSCardholderAccountInfo) GetShippingAddressUsageDateOk() (*string, bool)
- func (o *ThreeDSCardholderAccountInfo) GetSuspiciousActivityObserved() bool
- func (o *ThreeDSCardholderAccountInfo) GetSuspiciousActivityObservedOk() (*bool, bool)
- func (o *ThreeDSCardholderAccountInfo) GetTransactionCountDay() string
- func (o *ThreeDSCardholderAccountInfo) GetTransactionCountDayOk() (*string, bool)
- func (o *ThreeDSCardholderAccountInfo) GetTransactionCountYear() string
- func (o *ThreeDSCardholderAccountInfo) GetTransactionCountYearOk() (*string, bool)
- func (o *ThreeDSCardholderAccountInfo) HasAccountAge() bool
- func (o *ThreeDSCardholderAccountInfo) HasAccountChangeDate() bool
- func (o *ThreeDSCardholderAccountInfo) HasAccountCreatedDate() bool
- func (o *ThreeDSCardholderAccountInfo) HasAccountLastChanged() bool
- func (o *ThreeDSCardholderAccountInfo) HasAccountPwdChangeDate() bool
- func (o *ThreeDSCardholderAccountInfo) HasAccountPwdLastChanged() bool
- func (o *ThreeDSCardholderAccountInfo) HasPaymentAccountAge() bool
- func (o *ThreeDSCardholderAccountInfo) HasPaymentAccountCreated() bool
- func (o *ThreeDSCardholderAccountInfo) HasPurchaseCountHalfYear() bool
- func (o *ThreeDSCardholderAccountInfo) HasShippingAccountNameMatch() bool
- func (o *ThreeDSCardholderAccountInfo) HasShippingAddressFirstUsed() bool
- func (o *ThreeDSCardholderAccountInfo) HasShippingAddressUsageDate() bool
- func (o *ThreeDSCardholderAccountInfo) HasSuspiciousActivityObserved() bool
- func (o *ThreeDSCardholderAccountInfo) HasTransactionCountDay() bool
- func (o *ThreeDSCardholderAccountInfo) HasTransactionCountYear() bool
- func (o ThreeDSCardholderAccountInfo) MarshalJSON() ([]byte, error)
- func (o *ThreeDSCardholderAccountInfo) SetAccountAge(v string)
- func (o *ThreeDSCardholderAccountInfo) SetAccountAgeNil()
- func (o *ThreeDSCardholderAccountInfo) SetAccountChangeDate(v string)
- func (o *ThreeDSCardholderAccountInfo) SetAccountChangeDateNil()
- func (o *ThreeDSCardholderAccountInfo) SetAccountCreatedDate(v string)
- func (o *ThreeDSCardholderAccountInfo) SetAccountCreatedDateNil()
- func (o *ThreeDSCardholderAccountInfo) SetAccountLastChanged(v string)
- func (o *ThreeDSCardholderAccountInfo) SetAccountLastChangedNil()
- func (o *ThreeDSCardholderAccountInfo) SetAccountPwdChangeDate(v string)
- func (o *ThreeDSCardholderAccountInfo) SetAccountPwdChangeDateNil()
- func (o *ThreeDSCardholderAccountInfo) SetAccountPwdLastChanged(v string)
- func (o *ThreeDSCardholderAccountInfo) SetAccountPwdLastChangedNil()
- func (o *ThreeDSCardholderAccountInfo) SetPaymentAccountAge(v string)
- func (o *ThreeDSCardholderAccountInfo) SetPaymentAccountAgeNil()
- func (o *ThreeDSCardholderAccountInfo) SetPaymentAccountCreated(v string)
- func (o *ThreeDSCardholderAccountInfo) SetPaymentAccountCreatedNil()
- func (o *ThreeDSCardholderAccountInfo) SetPurchaseCountHalfYear(v string)
- func (o *ThreeDSCardholderAccountInfo) SetPurchaseCountHalfYearNil()
- func (o *ThreeDSCardholderAccountInfo) SetShippingAccountNameMatch(v bool)
- func (o *ThreeDSCardholderAccountInfo) SetShippingAccountNameMatchNil()
- func (o *ThreeDSCardholderAccountInfo) SetShippingAddressFirstUsed(v string)
- func (o *ThreeDSCardholderAccountInfo) SetShippingAddressFirstUsedNil()
- func (o *ThreeDSCardholderAccountInfo) SetShippingAddressUsageDate(v string)
- func (o *ThreeDSCardholderAccountInfo) SetShippingAddressUsageDateNil()
- func (o *ThreeDSCardholderAccountInfo) SetSuspiciousActivityObserved(v bool)
- func (o *ThreeDSCardholderAccountInfo) SetSuspiciousActivityObservedNil()
- func (o *ThreeDSCardholderAccountInfo) SetTransactionCountDay(v string)
- func (o *ThreeDSCardholderAccountInfo) SetTransactionCountDayNil()
- func (o *ThreeDSCardholderAccountInfo) SetTransactionCountYear(v string)
- func (o *ThreeDSCardholderAccountInfo) SetTransactionCountYearNil()
- func (o ThreeDSCardholderAccountInfo) ToMap() (map[string]interface{}, error)
- func (o *ThreeDSCardholderAccountInfo) UnsetAccountAge()
- func (o *ThreeDSCardholderAccountInfo) UnsetAccountChangeDate()
- func (o *ThreeDSCardholderAccountInfo) UnsetAccountCreatedDate()
- func (o *ThreeDSCardholderAccountInfo) UnsetAccountLastChanged()
- func (o *ThreeDSCardholderAccountInfo) UnsetAccountPwdChangeDate()
- func (o *ThreeDSCardholderAccountInfo) UnsetAccountPwdLastChanged()
- func (o *ThreeDSCardholderAccountInfo) UnsetPaymentAccountAge()
- func (o *ThreeDSCardholderAccountInfo) UnsetPaymentAccountCreated()
- func (o *ThreeDSCardholderAccountInfo) UnsetPurchaseCountHalfYear()
- func (o *ThreeDSCardholderAccountInfo) UnsetShippingAccountNameMatch()
- func (o *ThreeDSCardholderAccountInfo) UnsetShippingAddressFirstUsed()
- func (o *ThreeDSCardholderAccountInfo) UnsetShippingAddressUsageDate()
- func (o *ThreeDSCardholderAccountInfo) UnsetSuspiciousActivityObserved()
- func (o *ThreeDSCardholderAccountInfo) UnsetTransactionCountDay()
- func (o *ThreeDSCardholderAccountInfo) UnsetTransactionCountYear()
- type ThreeDSCardholderAuthenticationInfo
- func (o *ThreeDSCardholderAuthenticationInfo) GetData() string
- func (o *ThreeDSCardholderAuthenticationInfo) GetDataOk() (*string, bool)
- func (o *ThreeDSCardholderAuthenticationInfo) GetMethod() string
- func (o *ThreeDSCardholderAuthenticationInfo) GetMethodOk() (*string, bool)
- func (o *ThreeDSCardholderAuthenticationInfo) GetTimestamp() string
- func (o *ThreeDSCardholderAuthenticationInfo) GetTimestampOk() (*string, bool)
- func (o *ThreeDSCardholderAuthenticationInfo) HasData() bool
- func (o *ThreeDSCardholderAuthenticationInfo) HasMethod() bool
- func (o *ThreeDSCardholderAuthenticationInfo) HasTimestamp() bool
- func (o ThreeDSCardholderAuthenticationInfo) MarshalJSON() ([]byte, error)
- func (o *ThreeDSCardholderAuthenticationInfo) SetData(v string)
- func (o *ThreeDSCardholderAuthenticationInfo) SetDataNil()
- func (o *ThreeDSCardholderAuthenticationInfo) SetMethod(v string)
- func (o *ThreeDSCardholderAuthenticationInfo) SetMethodNil()
- func (o *ThreeDSCardholderAuthenticationInfo) SetTimestamp(v string)
- func (o *ThreeDSCardholderAuthenticationInfo) SetTimestampNil()
- func (o ThreeDSCardholderAuthenticationInfo) ToMap() (map[string]interface{}, error)
- func (o *ThreeDSCardholderAuthenticationInfo) UnsetData()
- func (o *ThreeDSCardholderAuthenticationInfo) UnsetMethod()
- func (o *ThreeDSCardholderAuthenticationInfo) UnsetTimestamp()
- type ThreeDSCardholderInfo
- func (o *ThreeDSCardholderInfo) GetAccountId() string
- func (o *ThreeDSCardholderInfo) GetAccountIdOk() (*string, bool)
- func (o *ThreeDSCardholderInfo) GetAccountInfo() ThreeDSCardholderAccountInfo
- func (o *ThreeDSCardholderInfo) GetAccountInfoOk() (*ThreeDSCardholderAccountInfo, bool)
- func (o *ThreeDSCardholderInfo) GetAccountType() string
- func (o *ThreeDSCardholderInfo) GetAccountTypeOk() (*string, bool)
- func (o *ThreeDSCardholderInfo) GetAuthenticationInfo() ThreeDSCardholderAuthenticationInfo
- func (o *ThreeDSCardholderInfo) GetAuthenticationInfoOk() (*ThreeDSCardholderAuthenticationInfo, bool)
- func (o *ThreeDSCardholderInfo) GetBillingAddress() ThreeDSAddress
- func (o *ThreeDSCardholderInfo) GetBillingAddressOk() (*ThreeDSAddress, bool)
- func (o *ThreeDSCardholderInfo) GetBillingShippingAddressMatch() string
- func (o *ThreeDSCardholderInfo) GetBillingShippingAddressMatchOk() (*string, bool)
- func (o *ThreeDSCardholderInfo) GetEmail() string
- func (o *ThreeDSCardholderInfo) GetEmailOk() (*string, bool)
- func (o *ThreeDSCardholderInfo) GetMobilePhoneNumber() ThreeDSCardholderPhoneNumber
- func (o *ThreeDSCardholderInfo) GetMobilePhoneNumberOk() (*ThreeDSCardholderPhoneNumber, bool)
- func (o *ThreeDSCardholderInfo) GetName() string
- func (o *ThreeDSCardholderInfo) GetNameOk() (*string, bool)
- func (o *ThreeDSCardholderInfo) GetPhoneNumber() ThreeDSCardholderPhoneNumber
- func (o *ThreeDSCardholderInfo) GetPhoneNumberOk() (*ThreeDSCardholderPhoneNumber, bool)
- func (o *ThreeDSCardholderInfo) GetPriorAuthenticationInfo() ThreeDSPriorAuthenticationInfo
- func (o *ThreeDSCardholderInfo) GetPriorAuthenticationInfoOk() (*ThreeDSPriorAuthenticationInfo, bool)
- func (o *ThreeDSCardholderInfo) GetShippingAddress() ThreeDSAddress
- func (o *ThreeDSCardholderInfo) GetShippingAddressOk() (*ThreeDSAddress, bool)
- func (o *ThreeDSCardholderInfo) GetWorkPhoneNumber() ThreeDSCardholderPhoneNumber
- func (o *ThreeDSCardholderInfo) GetWorkPhoneNumberOk() (*ThreeDSCardholderPhoneNumber, bool)
- func (o *ThreeDSCardholderInfo) HasAccountId() bool
- func (o *ThreeDSCardholderInfo) HasAccountInfo() bool
- func (o *ThreeDSCardholderInfo) HasAccountType() bool
- func (o *ThreeDSCardholderInfo) HasAuthenticationInfo() bool
- func (o *ThreeDSCardholderInfo) HasBillingAddress() bool
- func (o *ThreeDSCardholderInfo) HasBillingShippingAddressMatch() bool
- func (o *ThreeDSCardholderInfo) HasEmail() bool
- func (o *ThreeDSCardholderInfo) HasMobilePhoneNumber() bool
- func (o *ThreeDSCardholderInfo) HasName() bool
- func (o *ThreeDSCardholderInfo) HasPhoneNumber() bool
- func (o *ThreeDSCardholderInfo) HasPriorAuthenticationInfo() bool
- func (o *ThreeDSCardholderInfo) HasShippingAddress() bool
- func (o *ThreeDSCardholderInfo) HasWorkPhoneNumber() bool
- func (o ThreeDSCardholderInfo) MarshalJSON() ([]byte, error)
- func (o *ThreeDSCardholderInfo) SetAccountId(v string)
- func (o *ThreeDSCardholderInfo) SetAccountIdNil()
- func (o *ThreeDSCardholderInfo) SetAccountInfo(v ThreeDSCardholderAccountInfo)
- func (o *ThreeDSCardholderInfo) SetAccountType(v string)
- func (o *ThreeDSCardholderInfo) SetAccountTypeNil()
- func (o *ThreeDSCardholderInfo) SetAuthenticationInfo(v ThreeDSCardholderAuthenticationInfo)
- func (o *ThreeDSCardholderInfo) SetBillingAddress(v ThreeDSAddress)
- func (o *ThreeDSCardholderInfo) SetBillingShippingAddressMatch(v string)
- func (o *ThreeDSCardholderInfo) SetBillingShippingAddressMatchNil()
- func (o *ThreeDSCardholderInfo) SetEmail(v string)
- func (o *ThreeDSCardholderInfo) SetEmailNil()
- func (o *ThreeDSCardholderInfo) SetMobilePhoneNumber(v ThreeDSCardholderPhoneNumber)
- func (o *ThreeDSCardholderInfo) SetName(v string)
- func (o *ThreeDSCardholderInfo) SetNameNil()
- func (o *ThreeDSCardholderInfo) SetPhoneNumber(v ThreeDSCardholderPhoneNumber)
- func (o *ThreeDSCardholderInfo) SetPriorAuthenticationInfo(v ThreeDSPriorAuthenticationInfo)
- func (o *ThreeDSCardholderInfo) SetShippingAddress(v ThreeDSAddress)
- func (o *ThreeDSCardholderInfo) SetWorkPhoneNumber(v ThreeDSCardholderPhoneNumber)
- func (o ThreeDSCardholderInfo) ToMap() (map[string]interface{}, error)
- func (o *ThreeDSCardholderInfo) UnsetAccountId()
- func (o *ThreeDSCardholderInfo) UnsetAccountType()
- func (o *ThreeDSCardholderInfo) UnsetBillingShippingAddressMatch()
- func (o *ThreeDSCardholderInfo) UnsetEmail()
- func (o *ThreeDSCardholderInfo) UnsetName()
- type ThreeDSCardholderPhoneNumber
- func (o *ThreeDSCardholderPhoneNumber) GetCountryCode() string
- func (o *ThreeDSCardholderPhoneNumber) GetCountryCodeOk() (*string, bool)
- func (o *ThreeDSCardholderPhoneNumber) GetNumber() string
- func (o *ThreeDSCardholderPhoneNumber) GetNumberOk() (*string, bool)
- func (o *ThreeDSCardholderPhoneNumber) HasCountryCode() bool
- func (o *ThreeDSCardholderPhoneNumber) HasNumber() bool
- func (o ThreeDSCardholderPhoneNumber) MarshalJSON() ([]byte, error)
- func (o *ThreeDSCardholderPhoneNumber) SetCountryCode(v string)
- func (o *ThreeDSCardholderPhoneNumber) SetCountryCodeNil()
- func (o *ThreeDSCardholderPhoneNumber) SetNumber(v string)
- func (o *ThreeDSCardholderPhoneNumber) SetNumberNil()
- func (o ThreeDSCardholderPhoneNumber) ToMap() (map[string]interface{}, error)
- func (o *ThreeDSCardholderPhoneNumber) UnsetCountryCode()
- func (o *ThreeDSCardholderPhoneNumber) UnsetNumber()
- type ThreeDSDeviceInfo
- func (o *ThreeDSDeviceInfo) GetBrowserAcceptHeader() string
- func (o *ThreeDSDeviceInfo) GetBrowserAcceptHeaderOk() (*string, bool)
- func (o *ThreeDSDeviceInfo) GetBrowserColorDepth() string
- func (o *ThreeDSDeviceInfo) GetBrowserColorDepthOk() (*string, bool)
- func (o *ThreeDSDeviceInfo) GetBrowserIp() string
- func (o *ThreeDSDeviceInfo) GetBrowserIpOk() (*string, bool)
- func (o *ThreeDSDeviceInfo) GetBrowserJavaEnabled() bool
- func (o *ThreeDSDeviceInfo) GetBrowserJavaEnabledOk() (*bool, bool)
- func (o *ThreeDSDeviceInfo) GetBrowserJavascriptEnabled() bool
- func (o *ThreeDSDeviceInfo) GetBrowserJavascriptEnabledOk() (*bool, bool)
- func (o *ThreeDSDeviceInfo) GetBrowserLanguage() string
- func (o *ThreeDSDeviceInfo) GetBrowserLanguageOk() (*string, bool)
- func (o *ThreeDSDeviceInfo) GetBrowserScreenHeight() string
- func (o *ThreeDSDeviceInfo) GetBrowserScreenHeightOk() (*string, bool)
- func (o *ThreeDSDeviceInfo) GetBrowserScreenWidth() string
- func (o *ThreeDSDeviceInfo) GetBrowserScreenWidthOk() (*string, bool)
- func (o *ThreeDSDeviceInfo) GetBrowserTz() string
- func (o *ThreeDSDeviceInfo) GetBrowserTzOk() (*string, bool)
- func (o *ThreeDSDeviceInfo) GetBrowserUserAgent() string
- func (o *ThreeDSDeviceInfo) GetBrowserUserAgentOk() (*string, bool)
- func (o *ThreeDSDeviceInfo) GetSdkApplicationId() string
- func (o *ThreeDSDeviceInfo) GetSdkApplicationIdOk() (*string, bool)
- func (o *ThreeDSDeviceInfo) GetSdkEncryptionData() string
- func (o *ThreeDSDeviceInfo) GetSdkEncryptionDataOk() (*string, bool)
- func (o *ThreeDSDeviceInfo) GetSdkEphemeralPublicKey() string
- func (o *ThreeDSDeviceInfo) GetSdkEphemeralPublicKeyOk() (*string, bool)
- func (o *ThreeDSDeviceInfo) GetSdkMaxTimeout() string
- func (o *ThreeDSDeviceInfo) GetSdkMaxTimeoutOk() (*string, bool)
- func (o *ThreeDSDeviceInfo) GetSdkReferenceNumber() string
- func (o *ThreeDSDeviceInfo) GetSdkReferenceNumberOk() (*string, bool)
- func (o *ThreeDSDeviceInfo) GetSdkRenderOptions() ThreeDSMobileSdkRenderOptions
- func (o *ThreeDSDeviceInfo) GetSdkRenderOptionsOk() (*ThreeDSMobileSdkRenderOptions, bool)
- func (o *ThreeDSDeviceInfo) GetSdkTransactionId() string
- func (o *ThreeDSDeviceInfo) GetSdkTransactionIdOk() (*string, bool)
- func (o *ThreeDSDeviceInfo) HasBrowserAcceptHeader() bool
- func (o *ThreeDSDeviceInfo) HasBrowserColorDepth() bool
- func (o *ThreeDSDeviceInfo) HasBrowserIp() bool
- func (o *ThreeDSDeviceInfo) HasBrowserJavaEnabled() bool
- func (o *ThreeDSDeviceInfo) HasBrowserJavascriptEnabled() bool
- func (o *ThreeDSDeviceInfo) HasBrowserLanguage() bool
- func (o *ThreeDSDeviceInfo) HasBrowserScreenHeight() bool
- func (o *ThreeDSDeviceInfo) HasBrowserScreenWidth() bool
- func (o *ThreeDSDeviceInfo) HasBrowserTz() bool
- func (o *ThreeDSDeviceInfo) HasBrowserUserAgent() bool
- func (o *ThreeDSDeviceInfo) HasSdkApplicationId() bool
- func (o *ThreeDSDeviceInfo) HasSdkEncryptionData() bool
- func (o *ThreeDSDeviceInfo) HasSdkEphemeralPublicKey() bool
- func (o *ThreeDSDeviceInfo) HasSdkMaxTimeout() bool
- func (o *ThreeDSDeviceInfo) HasSdkReferenceNumber() bool
- func (o *ThreeDSDeviceInfo) HasSdkRenderOptions() bool
- func (o *ThreeDSDeviceInfo) HasSdkTransactionId() bool
- func (o ThreeDSDeviceInfo) MarshalJSON() ([]byte, error)
- func (o *ThreeDSDeviceInfo) SetBrowserAcceptHeader(v string)
- func (o *ThreeDSDeviceInfo) SetBrowserAcceptHeaderNil()
- func (o *ThreeDSDeviceInfo) SetBrowserColorDepth(v string)
- func (o *ThreeDSDeviceInfo) SetBrowserColorDepthNil()
- func (o *ThreeDSDeviceInfo) SetBrowserIp(v string)
- func (o *ThreeDSDeviceInfo) SetBrowserIpNil()
- func (o *ThreeDSDeviceInfo) SetBrowserJavaEnabled(v bool)
- func (o *ThreeDSDeviceInfo) SetBrowserJavaEnabledNil()
- func (o *ThreeDSDeviceInfo) SetBrowserJavascriptEnabled(v bool)
- func (o *ThreeDSDeviceInfo) SetBrowserJavascriptEnabledNil()
- func (o *ThreeDSDeviceInfo) SetBrowserLanguage(v string)
- func (o *ThreeDSDeviceInfo) SetBrowserLanguageNil()
- func (o *ThreeDSDeviceInfo) SetBrowserScreenHeight(v string)
- func (o *ThreeDSDeviceInfo) SetBrowserScreenHeightNil()
- func (o *ThreeDSDeviceInfo) SetBrowserScreenWidth(v string)
- func (o *ThreeDSDeviceInfo) SetBrowserScreenWidthNil()
- func (o *ThreeDSDeviceInfo) SetBrowserTz(v string)
- func (o *ThreeDSDeviceInfo) SetBrowserTzNil()
- func (o *ThreeDSDeviceInfo) SetBrowserUserAgent(v string)
- func (o *ThreeDSDeviceInfo) SetBrowserUserAgentNil()
- func (o *ThreeDSDeviceInfo) SetSdkApplicationId(v string)
- func (o *ThreeDSDeviceInfo) SetSdkApplicationIdNil()
- func (o *ThreeDSDeviceInfo) SetSdkEncryptionData(v string)
- func (o *ThreeDSDeviceInfo) SetSdkEncryptionDataNil()
- func (o *ThreeDSDeviceInfo) SetSdkEphemeralPublicKey(v string)
- func (o *ThreeDSDeviceInfo) SetSdkEphemeralPublicKeyNil()
- func (o *ThreeDSDeviceInfo) SetSdkMaxTimeout(v string)
- func (o *ThreeDSDeviceInfo) SetSdkMaxTimeoutNil()
- func (o *ThreeDSDeviceInfo) SetSdkReferenceNumber(v string)
- func (o *ThreeDSDeviceInfo) SetSdkReferenceNumberNil()
- func (o *ThreeDSDeviceInfo) SetSdkRenderOptions(v ThreeDSMobileSdkRenderOptions)
- func (o *ThreeDSDeviceInfo) SetSdkTransactionId(v string)
- func (o *ThreeDSDeviceInfo) SetSdkTransactionIdNil()
- func (o ThreeDSDeviceInfo) ToMap() (map[string]interface{}, error)
- func (o *ThreeDSDeviceInfo) UnsetBrowserAcceptHeader()
- func (o *ThreeDSDeviceInfo) UnsetBrowserColorDepth()
- func (o *ThreeDSDeviceInfo) UnsetBrowserIp()
- func (o *ThreeDSDeviceInfo) UnsetBrowserJavaEnabled()
- func (o *ThreeDSDeviceInfo) UnsetBrowserJavascriptEnabled()
- func (o *ThreeDSDeviceInfo) UnsetBrowserLanguage()
- func (o *ThreeDSDeviceInfo) UnsetBrowserScreenHeight()
- func (o *ThreeDSDeviceInfo) UnsetBrowserScreenWidth()
- func (o *ThreeDSDeviceInfo) UnsetBrowserTz()
- func (o *ThreeDSDeviceInfo) UnsetBrowserUserAgent()
- func (o *ThreeDSDeviceInfo) UnsetSdkApplicationId()
- func (o *ThreeDSDeviceInfo) UnsetSdkEncryptionData()
- func (o *ThreeDSDeviceInfo) UnsetSdkEphemeralPublicKey()
- func (o *ThreeDSDeviceInfo) UnsetSdkMaxTimeout()
- func (o *ThreeDSDeviceInfo) UnsetSdkReferenceNumber()
- func (o *ThreeDSDeviceInfo) UnsetSdkTransactionId()
- type ThreeDSMerchantInfo
- func (o *ThreeDSMerchantInfo) GetAcquirerBin() string
- func (o *ThreeDSMerchantInfo) GetAcquirerBinOk() (*string, bool)
- func (o *ThreeDSMerchantInfo) GetCategoryCode() string
- func (o *ThreeDSMerchantInfo) GetCategoryCodeOk() (*string, bool)
- func (o *ThreeDSMerchantInfo) GetCountryCode() string
- func (o *ThreeDSMerchantInfo) GetCountryCodeOk() (*string, bool)
- func (o *ThreeDSMerchantInfo) GetMid() string
- func (o *ThreeDSMerchantInfo) GetMidOk() (*string, bool)
- func (o *ThreeDSMerchantInfo) GetName() string
- func (o *ThreeDSMerchantInfo) GetNameOk() (*string, bool)
- func (o *ThreeDSMerchantInfo) GetRiskInfo() ThreeDSMerchantRiskInfo
- func (o *ThreeDSMerchantInfo) GetRiskInfoOk() (*ThreeDSMerchantRiskInfo, bool)
- func (o *ThreeDSMerchantInfo) HasAcquirerBin() bool
- func (o *ThreeDSMerchantInfo) HasCategoryCode() bool
- func (o *ThreeDSMerchantInfo) HasCountryCode() bool
- func (o *ThreeDSMerchantInfo) HasMid() bool
- func (o *ThreeDSMerchantInfo) HasName() bool
- func (o *ThreeDSMerchantInfo) HasRiskInfo() bool
- func (o ThreeDSMerchantInfo) MarshalJSON() ([]byte, error)
- func (o *ThreeDSMerchantInfo) SetAcquirerBin(v string)
- func (o *ThreeDSMerchantInfo) SetAcquirerBinNil()
- func (o *ThreeDSMerchantInfo) SetCategoryCode(v string)
- func (o *ThreeDSMerchantInfo) SetCategoryCodeNil()
- func (o *ThreeDSMerchantInfo) SetCountryCode(v string)
- func (o *ThreeDSMerchantInfo) SetCountryCodeNil()
- func (o *ThreeDSMerchantInfo) SetMid(v string)
- func (o *ThreeDSMerchantInfo) SetMidNil()
- func (o *ThreeDSMerchantInfo) SetName(v string)
- func (o *ThreeDSMerchantInfo) SetNameNil()
- func (o *ThreeDSMerchantInfo) SetRiskInfo(v ThreeDSMerchantRiskInfo)
- func (o ThreeDSMerchantInfo) ToMap() (map[string]interface{}, error)
- func (o *ThreeDSMerchantInfo) UnsetAcquirerBin()
- func (o *ThreeDSMerchantInfo) UnsetCategoryCode()
- func (o *ThreeDSMerchantInfo) UnsetCountryCode()
- func (o *ThreeDSMerchantInfo) UnsetMid()
- func (o *ThreeDSMerchantInfo) UnsetName()
- type ThreeDSMerchantRiskInfo
- func (o *ThreeDSMerchantRiskInfo) GetDeliveryEmail() string
- func (o *ThreeDSMerchantRiskInfo) GetDeliveryEmailOk() (*string, bool)
- func (o *ThreeDSMerchantRiskInfo) GetDeliveryTimeFrame() string
- func (o *ThreeDSMerchantRiskInfo) GetDeliveryTimeFrameOk() (*string, bool)
- func (o *ThreeDSMerchantRiskInfo) GetGiftCardAmount() string
- func (o *ThreeDSMerchantRiskInfo) GetGiftCardAmountOk() (*string, bool)
- func (o *ThreeDSMerchantRiskInfo) GetGiftCardCount() string
- func (o *ThreeDSMerchantRiskInfo) GetGiftCardCountOk() (*string, bool)
- func (o *ThreeDSMerchantRiskInfo) GetGiftCardCurrency() string
- func (o *ThreeDSMerchantRiskInfo) GetGiftCardCurrencyOk() (*string, bool)
- func (o *ThreeDSMerchantRiskInfo) GetPreOrderDate() string
- func (o *ThreeDSMerchantRiskInfo) GetPreOrderDateOk() (*string, bool)
- func (o *ThreeDSMerchantRiskInfo) GetPreOrderPurchase() bool
- func (o *ThreeDSMerchantRiskInfo) GetPreOrderPurchaseOk() (*bool, bool)
- func (o *ThreeDSMerchantRiskInfo) GetReorderedPurchase() bool
- func (o *ThreeDSMerchantRiskInfo) GetReorderedPurchaseOk() (*bool, bool)
- func (o *ThreeDSMerchantRiskInfo) GetShippingMethod() string
- func (o *ThreeDSMerchantRiskInfo) GetShippingMethodOk() (*string, bool)
- func (o *ThreeDSMerchantRiskInfo) HasDeliveryEmail() bool
- func (o *ThreeDSMerchantRiskInfo) HasDeliveryTimeFrame() bool
- func (o *ThreeDSMerchantRiskInfo) HasGiftCardAmount() bool
- func (o *ThreeDSMerchantRiskInfo) HasGiftCardCount() bool
- func (o *ThreeDSMerchantRiskInfo) HasGiftCardCurrency() bool
- func (o *ThreeDSMerchantRiskInfo) HasPreOrderDate() bool
- func (o *ThreeDSMerchantRiskInfo) HasPreOrderPurchase() bool
- func (o *ThreeDSMerchantRiskInfo) HasReorderedPurchase() bool
- func (o *ThreeDSMerchantRiskInfo) HasShippingMethod() bool
- func (o ThreeDSMerchantRiskInfo) MarshalJSON() ([]byte, error)
- func (o *ThreeDSMerchantRiskInfo) SetDeliveryEmail(v string)
- func (o *ThreeDSMerchantRiskInfo) SetDeliveryEmailNil()
- func (o *ThreeDSMerchantRiskInfo) SetDeliveryTimeFrame(v string)
- func (o *ThreeDSMerchantRiskInfo) SetDeliveryTimeFrameNil()
- func (o *ThreeDSMerchantRiskInfo) SetGiftCardAmount(v string)
- func (o *ThreeDSMerchantRiskInfo) SetGiftCardAmountNil()
- func (o *ThreeDSMerchantRiskInfo) SetGiftCardCount(v string)
- func (o *ThreeDSMerchantRiskInfo) SetGiftCardCountNil()
- func (o *ThreeDSMerchantRiskInfo) SetGiftCardCurrency(v string)
- func (o *ThreeDSMerchantRiskInfo) SetGiftCardCurrencyNil()
- func (o *ThreeDSMerchantRiskInfo) SetPreOrderDate(v string)
- func (o *ThreeDSMerchantRiskInfo) SetPreOrderDateNil()
- func (o *ThreeDSMerchantRiskInfo) SetPreOrderPurchase(v bool)
- func (o *ThreeDSMerchantRiskInfo) SetPreOrderPurchaseNil()
- func (o *ThreeDSMerchantRiskInfo) SetReorderedPurchase(v bool)
- func (o *ThreeDSMerchantRiskInfo) SetReorderedPurchaseNil()
- func (o *ThreeDSMerchantRiskInfo) SetShippingMethod(v string)
- func (o *ThreeDSMerchantRiskInfo) SetShippingMethodNil()
- func (o ThreeDSMerchantRiskInfo) ToMap() (map[string]interface{}, error)
- func (o *ThreeDSMerchantRiskInfo) UnsetDeliveryEmail()
- func (o *ThreeDSMerchantRiskInfo) UnsetDeliveryTimeFrame()
- func (o *ThreeDSMerchantRiskInfo) UnsetGiftCardAmount()
- func (o *ThreeDSMerchantRiskInfo) UnsetGiftCardCount()
- func (o *ThreeDSMerchantRiskInfo) UnsetGiftCardCurrency()
- func (o *ThreeDSMerchantRiskInfo) UnsetPreOrderDate()
- func (o *ThreeDSMerchantRiskInfo) UnsetPreOrderPurchase()
- func (o *ThreeDSMerchantRiskInfo) UnsetReorderedPurchase()
- func (o *ThreeDSMerchantRiskInfo) UnsetShippingMethod()
- type ThreeDSMessageExtension
- func (o *ThreeDSMessageExtension) GetCritical() bool
- func (o *ThreeDSMessageExtension) GetCriticalOk() (*bool, bool)
- func (o *ThreeDSMessageExtension) GetData() interface{}
- func (o *ThreeDSMessageExtension) GetDataOk() (*interface{}, bool)
- func (o *ThreeDSMessageExtension) GetId() string
- func (o *ThreeDSMessageExtension) GetIdOk() (*string, bool)
- func (o *ThreeDSMessageExtension) GetName() string
- func (o *ThreeDSMessageExtension) GetNameOk() (*string, bool)
- func (o *ThreeDSMessageExtension) HasCritical() bool
- func (o *ThreeDSMessageExtension) HasData() bool
- func (o *ThreeDSMessageExtension) HasId() bool
- func (o *ThreeDSMessageExtension) HasName() bool
- func (o ThreeDSMessageExtension) MarshalJSON() ([]byte, error)
- func (o *ThreeDSMessageExtension) SetCritical(v bool)
- func (o *ThreeDSMessageExtension) SetCriticalNil()
- func (o *ThreeDSMessageExtension) SetData(v interface{})
- func (o *ThreeDSMessageExtension) SetId(v string)
- func (o *ThreeDSMessageExtension) SetIdNil()
- func (o *ThreeDSMessageExtension) SetName(v string)
- func (o *ThreeDSMessageExtension) SetNameNil()
- func (o ThreeDSMessageExtension) ToMap() (map[string]interface{}, error)
- func (o *ThreeDSMessageExtension) UnsetCritical()
- func (o *ThreeDSMessageExtension) UnsetId()
- func (o *ThreeDSMessageExtension) UnsetName()
- type ThreeDSMethod
- func (o *ThreeDSMethod) GetMethodCompletionIndicator() string
- func (o *ThreeDSMethod) GetMethodCompletionIndicatorOk() (*string, bool)
- func (o *ThreeDSMethod) GetMethodUrl() string
- func (o *ThreeDSMethod) GetMethodUrlOk() (*string, bool)
- func (o *ThreeDSMethod) HasMethodCompletionIndicator() bool
- func (o *ThreeDSMethod) HasMethodUrl() bool
- func (o ThreeDSMethod) MarshalJSON() ([]byte, error)
- func (o *ThreeDSMethod) SetMethodCompletionIndicator(v string)
- func (o *ThreeDSMethod) SetMethodCompletionIndicatorNil()
- func (o *ThreeDSMethod) SetMethodUrl(v string)
- func (o *ThreeDSMethod) SetMethodUrlNil()
- func (o ThreeDSMethod) ToMap() (map[string]interface{}, error)
- func (o *ThreeDSMethod) UnsetMethodCompletionIndicator()
- func (o *ThreeDSMethod) UnsetMethodUrl()
- type ThreeDSMobileSdkRenderOptions
- func (o *ThreeDSMobileSdkRenderOptions) GetSdkInterface() string
- func (o *ThreeDSMobileSdkRenderOptions) GetSdkInterfaceOk() (*string, bool)
- func (o *ThreeDSMobileSdkRenderOptions) GetSdkUiType() []string
- func (o *ThreeDSMobileSdkRenderOptions) GetSdkUiTypeOk() ([]string, bool)
- func (o *ThreeDSMobileSdkRenderOptions) HasSdkInterface() bool
- func (o *ThreeDSMobileSdkRenderOptions) HasSdkUiType() bool
- func (o ThreeDSMobileSdkRenderOptions) MarshalJSON() ([]byte, error)
- func (o *ThreeDSMobileSdkRenderOptions) SetSdkInterface(v string)
- func (o *ThreeDSMobileSdkRenderOptions) SetSdkInterfaceNil()
- func (o *ThreeDSMobileSdkRenderOptions) SetSdkUiType(v []string)
- func (o ThreeDSMobileSdkRenderOptions) ToMap() (map[string]interface{}, error)
- func (o *ThreeDSMobileSdkRenderOptions) UnsetSdkInterface()
- type ThreeDSPriorAuthenticationInfo
- func (o *ThreeDSPriorAuthenticationInfo) GetData() string
- func (o *ThreeDSPriorAuthenticationInfo) GetDataOk() (*string, bool)
- func (o *ThreeDSPriorAuthenticationInfo) GetMethod() string
- func (o *ThreeDSPriorAuthenticationInfo) GetMethodOk() (*string, bool)
- func (o *ThreeDSPriorAuthenticationInfo) GetReferenceId() string
- func (o *ThreeDSPriorAuthenticationInfo) GetReferenceIdOk() (*string, bool)
- func (o *ThreeDSPriorAuthenticationInfo) GetTimestamp() string
- func (o *ThreeDSPriorAuthenticationInfo) GetTimestampOk() (*string, bool)
- func (o *ThreeDSPriorAuthenticationInfo) HasData() bool
- func (o *ThreeDSPriorAuthenticationInfo) HasMethod() bool
- func (o *ThreeDSPriorAuthenticationInfo) HasReferenceId() bool
- func (o *ThreeDSPriorAuthenticationInfo) HasTimestamp() bool
- func (o ThreeDSPriorAuthenticationInfo) MarshalJSON() ([]byte, error)
- func (o *ThreeDSPriorAuthenticationInfo) SetData(v string)
- func (o *ThreeDSPriorAuthenticationInfo) SetDataNil()
- func (o *ThreeDSPriorAuthenticationInfo) SetMethod(v string)
- func (o *ThreeDSPriorAuthenticationInfo) SetMethodNil()
- func (o *ThreeDSPriorAuthenticationInfo) SetReferenceId(v string)
- func (o *ThreeDSPriorAuthenticationInfo) SetReferenceIdNil()
- func (o *ThreeDSPriorAuthenticationInfo) SetTimestamp(v string)
- func (o *ThreeDSPriorAuthenticationInfo) SetTimestampNil()
- func (o ThreeDSPriorAuthenticationInfo) ToMap() (map[string]interface{}, error)
- func (o *ThreeDSPriorAuthenticationInfo) UnsetData()
- func (o *ThreeDSPriorAuthenticationInfo) UnsetMethod()
- func (o *ThreeDSPriorAuthenticationInfo) UnsetReferenceId()
- func (o *ThreeDSPriorAuthenticationInfo) UnsetTimestamp()
- type ThreeDSPurchaseInfo
- func (o *ThreeDSPurchaseInfo) GetAmount() string
- func (o *ThreeDSPurchaseInfo) GetAmountOk() (*string, bool)
- func (o *ThreeDSPurchaseInfo) GetCurrency() string
- func (o *ThreeDSPurchaseInfo) GetCurrencyOk() (*string, bool)
- func (o *ThreeDSPurchaseInfo) GetDate() string
- func (o *ThreeDSPurchaseInfo) GetDateOk() (*string, bool)
- func (o *ThreeDSPurchaseInfo) GetExponent() string
- func (o *ThreeDSPurchaseInfo) GetExponentOk() (*string, bool)
- func (o *ThreeDSPurchaseInfo) GetInstallmentCount() string
- func (o *ThreeDSPurchaseInfo) GetInstallmentCountOk() (*string, bool)
- func (o *ThreeDSPurchaseInfo) GetRecurringExpiration() string
- func (o *ThreeDSPurchaseInfo) GetRecurringExpirationOk() (*string, bool)
- func (o *ThreeDSPurchaseInfo) GetRecurringFrequency() string
- func (o *ThreeDSPurchaseInfo) GetRecurringFrequencyOk() (*string, bool)
- func (o *ThreeDSPurchaseInfo) GetTransactionType() string
- func (o *ThreeDSPurchaseInfo) GetTransactionTypeOk() (*string, bool)
- func (o *ThreeDSPurchaseInfo) HasAmount() bool
- func (o *ThreeDSPurchaseInfo) HasCurrency() bool
- func (o *ThreeDSPurchaseInfo) HasDate() bool
- func (o *ThreeDSPurchaseInfo) HasExponent() bool
- func (o *ThreeDSPurchaseInfo) HasInstallmentCount() bool
- func (o *ThreeDSPurchaseInfo) HasRecurringExpiration() bool
- func (o *ThreeDSPurchaseInfo) HasRecurringFrequency() bool
- func (o *ThreeDSPurchaseInfo) HasTransactionType() bool
- func (o ThreeDSPurchaseInfo) MarshalJSON() ([]byte, error)
- func (o *ThreeDSPurchaseInfo) SetAmount(v string)
- func (o *ThreeDSPurchaseInfo) SetAmountNil()
- func (o *ThreeDSPurchaseInfo) SetCurrency(v string)
- func (o *ThreeDSPurchaseInfo) SetCurrencyNil()
- func (o *ThreeDSPurchaseInfo) SetDate(v string)
- func (o *ThreeDSPurchaseInfo) SetDateNil()
- func (o *ThreeDSPurchaseInfo) SetExponent(v string)
- func (o *ThreeDSPurchaseInfo) SetExponentNil()
- func (o *ThreeDSPurchaseInfo) SetInstallmentCount(v string)
- func (o *ThreeDSPurchaseInfo) SetInstallmentCountNil()
- func (o *ThreeDSPurchaseInfo) SetRecurringExpiration(v string)
- func (o *ThreeDSPurchaseInfo) SetRecurringExpirationNil()
- func (o *ThreeDSPurchaseInfo) SetRecurringFrequency(v string)
- func (o *ThreeDSPurchaseInfo) SetRecurringFrequencyNil()
- func (o *ThreeDSPurchaseInfo) SetTransactionType(v string)
- func (o *ThreeDSPurchaseInfo) SetTransactionTypeNil()
- func (o ThreeDSPurchaseInfo) ToMap() (map[string]interface{}, error)
- func (o *ThreeDSPurchaseInfo) UnsetAmount()
- func (o *ThreeDSPurchaseInfo) UnsetCurrency()
- func (o *ThreeDSPurchaseInfo) UnsetDate()
- func (o *ThreeDSPurchaseInfo) UnsetExponent()
- func (o *ThreeDSPurchaseInfo) UnsetInstallmentCount()
- func (o *ThreeDSPurchaseInfo) UnsetRecurringExpiration()
- func (o *ThreeDSPurchaseInfo) UnsetRecurringFrequency()
- func (o *ThreeDSPurchaseInfo) UnsetTransactionType()
- type ThreeDSRequestorInfo
- func (o *ThreeDSRequestorInfo) GetId() string
- func (o *ThreeDSRequestorInfo) GetIdOk() (*string, bool)
- func (o *ThreeDSRequestorInfo) GetName() string
- func (o *ThreeDSRequestorInfo) GetNameOk() (*string, bool)
- func (o *ThreeDSRequestorInfo) GetUrl() string
- func (o *ThreeDSRequestorInfo) GetUrlOk() (*string, bool)
- func (o *ThreeDSRequestorInfo) HasId() bool
- func (o *ThreeDSRequestorInfo) HasName() bool
- func (o *ThreeDSRequestorInfo) HasUrl() bool
- func (o ThreeDSRequestorInfo) MarshalJSON() ([]byte, error)
- func (o *ThreeDSRequestorInfo) SetId(v string)
- func (o *ThreeDSRequestorInfo) SetIdNil()
- func (o *ThreeDSRequestorInfo) SetName(v string)
- func (o *ThreeDSRequestorInfo) SetNameNil()
- func (o *ThreeDSRequestorInfo) SetUrl(v string)
- func (o *ThreeDSRequestorInfo) SetUrlNil()
- func (o ThreeDSRequestorInfo) ToMap() (map[string]interface{}, error)
- func (o *ThreeDSRequestorInfo) UnsetId()
- func (o *ThreeDSRequestorInfo) UnsetName()
- func (o *ThreeDSRequestorInfo) UnsetUrl()
- type ThreeDSSession
- func (o *ThreeDSSession) GetAuthentication() ThreeDSAuthentication
- func (o *ThreeDSSession) GetAuthenticationOk() (*ThreeDSAuthentication, bool)
- func (o *ThreeDSSession) GetCardBrand() string
- func (o *ThreeDSSession) GetCardBrandOk() (*string, bool)
- func (o *ThreeDSSession) GetCreatedBy() string
- func (o *ThreeDSSession) GetCreatedByOk() (*string, bool)
- func (o *ThreeDSSession) GetCreatedDate() time.Time
- func (o *ThreeDSSession) GetCreatedDateOk() (*time.Time, bool)
- func (o *ThreeDSSession) GetDevice() string
- func (o *ThreeDSSession) GetDeviceInfo() ThreeDSDeviceInfo
- func (o *ThreeDSSession) GetDeviceInfoOk() (*ThreeDSDeviceInfo, bool)
- func (o *ThreeDSSession) GetDeviceOk() (*string, bool)
- func (o *ThreeDSSession) GetExpirationDate() time.Time
- func (o *ThreeDSSession) GetExpirationDateOk() (*time.Time, bool)
- func (o *ThreeDSSession) GetId() string
- func (o *ThreeDSSession) GetIdOk() (*string, bool)
- func (o *ThreeDSSession) GetMethod() ThreeDSMethod
- func (o *ThreeDSSession) GetMethodOk() (*ThreeDSMethod, bool)
- func (o *ThreeDSSession) GetModifiedBy() string
- func (o *ThreeDSSession) GetModifiedByOk() (*string, bool)
- func (o *ThreeDSSession) GetModifiedDate() time.Time
- func (o *ThreeDSSession) GetModifiedDateOk() (*time.Time, bool)
- func (o *ThreeDSSession) GetPanTokenId() string
- func (o *ThreeDSSession) GetPanTokenIdOk() (*string, bool)
- func (o *ThreeDSSession) GetTenantId() string
- func (o *ThreeDSSession) GetTenantIdOk() (*string, bool)
- func (o *ThreeDSSession) GetType() string
- func (o *ThreeDSSession) GetTypeOk() (*string, bool)
- func (o *ThreeDSSession) GetVersion() ThreeDSVersion
- func (o *ThreeDSSession) GetVersionOk() (*ThreeDSVersion, bool)
- func (o *ThreeDSSession) HasAuthentication() bool
- func (o *ThreeDSSession) HasCardBrand() bool
- func (o *ThreeDSSession) HasCreatedBy() bool
- func (o *ThreeDSSession) HasCreatedDate() bool
- func (o *ThreeDSSession) HasDevice() bool
- func (o *ThreeDSSession) HasDeviceInfo() bool
- func (o *ThreeDSSession) HasExpirationDate() bool
- func (o *ThreeDSSession) HasId() bool
- func (o *ThreeDSSession) HasMethod() bool
- func (o *ThreeDSSession) HasModifiedBy() bool
- func (o *ThreeDSSession) HasModifiedDate() bool
- func (o *ThreeDSSession) HasPanTokenId() bool
- func (o *ThreeDSSession) HasTenantId() bool
- func (o *ThreeDSSession) HasType() bool
- func (o *ThreeDSSession) HasVersion() bool
- func (o ThreeDSSession) MarshalJSON() ([]byte, error)
- func (o *ThreeDSSession) SetAuthentication(v ThreeDSAuthentication)
- func (o *ThreeDSSession) SetCardBrand(v string)
- func (o *ThreeDSSession) SetCardBrandNil()
- func (o *ThreeDSSession) SetCreatedBy(v string)
- func (o *ThreeDSSession) SetCreatedByNil()
- func (o *ThreeDSSession) SetCreatedDate(v time.Time)
- func (o *ThreeDSSession) SetCreatedDateNil()
- func (o *ThreeDSSession) SetDevice(v string)
- func (o *ThreeDSSession) SetDeviceInfo(v ThreeDSDeviceInfo)
- func (o *ThreeDSSession) SetDeviceNil()
- func (o *ThreeDSSession) SetExpirationDate(v time.Time)
- func (o *ThreeDSSession) SetId(v string)
- func (o *ThreeDSSession) SetMethod(v ThreeDSMethod)
- func (o *ThreeDSSession) SetModifiedBy(v string)
- func (o *ThreeDSSession) SetModifiedByNil()
- func (o *ThreeDSSession) SetModifiedDate(v time.Time)
- func (o *ThreeDSSession) SetModifiedDateNil()
- func (o *ThreeDSSession) SetPanTokenId(v string)
- func (o *ThreeDSSession) SetPanTokenIdNil()
- func (o *ThreeDSSession) SetTenantId(v string)
- func (o *ThreeDSSession) SetType(v string)
- func (o *ThreeDSSession) SetTypeNil()
- func (o *ThreeDSSession) SetVersion(v ThreeDSVersion)
- func (o ThreeDSSession) ToMap() (map[string]interface{}, error)
- func (o *ThreeDSSession) UnsetCardBrand()
- func (o *ThreeDSSession) UnsetCreatedBy()
- func (o *ThreeDSSession) UnsetCreatedDate()
- func (o *ThreeDSSession) UnsetDevice()
- func (o *ThreeDSSession) UnsetModifiedBy()
- func (o *ThreeDSSession) UnsetModifiedDate()
- func (o *ThreeDSSession) UnsetPanTokenId()
- func (o *ThreeDSSession) UnsetType()
- type ThreeDSVersion
- func (o *ThreeDSVersion) GetAcsInformation() []string
- func (o *ThreeDSVersion) GetAcsInformationOk() ([]string, bool)
- func (o *ThreeDSVersion) GetAvailableVersions() []string
- func (o *ThreeDSVersion) GetAvailableVersionsOk() ([]string, bool)
- func (o *ThreeDSVersion) GetEarliestAcsSupportedVersion() string
- func (o *ThreeDSVersion) GetEarliestAcsSupportedVersionOk() (*string, bool)
- func (o *ThreeDSVersion) GetEarliestDsSupportedVersion() string
- func (o *ThreeDSVersion) GetEarliestDsSupportedVersionOk() (*string, bool)
- func (o *ThreeDSVersion) GetLatestAcsSupportedVersion() string
- func (o *ThreeDSVersion) GetLatestAcsSupportedVersionOk() (*string, bool)
- func (o *ThreeDSVersion) GetLatestDsSupportedVersion() string
- func (o *ThreeDSVersion) GetLatestDsSupportedVersionOk() (*string, bool)
- func (o *ThreeDSVersion) GetRecommendedVersion() string
- func (o *ThreeDSVersion) GetRecommendedVersionOk() (*string, bool)
- func (o *ThreeDSVersion) HasAcsInformation() bool
- func (o *ThreeDSVersion) HasAvailableVersions() bool
- func (o *ThreeDSVersion) HasEarliestAcsSupportedVersion() bool
- func (o *ThreeDSVersion) HasEarliestDsSupportedVersion() bool
- func (o *ThreeDSVersion) HasLatestAcsSupportedVersion() bool
- func (o *ThreeDSVersion) HasLatestDsSupportedVersion() bool
- func (o *ThreeDSVersion) HasRecommendedVersion() bool
- func (o ThreeDSVersion) MarshalJSON() ([]byte, error)
- func (o *ThreeDSVersion) SetAcsInformation(v []string)
- func (o *ThreeDSVersion) SetAvailableVersions(v []string)
- func (o *ThreeDSVersion) SetEarliestAcsSupportedVersion(v string)
- func (o *ThreeDSVersion) SetEarliestAcsSupportedVersionNil()
- func (o *ThreeDSVersion) SetEarliestDsSupportedVersion(v string)
- func (o *ThreeDSVersion) SetEarliestDsSupportedVersionNil()
- func (o *ThreeDSVersion) SetLatestAcsSupportedVersion(v string)
- func (o *ThreeDSVersion) SetLatestAcsSupportedVersionNil()
- func (o *ThreeDSVersion) SetLatestDsSupportedVersion(v string)
- func (o *ThreeDSVersion) SetLatestDsSupportedVersionNil()
- func (o *ThreeDSVersion) SetRecommendedVersion(v string)
- func (o *ThreeDSVersion) SetRecommendedVersionNil()
- func (o ThreeDSVersion) ToMap() (map[string]interface{}, error)
- func (o *ThreeDSVersion) UnsetEarliestAcsSupportedVersion()
- func (o *ThreeDSVersion) UnsetEarliestDsSupportedVersion()
- func (o *ThreeDSVersion) UnsetLatestAcsSupportedVersion()
- func (o *ThreeDSVersion) UnsetLatestDsSupportedVersion()
- func (o *ThreeDSVersion) UnsetRecommendedVersion()
- type Token
- func (o *Token) GetAliases() []string
- func (o *Token) GetAliasesOk() ([]string, bool)
- func (o *Token) GetContainers() []string
- func (o *Token) GetContainersOk() ([]string, bool)
- func (o *Token) GetCreatedAt() time.Time
- func (o *Token) GetCreatedAtOk() (*time.Time, bool)
- func (o *Token) GetCreatedBy() string
- func (o *Token) GetCreatedByOk() (*string, bool)
- func (o *Token) GetData() interface{}
- func (o *Token) GetDataOk() (*interface{}, bool)
- func (o *Token) GetEnrichments() TokenEnrichments
- func (o *Token) GetEnrichmentsOk() (*TokenEnrichments, bool)
- func (o *Token) GetExpiresAt() time.Time
- func (o *Token) GetExpiresAtOk() (*time.Time, bool)
- func (o *Token) GetExtras() TokenExtras
- func (o *Token) GetExtrasOk() (*TokenExtras, bool)
- func (o *Token) GetFingerprint() string
- func (o *Token) GetFingerprintExpression() string
- func (o *Token) GetFingerprintExpressionOk() (*string, bool)
- func (o *Token) GetFingerprintOk() (*string, bool)
- func (o *Token) GetId() string
- func (o *Token) GetIdOk() (*string, bool)
- func (o *Token) GetMask() interface{}
- func (o *Token) GetMaskOk() (*interface{}, bool)
- func (o *Token) GetMetadata() map[string]string
- func (o *Token) GetMetadataOk() (*map[string]string, bool)
- func (o *Token) GetModifiedAt() time.Time
- func (o *Token) GetModifiedAtOk() (*time.Time, bool)
- func (o *Token) GetModifiedBy() string
- func (o *Token) GetModifiedByOk() (*string, bool)
- func (o *Token) GetPrivacy() Privacy
- func (o *Token) GetPrivacyOk() (*Privacy, bool)
- func (o *Token) GetSearchIndexes() []string
- func (o *Token) GetSearchIndexesOk() ([]string, bool)
- func (o *Token) GetTenantId() string
- func (o *Token) GetTenantIdOk() (*string, bool)
- func (o *Token) GetType() string
- func (o *Token) GetTypeOk() (*string, bool)
- func (o *Token) HasAliases() bool
- func (o *Token) HasContainers() bool
- func (o *Token) HasCreatedAt() bool
- func (o *Token) HasCreatedBy() bool
- func (o *Token) HasData() bool
- func (o *Token) HasEnrichments() bool
- func (o *Token) HasExpiresAt() bool
- func (o *Token) HasExtras() bool
- func (o *Token) HasFingerprint() bool
- func (o *Token) HasFingerprintExpression() bool
- func (o *Token) HasId() bool
- func (o *Token) HasMask() bool
- func (o *Token) HasMetadata() bool
- func (o *Token) HasModifiedAt() bool
- func (o *Token) HasModifiedBy() bool
- func (o *Token) HasPrivacy() bool
- func (o *Token) HasSearchIndexes() bool
- func (o *Token) HasTenantId() bool
- func (o *Token) HasType() bool
- func (o Token) MarshalJSON() ([]byte, error)
- func (o *Token) SetAliases(v []string)
- func (o *Token) SetContainers(v []string)
- func (o *Token) SetCreatedAt(v time.Time)
- func (o *Token) SetCreatedAtNil()
- func (o *Token) SetCreatedBy(v string)
- func (o *Token) SetCreatedByNil()
- func (o *Token) SetData(v interface{})
- func (o *Token) SetEnrichments(v TokenEnrichments)
- func (o *Token) SetExpiresAt(v time.Time)
- func (o *Token) SetExpiresAtNil()
- func (o *Token) SetExtras(v TokenExtras)
- func (o *Token) SetFingerprint(v string)
- func (o *Token) SetFingerprintExpression(v string)
- func (o *Token) SetFingerprintExpressionNil()
- func (o *Token) SetFingerprintNil()
- func (o *Token) SetId(v string)
- func (o *Token) SetMask(v interface{})
- func (o *Token) SetMetadata(v map[string]string)
- func (o *Token) SetModifiedAt(v time.Time)
- func (o *Token) SetModifiedAtNil()
- func (o *Token) SetModifiedBy(v string)
- func (o *Token) SetModifiedByNil()
- func (o *Token) SetPrivacy(v Privacy)
- func (o *Token) SetSearchIndexes(v []string)
- func (o *Token) SetTenantId(v string)
- func (o *Token) SetType(v string)
- func (o Token) ToMap() (map[string]interface{}, error)
- func (o *Token) UnsetCreatedAt()
- func (o *Token) UnsetCreatedBy()
- func (o *Token) UnsetExpiresAt()
- func (o *Token) UnsetFingerprint()
- func (o *Token) UnsetFingerprintExpression()
- func (o *Token) UnsetModifiedAt()
- func (o *Token) UnsetModifiedBy()
- type TokenCursorPaginatedList
- func (o *TokenCursorPaginatedList) GetData() []Token
- func (o *TokenCursorPaginatedList) GetDataOk() ([]Token, bool)
- func (o *TokenCursorPaginatedList) GetPagination() CursorPagination
- func (o *TokenCursorPaginatedList) GetPaginationOk() (*CursorPagination, bool)
- func (o *TokenCursorPaginatedList) HasData() bool
- func (o *TokenCursorPaginatedList) HasPagination() bool
- func (o TokenCursorPaginatedList) MarshalJSON() ([]byte, error)
- func (o *TokenCursorPaginatedList) SetData(v []Token)
- func (o *TokenCursorPaginatedList) SetPagination(v CursorPagination)
- func (o TokenCursorPaginatedList) ToMap() (map[string]interface{}, error)
- type TokenEnrichments
- func (o *TokenEnrichments) GetBinDetails() BinDetails
- func (o *TokenEnrichments) GetBinDetailsOk() (*BinDetails, bool)
- func (o *TokenEnrichments) GetCardDetails() CardDetails
- func (o *TokenEnrichments) GetCardDetailsOk() (*CardDetails, bool)
- func (o *TokenEnrichments) HasBinDetails() bool
- func (o *TokenEnrichments) HasCardDetails() bool
- func (o TokenEnrichments) MarshalJSON() ([]byte, error)
- func (o *TokenEnrichments) SetBinDetails(v BinDetails)
- func (o *TokenEnrichments) SetCardDetails(v CardDetails)
- func (o TokenEnrichments) ToMap() (map[string]interface{}, error)
- type TokenExtras
- func (o *TokenExtras) GetDeduplicated() bool
- func (o *TokenExtras) GetDeduplicatedOk() (*bool, bool)
- func (o *TokenExtras) HasDeduplicated() bool
- func (o TokenExtras) MarshalJSON() ([]byte, error)
- func (o *TokenExtras) SetDeduplicated(v bool)
- func (o TokenExtras) ToMap() (map[string]interface{}, error)
- type TokenMetrics
- func (o *TokenMetrics) GetCount() int64
- func (o *TokenMetrics) GetCountOk() (*int64, bool)
- func (o *TokenMetrics) GetLastCreatedAt() time.Time
- func (o *TokenMetrics) GetLastCreatedAtOk() (*time.Time, bool)
- func (o *TokenMetrics) HasCount() bool
- func (o *TokenMetrics) HasLastCreatedAt() bool
- func (o TokenMetrics) MarshalJSON() ([]byte, error)
- func (o *TokenMetrics) SetCount(v int64)
- func (o *TokenMetrics) SetLastCreatedAt(v time.Time)
- func (o *TokenMetrics) SetLastCreatedAtNil()
- func (o TokenMetrics) ToMap() (map[string]interface{}, error)
- func (o *TokenMetrics) UnsetLastCreatedAt()
- type TokenPaginatedList
- func (o *TokenPaginatedList) GetData() []Token
- func (o *TokenPaginatedList) GetDataOk() ([]Token, bool)
- func (o *TokenPaginatedList) GetPagination() Pagination
- func (o *TokenPaginatedList) GetPaginationOk() (*Pagination, bool)
- func (o *TokenPaginatedList) HasData() bool
- func (o *TokenPaginatedList) HasPagination() bool
- func (o TokenPaginatedList) MarshalJSON() ([]byte, error)
- func (o *TokenPaginatedList) SetData(v []Token)
- func (o *TokenPaginatedList) SetPagination(v Pagination)
- func (o TokenPaginatedList) ToMap() (map[string]interface{}, error)
- type TokenReport
- func (o *TokenReport) GetIncludedMonthlyActiveTokens() int64
- func (o *TokenReport) GetIncludedMonthlyActiveTokensOk() (*int64, bool)
- func (o *TokenReport) GetMetricsByType() map[string]TokenMetrics
- func (o *TokenReport) GetMetricsByTypeOk() (*map[string]TokenMetrics, bool)
- func (o *TokenReport) GetMonthlyActiveTokens() int64
- func (o *TokenReport) GetMonthlyActiveTokensOk() (*int64, bool)
- func (o *TokenReport) GetTotalTokens() int64
- func (o *TokenReport) GetTotalTokensOk() (*int64, bool)
- func (o *TokenReport) HasIncludedMonthlyActiveTokens() bool
- func (o *TokenReport) HasMetricsByType() bool
- func (o *TokenReport) HasMonthlyActiveTokens() bool
- func (o *TokenReport) HasTotalTokens() bool
- func (o TokenReport) MarshalJSON() ([]byte, error)
- func (o *TokenReport) SetIncludedMonthlyActiveTokens(v int64)
- func (o *TokenReport) SetMetricsByType(v map[string]TokenMetrics)
- func (o *TokenReport) SetMonthlyActiveTokens(v int64)
- func (o *TokenReport) SetTotalTokens(v int64)
- func (o TokenReport) ToMap() (map[string]interface{}, error)
- type TokenizeApiService
- type TokenizeApiTokenizeRequest
- type TokensApiCreateRequest
- type TokensApiDeleteRequest
- type TokensApiGetByIdRequest
- type TokensApiGetRequest
- func (r TokensApiGetRequest) Execute() (*TokenPaginatedList, *http.Response, error)
- func (r TokensApiGetRequest) Id(id []string) TokensApiGetRequest
- func (r TokensApiGetRequest) Metadata(metadata map[string]string) TokensApiGetRequest
- func (r TokensApiGetRequest) Page(page int32) TokensApiGetRequest
- func (r TokensApiGetRequest) Size(size int32) TokensApiGetRequest
- func (r TokensApiGetRequest) Start(start string) TokensApiGetRequest
- type TokensApiGetV2Request
- type TokensApiSearchRequest
- type TokensApiSearchV2Request
- type TokensApiService
- func (a *TokensApiService) Create(ctx context.Context) TokensApiCreateRequest
- func (a *TokensApiService) CreateExecute(r TokensApiCreateRequest) (*Token, *http.Response, error)
- func (a *TokensApiService) Delete(ctx context.Context, id string) TokensApiDeleteRequest
- func (a *TokensApiService) DeleteExecute(r TokensApiDeleteRequest) (*http.Response, error)
- func (a *TokensApiService) Get(ctx context.Context) TokensApiGetRequest
- func (a *TokensApiService) GetById(ctx context.Context, id string) TokensApiGetByIdRequest
- func (a *TokensApiService) GetByIdExecute(r TokensApiGetByIdRequest) (*Token, *http.Response, error)
- func (a *TokensApiService) GetExecute(r TokensApiGetRequest) (*TokenPaginatedList, *http.Response, error)
- func (a *TokensApiService) GetV2(ctx context.Context) TokensApiGetV2Request
- func (a *TokensApiService) GetV2Execute(r TokensApiGetV2Request) (*TokenCursorPaginatedList, *http.Response, error)
- func (a *TokensApiService) Search(ctx context.Context) TokensApiSearchRequest
- func (a *TokensApiService) SearchExecute(r TokensApiSearchRequest) (*TokenPaginatedList, *http.Response, error)
- func (a *TokensApiService) SearchV2(ctx context.Context) TokensApiSearchV2Request
- func (a *TokensApiService) SearchV2Execute(r TokensApiSearchV2Request) (*TokenCursorPaginatedList, *http.Response, error)
- func (a *TokensApiService) Update(ctx context.Context, id string) TokensApiUpdateRequest
- func (a *TokensApiService) UpdateExecute(r TokensApiUpdateRequest) (*Token, *http.Response, error)
- type TokensApiUpdateRequest
- type UpdateApplicationRequest
- func (o *UpdateApplicationRequest) GetName() string
- func (o *UpdateApplicationRequest) GetNameOk() (*string, bool)
- func (o *UpdateApplicationRequest) GetPermissions() []string
- func (o *UpdateApplicationRequest) GetPermissionsOk() ([]string, bool)
- func (o *UpdateApplicationRequest) GetRules() []AccessRule
- func (o *UpdateApplicationRequest) GetRulesOk() ([]AccessRule, bool)
- func (o *UpdateApplicationRequest) HasPermissions() bool
- func (o *UpdateApplicationRequest) HasRules() bool
- func (o UpdateApplicationRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateApplicationRequest) SetName(v string)
- func (o *UpdateApplicationRequest) SetPermissions(v []string)
- func (o *UpdateApplicationRequest) SetRules(v []AccessRule)
- func (o UpdateApplicationRequest) ToMap() (map[string]interface{}, error)
- type UpdatePrivacy
- func (o *UpdatePrivacy) GetImpactLevel() string
- func (o *UpdatePrivacy) GetImpactLevelOk() (*string, bool)
- func (o *UpdatePrivacy) GetRestrictionPolicy() string
- func (o *UpdatePrivacy) GetRestrictionPolicyOk() (*string, bool)
- func (o *UpdatePrivacy) HasImpactLevel() bool
- func (o *UpdatePrivacy) HasRestrictionPolicy() bool
- func (o UpdatePrivacy) MarshalJSON() ([]byte, error)
- func (o *UpdatePrivacy) SetImpactLevel(v string)
- func (o *UpdatePrivacy) SetImpactLevelNil()
- func (o *UpdatePrivacy) SetRestrictionPolicy(v string)
- func (o *UpdatePrivacy) SetRestrictionPolicyNil()
- func (o UpdatePrivacy) ToMap() (map[string]interface{}, error)
- func (o *UpdatePrivacy) UnsetImpactLevel()
- func (o *UpdatePrivacy) UnsetRestrictionPolicy()
- type UpdateProxyRequest
- func (o *UpdateProxyRequest) GetApplication() Application
- func (o *UpdateProxyRequest) GetApplicationOk() (*Application, bool)
- func (o *UpdateProxyRequest) GetConfiguration() map[string]string
- func (o *UpdateProxyRequest) GetConfigurationOk() (*map[string]string, bool)
- func (o *UpdateProxyRequest) GetDestinationUrl() string
- func (o *UpdateProxyRequest) GetDestinationUrlOk() (*string, bool)
- func (o *UpdateProxyRequest) GetName() string
- func (o *UpdateProxyRequest) GetNameOk() (*string, bool)
- func (o *UpdateProxyRequest) GetRequestReactorId() string
- func (o *UpdateProxyRequest) GetRequestReactorIdOk() (*string, bool)
- func (o *UpdateProxyRequest) GetRequestTransform() ProxyTransform
- func (o *UpdateProxyRequest) GetRequestTransformOk() (*ProxyTransform, bool)
- func (o *UpdateProxyRequest) GetRequireAuth() bool
- func (o *UpdateProxyRequest) GetRequireAuthOk() (*bool, bool)
- func (o *UpdateProxyRequest) GetResponseReactorId() string
- func (o *UpdateProxyRequest) GetResponseReactorIdOk() (*string, bool)
- func (o *UpdateProxyRequest) GetResponseTransform() ProxyTransform
- func (o *UpdateProxyRequest) GetResponseTransformOk() (*ProxyTransform, bool)
- func (o *UpdateProxyRequest) HasApplication() bool
- func (o *UpdateProxyRequest) HasConfiguration() bool
- func (o *UpdateProxyRequest) HasRequestReactorId() bool
- func (o *UpdateProxyRequest) HasRequestTransform() bool
- func (o *UpdateProxyRequest) HasRequireAuth() bool
- func (o *UpdateProxyRequest) HasResponseReactorId() bool
- func (o *UpdateProxyRequest) HasResponseTransform() bool
- func (o UpdateProxyRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateProxyRequest) SetApplication(v Application)
- func (o *UpdateProxyRequest) SetConfiguration(v map[string]string)
- func (o *UpdateProxyRequest) SetDestinationUrl(v string)
- func (o *UpdateProxyRequest) SetName(v string)
- func (o *UpdateProxyRequest) SetRequestReactorId(v string)
- func (o *UpdateProxyRequest) SetRequestReactorIdNil()
- func (o *UpdateProxyRequest) SetRequestTransform(v ProxyTransform)
- func (o *UpdateProxyRequest) SetRequireAuth(v bool)
- func (o *UpdateProxyRequest) SetRequireAuthNil()
- func (o *UpdateProxyRequest) SetResponseReactorId(v string)
- func (o *UpdateProxyRequest) SetResponseReactorIdNil()
- func (o *UpdateProxyRequest) SetResponseTransform(v ProxyTransform)
- func (o UpdateProxyRequest) ToMap() (map[string]interface{}, error)
- func (o *UpdateProxyRequest) UnsetRequestReactorId()
- func (o *UpdateProxyRequest) UnsetRequireAuth()
- func (o *UpdateProxyRequest) UnsetResponseReactorId()
- type UpdateReactorFormulaRequest
- func (o *UpdateReactorFormulaRequest) GetCode() string
- func (o *UpdateReactorFormulaRequest) GetCodeOk() (*string, bool)
- func (o *UpdateReactorFormulaRequest) GetConfiguration() []ReactorFormulaConfiguration
- func (o *UpdateReactorFormulaRequest) GetConfigurationOk() ([]ReactorFormulaConfiguration, bool)
- func (o *UpdateReactorFormulaRequest) GetDescription() string
- func (o *UpdateReactorFormulaRequest) GetDescriptionOk() (*string, bool)
- func (o *UpdateReactorFormulaRequest) GetIcon() string
- func (o *UpdateReactorFormulaRequest) GetIconOk() (*string, bool)
- func (o *UpdateReactorFormulaRequest) GetName() string
- func (o *UpdateReactorFormulaRequest) GetNameOk() (*string, bool)
- func (o *UpdateReactorFormulaRequest) GetRequestParameters() []ReactorFormulaRequestParameter
- func (o *UpdateReactorFormulaRequest) GetRequestParametersOk() ([]ReactorFormulaRequestParameter, bool)
- func (o *UpdateReactorFormulaRequest) GetType() string
- func (o *UpdateReactorFormulaRequest) GetTypeOk() (*string, bool)
- func (o *UpdateReactorFormulaRequest) HasCode() bool
- func (o *UpdateReactorFormulaRequest) HasConfiguration() bool
- func (o *UpdateReactorFormulaRequest) HasDescription() bool
- func (o *UpdateReactorFormulaRequest) HasIcon() bool
- func (o *UpdateReactorFormulaRequest) HasRequestParameters() bool
- func (o UpdateReactorFormulaRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateReactorFormulaRequest) SetCode(v string)
- func (o *UpdateReactorFormulaRequest) SetCodeNil()
- func (o *UpdateReactorFormulaRequest) SetConfiguration(v []ReactorFormulaConfiguration)
- func (o *UpdateReactorFormulaRequest) SetDescription(v string)
- func (o *UpdateReactorFormulaRequest) SetDescriptionNil()
- func (o *UpdateReactorFormulaRequest) SetIcon(v string)
- func (o *UpdateReactorFormulaRequest) SetIconNil()
- func (o *UpdateReactorFormulaRequest) SetName(v string)
- func (o *UpdateReactorFormulaRequest) SetRequestParameters(v []ReactorFormulaRequestParameter)
- func (o *UpdateReactorFormulaRequest) SetType(v string)
- func (o UpdateReactorFormulaRequest) ToMap() (map[string]interface{}, error)
- func (o *UpdateReactorFormulaRequest) UnsetCode()
- func (o *UpdateReactorFormulaRequest) UnsetDescription()
- func (o *UpdateReactorFormulaRequest) UnsetIcon()
- type UpdateReactorRequest
- func (o *UpdateReactorRequest) GetApplication() Application
- func (o *UpdateReactorRequest) GetApplicationOk() (*Application, bool)
- func (o *UpdateReactorRequest) GetCode() string
- func (o *UpdateReactorRequest) GetCodeOk() (*string, bool)
- func (o *UpdateReactorRequest) GetConfiguration() map[string]string
- func (o *UpdateReactorRequest) GetConfigurationOk() (*map[string]string, bool)
- func (o *UpdateReactorRequest) GetName() string
- func (o *UpdateReactorRequest) GetNameOk() (*string, bool)
- func (o *UpdateReactorRequest) HasApplication() bool
- func (o *UpdateReactorRequest) HasConfiguration() bool
- func (o UpdateReactorRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateReactorRequest) SetApplication(v Application)
- func (o *UpdateReactorRequest) SetCode(v string)
- func (o *UpdateReactorRequest) SetConfiguration(v map[string]string)
- func (o *UpdateReactorRequest) SetName(v string)
- func (o UpdateReactorRequest) ToMap() (map[string]interface{}, error)
- type UpdateTenantMemberRequest
- func (o *UpdateTenantMemberRequest) GetRole() string
- func (o *UpdateTenantMemberRequest) GetRoleOk() (*string, bool)
- func (o UpdateTenantMemberRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateTenantMemberRequest) SetRole(v string)
- func (o UpdateTenantMemberRequest) ToMap() (map[string]interface{}, error)
- type UpdateTenantRequest
- func (o *UpdateTenantRequest) GetName() string
- func (o *UpdateTenantRequest) GetNameOk() (*string, bool)
- func (o *UpdateTenantRequest) GetSettings() map[string]string
- func (o *UpdateTenantRequest) GetSettingsOk() (*map[string]string, bool)
- func (o *UpdateTenantRequest) HasSettings() bool
- func (o UpdateTenantRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateTenantRequest) SetName(v string)
- func (o *UpdateTenantRequest) SetSettings(v map[string]string)
- func (o UpdateTenantRequest) ToMap() (map[string]interface{}, error)
- type UpdateTokenRequest
- func (o *UpdateTokenRequest) GetContainers() []string
- func (o *UpdateTokenRequest) GetContainersOk() ([]string, bool)
- func (o *UpdateTokenRequest) GetData() interface{}
- func (o *UpdateTokenRequest) GetDataOk() (*interface{}, bool)
- func (o *UpdateTokenRequest) GetDeduplicateToken() bool
- func (o *UpdateTokenRequest) GetDeduplicateTokenOk() (*bool, bool)
- func (o *UpdateTokenRequest) GetExpiresAt() string
- func (o *UpdateTokenRequest) GetExpiresAtOk() (*string, bool)
- func (o *UpdateTokenRequest) GetFingerprintExpression() string
- func (o *UpdateTokenRequest) GetFingerprintExpressionOk() (*string, bool)
- func (o *UpdateTokenRequest) GetMask() interface{}
- func (o *UpdateTokenRequest) GetMaskOk() (*interface{}, bool)
- func (o *UpdateTokenRequest) GetMetadata() map[string]string
- func (o *UpdateTokenRequest) GetMetadataOk() (*map[string]string, bool)
- func (o *UpdateTokenRequest) GetPrivacy() UpdatePrivacy
- func (o *UpdateTokenRequest) GetPrivacyOk() (*UpdatePrivacy, bool)
- func (o *UpdateTokenRequest) GetSearchIndexes() []string
- func (o *UpdateTokenRequest) GetSearchIndexesOk() ([]string, bool)
- func (o *UpdateTokenRequest) HasContainers() bool
- func (o *UpdateTokenRequest) HasData() bool
- func (o *UpdateTokenRequest) HasDeduplicateToken() bool
- func (o *UpdateTokenRequest) HasExpiresAt() bool
- func (o *UpdateTokenRequest) HasFingerprintExpression() bool
- func (o *UpdateTokenRequest) HasMask() bool
- func (o *UpdateTokenRequest) HasMetadata() bool
- func (o *UpdateTokenRequest) HasPrivacy() bool
- func (o *UpdateTokenRequest) HasSearchIndexes() bool
- func (o UpdateTokenRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateTokenRequest) SetContainers(v []string)
- func (o *UpdateTokenRequest) SetData(v interface{})
- func (o *UpdateTokenRequest) SetDeduplicateToken(v bool)
- func (o *UpdateTokenRequest) SetDeduplicateTokenNil()
- func (o *UpdateTokenRequest) SetExpiresAt(v string)
- func (o *UpdateTokenRequest) SetExpiresAtNil()
- func (o *UpdateTokenRequest) SetFingerprintExpression(v string)
- func (o *UpdateTokenRequest) SetFingerprintExpressionNil()
- func (o *UpdateTokenRequest) SetMask(v interface{})
- func (o *UpdateTokenRequest) SetMetadata(v map[string]string)
- func (o *UpdateTokenRequest) SetPrivacy(v UpdatePrivacy)
- func (o *UpdateTokenRequest) SetSearchIndexes(v []string)
- func (o UpdateTokenRequest) ToMap() (map[string]interface{}, error)
- func (o *UpdateTokenRequest) UnsetDeduplicateToken()
- func (o *UpdateTokenRequest) UnsetExpiresAt()
- func (o *UpdateTokenRequest) UnsetFingerprintExpression()
- type User
- func (o *User) GetEmail() string
- func (o *User) GetEmailOk() (*string, bool)
- func (o *User) GetFirstName() string
- func (o *User) GetFirstNameOk() (*string, bool)
- func (o *User) GetId() string
- func (o *User) GetIdOk() (*string, bool)
- func (o *User) GetLastName() string
- func (o *User) GetLastNameOk() (*string, bool)
- func (o *User) GetMfaEnrolled() bool
- func (o *User) GetMfaEnrolledOk() (*bool, bool)
- func (o *User) GetPicture() string
- func (o *User) GetPictureOk() (*string, bool)
- func (o *User) GetProvider() string
- func (o *User) GetProviderOk() (*string, bool)
- func (o *User) HasEmail() bool
- func (o *User) HasFirstName() bool
- func (o *User) HasId() bool
- func (o *User) HasLastName() bool
- func (o *User) HasMfaEnrolled() bool
- func (o *User) HasPicture() bool
- func (o *User) HasProvider() bool
- func (o User) MarshalJSON() ([]byte, error)
- func (o *User) SetEmail(v string)
- func (o *User) SetEmailNil()
- func (o *User) SetFirstName(v string)
- func (o *User) SetFirstNameNil()
- func (o *User) SetId(v string)
- func (o *User) SetLastName(v string)
- func (o *User) SetLastNameNil()
- func (o *User) SetMfaEnrolled(v bool)
- func (o *User) SetPicture(v string)
- func (o *User) SetPictureNil()
- func (o *User) SetProvider(v string)
- func (o *User) SetProviderNil()
- func (o User) ToMap() (map[string]interface{}, error)
- func (o *User) UnsetEmail()
- func (o *User) UnsetFirstName()
- func (o *User) UnsetLastName()
- func (o *User) UnsetPicture()
- func (o *User) UnsetProvider()
- type ValidationProblemDetails
- func (o *ValidationProblemDetails) GetDetail() string
- func (o *ValidationProblemDetails) GetDetailOk() (*string, bool)
- func (o *ValidationProblemDetails) GetErrors() map[string][]string
- func (o *ValidationProblemDetails) GetErrorsOk() (*map[string][]string, bool)
- func (o *ValidationProblemDetails) GetInstance() string
- func (o *ValidationProblemDetails) GetInstanceOk() (*string, bool)
- func (o *ValidationProblemDetails) GetStatus() int32
- func (o *ValidationProblemDetails) GetStatusOk() (*int32, bool)
- func (o *ValidationProblemDetails) GetTitle() string
- func (o *ValidationProblemDetails) GetTitleOk() (*string, bool)
- func (o *ValidationProblemDetails) GetType() string
- func (o *ValidationProblemDetails) GetTypeOk() (*string, bool)
- func (o *ValidationProblemDetails) HasDetail() bool
- func (o *ValidationProblemDetails) HasErrors() bool
- func (o *ValidationProblemDetails) HasInstance() bool
- func (o *ValidationProblemDetails) HasStatus() bool
- func (o *ValidationProblemDetails) HasTitle() bool
- func (o *ValidationProblemDetails) HasType() bool
- func (o ValidationProblemDetails) MarshalJSON() ([]byte, error)
- func (o *ValidationProblemDetails) SetDetail(v string)
- func (o *ValidationProblemDetails) SetDetailNil()
- func (o *ValidationProblemDetails) SetErrors(v map[string][]string)
- func (o *ValidationProblemDetails) SetInstance(v string)
- func (o *ValidationProblemDetails) SetInstanceNil()
- func (o *ValidationProblemDetails) SetStatus(v int32)
- func (o *ValidationProblemDetails) SetStatusNil()
- func (o *ValidationProblemDetails) SetTitle(v string)
- func (o *ValidationProblemDetails) SetTitleNil()
- func (o *ValidationProblemDetails) SetType(v string)
- func (o *ValidationProblemDetails) SetTypeNil()
- func (o ValidationProblemDetails) ToMap() (map[string]interface{}, error)
- func (o *ValidationProblemDetails) UnsetDetail()
- func (o *ValidationProblemDetails) UnsetInstance()
- func (o *ValidationProblemDetails) UnsetStatus()
- func (o *ValidationProblemDetails) UnsetTitle()
- func (o *ValidationProblemDetails) UnsetType()
Constants ¶
This section is empty.
Variables ¶
var ( // ContextAPIKeys takes a string apikey as authentication for the request ContextAPIKeys = contextKey("apiKeys") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
var AllowedProxyTransformMatcherEnumValues = []ProxyTransformMatcher{
"REGEX",
"CHASE_STRATUS_PAN",
}
All allowed values of ProxyTransformMatcher enum
var AllowedProxyTransformTypeEnumValues = []ProxyTransformType{
"CODE",
"MASK",
}
All allowed values of ProxyTransformType enum
var AllowedTenantInvitationStatusEnumValues = []TenantInvitationStatus{
"PENDING",
"EXPIRED",
}
All allowed values of TenantInvitationStatus enum
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { ApplicationKeysApi *ApplicationKeysApiService ApplicationTemplatesApi *ApplicationTemplatesApiService ApplicationsApi *ApplicationsApiService DetokenizeApi *DetokenizeApiService LogsApi *LogsApiService PermissionsApi *PermissionsApiService ProxiesApi *ProxiesApiService ReactorFormulasApi *ReactorFormulasApiService ReactorsApi *ReactorsApiService RolesApi *RolesApiService SessionsApi *SessionsApiService TenantsApi *TenantsApiService ThreeDSApi *ThreeDSApiService TokenizeApi *TokenizeApiService TokensApi *TokensApiService // contains filtered or unexported fields }
APIClient manages communication with the Basis Theory API API vv1 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type AccessRule ¶
type AccessRule struct { Description NullableString `json:"description,omitempty"` Priority NullableInt32 `json:"priority,omitempty"` Container NullableString `json:"container,omitempty"` Transform NullableString `json:"transform,omitempty"` Conditions []Condition `json:"conditions,omitempty"` Permissions []string `json:"permissions,omitempty"` }
AccessRule struct for AccessRule
func NewAccessRule ¶
func NewAccessRule() *AccessRule
NewAccessRule instantiates a new AccessRule 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 NewAccessRuleWithDefaults ¶
func NewAccessRuleWithDefaults() *AccessRule
NewAccessRuleWithDefaults instantiates a new AccessRule 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 (*AccessRule) GetConditions ¶
func (o *AccessRule) GetConditions() []Condition
GetConditions returns the Conditions field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AccessRule) GetConditionsOk ¶
func (o *AccessRule) GetConditionsOk() ([]Condition, bool)
GetConditionsOk returns a tuple with the Conditions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*AccessRule) GetContainer ¶
func (o *AccessRule) GetContainer() string
GetContainer returns the Container field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AccessRule) GetContainerOk ¶
func (o *AccessRule) GetContainerOk() (*string, bool)
GetContainerOk returns a tuple with the Container field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*AccessRule) GetDescription ¶
func (o *AccessRule) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AccessRule) GetDescriptionOk ¶
func (o *AccessRule) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*AccessRule) GetPermissions ¶
func (o *AccessRule) GetPermissions() []string
GetPermissions returns the Permissions field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AccessRule) GetPermissionsOk ¶
func (o *AccessRule) GetPermissionsOk() ([]string, bool)
GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*AccessRule) GetPriority ¶
func (o *AccessRule) GetPriority() int32
GetPriority returns the Priority field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AccessRule) GetPriorityOk ¶
func (o *AccessRule) GetPriorityOk() (*int32, bool)
GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*AccessRule) GetTransform ¶
func (o *AccessRule) GetTransform() string
GetTransform returns the Transform field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AccessRule) GetTransformOk ¶
func (o *AccessRule) GetTransformOk() (*string, bool)
GetTransformOk returns a tuple with the Transform field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*AccessRule) HasConditions ¶
func (o *AccessRule) HasConditions() bool
HasConditions returns a boolean if a field is not nil.
func (*AccessRule) HasContainer ¶
func (o *AccessRule) HasContainer() bool
HasContainer returns a boolean if a field is not nil.
func (*AccessRule) HasDescription ¶
func (o *AccessRule) HasDescription() bool
HasDescription returns a boolean if a field is not nil.
func (*AccessRule) HasPermissions ¶
func (o *AccessRule) HasPermissions() bool
HasPermissions returns a boolean if a field is not nil.
func (*AccessRule) HasPriority ¶
func (o *AccessRule) HasPriority() bool
HasPriority returns a boolean if a field is not nil.
func (*AccessRule) HasTransform ¶
func (o *AccessRule) HasTransform() bool
HasTransform returns a boolean if a field is not nil.
func (AccessRule) MarshalJSON ¶
func (o AccessRule) MarshalJSON() ([]byte, error)
func (*AccessRule) SetConditions ¶
func (o *AccessRule) SetConditions(v []Condition)
SetConditions gets a reference to the given []Condition and assigns it to the Conditions field.
func (*AccessRule) SetContainer ¶
func (o *AccessRule) SetContainer(v string)
SetContainer gets a reference to the given NullableString and assigns it to the Container field.
func (*AccessRule) SetContainerNil ¶
func (o *AccessRule) SetContainerNil()
SetContainerNil sets the value for Container to be an explicit nil
func (*AccessRule) SetDescription ¶
func (o *AccessRule) SetDescription(v string)
SetDescription gets a reference to the given NullableString and assigns it to the Description field.
func (*AccessRule) SetDescriptionNil ¶
func (o *AccessRule) SetDescriptionNil()
SetDescriptionNil sets the value for Description to be an explicit nil
func (*AccessRule) SetPermissions ¶
func (o *AccessRule) SetPermissions(v []string)
SetPermissions gets a reference to the given []string and assigns it to the Permissions field.
func (*AccessRule) SetPriority ¶
func (o *AccessRule) SetPriority(v int32)
SetPriority gets a reference to the given NullableInt32 and assigns it to the Priority field.
func (*AccessRule) SetPriorityNil ¶
func (o *AccessRule) SetPriorityNil()
SetPriorityNil sets the value for Priority to be an explicit nil
func (*AccessRule) SetTransform ¶
func (o *AccessRule) SetTransform(v string)
SetTransform gets a reference to the given NullableString and assigns it to the Transform field.
func (*AccessRule) SetTransformNil ¶
func (o *AccessRule) SetTransformNil()
SetTransformNil sets the value for Transform to be an explicit nil
func (AccessRule) ToMap ¶
func (o AccessRule) ToMap() (map[string]interface{}, error)
func (*AccessRule) UnsetContainer ¶
func (o *AccessRule) UnsetContainer()
UnsetContainer ensures that no value is present for Container, not even an explicit nil
func (*AccessRule) UnsetDescription ¶
func (o *AccessRule) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (*AccessRule) UnsetPriority ¶
func (o *AccessRule) UnsetPriority()
UnsetPriority ensures that no value is present for Priority, not even an explicit nil
func (*AccessRule) UnsetTransform ¶
func (o *AccessRule) UnsetTransform()
UnsetTransform ensures that no value is present for Transform, not even an explicit nil
type Application ¶
type Application struct { Id *string `json:"id,omitempty"` TenantId *string `json:"tenant_id,omitempty"` Name NullableString `json:"name,omitempty"` // Deprecated Key NullableString `json:"key,omitempty"` Keys []ApplicationKey `json:"keys,omitempty"` Type NullableString `json:"type,omitempty"` CreatedBy NullableString `json:"created_by,omitempty"` CreatedAt NullableTime `json:"created_at,omitempty"` ModifiedBy NullableString `json:"modified_by,omitempty"` ModifiedAt NullableTime `json:"modified_at,omitempty"` ExpiresAt NullableTime `json:"expires_at,omitempty"` Permissions []string `json:"permissions,omitempty"` Rules []AccessRule `json:"rules,omitempty"` }
Application struct for Application
func NewApplication ¶
func NewApplication() *Application
NewApplication instantiates a new Application 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 NewApplicationWithDefaults ¶
func NewApplicationWithDefaults() *Application
NewApplicationWithDefaults instantiates a new Application 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 (*Application) GetCreatedAt ¶
func (o *Application) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Application) GetCreatedAtOk ¶
func (o *Application) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Application) GetCreatedBy ¶
func (o *Application) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Application) GetCreatedByOk ¶
func (o *Application) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Application) GetExpiresAt ¶
func (o *Application) GetExpiresAt() time.Time
GetExpiresAt returns the ExpiresAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Application) GetExpiresAtOk ¶
func (o *Application) GetExpiresAtOk() (*time.Time, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Application) GetId ¶
func (o *Application) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*Application) GetIdOk ¶
func (o *Application) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Application) GetKey ¶
func (o *Application) GetKey() string
GetKey returns the Key field value if set, zero value otherwise (both if not set or set to explicit null). Deprecated
func (*Application) GetKeyOk ¶
func (o *Application) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned Deprecated
func (*Application) GetKeys ¶
func (o *Application) GetKeys() []ApplicationKey
GetKeys returns the Keys field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Application) GetKeysOk ¶
func (o *Application) GetKeysOk() ([]ApplicationKey, bool)
GetKeysOk returns a tuple with the Keys field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Application) GetModifiedAt ¶
func (o *Application) GetModifiedAt() time.Time
GetModifiedAt returns the ModifiedAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Application) GetModifiedAtOk ¶
func (o *Application) GetModifiedAtOk() (*time.Time, bool)
GetModifiedAtOk returns a tuple with the ModifiedAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Application) GetModifiedBy ¶
func (o *Application) GetModifiedBy() string
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Application) GetModifiedByOk ¶
func (o *Application) GetModifiedByOk() (*string, bool)
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Application) GetName ¶
func (o *Application) GetName() string
GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Application) GetNameOk ¶
func (o *Application) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Application) GetPermissions ¶
func (o *Application) GetPermissions() []string
GetPermissions returns the Permissions field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Application) GetPermissionsOk ¶
func (o *Application) GetPermissionsOk() ([]string, bool)
GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Application) GetRules ¶
func (o *Application) GetRules() []AccessRule
GetRules returns the Rules field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Application) GetRulesOk ¶
func (o *Application) GetRulesOk() ([]AccessRule, bool)
GetRulesOk returns a tuple with the Rules field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Application) GetTenantId ¶
func (o *Application) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*Application) GetTenantIdOk ¶
func (o *Application) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Application) GetType ¶
func (o *Application) GetType() string
GetType returns the Type field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Application) GetTypeOk ¶
func (o *Application) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Application) HasCreatedAt ¶
func (o *Application) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field is not nil.
func (*Application) HasCreatedBy ¶
func (o *Application) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field is not nil.
func (*Application) HasExpiresAt ¶
func (o *Application) HasExpiresAt() bool
HasExpiresAt returns a boolean if a field is not nil.
func (*Application) HasId ¶
func (o *Application) HasId() bool
HasId returns a boolean if a field is not nil.
func (*Application) HasKey ¶
func (o *Application) HasKey() bool
HasKey returns a boolean if a field is not nil.
func (*Application) HasKeys ¶
func (o *Application) HasKeys() bool
HasKeys returns a boolean if a field is not nil.
func (*Application) HasModifiedAt ¶
func (o *Application) HasModifiedAt() bool
HasModifiedAt returns a boolean if a field is not nil.
func (*Application) HasModifiedBy ¶
func (o *Application) HasModifiedBy() bool
HasModifiedBy returns a boolean if a field is not nil.
func (*Application) HasName ¶
func (o *Application) HasName() bool
HasName returns a boolean if a field is not nil.
func (*Application) HasPermissions ¶
func (o *Application) HasPermissions() bool
HasPermissions returns a boolean if a field is not nil.
func (*Application) HasRules ¶
func (o *Application) HasRules() bool
HasRules returns a boolean if a field is not nil.
func (*Application) HasTenantId ¶
func (o *Application) HasTenantId() bool
HasTenantId returns a boolean if a field is not nil.
func (*Application) HasType ¶
func (o *Application) HasType() bool
HasType returns a boolean if a field is not nil.
func (Application) MarshalJSON ¶
func (o Application) MarshalJSON() ([]byte, error)
func (*Application) SetCreatedAt ¶
func (o *Application) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given NullableTime and assigns it to the CreatedAt field.
func (*Application) SetCreatedAtNil ¶
func (o *Application) SetCreatedAtNil()
SetCreatedAtNil sets the value for CreatedAt to be an explicit nil
func (*Application) SetCreatedBy ¶
func (o *Application) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given NullableString and assigns it to the CreatedBy field.
func (*Application) SetCreatedByNil ¶
func (o *Application) SetCreatedByNil()
SetCreatedByNil sets the value for CreatedBy to be an explicit nil
func (*Application) SetExpiresAt ¶
func (o *Application) SetExpiresAt(v time.Time)
SetExpiresAt gets a reference to the given NullableTime and assigns it to the ExpiresAt field.
func (*Application) SetExpiresAtNil ¶
func (o *Application) SetExpiresAtNil()
SetExpiresAtNil sets the value for ExpiresAt to be an explicit nil
func (*Application) SetId ¶
func (o *Application) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*Application) SetKey ¶
func (o *Application) SetKey(v string)
SetKey gets a reference to the given NullableString and assigns it to the Key field. Deprecated
func (*Application) SetKeyNil ¶
func (o *Application) SetKeyNil()
SetKeyNil sets the value for Key to be an explicit nil
func (*Application) SetKeys ¶
func (o *Application) SetKeys(v []ApplicationKey)
SetKeys gets a reference to the given []ApplicationKey and assigns it to the Keys field.
func (*Application) SetModifiedAt ¶
func (o *Application) SetModifiedAt(v time.Time)
SetModifiedAt gets a reference to the given NullableTime and assigns it to the ModifiedAt field.
func (*Application) SetModifiedAtNil ¶
func (o *Application) SetModifiedAtNil()
SetModifiedAtNil sets the value for ModifiedAt to be an explicit nil
func (*Application) SetModifiedBy ¶
func (o *Application) SetModifiedBy(v string)
SetModifiedBy gets a reference to the given NullableString and assigns it to the ModifiedBy field.
func (*Application) SetModifiedByNil ¶
func (o *Application) SetModifiedByNil()
SetModifiedByNil sets the value for ModifiedBy to be an explicit nil
func (*Application) SetName ¶
func (o *Application) SetName(v string)
SetName gets a reference to the given NullableString and assigns it to the Name field.
func (*Application) SetNameNil ¶
func (o *Application) SetNameNil()
SetNameNil sets the value for Name to be an explicit nil
func (*Application) SetPermissions ¶
func (o *Application) SetPermissions(v []string)
SetPermissions gets a reference to the given []string and assigns it to the Permissions field.
func (*Application) SetRules ¶
func (o *Application) SetRules(v []AccessRule)
SetRules gets a reference to the given []AccessRule and assigns it to the Rules field.
func (*Application) SetTenantId ¶
func (o *Application) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (*Application) SetType ¶
func (o *Application) SetType(v string)
SetType gets a reference to the given NullableString and assigns it to the Type field.
func (*Application) SetTypeNil ¶
func (o *Application) SetTypeNil()
SetTypeNil sets the value for Type to be an explicit nil
func (Application) ToMap ¶
func (o Application) ToMap() (map[string]interface{}, error)
func (*Application) UnsetCreatedAt ¶
func (o *Application) UnsetCreatedAt()
UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil
func (*Application) UnsetCreatedBy ¶
func (o *Application) UnsetCreatedBy()
UnsetCreatedBy ensures that no value is present for CreatedBy, not even an explicit nil
func (*Application) UnsetExpiresAt ¶
func (o *Application) UnsetExpiresAt()
UnsetExpiresAt ensures that no value is present for ExpiresAt, not even an explicit nil
func (*Application) UnsetKey ¶
func (o *Application) UnsetKey()
UnsetKey ensures that no value is present for Key, not even an explicit nil
func (*Application) UnsetModifiedAt ¶
func (o *Application) UnsetModifiedAt()
UnsetModifiedAt ensures that no value is present for ModifiedAt, not even an explicit nil
func (*Application) UnsetModifiedBy ¶
func (o *Application) UnsetModifiedBy()
UnsetModifiedBy ensures that no value is present for ModifiedBy, not even an explicit nil
func (*Application) UnsetName ¶
func (o *Application) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (*Application) UnsetType ¶
func (o *Application) UnsetType()
UnsetType ensures that no value is present for Type, not even an explicit nil
type ApplicationKey ¶
type ApplicationKey struct { Id *string `json:"id,omitempty"` Key NullableString `json:"key,omitempty"` Version NullableString `json:"version,omitempty"` CreatedBy NullableString `json:"created_by,omitempty"` CreatedAt NullableTime `json:"created_at,omitempty"` }
ApplicationKey struct for ApplicationKey
func NewApplicationKey ¶
func NewApplicationKey() *ApplicationKey
NewApplicationKey instantiates a new ApplicationKey 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 NewApplicationKeyWithDefaults ¶
func NewApplicationKeyWithDefaults() *ApplicationKey
NewApplicationKeyWithDefaults instantiates a new ApplicationKey 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 (*ApplicationKey) GetCreatedAt ¶
func (o *ApplicationKey) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ApplicationKey) GetCreatedAtOk ¶
func (o *ApplicationKey) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ApplicationKey) GetCreatedBy ¶
func (o *ApplicationKey) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ApplicationKey) GetCreatedByOk ¶
func (o *ApplicationKey) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ApplicationKey) GetId ¶
func (o *ApplicationKey) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ApplicationKey) GetIdOk ¶
func (o *ApplicationKey) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationKey) GetKey ¶
func (o *ApplicationKey) GetKey() string
GetKey returns the Key field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ApplicationKey) GetKeyOk ¶
func (o *ApplicationKey) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ApplicationKey) GetVersion ¶
func (o *ApplicationKey) GetVersion() string
GetVersion returns the Version field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ApplicationKey) GetVersionOk ¶
func (o *ApplicationKey) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ApplicationKey) HasCreatedAt ¶
func (o *ApplicationKey) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field is not nil.
func (*ApplicationKey) HasCreatedBy ¶
func (o *ApplicationKey) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field is not nil.
func (*ApplicationKey) HasId ¶
func (o *ApplicationKey) HasId() bool
HasId returns a boolean if a field is not nil.
func (*ApplicationKey) HasKey ¶
func (o *ApplicationKey) HasKey() bool
HasKey returns a boolean if a field is not nil.
func (*ApplicationKey) HasVersion ¶
func (o *ApplicationKey) HasVersion() bool
HasVersion returns a boolean if a field is not nil.
func (ApplicationKey) MarshalJSON ¶
func (o ApplicationKey) MarshalJSON() ([]byte, error)
func (*ApplicationKey) SetCreatedAt ¶
func (o *ApplicationKey) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given NullableTime and assigns it to the CreatedAt field.
func (*ApplicationKey) SetCreatedAtNil ¶
func (o *ApplicationKey) SetCreatedAtNil()
SetCreatedAtNil sets the value for CreatedAt to be an explicit nil
func (*ApplicationKey) SetCreatedBy ¶
func (o *ApplicationKey) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given NullableString and assigns it to the CreatedBy field.
func (*ApplicationKey) SetCreatedByNil ¶
func (o *ApplicationKey) SetCreatedByNil()
SetCreatedByNil sets the value for CreatedBy to be an explicit nil
func (*ApplicationKey) SetId ¶
func (o *ApplicationKey) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ApplicationKey) SetKey ¶
func (o *ApplicationKey) SetKey(v string)
SetKey gets a reference to the given NullableString and assigns it to the Key field.
func (*ApplicationKey) SetKeyNil ¶
func (o *ApplicationKey) SetKeyNil()
SetKeyNil sets the value for Key to be an explicit nil
func (*ApplicationKey) SetVersion ¶
func (o *ApplicationKey) SetVersion(v string)
SetVersion gets a reference to the given NullableString and assigns it to the Version field.
func (*ApplicationKey) SetVersionNil ¶
func (o *ApplicationKey) SetVersionNil()
SetVersionNil sets the value for Version to be an explicit nil
func (ApplicationKey) ToMap ¶
func (o ApplicationKey) ToMap() (map[string]interface{}, error)
func (*ApplicationKey) UnsetCreatedAt ¶
func (o *ApplicationKey) UnsetCreatedAt()
UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil
func (*ApplicationKey) UnsetCreatedBy ¶
func (o *ApplicationKey) UnsetCreatedBy()
UnsetCreatedBy ensures that no value is present for CreatedBy, not even an explicit nil
func (*ApplicationKey) UnsetKey ¶
func (o *ApplicationKey) UnsetKey()
UnsetKey ensures that no value is present for Key, not even an explicit nil
func (*ApplicationKey) UnsetVersion ¶
func (o *ApplicationKey) UnsetVersion()
UnsetVersion ensures that no value is present for Version, not even an explicit nil
type ApplicationKeysApiCreateRequest ¶
type ApplicationKeysApiCreateRequest struct { ApiService *ApplicationKeysApiService // contains filtered or unexported fields }
func (ApplicationKeysApiCreateRequest) Execute ¶
func (r ApplicationKeysApiCreateRequest) Execute() (*ApplicationKey, *http.Response, error)
type ApplicationKeysApiDeleteRequest ¶
type ApplicationKeysApiDeleteRequest struct { ApiService *ApplicationKeysApiService // contains filtered or unexported fields }
type ApplicationKeysApiGetByIdRequest ¶
type ApplicationKeysApiGetByIdRequest struct { ApiService *ApplicationKeysApiService // contains filtered or unexported fields }
func (ApplicationKeysApiGetByIdRequest) Execute ¶
func (r ApplicationKeysApiGetByIdRequest) Execute() (*ApplicationKey, *http.Response, error)
type ApplicationKeysApiGetRequest ¶
type ApplicationKeysApiGetRequest struct { ApiService *ApplicationKeysApiService // contains filtered or unexported fields }
func (ApplicationKeysApiGetRequest) Execute ¶
func (r ApplicationKeysApiGetRequest) Execute() ([]ApplicationKey, *http.Response, error)
func (ApplicationKeysApiGetRequest) Id2 ¶
func (r ApplicationKeysApiGetRequest) Id2(id2 []string) ApplicationKeysApiGetRequest
func (ApplicationKeysApiGetRequest) Type_ ¶
func (r ApplicationKeysApiGetRequest) Type_(type_ []string) ApplicationKeysApiGetRequest
type ApplicationKeysApiService ¶
type ApplicationKeysApiService service
ApplicationKeysApiService ApplicationKeysApi service
func (*ApplicationKeysApiService) Create ¶
func (a *ApplicationKeysApiService) Create(ctx context.Context, id string) ApplicationKeysApiCreateRequest
Create Method for Create
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApplicationKeysApiCreateRequest
func (*ApplicationKeysApiService) CreateExecute ¶
func (a *ApplicationKeysApiService) CreateExecute(r ApplicationKeysApiCreateRequest) (*ApplicationKey, *http.Response, error)
Execute executes the request
@return ApplicationKey
func (*ApplicationKeysApiService) Delete ¶
func (a *ApplicationKeysApiService) Delete(ctx context.Context, id string, keyId string) ApplicationKeysApiDeleteRequest
Delete Method for Delete
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @param keyId @return ApplicationKeysApiDeleteRequest
func (*ApplicationKeysApiService) DeleteExecute ¶
func (a *ApplicationKeysApiService) DeleteExecute(r ApplicationKeysApiDeleteRequest) (*http.Response, error)
Execute executes the request
func (*ApplicationKeysApiService) Get ¶
func (a *ApplicationKeysApiService) Get(ctx context.Context, id string) ApplicationKeysApiGetRequest
Get Method for Get
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApplicationKeysApiGetRequest
func (*ApplicationKeysApiService) GetById ¶
func (a *ApplicationKeysApiService) GetById(ctx context.Context, id string, keyId string) ApplicationKeysApiGetByIdRequest
GetById Method for GetById
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @param keyId @return ApplicationKeysApiGetByIdRequest
func (*ApplicationKeysApiService) GetByIdExecute ¶
func (a *ApplicationKeysApiService) GetByIdExecute(r ApplicationKeysApiGetByIdRequest) (*ApplicationKey, *http.Response, error)
Execute executes the request
@return ApplicationKey
func (*ApplicationKeysApiService) GetExecute ¶
func (a *ApplicationKeysApiService) GetExecute(r ApplicationKeysApiGetRequest) ([]ApplicationKey, *http.Response, error)
Execute executes the request
@return []ApplicationKey
type ApplicationPaginatedList ¶
type ApplicationPaginatedList struct { Pagination *Pagination `json:"pagination,omitempty"` Data []Application `json:"data,omitempty"` }
ApplicationPaginatedList struct for ApplicationPaginatedList
func NewApplicationPaginatedList ¶
func NewApplicationPaginatedList() *ApplicationPaginatedList
NewApplicationPaginatedList instantiates a new ApplicationPaginatedList 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 NewApplicationPaginatedListWithDefaults ¶
func NewApplicationPaginatedListWithDefaults() *ApplicationPaginatedList
NewApplicationPaginatedListWithDefaults instantiates a new ApplicationPaginatedList 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 (*ApplicationPaginatedList) GetData ¶
func (o *ApplicationPaginatedList) GetData() []Application
GetData returns the Data field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ApplicationPaginatedList) GetDataOk ¶
func (o *ApplicationPaginatedList) GetDataOk() ([]Application, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ApplicationPaginatedList) GetPagination ¶
func (o *ApplicationPaginatedList) GetPagination() Pagination
GetPagination returns the Pagination field value if set, zero value otherwise.
func (*ApplicationPaginatedList) GetPaginationOk ¶
func (o *ApplicationPaginatedList) GetPaginationOk() (*Pagination, bool)
GetPaginationOk returns a tuple with the Pagination field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationPaginatedList) HasData ¶
func (o *ApplicationPaginatedList) HasData() bool
HasData returns a boolean if a field is not nil.
func (*ApplicationPaginatedList) HasPagination ¶
func (o *ApplicationPaginatedList) HasPagination() bool
HasPagination returns a boolean if a field is not nil.
func (ApplicationPaginatedList) MarshalJSON ¶
func (o ApplicationPaginatedList) MarshalJSON() ([]byte, error)
func (*ApplicationPaginatedList) SetData ¶
func (o *ApplicationPaginatedList) SetData(v []Application)
SetData gets a reference to the given []Application and assigns it to the Data field.
func (*ApplicationPaginatedList) SetPagination ¶
func (o *ApplicationPaginatedList) SetPagination(v Pagination)
SetPagination gets a reference to the given Pagination and assigns it to the Pagination field.
func (ApplicationPaginatedList) ToMap ¶
func (o ApplicationPaginatedList) ToMap() (map[string]interface{}, error)
type ApplicationTemplate ¶
type ApplicationTemplate struct { Id *string `json:"id,omitempty"` Name NullableString `json:"name,omitempty"` Description NullableString `json:"description,omitempty"` ApplicationType NullableString `json:"application_type,omitempty"` TemplateType NullableString `json:"template_type,omitempty"` IsStarter *bool `json:"is_starter,omitempty"` Rules []AccessRule `json:"rules,omitempty"` Permissions []string `json:"permissions,omitempty"` }
ApplicationTemplate struct for ApplicationTemplate
func NewApplicationTemplate ¶
func NewApplicationTemplate() *ApplicationTemplate
NewApplicationTemplate instantiates a new ApplicationTemplate 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 NewApplicationTemplateWithDefaults ¶
func NewApplicationTemplateWithDefaults() *ApplicationTemplate
NewApplicationTemplateWithDefaults instantiates a new ApplicationTemplate 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 (*ApplicationTemplate) GetApplicationType ¶
func (o *ApplicationTemplate) GetApplicationType() string
GetApplicationType returns the ApplicationType field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ApplicationTemplate) GetApplicationTypeOk ¶
func (o *ApplicationTemplate) GetApplicationTypeOk() (*string, bool)
GetApplicationTypeOk returns a tuple with the ApplicationType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ApplicationTemplate) GetDescription ¶
func (o *ApplicationTemplate) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ApplicationTemplate) GetDescriptionOk ¶
func (o *ApplicationTemplate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ApplicationTemplate) GetId ¶
func (o *ApplicationTemplate) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ApplicationTemplate) GetIdOk ¶
func (o *ApplicationTemplate) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationTemplate) GetIsStarter ¶
func (o *ApplicationTemplate) GetIsStarter() bool
GetIsStarter returns the IsStarter field value if set, zero value otherwise.
func (*ApplicationTemplate) GetIsStarterOk ¶
func (o *ApplicationTemplate) GetIsStarterOk() (*bool, bool)
GetIsStarterOk returns a tuple with the IsStarter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationTemplate) GetName ¶
func (o *ApplicationTemplate) GetName() string
GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ApplicationTemplate) GetNameOk ¶
func (o *ApplicationTemplate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ApplicationTemplate) GetPermissions ¶
func (o *ApplicationTemplate) GetPermissions() []string
GetPermissions returns the Permissions field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ApplicationTemplate) GetPermissionsOk ¶
func (o *ApplicationTemplate) GetPermissionsOk() ([]string, bool)
GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ApplicationTemplate) GetRules ¶
func (o *ApplicationTemplate) GetRules() []AccessRule
GetRules returns the Rules field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ApplicationTemplate) GetRulesOk ¶
func (o *ApplicationTemplate) GetRulesOk() ([]AccessRule, bool)
GetRulesOk returns a tuple with the Rules field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ApplicationTemplate) GetTemplateType ¶
func (o *ApplicationTemplate) GetTemplateType() string
GetTemplateType returns the TemplateType field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ApplicationTemplate) GetTemplateTypeOk ¶
func (o *ApplicationTemplate) GetTemplateTypeOk() (*string, bool)
GetTemplateTypeOk returns a tuple with the TemplateType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ApplicationTemplate) HasApplicationType ¶
func (o *ApplicationTemplate) HasApplicationType() bool
HasApplicationType returns a boolean if a field is not nil.
func (*ApplicationTemplate) HasDescription ¶
func (o *ApplicationTemplate) HasDescription() bool
HasDescription returns a boolean if a field is not nil.
func (*ApplicationTemplate) HasId ¶
func (o *ApplicationTemplate) HasId() bool
HasId returns a boolean if a field is not nil.
func (*ApplicationTemplate) HasIsStarter ¶
func (o *ApplicationTemplate) HasIsStarter() bool
HasIsStarter returns a boolean if a field is not nil.
func (*ApplicationTemplate) HasName ¶
func (o *ApplicationTemplate) HasName() bool
HasName returns a boolean if a field is not nil.
func (*ApplicationTemplate) HasPermissions ¶
func (o *ApplicationTemplate) HasPermissions() bool
HasPermissions returns a boolean if a field is not nil.
func (*ApplicationTemplate) HasRules ¶
func (o *ApplicationTemplate) HasRules() bool
HasRules returns a boolean if a field is not nil.
func (*ApplicationTemplate) HasTemplateType ¶
func (o *ApplicationTemplate) HasTemplateType() bool
HasTemplateType returns a boolean if a field is not nil.
func (ApplicationTemplate) MarshalJSON ¶
func (o ApplicationTemplate) MarshalJSON() ([]byte, error)
func (*ApplicationTemplate) SetApplicationType ¶
func (o *ApplicationTemplate) SetApplicationType(v string)
SetApplicationType gets a reference to the given NullableString and assigns it to the ApplicationType field.
func (*ApplicationTemplate) SetApplicationTypeNil ¶
func (o *ApplicationTemplate) SetApplicationTypeNil()
SetApplicationTypeNil sets the value for ApplicationType to be an explicit nil
func (*ApplicationTemplate) SetDescription ¶
func (o *ApplicationTemplate) SetDescription(v string)
SetDescription gets a reference to the given NullableString and assigns it to the Description field.
func (*ApplicationTemplate) SetDescriptionNil ¶
func (o *ApplicationTemplate) SetDescriptionNil()
SetDescriptionNil sets the value for Description to be an explicit nil
func (*ApplicationTemplate) SetId ¶
func (o *ApplicationTemplate) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ApplicationTemplate) SetIsStarter ¶
func (o *ApplicationTemplate) SetIsStarter(v bool)
SetIsStarter gets a reference to the given bool and assigns it to the IsStarter field.
func (*ApplicationTemplate) SetName ¶
func (o *ApplicationTemplate) SetName(v string)
SetName gets a reference to the given NullableString and assigns it to the Name field.
func (*ApplicationTemplate) SetNameNil ¶
func (o *ApplicationTemplate) SetNameNil()
SetNameNil sets the value for Name to be an explicit nil
func (*ApplicationTemplate) SetPermissions ¶
func (o *ApplicationTemplate) SetPermissions(v []string)
SetPermissions gets a reference to the given []string and assigns it to the Permissions field.
func (*ApplicationTemplate) SetRules ¶
func (o *ApplicationTemplate) SetRules(v []AccessRule)
SetRules gets a reference to the given []AccessRule and assigns it to the Rules field.
func (*ApplicationTemplate) SetTemplateType ¶
func (o *ApplicationTemplate) SetTemplateType(v string)
SetTemplateType gets a reference to the given NullableString and assigns it to the TemplateType field.
func (*ApplicationTemplate) SetTemplateTypeNil ¶
func (o *ApplicationTemplate) SetTemplateTypeNil()
SetTemplateTypeNil sets the value for TemplateType to be an explicit nil
func (ApplicationTemplate) ToMap ¶
func (o ApplicationTemplate) ToMap() (map[string]interface{}, error)
func (*ApplicationTemplate) UnsetApplicationType ¶
func (o *ApplicationTemplate) UnsetApplicationType()
UnsetApplicationType ensures that no value is present for ApplicationType, not even an explicit nil
func (*ApplicationTemplate) UnsetDescription ¶
func (o *ApplicationTemplate) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (*ApplicationTemplate) UnsetName ¶
func (o *ApplicationTemplate) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (*ApplicationTemplate) UnsetTemplateType ¶
func (o *ApplicationTemplate) UnsetTemplateType()
UnsetTemplateType ensures that no value is present for TemplateType, not even an explicit nil
type ApplicationTemplatesApiGetByIdRequest ¶
type ApplicationTemplatesApiGetByIdRequest struct { ApiService *ApplicationTemplatesApiService // contains filtered or unexported fields }
func (ApplicationTemplatesApiGetByIdRequest) Execute ¶
func (r ApplicationTemplatesApiGetByIdRequest) Execute() (*ApplicationTemplate, *http.Response, error)
type ApplicationTemplatesApiGetRequest ¶
type ApplicationTemplatesApiGetRequest struct { ApiService *ApplicationTemplatesApiService // contains filtered or unexported fields }
func (ApplicationTemplatesApiGetRequest) Execute ¶
func (r ApplicationTemplatesApiGetRequest) Execute() ([]ApplicationTemplate, *http.Response, error)
type ApplicationTemplatesApiService ¶
type ApplicationTemplatesApiService service
ApplicationTemplatesApiService ApplicationTemplatesApi service
func (*ApplicationTemplatesApiService) Get ¶
func (a *ApplicationTemplatesApiService) Get(ctx context.Context) ApplicationTemplatesApiGetRequest
Get Method for Get
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApplicationTemplatesApiGetRequest
func (*ApplicationTemplatesApiService) GetById ¶
func (a *ApplicationTemplatesApiService) GetById(ctx context.Context, id string) ApplicationTemplatesApiGetByIdRequest
GetById Method for GetById
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApplicationTemplatesApiGetByIdRequest
func (*ApplicationTemplatesApiService) GetByIdExecute ¶
func (a *ApplicationTemplatesApiService) GetByIdExecute(r ApplicationTemplatesApiGetByIdRequest) (*ApplicationTemplate, *http.Response, error)
Execute executes the request
@return ApplicationTemplate
func (*ApplicationTemplatesApiService) GetExecute ¶
func (a *ApplicationTemplatesApiService) GetExecute(r ApplicationTemplatesApiGetRequest) ([]ApplicationTemplate, *http.Response, error)
Execute executes the request
@return []ApplicationTemplate
type ApplicationsApiCreateRequest ¶
type ApplicationsApiCreateRequest struct { ApiService *ApplicationsApiService // contains filtered or unexported fields }
func (ApplicationsApiCreateRequest) CreateApplicationRequest ¶
func (r ApplicationsApiCreateRequest) CreateApplicationRequest(createApplicationRequest CreateApplicationRequest) ApplicationsApiCreateRequest
func (ApplicationsApiCreateRequest) Execute ¶
func (r ApplicationsApiCreateRequest) Execute() (*Application, *http.Response, error)
type ApplicationsApiDeleteRequest ¶
type ApplicationsApiDeleteRequest struct { ApiService *ApplicationsApiService // contains filtered or unexported fields }
type ApplicationsApiGetByIdRequest ¶
type ApplicationsApiGetByIdRequest struct { ApiService *ApplicationsApiService // contains filtered or unexported fields }
func (ApplicationsApiGetByIdRequest) Execute ¶
func (r ApplicationsApiGetByIdRequest) Execute() (*Application, *http.Response, error)
type ApplicationsApiGetByKeyRequest ¶
type ApplicationsApiGetByKeyRequest struct { ApiService *ApplicationsApiService // contains filtered or unexported fields }
func (ApplicationsApiGetByKeyRequest) Execute ¶
func (r ApplicationsApiGetByKeyRequest) Execute() (*Application, *http.Response, error)
type ApplicationsApiGetRequest ¶
type ApplicationsApiGetRequest struct { ApiService *ApplicationsApiService // contains filtered or unexported fields }
func (ApplicationsApiGetRequest) Execute ¶
func (r ApplicationsApiGetRequest) Execute() (*ApplicationPaginatedList, *http.Response, error)
func (ApplicationsApiGetRequest) Id ¶
func (r ApplicationsApiGetRequest) Id(id []string) ApplicationsApiGetRequest
func (ApplicationsApiGetRequest) Page ¶
func (r ApplicationsApiGetRequest) Page(page int32) ApplicationsApiGetRequest
func (ApplicationsApiGetRequest) Size ¶
func (r ApplicationsApiGetRequest) Size(size int32) ApplicationsApiGetRequest
func (ApplicationsApiGetRequest) Start ¶
func (r ApplicationsApiGetRequest) Start(start string) ApplicationsApiGetRequest
func (ApplicationsApiGetRequest) Type_ ¶
func (r ApplicationsApiGetRequest) Type_(type_ []string) ApplicationsApiGetRequest
type ApplicationsApiRegenerateKeyRequest ¶
type ApplicationsApiRegenerateKeyRequest struct { ApiService *ApplicationsApiService // contains filtered or unexported fields }
func (ApplicationsApiRegenerateKeyRequest) Execute ¶
func (r ApplicationsApiRegenerateKeyRequest) Execute() (*Application, *http.Response, error)
type ApplicationsApiService ¶
type ApplicationsApiService service
ApplicationsApiService ApplicationsApi service
func (*ApplicationsApiService) Create ¶
func (a *ApplicationsApiService) Create(ctx context.Context) ApplicationsApiCreateRequest
Create Method for Create
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApplicationsApiCreateRequest
func (*ApplicationsApiService) CreateExecute ¶
func (a *ApplicationsApiService) CreateExecute(r ApplicationsApiCreateRequest) (*Application, *http.Response, error)
Execute executes the request
@return Application
func (*ApplicationsApiService) Delete ¶
func (a *ApplicationsApiService) Delete(ctx context.Context, id string) ApplicationsApiDeleteRequest
Delete Method for Delete
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApplicationsApiDeleteRequest
func (*ApplicationsApiService) DeleteExecute ¶
func (a *ApplicationsApiService) DeleteExecute(r ApplicationsApiDeleteRequest) (*http.Response, error)
Execute executes the request
func (*ApplicationsApiService) Get ¶
func (a *ApplicationsApiService) Get(ctx context.Context) ApplicationsApiGetRequest
Get Method for Get
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApplicationsApiGetRequest
func (*ApplicationsApiService) GetById ¶
func (a *ApplicationsApiService) GetById(ctx context.Context, id string) ApplicationsApiGetByIdRequest
GetById Method for GetById
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApplicationsApiGetByIdRequest
func (*ApplicationsApiService) GetByIdExecute ¶
func (a *ApplicationsApiService) GetByIdExecute(r ApplicationsApiGetByIdRequest) (*Application, *http.Response, error)
Execute executes the request
@return Application
func (*ApplicationsApiService) GetByKey ¶
func (a *ApplicationsApiService) GetByKey(ctx context.Context) ApplicationsApiGetByKeyRequest
GetByKey Method for GetByKey
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApplicationsApiGetByKeyRequest
func (*ApplicationsApiService) GetByKeyExecute ¶
func (a *ApplicationsApiService) GetByKeyExecute(r ApplicationsApiGetByKeyRequest) (*Application, *http.Response, error)
Execute executes the request
@return Application
func (*ApplicationsApiService) GetExecute ¶
func (a *ApplicationsApiService) GetExecute(r ApplicationsApiGetRequest) (*ApplicationPaginatedList, *http.Response, error)
Execute executes the request
@return ApplicationPaginatedList
func (*ApplicationsApiService) RegenerateKey ¶
func (a *ApplicationsApiService) RegenerateKey(ctx context.Context, id string) ApplicationsApiRegenerateKeyRequest
RegenerateKey Method for RegenerateKey
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApplicationsApiRegenerateKeyRequest
Deprecated
func (*ApplicationsApiService) RegenerateKeyExecute ¶
func (a *ApplicationsApiService) RegenerateKeyExecute(r ApplicationsApiRegenerateKeyRequest) (*Application, *http.Response, error)
Execute executes the request
@return Application
Deprecated
func (*ApplicationsApiService) Update ¶
func (a *ApplicationsApiService) Update(ctx context.Context, id string) ApplicationsApiUpdateRequest
Update Method for Update
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApplicationsApiUpdateRequest
func (*ApplicationsApiService) UpdateExecute ¶
func (a *ApplicationsApiService) UpdateExecute(r ApplicationsApiUpdateRequest) (*Application, *http.Response, error)
Execute executes the request
@return Application
type ApplicationsApiUpdateRequest ¶
type ApplicationsApiUpdateRequest struct { ApiService *ApplicationsApiService // contains filtered or unexported fields }
func (ApplicationsApiUpdateRequest) Execute ¶
func (r ApplicationsApiUpdateRequest) Execute() (*Application, *http.Response, error)
func (ApplicationsApiUpdateRequest) UpdateApplicationRequest ¶
func (r ApplicationsApiUpdateRequest) UpdateApplicationRequest(updateApplicationRequest UpdateApplicationRequest) ApplicationsApiUpdateRequest
type AuthenticateThreeDSSessionRequest ¶
type AuthenticateThreeDSSessionRequest struct { AuthenticationCategory string `json:"authentication_category"` AuthenticationType string `json:"authentication_type"` ChallengePreference NullableString `json:"challenge_preference,omitempty"` PurchaseInfo *ThreeDSPurchaseInfo `json:"purchase_info,omitempty"` MerchantInfo *ThreeDSMerchantInfo `json:"merchant_info,omitempty"` RequestorInfo ThreeDSRequestorInfo `json:"requestor_info"` CardholderInfo *ThreeDSCardholderInfo `json:"cardholder_info,omitempty"` BroadcastInfo interface{} `json:"broadcast_info,omitempty"` MessageExtensions []ThreeDSMessageExtension `json:"message_extensions,omitempty"` }
AuthenticateThreeDSSessionRequest struct for AuthenticateThreeDSSessionRequest
func NewAuthenticateThreeDSSessionRequest ¶
func NewAuthenticateThreeDSSessionRequest(authenticationCategory string, authenticationType string, requestorInfo ThreeDSRequestorInfo) *AuthenticateThreeDSSessionRequest
NewAuthenticateThreeDSSessionRequest instantiates a new AuthenticateThreeDSSessionRequest 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 NewAuthenticateThreeDSSessionRequestWithDefaults ¶
func NewAuthenticateThreeDSSessionRequestWithDefaults() *AuthenticateThreeDSSessionRequest
NewAuthenticateThreeDSSessionRequestWithDefaults instantiates a new AuthenticateThreeDSSessionRequest 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 (*AuthenticateThreeDSSessionRequest) GetAuthenticationCategory ¶
func (o *AuthenticateThreeDSSessionRequest) GetAuthenticationCategory() string
GetAuthenticationCategory returns the AuthenticationCategory field value
func (*AuthenticateThreeDSSessionRequest) GetAuthenticationCategoryOk ¶
func (o *AuthenticateThreeDSSessionRequest) GetAuthenticationCategoryOk() (*string, bool)
GetAuthenticationCategoryOk returns a tuple with the AuthenticationCategory field value and a boolean to check if the value has been set.
func (*AuthenticateThreeDSSessionRequest) GetAuthenticationType ¶
func (o *AuthenticateThreeDSSessionRequest) GetAuthenticationType() string
GetAuthenticationType returns the AuthenticationType field value
func (*AuthenticateThreeDSSessionRequest) GetAuthenticationTypeOk ¶
func (o *AuthenticateThreeDSSessionRequest) GetAuthenticationTypeOk() (*string, bool)
GetAuthenticationTypeOk returns a tuple with the AuthenticationType field value and a boolean to check if the value has been set.
func (*AuthenticateThreeDSSessionRequest) GetBroadcastInfo ¶
func (o *AuthenticateThreeDSSessionRequest) GetBroadcastInfo() interface{}
GetBroadcastInfo returns the BroadcastInfo field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AuthenticateThreeDSSessionRequest) GetBroadcastInfoOk ¶
func (o *AuthenticateThreeDSSessionRequest) GetBroadcastInfoOk() (*interface{}, bool)
GetBroadcastInfoOk returns a tuple with the BroadcastInfo field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*AuthenticateThreeDSSessionRequest) GetCardholderInfo ¶
func (o *AuthenticateThreeDSSessionRequest) GetCardholderInfo() ThreeDSCardholderInfo
GetCardholderInfo returns the CardholderInfo field value if set, zero value otherwise.
func (*AuthenticateThreeDSSessionRequest) GetCardholderInfoOk ¶
func (o *AuthenticateThreeDSSessionRequest) GetCardholderInfoOk() (*ThreeDSCardholderInfo, bool)
GetCardholderInfoOk returns a tuple with the CardholderInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthenticateThreeDSSessionRequest) GetChallengePreference ¶
func (o *AuthenticateThreeDSSessionRequest) GetChallengePreference() string
GetChallengePreference returns the ChallengePreference field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AuthenticateThreeDSSessionRequest) GetChallengePreferenceOk ¶
func (o *AuthenticateThreeDSSessionRequest) GetChallengePreferenceOk() (*string, bool)
GetChallengePreferenceOk returns a tuple with the ChallengePreference field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*AuthenticateThreeDSSessionRequest) GetMerchantInfo ¶
func (o *AuthenticateThreeDSSessionRequest) GetMerchantInfo() ThreeDSMerchantInfo
GetMerchantInfo returns the MerchantInfo field value if set, zero value otherwise.
func (*AuthenticateThreeDSSessionRequest) GetMerchantInfoOk ¶
func (o *AuthenticateThreeDSSessionRequest) GetMerchantInfoOk() (*ThreeDSMerchantInfo, bool)
GetMerchantInfoOk returns a tuple with the MerchantInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthenticateThreeDSSessionRequest) GetMessageExtensions ¶
func (o *AuthenticateThreeDSSessionRequest) GetMessageExtensions() []ThreeDSMessageExtension
GetMessageExtensions returns the MessageExtensions field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AuthenticateThreeDSSessionRequest) GetMessageExtensionsOk ¶
func (o *AuthenticateThreeDSSessionRequest) GetMessageExtensionsOk() ([]ThreeDSMessageExtension, bool)
GetMessageExtensionsOk returns a tuple with the MessageExtensions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*AuthenticateThreeDSSessionRequest) GetPurchaseInfo ¶
func (o *AuthenticateThreeDSSessionRequest) GetPurchaseInfo() ThreeDSPurchaseInfo
GetPurchaseInfo returns the PurchaseInfo field value if set, zero value otherwise.
func (*AuthenticateThreeDSSessionRequest) GetPurchaseInfoOk ¶
func (o *AuthenticateThreeDSSessionRequest) GetPurchaseInfoOk() (*ThreeDSPurchaseInfo, bool)
GetPurchaseInfoOk returns a tuple with the PurchaseInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AuthenticateThreeDSSessionRequest) GetRequestorInfo ¶
func (o *AuthenticateThreeDSSessionRequest) GetRequestorInfo() ThreeDSRequestorInfo
GetRequestorInfo returns the RequestorInfo field value
func (*AuthenticateThreeDSSessionRequest) GetRequestorInfoOk ¶
func (o *AuthenticateThreeDSSessionRequest) GetRequestorInfoOk() (*ThreeDSRequestorInfo, bool)
GetRequestorInfoOk returns a tuple with the RequestorInfo field value and a boolean to check if the value has been set.
func (*AuthenticateThreeDSSessionRequest) HasBroadcastInfo ¶
func (o *AuthenticateThreeDSSessionRequest) HasBroadcastInfo() bool
HasBroadcastInfo returns a boolean if a field is not nil.
func (*AuthenticateThreeDSSessionRequest) HasCardholderInfo ¶
func (o *AuthenticateThreeDSSessionRequest) HasCardholderInfo() bool
HasCardholderInfo returns a boolean if a field is not nil.
func (*AuthenticateThreeDSSessionRequest) HasChallengePreference ¶
func (o *AuthenticateThreeDSSessionRequest) HasChallengePreference() bool
HasChallengePreference returns a boolean if a field is not nil.
func (*AuthenticateThreeDSSessionRequest) HasMerchantInfo ¶
func (o *AuthenticateThreeDSSessionRequest) HasMerchantInfo() bool
HasMerchantInfo returns a boolean if a field is not nil.
func (*AuthenticateThreeDSSessionRequest) HasMessageExtensions ¶
func (o *AuthenticateThreeDSSessionRequest) HasMessageExtensions() bool
HasMessageExtensions returns a boolean if a field is not nil.
func (*AuthenticateThreeDSSessionRequest) HasPurchaseInfo ¶
func (o *AuthenticateThreeDSSessionRequest) HasPurchaseInfo() bool
HasPurchaseInfo returns a boolean if a field is not nil.
func (AuthenticateThreeDSSessionRequest) MarshalJSON ¶
func (o AuthenticateThreeDSSessionRequest) MarshalJSON() ([]byte, error)
func (*AuthenticateThreeDSSessionRequest) SetAuthenticationCategory ¶
func (o *AuthenticateThreeDSSessionRequest) SetAuthenticationCategory(v string)
SetAuthenticationCategory sets field value
func (*AuthenticateThreeDSSessionRequest) SetAuthenticationType ¶
func (o *AuthenticateThreeDSSessionRequest) SetAuthenticationType(v string)
SetAuthenticationType sets field value
func (*AuthenticateThreeDSSessionRequest) SetBroadcastInfo ¶
func (o *AuthenticateThreeDSSessionRequest) SetBroadcastInfo(v interface{})
SetBroadcastInfo gets a reference to the given interface{} and assigns it to the BroadcastInfo field.
func (*AuthenticateThreeDSSessionRequest) SetCardholderInfo ¶
func (o *AuthenticateThreeDSSessionRequest) SetCardholderInfo(v ThreeDSCardholderInfo)
SetCardholderInfo gets a reference to the given ThreeDSCardholderInfo and assigns it to the CardholderInfo field.
func (*AuthenticateThreeDSSessionRequest) SetChallengePreference ¶
func (o *AuthenticateThreeDSSessionRequest) SetChallengePreference(v string)
SetChallengePreference gets a reference to the given NullableString and assigns it to the ChallengePreference field.
func (*AuthenticateThreeDSSessionRequest) SetChallengePreferenceNil ¶
func (o *AuthenticateThreeDSSessionRequest) SetChallengePreferenceNil()
SetChallengePreferenceNil sets the value for ChallengePreference to be an explicit nil
func (*AuthenticateThreeDSSessionRequest) SetMerchantInfo ¶
func (o *AuthenticateThreeDSSessionRequest) SetMerchantInfo(v ThreeDSMerchantInfo)
SetMerchantInfo gets a reference to the given ThreeDSMerchantInfo and assigns it to the MerchantInfo field.
func (*AuthenticateThreeDSSessionRequest) SetMessageExtensions ¶
func (o *AuthenticateThreeDSSessionRequest) SetMessageExtensions(v []ThreeDSMessageExtension)
SetMessageExtensions gets a reference to the given []ThreeDSMessageExtension and assigns it to the MessageExtensions field.
func (*AuthenticateThreeDSSessionRequest) SetPurchaseInfo ¶
func (o *AuthenticateThreeDSSessionRequest) SetPurchaseInfo(v ThreeDSPurchaseInfo)
SetPurchaseInfo gets a reference to the given ThreeDSPurchaseInfo and assigns it to the PurchaseInfo field.
func (*AuthenticateThreeDSSessionRequest) SetRequestorInfo ¶
func (o *AuthenticateThreeDSSessionRequest) SetRequestorInfo(v ThreeDSRequestorInfo)
SetRequestorInfo sets field value
func (AuthenticateThreeDSSessionRequest) ToMap ¶
func (o AuthenticateThreeDSSessionRequest) ToMap() (map[string]interface{}, error)
func (*AuthenticateThreeDSSessionRequest) UnsetChallengePreference ¶
func (o *AuthenticateThreeDSSessionRequest) UnsetChallengePreference()
UnsetChallengePreference ensures that no value is present for ChallengePreference, not even an explicit nil
type AuthorizeSessionRequest ¶
type AuthorizeSessionRequest struct { Nonce string `json:"nonce"` ExpiresAt NullableString `json:"expires_at,omitempty"` Permissions []string `json:"permissions,omitempty"` Rules []AccessRule `json:"rules,omitempty"` }
AuthorizeSessionRequest struct for AuthorizeSessionRequest
func NewAuthorizeSessionRequest ¶
func NewAuthorizeSessionRequest(nonce string) *AuthorizeSessionRequest
NewAuthorizeSessionRequest instantiates a new AuthorizeSessionRequest 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 NewAuthorizeSessionRequestWithDefaults ¶
func NewAuthorizeSessionRequestWithDefaults() *AuthorizeSessionRequest
NewAuthorizeSessionRequestWithDefaults instantiates a new AuthorizeSessionRequest 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 (*AuthorizeSessionRequest) GetExpiresAt ¶
func (o *AuthorizeSessionRequest) GetExpiresAt() string
GetExpiresAt returns the ExpiresAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AuthorizeSessionRequest) GetExpiresAtOk ¶
func (o *AuthorizeSessionRequest) GetExpiresAtOk() (*string, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*AuthorizeSessionRequest) GetNonce ¶
func (o *AuthorizeSessionRequest) GetNonce() string
GetNonce returns the Nonce field value
func (*AuthorizeSessionRequest) GetNonceOk ¶
func (o *AuthorizeSessionRequest) GetNonceOk() (*string, bool)
GetNonceOk returns a tuple with the Nonce field value and a boolean to check if the value has been set.
func (*AuthorizeSessionRequest) GetPermissions ¶
func (o *AuthorizeSessionRequest) GetPermissions() []string
GetPermissions returns the Permissions field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AuthorizeSessionRequest) GetPermissionsOk ¶
func (o *AuthorizeSessionRequest) GetPermissionsOk() ([]string, bool)
GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*AuthorizeSessionRequest) GetRules ¶
func (o *AuthorizeSessionRequest) GetRules() []AccessRule
GetRules returns the Rules field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AuthorizeSessionRequest) GetRulesOk ¶
func (o *AuthorizeSessionRequest) GetRulesOk() ([]AccessRule, bool)
GetRulesOk returns a tuple with the Rules field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*AuthorizeSessionRequest) HasExpiresAt ¶
func (o *AuthorizeSessionRequest) HasExpiresAt() bool
HasExpiresAt returns a boolean if a field is not nil.
func (*AuthorizeSessionRequest) HasPermissions ¶
func (o *AuthorizeSessionRequest) HasPermissions() bool
HasPermissions returns a boolean if a field is not nil.
func (*AuthorizeSessionRequest) HasRules ¶
func (o *AuthorizeSessionRequest) HasRules() bool
HasRules returns a boolean if a field is not nil.
func (AuthorizeSessionRequest) MarshalJSON ¶
func (o AuthorizeSessionRequest) MarshalJSON() ([]byte, error)
func (*AuthorizeSessionRequest) SetExpiresAt ¶
func (o *AuthorizeSessionRequest) SetExpiresAt(v string)
SetExpiresAt gets a reference to the given NullableString and assigns it to the ExpiresAt field.
func (*AuthorizeSessionRequest) SetExpiresAtNil ¶
func (o *AuthorizeSessionRequest) SetExpiresAtNil()
SetExpiresAtNil sets the value for ExpiresAt to be an explicit nil
func (*AuthorizeSessionRequest) SetNonce ¶
func (o *AuthorizeSessionRequest) SetNonce(v string)
SetNonce sets field value
func (*AuthorizeSessionRequest) SetPermissions ¶
func (o *AuthorizeSessionRequest) SetPermissions(v []string)
SetPermissions gets a reference to the given []string and assigns it to the Permissions field.
func (*AuthorizeSessionRequest) SetRules ¶
func (o *AuthorizeSessionRequest) SetRules(v []AccessRule)
SetRules gets a reference to the given []AccessRule and assigns it to the Rules field.
func (AuthorizeSessionRequest) ToMap ¶
func (o AuthorizeSessionRequest) ToMap() (map[string]interface{}, error)
func (*AuthorizeSessionRequest) UnsetExpiresAt ¶
func (o *AuthorizeSessionRequest) UnsetExpiresAt()
UnsetExpiresAt ensures that no value is present for ExpiresAt, not even an explicit nil
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type BinDetails ¶
type BinDetails struct { CardBrand NullableString `json:"card_brand,omitempty"` Type NullableString `json:"type,omitempty"` Prepaid NullableBool `json:"prepaid,omitempty"` CardSegmentType NullableString `json:"card_segment_type,omitempty"` Bank *BinDetailsBank `json:"bank,omitempty"` Product *BinDetailsProduct `json:"product,omitempty"` Country *BinDetailsCountry `json:"country,omitempty"` Reloadable NullableBool `json:"reloadable,omitempty"` PanOrToken NullableString `json:"pan_or_token,omitempty"` AccountUpdater NullableBool `json:"account_updater,omitempty"` Alm NullableBool `json:"alm,omitempty"` DomesticOnly NullableBool `json:"domestic_only,omitempty"` GamblingBlocked NullableBool `json:"gambling_blocked,omitempty"` Level2 NullableBool `json:"level2,omitempty"` Level3 NullableBool `json:"level3,omitempty"` IssuerCurrency NullableString `json:"issuer_currency,omitempty"` ComboCard NullableString `json:"combo_card,omitempty"` BinLength NullableInt32 `json:"bin_length,omitempty"` Authentication interface{} `json:"authentication,omitempty"` Cost interface{} `json:"cost,omitempty"` }
BinDetails struct for BinDetails
func NewBinDetails ¶
func NewBinDetails() *BinDetails
NewBinDetails instantiates a new BinDetails 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 NewBinDetailsWithDefaults ¶
func NewBinDetailsWithDefaults() *BinDetails
NewBinDetailsWithDefaults instantiates a new BinDetails 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 (*BinDetails) GetAccountUpdater ¶
func (o *BinDetails) GetAccountUpdater() bool
GetAccountUpdater returns the AccountUpdater field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BinDetails) GetAccountUpdaterOk ¶
func (o *BinDetails) GetAccountUpdaterOk() (*bool, bool)
GetAccountUpdaterOk returns a tuple with the AccountUpdater field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BinDetails) GetAlm ¶
func (o *BinDetails) GetAlm() bool
GetAlm returns the Alm field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BinDetails) GetAlmOk ¶
func (o *BinDetails) GetAlmOk() (*bool, bool)
GetAlmOk returns a tuple with the Alm field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BinDetails) GetAuthentication ¶
func (o *BinDetails) GetAuthentication() interface{}
GetAuthentication returns the Authentication field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BinDetails) GetAuthenticationOk ¶
func (o *BinDetails) GetAuthenticationOk() (*interface{}, bool)
GetAuthenticationOk returns a tuple with the Authentication field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BinDetails) GetBank ¶
func (o *BinDetails) GetBank() BinDetailsBank
GetBank returns the Bank field value if set, zero value otherwise.
func (*BinDetails) GetBankOk ¶
func (o *BinDetails) GetBankOk() (*BinDetailsBank, bool)
GetBankOk returns a tuple with the Bank field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BinDetails) GetBinLength ¶
func (o *BinDetails) GetBinLength() int32
GetBinLength returns the BinLength field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BinDetails) GetBinLengthOk ¶
func (o *BinDetails) GetBinLengthOk() (*int32, bool)
GetBinLengthOk returns a tuple with the BinLength field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BinDetails) GetCardBrand ¶
func (o *BinDetails) GetCardBrand() string
GetCardBrand returns the CardBrand field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BinDetails) GetCardBrandOk ¶
func (o *BinDetails) GetCardBrandOk() (*string, bool)
GetCardBrandOk returns a tuple with the CardBrand field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BinDetails) GetCardSegmentType ¶
func (o *BinDetails) GetCardSegmentType() string
GetCardSegmentType returns the CardSegmentType field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BinDetails) GetCardSegmentTypeOk ¶
func (o *BinDetails) GetCardSegmentTypeOk() (*string, bool)
GetCardSegmentTypeOk returns a tuple with the CardSegmentType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BinDetails) GetComboCard ¶
func (o *BinDetails) GetComboCard() string
GetComboCard returns the ComboCard field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BinDetails) GetComboCardOk ¶
func (o *BinDetails) GetComboCardOk() (*string, bool)
GetComboCardOk returns a tuple with the ComboCard field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BinDetails) GetCost ¶
func (o *BinDetails) GetCost() interface{}
GetCost returns the Cost field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BinDetails) GetCostOk ¶
func (o *BinDetails) GetCostOk() (*interface{}, bool)
GetCostOk returns a tuple with the Cost field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BinDetails) GetCountry ¶
func (o *BinDetails) GetCountry() BinDetailsCountry
GetCountry returns the Country field value if set, zero value otherwise.
func (*BinDetails) GetCountryOk ¶
func (o *BinDetails) GetCountryOk() (*BinDetailsCountry, bool)
GetCountryOk returns a tuple with the Country field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BinDetails) GetDomesticOnly ¶
func (o *BinDetails) GetDomesticOnly() bool
GetDomesticOnly returns the DomesticOnly field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BinDetails) GetDomesticOnlyOk ¶
func (o *BinDetails) GetDomesticOnlyOk() (*bool, bool)
GetDomesticOnlyOk returns a tuple with the DomesticOnly field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BinDetails) GetGamblingBlocked ¶
func (o *BinDetails) GetGamblingBlocked() bool
GetGamblingBlocked returns the GamblingBlocked field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BinDetails) GetGamblingBlockedOk ¶
func (o *BinDetails) GetGamblingBlockedOk() (*bool, bool)
GetGamblingBlockedOk returns a tuple with the GamblingBlocked field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BinDetails) GetIssuerCurrency ¶
func (o *BinDetails) GetIssuerCurrency() string
GetIssuerCurrency returns the IssuerCurrency field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BinDetails) GetIssuerCurrencyOk ¶
func (o *BinDetails) GetIssuerCurrencyOk() (*string, bool)
GetIssuerCurrencyOk returns a tuple with the IssuerCurrency field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BinDetails) GetLevel2 ¶
func (o *BinDetails) GetLevel2() bool
GetLevel2 returns the Level2 field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BinDetails) GetLevel2Ok ¶
func (o *BinDetails) GetLevel2Ok() (*bool, bool)
GetLevel2Ok returns a tuple with the Level2 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BinDetails) GetLevel3 ¶
func (o *BinDetails) GetLevel3() bool
GetLevel3 returns the Level3 field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BinDetails) GetLevel3Ok ¶
func (o *BinDetails) GetLevel3Ok() (*bool, bool)
GetLevel3Ok returns a tuple with the Level3 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BinDetails) GetPanOrToken ¶
func (o *BinDetails) GetPanOrToken() string
GetPanOrToken returns the PanOrToken field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BinDetails) GetPanOrTokenOk ¶
func (o *BinDetails) GetPanOrTokenOk() (*string, bool)
GetPanOrTokenOk returns a tuple with the PanOrToken field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BinDetails) GetPrepaid ¶
func (o *BinDetails) GetPrepaid() bool
GetPrepaid returns the Prepaid field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BinDetails) GetPrepaidOk ¶
func (o *BinDetails) GetPrepaidOk() (*bool, bool)
GetPrepaidOk returns a tuple with the Prepaid field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BinDetails) GetProduct ¶
func (o *BinDetails) GetProduct() BinDetailsProduct
GetProduct returns the Product field value if set, zero value otherwise.
func (*BinDetails) GetProductOk ¶
func (o *BinDetails) GetProductOk() (*BinDetailsProduct, bool)
GetProductOk returns a tuple with the Product field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BinDetails) GetReloadable ¶
func (o *BinDetails) GetReloadable() bool
GetReloadable returns the Reloadable field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BinDetails) GetReloadableOk ¶
func (o *BinDetails) GetReloadableOk() (*bool, bool)
GetReloadableOk returns a tuple with the Reloadable field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BinDetails) GetType ¶
func (o *BinDetails) GetType() string
GetType returns the Type field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BinDetails) GetTypeOk ¶
func (o *BinDetails) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BinDetails) HasAccountUpdater ¶
func (o *BinDetails) HasAccountUpdater() bool
HasAccountUpdater returns a boolean if a field is not nil.
func (*BinDetails) HasAlm ¶
func (o *BinDetails) HasAlm() bool
HasAlm returns a boolean if a field is not nil.
func (*BinDetails) HasAuthentication ¶
func (o *BinDetails) HasAuthentication() bool
HasAuthentication returns a boolean if a field is not nil.
func (*BinDetails) HasBank ¶
func (o *BinDetails) HasBank() bool
HasBank returns a boolean if a field is not nil.
func (*BinDetails) HasBinLength ¶
func (o *BinDetails) HasBinLength() bool
HasBinLength returns a boolean if a field is not nil.
func (*BinDetails) HasCardBrand ¶
func (o *BinDetails) HasCardBrand() bool
HasCardBrand returns a boolean if a field is not nil.
func (*BinDetails) HasCardSegmentType ¶
func (o *BinDetails) HasCardSegmentType() bool
HasCardSegmentType returns a boolean if a field is not nil.
func (*BinDetails) HasComboCard ¶
func (o *BinDetails) HasComboCard() bool
HasComboCard returns a boolean if a field is not nil.
func (*BinDetails) HasCost ¶
func (o *BinDetails) HasCost() bool
HasCost returns a boolean if a field is not nil.
func (*BinDetails) HasCountry ¶
func (o *BinDetails) HasCountry() bool
HasCountry returns a boolean if a field is not nil.
func (*BinDetails) HasDomesticOnly ¶
func (o *BinDetails) HasDomesticOnly() bool
HasDomesticOnly returns a boolean if a field is not nil.
func (*BinDetails) HasGamblingBlocked ¶
func (o *BinDetails) HasGamblingBlocked() bool
HasGamblingBlocked returns a boolean if a field is not nil.
func (*BinDetails) HasIssuerCurrency ¶
func (o *BinDetails) HasIssuerCurrency() bool
HasIssuerCurrency returns a boolean if a field is not nil.
func (*BinDetails) HasLevel2 ¶
func (o *BinDetails) HasLevel2() bool
HasLevel2 returns a boolean if a field is not nil.
func (*BinDetails) HasLevel3 ¶
func (o *BinDetails) HasLevel3() bool
HasLevel3 returns a boolean if a field is not nil.
func (*BinDetails) HasPanOrToken ¶
func (o *BinDetails) HasPanOrToken() bool
HasPanOrToken returns a boolean if a field is not nil.
func (*BinDetails) HasPrepaid ¶
func (o *BinDetails) HasPrepaid() bool
HasPrepaid returns a boolean if a field is not nil.
func (*BinDetails) HasProduct ¶
func (o *BinDetails) HasProduct() bool
HasProduct returns a boolean if a field is not nil.
func (*BinDetails) HasReloadable ¶
func (o *BinDetails) HasReloadable() bool
HasReloadable returns a boolean if a field is not nil.
func (*BinDetails) HasType ¶
func (o *BinDetails) HasType() bool
HasType returns a boolean if a field is not nil.
func (BinDetails) MarshalJSON ¶
func (o BinDetails) MarshalJSON() ([]byte, error)
func (*BinDetails) SetAccountUpdater ¶
func (o *BinDetails) SetAccountUpdater(v bool)
SetAccountUpdater gets a reference to the given NullableBool and assigns it to the AccountUpdater field.
func (*BinDetails) SetAccountUpdaterNil ¶
func (o *BinDetails) SetAccountUpdaterNil()
SetAccountUpdaterNil sets the value for AccountUpdater to be an explicit nil
func (*BinDetails) SetAlm ¶
func (o *BinDetails) SetAlm(v bool)
SetAlm gets a reference to the given NullableBool and assigns it to the Alm field.
func (*BinDetails) SetAlmNil ¶
func (o *BinDetails) SetAlmNil()
SetAlmNil sets the value for Alm to be an explicit nil
func (*BinDetails) SetAuthentication ¶
func (o *BinDetails) SetAuthentication(v interface{})
SetAuthentication gets a reference to the given interface{} and assigns it to the Authentication field.
func (*BinDetails) SetBank ¶
func (o *BinDetails) SetBank(v BinDetailsBank)
SetBank gets a reference to the given BinDetailsBank and assigns it to the Bank field.
func (*BinDetails) SetBinLength ¶
func (o *BinDetails) SetBinLength(v int32)
SetBinLength gets a reference to the given NullableInt32 and assigns it to the BinLength field.
func (*BinDetails) SetBinLengthNil ¶
func (o *BinDetails) SetBinLengthNil()
SetBinLengthNil sets the value for BinLength to be an explicit nil
func (*BinDetails) SetCardBrand ¶
func (o *BinDetails) SetCardBrand(v string)
SetCardBrand gets a reference to the given NullableString and assigns it to the CardBrand field.
func (*BinDetails) SetCardBrandNil ¶
func (o *BinDetails) SetCardBrandNil()
SetCardBrandNil sets the value for CardBrand to be an explicit nil
func (*BinDetails) SetCardSegmentType ¶
func (o *BinDetails) SetCardSegmentType(v string)
SetCardSegmentType gets a reference to the given NullableString and assigns it to the CardSegmentType field.
func (*BinDetails) SetCardSegmentTypeNil ¶
func (o *BinDetails) SetCardSegmentTypeNil()
SetCardSegmentTypeNil sets the value for CardSegmentType to be an explicit nil
func (*BinDetails) SetComboCard ¶
func (o *BinDetails) SetComboCard(v string)
SetComboCard gets a reference to the given NullableString and assigns it to the ComboCard field.
func (*BinDetails) SetComboCardNil ¶
func (o *BinDetails) SetComboCardNil()
SetComboCardNil sets the value for ComboCard to be an explicit nil
func (*BinDetails) SetCost ¶
func (o *BinDetails) SetCost(v interface{})
SetCost gets a reference to the given interface{} and assigns it to the Cost field.
func (*BinDetails) SetCountry ¶
func (o *BinDetails) SetCountry(v BinDetailsCountry)
SetCountry gets a reference to the given BinDetailsCountry and assigns it to the Country field.
func (*BinDetails) SetDomesticOnly ¶
func (o *BinDetails) SetDomesticOnly(v bool)
SetDomesticOnly gets a reference to the given NullableBool and assigns it to the DomesticOnly field.
func (*BinDetails) SetDomesticOnlyNil ¶
func (o *BinDetails) SetDomesticOnlyNil()
SetDomesticOnlyNil sets the value for DomesticOnly to be an explicit nil
func (*BinDetails) SetGamblingBlocked ¶
func (o *BinDetails) SetGamblingBlocked(v bool)
SetGamblingBlocked gets a reference to the given NullableBool and assigns it to the GamblingBlocked field.
func (*BinDetails) SetGamblingBlockedNil ¶
func (o *BinDetails) SetGamblingBlockedNil()
SetGamblingBlockedNil sets the value for GamblingBlocked to be an explicit nil
func (*BinDetails) SetIssuerCurrency ¶
func (o *BinDetails) SetIssuerCurrency(v string)
SetIssuerCurrency gets a reference to the given NullableString and assigns it to the IssuerCurrency field.
func (*BinDetails) SetIssuerCurrencyNil ¶
func (o *BinDetails) SetIssuerCurrencyNil()
SetIssuerCurrencyNil sets the value for IssuerCurrency to be an explicit nil
func (*BinDetails) SetLevel2 ¶
func (o *BinDetails) SetLevel2(v bool)
SetLevel2 gets a reference to the given NullableBool and assigns it to the Level2 field.
func (*BinDetails) SetLevel2Nil ¶
func (o *BinDetails) SetLevel2Nil()
SetLevel2Nil sets the value for Level2 to be an explicit nil
func (*BinDetails) SetLevel3 ¶
func (o *BinDetails) SetLevel3(v bool)
SetLevel3 gets a reference to the given NullableBool and assigns it to the Level3 field.
func (*BinDetails) SetLevel3Nil ¶
func (o *BinDetails) SetLevel3Nil()
SetLevel3Nil sets the value for Level3 to be an explicit nil
func (*BinDetails) SetPanOrToken ¶
func (o *BinDetails) SetPanOrToken(v string)
SetPanOrToken gets a reference to the given NullableString and assigns it to the PanOrToken field.
func (*BinDetails) SetPanOrTokenNil ¶
func (o *BinDetails) SetPanOrTokenNil()
SetPanOrTokenNil sets the value for PanOrToken to be an explicit nil
func (*BinDetails) SetPrepaid ¶
func (o *BinDetails) SetPrepaid(v bool)
SetPrepaid gets a reference to the given NullableBool and assigns it to the Prepaid field.
func (*BinDetails) SetPrepaidNil ¶
func (o *BinDetails) SetPrepaidNil()
SetPrepaidNil sets the value for Prepaid to be an explicit nil
func (*BinDetails) SetProduct ¶
func (o *BinDetails) SetProduct(v BinDetailsProduct)
SetProduct gets a reference to the given BinDetailsProduct and assigns it to the Product field.
func (*BinDetails) SetReloadable ¶
func (o *BinDetails) SetReloadable(v bool)
SetReloadable gets a reference to the given NullableBool and assigns it to the Reloadable field.
func (*BinDetails) SetReloadableNil ¶
func (o *BinDetails) SetReloadableNil()
SetReloadableNil sets the value for Reloadable to be an explicit nil
func (*BinDetails) SetType ¶
func (o *BinDetails) SetType(v string)
SetType gets a reference to the given NullableString and assigns it to the Type field.
func (*BinDetails) SetTypeNil ¶
func (o *BinDetails) SetTypeNil()
SetTypeNil sets the value for Type to be an explicit nil
func (BinDetails) ToMap ¶
func (o BinDetails) ToMap() (map[string]interface{}, error)
func (*BinDetails) UnsetAccountUpdater ¶
func (o *BinDetails) UnsetAccountUpdater()
UnsetAccountUpdater ensures that no value is present for AccountUpdater, not even an explicit nil
func (*BinDetails) UnsetAlm ¶
func (o *BinDetails) UnsetAlm()
UnsetAlm ensures that no value is present for Alm, not even an explicit nil
func (*BinDetails) UnsetBinLength ¶
func (o *BinDetails) UnsetBinLength()
UnsetBinLength ensures that no value is present for BinLength, not even an explicit nil
func (*BinDetails) UnsetCardBrand ¶
func (o *BinDetails) UnsetCardBrand()
UnsetCardBrand ensures that no value is present for CardBrand, not even an explicit nil
func (*BinDetails) UnsetCardSegmentType ¶
func (o *BinDetails) UnsetCardSegmentType()
UnsetCardSegmentType ensures that no value is present for CardSegmentType, not even an explicit nil
func (*BinDetails) UnsetComboCard ¶
func (o *BinDetails) UnsetComboCard()
UnsetComboCard ensures that no value is present for ComboCard, not even an explicit nil
func (*BinDetails) UnsetDomesticOnly ¶
func (o *BinDetails) UnsetDomesticOnly()
UnsetDomesticOnly ensures that no value is present for DomesticOnly, not even an explicit nil
func (*BinDetails) UnsetGamblingBlocked ¶
func (o *BinDetails) UnsetGamblingBlocked()
UnsetGamblingBlocked ensures that no value is present for GamblingBlocked, not even an explicit nil
func (*BinDetails) UnsetIssuerCurrency ¶
func (o *BinDetails) UnsetIssuerCurrency()
UnsetIssuerCurrency ensures that no value is present for IssuerCurrency, not even an explicit nil
func (*BinDetails) UnsetLevel2 ¶
func (o *BinDetails) UnsetLevel2()
UnsetLevel2 ensures that no value is present for Level2, not even an explicit nil
func (*BinDetails) UnsetLevel3 ¶
func (o *BinDetails) UnsetLevel3()
UnsetLevel3 ensures that no value is present for Level3, not even an explicit nil
func (*BinDetails) UnsetPanOrToken ¶
func (o *BinDetails) UnsetPanOrToken()
UnsetPanOrToken ensures that no value is present for PanOrToken, not even an explicit nil
func (*BinDetails) UnsetPrepaid ¶
func (o *BinDetails) UnsetPrepaid()
UnsetPrepaid ensures that no value is present for Prepaid, not even an explicit nil
func (*BinDetails) UnsetReloadable ¶
func (o *BinDetails) UnsetReloadable()
UnsetReloadable ensures that no value is present for Reloadable, not even an explicit nil
func (*BinDetails) UnsetType ¶
func (o *BinDetails) UnsetType()
UnsetType ensures that no value is present for Type, not even an explicit nil
type BinDetailsBank ¶
type BinDetailsBank struct { Name NullableString `json:"name,omitempty"` Phone NullableString `json:"phone,omitempty"` Url NullableString `json:"url,omitempty"` CleanName NullableString `json:"clean_name,omitempty"` }
BinDetailsBank struct for BinDetailsBank
func NewBinDetailsBank ¶
func NewBinDetailsBank() *BinDetailsBank
NewBinDetailsBank instantiates a new BinDetailsBank 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 NewBinDetailsBankWithDefaults ¶
func NewBinDetailsBankWithDefaults() *BinDetailsBank
NewBinDetailsBankWithDefaults instantiates a new BinDetailsBank 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 (*BinDetailsBank) GetCleanName ¶
func (o *BinDetailsBank) GetCleanName() string
GetCleanName returns the CleanName field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BinDetailsBank) GetCleanNameOk ¶
func (o *BinDetailsBank) GetCleanNameOk() (*string, bool)
GetCleanNameOk returns a tuple with the CleanName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BinDetailsBank) GetName ¶
func (o *BinDetailsBank) GetName() string
GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BinDetailsBank) GetNameOk ¶
func (o *BinDetailsBank) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BinDetailsBank) GetPhone ¶
func (o *BinDetailsBank) GetPhone() string
GetPhone returns the Phone field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BinDetailsBank) GetPhoneOk ¶
func (o *BinDetailsBank) GetPhoneOk() (*string, bool)
GetPhoneOk returns a tuple with the Phone field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BinDetailsBank) GetUrl ¶
func (o *BinDetailsBank) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BinDetailsBank) GetUrlOk ¶
func (o *BinDetailsBank) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BinDetailsBank) HasCleanName ¶
func (o *BinDetailsBank) HasCleanName() bool
HasCleanName returns a boolean if a field is not nil.
func (*BinDetailsBank) HasName ¶
func (o *BinDetailsBank) HasName() bool
HasName returns a boolean if a field is not nil.
func (*BinDetailsBank) HasPhone ¶
func (o *BinDetailsBank) HasPhone() bool
HasPhone returns a boolean if a field is not nil.
func (*BinDetailsBank) HasUrl ¶
func (o *BinDetailsBank) HasUrl() bool
HasUrl returns a boolean if a field is not nil.
func (BinDetailsBank) MarshalJSON ¶
func (o BinDetailsBank) MarshalJSON() ([]byte, error)
func (*BinDetailsBank) SetCleanName ¶
func (o *BinDetailsBank) SetCleanName(v string)
SetCleanName gets a reference to the given NullableString and assigns it to the CleanName field.
func (*BinDetailsBank) SetCleanNameNil ¶
func (o *BinDetailsBank) SetCleanNameNil()
SetCleanNameNil sets the value for CleanName to be an explicit nil
func (*BinDetailsBank) SetName ¶
func (o *BinDetailsBank) SetName(v string)
SetName gets a reference to the given NullableString and assigns it to the Name field.
func (*BinDetailsBank) SetNameNil ¶
func (o *BinDetailsBank) SetNameNil()
SetNameNil sets the value for Name to be an explicit nil
func (*BinDetailsBank) SetPhone ¶
func (o *BinDetailsBank) SetPhone(v string)
SetPhone gets a reference to the given NullableString and assigns it to the Phone field.
func (*BinDetailsBank) SetPhoneNil ¶
func (o *BinDetailsBank) SetPhoneNil()
SetPhoneNil sets the value for Phone to be an explicit nil
func (*BinDetailsBank) SetUrl ¶
func (o *BinDetailsBank) SetUrl(v string)
SetUrl gets a reference to the given NullableString and assigns it to the Url field.
func (*BinDetailsBank) SetUrlNil ¶
func (o *BinDetailsBank) SetUrlNil()
SetUrlNil sets the value for Url to be an explicit nil
func (BinDetailsBank) ToMap ¶
func (o BinDetailsBank) ToMap() (map[string]interface{}, error)
func (*BinDetailsBank) UnsetCleanName ¶
func (o *BinDetailsBank) UnsetCleanName()
UnsetCleanName ensures that no value is present for CleanName, not even an explicit nil
func (*BinDetailsBank) UnsetName ¶
func (o *BinDetailsBank) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (*BinDetailsBank) UnsetPhone ¶
func (o *BinDetailsBank) UnsetPhone()
UnsetPhone ensures that no value is present for Phone, not even an explicit nil
func (*BinDetailsBank) UnsetUrl ¶
func (o *BinDetailsBank) UnsetUrl()
UnsetUrl ensures that no value is present for Url, not even an explicit nil
type BinDetailsCountry ¶
type BinDetailsCountry struct { Alpha2 NullableString `json:"alpha2,omitempty"` Name NullableString `json:"name,omitempty"` Numeric NullableString `json:"numeric,omitempty"` }
BinDetailsCountry struct for BinDetailsCountry
func NewBinDetailsCountry ¶
func NewBinDetailsCountry() *BinDetailsCountry
NewBinDetailsCountry instantiates a new BinDetailsCountry 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 NewBinDetailsCountryWithDefaults ¶
func NewBinDetailsCountryWithDefaults() *BinDetailsCountry
NewBinDetailsCountryWithDefaults instantiates a new BinDetailsCountry 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 (*BinDetailsCountry) GetAlpha2 ¶
func (o *BinDetailsCountry) GetAlpha2() string
GetAlpha2 returns the Alpha2 field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BinDetailsCountry) GetAlpha2Ok ¶
func (o *BinDetailsCountry) GetAlpha2Ok() (*string, bool)
GetAlpha2Ok returns a tuple with the Alpha2 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BinDetailsCountry) GetName ¶
func (o *BinDetailsCountry) GetName() string
GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BinDetailsCountry) GetNameOk ¶
func (o *BinDetailsCountry) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BinDetailsCountry) GetNumeric ¶
func (o *BinDetailsCountry) GetNumeric() string
GetNumeric returns the Numeric field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BinDetailsCountry) GetNumericOk ¶
func (o *BinDetailsCountry) GetNumericOk() (*string, bool)
GetNumericOk returns a tuple with the Numeric field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BinDetailsCountry) HasAlpha2 ¶
func (o *BinDetailsCountry) HasAlpha2() bool
HasAlpha2 returns a boolean if a field is not nil.
func (*BinDetailsCountry) HasName ¶
func (o *BinDetailsCountry) HasName() bool
HasName returns a boolean if a field is not nil.
func (*BinDetailsCountry) HasNumeric ¶
func (o *BinDetailsCountry) HasNumeric() bool
HasNumeric returns a boolean if a field is not nil.
func (BinDetailsCountry) MarshalJSON ¶
func (o BinDetailsCountry) MarshalJSON() ([]byte, error)
func (*BinDetailsCountry) SetAlpha2 ¶
func (o *BinDetailsCountry) SetAlpha2(v string)
SetAlpha2 gets a reference to the given NullableString and assigns it to the Alpha2 field.
func (*BinDetailsCountry) SetAlpha2Nil ¶
func (o *BinDetailsCountry) SetAlpha2Nil()
SetAlpha2Nil sets the value for Alpha2 to be an explicit nil
func (*BinDetailsCountry) SetName ¶
func (o *BinDetailsCountry) SetName(v string)
SetName gets a reference to the given NullableString and assigns it to the Name field.
func (*BinDetailsCountry) SetNameNil ¶
func (o *BinDetailsCountry) SetNameNil()
SetNameNil sets the value for Name to be an explicit nil
func (*BinDetailsCountry) SetNumeric ¶
func (o *BinDetailsCountry) SetNumeric(v string)
SetNumeric gets a reference to the given NullableString and assigns it to the Numeric field.
func (*BinDetailsCountry) SetNumericNil ¶
func (o *BinDetailsCountry) SetNumericNil()
SetNumericNil sets the value for Numeric to be an explicit nil
func (BinDetailsCountry) ToMap ¶
func (o BinDetailsCountry) ToMap() (map[string]interface{}, error)
func (*BinDetailsCountry) UnsetAlpha2 ¶
func (o *BinDetailsCountry) UnsetAlpha2()
UnsetAlpha2 ensures that no value is present for Alpha2, not even an explicit nil
func (*BinDetailsCountry) UnsetName ¶
func (o *BinDetailsCountry) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (*BinDetailsCountry) UnsetNumeric ¶
func (o *BinDetailsCountry) UnsetNumeric()
UnsetNumeric ensures that no value is present for Numeric, not even an explicit nil
type BinDetailsProduct ¶
type BinDetailsProduct struct { Code NullableString `json:"code,omitempty"` Name NullableString `json:"name,omitempty"` }
BinDetailsProduct struct for BinDetailsProduct
func NewBinDetailsProduct ¶
func NewBinDetailsProduct() *BinDetailsProduct
NewBinDetailsProduct instantiates a new BinDetailsProduct 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 NewBinDetailsProductWithDefaults ¶
func NewBinDetailsProductWithDefaults() *BinDetailsProduct
NewBinDetailsProductWithDefaults instantiates a new BinDetailsProduct 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 (*BinDetailsProduct) GetCode ¶
func (o *BinDetailsProduct) GetCode() string
GetCode returns the Code field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BinDetailsProduct) GetCodeOk ¶
func (o *BinDetailsProduct) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BinDetailsProduct) GetName ¶
func (o *BinDetailsProduct) GetName() string
GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).
func (*BinDetailsProduct) GetNameOk ¶
func (o *BinDetailsProduct) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*BinDetailsProduct) HasCode ¶
func (o *BinDetailsProduct) HasCode() bool
HasCode returns a boolean if a field is not nil.
func (*BinDetailsProduct) HasName ¶
func (o *BinDetailsProduct) HasName() bool
HasName returns a boolean if a field is not nil.
func (BinDetailsProduct) MarshalJSON ¶
func (o BinDetailsProduct) MarshalJSON() ([]byte, error)
func (*BinDetailsProduct) SetCode ¶
func (o *BinDetailsProduct) SetCode(v string)
SetCode gets a reference to the given NullableString and assigns it to the Code field.
func (*BinDetailsProduct) SetCodeNil ¶
func (o *BinDetailsProduct) SetCodeNil()
SetCodeNil sets the value for Code to be an explicit nil
func (*BinDetailsProduct) SetName ¶
func (o *BinDetailsProduct) SetName(v string)
SetName gets a reference to the given NullableString and assigns it to the Name field.
func (*BinDetailsProduct) SetNameNil ¶
func (o *BinDetailsProduct) SetNameNil()
SetNameNil sets the value for Name to be an explicit nil
func (BinDetailsProduct) ToMap ¶
func (o BinDetailsProduct) ToMap() (map[string]interface{}, error)
func (*BinDetailsProduct) UnsetCode ¶
func (o *BinDetailsProduct) UnsetCode()
UnsetCode ensures that no value is present for Code, not even an explicit nil
func (*BinDetailsProduct) UnsetName ¶
func (o *BinDetailsProduct) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
type CardDetails ¶
type CardDetails struct { Bin NullableString `json:"bin,omitempty"` Last4 NullableString `json:"last4,omitempty"` }
CardDetails struct for CardDetails
func NewCardDetails ¶
func NewCardDetails() *CardDetails
NewCardDetails instantiates a new CardDetails 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 NewCardDetailsWithDefaults ¶
func NewCardDetailsWithDefaults() *CardDetails
NewCardDetailsWithDefaults instantiates a new CardDetails 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 (*CardDetails) GetBin ¶
func (o *CardDetails) GetBin() string
GetBin returns the Bin field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CardDetails) GetBinOk ¶
func (o *CardDetails) GetBinOk() (*string, bool)
GetBinOk returns a tuple with the Bin field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CardDetails) GetLast4 ¶
func (o *CardDetails) GetLast4() string
GetLast4 returns the Last4 field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CardDetails) GetLast4Ok ¶
func (o *CardDetails) GetLast4Ok() (*string, bool)
GetLast4Ok returns a tuple with the Last4 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CardDetails) HasBin ¶
func (o *CardDetails) HasBin() bool
HasBin returns a boolean if a field is not nil.
func (*CardDetails) HasLast4 ¶
func (o *CardDetails) HasLast4() bool
HasLast4 returns a boolean if a field is not nil.
func (CardDetails) MarshalJSON ¶
func (o CardDetails) MarshalJSON() ([]byte, error)
func (*CardDetails) SetBin ¶
func (o *CardDetails) SetBin(v string)
SetBin gets a reference to the given NullableString and assigns it to the Bin field.
func (*CardDetails) SetBinNil ¶
func (o *CardDetails) SetBinNil()
SetBinNil sets the value for Bin to be an explicit nil
func (*CardDetails) SetLast4 ¶
func (o *CardDetails) SetLast4(v string)
SetLast4 gets a reference to the given NullableString and assigns it to the Last4 field.
func (*CardDetails) SetLast4Nil ¶
func (o *CardDetails) SetLast4Nil()
SetLast4Nil sets the value for Last4 to be an explicit nil
func (CardDetails) ToMap ¶
func (o CardDetails) ToMap() (map[string]interface{}, error)
func (*CardDetails) UnsetBin ¶
func (o *CardDetails) UnsetBin()
UnsetBin ensures that no value is present for Bin, not even an explicit nil
func (*CardDetails) UnsetLast4 ¶
func (o *CardDetails) UnsetLast4()
UnsetLast4 ensures that no value is present for Last4, not even an explicit nil
type Condition ¶
type Condition struct { Attribute NullableString `json:"attribute,omitempty"` Operator NullableString `json:"operator,omitempty"` Value NullableString `json:"value,omitempty"` }
Condition struct for Condition
func NewCondition ¶
func NewCondition() *Condition
NewCondition instantiates a new Condition 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 NewConditionWithDefaults ¶
func NewConditionWithDefaults() *Condition
NewConditionWithDefaults instantiates a new Condition 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 (*Condition) GetAttribute ¶
GetAttribute returns the Attribute field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Condition) GetAttributeOk ¶
GetAttributeOk returns a tuple with the Attribute field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Condition) GetOperator ¶
GetOperator returns the Operator field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Condition) GetOperatorOk ¶
GetOperatorOk returns a tuple with the Operator field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Condition) GetValue ¶
GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Condition) GetValueOk ¶
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Condition) HasAttribute ¶
HasAttribute returns a boolean if a field is not nil.
func (*Condition) HasOperator ¶
HasOperator returns a boolean if a field is not nil.
func (Condition) MarshalJSON ¶
func (*Condition) SetAttribute ¶
SetAttribute gets a reference to the given NullableString and assigns it to the Attribute field.
func (*Condition) SetAttributeNil ¶
func (o *Condition) SetAttributeNil()
SetAttributeNil sets the value for Attribute to be an explicit nil
func (*Condition) SetOperator ¶
SetOperator gets a reference to the given NullableString and assigns it to the Operator field.
func (*Condition) SetOperatorNil ¶
func (o *Condition) SetOperatorNil()
SetOperatorNil sets the value for Operator to be an explicit nil
func (*Condition) SetValue ¶
SetValue gets a reference to the given NullableString and assigns it to the Value field.
func (*Condition) SetValueNil ¶
func (o *Condition) SetValueNil()
SetValueNil sets the value for Value to be an explicit nil
func (*Condition) UnsetAttribute ¶
func (o *Condition) UnsetAttribute()
UnsetAttribute ensures that no value is present for Attribute, not even an explicit nil
func (*Condition) UnsetOperator ¶
func (o *Condition) UnsetOperator()
UnsetOperator ensures that no value is present for Operator, not even an explicit nil
func (*Condition) UnsetValue ¶
func (o *Condition) UnsetValue()
UnsetValue ensures that no value is present for Value, not even an explicit nil
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type CreateApplicationRequest ¶
type CreateApplicationRequest struct { Name string `json:"name"` Type string `json:"type"` ExpiresAt NullableString `json:"expires_at,omitempty"` Permissions []string `json:"permissions,omitempty"` Rules []AccessRule `json:"rules,omitempty"` CreateKey NullableBool `json:"create_key,omitempty"` }
CreateApplicationRequest struct for CreateApplicationRequest
func NewCreateApplicationRequest ¶
func NewCreateApplicationRequest(name string, type_ string) *CreateApplicationRequest
NewCreateApplicationRequest instantiates a new CreateApplicationRequest 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 NewCreateApplicationRequestWithDefaults ¶
func NewCreateApplicationRequestWithDefaults() *CreateApplicationRequest
NewCreateApplicationRequestWithDefaults instantiates a new CreateApplicationRequest 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 (*CreateApplicationRequest) GetCreateKey ¶
func (o *CreateApplicationRequest) GetCreateKey() bool
GetCreateKey returns the CreateKey field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateApplicationRequest) GetCreateKeyOk ¶
func (o *CreateApplicationRequest) GetCreateKeyOk() (*bool, bool)
GetCreateKeyOk returns a tuple with the CreateKey field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateApplicationRequest) GetExpiresAt ¶
func (o *CreateApplicationRequest) GetExpiresAt() string
GetExpiresAt returns the ExpiresAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateApplicationRequest) GetExpiresAtOk ¶
func (o *CreateApplicationRequest) GetExpiresAtOk() (*string, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateApplicationRequest) GetName ¶
func (o *CreateApplicationRequest) GetName() string
GetName returns the Name field value
func (*CreateApplicationRequest) GetNameOk ¶
func (o *CreateApplicationRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateApplicationRequest) GetPermissions ¶
func (o *CreateApplicationRequest) GetPermissions() []string
GetPermissions returns the Permissions field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateApplicationRequest) GetPermissionsOk ¶
func (o *CreateApplicationRequest) GetPermissionsOk() ([]string, bool)
GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateApplicationRequest) GetRules ¶
func (o *CreateApplicationRequest) GetRules() []AccessRule
GetRules returns the Rules field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateApplicationRequest) GetRulesOk ¶
func (o *CreateApplicationRequest) GetRulesOk() ([]AccessRule, bool)
GetRulesOk returns a tuple with the Rules field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateApplicationRequest) GetType ¶
func (o *CreateApplicationRequest) GetType() string
GetType returns the Type field value
func (*CreateApplicationRequest) GetTypeOk ¶
func (o *CreateApplicationRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*CreateApplicationRequest) HasCreateKey ¶
func (o *CreateApplicationRequest) HasCreateKey() bool
HasCreateKey returns a boolean if a field is not nil.
func (*CreateApplicationRequest) HasExpiresAt ¶
func (o *CreateApplicationRequest) HasExpiresAt() bool
HasExpiresAt returns a boolean if a field is not nil.
func (*CreateApplicationRequest) HasPermissions ¶
func (o *CreateApplicationRequest) HasPermissions() bool
HasPermissions returns a boolean if a field is not nil.
func (*CreateApplicationRequest) HasRules ¶
func (o *CreateApplicationRequest) HasRules() bool
HasRules returns a boolean if a field is not nil.
func (CreateApplicationRequest) MarshalJSON ¶
func (o CreateApplicationRequest) MarshalJSON() ([]byte, error)
func (*CreateApplicationRequest) SetCreateKey ¶
func (o *CreateApplicationRequest) SetCreateKey(v bool)
SetCreateKey gets a reference to the given NullableBool and assigns it to the CreateKey field.
func (*CreateApplicationRequest) SetCreateKeyNil ¶
func (o *CreateApplicationRequest) SetCreateKeyNil()
SetCreateKeyNil sets the value for CreateKey to be an explicit nil
func (*CreateApplicationRequest) SetExpiresAt ¶
func (o *CreateApplicationRequest) SetExpiresAt(v string)
SetExpiresAt gets a reference to the given NullableString and assigns it to the ExpiresAt field.
func (*CreateApplicationRequest) SetExpiresAtNil ¶
func (o *CreateApplicationRequest) SetExpiresAtNil()
SetExpiresAtNil sets the value for ExpiresAt to be an explicit nil
func (*CreateApplicationRequest) SetName ¶
func (o *CreateApplicationRequest) SetName(v string)
SetName sets field value
func (*CreateApplicationRequest) SetPermissions ¶
func (o *CreateApplicationRequest) SetPermissions(v []string)
SetPermissions gets a reference to the given []string and assigns it to the Permissions field.
func (*CreateApplicationRequest) SetRules ¶
func (o *CreateApplicationRequest) SetRules(v []AccessRule)
SetRules gets a reference to the given []AccessRule and assigns it to the Rules field.
func (*CreateApplicationRequest) SetType ¶
func (o *CreateApplicationRequest) SetType(v string)
SetType sets field value
func (CreateApplicationRequest) ToMap ¶
func (o CreateApplicationRequest) ToMap() (map[string]interface{}, error)
func (*CreateApplicationRequest) UnsetCreateKey ¶
func (o *CreateApplicationRequest) UnsetCreateKey()
UnsetCreateKey ensures that no value is present for CreateKey, not even an explicit nil
func (*CreateApplicationRequest) UnsetExpiresAt ¶
func (o *CreateApplicationRequest) UnsetExpiresAt()
UnsetExpiresAt ensures that no value is present for ExpiresAt, not even an explicit nil
type CreateProxyRequest ¶
type CreateProxyRequest struct { Name string `json:"name"` DestinationUrl string `json:"destination_url"` RequestReactorId NullableString `json:"request_reactor_id,omitempty"` ResponseReactorId NullableString `json:"response_reactor_id,omitempty"` RequestTransform *ProxyTransform `json:"request_transform,omitempty"` ResponseTransform *ProxyTransform `json:"response_transform,omitempty"` Application *Application `json:"application,omitempty"` Configuration map[string]string `json:"configuration,omitempty"` RequireAuth NullableBool `json:"require_auth,omitempty"` }
CreateProxyRequest struct for CreateProxyRequest
func NewCreateProxyRequest ¶
func NewCreateProxyRequest(name string, destinationUrl string) *CreateProxyRequest
NewCreateProxyRequest instantiates a new CreateProxyRequest 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 NewCreateProxyRequestWithDefaults ¶
func NewCreateProxyRequestWithDefaults() *CreateProxyRequest
NewCreateProxyRequestWithDefaults instantiates a new CreateProxyRequest 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 (*CreateProxyRequest) GetApplication ¶
func (o *CreateProxyRequest) GetApplication() Application
GetApplication returns the Application field value if set, zero value otherwise.
func (*CreateProxyRequest) GetApplicationOk ¶
func (o *CreateProxyRequest) GetApplicationOk() (*Application, bool)
GetApplicationOk returns a tuple with the Application field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProxyRequest) GetConfiguration ¶
func (o *CreateProxyRequest) GetConfiguration() map[string]string
GetConfiguration returns the Configuration field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateProxyRequest) GetConfigurationOk ¶
func (o *CreateProxyRequest) GetConfigurationOk() (*map[string]string, bool)
GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateProxyRequest) GetDestinationUrl ¶
func (o *CreateProxyRequest) GetDestinationUrl() string
GetDestinationUrl returns the DestinationUrl field value
func (*CreateProxyRequest) GetDestinationUrlOk ¶
func (o *CreateProxyRequest) GetDestinationUrlOk() (*string, bool)
GetDestinationUrlOk returns a tuple with the DestinationUrl field value and a boolean to check if the value has been set.
func (*CreateProxyRequest) GetName ¶
func (o *CreateProxyRequest) GetName() string
GetName returns the Name field value
func (*CreateProxyRequest) GetNameOk ¶
func (o *CreateProxyRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateProxyRequest) GetRequestReactorId ¶
func (o *CreateProxyRequest) GetRequestReactorId() string
GetRequestReactorId returns the RequestReactorId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateProxyRequest) GetRequestReactorIdOk ¶
func (o *CreateProxyRequest) GetRequestReactorIdOk() (*string, bool)
GetRequestReactorIdOk returns a tuple with the RequestReactorId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateProxyRequest) GetRequestTransform ¶
func (o *CreateProxyRequest) GetRequestTransform() ProxyTransform
GetRequestTransform returns the RequestTransform field value if set, zero value otherwise.
func (*CreateProxyRequest) GetRequestTransformOk ¶
func (o *CreateProxyRequest) GetRequestTransformOk() (*ProxyTransform, bool)
GetRequestTransformOk returns a tuple with the RequestTransform field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProxyRequest) GetRequireAuth ¶
func (o *CreateProxyRequest) GetRequireAuth() bool
GetRequireAuth returns the RequireAuth field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateProxyRequest) GetRequireAuthOk ¶
func (o *CreateProxyRequest) GetRequireAuthOk() (*bool, bool)
GetRequireAuthOk returns a tuple with the RequireAuth field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateProxyRequest) GetResponseReactorId ¶
func (o *CreateProxyRequest) GetResponseReactorId() string
GetResponseReactorId returns the ResponseReactorId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateProxyRequest) GetResponseReactorIdOk ¶
func (o *CreateProxyRequest) GetResponseReactorIdOk() (*string, bool)
GetResponseReactorIdOk returns a tuple with the ResponseReactorId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateProxyRequest) GetResponseTransform ¶
func (o *CreateProxyRequest) GetResponseTransform() ProxyTransform
GetResponseTransform returns the ResponseTransform field value if set, zero value otherwise.
func (*CreateProxyRequest) GetResponseTransformOk ¶
func (o *CreateProxyRequest) GetResponseTransformOk() (*ProxyTransform, bool)
GetResponseTransformOk returns a tuple with the ResponseTransform field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProxyRequest) HasApplication ¶
func (o *CreateProxyRequest) HasApplication() bool
HasApplication returns a boolean if a field is not nil.
func (*CreateProxyRequest) HasConfiguration ¶
func (o *CreateProxyRequest) HasConfiguration() bool
HasConfiguration returns a boolean if a field is not nil.
func (*CreateProxyRequest) HasRequestReactorId ¶
func (o *CreateProxyRequest) HasRequestReactorId() bool
HasRequestReactorId returns a boolean if a field is not nil.
func (*CreateProxyRequest) HasRequestTransform ¶
func (o *CreateProxyRequest) HasRequestTransform() bool
HasRequestTransform returns a boolean if a field is not nil.
func (*CreateProxyRequest) HasRequireAuth ¶
func (o *CreateProxyRequest) HasRequireAuth() bool
HasRequireAuth returns a boolean if a field is not nil.
func (*CreateProxyRequest) HasResponseReactorId ¶
func (o *CreateProxyRequest) HasResponseReactorId() bool
HasResponseReactorId returns a boolean if a field is not nil.
func (*CreateProxyRequest) HasResponseTransform ¶
func (o *CreateProxyRequest) HasResponseTransform() bool
HasResponseTransform returns a boolean if a field is not nil.
func (CreateProxyRequest) MarshalJSON ¶
func (o CreateProxyRequest) MarshalJSON() ([]byte, error)
func (*CreateProxyRequest) SetApplication ¶
func (o *CreateProxyRequest) SetApplication(v Application)
SetApplication gets a reference to the given Application and assigns it to the Application field.
func (*CreateProxyRequest) SetConfiguration ¶
func (o *CreateProxyRequest) SetConfiguration(v map[string]string)
SetConfiguration gets a reference to the given map[string]string and assigns it to the Configuration field.
func (*CreateProxyRequest) SetDestinationUrl ¶
func (o *CreateProxyRequest) SetDestinationUrl(v string)
SetDestinationUrl sets field value
func (*CreateProxyRequest) SetName ¶
func (o *CreateProxyRequest) SetName(v string)
SetName sets field value
func (*CreateProxyRequest) SetRequestReactorId ¶
func (o *CreateProxyRequest) SetRequestReactorId(v string)
SetRequestReactorId gets a reference to the given NullableString and assigns it to the RequestReactorId field.
func (*CreateProxyRequest) SetRequestReactorIdNil ¶
func (o *CreateProxyRequest) SetRequestReactorIdNil()
SetRequestReactorIdNil sets the value for RequestReactorId to be an explicit nil
func (*CreateProxyRequest) SetRequestTransform ¶
func (o *CreateProxyRequest) SetRequestTransform(v ProxyTransform)
SetRequestTransform gets a reference to the given ProxyTransform and assigns it to the RequestTransform field.
func (*CreateProxyRequest) SetRequireAuth ¶
func (o *CreateProxyRequest) SetRequireAuth(v bool)
SetRequireAuth gets a reference to the given NullableBool and assigns it to the RequireAuth field.
func (*CreateProxyRequest) SetRequireAuthNil ¶
func (o *CreateProxyRequest) SetRequireAuthNil()
SetRequireAuthNil sets the value for RequireAuth to be an explicit nil
func (*CreateProxyRequest) SetResponseReactorId ¶
func (o *CreateProxyRequest) SetResponseReactorId(v string)
SetResponseReactorId gets a reference to the given NullableString and assigns it to the ResponseReactorId field.
func (*CreateProxyRequest) SetResponseReactorIdNil ¶
func (o *CreateProxyRequest) SetResponseReactorIdNil()
SetResponseReactorIdNil sets the value for ResponseReactorId to be an explicit nil
func (*CreateProxyRequest) SetResponseTransform ¶
func (o *CreateProxyRequest) SetResponseTransform(v ProxyTransform)
SetResponseTransform gets a reference to the given ProxyTransform and assigns it to the ResponseTransform field.
func (CreateProxyRequest) ToMap ¶
func (o CreateProxyRequest) ToMap() (map[string]interface{}, error)
func (*CreateProxyRequest) UnsetRequestReactorId ¶
func (o *CreateProxyRequest) UnsetRequestReactorId()
UnsetRequestReactorId ensures that no value is present for RequestReactorId, not even an explicit nil
func (*CreateProxyRequest) UnsetRequireAuth ¶
func (o *CreateProxyRequest) UnsetRequireAuth()
UnsetRequireAuth ensures that no value is present for RequireAuth, not even an explicit nil
func (*CreateProxyRequest) UnsetResponseReactorId ¶
func (o *CreateProxyRequest) UnsetResponseReactorId()
UnsetResponseReactorId ensures that no value is present for ResponseReactorId, not even an explicit nil
type CreateReactorFormulaRequest ¶
type CreateReactorFormulaRequest struct { Id NullableString `json:"id,omitempty"` Type string `json:"type"` Name string `json:"name"` Description NullableString `json:"description,omitempty"` Icon NullableString `json:"icon,omitempty"` Code NullableString `json:"code,omitempty"` Configuration []ReactorFormulaConfiguration `json:"configuration,omitempty"` RequestParameters []ReactorFormulaRequestParameter `json:"request_parameters,omitempty"` }
CreateReactorFormulaRequest struct for CreateReactorFormulaRequest
func NewCreateReactorFormulaRequest ¶
func NewCreateReactorFormulaRequest(type_ string, name string) *CreateReactorFormulaRequest
NewCreateReactorFormulaRequest instantiates a new CreateReactorFormulaRequest 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 NewCreateReactorFormulaRequestWithDefaults ¶
func NewCreateReactorFormulaRequestWithDefaults() *CreateReactorFormulaRequest
NewCreateReactorFormulaRequestWithDefaults instantiates a new CreateReactorFormulaRequest 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 (*CreateReactorFormulaRequest) GetCode ¶
func (o *CreateReactorFormulaRequest) GetCode() string
GetCode returns the Code field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateReactorFormulaRequest) GetCodeOk ¶
func (o *CreateReactorFormulaRequest) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateReactorFormulaRequest) GetConfiguration ¶
func (o *CreateReactorFormulaRequest) GetConfiguration() []ReactorFormulaConfiguration
GetConfiguration returns the Configuration field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateReactorFormulaRequest) GetConfigurationOk ¶
func (o *CreateReactorFormulaRequest) GetConfigurationOk() ([]ReactorFormulaConfiguration, bool)
GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateReactorFormulaRequest) GetDescription ¶
func (o *CreateReactorFormulaRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateReactorFormulaRequest) GetDescriptionOk ¶
func (o *CreateReactorFormulaRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateReactorFormulaRequest) GetIcon ¶
func (o *CreateReactorFormulaRequest) GetIcon() string
GetIcon returns the Icon field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateReactorFormulaRequest) GetIconOk ¶
func (o *CreateReactorFormulaRequest) GetIconOk() (*string, bool)
GetIconOk returns a tuple with the Icon field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateReactorFormulaRequest) GetId ¶
func (o *CreateReactorFormulaRequest) GetId() string
GetId returns the Id field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateReactorFormulaRequest) GetIdOk ¶
func (o *CreateReactorFormulaRequest) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateReactorFormulaRequest) GetName ¶
func (o *CreateReactorFormulaRequest) GetName() string
GetName returns the Name field value
func (*CreateReactorFormulaRequest) GetNameOk ¶
func (o *CreateReactorFormulaRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateReactorFormulaRequest) GetRequestParameters ¶
func (o *CreateReactorFormulaRequest) GetRequestParameters() []ReactorFormulaRequestParameter
GetRequestParameters returns the RequestParameters field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateReactorFormulaRequest) GetRequestParametersOk ¶
func (o *CreateReactorFormulaRequest) GetRequestParametersOk() ([]ReactorFormulaRequestParameter, bool)
GetRequestParametersOk returns a tuple with the RequestParameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateReactorFormulaRequest) GetType ¶
func (o *CreateReactorFormulaRequest) GetType() string
GetType returns the Type field value
func (*CreateReactorFormulaRequest) GetTypeOk ¶
func (o *CreateReactorFormulaRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*CreateReactorFormulaRequest) HasCode ¶
func (o *CreateReactorFormulaRequest) HasCode() bool
HasCode returns a boolean if a field is not nil.
func (*CreateReactorFormulaRequest) HasConfiguration ¶
func (o *CreateReactorFormulaRequest) HasConfiguration() bool
HasConfiguration returns a boolean if a field is not nil.
func (*CreateReactorFormulaRequest) HasDescription ¶
func (o *CreateReactorFormulaRequest) HasDescription() bool
HasDescription returns a boolean if a field is not nil.
func (*CreateReactorFormulaRequest) HasIcon ¶
func (o *CreateReactorFormulaRequest) HasIcon() bool
HasIcon returns a boolean if a field is not nil.
func (*CreateReactorFormulaRequest) HasId ¶
func (o *CreateReactorFormulaRequest) HasId() bool
HasId returns a boolean if a field is not nil.
func (*CreateReactorFormulaRequest) HasRequestParameters ¶
func (o *CreateReactorFormulaRequest) HasRequestParameters() bool
HasRequestParameters returns a boolean if a field is not nil.
func (CreateReactorFormulaRequest) MarshalJSON ¶
func (o CreateReactorFormulaRequest) MarshalJSON() ([]byte, error)
func (*CreateReactorFormulaRequest) SetCode ¶
func (o *CreateReactorFormulaRequest) SetCode(v string)
SetCode gets a reference to the given NullableString and assigns it to the Code field.
func (*CreateReactorFormulaRequest) SetCodeNil ¶
func (o *CreateReactorFormulaRequest) SetCodeNil()
SetCodeNil sets the value for Code to be an explicit nil
func (*CreateReactorFormulaRequest) SetConfiguration ¶
func (o *CreateReactorFormulaRequest) SetConfiguration(v []ReactorFormulaConfiguration)
SetConfiguration gets a reference to the given []ReactorFormulaConfiguration and assigns it to the Configuration field.
func (*CreateReactorFormulaRequest) SetDescription ¶
func (o *CreateReactorFormulaRequest) SetDescription(v string)
SetDescription gets a reference to the given NullableString and assigns it to the Description field.
func (*CreateReactorFormulaRequest) SetDescriptionNil ¶
func (o *CreateReactorFormulaRequest) SetDescriptionNil()
SetDescriptionNil sets the value for Description to be an explicit nil
func (*CreateReactorFormulaRequest) SetIcon ¶
func (o *CreateReactorFormulaRequest) SetIcon(v string)
SetIcon gets a reference to the given NullableString and assigns it to the Icon field.
func (*CreateReactorFormulaRequest) SetIconNil ¶
func (o *CreateReactorFormulaRequest) SetIconNil()
SetIconNil sets the value for Icon to be an explicit nil
func (*CreateReactorFormulaRequest) SetId ¶
func (o *CreateReactorFormulaRequest) SetId(v string)
SetId gets a reference to the given NullableString and assigns it to the Id field.
func (*CreateReactorFormulaRequest) SetIdNil ¶
func (o *CreateReactorFormulaRequest) SetIdNil()
SetIdNil sets the value for Id to be an explicit nil
func (*CreateReactorFormulaRequest) SetName ¶
func (o *CreateReactorFormulaRequest) SetName(v string)
SetName sets field value
func (*CreateReactorFormulaRequest) SetRequestParameters ¶
func (o *CreateReactorFormulaRequest) SetRequestParameters(v []ReactorFormulaRequestParameter)
SetRequestParameters gets a reference to the given []ReactorFormulaRequestParameter and assigns it to the RequestParameters field.
func (*CreateReactorFormulaRequest) SetType ¶
func (o *CreateReactorFormulaRequest) SetType(v string)
SetType sets field value
func (CreateReactorFormulaRequest) ToMap ¶
func (o CreateReactorFormulaRequest) ToMap() (map[string]interface{}, error)
func (*CreateReactorFormulaRequest) UnsetCode ¶
func (o *CreateReactorFormulaRequest) UnsetCode()
UnsetCode ensures that no value is present for Code, not even an explicit nil
func (*CreateReactorFormulaRequest) UnsetDescription ¶
func (o *CreateReactorFormulaRequest) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (*CreateReactorFormulaRequest) UnsetIcon ¶
func (o *CreateReactorFormulaRequest) UnsetIcon()
UnsetIcon ensures that no value is present for Icon, not even an explicit nil
func (*CreateReactorFormulaRequest) UnsetId ¶
func (o *CreateReactorFormulaRequest) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
type CreateReactorRequest ¶
type CreateReactorRequest struct { Name string `json:"name"` Code string `json:"code"` Application *Application `json:"application,omitempty"` Configuration map[string]string `json:"configuration,omitempty"` }
CreateReactorRequest struct for CreateReactorRequest
func NewCreateReactorRequest ¶
func NewCreateReactorRequest(name string, code string) *CreateReactorRequest
NewCreateReactorRequest instantiates a new CreateReactorRequest 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 NewCreateReactorRequestWithDefaults ¶
func NewCreateReactorRequestWithDefaults() *CreateReactorRequest
NewCreateReactorRequestWithDefaults instantiates a new CreateReactorRequest 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 (*CreateReactorRequest) GetApplication ¶
func (o *CreateReactorRequest) GetApplication() Application
GetApplication returns the Application field value if set, zero value otherwise.
func (*CreateReactorRequest) GetApplicationOk ¶
func (o *CreateReactorRequest) GetApplicationOk() (*Application, bool)
GetApplicationOk returns a tuple with the Application field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateReactorRequest) GetCode ¶
func (o *CreateReactorRequest) GetCode() string
GetCode returns the Code field value
func (*CreateReactorRequest) GetCodeOk ¶
func (o *CreateReactorRequest) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.
func (*CreateReactorRequest) GetConfiguration ¶
func (o *CreateReactorRequest) GetConfiguration() map[string]string
GetConfiguration returns the Configuration field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateReactorRequest) GetConfigurationOk ¶
func (o *CreateReactorRequest) GetConfigurationOk() (*map[string]string, bool)
GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateReactorRequest) GetName ¶
func (o *CreateReactorRequest) GetName() string
GetName returns the Name field value
func (*CreateReactorRequest) GetNameOk ¶
func (o *CreateReactorRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateReactorRequest) HasApplication ¶
func (o *CreateReactorRequest) HasApplication() bool
HasApplication returns a boolean if a field is not nil.
func (*CreateReactorRequest) HasConfiguration ¶
func (o *CreateReactorRequest) HasConfiguration() bool
HasConfiguration returns a boolean if a field is not nil.
func (CreateReactorRequest) MarshalJSON ¶
func (o CreateReactorRequest) MarshalJSON() ([]byte, error)
func (*CreateReactorRequest) SetApplication ¶
func (o *CreateReactorRequest) SetApplication(v Application)
SetApplication gets a reference to the given Application and assigns it to the Application field.
func (*CreateReactorRequest) SetCode ¶
func (o *CreateReactorRequest) SetCode(v string)
SetCode sets field value
func (*CreateReactorRequest) SetConfiguration ¶
func (o *CreateReactorRequest) SetConfiguration(v map[string]string)
SetConfiguration gets a reference to the given map[string]string and assigns it to the Configuration field.
func (*CreateReactorRequest) SetName ¶
func (o *CreateReactorRequest) SetName(v string)
SetName sets field value
func (CreateReactorRequest) ToMap ¶
func (o CreateReactorRequest) ToMap() (map[string]interface{}, error)
type CreateSessionResponse ¶
type CreateSessionResponse struct { SessionKey NullableString `json:"session_key,omitempty"` Nonce NullableString `json:"nonce,omitempty"` ExpiresAt NullableTime `json:"expires_at,omitempty"` }
CreateSessionResponse struct for CreateSessionResponse
func NewCreateSessionResponse ¶
func NewCreateSessionResponse() *CreateSessionResponse
NewCreateSessionResponse instantiates a new CreateSessionResponse 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 NewCreateSessionResponseWithDefaults ¶
func NewCreateSessionResponseWithDefaults() *CreateSessionResponse
NewCreateSessionResponseWithDefaults instantiates a new CreateSessionResponse 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 (*CreateSessionResponse) GetExpiresAt ¶
func (o *CreateSessionResponse) GetExpiresAt() time.Time
GetExpiresAt returns the ExpiresAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateSessionResponse) GetExpiresAtOk ¶
func (o *CreateSessionResponse) GetExpiresAtOk() (*time.Time, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateSessionResponse) GetNonce ¶
func (o *CreateSessionResponse) GetNonce() string
GetNonce returns the Nonce field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateSessionResponse) GetNonceOk ¶
func (o *CreateSessionResponse) GetNonceOk() (*string, bool)
GetNonceOk returns a tuple with the Nonce field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateSessionResponse) GetSessionKey ¶
func (o *CreateSessionResponse) GetSessionKey() string
GetSessionKey returns the SessionKey field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateSessionResponse) GetSessionKeyOk ¶
func (o *CreateSessionResponse) GetSessionKeyOk() (*string, bool)
GetSessionKeyOk returns a tuple with the SessionKey field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateSessionResponse) HasExpiresAt ¶
func (o *CreateSessionResponse) HasExpiresAt() bool
HasExpiresAt returns a boolean if a field is not nil.
func (*CreateSessionResponse) HasNonce ¶
func (o *CreateSessionResponse) HasNonce() bool
HasNonce returns a boolean if a field is not nil.
func (*CreateSessionResponse) HasSessionKey ¶
func (o *CreateSessionResponse) HasSessionKey() bool
HasSessionKey returns a boolean if a field is not nil.
func (CreateSessionResponse) MarshalJSON ¶
func (o CreateSessionResponse) MarshalJSON() ([]byte, error)
func (*CreateSessionResponse) SetExpiresAt ¶
func (o *CreateSessionResponse) SetExpiresAt(v time.Time)
SetExpiresAt gets a reference to the given NullableTime and assigns it to the ExpiresAt field.
func (*CreateSessionResponse) SetExpiresAtNil ¶
func (o *CreateSessionResponse) SetExpiresAtNil()
SetExpiresAtNil sets the value for ExpiresAt to be an explicit nil
func (*CreateSessionResponse) SetNonce ¶
func (o *CreateSessionResponse) SetNonce(v string)
SetNonce gets a reference to the given NullableString and assigns it to the Nonce field.
func (*CreateSessionResponse) SetNonceNil ¶
func (o *CreateSessionResponse) SetNonceNil()
SetNonceNil sets the value for Nonce to be an explicit nil
func (*CreateSessionResponse) SetSessionKey ¶
func (o *CreateSessionResponse) SetSessionKey(v string)
SetSessionKey gets a reference to the given NullableString and assigns it to the SessionKey field.
func (*CreateSessionResponse) SetSessionKeyNil ¶
func (o *CreateSessionResponse) SetSessionKeyNil()
SetSessionKeyNil sets the value for SessionKey to be an explicit nil
func (CreateSessionResponse) ToMap ¶
func (o CreateSessionResponse) ToMap() (map[string]interface{}, error)
func (*CreateSessionResponse) UnsetExpiresAt ¶
func (o *CreateSessionResponse) UnsetExpiresAt()
UnsetExpiresAt ensures that no value is present for ExpiresAt, not even an explicit nil
func (*CreateSessionResponse) UnsetNonce ¶
func (o *CreateSessionResponse) UnsetNonce()
UnsetNonce ensures that no value is present for Nonce, not even an explicit nil
func (*CreateSessionResponse) UnsetSessionKey ¶
func (o *CreateSessionResponse) UnsetSessionKey()
UnsetSessionKey ensures that no value is present for SessionKey, not even an explicit nil
type CreateTenantConnectionRequest ¶
type CreateTenantConnectionRequest struct { Strategy string `json:"strategy"` Options TenantConnectionOptions `json:"options"` }
CreateTenantConnectionRequest struct for CreateTenantConnectionRequest
func NewCreateTenantConnectionRequest ¶
func NewCreateTenantConnectionRequest(strategy string, options TenantConnectionOptions) *CreateTenantConnectionRequest
NewCreateTenantConnectionRequest instantiates a new CreateTenantConnectionRequest 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 NewCreateTenantConnectionRequestWithDefaults ¶
func NewCreateTenantConnectionRequestWithDefaults() *CreateTenantConnectionRequest
NewCreateTenantConnectionRequestWithDefaults instantiates a new CreateTenantConnectionRequest 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 (*CreateTenantConnectionRequest) GetOptions ¶
func (o *CreateTenantConnectionRequest) GetOptions() TenantConnectionOptions
GetOptions returns the Options field value
func (*CreateTenantConnectionRequest) GetOptionsOk ¶
func (o *CreateTenantConnectionRequest) GetOptionsOk() (*TenantConnectionOptions, bool)
GetOptionsOk returns a tuple with the Options field value and a boolean to check if the value has been set.
func (*CreateTenantConnectionRequest) GetStrategy ¶
func (o *CreateTenantConnectionRequest) GetStrategy() string
GetStrategy returns the Strategy field value
func (*CreateTenantConnectionRequest) GetStrategyOk ¶
func (o *CreateTenantConnectionRequest) GetStrategyOk() (*string, bool)
GetStrategyOk returns a tuple with the Strategy field value and a boolean to check if the value has been set.
func (CreateTenantConnectionRequest) MarshalJSON ¶
func (o CreateTenantConnectionRequest) MarshalJSON() ([]byte, error)
func (*CreateTenantConnectionRequest) SetOptions ¶
func (o *CreateTenantConnectionRequest) SetOptions(v TenantConnectionOptions)
SetOptions sets field value
func (*CreateTenantConnectionRequest) SetStrategy ¶
func (o *CreateTenantConnectionRequest) SetStrategy(v string)
SetStrategy sets field value
func (CreateTenantConnectionRequest) ToMap ¶
func (o CreateTenantConnectionRequest) ToMap() (map[string]interface{}, error)
type CreateTenantConnectionResponse ¶
type CreateTenantConnectionResponse struct {
ConnectionId NullableString `json:"connection_id,omitempty"`
}
CreateTenantConnectionResponse struct for CreateTenantConnectionResponse
func NewCreateTenantConnectionResponse ¶
func NewCreateTenantConnectionResponse() *CreateTenantConnectionResponse
NewCreateTenantConnectionResponse instantiates a new CreateTenantConnectionResponse 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 NewCreateTenantConnectionResponseWithDefaults ¶
func NewCreateTenantConnectionResponseWithDefaults() *CreateTenantConnectionResponse
NewCreateTenantConnectionResponseWithDefaults instantiates a new CreateTenantConnectionResponse 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 (*CreateTenantConnectionResponse) GetConnectionId ¶
func (o *CreateTenantConnectionResponse) GetConnectionId() string
GetConnectionId returns the ConnectionId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateTenantConnectionResponse) GetConnectionIdOk ¶
func (o *CreateTenantConnectionResponse) GetConnectionIdOk() (*string, bool)
GetConnectionIdOk returns a tuple with the ConnectionId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateTenantConnectionResponse) HasConnectionId ¶
func (o *CreateTenantConnectionResponse) HasConnectionId() bool
HasConnectionId returns a boolean if a field is not nil.
func (CreateTenantConnectionResponse) MarshalJSON ¶
func (o CreateTenantConnectionResponse) MarshalJSON() ([]byte, error)
func (*CreateTenantConnectionResponse) SetConnectionId ¶
func (o *CreateTenantConnectionResponse) SetConnectionId(v string)
SetConnectionId gets a reference to the given NullableString and assigns it to the ConnectionId field.
func (*CreateTenantConnectionResponse) SetConnectionIdNil ¶
func (o *CreateTenantConnectionResponse) SetConnectionIdNil()
SetConnectionIdNil sets the value for ConnectionId to be an explicit nil
func (CreateTenantConnectionResponse) ToMap ¶
func (o CreateTenantConnectionResponse) ToMap() (map[string]interface{}, error)
func (*CreateTenantConnectionResponse) UnsetConnectionId ¶
func (o *CreateTenantConnectionResponse) UnsetConnectionId()
UnsetConnectionId ensures that no value is present for ConnectionId, not even an explicit nil
type CreateTenantInvitationRequest ¶
type CreateTenantInvitationRequest struct { Email string `json:"email"` Role NullableString `json:"role,omitempty"` }
CreateTenantInvitationRequest struct for CreateTenantInvitationRequest
func NewCreateTenantInvitationRequest ¶
func NewCreateTenantInvitationRequest(email string) *CreateTenantInvitationRequest
NewCreateTenantInvitationRequest instantiates a new CreateTenantInvitationRequest 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 NewCreateTenantInvitationRequestWithDefaults ¶
func NewCreateTenantInvitationRequestWithDefaults() *CreateTenantInvitationRequest
NewCreateTenantInvitationRequestWithDefaults instantiates a new CreateTenantInvitationRequest 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 (*CreateTenantInvitationRequest) GetEmail ¶
func (o *CreateTenantInvitationRequest) GetEmail() string
GetEmail returns the Email field value
func (*CreateTenantInvitationRequest) GetEmailOk ¶
func (o *CreateTenantInvitationRequest) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*CreateTenantInvitationRequest) GetRole ¶
func (o *CreateTenantInvitationRequest) GetRole() string
GetRole returns the Role field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateTenantInvitationRequest) GetRoleOk ¶
func (o *CreateTenantInvitationRequest) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateTenantInvitationRequest) HasRole ¶
func (o *CreateTenantInvitationRequest) HasRole() bool
HasRole returns a boolean if a field is not nil.
func (CreateTenantInvitationRequest) MarshalJSON ¶
func (o CreateTenantInvitationRequest) MarshalJSON() ([]byte, error)
func (*CreateTenantInvitationRequest) SetEmail ¶
func (o *CreateTenantInvitationRequest) SetEmail(v string)
SetEmail sets field value
func (*CreateTenantInvitationRequest) SetRole ¶
func (o *CreateTenantInvitationRequest) SetRole(v string)
SetRole gets a reference to the given NullableString and assigns it to the Role field.
func (*CreateTenantInvitationRequest) SetRoleNil ¶
func (o *CreateTenantInvitationRequest) SetRoleNil()
SetRoleNil sets the value for Role to be an explicit nil
func (CreateTenantInvitationRequest) ToMap ¶
func (o CreateTenantInvitationRequest) ToMap() (map[string]interface{}, error)
func (*CreateTenantInvitationRequest) UnsetRole ¶
func (o *CreateTenantInvitationRequest) UnsetRole()
UnsetRole ensures that no value is present for Role, not even an explicit nil
type CreateThreeDSSessionRequest ¶ added in v6.1.0
type CreateThreeDSSessionRequest struct { Pan string `json:"pan"` Type NullableString `json:"type,omitempty"` Device NullableString `json:"device,omitempty"` DeviceInfo *ThreeDSDeviceInfo `json:"device_info,omitempty"` }
CreateThreeDSSessionRequest struct for CreateThreeDSSessionRequest
func NewCreateThreeDSSessionRequest ¶ added in v6.1.0
func NewCreateThreeDSSessionRequest(pan string) *CreateThreeDSSessionRequest
NewCreateThreeDSSessionRequest instantiates a new CreateThreeDSSessionRequest 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 NewCreateThreeDSSessionRequestWithDefaults ¶ added in v6.1.0
func NewCreateThreeDSSessionRequestWithDefaults() *CreateThreeDSSessionRequest
NewCreateThreeDSSessionRequestWithDefaults instantiates a new CreateThreeDSSessionRequest 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 (*CreateThreeDSSessionRequest) GetDevice ¶ added in v6.1.0
func (o *CreateThreeDSSessionRequest) GetDevice() string
GetDevice returns the Device field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateThreeDSSessionRequest) GetDeviceInfo ¶ added in v6.1.0
func (o *CreateThreeDSSessionRequest) GetDeviceInfo() ThreeDSDeviceInfo
GetDeviceInfo returns the DeviceInfo field value if set, zero value otherwise.
func (*CreateThreeDSSessionRequest) GetDeviceInfoOk ¶ added in v6.1.0
func (o *CreateThreeDSSessionRequest) GetDeviceInfoOk() (*ThreeDSDeviceInfo, bool)
GetDeviceInfoOk returns a tuple with the DeviceInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateThreeDSSessionRequest) GetDeviceOk ¶ added in v6.1.0
func (o *CreateThreeDSSessionRequest) GetDeviceOk() (*string, bool)
GetDeviceOk returns a tuple with the Device field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateThreeDSSessionRequest) GetPan ¶ added in v6.1.0
func (o *CreateThreeDSSessionRequest) GetPan() string
GetPan returns the Pan field value
func (*CreateThreeDSSessionRequest) GetPanOk ¶ added in v6.1.0
func (o *CreateThreeDSSessionRequest) GetPanOk() (*string, bool)
GetPanOk returns a tuple with the Pan field value and a boolean to check if the value has been set.
func (*CreateThreeDSSessionRequest) GetType ¶ added in v6.1.0
func (o *CreateThreeDSSessionRequest) GetType() string
GetType returns the Type field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateThreeDSSessionRequest) GetTypeOk ¶ added in v6.1.0
func (o *CreateThreeDSSessionRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateThreeDSSessionRequest) HasDevice ¶ added in v6.1.0
func (o *CreateThreeDSSessionRequest) HasDevice() bool
HasDevice returns a boolean if a field is not nil.
func (*CreateThreeDSSessionRequest) HasDeviceInfo ¶ added in v6.1.0
func (o *CreateThreeDSSessionRequest) HasDeviceInfo() bool
HasDeviceInfo returns a boolean if a field is not nil.
func (*CreateThreeDSSessionRequest) HasType ¶ added in v6.1.0
func (o *CreateThreeDSSessionRequest) HasType() bool
HasType returns a boolean if a field is not nil.
func (CreateThreeDSSessionRequest) MarshalJSON ¶ added in v6.1.0
func (o CreateThreeDSSessionRequest) MarshalJSON() ([]byte, error)
func (*CreateThreeDSSessionRequest) SetDevice ¶ added in v6.1.0
func (o *CreateThreeDSSessionRequest) SetDevice(v string)
SetDevice gets a reference to the given NullableString and assigns it to the Device field.
func (*CreateThreeDSSessionRequest) SetDeviceInfo ¶ added in v6.1.0
func (o *CreateThreeDSSessionRequest) SetDeviceInfo(v ThreeDSDeviceInfo)
SetDeviceInfo gets a reference to the given ThreeDSDeviceInfo and assigns it to the DeviceInfo field.
func (*CreateThreeDSSessionRequest) SetDeviceNil ¶ added in v6.1.0
func (o *CreateThreeDSSessionRequest) SetDeviceNil()
SetDeviceNil sets the value for Device to be an explicit nil
func (*CreateThreeDSSessionRequest) SetPan ¶ added in v6.1.0
func (o *CreateThreeDSSessionRequest) SetPan(v string)
SetPan sets field value
func (*CreateThreeDSSessionRequest) SetType ¶ added in v6.1.0
func (o *CreateThreeDSSessionRequest) SetType(v string)
SetType gets a reference to the given NullableString and assigns it to the Type field.
func (*CreateThreeDSSessionRequest) SetTypeNil ¶ added in v6.1.0
func (o *CreateThreeDSSessionRequest) SetTypeNil()
SetTypeNil sets the value for Type to be an explicit nil
func (CreateThreeDSSessionRequest) ToMap ¶ added in v6.1.0
func (o CreateThreeDSSessionRequest) ToMap() (map[string]interface{}, error)
func (*CreateThreeDSSessionRequest) UnsetDevice ¶ added in v6.1.0
func (o *CreateThreeDSSessionRequest) UnsetDevice()
UnsetDevice ensures that no value is present for Device, not even an explicit nil
func (*CreateThreeDSSessionRequest) UnsetType ¶ added in v6.1.0
func (o *CreateThreeDSSessionRequest) UnsetType()
UnsetType ensures that no value is present for Type, not even an explicit nil
type CreateThreeDSSessionResponse ¶ added in v6.1.0
type CreateThreeDSSessionResponse struct { Id *string `json:"id,omitempty"` Type NullableString `json:"type,omitempty"` CardBrand NullableString `json:"cardBrand,omitempty"` MethodUrl NullableString `json:"method_url,omitempty"` MethodNotificationUrl NullableString `json:"method_notification_url,omitempty"` DirectoryServerId NullableString `json:"directory_server_id,omitempty"` RecommendedVersion NullableString `json:"recommended_version,omitempty"` }
CreateThreeDSSessionResponse struct for CreateThreeDSSessionResponse
func NewCreateThreeDSSessionResponse ¶ added in v6.1.0
func NewCreateThreeDSSessionResponse() *CreateThreeDSSessionResponse
NewCreateThreeDSSessionResponse instantiates a new CreateThreeDSSessionResponse 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 NewCreateThreeDSSessionResponseWithDefaults ¶ added in v6.1.0
func NewCreateThreeDSSessionResponseWithDefaults() *CreateThreeDSSessionResponse
NewCreateThreeDSSessionResponseWithDefaults instantiates a new CreateThreeDSSessionResponse 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 (*CreateThreeDSSessionResponse) GetCardBrand ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) GetCardBrand() string
GetCardBrand returns the CardBrand field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateThreeDSSessionResponse) GetCardBrandOk ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) GetCardBrandOk() (*string, bool)
GetCardBrandOk returns a tuple with the CardBrand field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateThreeDSSessionResponse) GetDirectoryServerId ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) GetDirectoryServerId() string
GetDirectoryServerId returns the DirectoryServerId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateThreeDSSessionResponse) GetDirectoryServerIdOk ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) GetDirectoryServerIdOk() (*string, bool)
GetDirectoryServerIdOk returns a tuple with the DirectoryServerId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateThreeDSSessionResponse) GetId ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*CreateThreeDSSessionResponse) GetIdOk ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateThreeDSSessionResponse) GetMethodNotificationUrl ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) GetMethodNotificationUrl() string
GetMethodNotificationUrl returns the MethodNotificationUrl field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateThreeDSSessionResponse) GetMethodNotificationUrlOk ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) GetMethodNotificationUrlOk() (*string, bool)
GetMethodNotificationUrlOk returns a tuple with the MethodNotificationUrl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateThreeDSSessionResponse) GetMethodUrl ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) GetMethodUrl() string
GetMethodUrl returns the MethodUrl field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateThreeDSSessionResponse) GetMethodUrlOk ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) GetMethodUrlOk() (*string, bool)
GetMethodUrlOk returns a tuple with the MethodUrl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateThreeDSSessionResponse) GetRecommendedVersion ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) GetRecommendedVersion() string
GetRecommendedVersion returns the RecommendedVersion field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateThreeDSSessionResponse) GetRecommendedVersionOk ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) GetRecommendedVersionOk() (*string, bool)
GetRecommendedVersionOk returns a tuple with the RecommendedVersion field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateThreeDSSessionResponse) GetType ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) GetType() string
GetType returns the Type field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateThreeDSSessionResponse) GetTypeOk ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateThreeDSSessionResponse) HasCardBrand ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) HasCardBrand() bool
HasCardBrand returns a boolean if a field is not nil.
func (*CreateThreeDSSessionResponse) HasDirectoryServerId ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) HasDirectoryServerId() bool
HasDirectoryServerId returns a boolean if a field is not nil.
func (*CreateThreeDSSessionResponse) HasId ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) HasId() bool
HasId returns a boolean if a field is not nil.
func (*CreateThreeDSSessionResponse) HasMethodNotificationUrl ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) HasMethodNotificationUrl() bool
HasMethodNotificationUrl returns a boolean if a field is not nil.
func (*CreateThreeDSSessionResponse) HasMethodUrl ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) HasMethodUrl() bool
HasMethodUrl returns a boolean if a field is not nil.
func (*CreateThreeDSSessionResponse) HasRecommendedVersion ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) HasRecommendedVersion() bool
HasRecommendedVersion returns a boolean if a field is not nil.
func (*CreateThreeDSSessionResponse) HasType ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) HasType() bool
HasType returns a boolean if a field is not nil.
func (CreateThreeDSSessionResponse) MarshalJSON ¶ added in v6.1.0
func (o CreateThreeDSSessionResponse) MarshalJSON() ([]byte, error)
func (*CreateThreeDSSessionResponse) SetCardBrand ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) SetCardBrand(v string)
SetCardBrand gets a reference to the given NullableString and assigns it to the CardBrand field.
func (*CreateThreeDSSessionResponse) SetCardBrandNil ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) SetCardBrandNil()
SetCardBrandNil sets the value for CardBrand to be an explicit nil
func (*CreateThreeDSSessionResponse) SetDirectoryServerId ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) SetDirectoryServerId(v string)
SetDirectoryServerId gets a reference to the given NullableString and assigns it to the DirectoryServerId field.
func (*CreateThreeDSSessionResponse) SetDirectoryServerIdNil ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) SetDirectoryServerIdNil()
SetDirectoryServerIdNil sets the value for DirectoryServerId to be an explicit nil
func (*CreateThreeDSSessionResponse) SetId ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*CreateThreeDSSessionResponse) SetMethodNotificationUrl ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) SetMethodNotificationUrl(v string)
SetMethodNotificationUrl gets a reference to the given NullableString and assigns it to the MethodNotificationUrl field.
func (*CreateThreeDSSessionResponse) SetMethodNotificationUrlNil ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) SetMethodNotificationUrlNil()
SetMethodNotificationUrlNil sets the value for MethodNotificationUrl to be an explicit nil
func (*CreateThreeDSSessionResponse) SetMethodUrl ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) SetMethodUrl(v string)
SetMethodUrl gets a reference to the given NullableString and assigns it to the MethodUrl field.
func (*CreateThreeDSSessionResponse) SetMethodUrlNil ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) SetMethodUrlNil()
SetMethodUrlNil sets the value for MethodUrl to be an explicit nil
func (*CreateThreeDSSessionResponse) SetRecommendedVersion ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) SetRecommendedVersion(v string)
SetRecommendedVersion gets a reference to the given NullableString and assigns it to the RecommendedVersion field.
func (*CreateThreeDSSessionResponse) SetRecommendedVersionNil ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) SetRecommendedVersionNil()
SetRecommendedVersionNil sets the value for RecommendedVersion to be an explicit nil
func (*CreateThreeDSSessionResponse) SetType ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) SetType(v string)
SetType gets a reference to the given NullableString and assigns it to the Type field.
func (*CreateThreeDSSessionResponse) SetTypeNil ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) SetTypeNil()
SetTypeNil sets the value for Type to be an explicit nil
func (CreateThreeDSSessionResponse) ToMap ¶ added in v6.1.0
func (o CreateThreeDSSessionResponse) ToMap() (map[string]interface{}, error)
func (*CreateThreeDSSessionResponse) UnsetCardBrand ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) UnsetCardBrand()
UnsetCardBrand ensures that no value is present for CardBrand, not even an explicit nil
func (*CreateThreeDSSessionResponse) UnsetDirectoryServerId ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) UnsetDirectoryServerId()
UnsetDirectoryServerId ensures that no value is present for DirectoryServerId, not even an explicit nil
func (*CreateThreeDSSessionResponse) UnsetMethodNotificationUrl ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) UnsetMethodNotificationUrl()
UnsetMethodNotificationUrl ensures that no value is present for MethodNotificationUrl, not even an explicit nil
func (*CreateThreeDSSessionResponse) UnsetMethodUrl ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) UnsetMethodUrl()
UnsetMethodUrl ensures that no value is present for MethodUrl, not even an explicit nil
func (*CreateThreeDSSessionResponse) UnsetRecommendedVersion ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) UnsetRecommendedVersion()
UnsetRecommendedVersion ensures that no value is present for RecommendedVersion, not even an explicit nil
func (*CreateThreeDSSessionResponse) UnsetType ¶ added in v6.1.0
func (o *CreateThreeDSSessionResponse) UnsetType()
UnsetType ensures that no value is present for Type, not even an explicit nil
type CreateTokenRequest ¶
type CreateTokenRequest struct { Id NullableString `json:"id,omitempty"` Type NullableString `json:"type,omitempty"` Data interface{} `json:"data"` Privacy *Privacy `json:"privacy,omitempty"` Metadata map[string]string `json:"metadata,omitempty"` SearchIndexes []string `json:"search_indexes,omitempty"` FingerprintExpression NullableString `json:"fingerprint_expression,omitempty"` Mask interface{} `json:"mask,omitempty"` DeduplicateToken NullableBool `json:"deduplicate_token,omitempty"` ExpiresAt NullableString `json:"expires_at,omitempty"` Containers []string `json:"containers,omitempty"` }
CreateTokenRequest struct for CreateTokenRequest
func NewCreateTokenRequest ¶
func NewCreateTokenRequest(data interface{}) *CreateTokenRequest
NewCreateTokenRequest instantiates a new CreateTokenRequest 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 NewCreateTokenRequestWithDefaults ¶
func NewCreateTokenRequestWithDefaults() *CreateTokenRequest
NewCreateTokenRequestWithDefaults instantiates a new CreateTokenRequest 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 (*CreateTokenRequest) GetContainers ¶
func (o *CreateTokenRequest) GetContainers() []string
GetContainers returns the Containers field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateTokenRequest) GetContainersOk ¶
func (o *CreateTokenRequest) GetContainersOk() ([]string, bool)
GetContainersOk returns a tuple with the Containers field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateTokenRequest) GetData ¶
func (o *CreateTokenRequest) GetData() interface{}
GetData returns the Data field value If the value is explicit nil, the zero value for interface{} will be returned
func (*CreateTokenRequest) GetDataOk ¶
func (o *CreateTokenRequest) GetDataOk() (*interface{}, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateTokenRequest) GetDeduplicateToken ¶
func (o *CreateTokenRequest) GetDeduplicateToken() bool
GetDeduplicateToken returns the DeduplicateToken field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateTokenRequest) GetDeduplicateTokenOk ¶
func (o *CreateTokenRequest) GetDeduplicateTokenOk() (*bool, bool)
GetDeduplicateTokenOk returns a tuple with the DeduplicateToken field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateTokenRequest) GetExpiresAt ¶
func (o *CreateTokenRequest) GetExpiresAt() string
GetExpiresAt returns the ExpiresAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateTokenRequest) GetExpiresAtOk ¶
func (o *CreateTokenRequest) GetExpiresAtOk() (*string, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateTokenRequest) GetFingerprintExpression ¶
func (o *CreateTokenRequest) GetFingerprintExpression() string
GetFingerprintExpression returns the FingerprintExpression field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateTokenRequest) GetFingerprintExpressionOk ¶
func (o *CreateTokenRequest) GetFingerprintExpressionOk() (*string, bool)
GetFingerprintExpressionOk returns a tuple with the FingerprintExpression field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateTokenRequest) GetId ¶
func (o *CreateTokenRequest) GetId() string
GetId returns the Id field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateTokenRequest) GetIdOk ¶
func (o *CreateTokenRequest) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateTokenRequest) GetMask ¶
func (o *CreateTokenRequest) GetMask() interface{}
GetMask returns the Mask field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateTokenRequest) GetMaskOk ¶
func (o *CreateTokenRequest) GetMaskOk() (*interface{}, bool)
GetMaskOk returns a tuple with the Mask field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateTokenRequest) GetMetadata ¶
func (o *CreateTokenRequest) GetMetadata() map[string]string
GetMetadata returns the Metadata field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateTokenRequest) GetMetadataOk ¶
func (o *CreateTokenRequest) GetMetadataOk() (*map[string]string, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateTokenRequest) GetPrivacy ¶
func (o *CreateTokenRequest) GetPrivacy() Privacy
GetPrivacy returns the Privacy field value if set, zero value otherwise.
func (*CreateTokenRequest) GetPrivacyOk ¶
func (o *CreateTokenRequest) GetPrivacyOk() (*Privacy, bool)
GetPrivacyOk returns a tuple with the Privacy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateTokenRequest) GetSearchIndexes ¶
func (o *CreateTokenRequest) GetSearchIndexes() []string
GetSearchIndexes returns the SearchIndexes field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateTokenRequest) GetSearchIndexesOk ¶
func (o *CreateTokenRequest) GetSearchIndexesOk() ([]string, bool)
GetSearchIndexesOk returns a tuple with the SearchIndexes field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateTokenRequest) GetType ¶
func (o *CreateTokenRequest) GetType() string
GetType returns the Type field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateTokenRequest) GetTypeOk ¶
func (o *CreateTokenRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateTokenRequest) HasContainers ¶
func (o *CreateTokenRequest) HasContainers() bool
HasContainers returns a boolean if a field is not nil.
func (*CreateTokenRequest) HasDeduplicateToken ¶
func (o *CreateTokenRequest) HasDeduplicateToken() bool
HasDeduplicateToken returns a boolean if a field is not nil.
func (*CreateTokenRequest) HasExpiresAt ¶
func (o *CreateTokenRequest) HasExpiresAt() bool
HasExpiresAt returns a boolean if a field is not nil.
func (*CreateTokenRequest) HasFingerprintExpression ¶
func (o *CreateTokenRequest) HasFingerprintExpression() bool
HasFingerprintExpression returns a boolean if a field is not nil.
func (*CreateTokenRequest) HasId ¶
func (o *CreateTokenRequest) HasId() bool
HasId returns a boolean if a field is not nil.
func (*CreateTokenRequest) HasMask ¶
func (o *CreateTokenRequest) HasMask() bool
HasMask returns a boolean if a field is not nil.
func (*CreateTokenRequest) HasMetadata ¶
func (o *CreateTokenRequest) HasMetadata() bool
HasMetadata returns a boolean if a field is not nil.
func (*CreateTokenRequest) HasPrivacy ¶
func (o *CreateTokenRequest) HasPrivacy() bool
HasPrivacy returns a boolean if a field is not nil.
func (*CreateTokenRequest) HasSearchIndexes ¶
func (o *CreateTokenRequest) HasSearchIndexes() bool
HasSearchIndexes returns a boolean if a field is not nil.
func (*CreateTokenRequest) HasType ¶
func (o *CreateTokenRequest) HasType() bool
HasType returns a boolean if a field is not nil.
func (CreateTokenRequest) MarshalJSON ¶
func (o CreateTokenRequest) MarshalJSON() ([]byte, error)
func (*CreateTokenRequest) SetContainers ¶
func (o *CreateTokenRequest) SetContainers(v []string)
SetContainers gets a reference to the given []string and assigns it to the Containers field.
func (*CreateTokenRequest) SetData ¶
func (o *CreateTokenRequest) SetData(v interface{})
SetData sets field value
func (*CreateTokenRequest) SetDeduplicateToken ¶
func (o *CreateTokenRequest) SetDeduplicateToken(v bool)
SetDeduplicateToken gets a reference to the given NullableBool and assigns it to the DeduplicateToken field.
func (*CreateTokenRequest) SetDeduplicateTokenNil ¶
func (o *CreateTokenRequest) SetDeduplicateTokenNil()
SetDeduplicateTokenNil sets the value for DeduplicateToken to be an explicit nil
func (*CreateTokenRequest) SetExpiresAt ¶
func (o *CreateTokenRequest) SetExpiresAt(v string)
SetExpiresAt gets a reference to the given NullableString and assigns it to the ExpiresAt field.
func (*CreateTokenRequest) SetExpiresAtNil ¶
func (o *CreateTokenRequest) SetExpiresAtNil()
SetExpiresAtNil sets the value for ExpiresAt to be an explicit nil
func (*CreateTokenRequest) SetFingerprintExpression ¶
func (o *CreateTokenRequest) SetFingerprintExpression(v string)
SetFingerprintExpression gets a reference to the given NullableString and assigns it to the FingerprintExpression field.
func (*CreateTokenRequest) SetFingerprintExpressionNil ¶
func (o *CreateTokenRequest) SetFingerprintExpressionNil()
SetFingerprintExpressionNil sets the value for FingerprintExpression to be an explicit nil
func (*CreateTokenRequest) SetId ¶
func (o *CreateTokenRequest) SetId(v string)
SetId gets a reference to the given NullableString and assigns it to the Id field.
func (*CreateTokenRequest) SetIdNil ¶
func (o *CreateTokenRequest) SetIdNil()
SetIdNil sets the value for Id to be an explicit nil
func (*CreateTokenRequest) SetMask ¶
func (o *CreateTokenRequest) SetMask(v interface{})
SetMask gets a reference to the given interface{} and assigns it to the Mask field.
func (*CreateTokenRequest) SetMetadata ¶
func (o *CreateTokenRequest) SetMetadata(v map[string]string)
SetMetadata gets a reference to the given map[string]string and assigns it to the Metadata field.
func (*CreateTokenRequest) SetPrivacy ¶
func (o *CreateTokenRequest) SetPrivacy(v Privacy)
SetPrivacy gets a reference to the given Privacy and assigns it to the Privacy field.
func (*CreateTokenRequest) SetSearchIndexes ¶
func (o *CreateTokenRequest) SetSearchIndexes(v []string)
SetSearchIndexes gets a reference to the given []string and assigns it to the SearchIndexes field.
func (*CreateTokenRequest) SetType ¶
func (o *CreateTokenRequest) SetType(v string)
SetType gets a reference to the given NullableString and assigns it to the Type field.
func (*CreateTokenRequest) SetTypeNil ¶
func (o *CreateTokenRequest) SetTypeNil()
SetTypeNil sets the value for Type to be an explicit nil
func (CreateTokenRequest) ToMap ¶
func (o CreateTokenRequest) ToMap() (map[string]interface{}, error)
func (*CreateTokenRequest) UnsetDeduplicateToken ¶
func (o *CreateTokenRequest) UnsetDeduplicateToken()
UnsetDeduplicateToken ensures that no value is present for DeduplicateToken, not even an explicit nil
func (*CreateTokenRequest) UnsetExpiresAt ¶
func (o *CreateTokenRequest) UnsetExpiresAt()
UnsetExpiresAt ensures that no value is present for ExpiresAt, not even an explicit nil
func (*CreateTokenRequest) UnsetFingerprintExpression ¶
func (o *CreateTokenRequest) UnsetFingerprintExpression()
UnsetFingerprintExpression ensures that no value is present for FingerprintExpression, not even an explicit nil
func (*CreateTokenRequest) UnsetId ¶
func (o *CreateTokenRequest) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (*CreateTokenRequest) UnsetType ¶
func (o *CreateTokenRequest) UnsetType()
UnsetType ensures that no value is present for Type, not even an explicit nil
type CreateTokenResponse ¶
type CreateTokenResponse struct { Id NullableString `json:"id,omitempty"` TenantId *string `json:"tenant_id,omitempty"` Type NullableString `json:"type,omitempty"` Fingerprint NullableString `json:"fingerprint,omitempty"` FingerprintExpression NullableString `json:"fingerprint_expression,omitempty"` Mask interface{} `json:"mask,omitempty"` Data interface{} `json:"data,omitempty"` Metadata map[string]string `json:"metadata,omitempty"` Enrichments *TokenEnrichments `json:"enrichments,omitempty"` Privacy *Privacy `json:"privacy,omitempty"` SearchIndexes []string `json:"search_indexes,omitempty"` CreatedBy NullableString `json:"created_by,omitempty"` CreatedAt NullableTime `json:"created_at,omitempty"` ModifiedBy NullableString `json:"modified_by,omitempty"` ModifiedAt NullableTime `json:"modified_at,omitempty"` ExpiresAt NullableTime `json:"expires_at,omitempty"` Containers []string `json:"containers,omitempty"` Aliases []string `json:"aliases,omitempty"` }
CreateTokenResponse struct for CreateTokenResponse
func NewCreateTokenResponse ¶
func NewCreateTokenResponse() *CreateTokenResponse
NewCreateTokenResponse instantiates a new CreateTokenResponse 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 NewCreateTokenResponseWithDefaults ¶
func NewCreateTokenResponseWithDefaults() *CreateTokenResponse
NewCreateTokenResponseWithDefaults instantiates a new CreateTokenResponse 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 (*CreateTokenResponse) GetAliases ¶
func (o *CreateTokenResponse) GetAliases() []string
GetAliases returns the Aliases field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateTokenResponse) GetAliasesOk ¶
func (o *CreateTokenResponse) GetAliasesOk() ([]string, bool)
GetAliasesOk returns a tuple with the Aliases field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateTokenResponse) GetContainers ¶
func (o *CreateTokenResponse) GetContainers() []string
GetContainers returns the Containers field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateTokenResponse) GetContainersOk ¶
func (o *CreateTokenResponse) GetContainersOk() ([]string, bool)
GetContainersOk returns a tuple with the Containers field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateTokenResponse) GetCreatedAt ¶
func (o *CreateTokenResponse) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateTokenResponse) GetCreatedAtOk ¶
func (o *CreateTokenResponse) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateTokenResponse) GetCreatedBy ¶
func (o *CreateTokenResponse) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateTokenResponse) GetCreatedByOk ¶
func (o *CreateTokenResponse) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateTokenResponse) GetData ¶
func (o *CreateTokenResponse) GetData() interface{}
GetData returns the Data field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateTokenResponse) GetDataOk ¶
func (o *CreateTokenResponse) GetDataOk() (*interface{}, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateTokenResponse) GetEnrichments ¶
func (o *CreateTokenResponse) GetEnrichments() TokenEnrichments
GetEnrichments returns the Enrichments field value if set, zero value otherwise.
func (*CreateTokenResponse) GetEnrichmentsOk ¶
func (o *CreateTokenResponse) GetEnrichmentsOk() (*TokenEnrichments, bool)
GetEnrichmentsOk returns a tuple with the Enrichments field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateTokenResponse) GetExpiresAt ¶
func (o *CreateTokenResponse) GetExpiresAt() time.Time
GetExpiresAt returns the ExpiresAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateTokenResponse) GetExpiresAtOk ¶
func (o *CreateTokenResponse) GetExpiresAtOk() (*time.Time, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateTokenResponse) GetFingerprint ¶
func (o *CreateTokenResponse) GetFingerprint() string
GetFingerprint returns the Fingerprint field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateTokenResponse) GetFingerprintExpression ¶
func (o *CreateTokenResponse) GetFingerprintExpression() string
GetFingerprintExpression returns the FingerprintExpression field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateTokenResponse) GetFingerprintExpressionOk ¶
func (o *CreateTokenResponse) GetFingerprintExpressionOk() (*string, bool)
GetFingerprintExpressionOk returns a tuple with the FingerprintExpression field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateTokenResponse) GetFingerprintOk ¶
func (o *CreateTokenResponse) GetFingerprintOk() (*string, bool)
GetFingerprintOk returns a tuple with the Fingerprint field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateTokenResponse) GetId ¶
func (o *CreateTokenResponse) GetId() string
GetId returns the Id field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateTokenResponse) GetIdOk ¶
func (o *CreateTokenResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateTokenResponse) GetMask ¶
func (o *CreateTokenResponse) GetMask() interface{}
GetMask returns the Mask field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateTokenResponse) GetMaskOk ¶
func (o *CreateTokenResponse) GetMaskOk() (*interface{}, bool)
GetMaskOk returns a tuple with the Mask field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateTokenResponse) GetMetadata ¶
func (o *CreateTokenResponse) GetMetadata() map[string]string
GetMetadata returns the Metadata field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateTokenResponse) GetMetadataOk ¶
func (o *CreateTokenResponse) GetMetadataOk() (*map[string]string, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateTokenResponse) GetModifiedAt ¶
func (o *CreateTokenResponse) GetModifiedAt() time.Time
GetModifiedAt returns the ModifiedAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateTokenResponse) GetModifiedAtOk ¶
func (o *CreateTokenResponse) GetModifiedAtOk() (*time.Time, bool)
GetModifiedAtOk returns a tuple with the ModifiedAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateTokenResponse) GetModifiedBy ¶
func (o *CreateTokenResponse) GetModifiedBy() string
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateTokenResponse) GetModifiedByOk ¶
func (o *CreateTokenResponse) GetModifiedByOk() (*string, bool)
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateTokenResponse) GetPrivacy ¶
func (o *CreateTokenResponse) GetPrivacy() Privacy
GetPrivacy returns the Privacy field value if set, zero value otherwise.
func (*CreateTokenResponse) GetPrivacyOk ¶
func (o *CreateTokenResponse) GetPrivacyOk() (*Privacy, bool)
GetPrivacyOk returns a tuple with the Privacy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateTokenResponse) GetSearchIndexes ¶
func (o *CreateTokenResponse) GetSearchIndexes() []string
GetSearchIndexes returns the SearchIndexes field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateTokenResponse) GetSearchIndexesOk ¶
func (o *CreateTokenResponse) GetSearchIndexesOk() ([]string, bool)
GetSearchIndexesOk returns a tuple with the SearchIndexes field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateTokenResponse) GetTenantId ¶
func (o *CreateTokenResponse) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*CreateTokenResponse) GetTenantIdOk ¶
func (o *CreateTokenResponse) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateTokenResponse) GetType ¶
func (o *CreateTokenResponse) GetType() string
GetType returns the Type field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateTokenResponse) GetTypeOk ¶
func (o *CreateTokenResponse) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CreateTokenResponse) HasAliases ¶
func (o *CreateTokenResponse) HasAliases() bool
HasAliases returns a boolean if a field is not nil.
func (*CreateTokenResponse) HasContainers ¶
func (o *CreateTokenResponse) HasContainers() bool
HasContainers returns a boolean if a field is not nil.
func (*CreateTokenResponse) HasCreatedAt ¶
func (o *CreateTokenResponse) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field is not nil.
func (*CreateTokenResponse) HasCreatedBy ¶
func (o *CreateTokenResponse) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field is not nil.
func (*CreateTokenResponse) HasData ¶
func (o *CreateTokenResponse) HasData() bool
HasData returns a boolean if a field is not nil.
func (*CreateTokenResponse) HasEnrichments ¶
func (o *CreateTokenResponse) HasEnrichments() bool
HasEnrichments returns a boolean if a field is not nil.
func (*CreateTokenResponse) HasExpiresAt ¶
func (o *CreateTokenResponse) HasExpiresAt() bool
HasExpiresAt returns a boolean if a field is not nil.
func (*CreateTokenResponse) HasFingerprint ¶
func (o *CreateTokenResponse) HasFingerprint() bool
HasFingerprint returns a boolean if a field is not nil.
func (*CreateTokenResponse) HasFingerprintExpression ¶
func (o *CreateTokenResponse) HasFingerprintExpression() bool
HasFingerprintExpression returns a boolean if a field is not nil.
func (*CreateTokenResponse) HasId ¶
func (o *CreateTokenResponse) HasId() bool
HasId returns a boolean if a field is not nil.
func (*CreateTokenResponse) HasMask ¶
func (o *CreateTokenResponse) HasMask() bool
HasMask returns a boolean if a field is not nil.
func (*CreateTokenResponse) HasMetadata ¶
func (o *CreateTokenResponse) HasMetadata() bool
HasMetadata returns a boolean if a field is not nil.
func (*CreateTokenResponse) HasModifiedAt ¶
func (o *CreateTokenResponse) HasModifiedAt() bool
HasModifiedAt returns a boolean if a field is not nil.
func (*CreateTokenResponse) HasModifiedBy ¶
func (o *CreateTokenResponse) HasModifiedBy() bool
HasModifiedBy returns a boolean if a field is not nil.
func (*CreateTokenResponse) HasPrivacy ¶
func (o *CreateTokenResponse) HasPrivacy() bool
HasPrivacy returns a boolean if a field is not nil.
func (*CreateTokenResponse) HasSearchIndexes ¶
func (o *CreateTokenResponse) HasSearchIndexes() bool
HasSearchIndexes returns a boolean if a field is not nil.
func (*CreateTokenResponse) HasTenantId ¶
func (o *CreateTokenResponse) HasTenantId() bool
HasTenantId returns a boolean if a field is not nil.
func (*CreateTokenResponse) HasType ¶
func (o *CreateTokenResponse) HasType() bool
HasType returns a boolean if a field is not nil.
func (CreateTokenResponse) MarshalJSON ¶
func (o CreateTokenResponse) MarshalJSON() ([]byte, error)
func (*CreateTokenResponse) SetAliases ¶
func (o *CreateTokenResponse) SetAliases(v []string)
SetAliases gets a reference to the given []string and assigns it to the Aliases field.
func (*CreateTokenResponse) SetContainers ¶
func (o *CreateTokenResponse) SetContainers(v []string)
SetContainers gets a reference to the given []string and assigns it to the Containers field.
func (*CreateTokenResponse) SetCreatedAt ¶
func (o *CreateTokenResponse) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given NullableTime and assigns it to the CreatedAt field.
func (*CreateTokenResponse) SetCreatedAtNil ¶
func (o *CreateTokenResponse) SetCreatedAtNil()
SetCreatedAtNil sets the value for CreatedAt to be an explicit nil
func (*CreateTokenResponse) SetCreatedBy ¶
func (o *CreateTokenResponse) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given NullableString and assigns it to the CreatedBy field.
func (*CreateTokenResponse) SetCreatedByNil ¶
func (o *CreateTokenResponse) SetCreatedByNil()
SetCreatedByNil sets the value for CreatedBy to be an explicit nil
func (*CreateTokenResponse) SetData ¶
func (o *CreateTokenResponse) SetData(v interface{})
SetData gets a reference to the given interface{} and assigns it to the Data field.
func (*CreateTokenResponse) SetEnrichments ¶
func (o *CreateTokenResponse) SetEnrichments(v TokenEnrichments)
SetEnrichments gets a reference to the given TokenEnrichments and assigns it to the Enrichments field.
func (*CreateTokenResponse) SetExpiresAt ¶
func (o *CreateTokenResponse) SetExpiresAt(v time.Time)
SetExpiresAt gets a reference to the given NullableTime and assigns it to the ExpiresAt field.
func (*CreateTokenResponse) SetExpiresAtNil ¶
func (o *CreateTokenResponse) SetExpiresAtNil()
SetExpiresAtNil sets the value for ExpiresAt to be an explicit nil
func (*CreateTokenResponse) SetFingerprint ¶
func (o *CreateTokenResponse) SetFingerprint(v string)
SetFingerprint gets a reference to the given NullableString and assigns it to the Fingerprint field.
func (*CreateTokenResponse) SetFingerprintExpression ¶
func (o *CreateTokenResponse) SetFingerprintExpression(v string)
SetFingerprintExpression gets a reference to the given NullableString and assigns it to the FingerprintExpression field.
func (*CreateTokenResponse) SetFingerprintExpressionNil ¶
func (o *CreateTokenResponse) SetFingerprintExpressionNil()
SetFingerprintExpressionNil sets the value for FingerprintExpression to be an explicit nil
func (*CreateTokenResponse) SetFingerprintNil ¶
func (o *CreateTokenResponse) SetFingerprintNil()
SetFingerprintNil sets the value for Fingerprint to be an explicit nil
func (*CreateTokenResponse) SetId ¶
func (o *CreateTokenResponse) SetId(v string)
SetId gets a reference to the given NullableString and assigns it to the Id field.
func (*CreateTokenResponse) SetIdNil ¶
func (o *CreateTokenResponse) SetIdNil()
SetIdNil sets the value for Id to be an explicit nil
func (*CreateTokenResponse) SetMask ¶
func (o *CreateTokenResponse) SetMask(v interface{})
SetMask gets a reference to the given interface{} and assigns it to the Mask field.
func (*CreateTokenResponse) SetMetadata ¶
func (o *CreateTokenResponse) SetMetadata(v map[string]string)
SetMetadata gets a reference to the given map[string]string and assigns it to the Metadata field.
func (*CreateTokenResponse) SetModifiedAt ¶
func (o *CreateTokenResponse) SetModifiedAt(v time.Time)
SetModifiedAt gets a reference to the given NullableTime and assigns it to the ModifiedAt field.
func (*CreateTokenResponse) SetModifiedAtNil ¶
func (o *CreateTokenResponse) SetModifiedAtNil()
SetModifiedAtNil sets the value for ModifiedAt to be an explicit nil
func (*CreateTokenResponse) SetModifiedBy ¶
func (o *CreateTokenResponse) SetModifiedBy(v string)
SetModifiedBy gets a reference to the given NullableString and assigns it to the ModifiedBy field.
func (*CreateTokenResponse) SetModifiedByNil ¶
func (o *CreateTokenResponse) SetModifiedByNil()
SetModifiedByNil sets the value for ModifiedBy to be an explicit nil
func (*CreateTokenResponse) SetPrivacy ¶
func (o *CreateTokenResponse) SetPrivacy(v Privacy)
SetPrivacy gets a reference to the given Privacy and assigns it to the Privacy field.
func (*CreateTokenResponse) SetSearchIndexes ¶
func (o *CreateTokenResponse) SetSearchIndexes(v []string)
SetSearchIndexes gets a reference to the given []string and assigns it to the SearchIndexes field.
func (*CreateTokenResponse) SetTenantId ¶
func (o *CreateTokenResponse) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (*CreateTokenResponse) SetType ¶
func (o *CreateTokenResponse) SetType(v string)
SetType gets a reference to the given NullableString and assigns it to the Type field.
func (*CreateTokenResponse) SetTypeNil ¶
func (o *CreateTokenResponse) SetTypeNil()
SetTypeNil sets the value for Type to be an explicit nil
func (CreateTokenResponse) ToMap ¶
func (o CreateTokenResponse) ToMap() (map[string]interface{}, error)
func (*CreateTokenResponse) UnsetCreatedAt ¶
func (o *CreateTokenResponse) UnsetCreatedAt()
UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil
func (*CreateTokenResponse) UnsetCreatedBy ¶
func (o *CreateTokenResponse) UnsetCreatedBy()
UnsetCreatedBy ensures that no value is present for CreatedBy, not even an explicit nil
func (*CreateTokenResponse) UnsetExpiresAt ¶
func (o *CreateTokenResponse) UnsetExpiresAt()
UnsetExpiresAt ensures that no value is present for ExpiresAt, not even an explicit nil
func (*CreateTokenResponse) UnsetFingerprint ¶
func (o *CreateTokenResponse) UnsetFingerprint()
UnsetFingerprint ensures that no value is present for Fingerprint, not even an explicit nil
func (*CreateTokenResponse) UnsetFingerprintExpression ¶
func (o *CreateTokenResponse) UnsetFingerprintExpression()
UnsetFingerprintExpression ensures that no value is present for FingerprintExpression, not even an explicit nil
func (*CreateTokenResponse) UnsetId ¶
func (o *CreateTokenResponse) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (*CreateTokenResponse) UnsetModifiedAt ¶
func (o *CreateTokenResponse) UnsetModifiedAt()
UnsetModifiedAt ensures that no value is present for ModifiedAt, not even an explicit nil
func (*CreateTokenResponse) UnsetModifiedBy ¶
func (o *CreateTokenResponse) UnsetModifiedBy()
UnsetModifiedBy ensures that no value is present for ModifiedBy, not even an explicit nil
func (*CreateTokenResponse) UnsetType ¶
func (o *CreateTokenResponse) UnsetType()
UnsetType ensures that no value is present for Type, not even an explicit nil
type CursorPagination ¶
type CursorPagination struct { PageSize NullableInt32 `json:"page_size,omitempty"` Next NullableString `json:"next,omitempty"` }
CursorPagination struct for CursorPagination
func NewCursorPagination ¶
func NewCursorPagination() *CursorPagination
NewCursorPagination instantiates a new CursorPagination 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 NewCursorPaginationWithDefaults ¶
func NewCursorPaginationWithDefaults() *CursorPagination
NewCursorPaginationWithDefaults instantiates a new CursorPagination 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 (*CursorPagination) GetNext ¶
func (o *CursorPagination) GetNext() string
GetNext returns the Next field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CursorPagination) GetNextOk ¶
func (o *CursorPagination) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CursorPagination) GetPageSize ¶
func (o *CursorPagination) GetPageSize() int32
GetPageSize returns the PageSize field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CursorPagination) GetPageSizeOk ¶
func (o *CursorPagination) GetPageSizeOk() (*int32, bool)
GetPageSizeOk returns a tuple with the PageSize field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CursorPagination) HasNext ¶
func (o *CursorPagination) HasNext() bool
HasNext returns a boolean if a field is not nil.
func (*CursorPagination) HasPageSize ¶
func (o *CursorPagination) HasPageSize() bool
HasPageSize returns a boolean if a field is not nil.
func (CursorPagination) MarshalJSON ¶
func (o CursorPagination) MarshalJSON() ([]byte, error)
func (*CursorPagination) SetNext ¶
func (o *CursorPagination) SetNext(v string)
SetNext gets a reference to the given NullableString and assigns it to the Next field.
func (*CursorPagination) SetNextNil ¶
func (o *CursorPagination) SetNextNil()
SetNextNil sets the value for Next to be an explicit nil
func (*CursorPagination) SetPageSize ¶
func (o *CursorPagination) SetPageSize(v int32)
SetPageSize gets a reference to the given NullableInt32 and assigns it to the PageSize field.
func (*CursorPagination) SetPageSizeNil ¶
func (o *CursorPagination) SetPageSizeNil()
SetPageSizeNil sets the value for PageSize to be an explicit nil
func (CursorPagination) ToMap ¶
func (o CursorPagination) ToMap() (map[string]interface{}, error)
func (*CursorPagination) UnsetNext ¶
func (o *CursorPagination) UnsetNext()
UnsetNext ensures that no value is present for Next, not even an explicit nil
func (*CursorPagination) UnsetPageSize ¶
func (o *CursorPagination) UnsetPageSize()
UnsetPageSize ensures that no value is present for PageSize, not even an explicit nil
type DetokenizeApiDetokenizeRequest ¶
type DetokenizeApiDetokenizeRequest struct { ApiService *DetokenizeApiService // contains filtered or unexported fields }
func (DetokenizeApiDetokenizeRequest) Body ¶
func (r DetokenizeApiDetokenizeRequest) Body(body interface{}) DetokenizeApiDetokenizeRequest
type DetokenizeApiService ¶
type DetokenizeApiService service
DetokenizeApiService DetokenizeApi service
func (*DetokenizeApiService) Detokenize ¶
func (a *DetokenizeApiService) Detokenize(ctx context.Context) DetokenizeApiDetokenizeRequest
Detokenize Method for Detokenize
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return DetokenizeApiDetokenizeRequest
func (*DetokenizeApiService) DetokenizeExecute ¶
func (a *DetokenizeApiService) DetokenizeExecute(r DetokenizeApiDetokenizeRequest) (*http.Response, error)
Execute executes the request
type EncryptionKey ¶
type EncryptionKey struct { Key string `json:"key"` Prov NullableString `json:"prov,omitempty"` Alg NullableString `json:"alg,omitempty"` }
EncryptionKey struct for EncryptionKey
func NewEncryptionKey ¶
func NewEncryptionKey(key string) *EncryptionKey
NewEncryptionKey instantiates a new EncryptionKey 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 NewEncryptionKeyWithDefaults ¶
func NewEncryptionKeyWithDefaults() *EncryptionKey
NewEncryptionKeyWithDefaults instantiates a new EncryptionKey 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 (*EncryptionKey) GetAlg ¶
func (o *EncryptionKey) GetAlg() string
GetAlg returns the Alg field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EncryptionKey) GetAlgOk ¶
func (o *EncryptionKey) GetAlgOk() (*string, bool)
GetAlgOk returns a tuple with the Alg field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*EncryptionKey) GetKey ¶
func (o *EncryptionKey) GetKey() string
GetKey returns the Key field value
func (*EncryptionKey) GetKeyOk ¶
func (o *EncryptionKey) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*EncryptionKey) GetProv ¶
func (o *EncryptionKey) GetProv() string
GetProv returns the Prov field value if set, zero value otherwise (both if not set or set to explicit null).
func (*EncryptionKey) GetProvOk ¶
func (o *EncryptionKey) GetProvOk() (*string, bool)
GetProvOk returns a tuple with the Prov field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*EncryptionKey) HasAlg ¶
func (o *EncryptionKey) HasAlg() bool
HasAlg returns a boolean if a field is not nil.
func (*EncryptionKey) HasProv ¶
func (o *EncryptionKey) HasProv() bool
HasProv returns a boolean if a field is not nil.
func (EncryptionKey) MarshalJSON ¶
func (o EncryptionKey) MarshalJSON() ([]byte, error)
func (*EncryptionKey) SetAlg ¶
func (o *EncryptionKey) SetAlg(v string)
SetAlg gets a reference to the given NullableString and assigns it to the Alg field.
func (*EncryptionKey) SetAlgNil ¶
func (o *EncryptionKey) SetAlgNil()
SetAlgNil sets the value for Alg to be an explicit nil
func (*EncryptionKey) SetProv ¶
func (o *EncryptionKey) SetProv(v string)
SetProv gets a reference to the given NullableString and assigns it to the Prov field.
func (*EncryptionKey) SetProvNil ¶
func (o *EncryptionKey) SetProvNil()
SetProvNil sets the value for Prov to be an explicit nil
func (EncryptionKey) ToMap ¶
func (o EncryptionKey) ToMap() (map[string]interface{}, error)
func (*EncryptionKey) UnsetAlg ¶
func (o *EncryptionKey) UnsetAlg()
UnsetAlg ensures that no value is present for Alg, not even an explicit nil
func (*EncryptionKey) UnsetProv ¶
func (o *EncryptionKey) UnsetProv()
UnsetProv ensures that no value is present for Prov, not even an explicit nil
type EncryptionMetadata ¶
type EncryptionMetadata struct { Cek *EncryptionKey `json:"cek,omitempty"` Kek *EncryptionKey `json:"kek,omitempty"` }
EncryptionMetadata struct for EncryptionMetadata
func NewEncryptionMetadata ¶
func NewEncryptionMetadata() *EncryptionMetadata
NewEncryptionMetadata instantiates a new EncryptionMetadata 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 NewEncryptionMetadataWithDefaults ¶
func NewEncryptionMetadataWithDefaults() *EncryptionMetadata
NewEncryptionMetadataWithDefaults instantiates a new EncryptionMetadata 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 (*EncryptionMetadata) GetCek ¶
func (o *EncryptionMetadata) GetCek() EncryptionKey
GetCek returns the Cek field value if set, zero value otherwise.
func (*EncryptionMetadata) GetCekOk ¶
func (o *EncryptionMetadata) GetCekOk() (*EncryptionKey, bool)
GetCekOk returns a tuple with the Cek field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EncryptionMetadata) GetKek ¶
func (o *EncryptionMetadata) GetKek() EncryptionKey
GetKek returns the Kek field value if set, zero value otherwise.
func (*EncryptionMetadata) GetKekOk ¶
func (o *EncryptionMetadata) GetKekOk() (*EncryptionKey, bool)
GetKekOk returns a tuple with the Kek field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EncryptionMetadata) HasCek ¶
func (o *EncryptionMetadata) HasCek() bool
HasCek returns a boolean if a field is not nil.
func (*EncryptionMetadata) HasKek ¶
func (o *EncryptionMetadata) HasKek() bool
HasKek returns a boolean if a field is not nil.
func (EncryptionMetadata) MarshalJSON ¶
func (o EncryptionMetadata) MarshalJSON() ([]byte, error)
func (*EncryptionMetadata) SetCek ¶
func (o *EncryptionMetadata) SetCek(v EncryptionKey)
SetCek gets a reference to the given EncryptionKey and assigns it to the Cek field.
func (*EncryptionMetadata) SetKek ¶
func (o *EncryptionMetadata) SetKek(v EncryptionKey)
SetKek gets a reference to the given EncryptionKey and assigns it to the Kek field.
func (EncryptionMetadata) ToMap ¶
func (o EncryptionMetadata) ToMap() (map[string]interface{}, error)
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type GetApplications ¶
type GetApplications struct { Id []string `json:"id,omitempty"` Type []string `json:"type,omitempty"` Page NullableInt32 `json:"page,omitempty"` Start NullableString `json:"start,omitempty"` Size NullableInt32 `json:"size,omitempty"` }
GetApplications struct for GetApplications
func NewGetApplications ¶
func NewGetApplications() *GetApplications
NewGetApplications instantiates a new GetApplications 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 NewGetApplicationsWithDefaults ¶
func NewGetApplicationsWithDefaults() *GetApplications
NewGetApplicationsWithDefaults instantiates a new GetApplications 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 (*GetApplications) GetId ¶
func (o *GetApplications) GetId() []string
GetId returns the Id field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetApplications) GetIdOk ¶
func (o *GetApplications) GetIdOk() ([]string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetApplications) GetPage ¶
func (o *GetApplications) GetPage() int32
GetPage returns the Page field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetApplications) GetPageOk ¶
func (o *GetApplications) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetApplications) GetSize ¶
func (o *GetApplications) GetSize() int32
GetSize returns the Size field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetApplications) GetSizeOk ¶
func (o *GetApplications) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetApplications) GetStart ¶
func (o *GetApplications) GetStart() string
GetStart returns the Start field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetApplications) GetStartOk ¶
func (o *GetApplications) GetStartOk() (*string, bool)
GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetApplications) GetType ¶
func (o *GetApplications) GetType() []string
GetType returns the Type field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetApplications) GetTypeOk ¶
func (o *GetApplications) GetTypeOk() ([]string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetApplications) HasId ¶
func (o *GetApplications) HasId() bool
HasId returns a boolean if a field is not nil.
func (*GetApplications) HasPage ¶
func (o *GetApplications) HasPage() bool
HasPage returns a boolean if a field is not nil.
func (*GetApplications) HasSize ¶
func (o *GetApplications) HasSize() bool
HasSize returns a boolean if a field is not nil.
func (*GetApplications) HasStart ¶
func (o *GetApplications) HasStart() bool
HasStart returns a boolean if a field is not nil.
func (*GetApplications) HasType ¶
func (o *GetApplications) HasType() bool
HasType returns a boolean if a field is not nil.
func (GetApplications) MarshalJSON ¶
func (o GetApplications) MarshalJSON() ([]byte, error)
func (*GetApplications) SetId ¶
func (o *GetApplications) SetId(v []string)
SetId gets a reference to the given []string and assigns it to the Id field.
func (*GetApplications) SetPage ¶
func (o *GetApplications) SetPage(v int32)
SetPage gets a reference to the given NullableInt32 and assigns it to the Page field.
func (*GetApplications) SetPageNil ¶
func (o *GetApplications) SetPageNil()
SetPageNil sets the value for Page to be an explicit nil
func (*GetApplications) SetSize ¶
func (o *GetApplications) SetSize(v int32)
SetSize gets a reference to the given NullableInt32 and assigns it to the Size field.
func (*GetApplications) SetSizeNil ¶
func (o *GetApplications) SetSizeNil()
SetSizeNil sets the value for Size to be an explicit nil
func (*GetApplications) SetStart ¶
func (o *GetApplications) SetStart(v string)
SetStart gets a reference to the given NullableString and assigns it to the Start field.
func (*GetApplications) SetStartNil ¶
func (o *GetApplications) SetStartNil()
SetStartNil sets the value for Start to be an explicit nil
func (*GetApplications) SetType ¶
func (o *GetApplications) SetType(v []string)
SetType gets a reference to the given []string and assigns it to the Type field.
func (GetApplications) ToMap ¶
func (o GetApplications) ToMap() (map[string]interface{}, error)
func (*GetApplications) UnsetPage ¶
func (o *GetApplications) UnsetPage()
UnsetPage ensures that no value is present for Page, not even an explicit nil
func (*GetApplications) UnsetSize ¶
func (o *GetApplications) UnsetSize()
UnsetSize ensures that no value is present for Size, not even an explicit nil
func (*GetApplications) UnsetStart ¶
func (o *GetApplications) UnsetStart()
UnsetStart ensures that no value is present for Start, not even an explicit nil
type GetLogs ¶
type GetLogs struct { EntityType NullableString `json:"entity_type,omitempty"` EntityId NullableString `json:"entity_id,omitempty"` StartDate NullableTime `json:"start_date,omitempty"` EndDate NullableTime `json:"end_date,omitempty"` Page NullableInt32 `json:"page,omitempty"` Start NullableString `json:"start,omitempty"` Size NullableInt32 `json:"size,omitempty"` }
GetLogs struct for GetLogs
func NewGetLogs ¶
func NewGetLogs() *GetLogs
NewGetLogs instantiates a new GetLogs 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 NewGetLogsWithDefaults ¶
func NewGetLogsWithDefaults() *GetLogs
NewGetLogsWithDefaults instantiates a new GetLogs 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 (*GetLogs) GetEndDate ¶
GetEndDate returns the EndDate field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetLogs) GetEndDateOk ¶
GetEndDateOk returns a tuple with the EndDate field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetLogs) GetEntityId ¶
GetEntityId returns the EntityId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetLogs) GetEntityIdOk ¶
GetEntityIdOk returns a tuple with the EntityId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetLogs) GetEntityType ¶
GetEntityType returns the EntityType field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetLogs) GetEntityTypeOk ¶
GetEntityTypeOk returns a tuple with the EntityType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetLogs) GetPage ¶
GetPage returns the Page field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetLogs) GetPageOk ¶
GetPageOk returns a tuple with the Page field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetLogs) GetSize ¶
GetSize returns the Size field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetLogs) GetSizeOk ¶
GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetLogs) GetStart ¶
GetStart returns the Start field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetLogs) GetStartDate ¶
GetStartDate returns the StartDate field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetLogs) GetStartDateOk ¶
GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetLogs) GetStartOk ¶
GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetLogs) HasEndDate ¶
HasEndDate returns a boolean if a field is not nil.
func (*GetLogs) HasEntityId ¶
HasEntityId returns a boolean if a field is not nil.
func (*GetLogs) HasEntityType ¶
HasEntityType returns a boolean if a field is not nil.
func (*GetLogs) HasStartDate ¶
HasStartDate returns a boolean if a field is not nil.
func (GetLogs) MarshalJSON ¶
func (*GetLogs) SetEndDate ¶
SetEndDate gets a reference to the given NullableTime and assigns it to the EndDate field.
func (*GetLogs) SetEndDateNil ¶
func (o *GetLogs) SetEndDateNil()
SetEndDateNil sets the value for EndDate to be an explicit nil
func (*GetLogs) SetEntityId ¶
SetEntityId gets a reference to the given NullableString and assigns it to the EntityId field.
func (*GetLogs) SetEntityIdNil ¶
func (o *GetLogs) SetEntityIdNil()
SetEntityIdNil sets the value for EntityId to be an explicit nil
func (*GetLogs) SetEntityType ¶
SetEntityType gets a reference to the given NullableString and assigns it to the EntityType field.
func (*GetLogs) SetEntityTypeNil ¶
func (o *GetLogs) SetEntityTypeNil()
SetEntityTypeNil sets the value for EntityType to be an explicit nil
func (*GetLogs) SetPage ¶
SetPage gets a reference to the given NullableInt32 and assigns it to the Page field.
func (*GetLogs) SetPageNil ¶
func (o *GetLogs) SetPageNil()
SetPageNil sets the value for Page to be an explicit nil
func (*GetLogs) SetSize ¶
SetSize gets a reference to the given NullableInt32 and assigns it to the Size field.
func (*GetLogs) SetSizeNil ¶
func (o *GetLogs) SetSizeNil()
SetSizeNil sets the value for Size to be an explicit nil
func (*GetLogs) SetStart ¶
SetStart gets a reference to the given NullableString and assigns it to the Start field.
func (*GetLogs) SetStartDate ¶
SetStartDate gets a reference to the given NullableTime and assigns it to the StartDate field.
func (*GetLogs) SetStartDateNil ¶
func (o *GetLogs) SetStartDateNil()
SetStartDateNil sets the value for StartDate to be an explicit nil
func (*GetLogs) SetStartNil ¶
func (o *GetLogs) SetStartNil()
SetStartNil sets the value for Start to be an explicit nil
func (*GetLogs) UnsetEndDate ¶
func (o *GetLogs) UnsetEndDate()
UnsetEndDate ensures that no value is present for EndDate, not even an explicit nil
func (*GetLogs) UnsetEntityId ¶
func (o *GetLogs) UnsetEntityId()
UnsetEntityId ensures that no value is present for EntityId, not even an explicit nil
func (*GetLogs) UnsetEntityType ¶
func (o *GetLogs) UnsetEntityType()
UnsetEntityType ensures that no value is present for EntityType, not even an explicit nil
func (*GetLogs) UnsetPage ¶
func (o *GetLogs) UnsetPage()
UnsetPage ensures that no value is present for Page, not even an explicit nil
func (*GetLogs) UnsetSize ¶
func (o *GetLogs) UnsetSize()
UnsetSize ensures that no value is present for Size, not even an explicit nil
func (*GetLogs) UnsetStart ¶
func (o *GetLogs) UnsetStart()
UnsetStart ensures that no value is present for Start, not even an explicit nil
func (*GetLogs) UnsetStartDate ¶
func (o *GetLogs) UnsetStartDate()
UnsetStartDate ensures that no value is present for StartDate, not even an explicit nil
type GetPermissions ¶
type GetPermissions struct {
ApplicationType NullableString `json:"application_type,omitempty"`
}
GetPermissions struct for GetPermissions
func NewGetPermissions ¶
func NewGetPermissions() *GetPermissions
NewGetPermissions instantiates a new GetPermissions 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 NewGetPermissionsWithDefaults ¶
func NewGetPermissionsWithDefaults() *GetPermissions
NewGetPermissionsWithDefaults instantiates a new GetPermissions 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 (*GetPermissions) GetApplicationType ¶
func (o *GetPermissions) GetApplicationType() string
GetApplicationType returns the ApplicationType field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetPermissions) GetApplicationTypeOk ¶
func (o *GetPermissions) GetApplicationTypeOk() (*string, bool)
GetApplicationTypeOk returns a tuple with the ApplicationType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetPermissions) HasApplicationType ¶
func (o *GetPermissions) HasApplicationType() bool
HasApplicationType returns a boolean if a field is not nil.
func (GetPermissions) MarshalJSON ¶
func (o GetPermissions) MarshalJSON() ([]byte, error)
func (*GetPermissions) SetApplicationType ¶
func (o *GetPermissions) SetApplicationType(v string)
SetApplicationType gets a reference to the given NullableString and assigns it to the ApplicationType field.
func (*GetPermissions) SetApplicationTypeNil ¶
func (o *GetPermissions) SetApplicationTypeNil()
SetApplicationTypeNil sets the value for ApplicationType to be an explicit nil
func (GetPermissions) ToMap ¶
func (o GetPermissions) ToMap() (map[string]interface{}, error)
func (*GetPermissions) UnsetApplicationType ¶
func (o *GetPermissions) UnsetApplicationType()
UnsetApplicationType ensures that no value is present for ApplicationType, not even an explicit nil
type GetProxies ¶
type GetProxies struct { Id []string `json:"id,omitempty"` Name NullableString `json:"name,omitempty"` Page NullableInt32 `json:"page,omitempty"` Start NullableString `json:"start,omitempty"` Size NullableInt32 `json:"size,omitempty"` }
GetProxies struct for GetProxies
func NewGetProxies ¶
func NewGetProxies() *GetProxies
NewGetProxies instantiates a new GetProxies 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 NewGetProxiesWithDefaults ¶
func NewGetProxiesWithDefaults() *GetProxies
NewGetProxiesWithDefaults instantiates a new GetProxies 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 (*GetProxies) GetId ¶
func (o *GetProxies) GetId() []string
GetId returns the Id field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetProxies) GetIdOk ¶
func (o *GetProxies) GetIdOk() ([]string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetProxies) GetName ¶
func (o *GetProxies) GetName() string
GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetProxies) GetNameOk ¶
func (o *GetProxies) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetProxies) GetPage ¶
func (o *GetProxies) GetPage() int32
GetPage returns the Page field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetProxies) GetPageOk ¶
func (o *GetProxies) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetProxies) GetSize ¶
func (o *GetProxies) GetSize() int32
GetSize returns the Size field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetProxies) GetSizeOk ¶
func (o *GetProxies) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetProxies) GetStart ¶
func (o *GetProxies) GetStart() string
GetStart returns the Start field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetProxies) GetStartOk ¶
func (o *GetProxies) GetStartOk() (*string, bool)
GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetProxies) HasId ¶
func (o *GetProxies) HasId() bool
HasId returns a boolean if a field is not nil.
func (*GetProxies) HasName ¶
func (o *GetProxies) HasName() bool
HasName returns a boolean if a field is not nil.
func (*GetProxies) HasPage ¶
func (o *GetProxies) HasPage() bool
HasPage returns a boolean if a field is not nil.
func (*GetProxies) HasSize ¶
func (o *GetProxies) HasSize() bool
HasSize returns a boolean if a field is not nil.
func (*GetProxies) HasStart ¶
func (o *GetProxies) HasStart() bool
HasStart returns a boolean if a field is not nil.
func (GetProxies) MarshalJSON ¶
func (o GetProxies) MarshalJSON() ([]byte, error)
func (*GetProxies) SetId ¶
func (o *GetProxies) SetId(v []string)
SetId gets a reference to the given []string and assigns it to the Id field.
func (*GetProxies) SetName ¶
func (o *GetProxies) SetName(v string)
SetName gets a reference to the given NullableString and assigns it to the Name field.
func (*GetProxies) SetNameNil ¶
func (o *GetProxies) SetNameNil()
SetNameNil sets the value for Name to be an explicit nil
func (*GetProxies) SetPage ¶
func (o *GetProxies) SetPage(v int32)
SetPage gets a reference to the given NullableInt32 and assigns it to the Page field.
func (*GetProxies) SetPageNil ¶
func (o *GetProxies) SetPageNil()
SetPageNil sets the value for Page to be an explicit nil
func (*GetProxies) SetSize ¶
func (o *GetProxies) SetSize(v int32)
SetSize gets a reference to the given NullableInt32 and assigns it to the Size field.
func (*GetProxies) SetSizeNil ¶
func (o *GetProxies) SetSizeNil()
SetSizeNil sets the value for Size to be an explicit nil
func (*GetProxies) SetStart ¶
func (o *GetProxies) SetStart(v string)
SetStart gets a reference to the given NullableString and assigns it to the Start field.
func (*GetProxies) SetStartNil ¶
func (o *GetProxies) SetStartNil()
SetStartNil sets the value for Start to be an explicit nil
func (GetProxies) ToMap ¶
func (o GetProxies) ToMap() (map[string]interface{}, error)
func (*GetProxies) UnsetName ¶
func (o *GetProxies) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (*GetProxies) UnsetPage ¶
func (o *GetProxies) UnsetPage()
UnsetPage ensures that no value is present for Page, not even an explicit nil
func (*GetProxies) UnsetSize ¶
func (o *GetProxies) UnsetSize()
UnsetSize ensures that no value is present for Size, not even an explicit nil
func (*GetProxies) UnsetStart ¶
func (o *GetProxies) UnsetStart()
UnsetStart ensures that no value is present for Start, not even an explicit nil
type GetReactorFormulas ¶
type GetReactorFormulas struct { Name NullableString `json:"name,omitempty"` Page NullableInt32 `json:"page,omitempty"` Start NullableString `json:"start,omitempty"` Size NullableInt32 `json:"size,omitempty"` }
GetReactorFormulas struct for GetReactorFormulas
func NewGetReactorFormulas ¶
func NewGetReactorFormulas() *GetReactorFormulas
NewGetReactorFormulas instantiates a new GetReactorFormulas 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 NewGetReactorFormulasWithDefaults ¶
func NewGetReactorFormulasWithDefaults() *GetReactorFormulas
NewGetReactorFormulasWithDefaults instantiates a new GetReactorFormulas 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 (*GetReactorFormulas) GetName ¶
func (o *GetReactorFormulas) GetName() string
GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetReactorFormulas) GetNameOk ¶
func (o *GetReactorFormulas) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetReactorFormulas) GetPage ¶
func (o *GetReactorFormulas) GetPage() int32
GetPage returns the Page field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetReactorFormulas) GetPageOk ¶
func (o *GetReactorFormulas) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetReactorFormulas) GetSize ¶
func (o *GetReactorFormulas) GetSize() int32
GetSize returns the Size field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetReactorFormulas) GetSizeOk ¶
func (o *GetReactorFormulas) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetReactorFormulas) GetStart ¶
func (o *GetReactorFormulas) GetStart() string
GetStart returns the Start field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetReactorFormulas) GetStartOk ¶
func (o *GetReactorFormulas) GetStartOk() (*string, bool)
GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetReactorFormulas) HasName ¶
func (o *GetReactorFormulas) HasName() bool
HasName returns a boolean if a field is not nil.
func (*GetReactorFormulas) HasPage ¶
func (o *GetReactorFormulas) HasPage() bool
HasPage returns a boolean if a field is not nil.
func (*GetReactorFormulas) HasSize ¶
func (o *GetReactorFormulas) HasSize() bool
HasSize returns a boolean if a field is not nil.
func (*GetReactorFormulas) HasStart ¶
func (o *GetReactorFormulas) HasStart() bool
HasStart returns a boolean if a field is not nil.
func (GetReactorFormulas) MarshalJSON ¶
func (o GetReactorFormulas) MarshalJSON() ([]byte, error)
func (*GetReactorFormulas) SetName ¶
func (o *GetReactorFormulas) SetName(v string)
SetName gets a reference to the given NullableString and assigns it to the Name field.
func (*GetReactorFormulas) SetNameNil ¶
func (o *GetReactorFormulas) SetNameNil()
SetNameNil sets the value for Name to be an explicit nil
func (*GetReactorFormulas) SetPage ¶
func (o *GetReactorFormulas) SetPage(v int32)
SetPage gets a reference to the given NullableInt32 and assigns it to the Page field.
func (*GetReactorFormulas) SetPageNil ¶
func (o *GetReactorFormulas) SetPageNil()
SetPageNil sets the value for Page to be an explicit nil
func (*GetReactorFormulas) SetSize ¶
func (o *GetReactorFormulas) SetSize(v int32)
SetSize gets a reference to the given NullableInt32 and assigns it to the Size field.
func (*GetReactorFormulas) SetSizeNil ¶
func (o *GetReactorFormulas) SetSizeNil()
SetSizeNil sets the value for Size to be an explicit nil
func (*GetReactorFormulas) SetStart ¶
func (o *GetReactorFormulas) SetStart(v string)
SetStart gets a reference to the given NullableString and assigns it to the Start field.
func (*GetReactorFormulas) SetStartNil ¶
func (o *GetReactorFormulas) SetStartNil()
SetStartNil sets the value for Start to be an explicit nil
func (GetReactorFormulas) ToMap ¶
func (o GetReactorFormulas) ToMap() (map[string]interface{}, error)
func (*GetReactorFormulas) UnsetName ¶
func (o *GetReactorFormulas) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (*GetReactorFormulas) UnsetPage ¶
func (o *GetReactorFormulas) UnsetPage()
UnsetPage ensures that no value is present for Page, not even an explicit nil
func (*GetReactorFormulas) UnsetSize ¶
func (o *GetReactorFormulas) UnsetSize()
UnsetSize ensures that no value is present for Size, not even an explicit nil
func (*GetReactorFormulas) UnsetStart ¶
func (o *GetReactorFormulas) UnsetStart()
UnsetStart ensures that no value is present for Start, not even an explicit nil
type GetReactors ¶
type GetReactors struct { Id []string `json:"id,omitempty"` Name NullableString `json:"name,omitempty"` Page NullableInt32 `json:"page,omitempty"` Start NullableString `json:"start,omitempty"` Size NullableInt32 `json:"size,omitempty"` }
GetReactors struct for GetReactors
func NewGetReactors ¶
func NewGetReactors() *GetReactors
NewGetReactors instantiates a new GetReactors 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 NewGetReactorsWithDefaults ¶
func NewGetReactorsWithDefaults() *GetReactors
NewGetReactorsWithDefaults instantiates a new GetReactors 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 (*GetReactors) GetId ¶
func (o *GetReactors) GetId() []string
GetId returns the Id field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetReactors) GetIdOk ¶
func (o *GetReactors) GetIdOk() ([]string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetReactors) GetName ¶
func (o *GetReactors) GetName() string
GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetReactors) GetNameOk ¶
func (o *GetReactors) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetReactors) GetPage ¶
func (o *GetReactors) GetPage() int32
GetPage returns the Page field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetReactors) GetPageOk ¶
func (o *GetReactors) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetReactors) GetSize ¶
func (o *GetReactors) GetSize() int32
GetSize returns the Size field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetReactors) GetSizeOk ¶
func (o *GetReactors) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetReactors) GetStart ¶
func (o *GetReactors) GetStart() string
GetStart returns the Start field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetReactors) GetStartOk ¶
func (o *GetReactors) GetStartOk() (*string, bool)
GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetReactors) HasId ¶
func (o *GetReactors) HasId() bool
HasId returns a boolean if a field is not nil.
func (*GetReactors) HasName ¶
func (o *GetReactors) HasName() bool
HasName returns a boolean if a field is not nil.
func (*GetReactors) HasPage ¶
func (o *GetReactors) HasPage() bool
HasPage returns a boolean if a field is not nil.
func (*GetReactors) HasSize ¶
func (o *GetReactors) HasSize() bool
HasSize returns a boolean if a field is not nil.
func (*GetReactors) HasStart ¶
func (o *GetReactors) HasStart() bool
HasStart returns a boolean if a field is not nil.
func (GetReactors) MarshalJSON ¶
func (o GetReactors) MarshalJSON() ([]byte, error)
func (*GetReactors) SetId ¶
func (o *GetReactors) SetId(v []string)
SetId gets a reference to the given []string and assigns it to the Id field.
func (*GetReactors) SetName ¶
func (o *GetReactors) SetName(v string)
SetName gets a reference to the given NullableString and assigns it to the Name field.
func (*GetReactors) SetNameNil ¶
func (o *GetReactors) SetNameNil()
SetNameNil sets the value for Name to be an explicit nil
func (*GetReactors) SetPage ¶
func (o *GetReactors) SetPage(v int32)
SetPage gets a reference to the given NullableInt32 and assigns it to the Page field.
func (*GetReactors) SetPageNil ¶
func (o *GetReactors) SetPageNil()
SetPageNil sets the value for Page to be an explicit nil
func (*GetReactors) SetSize ¶
func (o *GetReactors) SetSize(v int32)
SetSize gets a reference to the given NullableInt32 and assigns it to the Size field.
func (*GetReactors) SetSizeNil ¶
func (o *GetReactors) SetSizeNil()
SetSizeNil sets the value for Size to be an explicit nil
func (*GetReactors) SetStart ¶
func (o *GetReactors) SetStart(v string)
SetStart gets a reference to the given NullableString and assigns it to the Start field.
func (*GetReactors) SetStartNil ¶
func (o *GetReactors) SetStartNil()
SetStartNil sets the value for Start to be an explicit nil
func (GetReactors) ToMap ¶
func (o GetReactors) ToMap() (map[string]interface{}, error)
func (*GetReactors) UnsetName ¶
func (o *GetReactors) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (*GetReactors) UnsetPage ¶
func (o *GetReactors) UnsetPage()
UnsetPage ensures that no value is present for Page, not even an explicit nil
func (*GetReactors) UnsetSize ¶
func (o *GetReactors) UnsetSize()
UnsetSize ensures that no value is present for Size, not even an explicit nil
func (*GetReactors) UnsetStart ¶
func (o *GetReactors) UnsetStart()
UnsetStart ensures that no value is present for Start, not even an explicit nil
type GetTenantInvitations ¶
type GetTenantInvitations struct { Status *TenantInvitationStatus `json:"status,omitempty"` Page NullableInt32 `json:"page,omitempty"` Start NullableString `json:"start,omitempty"` Size NullableInt32 `json:"size,omitempty"` }
GetTenantInvitations struct for GetTenantInvitations
func NewGetTenantInvitations ¶
func NewGetTenantInvitations() *GetTenantInvitations
NewGetTenantInvitations instantiates a new GetTenantInvitations 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 NewGetTenantInvitationsWithDefaults ¶
func NewGetTenantInvitationsWithDefaults() *GetTenantInvitations
NewGetTenantInvitationsWithDefaults instantiates a new GetTenantInvitations 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 (*GetTenantInvitations) GetPage ¶
func (o *GetTenantInvitations) GetPage() int32
GetPage returns the Page field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetTenantInvitations) GetPageOk ¶
func (o *GetTenantInvitations) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetTenantInvitations) GetSize ¶
func (o *GetTenantInvitations) GetSize() int32
GetSize returns the Size field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetTenantInvitations) GetSizeOk ¶
func (o *GetTenantInvitations) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetTenantInvitations) GetStart ¶
func (o *GetTenantInvitations) GetStart() string
GetStart returns the Start field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetTenantInvitations) GetStartOk ¶
func (o *GetTenantInvitations) GetStartOk() (*string, bool)
GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetTenantInvitations) GetStatus ¶
func (o *GetTenantInvitations) GetStatus() TenantInvitationStatus
GetStatus returns the Status field value if set, zero value otherwise.
func (*GetTenantInvitations) GetStatusOk ¶
func (o *GetTenantInvitations) GetStatusOk() (*TenantInvitationStatus, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetTenantInvitations) HasPage ¶
func (o *GetTenantInvitations) HasPage() bool
HasPage returns a boolean if a field is not nil.
func (*GetTenantInvitations) HasSize ¶
func (o *GetTenantInvitations) HasSize() bool
HasSize returns a boolean if a field is not nil.
func (*GetTenantInvitations) HasStart ¶
func (o *GetTenantInvitations) HasStart() bool
HasStart returns a boolean if a field is not nil.
func (*GetTenantInvitations) HasStatus ¶
func (o *GetTenantInvitations) HasStatus() bool
HasStatus returns a boolean if a field is not nil.
func (GetTenantInvitations) MarshalJSON ¶
func (o GetTenantInvitations) MarshalJSON() ([]byte, error)
func (*GetTenantInvitations) SetPage ¶
func (o *GetTenantInvitations) SetPage(v int32)
SetPage gets a reference to the given NullableInt32 and assigns it to the Page field.
func (*GetTenantInvitations) SetPageNil ¶
func (o *GetTenantInvitations) SetPageNil()
SetPageNil sets the value for Page to be an explicit nil
func (*GetTenantInvitations) SetSize ¶
func (o *GetTenantInvitations) SetSize(v int32)
SetSize gets a reference to the given NullableInt32 and assigns it to the Size field.
func (*GetTenantInvitations) SetSizeNil ¶
func (o *GetTenantInvitations) SetSizeNil()
SetSizeNil sets the value for Size to be an explicit nil
func (*GetTenantInvitations) SetStart ¶
func (o *GetTenantInvitations) SetStart(v string)
SetStart gets a reference to the given NullableString and assigns it to the Start field.
func (*GetTenantInvitations) SetStartNil ¶
func (o *GetTenantInvitations) SetStartNil()
SetStartNil sets the value for Start to be an explicit nil
func (*GetTenantInvitations) SetStatus ¶
func (o *GetTenantInvitations) SetStatus(v TenantInvitationStatus)
SetStatus gets a reference to the given TenantInvitationStatus and assigns it to the Status field.
func (GetTenantInvitations) ToMap ¶
func (o GetTenantInvitations) ToMap() (map[string]interface{}, error)
func (*GetTenantInvitations) UnsetPage ¶
func (o *GetTenantInvitations) UnsetPage()
UnsetPage ensures that no value is present for Page, not even an explicit nil
func (*GetTenantInvitations) UnsetSize ¶
func (o *GetTenantInvitations) UnsetSize()
UnsetSize ensures that no value is present for Size, not even an explicit nil
func (*GetTenantInvitations) UnsetStart ¶
func (o *GetTenantInvitations) UnsetStart()
UnsetStart ensures that no value is present for Start, not even an explicit nil
type GetTenantMembers ¶
type GetTenantMembers struct { UserId []string `json:"user_id,omitempty"` Page NullableInt32 `json:"page,omitempty"` Start NullableString `json:"start,omitempty"` Size NullableInt32 `json:"size,omitempty"` }
GetTenantMembers struct for GetTenantMembers
func NewGetTenantMembers ¶
func NewGetTenantMembers() *GetTenantMembers
NewGetTenantMembers instantiates a new GetTenantMembers 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 NewGetTenantMembersWithDefaults ¶
func NewGetTenantMembersWithDefaults() *GetTenantMembers
NewGetTenantMembersWithDefaults instantiates a new GetTenantMembers 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 (*GetTenantMembers) GetPage ¶
func (o *GetTenantMembers) GetPage() int32
GetPage returns the Page field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetTenantMembers) GetPageOk ¶
func (o *GetTenantMembers) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetTenantMembers) GetSize ¶
func (o *GetTenantMembers) GetSize() int32
GetSize returns the Size field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetTenantMembers) GetSizeOk ¶
func (o *GetTenantMembers) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetTenantMembers) GetStart ¶
func (o *GetTenantMembers) GetStart() string
GetStart returns the Start field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetTenantMembers) GetStartOk ¶
func (o *GetTenantMembers) GetStartOk() (*string, bool)
GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetTenantMembers) GetUserId ¶
func (o *GetTenantMembers) GetUserId() []string
GetUserId returns the UserId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetTenantMembers) GetUserIdOk ¶
func (o *GetTenantMembers) GetUserIdOk() ([]string, bool)
GetUserIdOk returns a tuple with the UserId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetTenantMembers) HasPage ¶
func (o *GetTenantMembers) HasPage() bool
HasPage returns a boolean if a field is not nil.
func (*GetTenantMembers) HasSize ¶
func (o *GetTenantMembers) HasSize() bool
HasSize returns a boolean if a field is not nil.
func (*GetTenantMembers) HasStart ¶
func (o *GetTenantMembers) HasStart() bool
HasStart returns a boolean if a field is not nil.
func (*GetTenantMembers) HasUserId ¶
func (o *GetTenantMembers) HasUserId() bool
HasUserId returns a boolean if a field is not nil.
func (GetTenantMembers) MarshalJSON ¶
func (o GetTenantMembers) MarshalJSON() ([]byte, error)
func (*GetTenantMembers) SetPage ¶
func (o *GetTenantMembers) SetPage(v int32)
SetPage gets a reference to the given NullableInt32 and assigns it to the Page field.
func (*GetTenantMembers) SetPageNil ¶
func (o *GetTenantMembers) SetPageNil()
SetPageNil sets the value for Page to be an explicit nil
func (*GetTenantMembers) SetSize ¶
func (o *GetTenantMembers) SetSize(v int32)
SetSize gets a reference to the given NullableInt32 and assigns it to the Size field.
func (*GetTenantMembers) SetSizeNil ¶
func (o *GetTenantMembers) SetSizeNil()
SetSizeNil sets the value for Size to be an explicit nil
func (*GetTenantMembers) SetStart ¶
func (o *GetTenantMembers) SetStart(v string)
SetStart gets a reference to the given NullableString and assigns it to the Start field.
func (*GetTenantMembers) SetStartNil ¶
func (o *GetTenantMembers) SetStartNil()
SetStartNil sets the value for Start to be an explicit nil
func (*GetTenantMembers) SetUserId ¶
func (o *GetTenantMembers) SetUserId(v []string)
SetUserId gets a reference to the given []string and assigns it to the UserId field.
func (GetTenantMembers) ToMap ¶
func (o GetTenantMembers) ToMap() (map[string]interface{}, error)
func (*GetTenantMembers) UnsetPage ¶
func (o *GetTenantMembers) UnsetPage()
UnsetPage ensures that no value is present for Page, not even an explicit nil
func (*GetTenantMembers) UnsetSize ¶
func (o *GetTenantMembers) UnsetSize()
UnsetSize ensures that no value is present for Size, not even an explicit nil
func (*GetTenantMembers) UnsetStart ¶
func (o *GetTenantMembers) UnsetStart()
UnsetStart ensures that no value is present for Start, not even an explicit nil
type GetTokens ¶
type GetTokens struct { Id []string `json:"id,omitempty"` Metadata map[string]string `json:"metadata,omitempty"` Page NullableInt32 `json:"page,omitempty"` Start NullableString `json:"start,omitempty"` Size NullableInt32 `json:"size,omitempty"` }
GetTokens struct for GetTokens
func NewGetTokens ¶
func NewGetTokens() *GetTokens
NewGetTokens instantiates a new GetTokens 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 NewGetTokensWithDefaults ¶
func NewGetTokensWithDefaults() *GetTokens
NewGetTokensWithDefaults instantiates a new GetTokens 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 (*GetTokens) GetId ¶
GetId returns the Id field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetTokens) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetTokens) GetMetadata ¶
GetMetadata returns the Metadata field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetTokens) GetMetadataOk ¶
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetTokens) GetPage ¶
GetPage returns the Page field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetTokens) GetPageOk ¶
GetPageOk returns a tuple with the Page field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetTokens) GetSize ¶
GetSize returns the Size field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetTokens) GetSizeOk ¶
GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetTokens) GetStart ¶
GetStart returns the Start field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetTokens) GetStartOk ¶
GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetTokens) HasMetadata ¶
HasMetadata returns a boolean if a field is not nil.
func (GetTokens) MarshalJSON ¶
func (*GetTokens) SetId ¶
SetId gets a reference to the given []string and assigns it to the Id field.
func (*GetTokens) SetMetadata ¶
SetMetadata gets a reference to the given map[string]string and assigns it to the Metadata field.
func (*GetTokens) SetPage ¶
SetPage gets a reference to the given NullableInt32 and assigns it to the Page field.
func (*GetTokens) SetPageNil ¶
func (o *GetTokens) SetPageNil()
SetPageNil sets the value for Page to be an explicit nil
func (*GetTokens) SetSize ¶
SetSize gets a reference to the given NullableInt32 and assigns it to the Size field.
func (*GetTokens) SetSizeNil ¶
func (o *GetTokens) SetSizeNil()
SetSizeNil sets the value for Size to be an explicit nil
func (*GetTokens) SetStart ¶
SetStart gets a reference to the given NullableString and assigns it to the Start field.
func (*GetTokens) SetStartNil ¶
func (o *GetTokens) SetStartNil()
SetStartNil sets the value for Start to be an explicit nil
func (*GetTokens) UnsetPage ¶
func (o *GetTokens) UnsetPage()
UnsetPage ensures that no value is present for Page, not even an explicit nil
func (*GetTokens) UnsetSize ¶
func (o *GetTokens) UnsetSize()
UnsetSize ensures that no value is present for Size, not even an explicit nil
func (*GetTokens) UnsetStart ¶
func (o *GetTokens) UnsetStart()
UnsetStart ensures that no value is present for Start, not even an explicit nil
type GetTokensV2 ¶
type GetTokensV2 struct { Start NullableString `json:"start,omitempty"` Size NullableInt32 `json:"size,omitempty"` }
GetTokensV2 struct for GetTokensV2
func NewGetTokensV2 ¶
func NewGetTokensV2() *GetTokensV2
NewGetTokensV2 instantiates a new GetTokensV2 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 NewGetTokensV2WithDefaults ¶
func NewGetTokensV2WithDefaults() *GetTokensV2
NewGetTokensV2WithDefaults instantiates a new GetTokensV2 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 (*GetTokensV2) GetSize ¶
func (o *GetTokensV2) GetSize() int32
GetSize returns the Size field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetTokensV2) GetSizeOk ¶
func (o *GetTokensV2) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetTokensV2) GetStart ¶
func (o *GetTokensV2) GetStart() string
GetStart returns the Start field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GetTokensV2) GetStartOk ¶
func (o *GetTokensV2) GetStartOk() (*string, bool)
GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GetTokensV2) HasSize ¶
func (o *GetTokensV2) HasSize() bool
HasSize returns a boolean if a field is not nil.
func (*GetTokensV2) HasStart ¶
func (o *GetTokensV2) HasStart() bool
HasStart returns a boolean if a field is not nil.
func (GetTokensV2) MarshalJSON ¶
func (o GetTokensV2) MarshalJSON() ([]byte, error)
func (*GetTokensV2) SetSize ¶
func (o *GetTokensV2) SetSize(v int32)
SetSize gets a reference to the given NullableInt32 and assigns it to the Size field.
func (*GetTokensV2) SetSizeNil ¶
func (o *GetTokensV2) SetSizeNil()
SetSizeNil sets the value for Size to be an explicit nil
func (*GetTokensV2) SetStart ¶
func (o *GetTokensV2) SetStart(v string)
SetStart gets a reference to the given NullableString and assigns it to the Start field.
func (*GetTokensV2) SetStartNil ¶
func (o *GetTokensV2) SetStartNil()
SetStartNil sets the value for Start to be an explicit nil
func (GetTokensV2) ToMap ¶
func (o GetTokensV2) ToMap() (map[string]interface{}, error)
func (*GetTokensV2) UnsetSize ¶
func (o *GetTokensV2) UnsetSize()
UnsetSize ensures that no value is present for Size, not even an explicit nil
func (*GetTokensV2) UnsetStart ¶
func (o *GetTokensV2) UnsetStart()
UnsetStart ensures that no value is present for Start, not even an explicit nil
type Log ¶
type Log struct { Id NullableString `json:"id,omitempty"` TenantId *string `json:"tenant_id,omitempty"` ActorId NullableString `json:"actor_id,omitempty"` ActorType NullableString `json:"actor_type,omitempty"` EntityType NullableString `json:"entity_type,omitempty"` EntityId NullableString `json:"entity_id,omitempty"` Operation NullableString `json:"operation,omitempty"` Message NullableString `json:"message,omitempty"` CreatedAt NullableTime `json:"created_at,omitempty"` }
Log struct for Log
func NewLog ¶
func NewLog() *Log
NewLog instantiates a new Log 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 NewLogWithDefaults ¶
func NewLogWithDefaults() *Log
NewLogWithDefaults instantiates a new Log 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 (*Log) GetActorId ¶
GetActorId returns the ActorId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Log) GetActorIdOk ¶
GetActorIdOk returns a tuple with the ActorId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Log) GetActorType ¶
GetActorType returns the ActorType field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Log) GetActorTypeOk ¶
GetActorTypeOk returns a tuple with the ActorType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Log) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Log) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Log) GetEntityId ¶
GetEntityId returns the EntityId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Log) GetEntityIdOk ¶
GetEntityIdOk returns a tuple with the EntityId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Log) GetEntityType ¶
GetEntityType returns the EntityType field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Log) GetEntityTypeOk ¶
GetEntityTypeOk returns a tuple with the EntityType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Log) GetId ¶
GetId returns the Id field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Log) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Log) GetMessage ¶
GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Log) GetMessageOk ¶
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Log) GetOperation ¶
GetOperation returns the Operation field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Log) GetOperationOk ¶
GetOperationOk returns a tuple with the Operation field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Log) GetTenantId ¶
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*Log) GetTenantIdOk ¶
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Log) HasActorId ¶
HasActorId returns a boolean if a field is not nil.
func (*Log) HasActorType ¶
HasActorType returns a boolean if a field is not nil.
func (*Log) HasCreatedAt ¶
HasCreatedAt returns a boolean if a field is not nil.
func (*Log) HasEntityId ¶
HasEntityId returns a boolean if a field is not nil.
func (*Log) HasEntityType ¶
HasEntityType returns a boolean if a field is not nil.
func (*Log) HasMessage ¶
HasMessage returns a boolean if a field is not nil.
func (*Log) HasOperation ¶
HasOperation returns a boolean if a field is not nil.
func (*Log) HasTenantId ¶
HasTenantId returns a boolean if a field is not nil.
func (Log) MarshalJSON ¶
func (*Log) SetActorId ¶
SetActorId gets a reference to the given NullableString and assigns it to the ActorId field.
func (*Log) SetActorIdNil ¶
func (o *Log) SetActorIdNil()
SetActorIdNil sets the value for ActorId to be an explicit nil
func (*Log) SetActorType ¶
SetActorType gets a reference to the given NullableString and assigns it to the ActorType field.
func (*Log) SetActorTypeNil ¶
func (o *Log) SetActorTypeNil()
SetActorTypeNil sets the value for ActorType to be an explicit nil
func (*Log) SetCreatedAt ¶
SetCreatedAt gets a reference to the given NullableTime and assigns it to the CreatedAt field.
func (*Log) SetCreatedAtNil ¶
func (o *Log) SetCreatedAtNil()
SetCreatedAtNil sets the value for CreatedAt to be an explicit nil
func (*Log) SetEntityId ¶
SetEntityId gets a reference to the given NullableString and assigns it to the EntityId field.
func (*Log) SetEntityIdNil ¶
func (o *Log) SetEntityIdNil()
SetEntityIdNil sets the value for EntityId to be an explicit nil
func (*Log) SetEntityType ¶
SetEntityType gets a reference to the given NullableString and assigns it to the EntityType field.
func (*Log) SetEntityTypeNil ¶
func (o *Log) SetEntityTypeNil()
SetEntityTypeNil sets the value for EntityType to be an explicit nil
func (*Log) SetId ¶
SetId gets a reference to the given NullableString and assigns it to the Id field.
func (*Log) SetIdNil ¶
func (o *Log) SetIdNil()
SetIdNil sets the value for Id to be an explicit nil
func (*Log) SetMessage ¶
SetMessage gets a reference to the given NullableString and assigns it to the Message field.
func (*Log) SetMessageNil ¶
func (o *Log) SetMessageNil()
SetMessageNil sets the value for Message to be an explicit nil
func (*Log) SetOperation ¶
SetOperation gets a reference to the given NullableString and assigns it to the Operation field.
func (*Log) SetOperationNil ¶
func (o *Log) SetOperationNil()
SetOperationNil sets the value for Operation to be an explicit nil
func (*Log) SetTenantId ¶
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (*Log) UnsetActorId ¶
func (o *Log) UnsetActorId()
UnsetActorId ensures that no value is present for ActorId, not even an explicit nil
func (*Log) UnsetActorType ¶
func (o *Log) UnsetActorType()
UnsetActorType ensures that no value is present for ActorType, not even an explicit nil
func (*Log) UnsetCreatedAt ¶
func (o *Log) UnsetCreatedAt()
UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil
func (*Log) UnsetEntityId ¶
func (o *Log) UnsetEntityId()
UnsetEntityId ensures that no value is present for EntityId, not even an explicit nil
func (*Log) UnsetEntityType ¶
func (o *Log) UnsetEntityType()
UnsetEntityType ensures that no value is present for EntityType, not even an explicit nil
func (*Log) UnsetId ¶
func (o *Log) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (*Log) UnsetMessage ¶
func (o *Log) UnsetMessage()
UnsetMessage ensures that no value is present for Message, not even an explicit nil
func (*Log) UnsetOperation ¶
func (o *Log) UnsetOperation()
UnsetOperation ensures that no value is present for Operation, not even an explicit nil
type LogEntityType ¶
type LogEntityType struct { DisplayName NullableString `json:"display_name,omitempty"` Value NullableString `json:"value,omitempty"` }
LogEntityType struct for LogEntityType
func NewLogEntityType ¶
func NewLogEntityType() *LogEntityType
NewLogEntityType instantiates a new LogEntityType 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 NewLogEntityTypeWithDefaults ¶
func NewLogEntityTypeWithDefaults() *LogEntityType
NewLogEntityTypeWithDefaults instantiates a new LogEntityType 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 (*LogEntityType) GetDisplayName ¶
func (o *LogEntityType) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).
func (*LogEntityType) GetDisplayNameOk ¶
func (o *LogEntityType) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*LogEntityType) GetValue ¶
func (o *LogEntityType) GetValue() string
GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).
func (*LogEntityType) GetValueOk ¶
func (o *LogEntityType) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*LogEntityType) HasDisplayName ¶
func (o *LogEntityType) HasDisplayName() bool
HasDisplayName returns a boolean if a field is not nil.
func (*LogEntityType) HasValue ¶
func (o *LogEntityType) HasValue() bool
HasValue returns a boolean if a field is not nil.
func (LogEntityType) MarshalJSON ¶
func (o LogEntityType) MarshalJSON() ([]byte, error)
func (*LogEntityType) SetDisplayName ¶
func (o *LogEntityType) SetDisplayName(v string)
SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.
func (*LogEntityType) SetDisplayNameNil ¶
func (o *LogEntityType) SetDisplayNameNil()
SetDisplayNameNil sets the value for DisplayName to be an explicit nil
func (*LogEntityType) SetValue ¶
func (o *LogEntityType) SetValue(v string)
SetValue gets a reference to the given NullableString and assigns it to the Value field.
func (*LogEntityType) SetValueNil ¶
func (o *LogEntityType) SetValueNil()
SetValueNil sets the value for Value to be an explicit nil
func (LogEntityType) ToMap ¶
func (o LogEntityType) ToMap() (map[string]interface{}, error)
func (*LogEntityType) UnsetDisplayName ¶
func (o *LogEntityType) UnsetDisplayName()
UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil
func (*LogEntityType) UnsetValue ¶
func (o *LogEntityType) UnsetValue()
UnsetValue ensures that no value is present for Value, not even an explicit nil
type LogPaginatedList ¶
type LogPaginatedList struct { Pagination *Pagination `json:"pagination,omitempty"` Data []Log `json:"data,omitempty"` }
LogPaginatedList struct for LogPaginatedList
func NewLogPaginatedList ¶
func NewLogPaginatedList() *LogPaginatedList
NewLogPaginatedList instantiates a new LogPaginatedList 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 NewLogPaginatedListWithDefaults ¶
func NewLogPaginatedListWithDefaults() *LogPaginatedList
NewLogPaginatedListWithDefaults instantiates a new LogPaginatedList 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 (*LogPaginatedList) GetData ¶
func (o *LogPaginatedList) GetData() []Log
GetData returns the Data field value if set, zero value otherwise (both if not set or set to explicit null).
func (*LogPaginatedList) GetDataOk ¶
func (o *LogPaginatedList) GetDataOk() ([]Log, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*LogPaginatedList) GetPagination ¶
func (o *LogPaginatedList) GetPagination() Pagination
GetPagination returns the Pagination field value if set, zero value otherwise.
func (*LogPaginatedList) GetPaginationOk ¶
func (o *LogPaginatedList) GetPaginationOk() (*Pagination, bool)
GetPaginationOk returns a tuple with the Pagination field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LogPaginatedList) HasData ¶
func (o *LogPaginatedList) HasData() bool
HasData returns a boolean if a field is not nil.
func (*LogPaginatedList) HasPagination ¶
func (o *LogPaginatedList) HasPagination() bool
HasPagination returns a boolean if a field is not nil.
func (LogPaginatedList) MarshalJSON ¶
func (o LogPaginatedList) MarshalJSON() ([]byte, error)
func (*LogPaginatedList) SetData ¶
func (o *LogPaginatedList) SetData(v []Log)
SetData gets a reference to the given []Log and assigns it to the Data field.
func (*LogPaginatedList) SetPagination ¶
func (o *LogPaginatedList) SetPagination(v Pagination)
SetPagination gets a reference to the given Pagination and assigns it to the Pagination field.
func (LogPaginatedList) ToMap ¶
func (o LogPaginatedList) ToMap() (map[string]interface{}, error)
type LogsApiGetEntityTypesRequest ¶
type LogsApiGetEntityTypesRequest struct { ApiService *LogsApiService // contains filtered or unexported fields }
func (LogsApiGetEntityTypesRequest) Execute ¶
func (r LogsApiGetEntityTypesRequest) Execute() ([]LogEntityType, *http.Response, error)
type LogsApiGetRequest ¶
type LogsApiGetRequest struct { ApiService *LogsApiService // contains filtered or unexported fields }
func (LogsApiGetRequest) EndDate ¶
func (r LogsApiGetRequest) EndDate(endDate time.Time) LogsApiGetRequest
func (LogsApiGetRequest) EntityId ¶
func (r LogsApiGetRequest) EntityId(entityId string) LogsApiGetRequest
func (LogsApiGetRequest) EntityType ¶
func (r LogsApiGetRequest) EntityType(entityType string) LogsApiGetRequest
func (LogsApiGetRequest) Execute ¶
func (r LogsApiGetRequest) Execute() (*LogPaginatedList, *http.Response, error)
func (LogsApiGetRequest) Page ¶
func (r LogsApiGetRequest) Page(page int32) LogsApiGetRequest
func (LogsApiGetRequest) Size ¶
func (r LogsApiGetRequest) Size(size int32) LogsApiGetRequest
func (LogsApiGetRequest) Start ¶
func (r LogsApiGetRequest) Start(start string) LogsApiGetRequest
func (LogsApiGetRequest) StartDate ¶
func (r LogsApiGetRequest) StartDate(startDate time.Time) LogsApiGetRequest
type LogsApiService ¶
type LogsApiService service
LogsApiService LogsApi service
func (*LogsApiService) Get ¶
func (a *LogsApiService) Get(ctx context.Context) LogsApiGetRequest
Get Method for Get
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return LogsApiGetRequest
func (*LogsApiService) GetEntityTypes ¶
func (a *LogsApiService) GetEntityTypes(ctx context.Context) LogsApiGetEntityTypesRequest
GetEntityTypes Method for GetEntityTypes
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return LogsApiGetEntityTypesRequest
func (*LogsApiService) GetEntityTypesExecute ¶
func (a *LogsApiService) GetEntityTypesExecute(r LogsApiGetEntityTypesRequest) ([]LogEntityType, *http.Response, error)
Execute executes the request
@return []LogEntityType
func (*LogsApiService) GetExecute ¶
func (a *LogsApiService) GetExecute(r LogsApiGetRequest) (*LogPaginatedList, *http.Response, error)
Execute executes the request
@return LogPaginatedList
type MappedNullable ¶
type MonthlyActiveTokenHistory ¶
type MonthlyActiveTokenHistory struct { Year *int32 `json:"year,omitempty"` Month *int32 `json:"month,omitempty"` Count *int64 `json:"count,omitempty"` }
MonthlyActiveTokenHistory struct for MonthlyActiveTokenHistory
func NewMonthlyActiveTokenHistory ¶
func NewMonthlyActiveTokenHistory() *MonthlyActiveTokenHistory
NewMonthlyActiveTokenHistory instantiates a new MonthlyActiveTokenHistory 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 NewMonthlyActiveTokenHistoryWithDefaults ¶
func NewMonthlyActiveTokenHistoryWithDefaults() *MonthlyActiveTokenHistory
NewMonthlyActiveTokenHistoryWithDefaults instantiates a new MonthlyActiveTokenHistory 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 (*MonthlyActiveTokenHistory) GetCount ¶
func (o *MonthlyActiveTokenHistory) GetCount() int64
GetCount returns the Count field value if set, zero value otherwise.
func (*MonthlyActiveTokenHistory) GetCountOk ¶
func (o *MonthlyActiveTokenHistory) GetCountOk() (*int64, bool)
GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MonthlyActiveTokenHistory) GetMonth ¶
func (o *MonthlyActiveTokenHistory) GetMonth() int32
GetMonth returns the Month field value if set, zero value otherwise.
func (*MonthlyActiveTokenHistory) GetMonthOk ¶
func (o *MonthlyActiveTokenHistory) GetMonthOk() (*int32, bool)
GetMonthOk returns a tuple with the Month field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MonthlyActiveTokenHistory) GetYear ¶
func (o *MonthlyActiveTokenHistory) GetYear() int32
GetYear returns the Year field value if set, zero value otherwise.
func (*MonthlyActiveTokenHistory) GetYearOk ¶
func (o *MonthlyActiveTokenHistory) GetYearOk() (*int32, bool)
GetYearOk returns a tuple with the Year field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MonthlyActiveTokenHistory) HasCount ¶
func (o *MonthlyActiveTokenHistory) HasCount() bool
HasCount returns a boolean if a field is not nil.
func (*MonthlyActiveTokenHistory) HasMonth ¶
func (o *MonthlyActiveTokenHistory) HasMonth() bool
HasMonth returns a boolean if a field is not nil.
func (*MonthlyActiveTokenHistory) HasYear ¶
func (o *MonthlyActiveTokenHistory) HasYear() bool
HasYear returns a boolean if a field is not nil.
func (MonthlyActiveTokenHistory) MarshalJSON ¶
func (o MonthlyActiveTokenHistory) MarshalJSON() ([]byte, error)
func (*MonthlyActiveTokenHistory) SetCount ¶
func (o *MonthlyActiveTokenHistory) SetCount(v int64)
SetCount gets a reference to the given int64 and assigns it to the Count field.
func (*MonthlyActiveTokenHistory) SetMonth ¶
func (o *MonthlyActiveTokenHistory) SetMonth(v int32)
SetMonth gets a reference to the given int32 and assigns it to the Month field.
func (*MonthlyActiveTokenHistory) SetYear ¶
func (o *MonthlyActiveTokenHistory) SetYear(v int32)
SetYear gets a reference to the given int32 and assigns it to the Year field.
func (MonthlyActiveTokenHistory) ToMap ¶
func (o MonthlyActiveTokenHistory) ToMap() (map[string]interface{}, error)
type NullableAccessRule ¶
type NullableAccessRule struct {
// contains filtered or unexported fields
}
func NewNullableAccessRule ¶
func NewNullableAccessRule(val *AccessRule) *NullableAccessRule
func (NullableAccessRule) Get ¶
func (v NullableAccessRule) Get() *AccessRule
func (NullableAccessRule) IsSet ¶
func (v NullableAccessRule) IsSet() bool
func (NullableAccessRule) MarshalJSON ¶
func (v NullableAccessRule) MarshalJSON() ([]byte, error)
func (*NullableAccessRule) Set ¶
func (v *NullableAccessRule) Set(val *AccessRule)
func (*NullableAccessRule) UnmarshalJSON ¶
func (v *NullableAccessRule) UnmarshalJSON(src []byte) error
func (*NullableAccessRule) Unset ¶
func (v *NullableAccessRule) Unset()
type NullableApplication ¶
type NullableApplication struct {
// contains filtered or unexported fields
}
func NewNullableApplication ¶
func NewNullableApplication(val *Application) *NullableApplication
func (NullableApplication) Get ¶
func (v NullableApplication) Get() *Application
func (NullableApplication) IsSet ¶
func (v NullableApplication) IsSet() bool
func (NullableApplication) MarshalJSON ¶
func (v NullableApplication) MarshalJSON() ([]byte, error)
func (*NullableApplication) Set ¶
func (v *NullableApplication) Set(val *Application)
func (*NullableApplication) UnmarshalJSON ¶
func (v *NullableApplication) UnmarshalJSON(src []byte) error
func (*NullableApplication) Unset ¶
func (v *NullableApplication) Unset()
type NullableApplicationKey ¶
type NullableApplicationKey struct {
// contains filtered or unexported fields
}
func NewNullableApplicationKey ¶
func NewNullableApplicationKey(val *ApplicationKey) *NullableApplicationKey
func (NullableApplicationKey) Get ¶
func (v NullableApplicationKey) Get() *ApplicationKey
func (NullableApplicationKey) IsSet ¶
func (v NullableApplicationKey) IsSet() bool
func (NullableApplicationKey) MarshalJSON ¶
func (v NullableApplicationKey) MarshalJSON() ([]byte, error)
func (*NullableApplicationKey) Set ¶
func (v *NullableApplicationKey) Set(val *ApplicationKey)
func (*NullableApplicationKey) UnmarshalJSON ¶
func (v *NullableApplicationKey) UnmarshalJSON(src []byte) error
func (*NullableApplicationKey) Unset ¶
func (v *NullableApplicationKey) Unset()
type NullableApplicationPaginatedList ¶
type NullableApplicationPaginatedList struct {
// contains filtered or unexported fields
}
func NewNullableApplicationPaginatedList ¶
func NewNullableApplicationPaginatedList(val *ApplicationPaginatedList) *NullableApplicationPaginatedList
func (NullableApplicationPaginatedList) Get ¶
func (v NullableApplicationPaginatedList) Get() *ApplicationPaginatedList
func (NullableApplicationPaginatedList) IsSet ¶
func (v NullableApplicationPaginatedList) IsSet() bool
func (NullableApplicationPaginatedList) MarshalJSON ¶
func (v NullableApplicationPaginatedList) MarshalJSON() ([]byte, error)
func (*NullableApplicationPaginatedList) Set ¶
func (v *NullableApplicationPaginatedList) Set(val *ApplicationPaginatedList)
func (*NullableApplicationPaginatedList) UnmarshalJSON ¶
func (v *NullableApplicationPaginatedList) UnmarshalJSON(src []byte) error
func (*NullableApplicationPaginatedList) Unset ¶
func (v *NullableApplicationPaginatedList) Unset()
type NullableApplicationTemplate ¶
type NullableApplicationTemplate struct {
// contains filtered or unexported fields
}
func NewNullableApplicationTemplate ¶
func NewNullableApplicationTemplate(val *ApplicationTemplate) *NullableApplicationTemplate
func (NullableApplicationTemplate) Get ¶
func (v NullableApplicationTemplate) Get() *ApplicationTemplate
func (NullableApplicationTemplate) IsSet ¶
func (v NullableApplicationTemplate) IsSet() bool
func (NullableApplicationTemplate) MarshalJSON ¶
func (v NullableApplicationTemplate) MarshalJSON() ([]byte, error)
func (*NullableApplicationTemplate) Set ¶
func (v *NullableApplicationTemplate) Set(val *ApplicationTemplate)
func (*NullableApplicationTemplate) UnmarshalJSON ¶
func (v *NullableApplicationTemplate) UnmarshalJSON(src []byte) error
func (*NullableApplicationTemplate) Unset ¶
func (v *NullableApplicationTemplate) Unset()
type NullableAuthenticateThreeDSSessionRequest ¶
type NullableAuthenticateThreeDSSessionRequest struct {
// contains filtered or unexported fields
}
func NewNullableAuthenticateThreeDSSessionRequest ¶
func NewNullableAuthenticateThreeDSSessionRequest(val *AuthenticateThreeDSSessionRequest) *NullableAuthenticateThreeDSSessionRequest
func (NullableAuthenticateThreeDSSessionRequest) IsSet ¶
func (v NullableAuthenticateThreeDSSessionRequest) IsSet() bool
func (NullableAuthenticateThreeDSSessionRequest) MarshalJSON ¶
func (v NullableAuthenticateThreeDSSessionRequest) MarshalJSON() ([]byte, error)
func (*NullableAuthenticateThreeDSSessionRequest) Set ¶
func (v *NullableAuthenticateThreeDSSessionRequest) Set(val *AuthenticateThreeDSSessionRequest)
func (*NullableAuthenticateThreeDSSessionRequest) UnmarshalJSON ¶
func (v *NullableAuthenticateThreeDSSessionRequest) UnmarshalJSON(src []byte) error
func (*NullableAuthenticateThreeDSSessionRequest) Unset ¶
func (v *NullableAuthenticateThreeDSSessionRequest) Unset()
type NullableAuthorizeSessionRequest ¶
type NullableAuthorizeSessionRequest struct {
// contains filtered or unexported fields
}
func NewNullableAuthorizeSessionRequest ¶
func NewNullableAuthorizeSessionRequest(val *AuthorizeSessionRequest) *NullableAuthorizeSessionRequest
func (NullableAuthorizeSessionRequest) Get ¶
func (v NullableAuthorizeSessionRequest) Get() *AuthorizeSessionRequest
func (NullableAuthorizeSessionRequest) IsSet ¶
func (v NullableAuthorizeSessionRequest) IsSet() bool
func (NullableAuthorizeSessionRequest) MarshalJSON ¶
func (v NullableAuthorizeSessionRequest) MarshalJSON() ([]byte, error)
func (*NullableAuthorizeSessionRequest) Set ¶
func (v *NullableAuthorizeSessionRequest) Set(val *AuthorizeSessionRequest)
func (*NullableAuthorizeSessionRequest) UnmarshalJSON ¶
func (v *NullableAuthorizeSessionRequest) UnmarshalJSON(src []byte) error
func (*NullableAuthorizeSessionRequest) Unset ¶
func (v *NullableAuthorizeSessionRequest) Unset()
type NullableBinDetails ¶
type NullableBinDetails struct {
// contains filtered or unexported fields
}
func NewNullableBinDetails ¶
func NewNullableBinDetails(val *BinDetails) *NullableBinDetails
func (NullableBinDetails) Get ¶
func (v NullableBinDetails) Get() *BinDetails
func (NullableBinDetails) IsSet ¶
func (v NullableBinDetails) IsSet() bool
func (NullableBinDetails) MarshalJSON ¶
func (v NullableBinDetails) MarshalJSON() ([]byte, error)
func (*NullableBinDetails) Set ¶
func (v *NullableBinDetails) Set(val *BinDetails)
func (*NullableBinDetails) UnmarshalJSON ¶
func (v *NullableBinDetails) UnmarshalJSON(src []byte) error
func (*NullableBinDetails) Unset ¶
func (v *NullableBinDetails) Unset()
type NullableBinDetailsBank ¶
type NullableBinDetailsBank struct {
// contains filtered or unexported fields
}
func NewNullableBinDetailsBank ¶
func NewNullableBinDetailsBank(val *BinDetailsBank) *NullableBinDetailsBank
func (NullableBinDetailsBank) Get ¶
func (v NullableBinDetailsBank) Get() *BinDetailsBank
func (NullableBinDetailsBank) IsSet ¶
func (v NullableBinDetailsBank) IsSet() bool
func (NullableBinDetailsBank) MarshalJSON ¶
func (v NullableBinDetailsBank) MarshalJSON() ([]byte, error)
func (*NullableBinDetailsBank) Set ¶
func (v *NullableBinDetailsBank) Set(val *BinDetailsBank)
func (*NullableBinDetailsBank) UnmarshalJSON ¶
func (v *NullableBinDetailsBank) UnmarshalJSON(src []byte) error
func (*NullableBinDetailsBank) Unset ¶
func (v *NullableBinDetailsBank) Unset()
type NullableBinDetailsCountry ¶
type NullableBinDetailsCountry struct {
// contains filtered or unexported fields
}
func NewNullableBinDetailsCountry ¶
func NewNullableBinDetailsCountry(val *BinDetailsCountry) *NullableBinDetailsCountry
func (NullableBinDetailsCountry) Get ¶
func (v NullableBinDetailsCountry) Get() *BinDetailsCountry
func (NullableBinDetailsCountry) IsSet ¶
func (v NullableBinDetailsCountry) IsSet() bool
func (NullableBinDetailsCountry) MarshalJSON ¶
func (v NullableBinDetailsCountry) MarshalJSON() ([]byte, error)
func (*NullableBinDetailsCountry) Set ¶
func (v *NullableBinDetailsCountry) Set(val *BinDetailsCountry)
func (*NullableBinDetailsCountry) UnmarshalJSON ¶
func (v *NullableBinDetailsCountry) UnmarshalJSON(src []byte) error
func (*NullableBinDetailsCountry) Unset ¶
func (v *NullableBinDetailsCountry) Unset()
type NullableBinDetailsProduct ¶
type NullableBinDetailsProduct struct {
// contains filtered or unexported fields
}
func NewNullableBinDetailsProduct ¶
func NewNullableBinDetailsProduct(val *BinDetailsProduct) *NullableBinDetailsProduct
func (NullableBinDetailsProduct) Get ¶
func (v NullableBinDetailsProduct) Get() *BinDetailsProduct
func (NullableBinDetailsProduct) IsSet ¶
func (v NullableBinDetailsProduct) IsSet() bool
func (NullableBinDetailsProduct) MarshalJSON ¶
func (v NullableBinDetailsProduct) MarshalJSON() ([]byte, error)
func (*NullableBinDetailsProduct) Set ¶
func (v *NullableBinDetailsProduct) Set(val *BinDetailsProduct)
func (*NullableBinDetailsProduct) UnmarshalJSON ¶
func (v *NullableBinDetailsProduct) UnmarshalJSON(src []byte) error
func (*NullableBinDetailsProduct) Unset ¶
func (v *NullableBinDetailsProduct) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableCardDetails ¶
type NullableCardDetails struct {
// contains filtered or unexported fields
}
func NewNullableCardDetails ¶
func NewNullableCardDetails(val *CardDetails) *NullableCardDetails
func (NullableCardDetails) Get ¶
func (v NullableCardDetails) Get() *CardDetails
func (NullableCardDetails) IsSet ¶
func (v NullableCardDetails) IsSet() bool
func (NullableCardDetails) MarshalJSON ¶
func (v NullableCardDetails) MarshalJSON() ([]byte, error)
func (*NullableCardDetails) Set ¶
func (v *NullableCardDetails) Set(val *CardDetails)
func (*NullableCardDetails) UnmarshalJSON ¶
func (v *NullableCardDetails) UnmarshalJSON(src []byte) error
func (*NullableCardDetails) Unset ¶
func (v *NullableCardDetails) Unset()
type NullableCondition ¶
type NullableCondition struct {
// contains filtered or unexported fields
}
func NewNullableCondition ¶
func NewNullableCondition(val *Condition) *NullableCondition
func (NullableCondition) Get ¶
func (v NullableCondition) Get() *Condition
func (NullableCondition) IsSet ¶
func (v NullableCondition) IsSet() bool
func (NullableCondition) MarshalJSON ¶
func (v NullableCondition) MarshalJSON() ([]byte, error)
func (*NullableCondition) Set ¶
func (v *NullableCondition) Set(val *Condition)
func (*NullableCondition) UnmarshalJSON ¶
func (v *NullableCondition) UnmarshalJSON(src []byte) error
func (*NullableCondition) Unset ¶
func (v *NullableCondition) Unset()
type NullableCreateApplicationRequest ¶
type NullableCreateApplicationRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateApplicationRequest ¶
func NewNullableCreateApplicationRequest(val *CreateApplicationRequest) *NullableCreateApplicationRequest
func (NullableCreateApplicationRequest) Get ¶
func (v NullableCreateApplicationRequest) Get() *CreateApplicationRequest
func (NullableCreateApplicationRequest) IsSet ¶
func (v NullableCreateApplicationRequest) IsSet() bool
func (NullableCreateApplicationRequest) MarshalJSON ¶
func (v NullableCreateApplicationRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateApplicationRequest) Set ¶
func (v *NullableCreateApplicationRequest) Set(val *CreateApplicationRequest)
func (*NullableCreateApplicationRequest) UnmarshalJSON ¶
func (v *NullableCreateApplicationRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateApplicationRequest) Unset ¶
func (v *NullableCreateApplicationRequest) Unset()
type NullableCreateProxyRequest ¶
type NullableCreateProxyRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateProxyRequest ¶
func NewNullableCreateProxyRequest(val *CreateProxyRequest) *NullableCreateProxyRequest
func (NullableCreateProxyRequest) Get ¶
func (v NullableCreateProxyRequest) Get() *CreateProxyRequest
func (NullableCreateProxyRequest) IsSet ¶
func (v NullableCreateProxyRequest) IsSet() bool
func (NullableCreateProxyRequest) MarshalJSON ¶
func (v NullableCreateProxyRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateProxyRequest) Set ¶
func (v *NullableCreateProxyRequest) Set(val *CreateProxyRequest)
func (*NullableCreateProxyRequest) UnmarshalJSON ¶
func (v *NullableCreateProxyRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateProxyRequest) Unset ¶
func (v *NullableCreateProxyRequest) Unset()
type NullableCreateReactorFormulaRequest ¶
type NullableCreateReactorFormulaRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateReactorFormulaRequest ¶
func NewNullableCreateReactorFormulaRequest(val *CreateReactorFormulaRequest) *NullableCreateReactorFormulaRequest
func (NullableCreateReactorFormulaRequest) Get ¶
func (v NullableCreateReactorFormulaRequest) Get() *CreateReactorFormulaRequest
func (NullableCreateReactorFormulaRequest) IsSet ¶
func (v NullableCreateReactorFormulaRequest) IsSet() bool
func (NullableCreateReactorFormulaRequest) MarshalJSON ¶
func (v NullableCreateReactorFormulaRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateReactorFormulaRequest) Set ¶
func (v *NullableCreateReactorFormulaRequest) Set(val *CreateReactorFormulaRequest)
func (*NullableCreateReactorFormulaRequest) UnmarshalJSON ¶
func (v *NullableCreateReactorFormulaRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateReactorFormulaRequest) Unset ¶
func (v *NullableCreateReactorFormulaRequest) Unset()
type NullableCreateReactorRequest ¶
type NullableCreateReactorRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateReactorRequest ¶
func NewNullableCreateReactorRequest(val *CreateReactorRequest) *NullableCreateReactorRequest
func (NullableCreateReactorRequest) Get ¶
func (v NullableCreateReactorRequest) Get() *CreateReactorRequest
func (NullableCreateReactorRequest) IsSet ¶
func (v NullableCreateReactorRequest) IsSet() bool
func (NullableCreateReactorRequest) MarshalJSON ¶
func (v NullableCreateReactorRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateReactorRequest) Set ¶
func (v *NullableCreateReactorRequest) Set(val *CreateReactorRequest)
func (*NullableCreateReactorRequest) UnmarshalJSON ¶
func (v *NullableCreateReactorRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateReactorRequest) Unset ¶
func (v *NullableCreateReactorRequest) Unset()
type NullableCreateSessionResponse ¶
type NullableCreateSessionResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateSessionResponse ¶
func NewNullableCreateSessionResponse(val *CreateSessionResponse) *NullableCreateSessionResponse
func (NullableCreateSessionResponse) Get ¶
func (v NullableCreateSessionResponse) Get() *CreateSessionResponse
func (NullableCreateSessionResponse) IsSet ¶
func (v NullableCreateSessionResponse) IsSet() bool
func (NullableCreateSessionResponse) MarshalJSON ¶
func (v NullableCreateSessionResponse) MarshalJSON() ([]byte, error)
func (*NullableCreateSessionResponse) Set ¶
func (v *NullableCreateSessionResponse) Set(val *CreateSessionResponse)
func (*NullableCreateSessionResponse) UnmarshalJSON ¶
func (v *NullableCreateSessionResponse) UnmarshalJSON(src []byte) error
func (*NullableCreateSessionResponse) Unset ¶
func (v *NullableCreateSessionResponse) Unset()
type NullableCreateTenantConnectionRequest ¶
type NullableCreateTenantConnectionRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateTenantConnectionRequest ¶
func NewNullableCreateTenantConnectionRequest(val *CreateTenantConnectionRequest) *NullableCreateTenantConnectionRequest
func (NullableCreateTenantConnectionRequest) Get ¶
func (v NullableCreateTenantConnectionRequest) Get() *CreateTenantConnectionRequest
func (NullableCreateTenantConnectionRequest) IsSet ¶
func (v NullableCreateTenantConnectionRequest) IsSet() bool
func (NullableCreateTenantConnectionRequest) MarshalJSON ¶
func (v NullableCreateTenantConnectionRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateTenantConnectionRequest) Set ¶
func (v *NullableCreateTenantConnectionRequest) Set(val *CreateTenantConnectionRequest)
func (*NullableCreateTenantConnectionRequest) UnmarshalJSON ¶
func (v *NullableCreateTenantConnectionRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateTenantConnectionRequest) Unset ¶
func (v *NullableCreateTenantConnectionRequest) Unset()
type NullableCreateTenantConnectionResponse ¶
type NullableCreateTenantConnectionResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateTenantConnectionResponse ¶
func NewNullableCreateTenantConnectionResponse(val *CreateTenantConnectionResponse) *NullableCreateTenantConnectionResponse
func (NullableCreateTenantConnectionResponse) Get ¶
func (v NullableCreateTenantConnectionResponse) Get() *CreateTenantConnectionResponse
func (NullableCreateTenantConnectionResponse) IsSet ¶
func (v NullableCreateTenantConnectionResponse) IsSet() bool
func (NullableCreateTenantConnectionResponse) MarshalJSON ¶
func (v NullableCreateTenantConnectionResponse) MarshalJSON() ([]byte, error)
func (*NullableCreateTenantConnectionResponse) Set ¶
func (v *NullableCreateTenantConnectionResponse) Set(val *CreateTenantConnectionResponse)
func (*NullableCreateTenantConnectionResponse) UnmarshalJSON ¶
func (v *NullableCreateTenantConnectionResponse) UnmarshalJSON(src []byte) error
func (*NullableCreateTenantConnectionResponse) Unset ¶
func (v *NullableCreateTenantConnectionResponse) Unset()
type NullableCreateTenantInvitationRequest ¶
type NullableCreateTenantInvitationRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateTenantInvitationRequest ¶
func NewNullableCreateTenantInvitationRequest(val *CreateTenantInvitationRequest) *NullableCreateTenantInvitationRequest
func (NullableCreateTenantInvitationRequest) Get ¶
func (v NullableCreateTenantInvitationRequest) Get() *CreateTenantInvitationRequest
func (NullableCreateTenantInvitationRequest) IsSet ¶
func (v NullableCreateTenantInvitationRequest) IsSet() bool
func (NullableCreateTenantInvitationRequest) MarshalJSON ¶
func (v NullableCreateTenantInvitationRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateTenantInvitationRequest) Set ¶
func (v *NullableCreateTenantInvitationRequest) Set(val *CreateTenantInvitationRequest)
func (*NullableCreateTenantInvitationRequest) UnmarshalJSON ¶
func (v *NullableCreateTenantInvitationRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateTenantInvitationRequest) Unset ¶
func (v *NullableCreateTenantInvitationRequest) Unset()
type NullableCreateThreeDSSessionRequest ¶ added in v6.1.0
type NullableCreateThreeDSSessionRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateThreeDSSessionRequest ¶ added in v6.1.0
func NewNullableCreateThreeDSSessionRequest(val *CreateThreeDSSessionRequest) *NullableCreateThreeDSSessionRequest
func (NullableCreateThreeDSSessionRequest) Get ¶ added in v6.1.0
func (v NullableCreateThreeDSSessionRequest) Get() *CreateThreeDSSessionRequest
func (NullableCreateThreeDSSessionRequest) IsSet ¶ added in v6.1.0
func (v NullableCreateThreeDSSessionRequest) IsSet() bool
func (NullableCreateThreeDSSessionRequest) MarshalJSON ¶ added in v6.1.0
func (v NullableCreateThreeDSSessionRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateThreeDSSessionRequest) Set ¶ added in v6.1.0
func (v *NullableCreateThreeDSSessionRequest) Set(val *CreateThreeDSSessionRequest)
func (*NullableCreateThreeDSSessionRequest) UnmarshalJSON ¶ added in v6.1.0
func (v *NullableCreateThreeDSSessionRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateThreeDSSessionRequest) Unset ¶ added in v6.1.0
func (v *NullableCreateThreeDSSessionRequest) Unset()
type NullableCreateThreeDSSessionResponse ¶ added in v6.1.0
type NullableCreateThreeDSSessionResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateThreeDSSessionResponse ¶ added in v6.1.0
func NewNullableCreateThreeDSSessionResponse(val *CreateThreeDSSessionResponse) *NullableCreateThreeDSSessionResponse
func (NullableCreateThreeDSSessionResponse) Get ¶ added in v6.1.0
func (v NullableCreateThreeDSSessionResponse) Get() *CreateThreeDSSessionResponse
func (NullableCreateThreeDSSessionResponse) IsSet ¶ added in v6.1.0
func (v NullableCreateThreeDSSessionResponse) IsSet() bool
func (NullableCreateThreeDSSessionResponse) MarshalJSON ¶ added in v6.1.0
func (v NullableCreateThreeDSSessionResponse) MarshalJSON() ([]byte, error)
func (*NullableCreateThreeDSSessionResponse) Set ¶ added in v6.1.0
func (v *NullableCreateThreeDSSessionResponse) Set(val *CreateThreeDSSessionResponse)
func (*NullableCreateThreeDSSessionResponse) UnmarshalJSON ¶ added in v6.1.0
func (v *NullableCreateThreeDSSessionResponse) UnmarshalJSON(src []byte) error
func (*NullableCreateThreeDSSessionResponse) Unset ¶ added in v6.1.0
func (v *NullableCreateThreeDSSessionResponse) Unset()
type NullableCreateTokenRequest ¶
type NullableCreateTokenRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateTokenRequest ¶
func NewNullableCreateTokenRequest(val *CreateTokenRequest) *NullableCreateTokenRequest
func (NullableCreateTokenRequest) Get ¶
func (v NullableCreateTokenRequest) Get() *CreateTokenRequest
func (NullableCreateTokenRequest) IsSet ¶
func (v NullableCreateTokenRequest) IsSet() bool
func (NullableCreateTokenRequest) MarshalJSON ¶
func (v NullableCreateTokenRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateTokenRequest) Set ¶
func (v *NullableCreateTokenRequest) Set(val *CreateTokenRequest)
func (*NullableCreateTokenRequest) UnmarshalJSON ¶
func (v *NullableCreateTokenRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateTokenRequest) Unset ¶
func (v *NullableCreateTokenRequest) Unset()
type NullableCreateTokenResponse ¶
type NullableCreateTokenResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateTokenResponse ¶
func NewNullableCreateTokenResponse(val *CreateTokenResponse) *NullableCreateTokenResponse
func (NullableCreateTokenResponse) Get ¶
func (v NullableCreateTokenResponse) Get() *CreateTokenResponse
func (NullableCreateTokenResponse) IsSet ¶
func (v NullableCreateTokenResponse) IsSet() bool
func (NullableCreateTokenResponse) MarshalJSON ¶
func (v NullableCreateTokenResponse) MarshalJSON() ([]byte, error)
func (*NullableCreateTokenResponse) Set ¶
func (v *NullableCreateTokenResponse) Set(val *CreateTokenResponse)
func (*NullableCreateTokenResponse) UnmarshalJSON ¶
func (v *NullableCreateTokenResponse) UnmarshalJSON(src []byte) error
func (*NullableCreateTokenResponse) Unset ¶
func (v *NullableCreateTokenResponse) Unset()
type NullableCursorPagination ¶
type NullableCursorPagination struct {
// contains filtered or unexported fields
}
func NewNullableCursorPagination ¶
func NewNullableCursorPagination(val *CursorPagination) *NullableCursorPagination
func (NullableCursorPagination) Get ¶
func (v NullableCursorPagination) Get() *CursorPagination
func (NullableCursorPagination) IsSet ¶
func (v NullableCursorPagination) IsSet() bool
func (NullableCursorPagination) MarshalJSON ¶
func (v NullableCursorPagination) MarshalJSON() ([]byte, error)
func (*NullableCursorPagination) Set ¶
func (v *NullableCursorPagination) Set(val *CursorPagination)
func (*NullableCursorPagination) UnmarshalJSON ¶
func (v *NullableCursorPagination) UnmarshalJSON(src []byte) error
func (*NullableCursorPagination) Unset ¶
func (v *NullableCursorPagination) Unset()
type NullableEncryptionKey ¶
type NullableEncryptionKey struct {
// contains filtered or unexported fields
}
func NewNullableEncryptionKey ¶
func NewNullableEncryptionKey(val *EncryptionKey) *NullableEncryptionKey
func (NullableEncryptionKey) Get ¶
func (v NullableEncryptionKey) Get() *EncryptionKey
func (NullableEncryptionKey) IsSet ¶
func (v NullableEncryptionKey) IsSet() bool
func (NullableEncryptionKey) MarshalJSON ¶
func (v NullableEncryptionKey) MarshalJSON() ([]byte, error)
func (*NullableEncryptionKey) Set ¶
func (v *NullableEncryptionKey) Set(val *EncryptionKey)
func (*NullableEncryptionKey) UnmarshalJSON ¶
func (v *NullableEncryptionKey) UnmarshalJSON(src []byte) error
func (*NullableEncryptionKey) Unset ¶
func (v *NullableEncryptionKey) Unset()
type NullableEncryptionMetadata ¶
type NullableEncryptionMetadata struct {
// contains filtered or unexported fields
}
func NewNullableEncryptionMetadata ¶
func NewNullableEncryptionMetadata(val *EncryptionMetadata) *NullableEncryptionMetadata
func (NullableEncryptionMetadata) Get ¶
func (v NullableEncryptionMetadata) Get() *EncryptionMetadata
func (NullableEncryptionMetadata) IsSet ¶
func (v NullableEncryptionMetadata) IsSet() bool
func (NullableEncryptionMetadata) MarshalJSON ¶
func (v NullableEncryptionMetadata) MarshalJSON() ([]byte, error)
func (*NullableEncryptionMetadata) Set ¶
func (v *NullableEncryptionMetadata) Set(val *EncryptionMetadata)
func (*NullableEncryptionMetadata) UnmarshalJSON ¶
func (v *NullableEncryptionMetadata) UnmarshalJSON(src []byte) error
func (*NullableEncryptionMetadata) Unset ¶
func (v *NullableEncryptionMetadata) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableGetApplications ¶
type NullableGetApplications struct {
// contains filtered or unexported fields
}
func NewNullableGetApplications ¶
func NewNullableGetApplications(val *GetApplications) *NullableGetApplications
func (NullableGetApplications) Get ¶
func (v NullableGetApplications) Get() *GetApplications
func (NullableGetApplications) IsSet ¶
func (v NullableGetApplications) IsSet() bool
func (NullableGetApplications) MarshalJSON ¶
func (v NullableGetApplications) MarshalJSON() ([]byte, error)
func (*NullableGetApplications) Set ¶
func (v *NullableGetApplications) Set(val *GetApplications)
func (*NullableGetApplications) UnmarshalJSON ¶
func (v *NullableGetApplications) UnmarshalJSON(src []byte) error
func (*NullableGetApplications) Unset ¶
func (v *NullableGetApplications) Unset()
type NullableGetLogs ¶
type NullableGetLogs struct {
// contains filtered or unexported fields
}
func NewNullableGetLogs ¶
func NewNullableGetLogs(val *GetLogs) *NullableGetLogs
func (NullableGetLogs) Get ¶
func (v NullableGetLogs) Get() *GetLogs
func (NullableGetLogs) IsSet ¶
func (v NullableGetLogs) IsSet() bool
func (NullableGetLogs) MarshalJSON ¶
func (v NullableGetLogs) MarshalJSON() ([]byte, error)
func (*NullableGetLogs) Set ¶
func (v *NullableGetLogs) Set(val *GetLogs)
func (*NullableGetLogs) UnmarshalJSON ¶
func (v *NullableGetLogs) UnmarshalJSON(src []byte) error
func (*NullableGetLogs) Unset ¶
func (v *NullableGetLogs) Unset()
type NullableGetPermissions ¶
type NullableGetPermissions struct {
// contains filtered or unexported fields
}
func NewNullableGetPermissions ¶
func NewNullableGetPermissions(val *GetPermissions) *NullableGetPermissions
func (NullableGetPermissions) Get ¶
func (v NullableGetPermissions) Get() *GetPermissions
func (NullableGetPermissions) IsSet ¶
func (v NullableGetPermissions) IsSet() bool
func (NullableGetPermissions) MarshalJSON ¶
func (v NullableGetPermissions) MarshalJSON() ([]byte, error)
func (*NullableGetPermissions) Set ¶
func (v *NullableGetPermissions) Set(val *GetPermissions)
func (*NullableGetPermissions) UnmarshalJSON ¶
func (v *NullableGetPermissions) UnmarshalJSON(src []byte) error
func (*NullableGetPermissions) Unset ¶
func (v *NullableGetPermissions) Unset()
type NullableGetProxies ¶
type NullableGetProxies struct {
// contains filtered or unexported fields
}
func NewNullableGetProxies ¶
func NewNullableGetProxies(val *GetProxies) *NullableGetProxies
func (NullableGetProxies) Get ¶
func (v NullableGetProxies) Get() *GetProxies
func (NullableGetProxies) IsSet ¶
func (v NullableGetProxies) IsSet() bool
func (NullableGetProxies) MarshalJSON ¶
func (v NullableGetProxies) MarshalJSON() ([]byte, error)
func (*NullableGetProxies) Set ¶
func (v *NullableGetProxies) Set(val *GetProxies)
func (*NullableGetProxies) UnmarshalJSON ¶
func (v *NullableGetProxies) UnmarshalJSON(src []byte) error
func (*NullableGetProxies) Unset ¶
func (v *NullableGetProxies) Unset()
type NullableGetReactorFormulas ¶
type NullableGetReactorFormulas struct {
// contains filtered or unexported fields
}
func NewNullableGetReactorFormulas ¶
func NewNullableGetReactorFormulas(val *GetReactorFormulas) *NullableGetReactorFormulas
func (NullableGetReactorFormulas) Get ¶
func (v NullableGetReactorFormulas) Get() *GetReactorFormulas
func (NullableGetReactorFormulas) IsSet ¶
func (v NullableGetReactorFormulas) IsSet() bool
func (NullableGetReactorFormulas) MarshalJSON ¶
func (v NullableGetReactorFormulas) MarshalJSON() ([]byte, error)
func (*NullableGetReactorFormulas) Set ¶
func (v *NullableGetReactorFormulas) Set(val *GetReactorFormulas)
func (*NullableGetReactorFormulas) UnmarshalJSON ¶
func (v *NullableGetReactorFormulas) UnmarshalJSON(src []byte) error
func (*NullableGetReactorFormulas) Unset ¶
func (v *NullableGetReactorFormulas) Unset()
type NullableGetReactors ¶
type NullableGetReactors struct {
// contains filtered or unexported fields
}
func NewNullableGetReactors ¶
func NewNullableGetReactors(val *GetReactors) *NullableGetReactors
func (NullableGetReactors) Get ¶
func (v NullableGetReactors) Get() *GetReactors
func (NullableGetReactors) IsSet ¶
func (v NullableGetReactors) IsSet() bool
func (NullableGetReactors) MarshalJSON ¶
func (v NullableGetReactors) MarshalJSON() ([]byte, error)
func (*NullableGetReactors) Set ¶
func (v *NullableGetReactors) Set(val *GetReactors)
func (*NullableGetReactors) UnmarshalJSON ¶
func (v *NullableGetReactors) UnmarshalJSON(src []byte) error
func (*NullableGetReactors) Unset ¶
func (v *NullableGetReactors) Unset()
type NullableGetTenantInvitations ¶
type NullableGetTenantInvitations struct {
// contains filtered or unexported fields
}
func NewNullableGetTenantInvitations ¶
func NewNullableGetTenantInvitations(val *GetTenantInvitations) *NullableGetTenantInvitations
func (NullableGetTenantInvitations) Get ¶
func (v NullableGetTenantInvitations) Get() *GetTenantInvitations
func (NullableGetTenantInvitations) IsSet ¶
func (v NullableGetTenantInvitations) IsSet() bool
func (NullableGetTenantInvitations) MarshalJSON ¶
func (v NullableGetTenantInvitations) MarshalJSON() ([]byte, error)
func (*NullableGetTenantInvitations) Set ¶
func (v *NullableGetTenantInvitations) Set(val *GetTenantInvitations)
func (*NullableGetTenantInvitations) UnmarshalJSON ¶
func (v *NullableGetTenantInvitations) UnmarshalJSON(src []byte) error
func (*NullableGetTenantInvitations) Unset ¶
func (v *NullableGetTenantInvitations) Unset()
type NullableGetTenantMembers ¶
type NullableGetTenantMembers struct {
// contains filtered or unexported fields
}
func NewNullableGetTenantMembers ¶
func NewNullableGetTenantMembers(val *GetTenantMembers) *NullableGetTenantMembers
func (NullableGetTenantMembers) Get ¶
func (v NullableGetTenantMembers) Get() *GetTenantMembers
func (NullableGetTenantMembers) IsSet ¶
func (v NullableGetTenantMembers) IsSet() bool
func (NullableGetTenantMembers) MarshalJSON ¶
func (v NullableGetTenantMembers) MarshalJSON() ([]byte, error)
func (*NullableGetTenantMembers) Set ¶
func (v *NullableGetTenantMembers) Set(val *GetTenantMembers)
func (*NullableGetTenantMembers) UnmarshalJSON ¶
func (v *NullableGetTenantMembers) UnmarshalJSON(src []byte) error
func (*NullableGetTenantMembers) Unset ¶
func (v *NullableGetTenantMembers) Unset()
type NullableGetTokens ¶
type NullableGetTokens struct {
// contains filtered or unexported fields
}
func NewNullableGetTokens ¶
func NewNullableGetTokens(val *GetTokens) *NullableGetTokens
func (NullableGetTokens) Get ¶
func (v NullableGetTokens) Get() *GetTokens
func (NullableGetTokens) IsSet ¶
func (v NullableGetTokens) IsSet() bool
func (NullableGetTokens) MarshalJSON ¶
func (v NullableGetTokens) MarshalJSON() ([]byte, error)
func (*NullableGetTokens) Set ¶
func (v *NullableGetTokens) Set(val *GetTokens)
func (*NullableGetTokens) UnmarshalJSON ¶
func (v *NullableGetTokens) UnmarshalJSON(src []byte) error
func (*NullableGetTokens) Unset ¶
func (v *NullableGetTokens) Unset()
type NullableGetTokensV2 ¶
type NullableGetTokensV2 struct {
// contains filtered or unexported fields
}
func NewNullableGetTokensV2 ¶
func NewNullableGetTokensV2(val *GetTokensV2) *NullableGetTokensV2
func (NullableGetTokensV2) Get ¶
func (v NullableGetTokensV2) Get() *GetTokensV2
func (NullableGetTokensV2) IsSet ¶
func (v NullableGetTokensV2) IsSet() bool
func (NullableGetTokensV2) MarshalJSON ¶
func (v NullableGetTokensV2) MarshalJSON() ([]byte, error)
func (*NullableGetTokensV2) Set ¶
func (v *NullableGetTokensV2) Set(val *GetTokensV2)
func (*NullableGetTokensV2) UnmarshalJSON ¶
func (v *NullableGetTokensV2) UnmarshalJSON(src []byte) error
func (*NullableGetTokensV2) Unset ¶
func (v *NullableGetTokensV2) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableLog ¶
type NullableLog struct {
// contains filtered or unexported fields
}
func NewNullableLog ¶
func NewNullableLog(val *Log) *NullableLog
func (NullableLog) Get ¶
func (v NullableLog) Get() *Log
func (NullableLog) IsSet ¶
func (v NullableLog) IsSet() bool
func (NullableLog) MarshalJSON ¶
func (v NullableLog) MarshalJSON() ([]byte, error)
func (*NullableLog) Set ¶
func (v *NullableLog) Set(val *Log)
func (*NullableLog) UnmarshalJSON ¶
func (v *NullableLog) UnmarshalJSON(src []byte) error
func (*NullableLog) Unset ¶
func (v *NullableLog) Unset()
type NullableLogEntityType ¶
type NullableLogEntityType struct {
// contains filtered or unexported fields
}
func NewNullableLogEntityType ¶
func NewNullableLogEntityType(val *LogEntityType) *NullableLogEntityType
func (NullableLogEntityType) Get ¶
func (v NullableLogEntityType) Get() *LogEntityType
func (NullableLogEntityType) IsSet ¶
func (v NullableLogEntityType) IsSet() bool
func (NullableLogEntityType) MarshalJSON ¶
func (v NullableLogEntityType) MarshalJSON() ([]byte, error)
func (*NullableLogEntityType) Set ¶
func (v *NullableLogEntityType) Set(val *LogEntityType)
func (*NullableLogEntityType) UnmarshalJSON ¶
func (v *NullableLogEntityType) UnmarshalJSON(src []byte) error
func (*NullableLogEntityType) Unset ¶
func (v *NullableLogEntityType) Unset()
type NullableLogPaginatedList ¶
type NullableLogPaginatedList struct {
// contains filtered or unexported fields
}
func NewNullableLogPaginatedList ¶
func NewNullableLogPaginatedList(val *LogPaginatedList) *NullableLogPaginatedList
func (NullableLogPaginatedList) Get ¶
func (v NullableLogPaginatedList) Get() *LogPaginatedList
func (NullableLogPaginatedList) IsSet ¶
func (v NullableLogPaginatedList) IsSet() bool
func (NullableLogPaginatedList) MarshalJSON ¶
func (v NullableLogPaginatedList) MarshalJSON() ([]byte, error)
func (*NullableLogPaginatedList) Set ¶
func (v *NullableLogPaginatedList) Set(val *LogPaginatedList)
func (*NullableLogPaginatedList) UnmarshalJSON ¶
func (v *NullableLogPaginatedList) UnmarshalJSON(src []byte) error
func (*NullableLogPaginatedList) Unset ¶
func (v *NullableLogPaginatedList) Unset()
type NullableMonthlyActiveTokenHistory ¶
type NullableMonthlyActiveTokenHistory struct {
// contains filtered or unexported fields
}
func NewNullableMonthlyActiveTokenHistory ¶
func NewNullableMonthlyActiveTokenHistory(val *MonthlyActiveTokenHistory) *NullableMonthlyActiveTokenHistory
func (NullableMonthlyActiveTokenHistory) Get ¶
func (v NullableMonthlyActiveTokenHistory) Get() *MonthlyActiveTokenHistory
func (NullableMonthlyActiveTokenHistory) IsSet ¶
func (v NullableMonthlyActiveTokenHistory) IsSet() bool
func (NullableMonthlyActiveTokenHistory) MarshalJSON ¶
func (v NullableMonthlyActiveTokenHistory) MarshalJSON() ([]byte, error)
func (*NullableMonthlyActiveTokenHistory) Set ¶
func (v *NullableMonthlyActiveTokenHistory) Set(val *MonthlyActiveTokenHistory)
func (*NullableMonthlyActiveTokenHistory) UnmarshalJSON ¶
func (v *NullableMonthlyActiveTokenHistory) UnmarshalJSON(src []byte) error
func (*NullableMonthlyActiveTokenHistory) Unset ¶
func (v *NullableMonthlyActiveTokenHistory) Unset()
type NullablePagination ¶
type NullablePagination struct {
// contains filtered or unexported fields
}
func NewNullablePagination ¶
func NewNullablePagination(val *Pagination) *NullablePagination
func (NullablePagination) Get ¶
func (v NullablePagination) Get() *Pagination
func (NullablePagination) IsSet ¶
func (v NullablePagination) IsSet() bool
func (NullablePagination) MarshalJSON ¶
func (v NullablePagination) MarshalJSON() ([]byte, error)
func (*NullablePagination) Set ¶
func (v *NullablePagination) Set(val *Pagination)
func (*NullablePagination) UnmarshalJSON ¶
func (v *NullablePagination) UnmarshalJSON(src []byte) error
func (*NullablePagination) Unset ¶
func (v *NullablePagination) Unset()
type NullablePatchProxyRequest ¶
type NullablePatchProxyRequest struct {
// contains filtered or unexported fields
}
func NewNullablePatchProxyRequest ¶
func NewNullablePatchProxyRequest(val *PatchProxyRequest) *NullablePatchProxyRequest
func (NullablePatchProxyRequest) Get ¶
func (v NullablePatchProxyRequest) Get() *PatchProxyRequest
func (NullablePatchProxyRequest) IsSet ¶
func (v NullablePatchProxyRequest) IsSet() bool
func (NullablePatchProxyRequest) MarshalJSON ¶
func (v NullablePatchProxyRequest) MarshalJSON() ([]byte, error)
func (*NullablePatchProxyRequest) Set ¶
func (v *NullablePatchProxyRequest) Set(val *PatchProxyRequest)
func (*NullablePatchProxyRequest) UnmarshalJSON ¶
func (v *NullablePatchProxyRequest) UnmarshalJSON(src []byte) error
func (*NullablePatchProxyRequest) Unset ¶
func (v *NullablePatchProxyRequest) Unset()
type NullablePatchReactorRequest ¶
type NullablePatchReactorRequest struct {
// contains filtered or unexported fields
}
func NewNullablePatchReactorRequest ¶
func NewNullablePatchReactorRequest(val *PatchReactorRequest) *NullablePatchReactorRequest
func (NullablePatchReactorRequest) Get ¶
func (v NullablePatchReactorRequest) Get() *PatchReactorRequest
func (NullablePatchReactorRequest) IsSet ¶
func (v NullablePatchReactorRequest) IsSet() bool
func (NullablePatchReactorRequest) MarshalJSON ¶
func (v NullablePatchReactorRequest) MarshalJSON() ([]byte, error)
func (*NullablePatchReactorRequest) Set ¶
func (v *NullablePatchReactorRequest) Set(val *PatchReactorRequest)
func (*NullablePatchReactorRequest) UnmarshalJSON ¶
func (v *NullablePatchReactorRequest) UnmarshalJSON(src []byte) error
func (*NullablePatchReactorRequest) Unset ¶
func (v *NullablePatchReactorRequest) Unset()
type NullablePermission ¶
type NullablePermission struct {
// contains filtered or unexported fields
}
func NewNullablePermission ¶
func NewNullablePermission(val *Permission) *NullablePermission
func (NullablePermission) Get ¶
func (v NullablePermission) Get() *Permission
func (NullablePermission) IsSet ¶
func (v NullablePermission) IsSet() bool
func (NullablePermission) MarshalJSON ¶
func (v NullablePermission) MarshalJSON() ([]byte, error)
func (*NullablePermission) Set ¶
func (v *NullablePermission) Set(val *Permission)
func (*NullablePermission) UnmarshalJSON ¶
func (v *NullablePermission) UnmarshalJSON(src []byte) error
func (*NullablePermission) Unset ¶
func (v *NullablePermission) Unset()
type NullablePrivacy ¶
type NullablePrivacy struct {
// contains filtered or unexported fields
}
func NewNullablePrivacy ¶
func NewNullablePrivacy(val *Privacy) *NullablePrivacy
func (NullablePrivacy) Get ¶
func (v NullablePrivacy) Get() *Privacy
func (NullablePrivacy) IsSet ¶
func (v NullablePrivacy) IsSet() bool
func (NullablePrivacy) MarshalJSON ¶
func (v NullablePrivacy) MarshalJSON() ([]byte, error)
func (*NullablePrivacy) Set ¶
func (v *NullablePrivacy) Set(val *Privacy)
func (*NullablePrivacy) UnmarshalJSON ¶
func (v *NullablePrivacy) UnmarshalJSON(src []byte) error
func (*NullablePrivacy) Unset ¶
func (v *NullablePrivacy) Unset()
type NullableProblemDetails ¶
type NullableProblemDetails struct {
// contains filtered or unexported fields
}
func NewNullableProblemDetails ¶
func NewNullableProblemDetails(val *ProblemDetails) *NullableProblemDetails
func (NullableProblemDetails) Get ¶
func (v NullableProblemDetails) Get() *ProblemDetails
func (NullableProblemDetails) IsSet ¶
func (v NullableProblemDetails) IsSet() bool
func (NullableProblemDetails) MarshalJSON ¶
func (v NullableProblemDetails) MarshalJSON() ([]byte, error)
func (*NullableProblemDetails) Set ¶
func (v *NullableProblemDetails) Set(val *ProblemDetails)
func (*NullableProblemDetails) UnmarshalJSON ¶
func (v *NullableProblemDetails) UnmarshalJSON(src []byte) error
func (*NullableProblemDetails) Unset ¶
func (v *NullableProblemDetails) Unset()
type NullableProxy ¶
type NullableProxy struct {
// contains filtered or unexported fields
}
func NewNullableProxy ¶
func NewNullableProxy(val *Proxy) *NullableProxy
func (NullableProxy) Get ¶
func (v NullableProxy) Get() *Proxy
func (NullableProxy) IsSet ¶
func (v NullableProxy) IsSet() bool
func (NullableProxy) MarshalJSON ¶
func (v NullableProxy) MarshalJSON() ([]byte, error)
func (*NullableProxy) Set ¶
func (v *NullableProxy) Set(val *Proxy)
func (*NullableProxy) UnmarshalJSON ¶
func (v *NullableProxy) UnmarshalJSON(src []byte) error
func (*NullableProxy) Unset ¶
func (v *NullableProxy) Unset()
type NullableProxyPaginatedList ¶
type NullableProxyPaginatedList struct {
// contains filtered or unexported fields
}
func NewNullableProxyPaginatedList ¶
func NewNullableProxyPaginatedList(val *ProxyPaginatedList) *NullableProxyPaginatedList
func (NullableProxyPaginatedList) Get ¶
func (v NullableProxyPaginatedList) Get() *ProxyPaginatedList
func (NullableProxyPaginatedList) IsSet ¶
func (v NullableProxyPaginatedList) IsSet() bool
func (NullableProxyPaginatedList) MarshalJSON ¶
func (v NullableProxyPaginatedList) MarshalJSON() ([]byte, error)
func (*NullableProxyPaginatedList) Set ¶
func (v *NullableProxyPaginatedList) Set(val *ProxyPaginatedList)
func (*NullableProxyPaginatedList) UnmarshalJSON ¶
func (v *NullableProxyPaginatedList) UnmarshalJSON(src []byte) error
func (*NullableProxyPaginatedList) Unset ¶
func (v *NullableProxyPaginatedList) Unset()
type NullableProxyTransform ¶
type NullableProxyTransform struct {
// contains filtered or unexported fields
}
func NewNullableProxyTransform ¶
func NewNullableProxyTransform(val *ProxyTransform) *NullableProxyTransform
func (NullableProxyTransform) Get ¶
func (v NullableProxyTransform) Get() *ProxyTransform
func (NullableProxyTransform) IsSet ¶
func (v NullableProxyTransform) IsSet() bool
func (NullableProxyTransform) MarshalJSON ¶
func (v NullableProxyTransform) MarshalJSON() ([]byte, error)
func (*NullableProxyTransform) Set ¶
func (v *NullableProxyTransform) Set(val *ProxyTransform)
func (*NullableProxyTransform) UnmarshalJSON ¶
func (v *NullableProxyTransform) UnmarshalJSON(src []byte) error
func (*NullableProxyTransform) Unset ¶
func (v *NullableProxyTransform) Unset()
type NullableProxyTransformMatcher ¶
type NullableProxyTransformMatcher struct {
// contains filtered or unexported fields
}
func NewNullableProxyTransformMatcher ¶
func NewNullableProxyTransformMatcher(val *ProxyTransformMatcher) *NullableProxyTransformMatcher
func (NullableProxyTransformMatcher) Get ¶
func (v NullableProxyTransformMatcher) Get() *ProxyTransformMatcher
func (NullableProxyTransformMatcher) IsSet ¶
func (v NullableProxyTransformMatcher) IsSet() bool
func (NullableProxyTransformMatcher) MarshalJSON ¶
func (v NullableProxyTransformMatcher) MarshalJSON() ([]byte, error)
func (*NullableProxyTransformMatcher) Set ¶
func (v *NullableProxyTransformMatcher) Set(val *ProxyTransformMatcher)
func (*NullableProxyTransformMatcher) UnmarshalJSON ¶
func (v *NullableProxyTransformMatcher) UnmarshalJSON(src []byte) error
func (*NullableProxyTransformMatcher) Unset ¶
func (v *NullableProxyTransformMatcher) Unset()
type NullableProxyTransformType ¶
type NullableProxyTransformType struct {
// contains filtered or unexported fields
}
func NewNullableProxyTransformType ¶
func NewNullableProxyTransformType(val *ProxyTransformType) *NullableProxyTransformType
func (NullableProxyTransformType) Get ¶
func (v NullableProxyTransformType) Get() *ProxyTransformType
func (NullableProxyTransformType) IsSet ¶
func (v NullableProxyTransformType) IsSet() bool
func (NullableProxyTransformType) MarshalJSON ¶
func (v NullableProxyTransformType) MarshalJSON() ([]byte, error)
func (*NullableProxyTransformType) Set ¶
func (v *NullableProxyTransformType) Set(val *ProxyTransformType)
func (*NullableProxyTransformType) UnmarshalJSON ¶
func (v *NullableProxyTransformType) UnmarshalJSON(src []byte) error
func (*NullableProxyTransformType) Unset ¶
func (v *NullableProxyTransformType) Unset()
type NullableReactRequest ¶
type NullableReactRequest struct {
// contains filtered or unexported fields
}
func NewNullableReactRequest ¶
func NewNullableReactRequest(val *ReactRequest) *NullableReactRequest
func (NullableReactRequest) Get ¶
func (v NullableReactRequest) Get() *ReactRequest
func (NullableReactRequest) IsSet ¶
func (v NullableReactRequest) IsSet() bool
func (NullableReactRequest) MarshalJSON ¶
func (v NullableReactRequest) MarshalJSON() ([]byte, error)
func (*NullableReactRequest) Set ¶
func (v *NullableReactRequest) Set(val *ReactRequest)
func (*NullableReactRequest) UnmarshalJSON ¶
func (v *NullableReactRequest) UnmarshalJSON(src []byte) error
func (*NullableReactRequest) Unset ¶
func (v *NullableReactRequest) Unset()
type NullableReactRequestAsync ¶ added in v6.1.0
type NullableReactRequestAsync struct {
// contains filtered or unexported fields
}
func NewNullableReactRequestAsync ¶ added in v6.1.0
func NewNullableReactRequestAsync(val *ReactRequestAsync) *NullableReactRequestAsync
func (NullableReactRequestAsync) Get ¶ added in v6.1.0
func (v NullableReactRequestAsync) Get() *ReactRequestAsync
func (NullableReactRequestAsync) IsSet ¶ added in v6.1.0
func (v NullableReactRequestAsync) IsSet() bool
func (NullableReactRequestAsync) MarshalJSON ¶ added in v6.1.0
func (v NullableReactRequestAsync) MarshalJSON() ([]byte, error)
func (*NullableReactRequestAsync) Set ¶ added in v6.1.0
func (v *NullableReactRequestAsync) Set(val *ReactRequestAsync)
func (*NullableReactRequestAsync) UnmarshalJSON ¶ added in v6.1.0
func (v *NullableReactRequestAsync) UnmarshalJSON(src []byte) error
func (*NullableReactRequestAsync) Unset ¶ added in v6.1.0
func (v *NullableReactRequestAsync) Unset()
type NullableReactResponse ¶
type NullableReactResponse struct {
// contains filtered or unexported fields
}
func NewNullableReactResponse ¶
func NewNullableReactResponse(val *ReactResponse) *NullableReactResponse
func (NullableReactResponse) Get ¶
func (v NullableReactResponse) Get() *ReactResponse
func (NullableReactResponse) IsSet ¶
func (v NullableReactResponse) IsSet() bool
func (NullableReactResponse) MarshalJSON ¶
func (v NullableReactResponse) MarshalJSON() ([]byte, error)
func (*NullableReactResponse) Set ¶
func (v *NullableReactResponse) Set(val *ReactResponse)
func (*NullableReactResponse) UnmarshalJSON ¶
func (v *NullableReactResponse) UnmarshalJSON(src []byte) error
func (*NullableReactResponse) Unset ¶
func (v *NullableReactResponse) Unset()
type NullableReactor ¶
type NullableReactor struct {
// contains filtered or unexported fields
}
func NewNullableReactor ¶
func NewNullableReactor(val *Reactor) *NullableReactor
func (NullableReactor) Get ¶
func (v NullableReactor) Get() *Reactor
func (NullableReactor) IsSet ¶
func (v NullableReactor) IsSet() bool
func (NullableReactor) MarshalJSON ¶
func (v NullableReactor) MarshalJSON() ([]byte, error)
func (*NullableReactor) Set ¶
func (v *NullableReactor) Set(val *Reactor)
func (*NullableReactor) UnmarshalJSON ¶
func (v *NullableReactor) UnmarshalJSON(src []byte) error
func (*NullableReactor) Unset ¶
func (v *NullableReactor) Unset()
type NullableReactorFormula ¶
type NullableReactorFormula struct {
// contains filtered or unexported fields
}
func NewNullableReactorFormula ¶
func NewNullableReactorFormula(val *ReactorFormula) *NullableReactorFormula
func (NullableReactorFormula) Get ¶
func (v NullableReactorFormula) Get() *ReactorFormula
func (NullableReactorFormula) IsSet ¶
func (v NullableReactorFormula) IsSet() bool
func (NullableReactorFormula) MarshalJSON ¶
func (v NullableReactorFormula) MarshalJSON() ([]byte, error)
func (*NullableReactorFormula) Set ¶
func (v *NullableReactorFormula) Set(val *ReactorFormula)
func (*NullableReactorFormula) UnmarshalJSON ¶
func (v *NullableReactorFormula) UnmarshalJSON(src []byte) error
func (*NullableReactorFormula) Unset ¶
func (v *NullableReactorFormula) Unset()
type NullableReactorFormulaConfiguration ¶
type NullableReactorFormulaConfiguration struct {
// contains filtered or unexported fields
}
func NewNullableReactorFormulaConfiguration ¶
func NewNullableReactorFormulaConfiguration(val *ReactorFormulaConfiguration) *NullableReactorFormulaConfiguration
func (NullableReactorFormulaConfiguration) Get ¶
func (v NullableReactorFormulaConfiguration) Get() *ReactorFormulaConfiguration
func (NullableReactorFormulaConfiguration) IsSet ¶
func (v NullableReactorFormulaConfiguration) IsSet() bool
func (NullableReactorFormulaConfiguration) MarshalJSON ¶
func (v NullableReactorFormulaConfiguration) MarshalJSON() ([]byte, error)
func (*NullableReactorFormulaConfiguration) Set ¶
func (v *NullableReactorFormulaConfiguration) Set(val *ReactorFormulaConfiguration)
func (*NullableReactorFormulaConfiguration) UnmarshalJSON ¶
func (v *NullableReactorFormulaConfiguration) UnmarshalJSON(src []byte) error
func (*NullableReactorFormulaConfiguration) Unset ¶
func (v *NullableReactorFormulaConfiguration) Unset()
type NullableReactorFormulaPaginatedList ¶
type NullableReactorFormulaPaginatedList struct {
// contains filtered or unexported fields
}
func NewNullableReactorFormulaPaginatedList ¶
func NewNullableReactorFormulaPaginatedList(val *ReactorFormulaPaginatedList) *NullableReactorFormulaPaginatedList
func (NullableReactorFormulaPaginatedList) Get ¶
func (v NullableReactorFormulaPaginatedList) Get() *ReactorFormulaPaginatedList
func (NullableReactorFormulaPaginatedList) IsSet ¶
func (v NullableReactorFormulaPaginatedList) IsSet() bool
func (NullableReactorFormulaPaginatedList) MarshalJSON ¶
func (v NullableReactorFormulaPaginatedList) MarshalJSON() ([]byte, error)
func (*NullableReactorFormulaPaginatedList) Set ¶
func (v *NullableReactorFormulaPaginatedList) Set(val *ReactorFormulaPaginatedList)
func (*NullableReactorFormulaPaginatedList) UnmarshalJSON ¶
func (v *NullableReactorFormulaPaginatedList) UnmarshalJSON(src []byte) error
func (*NullableReactorFormulaPaginatedList) Unset ¶
func (v *NullableReactorFormulaPaginatedList) Unset()
type NullableReactorFormulaRequestParameter ¶
type NullableReactorFormulaRequestParameter struct {
// contains filtered or unexported fields
}
func NewNullableReactorFormulaRequestParameter ¶
func NewNullableReactorFormulaRequestParameter(val *ReactorFormulaRequestParameter) *NullableReactorFormulaRequestParameter
func (NullableReactorFormulaRequestParameter) Get ¶
func (v NullableReactorFormulaRequestParameter) Get() *ReactorFormulaRequestParameter
func (NullableReactorFormulaRequestParameter) IsSet ¶
func (v NullableReactorFormulaRequestParameter) IsSet() bool
func (NullableReactorFormulaRequestParameter) MarshalJSON ¶
func (v NullableReactorFormulaRequestParameter) MarshalJSON() ([]byte, error)
func (*NullableReactorFormulaRequestParameter) Set ¶
func (v *NullableReactorFormulaRequestParameter) Set(val *ReactorFormulaRequestParameter)
func (*NullableReactorFormulaRequestParameter) UnmarshalJSON ¶
func (v *NullableReactorFormulaRequestParameter) UnmarshalJSON(src []byte) error
func (*NullableReactorFormulaRequestParameter) Unset ¶
func (v *NullableReactorFormulaRequestParameter) Unset()
type NullableReactorPaginatedList ¶
type NullableReactorPaginatedList struct {
// contains filtered or unexported fields
}
func NewNullableReactorPaginatedList ¶
func NewNullableReactorPaginatedList(val *ReactorPaginatedList) *NullableReactorPaginatedList
func (NullableReactorPaginatedList) Get ¶
func (v NullableReactorPaginatedList) Get() *ReactorPaginatedList
func (NullableReactorPaginatedList) IsSet ¶
func (v NullableReactorPaginatedList) IsSet() bool
func (NullableReactorPaginatedList) MarshalJSON ¶
func (v NullableReactorPaginatedList) MarshalJSON() ([]byte, error)
func (*NullableReactorPaginatedList) Set ¶
func (v *NullableReactorPaginatedList) Set(val *ReactorPaginatedList)
func (*NullableReactorPaginatedList) UnmarshalJSON ¶
func (v *NullableReactorPaginatedList) UnmarshalJSON(src []byte) error
func (*NullableReactorPaginatedList) Unset ¶
func (v *NullableReactorPaginatedList) Unset()
type NullableRole ¶
type NullableRole struct {
// contains filtered or unexported fields
}
func NewNullableRole ¶
func NewNullableRole(val *Role) *NullableRole
func (NullableRole) Get ¶
func (v NullableRole) Get() *Role
func (NullableRole) IsSet ¶
func (v NullableRole) IsSet() bool
func (NullableRole) MarshalJSON ¶
func (v NullableRole) MarshalJSON() ([]byte, error)
func (*NullableRole) Set ¶
func (v *NullableRole) Set(val *Role)
func (*NullableRole) UnmarshalJSON ¶
func (v *NullableRole) UnmarshalJSON(src []byte) error
func (*NullableRole) Unset ¶
func (v *NullableRole) Unset()
type NullableSearchTokensRequest ¶
type NullableSearchTokensRequest struct {
// contains filtered or unexported fields
}
func NewNullableSearchTokensRequest ¶
func NewNullableSearchTokensRequest(val *SearchTokensRequest) *NullableSearchTokensRequest
func (NullableSearchTokensRequest) Get ¶
func (v NullableSearchTokensRequest) Get() *SearchTokensRequest
func (NullableSearchTokensRequest) IsSet ¶
func (v NullableSearchTokensRequest) IsSet() bool
func (NullableSearchTokensRequest) MarshalJSON ¶
func (v NullableSearchTokensRequest) MarshalJSON() ([]byte, error)
func (*NullableSearchTokensRequest) Set ¶
func (v *NullableSearchTokensRequest) Set(val *SearchTokensRequest)
func (*NullableSearchTokensRequest) UnmarshalJSON ¶
func (v *NullableSearchTokensRequest) UnmarshalJSON(src []byte) error
func (*NullableSearchTokensRequest) Unset ¶
func (v *NullableSearchTokensRequest) Unset()
type NullableSearchTokensRequestV2 ¶
type NullableSearchTokensRequestV2 struct {
// contains filtered or unexported fields
}
func NewNullableSearchTokensRequestV2 ¶
func NewNullableSearchTokensRequestV2(val *SearchTokensRequestV2) *NullableSearchTokensRequestV2
func (NullableSearchTokensRequestV2) Get ¶
func (v NullableSearchTokensRequestV2) Get() *SearchTokensRequestV2
func (NullableSearchTokensRequestV2) IsSet ¶
func (v NullableSearchTokensRequestV2) IsSet() bool
func (NullableSearchTokensRequestV2) MarshalJSON ¶
func (v NullableSearchTokensRequestV2) MarshalJSON() ([]byte, error)
func (*NullableSearchTokensRequestV2) Set ¶
func (v *NullableSearchTokensRequestV2) Set(val *SearchTokensRequestV2)
func (*NullableSearchTokensRequestV2) UnmarshalJSON ¶
func (v *NullableSearchTokensRequestV2) UnmarshalJSON(src []byte) error
func (*NullableSearchTokensRequestV2) Unset ¶
func (v *NullableSearchTokensRequestV2) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableStringStringKeyValuePair ¶
type NullableStringStringKeyValuePair struct {
// contains filtered or unexported fields
}
func NewNullableStringStringKeyValuePair ¶
func NewNullableStringStringKeyValuePair(val *StringStringKeyValuePair) *NullableStringStringKeyValuePair
func (NullableStringStringKeyValuePair) Get ¶
func (v NullableStringStringKeyValuePair) Get() *StringStringKeyValuePair
func (NullableStringStringKeyValuePair) IsSet ¶
func (v NullableStringStringKeyValuePair) IsSet() bool
func (NullableStringStringKeyValuePair) MarshalJSON ¶
func (v NullableStringStringKeyValuePair) MarshalJSON() ([]byte, error)
func (*NullableStringStringKeyValuePair) Set ¶
func (v *NullableStringStringKeyValuePair) Set(val *StringStringKeyValuePair)
func (*NullableStringStringKeyValuePair) UnmarshalJSON ¶
func (v *NullableStringStringKeyValuePair) UnmarshalJSON(src []byte) error
func (*NullableStringStringKeyValuePair) Unset ¶
func (v *NullableStringStringKeyValuePair) Unset()
type NullableTenant ¶
type NullableTenant struct {
// contains filtered or unexported fields
}
func NewNullableTenant ¶
func NewNullableTenant(val *Tenant) *NullableTenant
func (NullableTenant) Get ¶
func (v NullableTenant) Get() *Tenant
func (NullableTenant) IsSet ¶
func (v NullableTenant) IsSet() bool
func (NullableTenant) MarshalJSON ¶
func (v NullableTenant) MarshalJSON() ([]byte, error)
func (*NullableTenant) Set ¶
func (v *NullableTenant) Set(val *Tenant)
func (*NullableTenant) UnmarshalJSON ¶
func (v *NullableTenant) UnmarshalJSON(src []byte) error
func (*NullableTenant) Unset ¶
func (v *NullableTenant) Unset()
type NullableTenantConnectionOptions ¶
type NullableTenantConnectionOptions struct {
// contains filtered or unexported fields
}
func NewNullableTenantConnectionOptions ¶
func NewNullableTenantConnectionOptions(val *TenantConnectionOptions) *NullableTenantConnectionOptions
func (NullableTenantConnectionOptions) Get ¶
func (v NullableTenantConnectionOptions) Get() *TenantConnectionOptions
func (NullableTenantConnectionOptions) IsSet ¶
func (v NullableTenantConnectionOptions) IsSet() bool
func (NullableTenantConnectionOptions) MarshalJSON ¶
func (v NullableTenantConnectionOptions) MarshalJSON() ([]byte, error)
func (*NullableTenantConnectionOptions) Set ¶
func (v *NullableTenantConnectionOptions) Set(val *TenantConnectionOptions)
func (*NullableTenantConnectionOptions) UnmarshalJSON ¶
func (v *NullableTenantConnectionOptions) UnmarshalJSON(src []byte) error
func (*NullableTenantConnectionOptions) Unset ¶
func (v *NullableTenantConnectionOptions) Unset()
type NullableTenantInvitationResponse ¶
type NullableTenantInvitationResponse struct {
// contains filtered or unexported fields
}
func NewNullableTenantInvitationResponse ¶
func NewNullableTenantInvitationResponse(val *TenantInvitationResponse) *NullableTenantInvitationResponse
func (NullableTenantInvitationResponse) Get ¶
func (v NullableTenantInvitationResponse) Get() *TenantInvitationResponse
func (NullableTenantInvitationResponse) IsSet ¶
func (v NullableTenantInvitationResponse) IsSet() bool
func (NullableTenantInvitationResponse) MarshalJSON ¶
func (v NullableTenantInvitationResponse) MarshalJSON() ([]byte, error)
func (*NullableTenantInvitationResponse) Set ¶
func (v *NullableTenantInvitationResponse) Set(val *TenantInvitationResponse)
func (*NullableTenantInvitationResponse) UnmarshalJSON ¶
func (v *NullableTenantInvitationResponse) UnmarshalJSON(src []byte) error
func (*NullableTenantInvitationResponse) Unset ¶
func (v *NullableTenantInvitationResponse) Unset()
type NullableTenantInvitationResponsePaginatedList ¶
type NullableTenantInvitationResponsePaginatedList struct {
// contains filtered or unexported fields
}
func NewNullableTenantInvitationResponsePaginatedList ¶
func NewNullableTenantInvitationResponsePaginatedList(val *TenantInvitationResponsePaginatedList) *NullableTenantInvitationResponsePaginatedList
func (NullableTenantInvitationResponsePaginatedList) IsSet ¶
func (v NullableTenantInvitationResponsePaginatedList) IsSet() bool
func (NullableTenantInvitationResponsePaginatedList) MarshalJSON ¶
func (v NullableTenantInvitationResponsePaginatedList) MarshalJSON() ([]byte, error)
func (*NullableTenantInvitationResponsePaginatedList) Set ¶
func (v *NullableTenantInvitationResponsePaginatedList) Set(val *TenantInvitationResponsePaginatedList)
func (*NullableTenantInvitationResponsePaginatedList) UnmarshalJSON ¶
func (v *NullableTenantInvitationResponsePaginatedList) UnmarshalJSON(src []byte) error
func (*NullableTenantInvitationResponsePaginatedList) Unset ¶
func (v *NullableTenantInvitationResponsePaginatedList) Unset()
type NullableTenantInvitationStatus ¶
type NullableTenantInvitationStatus struct {
// contains filtered or unexported fields
}
func NewNullableTenantInvitationStatus ¶
func NewNullableTenantInvitationStatus(val *TenantInvitationStatus) *NullableTenantInvitationStatus
func (NullableTenantInvitationStatus) Get ¶
func (v NullableTenantInvitationStatus) Get() *TenantInvitationStatus
func (NullableTenantInvitationStatus) IsSet ¶
func (v NullableTenantInvitationStatus) IsSet() bool
func (NullableTenantInvitationStatus) MarshalJSON ¶
func (v NullableTenantInvitationStatus) MarshalJSON() ([]byte, error)
func (*NullableTenantInvitationStatus) Set ¶
func (v *NullableTenantInvitationStatus) Set(val *TenantInvitationStatus)
func (*NullableTenantInvitationStatus) UnmarshalJSON ¶
func (v *NullableTenantInvitationStatus) UnmarshalJSON(src []byte) error
func (*NullableTenantInvitationStatus) Unset ¶
func (v *NullableTenantInvitationStatus) Unset()
type NullableTenantMemberResponse ¶
type NullableTenantMemberResponse struct {
// contains filtered or unexported fields
}
func NewNullableTenantMemberResponse ¶
func NewNullableTenantMemberResponse(val *TenantMemberResponse) *NullableTenantMemberResponse
func (NullableTenantMemberResponse) Get ¶
func (v NullableTenantMemberResponse) Get() *TenantMemberResponse
func (NullableTenantMemberResponse) IsSet ¶
func (v NullableTenantMemberResponse) IsSet() bool
func (NullableTenantMemberResponse) MarshalJSON ¶
func (v NullableTenantMemberResponse) MarshalJSON() ([]byte, error)
func (*NullableTenantMemberResponse) Set ¶
func (v *NullableTenantMemberResponse) Set(val *TenantMemberResponse)
func (*NullableTenantMemberResponse) UnmarshalJSON ¶
func (v *NullableTenantMemberResponse) UnmarshalJSON(src []byte) error
func (*NullableTenantMemberResponse) Unset ¶
func (v *NullableTenantMemberResponse) Unset()
type NullableTenantMemberResponsePaginatedList ¶
type NullableTenantMemberResponsePaginatedList struct {
// contains filtered or unexported fields
}
func NewNullableTenantMemberResponsePaginatedList ¶
func NewNullableTenantMemberResponsePaginatedList(val *TenantMemberResponsePaginatedList) *NullableTenantMemberResponsePaginatedList
func (NullableTenantMemberResponsePaginatedList) IsSet ¶
func (v NullableTenantMemberResponsePaginatedList) IsSet() bool
func (NullableTenantMemberResponsePaginatedList) MarshalJSON ¶
func (v NullableTenantMemberResponsePaginatedList) MarshalJSON() ([]byte, error)
func (*NullableTenantMemberResponsePaginatedList) Set ¶
func (v *NullableTenantMemberResponsePaginatedList) Set(val *TenantMemberResponsePaginatedList)
func (*NullableTenantMemberResponsePaginatedList) UnmarshalJSON ¶
func (v *NullableTenantMemberResponsePaginatedList) UnmarshalJSON(src []byte) error
func (*NullableTenantMemberResponsePaginatedList) Unset ¶
func (v *NullableTenantMemberResponsePaginatedList) Unset()
type NullableTenantUsageReport ¶
type NullableTenantUsageReport struct {
// contains filtered or unexported fields
}
func NewNullableTenantUsageReport ¶
func NewNullableTenantUsageReport(val *TenantUsageReport) *NullableTenantUsageReport
func (NullableTenantUsageReport) Get ¶
func (v NullableTenantUsageReport) Get() *TenantUsageReport
func (NullableTenantUsageReport) IsSet ¶
func (v NullableTenantUsageReport) IsSet() bool
func (NullableTenantUsageReport) MarshalJSON ¶
func (v NullableTenantUsageReport) MarshalJSON() ([]byte, error)
func (*NullableTenantUsageReport) Set ¶
func (v *NullableTenantUsageReport) Set(val *TenantUsageReport)
func (*NullableTenantUsageReport) UnmarshalJSON ¶
func (v *NullableTenantUsageReport) UnmarshalJSON(src []byte) error
func (*NullableTenantUsageReport) Unset ¶
func (v *NullableTenantUsageReport) Unset()
type NullableThreeDSAcsRenderingType ¶
type NullableThreeDSAcsRenderingType struct {
// contains filtered or unexported fields
}
func NewNullableThreeDSAcsRenderingType ¶
func NewNullableThreeDSAcsRenderingType(val *ThreeDSAcsRenderingType) *NullableThreeDSAcsRenderingType
func (NullableThreeDSAcsRenderingType) Get ¶
func (v NullableThreeDSAcsRenderingType) Get() *ThreeDSAcsRenderingType
func (NullableThreeDSAcsRenderingType) IsSet ¶
func (v NullableThreeDSAcsRenderingType) IsSet() bool
func (NullableThreeDSAcsRenderingType) MarshalJSON ¶
func (v NullableThreeDSAcsRenderingType) MarshalJSON() ([]byte, error)
func (*NullableThreeDSAcsRenderingType) Set ¶
func (v *NullableThreeDSAcsRenderingType) Set(val *ThreeDSAcsRenderingType)
func (*NullableThreeDSAcsRenderingType) UnmarshalJSON ¶
func (v *NullableThreeDSAcsRenderingType) UnmarshalJSON(src []byte) error
func (*NullableThreeDSAcsRenderingType) Unset ¶
func (v *NullableThreeDSAcsRenderingType) Unset()
type NullableThreeDSAddress ¶
type NullableThreeDSAddress struct {
// contains filtered or unexported fields
}
func NewNullableThreeDSAddress ¶
func NewNullableThreeDSAddress(val *ThreeDSAddress) *NullableThreeDSAddress
func (NullableThreeDSAddress) Get ¶
func (v NullableThreeDSAddress) Get() *ThreeDSAddress
func (NullableThreeDSAddress) IsSet ¶
func (v NullableThreeDSAddress) IsSet() bool
func (NullableThreeDSAddress) MarshalJSON ¶
func (v NullableThreeDSAddress) MarshalJSON() ([]byte, error)
func (*NullableThreeDSAddress) Set ¶
func (v *NullableThreeDSAddress) Set(val *ThreeDSAddress)
func (*NullableThreeDSAddress) UnmarshalJSON ¶
func (v *NullableThreeDSAddress) UnmarshalJSON(src []byte) error
func (*NullableThreeDSAddress) Unset ¶
func (v *NullableThreeDSAddress) Unset()
type NullableThreeDSAuthentication ¶
type NullableThreeDSAuthentication struct {
// contains filtered or unexported fields
}
func NewNullableThreeDSAuthentication ¶
func NewNullableThreeDSAuthentication(val *ThreeDSAuthentication) *NullableThreeDSAuthentication
func (NullableThreeDSAuthentication) Get ¶
func (v NullableThreeDSAuthentication) Get() *ThreeDSAuthentication
func (NullableThreeDSAuthentication) IsSet ¶
func (v NullableThreeDSAuthentication) IsSet() bool
func (NullableThreeDSAuthentication) MarshalJSON ¶
func (v NullableThreeDSAuthentication) MarshalJSON() ([]byte, error)
func (*NullableThreeDSAuthentication) Set ¶
func (v *NullableThreeDSAuthentication) Set(val *ThreeDSAuthentication)
func (*NullableThreeDSAuthentication) UnmarshalJSON ¶
func (v *NullableThreeDSAuthentication) UnmarshalJSON(src []byte) error
func (*NullableThreeDSAuthentication) Unset ¶
func (v *NullableThreeDSAuthentication) Unset()
type NullableThreeDSCardholderAccountInfo ¶
type NullableThreeDSCardholderAccountInfo struct {
// contains filtered or unexported fields
}
func NewNullableThreeDSCardholderAccountInfo ¶
func NewNullableThreeDSCardholderAccountInfo(val *ThreeDSCardholderAccountInfo) *NullableThreeDSCardholderAccountInfo
func (NullableThreeDSCardholderAccountInfo) Get ¶
func (v NullableThreeDSCardholderAccountInfo) Get() *ThreeDSCardholderAccountInfo
func (NullableThreeDSCardholderAccountInfo) IsSet ¶
func (v NullableThreeDSCardholderAccountInfo) IsSet() bool
func (NullableThreeDSCardholderAccountInfo) MarshalJSON ¶
func (v NullableThreeDSCardholderAccountInfo) MarshalJSON() ([]byte, error)
func (*NullableThreeDSCardholderAccountInfo) Set ¶
func (v *NullableThreeDSCardholderAccountInfo) Set(val *ThreeDSCardholderAccountInfo)
func (*NullableThreeDSCardholderAccountInfo) UnmarshalJSON ¶
func (v *NullableThreeDSCardholderAccountInfo) UnmarshalJSON(src []byte) error
func (*NullableThreeDSCardholderAccountInfo) Unset ¶
func (v *NullableThreeDSCardholderAccountInfo) Unset()
type NullableThreeDSCardholderAuthenticationInfo ¶
type NullableThreeDSCardholderAuthenticationInfo struct {
// contains filtered or unexported fields
}
func NewNullableThreeDSCardholderAuthenticationInfo ¶
func NewNullableThreeDSCardholderAuthenticationInfo(val *ThreeDSCardholderAuthenticationInfo) *NullableThreeDSCardholderAuthenticationInfo
func (NullableThreeDSCardholderAuthenticationInfo) IsSet ¶
func (v NullableThreeDSCardholderAuthenticationInfo) IsSet() bool
func (NullableThreeDSCardholderAuthenticationInfo) MarshalJSON ¶
func (v NullableThreeDSCardholderAuthenticationInfo) MarshalJSON() ([]byte, error)
func (*NullableThreeDSCardholderAuthenticationInfo) Set ¶
func (v *NullableThreeDSCardholderAuthenticationInfo) Set(val *ThreeDSCardholderAuthenticationInfo)
func (*NullableThreeDSCardholderAuthenticationInfo) UnmarshalJSON ¶
func (v *NullableThreeDSCardholderAuthenticationInfo) UnmarshalJSON(src []byte) error
func (*NullableThreeDSCardholderAuthenticationInfo) Unset ¶
func (v *NullableThreeDSCardholderAuthenticationInfo) Unset()
type NullableThreeDSCardholderInfo ¶
type NullableThreeDSCardholderInfo struct {
// contains filtered or unexported fields
}
func NewNullableThreeDSCardholderInfo ¶
func NewNullableThreeDSCardholderInfo(val *ThreeDSCardholderInfo) *NullableThreeDSCardholderInfo
func (NullableThreeDSCardholderInfo) Get ¶
func (v NullableThreeDSCardholderInfo) Get() *ThreeDSCardholderInfo
func (NullableThreeDSCardholderInfo) IsSet ¶
func (v NullableThreeDSCardholderInfo) IsSet() bool
func (NullableThreeDSCardholderInfo) MarshalJSON ¶
func (v NullableThreeDSCardholderInfo) MarshalJSON() ([]byte, error)
func (*NullableThreeDSCardholderInfo) Set ¶
func (v *NullableThreeDSCardholderInfo) Set(val *ThreeDSCardholderInfo)
func (*NullableThreeDSCardholderInfo) UnmarshalJSON ¶
func (v *NullableThreeDSCardholderInfo) UnmarshalJSON(src []byte) error
func (*NullableThreeDSCardholderInfo) Unset ¶
func (v *NullableThreeDSCardholderInfo) Unset()
type NullableThreeDSCardholderPhoneNumber ¶
type NullableThreeDSCardholderPhoneNumber struct {
// contains filtered or unexported fields
}
func NewNullableThreeDSCardholderPhoneNumber ¶
func NewNullableThreeDSCardholderPhoneNumber(val *ThreeDSCardholderPhoneNumber) *NullableThreeDSCardholderPhoneNumber
func (NullableThreeDSCardholderPhoneNumber) Get ¶
func (v NullableThreeDSCardholderPhoneNumber) Get() *ThreeDSCardholderPhoneNumber
func (NullableThreeDSCardholderPhoneNumber) IsSet ¶
func (v NullableThreeDSCardholderPhoneNumber) IsSet() bool
func (NullableThreeDSCardholderPhoneNumber) MarshalJSON ¶
func (v NullableThreeDSCardholderPhoneNumber) MarshalJSON() ([]byte, error)
func (*NullableThreeDSCardholderPhoneNumber) Set ¶
func (v *NullableThreeDSCardholderPhoneNumber) Set(val *ThreeDSCardholderPhoneNumber)
func (*NullableThreeDSCardholderPhoneNumber) UnmarshalJSON ¶
func (v *NullableThreeDSCardholderPhoneNumber) UnmarshalJSON(src []byte) error
func (*NullableThreeDSCardholderPhoneNumber) Unset ¶
func (v *NullableThreeDSCardholderPhoneNumber) Unset()
type NullableThreeDSDeviceInfo ¶
type NullableThreeDSDeviceInfo struct {
// contains filtered or unexported fields
}
func NewNullableThreeDSDeviceInfo ¶
func NewNullableThreeDSDeviceInfo(val *ThreeDSDeviceInfo) *NullableThreeDSDeviceInfo
func (NullableThreeDSDeviceInfo) Get ¶
func (v NullableThreeDSDeviceInfo) Get() *ThreeDSDeviceInfo
func (NullableThreeDSDeviceInfo) IsSet ¶
func (v NullableThreeDSDeviceInfo) IsSet() bool
func (NullableThreeDSDeviceInfo) MarshalJSON ¶
func (v NullableThreeDSDeviceInfo) MarshalJSON() ([]byte, error)
func (*NullableThreeDSDeviceInfo) Set ¶
func (v *NullableThreeDSDeviceInfo) Set(val *ThreeDSDeviceInfo)
func (*NullableThreeDSDeviceInfo) UnmarshalJSON ¶
func (v *NullableThreeDSDeviceInfo) UnmarshalJSON(src []byte) error
func (*NullableThreeDSDeviceInfo) Unset ¶
func (v *NullableThreeDSDeviceInfo) Unset()
type NullableThreeDSMerchantInfo ¶
type NullableThreeDSMerchantInfo struct {
// contains filtered or unexported fields
}
func NewNullableThreeDSMerchantInfo ¶
func NewNullableThreeDSMerchantInfo(val *ThreeDSMerchantInfo) *NullableThreeDSMerchantInfo
func (NullableThreeDSMerchantInfo) Get ¶
func (v NullableThreeDSMerchantInfo) Get() *ThreeDSMerchantInfo
func (NullableThreeDSMerchantInfo) IsSet ¶
func (v NullableThreeDSMerchantInfo) IsSet() bool
func (NullableThreeDSMerchantInfo) MarshalJSON ¶
func (v NullableThreeDSMerchantInfo) MarshalJSON() ([]byte, error)
func (*NullableThreeDSMerchantInfo) Set ¶
func (v *NullableThreeDSMerchantInfo) Set(val *ThreeDSMerchantInfo)
func (*NullableThreeDSMerchantInfo) UnmarshalJSON ¶
func (v *NullableThreeDSMerchantInfo) UnmarshalJSON(src []byte) error
func (*NullableThreeDSMerchantInfo) Unset ¶
func (v *NullableThreeDSMerchantInfo) Unset()
type NullableThreeDSMerchantRiskInfo ¶
type NullableThreeDSMerchantRiskInfo struct {
// contains filtered or unexported fields
}
func NewNullableThreeDSMerchantRiskInfo ¶
func NewNullableThreeDSMerchantRiskInfo(val *ThreeDSMerchantRiskInfo) *NullableThreeDSMerchantRiskInfo
func (NullableThreeDSMerchantRiskInfo) Get ¶
func (v NullableThreeDSMerchantRiskInfo) Get() *ThreeDSMerchantRiskInfo
func (NullableThreeDSMerchantRiskInfo) IsSet ¶
func (v NullableThreeDSMerchantRiskInfo) IsSet() bool
func (NullableThreeDSMerchantRiskInfo) MarshalJSON ¶
func (v NullableThreeDSMerchantRiskInfo) MarshalJSON() ([]byte, error)
func (*NullableThreeDSMerchantRiskInfo) Set ¶
func (v *NullableThreeDSMerchantRiskInfo) Set(val *ThreeDSMerchantRiskInfo)
func (*NullableThreeDSMerchantRiskInfo) UnmarshalJSON ¶
func (v *NullableThreeDSMerchantRiskInfo) UnmarshalJSON(src []byte) error
func (*NullableThreeDSMerchantRiskInfo) Unset ¶
func (v *NullableThreeDSMerchantRiskInfo) Unset()
type NullableThreeDSMessageExtension ¶
type NullableThreeDSMessageExtension struct {
// contains filtered or unexported fields
}
func NewNullableThreeDSMessageExtension ¶
func NewNullableThreeDSMessageExtension(val *ThreeDSMessageExtension) *NullableThreeDSMessageExtension
func (NullableThreeDSMessageExtension) Get ¶
func (v NullableThreeDSMessageExtension) Get() *ThreeDSMessageExtension
func (NullableThreeDSMessageExtension) IsSet ¶
func (v NullableThreeDSMessageExtension) IsSet() bool
func (NullableThreeDSMessageExtension) MarshalJSON ¶
func (v NullableThreeDSMessageExtension) MarshalJSON() ([]byte, error)
func (*NullableThreeDSMessageExtension) Set ¶
func (v *NullableThreeDSMessageExtension) Set(val *ThreeDSMessageExtension)
func (*NullableThreeDSMessageExtension) UnmarshalJSON ¶
func (v *NullableThreeDSMessageExtension) UnmarshalJSON(src []byte) error
func (*NullableThreeDSMessageExtension) Unset ¶
func (v *NullableThreeDSMessageExtension) Unset()
type NullableThreeDSMethod ¶
type NullableThreeDSMethod struct {
// contains filtered or unexported fields
}
func NewNullableThreeDSMethod ¶
func NewNullableThreeDSMethod(val *ThreeDSMethod) *NullableThreeDSMethod
func (NullableThreeDSMethod) Get ¶
func (v NullableThreeDSMethod) Get() *ThreeDSMethod
func (NullableThreeDSMethod) IsSet ¶
func (v NullableThreeDSMethod) IsSet() bool
func (NullableThreeDSMethod) MarshalJSON ¶
func (v NullableThreeDSMethod) MarshalJSON() ([]byte, error)
func (*NullableThreeDSMethod) Set ¶
func (v *NullableThreeDSMethod) Set(val *ThreeDSMethod)
func (*NullableThreeDSMethod) UnmarshalJSON ¶
func (v *NullableThreeDSMethod) UnmarshalJSON(src []byte) error
func (*NullableThreeDSMethod) Unset ¶
func (v *NullableThreeDSMethod) Unset()
type NullableThreeDSMobileSdkRenderOptions ¶
type NullableThreeDSMobileSdkRenderOptions struct {
// contains filtered or unexported fields
}
func NewNullableThreeDSMobileSdkRenderOptions ¶
func NewNullableThreeDSMobileSdkRenderOptions(val *ThreeDSMobileSdkRenderOptions) *NullableThreeDSMobileSdkRenderOptions
func (NullableThreeDSMobileSdkRenderOptions) Get ¶
func (v NullableThreeDSMobileSdkRenderOptions) Get() *ThreeDSMobileSdkRenderOptions
func (NullableThreeDSMobileSdkRenderOptions) IsSet ¶
func (v NullableThreeDSMobileSdkRenderOptions) IsSet() bool
func (NullableThreeDSMobileSdkRenderOptions) MarshalJSON ¶
func (v NullableThreeDSMobileSdkRenderOptions) MarshalJSON() ([]byte, error)
func (*NullableThreeDSMobileSdkRenderOptions) Set ¶
func (v *NullableThreeDSMobileSdkRenderOptions) Set(val *ThreeDSMobileSdkRenderOptions)
func (*NullableThreeDSMobileSdkRenderOptions) UnmarshalJSON ¶
func (v *NullableThreeDSMobileSdkRenderOptions) UnmarshalJSON(src []byte) error
func (*NullableThreeDSMobileSdkRenderOptions) Unset ¶
func (v *NullableThreeDSMobileSdkRenderOptions) Unset()
type NullableThreeDSPriorAuthenticationInfo ¶
type NullableThreeDSPriorAuthenticationInfo struct {
// contains filtered or unexported fields
}
func NewNullableThreeDSPriorAuthenticationInfo ¶
func NewNullableThreeDSPriorAuthenticationInfo(val *ThreeDSPriorAuthenticationInfo) *NullableThreeDSPriorAuthenticationInfo
func (NullableThreeDSPriorAuthenticationInfo) Get ¶
func (v NullableThreeDSPriorAuthenticationInfo) Get() *ThreeDSPriorAuthenticationInfo
func (NullableThreeDSPriorAuthenticationInfo) IsSet ¶
func (v NullableThreeDSPriorAuthenticationInfo) IsSet() bool
func (NullableThreeDSPriorAuthenticationInfo) MarshalJSON ¶
func (v NullableThreeDSPriorAuthenticationInfo) MarshalJSON() ([]byte, error)
func (*NullableThreeDSPriorAuthenticationInfo) Set ¶
func (v *NullableThreeDSPriorAuthenticationInfo) Set(val *ThreeDSPriorAuthenticationInfo)
func (*NullableThreeDSPriorAuthenticationInfo) UnmarshalJSON ¶
func (v *NullableThreeDSPriorAuthenticationInfo) UnmarshalJSON(src []byte) error
func (*NullableThreeDSPriorAuthenticationInfo) Unset ¶
func (v *NullableThreeDSPriorAuthenticationInfo) Unset()
type NullableThreeDSPurchaseInfo ¶
type NullableThreeDSPurchaseInfo struct {
// contains filtered or unexported fields
}
func NewNullableThreeDSPurchaseInfo ¶
func NewNullableThreeDSPurchaseInfo(val *ThreeDSPurchaseInfo) *NullableThreeDSPurchaseInfo
func (NullableThreeDSPurchaseInfo) Get ¶
func (v NullableThreeDSPurchaseInfo) Get() *ThreeDSPurchaseInfo
func (NullableThreeDSPurchaseInfo) IsSet ¶
func (v NullableThreeDSPurchaseInfo) IsSet() bool
func (NullableThreeDSPurchaseInfo) MarshalJSON ¶
func (v NullableThreeDSPurchaseInfo) MarshalJSON() ([]byte, error)
func (*NullableThreeDSPurchaseInfo) Set ¶
func (v *NullableThreeDSPurchaseInfo) Set(val *ThreeDSPurchaseInfo)
func (*NullableThreeDSPurchaseInfo) UnmarshalJSON ¶
func (v *NullableThreeDSPurchaseInfo) UnmarshalJSON(src []byte) error
func (*NullableThreeDSPurchaseInfo) Unset ¶
func (v *NullableThreeDSPurchaseInfo) Unset()
type NullableThreeDSRequestorInfo ¶
type NullableThreeDSRequestorInfo struct {
// contains filtered or unexported fields
}
func NewNullableThreeDSRequestorInfo ¶
func NewNullableThreeDSRequestorInfo(val *ThreeDSRequestorInfo) *NullableThreeDSRequestorInfo
func (NullableThreeDSRequestorInfo) Get ¶
func (v NullableThreeDSRequestorInfo) Get() *ThreeDSRequestorInfo
func (NullableThreeDSRequestorInfo) IsSet ¶
func (v NullableThreeDSRequestorInfo) IsSet() bool
func (NullableThreeDSRequestorInfo) MarshalJSON ¶
func (v NullableThreeDSRequestorInfo) MarshalJSON() ([]byte, error)
func (*NullableThreeDSRequestorInfo) Set ¶
func (v *NullableThreeDSRequestorInfo) Set(val *ThreeDSRequestorInfo)
func (*NullableThreeDSRequestorInfo) UnmarshalJSON ¶
func (v *NullableThreeDSRequestorInfo) UnmarshalJSON(src []byte) error
func (*NullableThreeDSRequestorInfo) Unset ¶
func (v *NullableThreeDSRequestorInfo) Unset()
type NullableThreeDSSession ¶
type NullableThreeDSSession struct {
// contains filtered or unexported fields
}
func NewNullableThreeDSSession ¶
func NewNullableThreeDSSession(val *ThreeDSSession) *NullableThreeDSSession
func (NullableThreeDSSession) Get ¶
func (v NullableThreeDSSession) Get() *ThreeDSSession
func (NullableThreeDSSession) IsSet ¶
func (v NullableThreeDSSession) IsSet() bool
func (NullableThreeDSSession) MarshalJSON ¶
func (v NullableThreeDSSession) MarshalJSON() ([]byte, error)
func (*NullableThreeDSSession) Set ¶
func (v *NullableThreeDSSession) Set(val *ThreeDSSession)
func (*NullableThreeDSSession) UnmarshalJSON ¶
func (v *NullableThreeDSSession) UnmarshalJSON(src []byte) error
func (*NullableThreeDSSession) Unset ¶
func (v *NullableThreeDSSession) Unset()
type NullableThreeDSVersion ¶
type NullableThreeDSVersion struct {
// contains filtered or unexported fields
}
func NewNullableThreeDSVersion ¶
func NewNullableThreeDSVersion(val *ThreeDSVersion) *NullableThreeDSVersion
func (NullableThreeDSVersion) Get ¶
func (v NullableThreeDSVersion) Get() *ThreeDSVersion
func (NullableThreeDSVersion) IsSet ¶
func (v NullableThreeDSVersion) IsSet() bool
func (NullableThreeDSVersion) MarshalJSON ¶
func (v NullableThreeDSVersion) MarshalJSON() ([]byte, error)
func (*NullableThreeDSVersion) Set ¶
func (v *NullableThreeDSVersion) Set(val *ThreeDSVersion)
func (*NullableThreeDSVersion) UnmarshalJSON ¶
func (v *NullableThreeDSVersion) UnmarshalJSON(src []byte) error
func (*NullableThreeDSVersion) Unset ¶
func (v *NullableThreeDSVersion) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableToken ¶
type NullableToken struct {
// contains filtered or unexported fields
}
func NewNullableToken ¶
func NewNullableToken(val *Token) *NullableToken
func (NullableToken) Get ¶
func (v NullableToken) Get() *Token
func (NullableToken) IsSet ¶
func (v NullableToken) IsSet() bool
func (NullableToken) MarshalJSON ¶
func (v NullableToken) MarshalJSON() ([]byte, error)
func (*NullableToken) Set ¶
func (v *NullableToken) Set(val *Token)
func (*NullableToken) UnmarshalJSON ¶
func (v *NullableToken) UnmarshalJSON(src []byte) error
func (*NullableToken) Unset ¶
func (v *NullableToken) Unset()
type NullableTokenCursorPaginatedList ¶
type NullableTokenCursorPaginatedList struct {
// contains filtered or unexported fields
}
func NewNullableTokenCursorPaginatedList ¶
func NewNullableTokenCursorPaginatedList(val *TokenCursorPaginatedList) *NullableTokenCursorPaginatedList
func (NullableTokenCursorPaginatedList) Get ¶
func (v NullableTokenCursorPaginatedList) Get() *TokenCursorPaginatedList
func (NullableTokenCursorPaginatedList) IsSet ¶
func (v NullableTokenCursorPaginatedList) IsSet() bool
func (NullableTokenCursorPaginatedList) MarshalJSON ¶
func (v NullableTokenCursorPaginatedList) MarshalJSON() ([]byte, error)
func (*NullableTokenCursorPaginatedList) Set ¶
func (v *NullableTokenCursorPaginatedList) Set(val *TokenCursorPaginatedList)
func (*NullableTokenCursorPaginatedList) UnmarshalJSON ¶
func (v *NullableTokenCursorPaginatedList) UnmarshalJSON(src []byte) error
func (*NullableTokenCursorPaginatedList) Unset ¶
func (v *NullableTokenCursorPaginatedList) Unset()
type NullableTokenEnrichments ¶
type NullableTokenEnrichments struct {
// contains filtered or unexported fields
}
func NewNullableTokenEnrichments ¶
func NewNullableTokenEnrichments(val *TokenEnrichments) *NullableTokenEnrichments
func (NullableTokenEnrichments) Get ¶
func (v NullableTokenEnrichments) Get() *TokenEnrichments
func (NullableTokenEnrichments) IsSet ¶
func (v NullableTokenEnrichments) IsSet() bool
func (NullableTokenEnrichments) MarshalJSON ¶
func (v NullableTokenEnrichments) MarshalJSON() ([]byte, error)
func (*NullableTokenEnrichments) Set ¶
func (v *NullableTokenEnrichments) Set(val *TokenEnrichments)
func (*NullableTokenEnrichments) UnmarshalJSON ¶
func (v *NullableTokenEnrichments) UnmarshalJSON(src []byte) error
func (*NullableTokenEnrichments) Unset ¶
func (v *NullableTokenEnrichments) Unset()
type NullableTokenExtras ¶ added in v6.1.0
type NullableTokenExtras struct {
// contains filtered or unexported fields
}
func NewNullableTokenExtras ¶ added in v6.1.0
func NewNullableTokenExtras(val *TokenExtras) *NullableTokenExtras
func (NullableTokenExtras) Get ¶ added in v6.1.0
func (v NullableTokenExtras) Get() *TokenExtras
func (NullableTokenExtras) IsSet ¶ added in v6.1.0
func (v NullableTokenExtras) IsSet() bool
func (NullableTokenExtras) MarshalJSON ¶ added in v6.1.0
func (v NullableTokenExtras) MarshalJSON() ([]byte, error)
func (*NullableTokenExtras) Set ¶ added in v6.1.0
func (v *NullableTokenExtras) Set(val *TokenExtras)
func (*NullableTokenExtras) UnmarshalJSON ¶ added in v6.1.0
func (v *NullableTokenExtras) UnmarshalJSON(src []byte) error
func (*NullableTokenExtras) Unset ¶ added in v6.1.0
func (v *NullableTokenExtras) Unset()
type NullableTokenMetrics ¶
type NullableTokenMetrics struct {
// contains filtered or unexported fields
}
func NewNullableTokenMetrics ¶
func NewNullableTokenMetrics(val *TokenMetrics) *NullableTokenMetrics
func (NullableTokenMetrics) Get ¶
func (v NullableTokenMetrics) Get() *TokenMetrics
func (NullableTokenMetrics) IsSet ¶
func (v NullableTokenMetrics) IsSet() bool
func (NullableTokenMetrics) MarshalJSON ¶
func (v NullableTokenMetrics) MarshalJSON() ([]byte, error)
func (*NullableTokenMetrics) Set ¶
func (v *NullableTokenMetrics) Set(val *TokenMetrics)
func (*NullableTokenMetrics) UnmarshalJSON ¶
func (v *NullableTokenMetrics) UnmarshalJSON(src []byte) error
func (*NullableTokenMetrics) Unset ¶
func (v *NullableTokenMetrics) Unset()
type NullableTokenPaginatedList ¶
type NullableTokenPaginatedList struct {
// contains filtered or unexported fields
}
func NewNullableTokenPaginatedList ¶
func NewNullableTokenPaginatedList(val *TokenPaginatedList) *NullableTokenPaginatedList
func (NullableTokenPaginatedList) Get ¶
func (v NullableTokenPaginatedList) Get() *TokenPaginatedList
func (NullableTokenPaginatedList) IsSet ¶
func (v NullableTokenPaginatedList) IsSet() bool
func (NullableTokenPaginatedList) MarshalJSON ¶
func (v NullableTokenPaginatedList) MarshalJSON() ([]byte, error)
func (*NullableTokenPaginatedList) Set ¶
func (v *NullableTokenPaginatedList) Set(val *TokenPaginatedList)
func (*NullableTokenPaginatedList) UnmarshalJSON ¶
func (v *NullableTokenPaginatedList) UnmarshalJSON(src []byte) error
func (*NullableTokenPaginatedList) Unset ¶
func (v *NullableTokenPaginatedList) Unset()
type NullableTokenReport ¶
type NullableTokenReport struct {
// contains filtered or unexported fields
}
func NewNullableTokenReport ¶
func NewNullableTokenReport(val *TokenReport) *NullableTokenReport
func (NullableTokenReport) Get ¶
func (v NullableTokenReport) Get() *TokenReport
func (NullableTokenReport) IsSet ¶
func (v NullableTokenReport) IsSet() bool
func (NullableTokenReport) MarshalJSON ¶
func (v NullableTokenReport) MarshalJSON() ([]byte, error)
func (*NullableTokenReport) Set ¶
func (v *NullableTokenReport) Set(val *TokenReport)
func (*NullableTokenReport) UnmarshalJSON ¶
func (v *NullableTokenReport) UnmarshalJSON(src []byte) error
func (*NullableTokenReport) Unset ¶
func (v *NullableTokenReport) Unset()
type NullableUpdateApplicationRequest ¶
type NullableUpdateApplicationRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateApplicationRequest ¶
func NewNullableUpdateApplicationRequest(val *UpdateApplicationRequest) *NullableUpdateApplicationRequest
func (NullableUpdateApplicationRequest) Get ¶
func (v NullableUpdateApplicationRequest) Get() *UpdateApplicationRequest
func (NullableUpdateApplicationRequest) IsSet ¶
func (v NullableUpdateApplicationRequest) IsSet() bool
func (NullableUpdateApplicationRequest) MarshalJSON ¶
func (v NullableUpdateApplicationRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateApplicationRequest) Set ¶
func (v *NullableUpdateApplicationRequest) Set(val *UpdateApplicationRequest)
func (*NullableUpdateApplicationRequest) UnmarshalJSON ¶
func (v *NullableUpdateApplicationRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateApplicationRequest) Unset ¶
func (v *NullableUpdateApplicationRequest) Unset()
type NullableUpdatePrivacy ¶
type NullableUpdatePrivacy struct {
// contains filtered or unexported fields
}
func NewNullableUpdatePrivacy ¶
func NewNullableUpdatePrivacy(val *UpdatePrivacy) *NullableUpdatePrivacy
func (NullableUpdatePrivacy) Get ¶
func (v NullableUpdatePrivacy) Get() *UpdatePrivacy
func (NullableUpdatePrivacy) IsSet ¶
func (v NullableUpdatePrivacy) IsSet() bool
func (NullableUpdatePrivacy) MarshalJSON ¶
func (v NullableUpdatePrivacy) MarshalJSON() ([]byte, error)
func (*NullableUpdatePrivacy) Set ¶
func (v *NullableUpdatePrivacy) Set(val *UpdatePrivacy)
func (*NullableUpdatePrivacy) UnmarshalJSON ¶
func (v *NullableUpdatePrivacy) UnmarshalJSON(src []byte) error
func (*NullableUpdatePrivacy) Unset ¶
func (v *NullableUpdatePrivacy) Unset()
type NullableUpdateProxyRequest ¶
type NullableUpdateProxyRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateProxyRequest ¶
func NewNullableUpdateProxyRequest(val *UpdateProxyRequest) *NullableUpdateProxyRequest
func (NullableUpdateProxyRequest) Get ¶
func (v NullableUpdateProxyRequest) Get() *UpdateProxyRequest
func (NullableUpdateProxyRequest) IsSet ¶
func (v NullableUpdateProxyRequest) IsSet() bool
func (NullableUpdateProxyRequest) MarshalJSON ¶
func (v NullableUpdateProxyRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateProxyRequest) Set ¶
func (v *NullableUpdateProxyRequest) Set(val *UpdateProxyRequest)
func (*NullableUpdateProxyRequest) UnmarshalJSON ¶
func (v *NullableUpdateProxyRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateProxyRequest) Unset ¶
func (v *NullableUpdateProxyRequest) Unset()
type NullableUpdateReactorFormulaRequest ¶
type NullableUpdateReactorFormulaRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateReactorFormulaRequest ¶
func NewNullableUpdateReactorFormulaRequest(val *UpdateReactorFormulaRequest) *NullableUpdateReactorFormulaRequest
func (NullableUpdateReactorFormulaRequest) Get ¶
func (v NullableUpdateReactorFormulaRequest) Get() *UpdateReactorFormulaRequest
func (NullableUpdateReactorFormulaRequest) IsSet ¶
func (v NullableUpdateReactorFormulaRequest) IsSet() bool
func (NullableUpdateReactorFormulaRequest) MarshalJSON ¶
func (v NullableUpdateReactorFormulaRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateReactorFormulaRequest) Set ¶
func (v *NullableUpdateReactorFormulaRequest) Set(val *UpdateReactorFormulaRequest)
func (*NullableUpdateReactorFormulaRequest) UnmarshalJSON ¶
func (v *NullableUpdateReactorFormulaRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateReactorFormulaRequest) Unset ¶
func (v *NullableUpdateReactorFormulaRequest) Unset()
type NullableUpdateReactorRequest ¶
type NullableUpdateReactorRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateReactorRequest ¶
func NewNullableUpdateReactorRequest(val *UpdateReactorRequest) *NullableUpdateReactorRequest
func (NullableUpdateReactorRequest) Get ¶
func (v NullableUpdateReactorRequest) Get() *UpdateReactorRequest
func (NullableUpdateReactorRequest) IsSet ¶
func (v NullableUpdateReactorRequest) IsSet() bool
func (NullableUpdateReactorRequest) MarshalJSON ¶
func (v NullableUpdateReactorRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateReactorRequest) Set ¶
func (v *NullableUpdateReactorRequest) Set(val *UpdateReactorRequest)
func (*NullableUpdateReactorRequest) UnmarshalJSON ¶
func (v *NullableUpdateReactorRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateReactorRequest) Unset ¶
func (v *NullableUpdateReactorRequest) Unset()
type NullableUpdateTenantMemberRequest ¶
type NullableUpdateTenantMemberRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateTenantMemberRequest ¶
func NewNullableUpdateTenantMemberRequest(val *UpdateTenantMemberRequest) *NullableUpdateTenantMemberRequest
func (NullableUpdateTenantMemberRequest) Get ¶
func (v NullableUpdateTenantMemberRequest) Get() *UpdateTenantMemberRequest
func (NullableUpdateTenantMemberRequest) IsSet ¶
func (v NullableUpdateTenantMemberRequest) IsSet() bool
func (NullableUpdateTenantMemberRequest) MarshalJSON ¶
func (v NullableUpdateTenantMemberRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateTenantMemberRequest) Set ¶
func (v *NullableUpdateTenantMemberRequest) Set(val *UpdateTenantMemberRequest)
func (*NullableUpdateTenantMemberRequest) UnmarshalJSON ¶
func (v *NullableUpdateTenantMemberRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateTenantMemberRequest) Unset ¶
func (v *NullableUpdateTenantMemberRequest) Unset()
type NullableUpdateTenantRequest ¶
type NullableUpdateTenantRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateTenantRequest ¶
func NewNullableUpdateTenantRequest(val *UpdateTenantRequest) *NullableUpdateTenantRequest
func (NullableUpdateTenantRequest) Get ¶
func (v NullableUpdateTenantRequest) Get() *UpdateTenantRequest
func (NullableUpdateTenantRequest) IsSet ¶
func (v NullableUpdateTenantRequest) IsSet() bool
func (NullableUpdateTenantRequest) MarshalJSON ¶
func (v NullableUpdateTenantRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateTenantRequest) Set ¶
func (v *NullableUpdateTenantRequest) Set(val *UpdateTenantRequest)
func (*NullableUpdateTenantRequest) UnmarshalJSON ¶
func (v *NullableUpdateTenantRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateTenantRequest) Unset ¶
func (v *NullableUpdateTenantRequest) Unset()
type NullableUpdateTokenRequest ¶
type NullableUpdateTokenRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateTokenRequest ¶
func NewNullableUpdateTokenRequest(val *UpdateTokenRequest) *NullableUpdateTokenRequest
func (NullableUpdateTokenRequest) Get ¶
func (v NullableUpdateTokenRequest) Get() *UpdateTokenRequest
func (NullableUpdateTokenRequest) IsSet ¶
func (v NullableUpdateTokenRequest) IsSet() bool
func (NullableUpdateTokenRequest) MarshalJSON ¶
func (v NullableUpdateTokenRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateTokenRequest) Set ¶
func (v *NullableUpdateTokenRequest) Set(val *UpdateTokenRequest)
func (*NullableUpdateTokenRequest) UnmarshalJSON ¶
func (v *NullableUpdateTokenRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateTokenRequest) Unset ¶
func (v *NullableUpdateTokenRequest) Unset()
type NullableUser ¶
type NullableUser struct {
// contains filtered or unexported fields
}
func NewNullableUser ¶
func NewNullableUser(val *User) *NullableUser
func (NullableUser) Get ¶
func (v NullableUser) Get() *User
func (NullableUser) IsSet ¶
func (v NullableUser) IsSet() bool
func (NullableUser) MarshalJSON ¶
func (v NullableUser) MarshalJSON() ([]byte, error)
func (*NullableUser) Set ¶
func (v *NullableUser) Set(val *User)
func (*NullableUser) UnmarshalJSON ¶
func (v *NullableUser) UnmarshalJSON(src []byte) error
func (*NullableUser) Unset ¶
func (v *NullableUser) Unset()
type NullableValidationProblemDetails ¶
type NullableValidationProblemDetails struct {
// contains filtered or unexported fields
}
func NewNullableValidationProblemDetails ¶
func NewNullableValidationProblemDetails(val *ValidationProblemDetails) *NullableValidationProblemDetails
func (NullableValidationProblemDetails) Get ¶
func (v NullableValidationProblemDetails) Get() *ValidationProblemDetails
func (NullableValidationProblemDetails) IsSet ¶
func (v NullableValidationProblemDetails) IsSet() bool
func (NullableValidationProblemDetails) MarshalJSON ¶
func (v NullableValidationProblemDetails) MarshalJSON() ([]byte, error)
func (*NullableValidationProblemDetails) Set ¶
func (v *NullableValidationProblemDetails) Set(val *ValidationProblemDetails)
func (*NullableValidationProblemDetails) UnmarshalJSON ¶
func (v *NullableValidationProblemDetails) UnmarshalJSON(src []byte) error
func (*NullableValidationProblemDetails) Unset ¶
func (v *NullableValidationProblemDetails) Unset()
type Pagination ¶
type Pagination struct { TotalItems NullableInt32 `json:"total_items,omitempty"` PageNumber NullableInt32 `json:"page_number,omitempty"` PageSize NullableInt32 `json:"page_size,omitempty"` TotalPages NullableInt32 `json:"total_pages,omitempty"` // Deprecated After NullableString `json:"after,omitempty"` Next NullableString `json:"next,omitempty"` }
Pagination struct for Pagination
func NewPagination ¶
func NewPagination() *Pagination
NewPagination instantiates a new Pagination 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 NewPaginationWithDefaults ¶
func NewPaginationWithDefaults() *Pagination
NewPaginationWithDefaults instantiates a new Pagination 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 (*Pagination) GetAfter ¶
func (o *Pagination) GetAfter() string
GetAfter returns the After field value if set, zero value otherwise (both if not set or set to explicit null). Deprecated
func (*Pagination) GetAfterOk ¶
func (o *Pagination) GetAfterOk() (*string, bool)
GetAfterOk returns a tuple with the After field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned Deprecated
func (*Pagination) GetNext ¶
func (o *Pagination) GetNext() string
GetNext returns the Next field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Pagination) GetNextOk ¶
func (o *Pagination) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Pagination) GetPageNumber ¶
func (o *Pagination) GetPageNumber() int32
GetPageNumber returns the PageNumber field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Pagination) GetPageNumberOk ¶
func (o *Pagination) GetPageNumberOk() (*int32, bool)
GetPageNumberOk returns a tuple with the PageNumber field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Pagination) GetPageSize ¶
func (o *Pagination) GetPageSize() int32
GetPageSize returns the PageSize field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Pagination) GetPageSizeOk ¶
func (o *Pagination) GetPageSizeOk() (*int32, bool)
GetPageSizeOk returns a tuple with the PageSize field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Pagination) GetTotalItems ¶
func (o *Pagination) GetTotalItems() int32
GetTotalItems returns the TotalItems field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Pagination) GetTotalItemsOk ¶
func (o *Pagination) GetTotalItemsOk() (*int32, bool)
GetTotalItemsOk returns a tuple with the TotalItems field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Pagination) GetTotalPages ¶
func (o *Pagination) GetTotalPages() int32
GetTotalPages returns the TotalPages field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Pagination) GetTotalPagesOk ¶
func (o *Pagination) GetTotalPagesOk() (*int32, bool)
GetTotalPagesOk returns a tuple with the TotalPages field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Pagination) HasAfter ¶
func (o *Pagination) HasAfter() bool
HasAfter returns a boolean if a field is not nil.
func (*Pagination) HasNext ¶
func (o *Pagination) HasNext() bool
HasNext returns a boolean if a field is not nil.
func (*Pagination) HasPageNumber ¶
func (o *Pagination) HasPageNumber() bool
HasPageNumber returns a boolean if a field is not nil.
func (*Pagination) HasPageSize ¶
func (o *Pagination) HasPageSize() bool
HasPageSize returns a boolean if a field is not nil.
func (*Pagination) HasTotalItems ¶
func (o *Pagination) HasTotalItems() bool
HasTotalItems returns a boolean if a field is not nil.
func (*Pagination) HasTotalPages ¶
func (o *Pagination) HasTotalPages() bool
HasTotalPages returns a boolean if a field is not nil.
func (Pagination) MarshalJSON ¶
func (o Pagination) MarshalJSON() ([]byte, error)
func (*Pagination) SetAfter ¶
func (o *Pagination) SetAfter(v string)
SetAfter gets a reference to the given NullableString and assigns it to the After field. Deprecated
func (*Pagination) SetAfterNil ¶
func (o *Pagination) SetAfterNil()
SetAfterNil sets the value for After to be an explicit nil
func (*Pagination) SetNext ¶
func (o *Pagination) SetNext(v string)
SetNext gets a reference to the given NullableString and assigns it to the Next field.
func (*Pagination) SetNextNil ¶
func (o *Pagination) SetNextNil()
SetNextNil sets the value for Next to be an explicit nil
func (*Pagination) SetPageNumber ¶
func (o *Pagination) SetPageNumber(v int32)
SetPageNumber gets a reference to the given NullableInt32 and assigns it to the PageNumber field.
func (*Pagination) SetPageNumberNil ¶
func (o *Pagination) SetPageNumberNil()
SetPageNumberNil sets the value for PageNumber to be an explicit nil
func (*Pagination) SetPageSize ¶
func (o *Pagination) SetPageSize(v int32)
SetPageSize gets a reference to the given NullableInt32 and assigns it to the PageSize field.
func (*Pagination) SetPageSizeNil ¶
func (o *Pagination) SetPageSizeNil()
SetPageSizeNil sets the value for PageSize to be an explicit nil
func (*Pagination) SetTotalItems ¶
func (o *Pagination) SetTotalItems(v int32)
SetTotalItems gets a reference to the given NullableInt32 and assigns it to the TotalItems field.
func (*Pagination) SetTotalItemsNil ¶
func (o *Pagination) SetTotalItemsNil()
SetTotalItemsNil sets the value for TotalItems to be an explicit nil
func (*Pagination) SetTotalPages ¶
func (o *Pagination) SetTotalPages(v int32)
SetTotalPages gets a reference to the given NullableInt32 and assigns it to the TotalPages field.
func (*Pagination) SetTotalPagesNil ¶
func (o *Pagination) SetTotalPagesNil()
SetTotalPagesNil sets the value for TotalPages to be an explicit nil
func (Pagination) ToMap ¶
func (o Pagination) ToMap() (map[string]interface{}, error)
func (*Pagination) UnsetAfter ¶
func (o *Pagination) UnsetAfter()
UnsetAfter ensures that no value is present for After, not even an explicit nil
func (*Pagination) UnsetNext ¶
func (o *Pagination) UnsetNext()
UnsetNext ensures that no value is present for Next, not even an explicit nil
func (*Pagination) UnsetPageNumber ¶
func (o *Pagination) UnsetPageNumber()
UnsetPageNumber ensures that no value is present for PageNumber, not even an explicit nil
func (*Pagination) UnsetPageSize ¶
func (o *Pagination) UnsetPageSize()
UnsetPageSize ensures that no value is present for PageSize, not even an explicit nil
func (*Pagination) UnsetTotalItems ¶
func (o *Pagination) UnsetTotalItems()
UnsetTotalItems ensures that no value is present for TotalItems, not even an explicit nil
func (*Pagination) UnsetTotalPages ¶
func (o *Pagination) UnsetTotalPages()
UnsetTotalPages ensures that no value is present for TotalPages, not even an explicit nil
type PatchProxyRequest ¶
type PatchProxyRequest struct { Name NullableString `json:"name,omitempty"` DestinationUrl NullableString `json:"destination_url,omitempty"` RequestTransform *ProxyTransform `json:"request_transform,omitempty"` ResponseTransform *ProxyTransform `json:"response_transform,omitempty"` Application *Application `json:"application,omitempty"` Configuration map[string]string `json:"configuration,omitempty"` RequireAuth NullableBool `json:"require_auth,omitempty"` }
PatchProxyRequest struct for PatchProxyRequest
func NewPatchProxyRequest ¶
func NewPatchProxyRequest() *PatchProxyRequest
NewPatchProxyRequest instantiates a new PatchProxyRequest 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 NewPatchProxyRequestWithDefaults ¶
func NewPatchProxyRequestWithDefaults() *PatchProxyRequest
NewPatchProxyRequestWithDefaults instantiates a new PatchProxyRequest 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 (*PatchProxyRequest) GetApplication ¶
func (o *PatchProxyRequest) GetApplication() Application
GetApplication returns the Application field value if set, zero value otherwise.
func (*PatchProxyRequest) GetApplicationOk ¶
func (o *PatchProxyRequest) GetApplicationOk() (*Application, bool)
GetApplicationOk returns a tuple with the Application field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PatchProxyRequest) GetConfiguration ¶
func (o *PatchProxyRequest) GetConfiguration() map[string]string
GetConfiguration returns the Configuration field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PatchProxyRequest) GetConfigurationOk ¶
func (o *PatchProxyRequest) GetConfigurationOk() (*map[string]string, bool)
GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PatchProxyRequest) GetDestinationUrl ¶
func (o *PatchProxyRequest) GetDestinationUrl() string
GetDestinationUrl returns the DestinationUrl field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PatchProxyRequest) GetDestinationUrlOk ¶
func (o *PatchProxyRequest) GetDestinationUrlOk() (*string, bool)
GetDestinationUrlOk returns a tuple with the DestinationUrl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PatchProxyRequest) GetName ¶
func (o *PatchProxyRequest) GetName() string
GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PatchProxyRequest) GetNameOk ¶
func (o *PatchProxyRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PatchProxyRequest) GetRequestTransform ¶
func (o *PatchProxyRequest) GetRequestTransform() ProxyTransform
GetRequestTransform returns the RequestTransform field value if set, zero value otherwise.
func (*PatchProxyRequest) GetRequestTransformOk ¶
func (o *PatchProxyRequest) GetRequestTransformOk() (*ProxyTransform, bool)
GetRequestTransformOk returns a tuple with the RequestTransform field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PatchProxyRequest) GetRequireAuth ¶
func (o *PatchProxyRequest) GetRequireAuth() bool
GetRequireAuth returns the RequireAuth field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PatchProxyRequest) GetRequireAuthOk ¶
func (o *PatchProxyRequest) GetRequireAuthOk() (*bool, bool)
GetRequireAuthOk returns a tuple with the RequireAuth field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PatchProxyRequest) GetResponseTransform ¶
func (o *PatchProxyRequest) GetResponseTransform() ProxyTransform
GetResponseTransform returns the ResponseTransform field value if set, zero value otherwise.
func (*PatchProxyRequest) GetResponseTransformOk ¶
func (o *PatchProxyRequest) GetResponseTransformOk() (*ProxyTransform, bool)
GetResponseTransformOk returns a tuple with the ResponseTransform field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PatchProxyRequest) HasApplication ¶
func (o *PatchProxyRequest) HasApplication() bool
HasApplication returns a boolean if a field is not nil.
func (*PatchProxyRequest) HasConfiguration ¶
func (o *PatchProxyRequest) HasConfiguration() bool
HasConfiguration returns a boolean if a field is not nil.
func (*PatchProxyRequest) HasDestinationUrl ¶
func (o *PatchProxyRequest) HasDestinationUrl() bool
HasDestinationUrl returns a boolean if a field is not nil.
func (*PatchProxyRequest) HasName ¶
func (o *PatchProxyRequest) HasName() bool
HasName returns a boolean if a field is not nil.
func (*PatchProxyRequest) HasRequestTransform ¶
func (o *PatchProxyRequest) HasRequestTransform() bool
HasRequestTransform returns a boolean if a field is not nil.
func (*PatchProxyRequest) HasRequireAuth ¶
func (o *PatchProxyRequest) HasRequireAuth() bool
HasRequireAuth returns a boolean if a field is not nil.
func (*PatchProxyRequest) HasResponseTransform ¶
func (o *PatchProxyRequest) HasResponseTransform() bool
HasResponseTransform returns a boolean if a field is not nil.
func (PatchProxyRequest) MarshalJSON ¶
func (o PatchProxyRequest) MarshalJSON() ([]byte, error)
func (*PatchProxyRequest) SetApplication ¶
func (o *PatchProxyRequest) SetApplication(v Application)
SetApplication gets a reference to the given Application and assigns it to the Application field.
func (*PatchProxyRequest) SetConfiguration ¶
func (o *PatchProxyRequest) SetConfiguration(v map[string]string)
SetConfiguration gets a reference to the given map[string]string and assigns it to the Configuration field.
func (*PatchProxyRequest) SetDestinationUrl ¶
func (o *PatchProxyRequest) SetDestinationUrl(v string)
SetDestinationUrl gets a reference to the given NullableString and assigns it to the DestinationUrl field.
func (*PatchProxyRequest) SetDestinationUrlNil ¶
func (o *PatchProxyRequest) SetDestinationUrlNil()
SetDestinationUrlNil sets the value for DestinationUrl to be an explicit nil
func (*PatchProxyRequest) SetName ¶
func (o *PatchProxyRequest) SetName(v string)
SetName gets a reference to the given NullableString and assigns it to the Name field.
func (*PatchProxyRequest) SetNameNil ¶
func (o *PatchProxyRequest) SetNameNil()
SetNameNil sets the value for Name to be an explicit nil
func (*PatchProxyRequest) SetRequestTransform ¶
func (o *PatchProxyRequest) SetRequestTransform(v ProxyTransform)
SetRequestTransform gets a reference to the given ProxyTransform and assigns it to the RequestTransform field.
func (*PatchProxyRequest) SetRequireAuth ¶
func (o *PatchProxyRequest) SetRequireAuth(v bool)
SetRequireAuth gets a reference to the given NullableBool and assigns it to the RequireAuth field.
func (*PatchProxyRequest) SetRequireAuthNil ¶
func (o *PatchProxyRequest) SetRequireAuthNil()
SetRequireAuthNil sets the value for RequireAuth to be an explicit nil
func (*PatchProxyRequest) SetResponseTransform ¶
func (o *PatchProxyRequest) SetResponseTransform(v ProxyTransform)
SetResponseTransform gets a reference to the given ProxyTransform and assigns it to the ResponseTransform field.
func (PatchProxyRequest) ToMap ¶
func (o PatchProxyRequest) ToMap() (map[string]interface{}, error)
func (*PatchProxyRequest) UnsetDestinationUrl ¶
func (o *PatchProxyRequest) UnsetDestinationUrl()
UnsetDestinationUrl ensures that no value is present for DestinationUrl, not even an explicit nil
func (*PatchProxyRequest) UnsetName ¶
func (o *PatchProxyRequest) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (*PatchProxyRequest) UnsetRequireAuth ¶
func (o *PatchProxyRequest) UnsetRequireAuth()
UnsetRequireAuth ensures that no value is present for RequireAuth, not even an explicit nil
type PatchReactorRequest ¶
type PatchReactorRequest struct { Name NullableString `json:"name,omitempty"` Application *Application `json:"application,omitempty"` Code NullableString `json:"code,omitempty"` Configuration map[string]string `json:"configuration,omitempty"` }
PatchReactorRequest struct for PatchReactorRequest
func NewPatchReactorRequest ¶
func NewPatchReactorRequest() *PatchReactorRequest
NewPatchReactorRequest instantiates a new PatchReactorRequest 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 NewPatchReactorRequestWithDefaults ¶
func NewPatchReactorRequestWithDefaults() *PatchReactorRequest
NewPatchReactorRequestWithDefaults instantiates a new PatchReactorRequest 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 (*PatchReactorRequest) GetApplication ¶
func (o *PatchReactorRequest) GetApplication() Application
GetApplication returns the Application field value if set, zero value otherwise.
func (*PatchReactorRequest) GetApplicationOk ¶
func (o *PatchReactorRequest) GetApplicationOk() (*Application, bool)
GetApplicationOk returns a tuple with the Application field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PatchReactorRequest) GetCode ¶
func (o *PatchReactorRequest) GetCode() string
GetCode returns the Code field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PatchReactorRequest) GetCodeOk ¶
func (o *PatchReactorRequest) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PatchReactorRequest) GetConfiguration ¶
func (o *PatchReactorRequest) GetConfiguration() map[string]string
GetConfiguration returns the Configuration field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PatchReactorRequest) GetConfigurationOk ¶
func (o *PatchReactorRequest) GetConfigurationOk() (*map[string]string, bool)
GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PatchReactorRequest) GetName ¶
func (o *PatchReactorRequest) GetName() string
GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PatchReactorRequest) GetNameOk ¶
func (o *PatchReactorRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PatchReactorRequest) HasApplication ¶
func (o *PatchReactorRequest) HasApplication() bool
HasApplication returns a boolean if a field is not nil.
func (*PatchReactorRequest) HasCode ¶
func (o *PatchReactorRequest) HasCode() bool
HasCode returns a boolean if a field is not nil.
func (*PatchReactorRequest) HasConfiguration ¶
func (o *PatchReactorRequest) HasConfiguration() bool
HasConfiguration returns a boolean if a field is not nil.
func (*PatchReactorRequest) HasName ¶
func (o *PatchReactorRequest) HasName() bool
HasName returns a boolean if a field is not nil.
func (PatchReactorRequest) MarshalJSON ¶
func (o PatchReactorRequest) MarshalJSON() ([]byte, error)
func (*PatchReactorRequest) SetApplication ¶
func (o *PatchReactorRequest) SetApplication(v Application)
SetApplication gets a reference to the given Application and assigns it to the Application field.
func (*PatchReactorRequest) SetCode ¶
func (o *PatchReactorRequest) SetCode(v string)
SetCode gets a reference to the given NullableString and assigns it to the Code field.
func (*PatchReactorRequest) SetCodeNil ¶
func (o *PatchReactorRequest) SetCodeNil()
SetCodeNil sets the value for Code to be an explicit nil
func (*PatchReactorRequest) SetConfiguration ¶
func (o *PatchReactorRequest) SetConfiguration(v map[string]string)
SetConfiguration gets a reference to the given map[string]string and assigns it to the Configuration field.
func (*PatchReactorRequest) SetName ¶
func (o *PatchReactorRequest) SetName(v string)
SetName gets a reference to the given NullableString and assigns it to the Name field.
func (*PatchReactorRequest) SetNameNil ¶
func (o *PatchReactorRequest) SetNameNil()
SetNameNil sets the value for Name to be an explicit nil
func (PatchReactorRequest) ToMap ¶
func (o PatchReactorRequest) ToMap() (map[string]interface{}, error)
func (*PatchReactorRequest) UnsetCode ¶
func (o *PatchReactorRequest) UnsetCode()
UnsetCode ensures that no value is present for Code, not even an explicit nil
func (*PatchReactorRequest) UnsetName ¶
func (o *PatchReactorRequest) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
type Permission ¶
type Permission struct { Type NullableString `json:"type,omitempty"` Description NullableString `json:"description,omitempty"` ApplicationTypes []string `json:"application_types,omitempty"` }
Permission struct for Permission
func NewPermission ¶
func NewPermission() *Permission
NewPermission instantiates a new Permission 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 NewPermissionWithDefaults ¶
func NewPermissionWithDefaults() *Permission
NewPermissionWithDefaults instantiates a new Permission 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 (*Permission) GetApplicationTypes ¶
func (o *Permission) GetApplicationTypes() []string
GetApplicationTypes returns the ApplicationTypes field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Permission) GetApplicationTypesOk ¶
func (o *Permission) GetApplicationTypesOk() ([]string, bool)
GetApplicationTypesOk returns a tuple with the ApplicationTypes field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Permission) GetDescription ¶
func (o *Permission) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Permission) GetDescriptionOk ¶
func (o *Permission) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Permission) GetType ¶
func (o *Permission) GetType() string
GetType returns the Type field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Permission) GetTypeOk ¶
func (o *Permission) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Permission) HasApplicationTypes ¶
func (o *Permission) HasApplicationTypes() bool
HasApplicationTypes returns a boolean if a field is not nil.
func (*Permission) HasDescription ¶
func (o *Permission) HasDescription() bool
HasDescription returns a boolean if a field is not nil.
func (*Permission) HasType ¶
func (o *Permission) HasType() bool
HasType returns a boolean if a field is not nil.
func (Permission) MarshalJSON ¶
func (o Permission) MarshalJSON() ([]byte, error)
func (*Permission) SetApplicationTypes ¶
func (o *Permission) SetApplicationTypes(v []string)
SetApplicationTypes gets a reference to the given []string and assigns it to the ApplicationTypes field.
func (*Permission) SetDescription ¶
func (o *Permission) SetDescription(v string)
SetDescription gets a reference to the given NullableString and assigns it to the Description field.
func (*Permission) SetDescriptionNil ¶
func (o *Permission) SetDescriptionNil()
SetDescriptionNil sets the value for Description to be an explicit nil
func (*Permission) SetType ¶
func (o *Permission) SetType(v string)
SetType gets a reference to the given NullableString and assigns it to the Type field.
func (*Permission) SetTypeNil ¶
func (o *Permission) SetTypeNil()
SetTypeNil sets the value for Type to be an explicit nil
func (Permission) ToMap ¶
func (o Permission) ToMap() (map[string]interface{}, error)
func (*Permission) UnsetDescription ¶
func (o *Permission) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (*Permission) UnsetType ¶
func (o *Permission) UnsetType()
UnsetType ensures that no value is present for Type, not even an explicit nil
type PermissionsApiGetRequest ¶
type PermissionsApiGetRequest struct { ApiService *PermissionsApiService // contains filtered or unexported fields }
func (PermissionsApiGetRequest) ApplicationType ¶
func (r PermissionsApiGetRequest) ApplicationType(applicationType string) PermissionsApiGetRequest
func (PermissionsApiGetRequest) Execute ¶
func (r PermissionsApiGetRequest) Execute() ([]Permission, *http.Response, error)
type PermissionsApiService ¶
type PermissionsApiService service
PermissionsApiService PermissionsApi service
func (*PermissionsApiService) Get ¶
func (a *PermissionsApiService) Get(ctx context.Context) PermissionsApiGetRequest
Get Method for Get
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return PermissionsApiGetRequest
func (*PermissionsApiService) GetExecute ¶
func (a *PermissionsApiService) GetExecute(r PermissionsApiGetRequest) ([]Permission, *http.Response, error)
Execute executes the request
@return []Permission
type Privacy ¶
type Privacy struct { Classification NullableString `json:"classification,omitempty"` ImpactLevel NullableString `json:"impact_level,omitempty"` RestrictionPolicy NullableString `json:"restriction_policy,omitempty"` }
Privacy struct for Privacy
func NewPrivacy ¶
func NewPrivacy() *Privacy
NewPrivacy instantiates a new Privacy 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 NewPrivacyWithDefaults ¶
func NewPrivacyWithDefaults() *Privacy
NewPrivacyWithDefaults instantiates a new Privacy 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 (*Privacy) GetClassification ¶
GetClassification returns the Classification field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Privacy) GetClassificationOk ¶
GetClassificationOk returns a tuple with the Classification field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Privacy) GetImpactLevel ¶
GetImpactLevel returns the ImpactLevel field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Privacy) GetImpactLevelOk ¶
GetImpactLevelOk returns a tuple with the ImpactLevel field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Privacy) GetRestrictionPolicy ¶
GetRestrictionPolicy returns the RestrictionPolicy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Privacy) GetRestrictionPolicyOk ¶
GetRestrictionPolicyOk returns a tuple with the RestrictionPolicy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Privacy) HasClassification ¶
HasClassification returns a boolean if a field is not nil.
func (*Privacy) HasImpactLevel ¶
HasImpactLevel returns a boolean if a field is not nil.
func (*Privacy) HasRestrictionPolicy ¶
HasRestrictionPolicy returns a boolean if a field is not nil.
func (Privacy) MarshalJSON ¶
func (*Privacy) SetClassification ¶
SetClassification gets a reference to the given NullableString and assigns it to the Classification field.
func (*Privacy) SetClassificationNil ¶
func (o *Privacy) SetClassificationNil()
SetClassificationNil sets the value for Classification to be an explicit nil
func (*Privacy) SetImpactLevel ¶
SetImpactLevel gets a reference to the given NullableString and assigns it to the ImpactLevel field.
func (*Privacy) SetImpactLevelNil ¶
func (o *Privacy) SetImpactLevelNil()
SetImpactLevelNil sets the value for ImpactLevel to be an explicit nil
func (*Privacy) SetRestrictionPolicy ¶
SetRestrictionPolicy gets a reference to the given NullableString and assigns it to the RestrictionPolicy field.
func (*Privacy) SetRestrictionPolicyNil ¶
func (o *Privacy) SetRestrictionPolicyNil()
SetRestrictionPolicyNil sets the value for RestrictionPolicy to be an explicit nil
func (*Privacy) UnsetClassification ¶
func (o *Privacy) UnsetClassification()
UnsetClassification ensures that no value is present for Classification, not even an explicit nil
func (*Privacy) UnsetImpactLevel ¶
func (o *Privacy) UnsetImpactLevel()
UnsetImpactLevel ensures that no value is present for ImpactLevel, not even an explicit nil
func (*Privacy) UnsetRestrictionPolicy ¶
func (o *Privacy) UnsetRestrictionPolicy()
UnsetRestrictionPolicy ensures that no value is present for RestrictionPolicy, not even an explicit nil
type ProblemDetails ¶
type ProblemDetails struct { Type NullableString `json:"type,omitempty"` Title NullableString `json:"title,omitempty"` Status NullableInt32 `json:"status,omitempty"` Detail NullableString `json:"detail,omitempty"` Instance NullableString `json:"instance,omitempty"` }
ProblemDetails struct for ProblemDetails
func NewProblemDetails ¶
func NewProblemDetails() *ProblemDetails
NewProblemDetails instantiates a new ProblemDetails 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 NewProblemDetailsWithDefaults ¶
func NewProblemDetailsWithDefaults() *ProblemDetails
NewProblemDetailsWithDefaults instantiates a new ProblemDetails 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 (*ProblemDetails) GetDetail ¶
func (o *ProblemDetails) GetDetail() string
GetDetail returns the Detail field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ProblemDetails) GetDetailOk ¶
func (o *ProblemDetails) GetDetailOk() (*string, bool)
GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProblemDetails) GetInstance ¶
func (o *ProblemDetails) GetInstance() string
GetInstance returns the Instance field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ProblemDetails) GetInstanceOk ¶
func (o *ProblemDetails) GetInstanceOk() (*string, bool)
GetInstanceOk returns a tuple with the Instance field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProblemDetails) GetStatus ¶
func (o *ProblemDetails) GetStatus() int32
GetStatus returns the Status field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ProblemDetails) GetStatusOk ¶
func (o *ProblemDetails) GetStatusOk() (*int32, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProblemDetails) GetTitle ¶
func (o *ProblemDetails) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ProblemDetails) GetTitleOk ¶
func (o *ProblemDetails) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProblemDetails) GetType ¶
func (o *ProblemDetails) GetType() string
GetType returns the Type field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ProblemDetails) GetTypeOk ¶
func (o *ProblemDetails) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProblemDetails) HasDetail ¶
func (o *ProblemDetails) HasDetail() bool
HasDetail returns a boolean if a field is not nil.
func (*ProblemDetails) HasInstance ¶
func (o *ProblemDetails) HasInstance() bool
HasInstance returns a boolean if a field is not nil.
func (*ProblemDetails) HasStatus ¶
func (o *ProblemDetails) HasStatus() bool
HasStatus returns a boolean if a field is not nil.
func (*ProblemDetails) HasTitle ¶
func (o *ProblemDetails) HasTitle() bool
HasTitle returns a boolean if a field is not nil.
func (*ProblemDetails) HasType ¶
func (o *ProblemDetails) HasType() bool
HasType returns a boolean if a field is not nil.
func (ProblemDetails) MarshalJSON ¶
func (o ProblemDetails) MarshalJSON() ([]byte, error)
func (*ProblemDetails) SetDetail ¶
func (o *ProblemDetails) SetDetail(v string)
SetDetail gets a reference to the given NullableString and assigns it to the Detail field.
func (*ProblemDetails) SetDetailNil ¶
func (o *ProblemDetails) SetDetailNil()
SetDetailNil sets the value for Detail to be an explicit nil
func (*ProblemDetails) SetInstance ¶
func (o *ProblemDetails) SetInstance(v string)
SetInstance gets a reference to the given NullableString and assigns it to the Instance field.
func (*ProblemDetails) SetInstanceNil ¶
func (o *ProblemDetails) SetInstanceNil()
SetInstanceNil sets the value for Instance to be an explicit nil
func (*ProblemDetails) SetStatus ¶
func (o *ProblemDetails) SetStatus(v int32)
SetStatus gets a reference to the given NullableInt32 and assigns it to the Status field.
func (*ProblemDetails) SetStatusNil ¶
func (o *ProblemDetails) SetStatusNil()
SetStatusNil sets the value for Status to be an explicit nil
func (*ProblemDetails) SetTitle ¶
func (o *ProblemDetails) SetTitle(v string)
SetTitle gets a reference to the given NullableString and assigns it to the Title field.
func (*ProblemDetails) SetTitleNil ¶
func (o *ProblemDetails) SetTitleNil()
SetTitleNil sets the value for Title to be an explicit nil
func (*ProblemDetails) SetType ¶
func (o *ProblemDetails) SetType(v string)
SetType gets a reference to the given NullableString and assigns it to the Type field.
func (*ProblemDetails) SetTypeNil ¶
func (o *ProblemDetails) SetTypeNil()
SetTypeNil sets the value for Type to be an explicit nil
func (ProblemDetails) ToMap ¶
func (o ProblemDetails) ToMap() (map[string]interface{}, error)
func (*ProblemDetails) UnsetDetail ¶
func (o *ProblemDetails) UnsetDetail()
UnsetDetail ensures that no value is present for Detail, not even an explicit nil
func (*ProblemDetails) UnsetInstance ¶
func (o *ProblemDetails) UnsetInstance()
UnsetInstance ensures that no value is present for Instance, not even an explicit nil
func (*ProblemDetails) UnsetStatus ¶
func (o *ProblemDetails) UnsetStatus()
UnsetStatus ensures that no value is present for Status, not even an explicit nil
func (*ProblemDetails) UnsetTitle ¶
func (o *ProblemDetails) UnsetTitle()
UnsetTitle ensures that no value is present for Title, not even an explicit nil
func (*ProblemDetails) UnsetType ¶
func (o *ProblemDetails) UnsetType()
UnsetType ensures that no value is present for Type, not even an explicit nil
type ProxiesApiCreateRequest ¶
type ProxiesApiCreateRequest struct { ApiService *ProxiesApiService // contains filtered or unexported fields }
func (ProxiesApiCreateRequest) CreateProxyRequest ¶
func (r ProxiesApiCreateRequest) CreateProxyRequest(createProxyRequest CreateProxyRequest) ProxiesApiCreateRequest
type ProxiesApiDeleteRequest ¶
type ProxiesApiDeleteRequest struct { ApiService *ProxiesApiService // contains filtered or unexported fields }
type ProxiesApiGetByIdRequest ¶
type ProxiesApiGetByIdRequest struct { ApiService *ProxiesApiService // contains filtered or unexported fields }
type ProxiesApiGetRequest ¶
type ProxiesApiGetRequest struct { ApiService *ProxiesApiService // contains filtered or unexported fields }
func (ProxiesApiGetRequest) Execute ¶
func (r ProxiesApiGetRequest) Execute() (*ProxyPaginatedList, *http.Response, error)
func (ProxiesApiGetRequest) Id ¶
func (r ProxiesApiGetRequest) Id(id []string) ProxiesApiGetRequest
func (ProxiesApiGetRequest) Name ¶
func (r ProxiesApiGetRequest) Name(name string) ProxiesApiGetRequest
func (ProxiesApiGetRequest) Page ¶
func (r ProxiesApiGetRequest) Page(page int32) ProxiesApiGetRequest
func (ProxiesApiGetRequest) Size ¶
func (r ProxiesApiGetRequest) Size(size int32) ProxiesApiGetRequest
func (ProxiesApiGetRequest) Start ¶
func (r ProxiesApiGetRequest) Start(start string) ProxiesApiGetRequest
type ProxiesApiPatchRequest ¶
type ProxiesApiPatchRequest struct { ApiService *ProxiesApiService // contains filtered or unexported fields }
func (ProxiesApiPatchRequest) Execute ¶
func (r ProxiesApiPatchRequest) Execute() (*http.Response, error)
func (ProxiesApiPatchRequest) PatchProxyRequest ¶
func (r ProxiesApiPatchRequest) PatchProxyRequest(patchProxyRequest PatchProxyRequest) ProxiesApiPatchRequest
type ProxiesApiService ¶
type ProxiesApiService service
ProxiesApiService ProxiesApi service
func (*ProxiesApiService) Create ¶
func (a *ProxiesApiService) Create(ctx context.Context) ProxiesApiCreateRequest
Create Method for Create
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProxiesApiCreateRequest
func (*ProxiesApiService) CreateExecute ¶
func (a *ProxiesApiService) CreateExecute(r ProxiesApiCreateRequest) (*Proxy, *http.Response, error)
Execute executes the request
@return Proxy
func (*ProxiesApiService) Delete ¶
func (a *ProxiesApiService) Delete(ctx context.Context, id string) ProxiesApiDeleteRequest
Delete Method for Delete
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ProxiesApiDeleteRequest
func (*ProxiesApiService) DeleteExecute ¶
func (a *ProxiesApiService) DeleteExecute(r ProxiesApiDeleteRequest) (*http.Response, error)
Execute executes the request
func (*ProxiesApiService) Get ¶
func (a *ProxiesApiService) Get(ctx context.Context) ProxiesApiGetRequest
Get Method for Get
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ProxiesApiGetRequest
func (*ProxiesApiService) GetById ¶
func (a *ProxiesApiService) GetById(ctx context.Context, id string) ProxiesApiGetByIdRequest
GetById Method for GetById
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ProxiesApiGetByIdRequest
func (*ProxiesApiService) GetByIdExecute ¶
func (a *ProxiesApiService) GetByIdExecute(r ProxiesApiGetByIdRequest) (*Proxy, *http.Response, error)
Execute executes the request
@return Proxy
func (*ProxiesApiService) GetExecute ¶
func (a *ProxiesApiService) GetExecute(r ProxiesApiGetRequest) (*ProxyPaginatedList, *http.Response, error)
Execute executes the request
@return ProxyPaginatedList
func (*ProxiesApiService) Patch ¶
func (a *ProxiesApiService) Patch(ctx context.Context, id string) ProxiesApiPatchRequest
Patch Method for Patch
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ProxiesApiPatchRequest
func (*ProxiesApiService) PatchExecute ¶
func (a *ProxiesApiService) PatchExecute(r ProxiesApiPatchRequest) (*http.Response, error)
Execute executes the request
func (*ProxiesApiService) Update ¶
func (a *ProxiesApiService) Update(ctx context.Context, id string) ProxiesApiUpdateRequest
Update Method for Update
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ProxiesApiUpdateRequest
func (*ProxiesApiService) UpdateExecute ¶
func (a *ProxiesApiService) UpdateExecute(r ProxiesApiUpdateRequest) (*Proxy, *http.Response, error)
Execute executes the request
@return Proxy
type ProxiesApiUpdateRequest ¶
type ProxiesApiUpdateRequest struct { ApiService *ProxiesApiService // contains filtered or unexported fields }
func (ProxiesApiUpdateRequest) Execute ¶
func (r ProxiesApiUpdateRequest) Execute() (*Proxy, *http.Response, error)
func (ProxiesApiUpdateRequest) UpdateProxyRequest ¶
func (r ProxiesApiUpdateRequest) UpdateProxyRequest(updateProxyRequest UpdateProxyRequest) ProxiesApiUpdateRequest
type Proxy ¶
type Proxy struct { Id *string `json:"id,omitempty"` Key NullableString `json:"key,omitempty"` TenantId *string `json:"tenant_id,omitempty"` Name NullableString `json:"name,omitempty"` DestinationUrl NullableString `json:"destination_url,omitempty"` RequestReactorId NullableString `json:"request_reactor_id,omitempty"` ResponseReactorId NullableString `json:"response_reactor_id,omitempty"` RequireAuth *bool `json:"require_auth,omitempty"` RequestTransform *ProxyTransform `json:"request_transform,omitempty"` ResponseTransform *ProxyTransform `json:"response_transform,omitempty"` ApplicationId NullableString `json:"application_id,omitempty"` Configuration map[string]string `json:"configuration,omitempty"` ProxyHost NullableString `json:"proxy_host,omitempty"` CreatedBy NullableString `json:"created_by,omitempty"` CreatedAt NullableTime `json:"created_at,omitempty"` ModifiedBy NullableString `json:"modified_by,omitempty"` ModifiedAt NullableTime `json:"modified_at,omitempty"` }
Proxy struct for Proxy
func NewProxy ¶
func NewProxy() *Proxy
NewProxy instantiates a new Proxy 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 NewProxyWithDefaults ¶
func NewProxyWithDefaults() *Proxy
NewProxyWithDefaults instantiates a new Proxy 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 (*Proxy) GetApplicationId ¶
GetApplicationId returns the ApplicationId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Proxy) GetApplicationIdOk ¶
GetApplicationIdOk returns a tuple with the ApplicationId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Proxy) GetConfiguration ¶
GetConfiguration returns the Configuration field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Proxy) GetConfigurationOk ¶
GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Proxy) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Proxy) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Proxy) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Proxy) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Proxy) GetDestinationUrl ¶
GetDestinationUrl returns the DestinationUrl field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Proxy) GetDestinationUrlOk ¶
GetDestinationUrlOk returns a tuple with the DestinationUrl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Proxy) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Proxy) GetKey ¶
GetKey returns the Key field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Proxy) GetKeyOk ¶
GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Proxy) GetModifiedAt ¶
GetModifiedAt returns the ModifiedAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Proxy) GetModifiedAtOk ¶
GetModifiedAtOk returns a tuple with the ModifiedAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Proxy) GetModifiedBy ¶
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Proxy) GetModifiedByOk ¶
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Proxy) GetName ¶
GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Proxy) GetNameOk ¶
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Proxy) GetProxyHost ¶
GetProxyHost returns the ProxyHost field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Proxy) GetProxyHostOk ¶
GetProxyHostOk returns a tuple with the ProxyHost field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Proxy) GetRequestReactorId ¶
GetRequestReactorId returns the RequestReactorId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Proxy) GetRequestReactorIdOk ¶
GetRequestReactorIdOk returns a tuple with the RequestReactorId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Proxy) GetRequestTransform ¶
func (o *Proxy) GetRequestTransform() ProxyTransform
GetRequestTransform returns the RequestTransform field value if set, zero value otherwise.
func (*Proxy) GetRequestTransformOk ¶
func (o *Proxy) GetRequestTransformOk() (*ProxyTransform, bool)
GetRequestTransformOk returns a tuple with the RequestTransform field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Proxy) GetRequireAuth ¶
GetRequireAuth returns the RequireAuth field value if set, zero value otherwise.
func (*Proxy) GetRequireAuthOk ¶
GetRequireAuthOk returns a tuple with the RequireAuth field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Proxy) GetResponseReactorId ¶
GetResponseReactorId returns the ResponseReactorId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Proxy) GetResponseReactorIdOk ¶
GetResponseReactorIdOk returns a tuple with the ResponseReactorId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Proxy) GetResponseTransform ¶
func (o *Proxy) GetResponseTransform() ProxyTransform
GetResponseTransform returns the ResponseTransform field value if set, zero value otherwise.
func (*Proxy) GetResponseTransformOk ¶
func (o *Proxy) GetResponseTransformOk() (*ProxyTransform, bool)
GetResponseTransformOk returns a tuple with the ResponseTransform field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Proxy) GetTenantId ¶
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*Proxy) GetTenantIdOk ¶
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Proxy) HasApplicationId ¶
HasApplicationId returns a boolean if a field is not nil.
func (*Proxy) HasConfiguration ¶
HasConfiguration returns a boolean if a field is not nil.
func (*Proxy) HasCreatedAt ¶
HasCreatedAt returns a boolean if a field is not nil.
func (*Proxy) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field is not nil.
func (*Proxy) HasDestinationUrl ¶
HasDestinationUrl returns a boolean if a field is not nil.
func (*Proxy) HasModifiedAt ¶
HasModifiedAt returns a boolean if a field is not nil.
func (*Proxy) HasModifiedBy ¶
HasModifiedBy returns a boolean if a field is not nil.
func (*Proxy) HasProxyHost ¶
HasProxyHost returns a boolean if a field is not nil.
func (*Proxy) HasRequestReactorId ¶
HasRequestReactorId returns a boolean if a field is not nil.
func (*Proxy) HasRequestTransform ¶
HasRequestTransform returns a boolean if a field is not nil.
func (*Proxy) HasRequireAuth ¶
HasRequireAuth returns a boolean if a field is not nil.
func (*Proxy) HasResponseReactorId ¶
HasResponseReactorId returns a boolean if a field is not nil.
func (*Proxy) HasResponseTransform ¶
HasResponseTransform returns a boolean if a field is not nil.
func (*Proxy) HasTenantId ¶
HasTenantId returns a boolean if a field is not nil.
func (Proxy) MarshalJSON ¶
func (*Proxy) SetApplicationId ¶
SetApplicationId gets a reference to the given NullableString and assigns it to the ApplicationId field.
func (*Proxy) SetApplicationIdNil ¶
func (o *Proxy) SetApplicationIdNil()
SetApplicationIdNil sets the value for ApplicationId to be an explicit nil
func (*Proxy) SetConfiguration ¶
SetConfiguration gets a reference to the given map[string]string and assigns it to the Configuration field.
func (*Proxy) SetCreatedAt ¶
SetCreatedAt gets a reference to the given NullableTime and assigns it to the CreatedAt field.
func (*Proxy) SetCreatedAtNil ¶
func (o *Proxy) SetCreatedAtNil()
SetCreatedAtNil sets the value for CreatedAt to be an explicit nil
func (*Proxy) SetCreatedBy ¶
SetCreatedBy gets a reference to the given NullableString and assigns it to the CreatedBy field.
func (*Proxy) SetCreatedByNil ¶
func (o *Proxy) SetCreatedByNil()
SetCreatedByNil sets the value for CreatedBy to be an explicit nil
func (*Proxy) SetDestinationUrl ¶
SetDestinationUrl gets a reference to the given NullableString and assigns it to the DestinationUrl field.
func (*Proxy) SetDestinationUrlNil ¶
func (o *Proxy) SetDestinationUrlNil()
SetDestinationUrlNil sets the value for DestinationUrl to be an explicit nil
func (*Proxy) SetKey ¶
SetKey gets a reference to the given NullableString and assigns it to the Key field.
func (*Proxy) SetKeyNil ¶
func (o *Proxy) SetKeyNil()
SetKeyNil sets the value for Key to be an explicit nil
func (*Proxy) SetModifiedAt ¶
SetModifiedAt gets a reference to the given NullableTime and assigns it to the ModifiedAt field.
func (*Proxy) SetModifiedAtNil ¶
func (o *Proxy) SetModifiedAtNil()
SetModifiedAtNil sets the value for ModifiedAt to be an explicit nil
func (*Proxy) SetModifiedBy ¶
SetModifiedBy gets a reference to the given NullableString and assigns it to the ModifiedBy field.
func (*Proxy) SetModifiedByNil ¶
func (o *Proxy) SetModifiedByNil()
SetModifiedByNil sets the value for ModifiedBy to be an explicit nil
func (*Proxy) SetName ¶
SetName gets a reference to the given NullableString and assigns it to the Name field.
func (*Proxy) SetNameNil ¶
func (o *Proxy) SetNameNil()
SetNameNil sets the value for Name to be an explicit nil
func (*Proxy) SetProxyHost ¶
SetProxyHost gets a reference to the given NullableString and assigns it to the ProxyHost field.
func (*Proxy) SetProxyHostNil ¶
func (o *Proxy) SetProxyHostNil()
SetProxyHostNil sets the value for ProxyHost to be an explicit nil
func (*Proxy) SetRequestReactorId ¶
SetRequestReactorId gets a reference to the given NullableString and assigns it to the RequestReactorId field.
func (*Proxy) SetRequestReactorIdNil ¶
func (o *Proxy) SetRequestReactorIdNil()
SetRequestReactorIdNil sets the value for RequestReactorId to be an explicit nil
func (*Proxy) SetRequestTransform ¶
func (o *Proxy) SetRequestTransform(v ProxyTransform)
SetRequestTransform gets a reference to the given ProxyTransform and assigns it to the RequestTransform field.
func (*Proxy) SetRequireAuth ¶
SetRequireAuth gets a reference to the given bool and assigns it to the RequireAuth field.
func (*Proxy) SetResponseReactorId ¶
SetResponseReactorId gets a reference to the given NullableString and assigns it to the ResponseReactorId field.
func (*Proxy) SetResponseReactorIdNil ¶
func (o *Proxy) SetResponseReactorIdNil()
SetResponseReactorIdNil sets the value for ResponseReactorId to be an explicit nil
func (*Proxy) SetResponseTransform ¶
func (o *Proxy) SetResponseTransform(v ProxyTransform)
SetResponseTransform gets a reference to the given ProxyTransform and assigns it to the ResponseTransform field.
func (*Proxy) SetTenantId ¶
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (*Proxy) UnsetApplicationId ¶
func (o *Proxy) UnsetApplicationId()
UnsetApplicationId ensures that no value is present for ApplicationId, not even an explicit nil
func (*Proxy) UnsetCreatedAt ¶
func (o *Proxy) UnsetCreatedAt()
UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil
func (*Proxy) UnsetCreatedBy ¶
func (o *Proxy) UnsetCreatedBy()
UnsetCreatedBy ensures that no value is present for CreatedBy, not even an explicit nil
func (*Proxy) UnsetDestinationUrl ¶
func (o *Proxy) UnsetDestinationUrl()
UnsetDestinationUrl ensures that no value is present for DestinationUrl, not even an explicit nil
func (*Proxy) UnsetKey ¶
func (o *Proxy) UnsetKey()
UnsetKey ensures that no value is present for Key, not even an explicit nil
func (*Proxy) UnsetModifiedAt ¶
func (o *Proxy) UnsetModifiedAt()
UnsetModifiedAt ensures that no value is present for ModifiedAt, not even an explicit nil
func (*Proxy) UnsetModifiedBy ¶
func (o *Proxy) UnsetModifiedBy()
UnsetModifiedBy ensures that no value is present for ModifiedBy, not even an explicit nil
func (*Proxy) UnsetName ¶
func (o *Proxy) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (*Proxy) UnsetProxyHost ¶
func (o *Proxy) UnsetProxyHost()
UnsetProxyHost ensures that no value is present for ProxyHost, not even an explicit nil
func (*Proxy) UnsetRequestReactorId ¶
func (o *Proxy) UnsetRequestReactorId()
UnsetRequestReactorId ensures that no value is present for RequestReactorId, not even an explicit nil
func (*Proxy) UnsetResponseReactorId ¶
func (o *Proxy) UnsetResponseReactorId()
UnsetResponseReactorId ensures that no value is present for ResponseReactorId, not even an explicit nil
type ProxyPaginatedList ¶
type ProxyPaginatedList struct { Pagination *Pagination `json:"pagination,omitempty"` Data []Proxy `json:"data,omitempty"` }
ProxyPaginatedList struct for ProxyPaginatedList
func NewProxyPaginatedList ¶
func NewProxyPaginatedList() *ProxyPaginatedList
NewProxyPaginatedList instantiates a new ProxyPaginatedList 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 NewProxyPaginatedListWithDefaults ¶
func NewProxyPaginatedListWithDefaults() *ProxyPaginatedList
NewProxyPaginatedListWithDefaults instantiates a new ProxyPaginatedList 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 (*ProxyPaginatedList) GetData ¶
func (o *ProxyPaginatedList) GetData() []Proxy
GetData returns the Data field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ProxyPaginatedList) GetDataOk ¶
func (o *ProxyPaginatedList) GetDataOk() ([]Proxy, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProxyPaginatedList) GetPagination ¶
func (o *ProxyPaginatedList) GetPagination() Pagination
GetPagination returns the Pagination field value if set, zero value otherwise.
func (*ProxyPaginatedList) GetPaginationOk ¶
func (o *ProxyPaginatedList) GetPaginationOk() (*Pagination, bool)
GetPaginationOk returns a tuple with the Pagination field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProxyPaginatedList) HasData ¶
func (o *ProxyPaginatedList) HasData() bool
HasData returns a boolean if a field is not nil.
func (*ProxyPaginatedList) HasPagination ¶
func (o *ProxyPaginatedList) HasPagination() bool
HasPagination returns a boolean if a field is not nil.
func (ProxyPaginatedList) MarshalJSON ¶
func (o ProxyPaginatedList) MarshalJSON() ([]byte, error)
func (*ProxyPaginatedList) SetData ¶
func (o *ProxyPaginatedList) SetData(v []Proxy)
SetData gets a reference to the given []Proxy and assigns it to the Data field.
func (*ProxyPaginatedList) SetPagination ¶
func (o *ProxyPaginatedList) SetPagination(v Pagination)
SetPagination gets a reference to the given Pagination and assigns it to the Pagination field.
func (ProxyPaginatedList) ToMap ¶
func (o ProxyPaginatedList) ToMap() (map[string]interface{}, error)
type ProxyTransform ¶
type ProxyTransform struct { Type NullableString `json:"type,omitempty"` Code NullableString `json:"code,omitempty"` Matcher NullableString `json:"matcher,omitempty"` Expression NullableString `json:"expression,omitempty"` Replacement NullableString `json:"replacement,omitempty"` }
ProxyTransform struct for ProxyTransform
func NewProxyTransform ¶
func NewProxyTransform() *ProxyTransform
NewProxyTransform instantiates a new ProxyTransform 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 NewProxyTransformWithDefaults ¶
func NewProxyTransformWithDefaults() *ProxyTransform
NewProxyTransformWithDefaults instantiates a new ProxyTransform 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 (*ProxyTransform) GetCode ¶
func (o *ProxyTransform) GetCode() string
GetCode returns the Code field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ProxyTransform) GetCodeOk ¶
func (o *ProxyTransform) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProxyTransform) GetExpression ¶
func (o *ProxyTransform) GetExpression() string
GetExpression returns the Expression field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ProxyTransform) GetExpressionOk ¶
func (o *ProxyTransform) GetExpressionOk() (*string, bool)
GetExpressionOk returns a tuple with the Expression field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProxyTransform) GetMatcher ¶
func (o *ProxyTransform) GetMatcher() string
GetMatcher returns the Matcher field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ProxyTransform) GetMatcherOk ¶
func (o *ProxyTransform) GetMatcherOk() (*string, bool)
GetMatcherOk returns a tuple with the Matcher field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProxyTransform) GetReplacement ¶
func (o *ProxyTransform) GetReplacement() string
GetReplacement returns the Replacement field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ProxyTransform) GetReplacementOk ¶
func (o *ProxyTransform) GetReplacementOk() (*string, bool)
GetReplacementOk returns a tuple with the Replacement field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProxyTransform) GetType ¶
func (o *ProxyTransform) GetType() string
GetType returns the Type field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ProxyTransform) GetTypeOk ¶
func (o *ProxyTransform) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ProxyTransform) HasCode ¶
func (o *ProxyTransform) HasCode() bool
HasCode returns a boolean if a field is not nil.
func (*ProxyTransform) HasExpression ¶
func (o *ProxyTransform) HasExpression() bool
HasExpression returns a boolean if a field is not nil.
func (*ProxyTransform) HasMatcher ¶
func (o *ProxyTransform) HasMatcher() bool
HasMatcher returns a boolean if a field is not nil.
func (*ProxyTransform) HasReplacement ¶
func (o *ProxyTransform) HasReplacement() bool
HasReplacement returns a boolean if a field is not nil.
func (*ProxyTransform) HasType ¶
func (o *ProxyTransform) HasType() bool
HasType returns a boolean if a field is not nil.
func (ProxyTransform) MarshalJSON ¶
func (o ProxyTransform) MarshalJSON() ([]byte, error)
func (*ProxyTransform) SetCode ¶
func (o *ProxyTransform) SetCode(v string)
SetCode gets a reference to the given NullableString and assigns it to the Code field.
func (*ProxyTransform) SetCodeNil ¶
func (o *ProxyTransform) SetCodeNil()
SetCodeNil sets the value for Code to be an explicit nil
func (*ProxyTransform) SetExpression ¶
func (o *ProxyTransform) SetExpression(v string)
SetExpression gets a reference to the given NullableString and assigns it to the Expression field.
func (*ProxyTransform) SetExpressionNil ¶
func (o *ProxyTransform) SetExpressionNil()
SetExpressionNil sets the value for Expression to be an explicit nil
func (*ProxyTransform) SetMatcher ¶
func (o *ProxyTransform) SetMatcher(v string)
SetMatcher gets a reference to the given NullableString and assigns it to the Matcher field.
func (*ProxyTransform) SetMatcherNil ¶
func (o *ProxyTransform) SetMatcherNil()
SetMatcherNil sets the value for Matcher to be an explicit nil
func (*ProxyTransform) SetReplacement ¶
func (o *ProxyTransform) SetReplacement(v string)
SetReplacement gets a reference to the given NullableString and assigns it to the Replacement field.
func (*ProxyTransform) SetReplacementNil ¶
func (o *ProxyTransform) SetReplacementNil()
SetReplacementNil sets the value for Replacement to be an explicit nil
func (*ProxyTransform) SetType ¶
func (o *ProxyTransform) SetType(v string)
SetType gets a reference to the given NullableString and assigns it to the Type field.
func (*ProxyTransform) SetTypeNil ¶
func (o *ProxyTransform) SetTypeNil()
SetTypeNil sets the value for Type to be an explicit nil
func (ProxyTransform) ToMap ¶
func (o ProxyTransform) ToMap() (map[string]interface{}, error)
func (*ProxyTransform) UnsetCode ¶
func (o *ProxyTransform) UnsetCode()
UnsetCode ensures that no value is present for Code, not even an explicit nil
func (*ProxyTransform) UnsetExpression ¶
func (o *ProxyTransform) UnsetExpression()
UnsetExpression ensures that no value is present for Expression, not even an explicit nil
func (*ProxyTransform) UnsetMatcher ¶
func (o *ProxyTransform) UnsetMatcher()
UnsetMatcher ensures that no value is present for Matcher, not even an explicit nil
func (*ProxyTransform) UnsetReplacement ¶
func (o *ProxyTransform) UnsetReplacement()
UnsetReplacement ensures that no value is present for Replacement, not even an explicit nil
func (*ProxyTransform) UnsetType ¶
func (o *ProxyTransform) UnsetType()
UnsetType ensures that no value is present for Type, not even an explicit nil
type ProxyTransformMatcher ¶
type ProxyTransformMatcher string
ProxyTransformMatcher the model 'ProxyTransformMatcher'
const ( REGEX ProxyTransformMatcher = "REGEX" CHASE_STRATUS_PAN ProxyTransformMatcher = "CHASE_STRATUS_PAN" )
List of ProxyTransformMatcher
func NewProxyTransformMatcherFromValue ¶
func NewProxyTransformMatcherFromValue(v string) (*ProxyTransformMatcher, error)
NewProxyTransformMatcherFromValue returns a pointer to a valid ProxyTransformMatcher for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ProxyTransformMatcher) IsValid ¶
func (v ProxyTransformMatcher) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ProxyTransformMatcher) Ptr ¶
func (v ProxyTransformMatcher) Ptr() *ProxyTransformMatcher
Ptr returns reference to ProxyTransformMatcher value
func (*ProxyTransformMatcher) UnmarshalJSON ¶
func (v *ProxyTransformMatcher) UnmarshalJSON(src []byte) error
type ProxyTransformType ¶
type ProxyTransformType string
ProxyTransformType the model 'ProxyTransformType'
const ( CODE ProxyTransformType = "CODE" MASK ProxyTransformType = "MASK" )
List of ProxyTransformType
func NewProxyTransformTypeFromValue ¶
func NewProxyTransformTypeFromValue(v string) (*ProxyTransformType, error)
NewProxyTransformTypeFromValue returns a pointer to a valid ProxyTransformType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ProxyTransformType) IsValid ¶
func (v ProxyTransformType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ProxyTransformType) Ptr ¶
func (v ProxyTransformType) Ptr() *ProxyTransformType
Ptr returns reference to ProxyTransformType value
func (*ProxyTransformType) UnmarshalJSON ¶
func (v *ProxyTransformType) UnmarshalJSON(src []byte) error
type ReactRequest ¶
type ReactRequest struct { Args interface{} `json:"args,omitempty"` CallbackUrl NullableString `json:"callback_url,omitempty"` }
ReactRequest struct for ReactRequest
func NewReactRequest ¶
func NewReactRequest() *ReactRequest
NewReactRequest instantiates a new ReactRequest 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 NewReactRequestWithDefaults ¶
func NewReactRequestWithDefaults() *ReactRequest
NewReactRequestWithDefaults instantiates a new ReactRequest 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 (*ReactRequest) GetArgs ¶
func (o *ReactRequest) GetArgs() interface{}
GetArgs returns the Args field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ReactRequest) GetArgsOk ¶
func (o *ReactRequest) GetArgsOk() (*interface{}, bool)
GetArgsOk returns a tuple with the Args field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ReactRequest) GetCallbackUrl ¶
func (o *ReactRequest) GetCallbackUrl() string
GetCallbackUrl returns the CallbackUrl field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ReactRequest) GetCallbackUrlOk ¶
func (o *ReactRequest) GetCallbackUrlOk() (*string, bool)
GetCallbackUrlOk returns a tuple with the CallbackUrl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ReactRequest) HasArgs ¶
func (o *ReactRequest) HasArgs() bool
HasArgs returns a boolean if a field is not nil.
func (*ReactRequest) HasCallbackUrl ¶
func (o *ReactRequest) HasCallbackUrl() bool
HasCallbackUrl returns a boolean if a field is not nil.
func (ReactRequest) MarshalJSON ¶
func (o ReactRequest) MarshalJSON() ([]byte, error)
func (*ReactRequest) SetArgs ¶
func (o *ReactRequest) SetArgs(v interface{})
SetArgs gets a reference to the given interface{} and assigns it to the Args field.
func (*ReactRequest) SetCallbackUrl ¶
func (o *ReactRequest) SetCallbackUrl(v string)
SetCallbackUrl gets a reference to the given NullableString and assigns it to the CallbackUrl field.
func (*ReactRequest) SetCallbackUrlNil ¶
func (o *ReactRequest) SetCallbackUrlNil()
SetCallbackUrlNil sets the value for CallbackUrl to be an explicit nil
func (ReactRequest) ToMap ¶
func (o ReactRequest) ToMap() (map[string]interface{}, error)
func (*ReactRequest) UnsetCallbackUrl ¶
func (o *ReactRequest) UnsetCallbackUrl()
UnsetCallbackUrl ensures that no value is present for CallbackUrl, not even an explicit nil
type ReactRequestAsync ¶ added in v6.1.0
type ReactRequestAsync struct {
Args interface{} `json:"args,omitempty"`
}
ReactRequestAsync struct for ReactRequestAsync
func NewReactRequestAsync ¶ added in v6.1.0
func NewReactRequestAsync() *ReactRequestAsync
NewReactRequestAsync instantiates a new ReactRequestAsync 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 NewReactRequestAsyncWithDefaults ¶ added in v6.1.0
func NewReactRequestAsyncWithDefaults() *ReactRequestAsync
NewReactRequestAsyncWithDefaults instantiates a new ReactRequestAsync 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 (*ReactRequestAsync) GetArgs ¶ added in v6.1.0
func (o *ReactRequestAsync) GetArgs() interface{}
GetArgs returns the Args field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ReactRequestAsync) GetArgsOk ¶ added in v6.1.0
func (o *ReactRequestAsync) GetArgsOk() (*interface{}, bool)
GetArgsOk returns a tuple with the Args field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ReactRequestAsync) HasArgs ¶ added in v6.1.0
func (o *ReactRequestAsync) HasArgs() bool
HasArgs returns a boolean if a field is not nil.
func (ReactRequestAsync) MarshalJSON ¶ added in v6.1.0
func (o ReactRequestAsync) MarshalJSON() ([]byte, error)
func (*ReactRequestAsync) SetArgs ¶ added in v6.1.0
func (o *ReactRequestAsync) SetArgs(v interface{})
SetArgs gets a reference to the given interface{} and assigns it to the Args field.
func (ReactRequestAsync) ToMap ¶ added in v6.1.0
func (o ReactRequestAsync) ToMap() (map[string]interface{}, error)
type ReactResponse ¶
type ReactResponse struct { Tokens interface{} `json:"tokens,omitempty"` Raw interface{} `json:"raw,omitempty"` Body interface{} `json:"body,omitempty"` Headers interface{} `json:"headers,omitempty"` }
ReactResponse struct for ReactResponse
func NewReactResponse ¶
func NewReactResponse() *ReactResponse
NewReactResponse instantiates a new ReactResponse 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 NewReactResponseWithDefaults ¶
func NewReactResponseWithDefaults() *ReactResponse
NewReactResponseWithDefaults instantiates a new ReactResponse 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 (*ReactResponse) GetBody ¶
func (o *ReactResponse) GetBody() interface{}
GetBody returns the Body field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ReactResponse) GetBodyOk ¶
func (o *ReactResponse) GetBodyOk() (*interface{}, bool)
GetBodyOk returns a tuple with the Body field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ReactResponse) GetHeaders ¶
func (o *ReactResponse) GetHeaders() interface{}
GetHeaders returns the Headers field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ReactResponse) GetHeadersOk ¶
func (o *ReactResponse) GetHeadersOk() (*interface{}, bool)
GetHeadersOk returns a tuple with the Headers field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ReactResponse) GetRaw ¶
func (o *ReactResponse) GetRaw() interface{}
GetRaw returns the Raw field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ReactResponse) GetRawOk ¶
func (o *ReactResponse) GetRawOk() (*interface{}, bool)
GetRawOk returns a tuple with the Raw field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ReactResponse) GetTokens ¶
func (o *ReactResponse) GetTokens() interface{}
GetTokens returns the Tokens field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ReactResponse) GetTokensOk ¶
func (o *ReactResponse) GetTokensOk() (*interface{}, bool)
GetTokensOk returns a tuple with the Tokens field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ReactResponse) HasBody ¶
func (o *ReactResponse) HasBody() bool
HasBody returns a boolean if a field is not nil.
func (*ReactResponse) HasHeaders ¶
func (o *ReactResponse) HasHeaders() bool
HasHeaders returns a boolean if a field is not nil.
func (*ReactResponse) HasRaw ¶
func (o *ReactResponse) HasRaw() bool
HasRaw returns a boolean if a field is not nil.
func (*ReactResponse) HasTokens ¶
func (o *ReactResponse) HasTokens() bool
HasTokens returns a boolean if a field is not nil.
func (ReactResponse) MarshalJSON ¶
func (o ReactResponse) MarshalJSON() ([]byte, error)
func (*ReactResponse) SetBody ¶
func (o *ReactResponse) SetBody(v interface{})
SetBody gets a reference to the given interface{} and assigns it to the Body field.
func (*ReactResponse) SetHeaders ¶
func (o *ReactResponse) SetHeaders(v interface{})
SetHeaders gets a reference to the given interface{} and assigns it to the Headers field.
func (*ReactResponse) SetRaw ¶
func (o *ReactResponse) SetRaw(v interface{})
SetRaw gets a reference to the given interface{} and assigns it to the Raw field.
func (*ReactResponse) SetTokens ¶
func (o *ReactResponse) SetTokens(v interface{})
SetTokens gets a reference to the given interface{} and assigns it to the Tokens field.
func (ReactResponse) ToMap ¶
func (o ReactResponse) ToMap() (map[string]interface{}, error)
type Reactor ¶
type Reactor struct { Id *string `json:"id,omitempty"` TenantId *string `json:"tenant_id,omitempty"` Name NullableString `json:"name,omitempty"` // Deprecated Formula *ReactorFormula `json:"formula,omitempty"` Code NullableString `json:"code,omitempty"` Application *Application `json:"application,omitempty"` CreatedBy NullableString `json:"created_by,omitempty"` CreatedAt NullableTime `json:"created_at,omitempty"` ModifiedBy NullableString `json:"modified_by,omitempty"` ModifiedAt NullableTime `json:"modified_at,omitempty"` Configuration map[string]string `json:"configuration,omitempty"` }
Reactor struct for Reactor
func NewReactor ¶
func NewReactor() *Reactor
NewReactor instantiates a new Reactor 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 NewReactorWithDefaults ¶
func NewReactorWithDefaults() *Reactor
NewReactorWithDefaults instantiates a new Reactor 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 (*Reactor) GetApplication ¶
func (o *Reactor) GetApplication() Application
GetApplication returns the Application field value if set, zero value otherwise.
func (*Reactor) GetApplicationOk ¶
func (o *Reactor) GetApplicationOk() (*Application, bool)
GetApplicationOk returns a tuple with the Application field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Reactor) GetCode ¶
GetCode returns the Code field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Reactor) GetCodeOk ¶
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Reactor) GetConfiguration ¶
GetConfiguration returns the Configuration field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Reactor) GetConfigurationOk ¶
GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Reactor) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Reactor) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Reactor) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Reactor) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Reactor) GetFormula ¶
func (o *Reactor) GetFormula() ReactorFormula
GetFormula returns the Formula field value if set, zero value otherwise. Deprecated
func (*Reactor) GetFormulaOk ¶
func (o *Reactor) GetFormulaOk() (*ReactorFormula, bool)
GetFormulaOk returns a tuple with the Formula field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated
func (*Reactor) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Reactor) GetModifiedAt ¶
GetModifiedAt returns the ModifiedAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Reactor) GetModifiedAtOk ¶
GetModifiedAtOk returns a tuple with the ModifiedAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Reactor) GetModifiedBy ¶
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Reactor) GetModifiedByOk ¶
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Reactor) GetName ¶
GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Reactor) GetNameOk ¶
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Reactor) GetTenantId ¶
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*Reactor) GetTenantIdOk ¶
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Reactor) HasApplication ¶
HasApplication returns a boolean if a field is not nil.
func (*Reactor) HasConfiguration ¶
HasConfiguration returns a boolean if a field is not nil.
func (*Reactor) HasCreatedAt ¶
HasCreatedAt returns a boolean if a field is not nil.
func (*Reactor) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field is not nil.
func (*Reactor) HasFormula ¶
HasFormula returns a boolean if a field is not nil.
func (*Reactor) HasModifiedAt ¶
HasModifiedAt returns a boolean if a field is not nil.
func (*Reactor) HasModifiedBy ¶
HasModifiedBy returns a boolean if a field is not nil.
func (*Reactor) HasTenantId ¶
HasTenantId returns a boolean if a field is not nil.
func (Reactor) MarshalJSON ¶
func (*Reactor) SetApplication ¶
func (o *Reactor) SetApplication(v Application)
SetApplication gets a reference to the given Application and assigns it to the Application field.
func (*Reactor) SetCode ¶
SetCode gets a reference to the given NullableString and assigns it to the Code field.
func (*Reactor) SetCodeNil ¶
func (o *Reactor) SetCodeNil()
SetCodeNil sets the value for Code to be an explicit nil
func (*Reactor) SetConfiguration ¶
SetConfiguration gets a reference to the given map[string]string and assigns it to the Configuration field.
func (*Reactor) SetCreatedAt ¶
SetCreatedAt gets a reference to the given NullableTime and assigns it to the CreatedAt field.
func (*Reactor) SetCreatedAtNil ¶
func (o *Reactor) SetCreatedAtNil()
SetCreatedAtNil sets the value for CreatedAt to be an explicit nil
func (*Reactor) SetCreatedBy ¶
SetCreatedBy gets a reference to the given NullableString and assigns it to the CreatedBy field.
func (*Reactor) SetCreatedByNil ¶
func (o *Reactor) SetCreatedByNil()
SetCreatedByNil sets the value for CreatedBy to be an explicit nil
func (*Reactor) SetFormula ¶
func (o *Reactor) SetFormula(v ReactorFormula)
SetFormula gets a reference to the given ReactorFormula and assigns it to the Formula field. Deprecated
func (*Reactor) SetModifiedAt ¶
SetModifiedAt gets a reference to the given NullableTime and assigns it to the ModifiedAt field.
func (*Reactor) SetModifiedAtNil ¶
func (o *Reactor) SetModifiedAtNil()
SetModifiedAtNil sets the value for ModifiedAt to be an explicit nil
func (*Reactor) SetModifiedBy ¶
SetModifiedBy gets a reference to the given NullableString and assigns it to the ModifiedBy field.
func (*Reactor) SetModifiedByNil ¶
func (o *Reactor) SetModifiedByNil()
SetModifiedByNil sets the value for ModifiedBy to be an explicit nil
func (*Reactor) SetName ¶
SetName gets a reference to the given NullableString and assigns it to the Name field.
func (*Reactor) SetNameNil ¶
func (o *Reactor) SetNameNil()
SetNameNil sets the value for Name to be an explicit nil
func (*Reactor) SetTenantId ¶
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (*Reactor) UnsetCode ¶
func (o *Reactor) UnsetCode()
UnsetCode ensures that no value is present for Code, not even an explicit nil
func (*Reactor) UnsetCreatedAt ¶
func (o *Reactor) UnsetCreatedAt()
UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil
func (*Reactor) UnsetCreatedBy ¶
func (o *Reactor) UnsetCreatedBy()
UnsetCreatedBy ensures that no value is present for CreatedBy, not even an explicit nil
func (*Reactor) UnsetModifiedAt ¶
func (o *Reactor) UnsetModifiedAt()
UnsetModifiedAt ensures that no value is present for ModifiedAt, not even an explicit nil
func (*Reactor) UnsetModifiedBy ¶
func (o *Reactor) UnsetModifiedBy()
UnsetModifiedBy ensures that no value is present for ModifiedBy, not even an explicit nil
type ReactorFormula ¶
type ReactorFormula struct { Id *string `json:"id,omitempty"` Type NullableString `json:"type,omitempty"` Status NullableString `json:"status,omitempty"` Name NullableString `json:"name,omitempty"` Description NullableString `json:"description,omitempty"` Icon NullableString `json:"icon,omitempty"` Code NullableString `json:"code,omitempty"` CreatedBy NullableString `json:"created_by,omitempty"` CreatedAt NullableTime `json:"created_at,omitempty"` ModifiedBy NullableString `json:"modified_by,omitempty"` ModifiedAt NullableTime `json:"modified_at,omitempty"` Configuration []ReactorFormulaConfiguration `json:"configuration,omitempty"` RequestParameters []ReactorFormulaRequestParameter `json:"request_parameters,omitempty"` }
ReactorFormula struct for ReactorFormula
func NewReactorFormula ¶
func NewReactorFormula() *ReactorFormula
NewReactorFormula instantiates a new ReactorFormula 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 NewReactorFormulaWithDefaults ¶
func NewReactorFormulaWithDefaults() *ReactorFormula
NewReactorFormulaWithDefaults instantiates a new ReactorFormula 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 (*ReactorFormula) GetCode ¶
func (o *ReactorFormula) GetCode() string
GetCode returns the Code field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ReactorFormula) GetCodeOk ¶
func (o *ReactorFormula) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ReactorFormula) GetConfiguration ¶
func (o *ReactorFormula) GetConfiguration() []ReactorFormulaConfiguration
GetConfiguration returns the Configuration field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ReactorFormula) GetConfigurationOk ¶
func (o *ReactorFormula) GetConfigurationOk() ([]ReactorFormulaConfiguration, bool)
GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ReactorFormula) GetCreatedAt ¶
func (o *ReactorFormula) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ReactorFormula) GetCreatedAtOk ¶
func (o *ReactorFormula) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ReactorFormula) GetCreatedBy ¶
func (o *ReactorFormula) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ReactorFormula) GetCreatedByOk ¶
func (o *ReactorFormula) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ReactorFormula) GetDescription ¶
func (o *ReactorFormula) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ReactorFormula) GetDescriptionOk ¶
func (o *ReactorFormula) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ReactorFormula) GetIcon ¶
func (o *ReactorFormula) GetIcon() string
GetIcon returns the Icon field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ReactorFormula) GetIconOk ¶
func (o *ReactorFormula) GetIconOk() (*string, bool)
GetIconOk returns a tuple with the Icon field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ReactorFormula) GetId ¶
func (o *ReactorFormula) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ReactorFormula) GetIdOk ¶
func (o *ReactorFormula) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReactorFormula) GetModifiedAt ¶
func (o *ReactorFormula) GetModifiedAt() time.Time
GetModifiedAt returns the ModifiedAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ReactorFormula) GetModifiedAtOk ¶
func (o *ReactorFormula) GetModifiedAtOk() (*time.Time, bool)
GetModifiedAtOk returns a tuple with the ModifiedAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ReactorFormula) GetModifiedBy ¶
func (o *ReactorFormula) GetModifiedBy() string
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ReactorFormula) GetModifiedByOk ¶
func (o *ReactorFormula) GetModifiedByOk() (*string, bool)
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ReactorFormula) GetName ¶
func (o *ReactorFormula) GetName() string
GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ReactorFormula) GetNameOk ¶
func (o *ReactorFormula) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ReactorFormula) GetRequestParameters ¶
func (o *ReactorFormula) GetRequestParameters() []ReactorFormulaRequestParameter
GetRequestParameters returns the RequestParameters field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ReactorFormula) GetRequestParametersOk ¶
func (o *ReactorFormula) GetRequestParametersOk() ([]ReactorFormulaRequestParameter, bool)
GetRequestParametersOk returns a tuple with the RequestParameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ReactorFormula) GetStatus ¶
func (o *ReactorFormula) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ReactorFormula) GetStatusOk ¶
func (o *ReactorFormula) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ReactorFormula) GetType ¶
func (o *ReactorFormula) GetType() string
GetType returns the Type field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ReactorFormula) GetTypeOk ¶
func (o *ReactorFormula) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ReactorFormula) HasCode ¶
func (o *ReactorFormula) HasCode() bool
HasCode returns a boolean if a field is not nil.
func (*ReactorFormula) HasConfiguration ¶
func (o *ReactorFormula) HasConfiguration() bool
HasConfiguration returns a boolean if a field is not nil.
func (*ReactorFormula) HasCreatedAt ¶
func (o *ReactorFormula) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field is not nil.
func (*ReactorFormula) HasCreatedBy ¶
func (o *ReactorFormula) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field is not nil.
func (*ReactorFormula) HasDescription ¶
func (o *ReactorFormula) HasDescription() bool
HasDescription returns a boolean if a field is not nil.
func (*ReactorFormula) HasIcon ¶
func (o *ReactorFormula) HasIcon() bool
HasIcon returns a boolean if a field is not nil.
func (*ReactorFormula) HasId ¶
func (o *ReactorFormula) HasId() bool
HasId returns a boolean if a field is not nil.
func (*ReactorFormula) HasModifiedAt ¶
func (o *ReactorFormula) HasModifiedAt() bool
HasModifiedAt returns a boolean if a field is not nil.
func (*ReactorFormula) HasModifiedBy ¶
func (o *ReactorFormula) HasModifiedBy() bool
HasModifiedBy returns a boolean if a field is not nil.
func (*ReactorFormula) HasName ¶
func (o *ReactorFormula) HasName() bool
HasName returns a boolean if a field is not nil.
func (*ReactorFormula) HasRequestParameters ¶
func (o *ReactorFormula) HasRequestParameters() bool
HasRequestParameters returns a boolean if a field is not nil.
func (*ReactorFormula) HasStatus ¶
func (o *ReactorFormula) HasStatus() bool
HasStatus returns a boolean if a field is not nil.
func (*ReactorFormula) HasType ¶
func (o *ReactorFormula) HasType() bool
HasType returns a boolean if a field is not nil.
func (ReactorFormula) MarshalJSON ¶
func (o ReactorFormula) MarshalJSON() ([]byte, error)
func (*ReactorFormula) SetCode ¶
func (o *ReactorFormula) SetCode(v string)
SetCode gets a reference to the given NullableString and assigns it to the Code field.
func (*ReactorFormula) SetCodeNil ¶
func (o *ReactorFormula) SetCodeNil()
SetCodeNil sets the value for Code to be an explicit nil
func (*ReactorFormula) SetConfiguration ¶
func (o *ReactorFormula) SetConfiguration(v []ReactorFormulaConfiguration)
SetConfiguration gets a reference to the given []ReactorFormulaConfiguration and assigns it to the Configuration field.
func (*ReactorFormula) SetCreatedAt ¶
func (o *ReactorFormula) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given NullableTime and assigns it to the CreatedAt field.
func (*ReactorFormula) SetCreatedAtNil ¶
func (o *ReactorFormula) SetCreatedAtNil()
SetCreatedAtNil sets the value for CreatedAt to be an explicit nil
func (*ReactorFormula) SetCreatedBy ¶
func (o *ReactorFormula) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given NullableString and assigns it to the CreatedBy field.
func (*ReactorFormula) SetCreatedByNil ¶
func (o *ReactorFormula) SetCreatedByNil()
SetCreatedByNil sets the value for CreatedBy to be an explicit nil
func (*ReactorFormula) SetDescription ¶
func (o *ReactorFormula) SetDescription(v string)
SetDescription gets a reference to the given NullableString and assigns it to the Description field.
func (*ReactorFormula) SetDescriptionNil ¶
func (o *ReactorFormula) SetDescriptionNil()
SetDescriptionNil sets the value for Description to be an explicit nil
func (*ReactorFormula) SetIcon ¶
func (o *ReactorFormula) SetIcon(v string)
SetIcon gets a reference to the given NullableString and assigns it to the Icon field.
func (*ReactorFormula) SetIconNil ¶
func (o *ReactorFormula) SetIconNil()
SetIconNil sets the value for Icon to be an explicit nil
func (*ReactorFormula) SetId ¶
func (o *ReactorFormula) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ReactorFormula) SetModifiedAt ¶
func (o *ReactorFormula) SetModifiedAt(v time.Time)
SetModifiedAt gets a reference to the given NullableTime and assigns it to the ModifiedAt field.
func (*ReactorFormula) SetModifiedAtNil ¶
func (o *ReactorFormula) SetModifiedAtNil()
SetModifiedAtNil sets the value for ModifiedAt to be an explicit nil
func (*ReactorFormula) SetModifiedBy ¶
func (o *ReactorFormula) SetModifiedBy(v string)
SetModifiedBy gets a reference to the given NullableString and assigns it to the ModifiedBy field.
func (*ReactorFormula) SetModifiedByNil ¶
func (o *ReactorFormula) SetModifiedByNil()
SetModifiedByNil sets the value for ModifiedBy to be an explicit nil
func (*ReactorFormula) SetName ¶
func (o *ReactorFormula) SetName(v string)
SetName gets a reference to the given NullableString and assigns it to the Name field.
func (*ReactorFormula) SetNameNil ¶
func (o *ReactorFormula) SetNameNil()
SetNameNil sets the value for Name to be an explicit nil
func (*ReactorFormula) SetRequestParameters ¶
func (o *ReactorFormula) SetRequestParameters(v []ReactorFormulaRequestParameter)
SetRequestParameters gets a reference to the given []ReactorFormulaRequestParameter and assigns it to the RequestParameters field.
func (*ReactorFormula) SetStatus ¶
func (o *ReactorFormula) SetStatus(v string)
SetStatus gets a reference to the given NullableString and assigns it to the Status field.
func (*ReactorFormula) SetStatusNil ¶
func (o *ReactorFormula) SetStatusNil()
SetStatusNil sets the value for Status to be an explicit nil
func (*ReactorFormula) SetType ¶
func (o *ReactorFormula) SetType(v string)
SetType gets a reference to the given NullableString and assigns it to the Type field.
func (*ReactorFormula) SetTypeNil ¶
func (o *ReactorFormula) SetTypeNil()
SetTypeNil sets the value for Type to be an explicit nil
func (ReactorFormula) ToMap ¶
func (o ReactorFormula) ToMap() (map[string]interface{}, error)
func (*ReactorFormula) UnsetCode ¶
func (o *ReactorFormula) UnsetCode()
UnsetCode ensures that no value is present for Code, not even an explicit nil
func (*ReactorFormula) UnsetCreatedAt ¶
func (o *ReactorFormula) UnsetCreatedAt()
UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil
func (*ReactorFormula) UnsetCreatedBy ¶
func (o *ReactorFormula) UnsetCreatedBy()
UnsetCreatedBy ensures that no value is present for CreatedBy, not even an explicit nil
func (*ReactorFormula) UnsetDescription ¶
func (o *ReactorFormula) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (*ReactorFormula) UnsetIcon ¶
func (o *ReactorFormula) UnsetIcon()
UnsetIcon ensures that no value is present for Icon, not even an explicit nil
func (*ReactorFormula) UnsetModifiedAt ¶
func (o *ReactorFormula) UnsetModifiedAt()
UnsetModifiedAt ensures that no value is present for ModifiedAt, not even an explicit nil
func (*ReactorFormula) UnsetModifiedBy ¶
func (o *ReactorFormula) UnsetModifiedBy()
UnsetModifiedBy ensures that no value is present for ModifiedBy, not even an explicit nil
func (*ReactorFormula) UnsetName ¶
func (o *ReactorFormula) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (*ReactorFormula) UnsetStatus ¶
func (o *ReactorFormula) UnsetStatus()
UnsetStatus ensures that no value is present for Status, not even an explicit nil
func (*ReactorFormula) UnsetType ¶
func (o *ReactorFormula) UnsetType()
UnsetType ensures that no value is present for Type, not even an explicit nil
type ReactorFormulaConfiguration ¶
type ReactorFormulaConfiguration struct { Name string `json:"name"` Description NullableString `json:"description,omitempty"` Type string `json:"type"` }
ReactorFormulaConfiguration struct for ReactorFormulaConfiguration
func NewReactorFormulaConfiguration ¶
func NewReactorFormulaConfiguration(name string, type_ string) *ReactorFormulaConfiguration
NewReactorFormulaConfiguration instantiates a new ReactorFormulaConfiguration 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 NewReactorFormulaConfigurationWithDefaults ¶
func NewReactorFormulaConfigurationWithDefaults() *ReactorFormulaConfiguration
NewReactorFormulaConfigurationWithDefaults instantiates a new ReactorFormulaConfiguration 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 (*ReactorFormulaConfiguration) GetDescription ¶
func (o *ReactorFormulaConfiguration) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ReactorFormulaConfiguration) GetDescriptionOk ¶
func (o *ReactorFormulaConfiguration) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ReactorFormulaConfiguration) GetName ¶
func (o *ReactorFormulaConfiguration) GetName() string
GetName returns the Name field value
func (*ReactorFormulaConfiguration) GetNameOk ¶
func (o *ReactorFormulaConfiguration) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ReactorFormulaConfiguration) GetType ¶
func (o *ReactorFormulaConfiguration) GetType() string
GetType returns the Type field value
func (*ReactorFormulaConfiguration) GetTypeOk ¶
func (o *ReactorFormulaConfiguration) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*ReactorFormulaConfiguration) HasDescription ¶
func (o *ReactorFormulaConfiguration) HasDescription() bool
HasDescription returns a boolean if a field is not nil.
func (ReactorFormulaConfiguration) MarshalJSON ¶
func (o ReactorFormulaConfiguration) MarshalJSON() ([]byte, error)
func (*ReactorFormulaConfiguration) SetDescription ¶
func (o *ReactorFormulaConfiguration) SetDescription(v string)
SetDescription gets a reference to the given NullableString and assigns it to the Description field.
func (*ReactorFormulaConfiguration) SetDescriptionNil ¶
func (o *ReactorFormulaConfiguration) SetDescriptionNil()
SetDescriptionNil sets the value for Description to be an explicit nil
func (*ReactorFormulaConfiguration) SetName ¶
func (o *ReactorFormulaConfiguration) SetName(v string)
SetName sets field value
func (*ReactorFormulaConfiguration) SetType ¶
func (o *ReactorFormulaConfiguration) SetType(v string)
SetType sets field value
func (ReactorFormulaConfiguration) ToMap ¶
func (o ReactorFormulaConfiguration) ToMap() (map[string]interface{}, error)
func (*ReactorFormulaConfiguration) UnsetDescription ¶
func (o *ReactorFormulaConfiguration) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
type ReactorFormulaPaginatedList ¶
type ReactorFormulaPaginatedList struct { Pagination *Pagination `json:"pagination,omitempty"` Data []ReactorFormula `json:"data,omitempty"` }
ReactorFormulaPaginatedList struct for ReactorFormulaPaginatedList
func NewReactorFormulaPaginatedList ¶
func NewReactorFormulaPaginatedList() *ReactorFormulaPaginatedList
NewReactorFormulaPaginatedList instantiates a new ReactorFormulaPaginatedList 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 NewReactorFormulaPaginatedListWithDefaults ¶
func NewReactorFormulaPaginatedListWithDefaults() *ReactorFormulaPaginatedList
NewReactorFormulaPaginatedListWithDefaults instantiates a new ReactorFormulaPaginatedList 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 (*ReactorFormulaPaginatedList) GetData ¶
func (o *ReactorFormulaPaginatedList) GetData() []ReactorFormula
GetData returns the Data field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ReactorFormulaPaginatedList) GetDataOk ¶
func (o *ReactorFormulaPaginatedList) GetDataOk() ([]ReactorFormula, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ReactorFormulaPaginatedList) GetPagination ¶
func (o *ReactorFormulaPaginatedList) GetPagination() Pagination
GetPagination returns the Pagination field value if set, zero value otherwise.
func (*ReactorFormulaPaginatedList) GetPaginationOk ¶
func (o *ReactorFormulaPaginatedList) GetPaginationOk() (*Pagination, bool)
GetPaginationOk returns a tuple with the Pagination field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReactorFormulaPaginatedList) HasData ¶
func (o *ReactorFormulaPaginatedList) HasData() bool
HasData returns a boolean if a field is not nil.
func (*ReactorFormulaPaginatedList) HasPagination ¶
func (o *ReactorFormulaPaginatedList) HasPagination() bool
HasPagination returns a boolean if a field is not nil.
func (ReactorFormulaPaginatedList) MarshalJSON ¶
func (o ReactorFormulaPaginatedList) MarshalJSON() ([]byte, error)
func (*ReactorFormulaPaginatedList) SetData ¶
func (o *ReactorFormulaPaginatedList) SetData(v []ReactorFormula)
SetData gets a reference to the given []ReactorFormula and assigns it to the Data field.
func (*ReactorFormulaPaginatedList) SetPagination ¶
func (o *ReactorFormulaPaginatedList) SetPagination(v Pagination)
SetPagination gets a reference to the given Pagination and assigns it to the Pagination field.
func (ReactorFormulaPaginatedList) ToMap ¶
func (o ReactorFormulaPaginatedList) ToMap() (map[string]interface{}, error)
type ReactorFormulaRequestParameter ¶
type ReactorFormulaRequestParameter struct { Name string `json:"name"` Description NullableString `json:"description,omitempty"` Type string `json:"type"` Optional *bool `json:"optional,omitempty"` }
ReactorFormulaRequestParameter struct for ReactorFormulaRequestParameter
func NewReactorFormulaRequestParameter ¶
func NewReactorFormulaRequestParameter(name string, type_ string) *ReactorFormulaRequestParameter
NewReactorFormulaRequestParameter instantiates a new ReactorFormulaRequestParameter 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 NewReactorFormulaRequestParameterWithDefaults ¶
func NewReactorFormulaRequestParameterWithDefaults() *ReactorFormulaRequestParameter
NewReactorFormulaRequestParameterWithDefaults instantiates a new ReactorFormulaRequestParameter 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 (*ReactorFormulaRequestParameter) GetDescription ¶
func (o *ReactorFormulaRequestParameter) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ReactorFormulaRequestParameter) GetDescriptionOk ¶
func (o *ReactorFormulaRequestParameter) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ReactorFormulaRequestParameter) GetName ¶
func (o *ReactorFormulaRequestParameter) GetName() string
GetName returns the Name field value
func (*ReactorFormulaRequestParameter) GetNameOk ¶
func (o *ReactorFormulaRequestParameter) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ReactorFormulaRequestParameter) GetOptional ¶
func (o *ReactorFormulaRequestParameter) GetOptional() bool
GetOptional returns the Optional field value if set, zero value otherwise.
func (*ReactorFormulaRequestParameter) GetOptionalOk ¶
func (o *ReactorFormulaRequestParameter) GetOptionalOk() (*bool, bool)
GetOptionalOk returns a tuple with the Optional field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReactorFormulaRequestParameter) GetType ¶
func (o *ReactorFormulaRequestParameter) GetType() string
GetType returns the Type field value
func (*ReactorFormulaRequestParameter) GetTypeOk ¶
func (o *ReactorFormulaRequestParameter) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*ReactorFormulaRequestParameter) HasDescription ¶
func (o *ReactorFormulaRequestParameter) HasDescription() bool
HasDescription returns a boolean if a field is not nil.
func (*ReactorFormulaRequestParameter) HasOptional ¶
func (o *ReactorFormulaRequestParameter) HasOptional() bool
HasOptional returns a boolean if a field is not nil.
func (ReactorFormulaRequestParameter) MarshalJSON ¶
func (o ReactorFormulaRequestParameter) MarshalJSON() ([]byte, error)
func (*ReactorFormulaRequestParameter) SetDescription ¶
func (o *ReactorFormulaRequestParameter) SetDescription(v string)
SetDescription gets a reference to the given NullableString and assigns it to the Description field.
func (*ReactorFormulaRequestParameter) SetDescriptionNil ¶
func (o *ReactorFormulaRequestParameter) SetDescriptionNil()
SetDescriptionNil sets the value for Description to be an explicit nil
func (*ReactorFormulaRequestParameter) SetName ¶
func (o *ReactorFormulaRequestParameter) SetName(v string)
SetName sets field value
func (*ReactorFormulaRequestParameter) SetOptional ¶
func (o *ReactorFormulaRequestParameter) SetOptional(v bool)
SetOptional gets a reference to the given bool and assigns it to the Optional field.
func (*ReactorFormulaRequestParameter) SetType ¶
func (o *ReactorFormulaRequestParameter) SetType(v string)
SetType sets field value
func (ReactorFormulaRequestParameter) ToMap ¶
func (o ReactorFormulaRequestParameter) ToMap() (map[string]interface{}, error)
func (*ReactorFormulaRequestParameter) UnsetDescription ¶
func (o *ReactorFormulaRequestParameter) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
type ReactorFormulasApiCreateRequest ¶
type ReactorFormulasApiCreateRequest struct { ApiService *ReactorFormulasApiService // contains filtered or unexported fields }
func (ReactorFormulasApiCreateRequest) CreateReactorFormulaRequest ¶
func (r ReactorFormulasApiCreateRequest) CreateReactorFormulaRequest(createReactorFormulaRequest CreateReactorFormulaRequest) ReactorFormulasApiCreateRequest
func (ReactorFormulasApiCreateRequest) Execute ¶
func (r ReactorFormulasApiCreateRequest) Execute() (*ReactorFormula, *http.Response, error)
type ReactorFormulasApiDeleteRequest ¶
type ReactorFormulasApiDeleteRequest struct { ApiService *ReactorFormulasApiService // contains filtered or unexported fields }
type ReactorFormulasApiGetByIdRequest ¶
type ReactorFormulasApiGetByIdRequest struct { ApiService *ReactorFormulasApiService // contains filtered or unexported fields }
func (ReactorFormulasApiGetByIdRequest) Execute ¶
func (r ReactorFormulasApiGetByIdRequest) Execute() (*ReactorFormula, *http.Response, error)
type ReactorFormulasApiGetRequest ¶
type ReactorFormulasApiGetRequest struct { ApiService *ReactorFormulasApiService // contains filtered or unexported fields }
func (ReactorFormulasApiGetRequest) Execute ¶
func (r ReactorFormulasApiGetRequest) Execute() (*ReactorFormulaPaginatedList, *http.Response, error)
func (ReactorFormulasApiGetRequest) Name ¶
func (r ReactorFormulasApiGetRequest) Name(name string) ReactorFormulasApiGetRequest
func (ReactorFormulasApiGetRequest) Page ¶
func (r ReactorFormulasApiGetRequest) Page(page int32) ReactorFormulasApiGetRequest
func (ReactorFormulasApiGetRequest) Size ¶
func (r ReactorFormulasApiGetRequest) Size(size int32) ReactorFormulasApiGetRequest
func (ReactorFormulasApiGetRequest) Start ¶
func (r ReactorFormulasApiGetRequest) Start(start string) ReactorFormulasApiGetRequest
type ReactorFormulasApiService ¶
type ReactorFormulasApiService service
ReactorFormulasApiService ReactorFormulasApi service
func (*ReactorFormulasApiService) Create ¶
func (a *ReactorFormulasApiService) Create(ctx context.Context) ReactorFormulasApiCreateRequest
Create Method for Create
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ReactorFormulasApiCreateRequest
func (*ReactorFormulasApiService) CreateExecute ¶
func (a *ReactorFormulasApiService) CreateExecute(r ReactorFormulasApiCreateRequest) (*ReactorFormula, *http.Response, error)
Execute executes the request
@return ReactorFormula
func (*ReactorFormulasApiService) Delete ¶
func (a *ReactorFormulasApiService) Delete(ctx context.Context, id string) ReactorFormulasApiDeleteRequest
Delete Method for Delete
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ReactorFormulasApiDeleteRequest
func (*ReactorFormulasApiService) DeleteExecute ¶
func (a *ReactorFormulasApiService) DeleteExecute(r ReactorFormulasApiDeleteRequest) (*http.Response, error)
Execute executes the request
func (*ReactorFormulasApiService) Get ¶
func (a *ReactorFormulasApiService) Get(ctx context.Context) ReactorFormulasApiGetRequest
Get Method for Get
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ReactorFormulasApiGetRequest
func (*ReactorFormulasApiService) GetById ¶
func (a *ReactorFormulasApiService) GetById(ctx context.Context, id string) ReactorFormulasApiGetByIdRequest
GetById Method for GetById
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ReactorFormulasApiGetByIdRequest
func (*ReactorFormulasApiService) GetByIdExecute ¶
func (a *ReactorFormulasApiService) GetByIdExecute(r ReactorFormulasApiGetByIdRequest) (*ReactorFormula, *http.Response, error)
Execute executes the request
@return ReactorFormula
func (*ReactorFormulasApiService) GetExecute ¶
func (a *ReactorFormulasApiService) GetExecute(r ReactorFormulasApiGetRequest) (*ReactorFormulaPaginatedList, *http.Response, error)
Execute executes the request
@return ReactorFormulaPaginatedList
func (*ReactorFormulasApiService) Update ¶
func (a *ReactorFormulasApiService) Update(ctx context.Context, id string) ReactorFormulasApiUpdateRequest
Update Method for Update
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ReactorFormulasApiUpdateRequest
func (*ReactorFormulasApiService) UpdateExecute ¶
func (a *ReactorFormulasApiService) UpdateExecute(r ReactorFormulasApiUpdateRequest) (*ReactorFormula, *http.Response, error)
Execute executes the request
@return ReactorFormula
type ReactorFormulasApiUpdateRequest ¶
type ReactorFormulasApiUpdateRequest struct { ApiService *ReactorFormulasApiService // contains filtered or unexported fields }
func (ReactorFormulasApiUpdateRequest) Execute ¶
func (r ReactorFormulasApiUpdateRequest) Execute() (*ReactorFormula, *http.Response, error)
func (ReactorFormulasApiUpdateRequest) UpdateReactorFormulaRequest ¶
func (r ReactorFormulasApiUpdateRequest) UpdateReactorFormulaRequest(updateReactorFormulaRequest UpdateReactorFormulaRequest) ReactorFormulasApiUpdateRequest
type ReactorPaginatedList ¶
type ReactorPaginatedList struct { Pagination *Pagination `json:"pagination,omitempty"` Data []Reactor `json:"data,omitempty"` }
ReactorPaginatedList struct for ReactorPaginatedList
func NewReactorPaginatedList ¶
func NewReactorPaginatedList() *ReactorPaginatedList
NewReactorPaginatedList instantiates a new ReactorPaginatedList 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 NewReactorPaginatedListWithDefaults ¶
func NewReactorPaginatedListWithDefaults() *ReactorPaginatedList
NewReactorPaginatedListWithDefaults instantiates a new ReactorPaginatedList 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 (*ReactorPaginatedList) GetData ¶
func (o *ReactorPaginatedList) GetData() []Reactor
GetData returns the Data field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ReactorPaginatedList) GetDataOk ¶
func (o *ReactorPaginatedList) GetDataOk() ([]Reactor, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ReactorPaginatedList) GetPagination ¶
func (o *ReactorPaginatedList) GetPagination() Pagination
GetPagination returns the Pagination field value if set, zero value otherwise.
func (*ReactorPaginatedList) GetPaginationOk ¶
func (o *ReactorPaginatedList) GetPaginationOk() (*Pagination, bool)
GetPaginationOk returns a tuple with the Pagination field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReactorPaginatedList) HasData ¶
func (o *ReactorPaginatedList) HasData() bool
HasData returns a boolean if a field is not nil.
func (*ReactorPaginatedList) HasPagination ¶
func (o *ReactorPaginatedList) HasPagination() bool
HasPagination returns a boolean if a field is not nil.
func (ReactorPaginatedList) MarshalJSON ¶
func (o ReactorPaginatedList) MarshalJSON() ([]byte, error)
func (*ReactorPaginatedList) SetData ¶
func (o *ReactorPaginatedList) SetData(v []Reactor)
SetData gets a reference to the given []Reactor and assigns it to the Data field.
func (*ReactorPaginatedList) SetPagination ¶
func (o *ReactorPaginatedList) SetPagination(v Pagination)
SetPagination gets a reference to the given Pagination and assigns it to the Pagination field.
func (ReactorPaginatedList) ToMap ¶
func (o ReactorPaginatedList) ToMap() (map[string]interface{}, error)
type ReactorsApiCreateRequest ¶
type ReactorsApiCreateRequest struct { ApiService *ReactorsApiService // contains filtered or unexported fields }
func (ReactorsApiCreateRequest) CreateReactorRequest ¶
func (r ReactorsApiCreateRequest) CreateReactorRequest(createReactorRequest CreateReactorRequest) ReactorsApiCreateRequest
type ReactorsApiDeleteRequest ¶
type ReactorsApiDeleteRequest struct { ApiService *ReactorsApiService // contains filtered or unexported fields }
type ReactorsApiGetByIdRequest ¶
type ReactorsApiGetByIdRequest struct { ApiService *ReactorsApiService // contains filtered or unexported fields }
type ReactorsApiGetRequest ¶
type ReactorsApiGetRequest struct { ApiService *ReactorsApiService // contains filtered or unexported fields }
func (ReactorsApiGetRequest) Execute ¶
func (r ReactorsApiGetRequest) Execute() (*ReactorPaginatedList, *http.Response, error)
func (ReactorsApiGetRequest) Id ¶
func (r ReactorsApiGetRequest) Id(id []string) ReactorsApiGetRequest
func (ReactorsApiGetRequest) Name ¶
func (r ReactorsApiGetRequest) Name(name string) ReactorsApiGetRequest
func (ReactorsApiGetRequest) Page ¶
func (r ReactorsApiGetRequest) Page(page int32) ReactorsApiGetRequest
func (ReactorsApiGetRequest) Size ¶
func (r ReactorsApiGetRequest) Size(size int32) ReactorsApiGetRequest
func (ReactorsApiGetRequest) Start ¶
func (r ReactorsApiGetRequest) Start(start string) ReactorsApiGetRequest
type ReactorsApiPatchRequest ¶
type ReactorsApiPatchRequest struct { ApiService *ReactorsApiService // contains filtered or unexported fields }
func (ReactorsApiPatchRequest) Execute ¶
func (r ReactorsApiPatchRequest) Execute() (*http.Response, error)
func (ReactorsApiPatchRequest) PatchReactorRequest ¶
func (r ReactorsApiPatchRequest) PatchReactorRequest(patchReactorRequest PatchReactorRequest) ReactorsApiPatchRequest
type ReactorsApiReactAsyncRequest ¶ added in v6.1.0
type ReactorsApiReactAsyncRequest struct { ApiService *ReactorsApiService // contains filtered or unexported fields }
func (ReactorsApiReactAsyncRequest) Execute ¶ added in v6.1.0
func (r ReactorsApiReactAsyncRequest) Execute() (*ReactResponse, *http.Response, error)
func (ReactorsApiReactAsyncRequest) ReactRequestAsync ¶ added in v6.1.0
func (r ReactorsApiReactAsyncRequest) ReactRequestAsync(reactRequestAsync ReactRequestAsync) ReactorsApiReactAsyncRequest
type ReactorsApiReactRequest ¶
type ReactorsApiReactRequest struct { ApiService *ReactorsApiService // contains filtered or unexported fields }
func (ReactorsApiReactRequest) Execute ¶
func (r ReactorsApiReactRequest) Execute() (*ReactResponse, *http.Response, error)
func (ReactorsApiReactRequest) ReactRequest ¶
func (r ReactorsApiReactRequest) ReactRequest(reactRequest ReactRequest) ReactorsApiReactRequest
type ReactorsApiResultGetByIdRequest ¶ added in v6.1.0
type ReactorsApiResultGetByIdRequest struct { ApiService *ReactorsApiService // contains filtered or unexported fields }
type ReactorsApiService ¶
type ReactorsApiService service
ReactorsApiService ReactorsApi service
func (*ReactorsApiService) Create ¶
func (a *ReactorsApiService) Create(ctx context.Context) ReactorsApiCreateRequest
Create Method for Create
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ReactorsApiCreateRequest
func (*ReactorsApiService) CreateExecute ¶
func (a *ReactorsApiService) CreateExecute(r ReactorsApiCreateRequest) (*Reactor, *http.Response, error)
Execute executes the request
@return Reactor
func (*ReactorsApiService) Delete ¶
func (a *ReactorsApiService) Delete(ctx context.Context, id string) ReactorsApiDeleteRequest
Delete Method for Delete
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ReactorsApiDeleteRequest
func (*ReactorsApiService) DeleteExecute ¶
func (a *ReactorsApiService) DeleteExecute(r ReactorsApiDeleteRequest) (*http.Response, error)
Execute executes the request
func (*ReactorsApiService) Get ¶
func (a *ReactorsApiService) Get(ctx context.Context) ReactorsApiGetRequest
Get Method for Get
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ReactorsApiGetRequest
func (*ReactorsApiService) GetById ¶
func (a *ReactorsApiService) GetById(ctx context.Context, id string) ReactorsApiGetByIdRequest
GetById Method for GetById
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ReactorsApiGetByIdRequest
func (*ReactorsApiService) GetByIdExecute ¶
func (a *ReactorsApiService) GetByIdExecute(r ReactorsApiGetByIdRequest) (*Reactor, *http.Response, error)
Execute executes the request
@return Reactor
func (*ReactorsApiService) GetExecute ¶
func (a *ReactorsApiService) GetExecute(r ReactorsApiGetRequest) (*ReactorPaginatedList, *http.Response, error)
Execute executes the request
@return ReactorPaginatedList
func (*ReactorsApiService) Patch ¶
func (a *ReactorsApiService) Patch(ctx context.Context, id string) ReactorsApiPatchRequest
Patch Method for Patch
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ReactorsApiPatchRequest
func (*ReactorsApiService) PatchExecute ¶
func (a *ReactorsApiService) PatchExecute(r ReactorsApiPatchRequest) (*http.Response, error)
Execute executes the request
func (*ReactorsApiService) React ¶
func (a *ReactorsApiService) React(ctx context.Context, id string) ReactorsApiReactRequest
React Method for React
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ReactorsApiReactRequest
func (*ReactorsApiService) ReactAsync ¶ added in v6.1.0
func (a *ReactorsApiService) ReactAsync(ctx context.Context, id string) ReactorsApiReactAsyncRequest
ReactAsync Method for ReactAsync
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ReactorsApiReactAsyncRequest
func (*ReactorsApiService) ReactAsyncExecute ¶ added in v6.1.0
func (a *ReactorsApiService) ReactAsyncExecute(r ReactorsApiReactAsyncRequest) (*ReactResponse, *http.Response, error)
Execute executes the request
@return ReactResponse
func (*ReactorsApiService) ReactExecute ¶
func (a *ReactorsApiService) ReactExecute(r ReactorsApiReactRequest) (*ReactResponse, *http.Response, error)
Execute executes the request
@return ReactResponse
func (*ReactorsApiService) ResultGetById ¶ added in v6.1.0
func (a *ReactorsApiService) ResultGetById(ctx context.Context, id string, requestId string) ReactorsApiResultGetByIdRequest
ResultGetById Method for ResultGetById
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @param requestId @return ReactorsApiResultGetByIdRequest
func (*ReactorsApiService) ResultGetByIdExecute ¶ added in v6.1.0
func (a *ReactorsApiService) ResultGetByIdExecute(r ReactorsApiResultGetByIdRequest) (interface{}, *http.Response, error)
Execute executes the request
@return interface{}
func (*ReactorsApiService) Update ¶
func (a *ReactorsApiService) Update(ctx context.Context, id string) ReactorsApiUpdateRequest
Update Method for Update
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ReactorsApiUpdateRequest
func (*ReactorsApiService) UpdateExecute ¶
func (a *ReactorsApiService) UpdateExecute(r ReactorsApiUpdateRequest) (*Reactor, *http.Response, error)
Execute executes the request
@return Reactor
type ReactorsApiUpdateRequest ¶
type ReactorsApiUpdateRequest struct { ApiService *ReactorsApiService // contains filtered or unexported fields }
func (ReactorsApiUpdateRequest) Execute ¶
func (r ReactorsApiUpdateRequest) Execute() (*Reactor, *http.Response, error)
func (ReactorsApiUpdateRequest) UpdateReactorRequest ¶
func (r ReactorsApiUpdateRequest) UpdateReactorRequest(updateReactorRequest UpdateReactorRequest) ReactorsApiUpdateRequest
type Role ¶
type Role struct {
Name NullableString `json:"name,omitempty"`
}
Role struct for Role
func NewRole ¶
func NewRole() *Role
NewRole instantiates a new Role 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 NewRoleWithDefaults ¶
func NewRoleWithDefaults() *Role
NewRoleWithDefaults instantiates a new Role 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 (*Role) GetName ¶
GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Role) GetNameOk ¶
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (Role) MarshalJSON ¶
func (*Role) SetName ¶
SetName gets a reference to the given NullableString and assigns it to the Name field.
func (*Role) SetNameNil ¶
func (o *Role) SetNameNil()
SetNameNil sets the value for Name to be an explicit nil
type RolesApiGetRequest ¶
type RolesApiGetRequest struct { ApiService *RolesApiService // contains filtered or unexported fields }
type RolesApiService ¶
type RolesApiService service
RolesApiService RolesApi service
func (*RolesApiService) Get ¶
func (a *RolesApiService) Get(ctx context.Context) RolesApiGetRequest
Get Method for Get
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return RolesApiGetRequest
func (*RolesApiService) GetExecute ¶
func (a *RolesApiService) GetExecute(r RolesApiGetRequest) ([]Role, *http.Response, error)
Execute executes the request
@return []Role
type SearchTokensRequest ¶
type SearchTokensRequest struct { Query NullableString `json:"query,omitempty"` Page NullableInt32 `json:"page,omitempty"` Start NullableString `json:"start,omitempty"` Size NullableInt32 `json:"size,omitempty"` }
SearchTokensRequest struct for SearchTokensRequest
func NewSearchTokensRequest ¶
func NewSearchTokensRequest() *SearchTokensRequest
NewSearchTokensRequest instantiates a new SearchTokensRequest 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 NewSearchTokensRequestWithDefaults ¶
func NewSearchTokensRequestWithDefaults() *SearchTokensRequest
NewSearchTokensRequestWithDefaults instantiates a new SearchTokensRequest 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 (*SearchTokensRequest) GetPage ¶
func (o *SearchTokensRequest) GetPage() int32
GetPage returns the Page field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SearchTokensRequest) GetPageOk ¶
func (o *SearchTokensRequest) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SearchTokensRequest) GetQuery ¶
func (o *SearchTokensRequest) GetQuery() string
GetQuery returns the Query field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SearchTokensRequest) GetQueryOk ¶
func (o *SearchTokensRequest) GetQueryOk() (*string, bool)
GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SearchTokensRequest) GetSize ¶
func (o *SearchTokensRequest) GetSize() int32
GetSize returns the Size field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SearchTokensRequest) GetSizeOk ¶
func (o *SearchTokensRequest) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SearchTokensRequest) GetStart ¶
func (o *SearchTokensRequest) GetStart() string
GetStart returns the Start field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SearchTokensRequest) GetStartOk ¶
func (o *SearchTokensRequest) GetStartOk() (*string, bool)
GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SearchTokensRequest) HasPage ¶
func (o *SearchTokensRequest) HasPage() bool
HasPage returns a boolean if a field is not nil.
func (*SearchTokensRequest) HasQuery ¶
func (o *SearchTokensRequest) HasQuery() bool
HasQuery returns a boolean if a field is not nil.
func (*SearchTokensRequest) HasSize ¶
func (o *SearchTokensRequest) HasSize() bool
HasSize returns a boolean if a field is not nil.
func (*SearchTokensRequest) HasStart ¶
func (o *SearchTokensRequest) HasStart() bool
HasStart returns a boolean if a field is not nil.
func (SearchTokensRequest) MarshalJSON ¶
func (o SearchTokensRequest) MarshalJSON() ([]byte, error)
func (*SearchTokensRequest) SetPage ¶
func (o *SearchTokensRequest) SetPage(v int32)
SetPage gets a reference to the given NullableInt32 and assigns it to the Page field.
func (*SearchTokensRequest) SetPageNil ¶
func (o *SearchTokensRequest) SetPageNil()
SetPageNil sets the value for Page to be an explicit nil
func (*SearchTokensRequest) SetQuery ¶
func (o *SearchTokensRequest) SetQuery(v string)
SetQuery gets a reference to the given NullableString and assigns it to the Query field.
func (*SearchTokensRequest) SetQueryNil ¶
func (o *SearchTokensRequest) SetQueryNil()
SetQueryNil sets the value for Query to be an explicit nil
func (*SearchTokensRequest) SetSize ¶
func (o *SearchTokensRequest) SetSize(v int32)
SetSize gets a reference to the given NullableInt32 and assigns it to the Size field.
func (*SearchTokensRequest) SetSizeNil ¶
func (o *SearchTokensRequest) SetSizeNil()
SetSizeNil sets the value for Size to be an explicit nil
func (*SearchTokensRequest) SetStart ¶
func (o *SearchTokensRequest) SetStart(v string)
SetStart gets a reference to the given NullableString and assigns it to the Start field.
func (*SearchTokensRequest) SetStartNil ¶
func (o *SearchTokensRequest) SetStartNil()
SetStartNil sets the value for Start to be an explicit nil
func (SearchTokensRequest) ToMap ¶
func (o SearchTokensRequest) ToMap() (map[string]interface{}, error)
func (*SearchTokensRequest) UnsetPage ¶
func (o *SearchTokensRequest) UnsetPage()
UnsetPage ensures that no value is present for Page, not even an explicit nil
func (*SearchTokensRequest) UnsetQuery ¶
func (o *SearchTokensRequest) UnsetQuery()
UnsetQuery ensures that no value is present for Query, not even an explicit nil
func (*SearchTokensRequest) UnsetSize ¶
func (o *SearchTokensRequest) UnsetSize()
UnsetSize ensures that no value is present for Size, not even an explicit nil
func (*SearchTokensRequest) UnsetStart ¶
func (o *SearchTokensRequest) UnsetStart()
UnsetStart ensures that no value is present for Start, not even an explicit nil
type SearchTokensRequestV2 ¶
type SearchTokensRequestV2 struct { Query NullableString `json:"query,omitempty"` Start NullableString `json:"start,omitempty"` Size NullableInt32 `json:"size,omitempty"` }
SearchTokensRequestV2 struct for SearchTokensRequestV2
func NewSearchTokensRequestV2 ¶
func NewSearchTokensRequestV2() *SearchTokensRequestV2
NewSearchTokensRequestV2 instantiates a new SearchTokensRequestV2 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 NewSearchTokensRequestV2WithDefaults ¶
func NewSearchTokensRequestV2WithDefaults() *SearchTokensRequestV2
NewSearchTokensRequestV2WithDefaults instantiates a new SearchTokensRequestV2 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 (*SearchTokensRequestV2) GetQuery ¶
func (o *SearchTokensRequestV2) GetQuery() string
GetQuery returns the Query field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SearchTokensRequestV2) GetQueryOk ¶
func (o *SearchTokensRequestV2) GetQueryOk() (*string, bool)
GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SearchTokensRequestV2) GetSize ¶
func (o *SearchTokensRequestV2) GetSize() int32
GetSize returns the Size field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SearchTokensRequestV2) GetSizeOk ¶
func (o *SearchTokensRequestV2) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SearchTokensRequestV2) GetStart ¶
func (o *SearchTokensRequestV2) GetStart() string
GetStart returns the Start field value if set, zero value otherwise (both if not set or set to explicit null).
func (*SearchTokensRequestV2) GetStartOk ¶
func (o *SearchTokensRequestV2) GetStartOk() (*string, bool)
GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*SearchTokensRequestV2) HasQuery ¶
func (o *SearchTokensRequestV2) HasQuery() bool
HasQuery returns a boolean if a field is not nil.
func (*SearchTokensRequestV2) HasSize ¶
func (o *SearchTokensRequestV2) HasSize() bool
HasSize returns a boolean if a field is not nil.
func (*SearchTokensRequestV2) HasStart ¶
func (o *SearchTokensRequestV2) HasStart() bool
HasStart returns a boolean if a field is not nil.
func (SearchTokensRequestV2) MarshalJSON ¶
func (o SearchTokensRequestV2) MarshalJSON() ([]byte, error)
func (*SearchTokensRequestV2) SetQuery ¶
func (o *SearchTokensRequestV2) SetQuery(v string)
SetQuery gets a reference to the given NullableString and assigns it to the Query field.
func (*SearchTokensRequestV2) SetQueryNil ¶
func (o *SearchTokensRequestV2) SetQueryNil()
SetQueryNil sets the value for Query to be an explicit nil
func (*SearchTokensRequestV2) SetSize ¶
func (o *SearchTokensRequestV2) SetSize(v int32)
SetSize gets a reference to the given NullableInt32 and assigns it to the Size field.
func (*SearchTokensRequestV2) SetSizeNil ¶
func (o *SearchTokensRequestV2) SetSizeNil()
SetSizeNil sets the value for Size to be an explicit nil
func (*SearchTokensRequestV2) SetStart ¶
func (o *SearchTokensRequestV2) SetStart(v string)
SetStart gets a reference to the given NullableString and assigns it to the Start field.
func (*SearchTokensRequestV2) SetStartNil ¶
func (o *SearchTokensRequestV2) SetStartNil()
SetStartNil sets the value for Start to be an explicit nil
func (SearchTokensRequestV2) ToMap ¶
func (o SearchTokensRequestV2) ToMap() (map[string]interface{}, error)
func (*SearchTokensRequestV2) UnsetQuery ¶
func (o *SearchTokensRequestV2) UnsetQuery()
UnsetQuery ensures that no value is present for Query, not even an explicit nil
func (*SearchTokensRequestV2) UnsetSize ¶
func (o *SearchTokensRequestV2) UnsetSize()
UnsetSize ensures that no value is present for Size, not even an explicit nil
func (*SearchTokensRequestV2) UnsetStart ¶
func (o *SearchTokensRequestV2) UnsetStart()
UnsetStart ensures that no value is present for Start, not even an explicit nil
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type SessionsApiAuthorizeRequest ¶
type SessionsApiAuthorizeRequest struct { ApiService *SessionsApiService // contains filtered or unexported fields }
func (SessionsApiAuthorizeRequest) AuthorizeSessionRequest ¶
func (r SessionsApiAuthorizeRequest) AuthorizeSessionRequest(authorizeSessionRequest AuthorizeSessionRequest) SessionsApiAuthorizeRequest
type SessionsApiCreateRequest ¶
type SessionsApiCreateRequest struct { ApiService *SessionsApiService // contains filtered or unexported fields }
func (SessionsApiCreateRequest) Execute ¶
func (r SessionsApiCreateRequest) Execute() (*CreateSessionResponse, *http.Response, error)
type SessionsApiService ¶
type SessionsApiService service
SessionsApiService SessionsApi service
func (*SessionsApiService) Authorize ¶
func (a *SessionsApiService) Authorize(ctx context.Context) SessionsApiAuthorizeRequest
Authorize Method for Authorize
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return SessionsApiAuthorizeRequest
func (*SessionsApiService) AuthorizeExecute ¶
func (a *SessionsApiService) AuthorizeExecute(r SessionsApiAuthorizeRequest) (*http.Response, error)
Execute executes the request
func (*SessionsApiService) Create ¶
func (a *SessionsApiService) Create(ctx context.Context) SessionsApiCreateRequest
Create Method for Create
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return SessionsApiCreateRequest
func (*SessionsApiService) CreateExecute ¶
func (a *SessionsApiService) CreateExecute(r SessionsApiCreateRequest) (*CreateSessionResponse, *http.Response, error)
Execute executes the request
@return CreateSessionResponse
type StringStringKeyValuePair ¶
StringStringKeyValuePair struct for StringStringKeyValuePair
func NewStringStringKeyValuePair ¶
func NewStringStringKeyValuePair(key string, value string) *StringStringKeyValuePair
NewStringStringKeyValuePair instantiates a new StringStringKeyValuePair 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 NewStringStringKeyValuePairWithDefaults ¶
func NewStringStringKeyValuePairWithDefaults() *StringStringKeyValuePair
NewStringStringKeyValuePairWithDefaults instantiates a new StringStringKeyValuePair 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 (*StringStringKeyValuePair) GetKey ¶
func (o *StringStringKeyValuePair) GetKey() string
GetKey returns the Key field value
func (*StringStringKeyValuePair) GetKeyOk ¶
func (o *StringStringKeyValuePair) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*StringStringKeyValuePair) GetValue ¶
func (o *StringStringKeyValuePair) GetValue() string
GetValue returns the Value field value
func (*StringStringKeyValuePair) GetValueOk ¶
func (o *StringStringKeyValuePair) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (StringStringKeyValuePair) MarshalJSON ¶
func (o StringStringKeyValuePair) MarshalJSON() ([]byte, error)
func (*StringStringKeyValuePair) SetKey ¶
func (o *StringStringKeyValuePair) SetKey(v string)
SetKey sets field value
func (*StringStringKeyValuePair) SetValue ¶
func (o *StringStringKeyValuePair) SetValue(v string)
SetValue sets field value
func (StringStringKeyValuePair) ToMap ¶
func (o StringStringKeyValuePair) ToMap() (map[string]interface{}, error)
type Tenant ¶
type Tenant struct { Id *string `json:"id,omitempty"` OwnerId *string `json:"owner_id,omitempty"` Name NullableString `json:"name,omitempty"` Type NullableString `json:"type,omitempty"` CreatedBy NullableString `json:"created_by,omitempty"` CreatedAt NullableTime `json:"created_at,omitempty"` ModifiedBy NullableString `json:"modified_by,omitempty"` ModifiedAt NullableTime `json:"modified_at,omitempty"` Settings map[string]string `json:"settings,omitempty"` }
Tenant struct for Tenant
func NewTenant ¶
func NewTenant() *Tenant
NewTenant instantiates a new Tenant 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 NewTenantWithDefaults ¶
func NewTenantWithDefaults() *Tenant
NewTenantWithDefaults instantiates a new Tenant 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 (*Tenant) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Tenant) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Tenant) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Tenant) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Tenant) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Tenant) GetModifiedAt ¶
GetModifiedAt returns the ModifiedAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Tenant) GetModifiedAtOk ¶
GetModifiedAtOk returns a tuple with the ModifiedAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Tenant) GetModifiedBy ¶
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Tenant) GetModifiedByOk ¶
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Tenant) GetName ¶
GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Tenant) GetNameOk ¶
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Tenant) GetOwnerId ¶
GetOwnerId returns the OwnerId field value if set, zero value otherwise.
func (*Tenant) GetOwnerIdOk ¶
GetOwnerIdOk returns a tuple with the OwnerId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Tenant) GetSettings ¶
GetSettings returns the Settings field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Tenant) GetSettingsOk ¶
GetSettingsOk returns a tuple with the Settings field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Tenant) GetType ¶
GetType returns the Type field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Tenant) GetTypeOk ¶
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Tenant) HasCreatedAt ¶
HasCreatedAt returns a boolean if a field is not nil.
func (*Tenant) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field is not nil.
func (*Tenant) HasModifiedAt ¶
HasModifiedAt returns a boolean if a field is not nil.
func (*Tenant) HasModifiedBy ¶
HasModifiedBy returns a boolean if a field is not nil.
func (*Tenant) HasOwnerId ¶
HasOwnerId returns a boolean if a field is not nil.
func (*Tenant) HasSettings ¶
HasSettings returns a boolean if a field is not nil.
func (Tenant) MarshalJSON ¶
func (*Tenant) SetCreatedAt ¶
SetCreatedAt gets a reference to the given NullableTime and assigns it to the CreatedAt field.
func (*Tenant) SetCreatedAtNil ¶
func (o *Tenant) SetCreatedAtNil()
SetCreatedAtNil sets the value for CreatedAt to be an explicit nil
func (*Tenant) SetCreatedBy ¶
SetCreatedBy gets a reference to the given NullableString and assigns it to the CreatedBy field.
func (*Tenant) SetCreatedByNil ¶
func (o *Tenant) SetCreatedByNil()
SetCreatedByNil sets the value for CreatedBy to be an explicit nil
func (*Tenant) SetModifiedAt ¶
SetModifiedAt gets a reference to the given NullableTime and assigns it to the ModifiedAt field.
func (*Tenant) SetModifiedAtNil ¶
func (o *Tenant) SetModifiedAtNil()
SetModifiedAtNil sets the value for ModifiedAt to be an explicit nil
func (*Tenant) SetModifiedBy ¶
SetModifiedBy gets a reference to the given NullableString and assigns it to the ModifiedBy field.
func (*Tenant) SetModifiedByNil ¶
func (o *Tenant) SetModifiedByNil()
SetModifiedByNil sets the value for ModifiedBy to be an explicit nil
func (*Tenant) SetName ¶
SetName gets a reference to the given NullableString and assigns it to the Name field.
func (*Tenant) SetNameNil ¶
func (o *Tenant) SetNameNil()
SetNameNil sets the value for Name to be an explicit nil
func (*Tenant) SetOwnerId ¶
SetOwnerId gets a reference to the given string and assigns it to the OwnerId field.
func (*Tenant) SetSettings ¶
SetSettings gets a reference to the given map[string]string and assigns it to the Settings field.
func (*Tenant) SetType ¶
SetType gets a reference to the given NullableString and assigns it to the Type field.
func (*Tenant) SetTypeNil ¶
func (o *Tenant) SetTypeNil()
SetTypeNil sets the value for Type to be an explicit nil
func (*Tenant) UnsetCreatedAt ¶
func (o *Tenant) UnsetCreatedAt()
UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil
func (*Tenant) UnsetCreatedBy ¶
func (o *Tenant) UnsetCreatedBy()
UnsetCreatedBy ensures that no value is present for CreatedBy, not even an explicit nil
func (*Tenant) UnsetModifiedAt ¶
func (o *Tenant) UnsetModifiedAt()
UnsetModifiedAt ensures that no value is present for ModifiedAt, not even an explicit nil
func (*Tenant) UnsetModifiedBy ¶
func (o *Tenant) UnsetModifiedBy()
UnsetModifiedBy ensures that no value is present for ModifiedBy, not even an explicit nil
type TenantConnectionOptions ¶
type TenantConnectionOptions struct {
DomainAliases []string `json:"domain_aliases,omitempty"`
}
TenantConnectionOptions struct for TenantConnectionOptions
func NewTenantConnectionOptions ¶
func NewTenantConnectionOptions() *TenantConnectionOptions
NewTenantConnectionOptions instantiates a new TenantConnectionOptions 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 NewTenantConnectionOptionsWithDefaults ¶
func NewTenantConnectionOptionsWithDefaults() *TenantConnectionOptions
NewTenantConnectionOptionsWithDefaults instantiates a new TenantConnectionOptions 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 (*TenantConnectionOptions) GetDomainAliases ¶
func (o *TenantConnectionOptions) GetDomainAliases() []string
GetDomainAliases returns the DomainAliases field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TenantConnectionOptions) GetDomainAliasesOk ¶
func (o *TenantConnectionOptions) GetDomainAliasesOk() ([]string, bool)
GetDomainAliasesOk returns a tuple with the DomainAliases field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TenantConnectionOptions) HasDomainAliases ¶
func (o *TenantConnectionOptions) HasDomainAliases() bool
HasDomainAliases returns a boolean if a field is not nil.
func (TenantConnectionOptions) MarshalJSON ¶
func (o TenantConnectionOptions) MarshalJSON() ([]byte, error)
func (*TenantConnectionOptions) SetDomainAliases ¶
func (o *TenantConnectionOptions) SetDomainAliases(v []string)
SetDomainAliases gets a reference to the given []string and assigns it to the DomainAliases field.
func (TenantConnectionOptions) ToMap ¶
func (o TenantConnectionOptions) ToMap() (map[string]interface{}, error)
type TenantInvitationResponse ¶
type TenantInvitationResponse struct { Id *string `json:"id,omitempty"` TenantId *string `json:"tenant_id,omitempty"` Email NullableString `json:"email,omitempty"` Role NullableString `json:"role,omitempty"` Status *TenantInvitationStatus `json:"status,omitempty"` ExpiresAt *time.Time `json:"expires_at,omitempty"` CreatedBy NullableString `json:"created_by,omitempty"` CreatedAt NullableTime `json:"created_at,omitempty"` ModifiedBy NullableString `json:"modified_by,omitempty"` ModifiedAt NullableTime `json:"modified_at,omitempty"` }
TenantInvitationResponse struct for TenantInvitationResponse
func NewTenantInvitationResponse ¶
func NewTenantInvitationResponse() *TenantInvitationResponse
NewTenantInvitationResponse instantiates a new TenantInvitationResponse 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 NewTenantInvitationResponseWithDefaults ¶
func NewTenantInvitationResponseWithDefaults() *TenantInvitationResponse
NewTenantInvitationResponseWithDefaults instantiates a new TenantInvitationResponse 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 (*TenantInvitationResponse) GetCreatedAt ¶
func (o *TenantInvitationResponse) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TenantInvitationResponse) GetCreatedAtOk ¶
func (o *TenantInvitationResponse) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TenantInvitationResponse) GetCreatedBy ¶
func (o *TenantInvitationResponse) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TenantInvitationResponse) GetCreatedByOk ¶
func (o *TenantInvitationResponse) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TenantInvitationResponse) GetEmail ¶
func (o *TenantInvitationResponse) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TenantInvitationResponse) GetEmailOk ¶
func (o *TenantInvitationResponse) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TenantInvitationResponse) GetExpiresAt ¶
func (o *TenantInvitationResponse) GetExpiresAt() time.Time
GetExpiresAt returns the ExpiresAt field value if set, zero value otherwise.
func (*TenantInvitationResponse) GetExpiresAtOk ¶
func (o *TenantInvitationResponse) GetExpiresAtOk() (*time.Time, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TenantInvitationResponse) GetId ¶
func (o *TenantInvitationResponse) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*TenantInvitationResponse) GetIdOk ¶
func (o *TenantInvitationResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TenantInvitationResponse) GetModifiedAt ¶
func (o *TenantInvitationResponse) GetModifiedAt() time.Time
GetModifiedAt returns the ModifiedAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TenantInvitationResponse) GetModifiedAtOk ¶
func (o *TenantInvitationResponse) GetModifiedAtOk() (*time.Time, bool)
GetModifiedAtOk returns a tuple with the ModifiedAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TenantInvitationResponse) GetModifiedBy ¶
func (o *TenantInvitationResponse) GetModifiedBy() string
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TenantInvitationResponse) GetModifiedByOk ¶
func (o *TenantInvitationResponse) GetModifiedByOk() (*string, bool)
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TenantInvitationResponse) GetRole ¶
func (o *TenantInvitationResponse) GetRole() string
GetRole returns the Role field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TenantInvitationResponse) GetRoleOk ¶
func (o *TenantInvitationResponse) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TenantInvitationResponse) GetStatus ¶
func (o *TenantInvitationResponse) GetStatus() TenantInvitationStatus
GetStatus returns the Status field value if set, zero value otherwise.
func (*TenantInvitationResponse) GetStatusOk ¶
func (o *TenantInvitationResponse) GetStatusOk() (*TenantInvitationStatus, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TenantInvitationResponse) GetTenantId ¶
func (o *TenantInvitationResponse) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*TenantInvitationResponse) GetTenantIdOk ¶
func (o *TenantInvitationResponse) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TenantInvitationResponse) HasCreatedAt ¶
func (o *TenantInvitationResponse) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field is not nil.
func (*TenantInvitationResponse) HasCreatedBy ¶
func (o *TenantInvitationResponse) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field is not nil.
func (*TenantInvitationResponse) HasEmail ¶
func (o *TenantInvitationResponse) HasEmail() bool
HasEmail returns a boolean if a field is not nil.
func (*TenantInvitationResponse) HasExpiresAt ¶
func (o *TenantInvitationResponse) HasExpiresAt() bool
HasExpiresAt returns a boolean if a field is not nil.
func (*TenantInvitationResponse) HasId ¶
func (o *TenantInvitationResponse) HasId() bool
HasId returns a boolean if a field is not nil.
func (*TenantInvitationResponse) HasModifiedAt ¶
func (o *TenantInvitationResponse) HasModifiedAt() bool
HasModifiedAt returns a boolean if a field is not nil.
func (*TenantInvitationResponse) HasModifiedBy ¶
func (o *TenantInvitationResponse) HasModifiedBy() bool
HasModifiedBy returns a boolean if a field is not nil.
func (*TenantInvitationResponse) HasRole ¶
func (o *TenantInvitationResponse) HasRole() bool
HasRole returns a boolean if a field is not nil.
func (*TenantInvitationResponse) HasStatus ¶
func (o *TenantInvitationResponse) HasStatus() bool
HasStatus returns a boolean if a field is not nil.
func (*TenantInvitationResponse) HasTenantId ¶
func (o *TenantInvitationResponse) HasTenantId() bool
HasTenantId returns a boolean if a field is not nil.
func (TenantInvitationResponse) MarshalJSON ¶
func (o TenantInvitationResponse) MarshalJSON() ([]byte, error)
func (*TenantInvitationResponse) SetCreatedAt ¶
func (o *TenantInvitationResponse) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given NullableTime and assigns it to the CreatedAt field.
func (*TenantInvitationResponse) SetCreatedAtNil ¶
func (o *TenantInvitationResponse) SetCreatedAtNil()
SetCreatedAtNil sets the value for CreatedAt to be an explicit nil
func (*TenantInvitationResponse) SetCreatedBy ¶
func (o *TenantInvitationResponse) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given NullableString and assigns it to the CreatedBy field.
func (*TenantInvitationResponse) SetCreatedByNil ¶
func (o *TenantInvitationResponse) SetCreatedByNil()
SetCreatedByNil sets the value for CreatedBy to be an explicit nil
func (*TenantInvitationResponse) SetEmail ¶
func (o *TenantInvitationResponse) SetEmail(v string)
SetEmail gets a reference to the given NullableString and assigns it to the Email field.
func (*TenantInvitationResponse) SetEmailNil ¶
func (o *TenantInvitationResponse) SetEmailNil()
SetEmailNil sets the value for Email to be an explicit nil
func (*TenantInvitationResponse) SetExpiresAt ¶
func (o *TenantInvitationResponse) SetExpiresAt(v time.Time)
SetExpiresAt gets a reference to the given time.Time and assigns it to the ExpiresAt field.
func (*TenantInvitationResponse) SetId ¶
func (o *TenantInvitationResponse) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*TenantInvitationResponse) SetModifiedAt ¶
func (o *TenantInvitationResponse) SetModifiedAt(v time.Time)
SetModifiedAt gets a reference to the given NullableTime and assigns it to the ModifiedAt field.
func (*TenantInvitationResponse) SetModifiedAtNil ¶
func (o *TenantInvitationResponse) SetModifiedAtNil()
SetModifiedAtNil sets the value for ModifiedAt to be an explicit nil
func (*TenantInvitationResponse) SetModifiedBy ¶
func (o *TenantInvitationResponse) SetModifiedBy(v string)
SetModifiedBy gets a reference to the given NullableString and assigns it to the ModifiedBy field.
func (*TenantInvitationResponse) SetModifiedByNil ¶
func (o *TenantInvitationResponse) SetModifiedByNil()
SetModifiedByNil sets the value for ModifiedBy to be an explicit nil
func (*TenantInvitationResponse) SetRole ¶
func (o *TenantInvitationResponse) SetRole(v string)
SetRole gets a reference to the given NullableString and assigns it to the Role field.
func (*TenantInvitationResponse) SetRoleNil ¶
func (o *TenantInvitationResponse) SetRoleNil()
SetRoleNil sets the value for Role to be an explicit nil
func (*TenantInvitationResponse) SetStatus ¶
func (o *TenantInvitationResponse) SetStatus(v TenantInvitationStatus)
SetStatus gets a reference to the given TenantInvitationStatus and assigns it to the Status field.
func (*TenantInvitationResponse) SetTenantId ¶
func (o *TenantInvitationResponse) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (TenantInvitationResponse) ToMap ¶
func (o TenantInvitationResponse) ToMap() (map[string]interface{}, error)
func (*TenantInvitationResponse) UnsetCreatedAt ¶
func (o *TenantInvitationResponse) UnsetCreatedAt()
UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil
func (*TenantInvitationResponse) UnsetCreatedBy ¶
func (o *TenantInvitationResponse) UnsetCreatedBy()
UnsetCreatedBy ensures that no value is present for CreatedBy, not even an explicit nil
func (*TenantInvitationResponse) UnsetEmail ¶
func (o *TenantInvitationResponse) UnsetEmail()
UnsetEmail ensures that no value is present for Email, not even an explicit nil
func (*TenantInvitationResponse) UnsetModifiedAt ¶
func (o *TenantInvitationResponse) UnsetModifiedAt()
UnsetModifiedAt ensures that no value is present for ModifiedAt, not even an explicit nil
func (*TenantInvitationResponse) UnsetModifiedBy ¶
func (o *TenantInvitationResponse) UnsetModifiedBy()
UnsetModifiedBy ensures that no value is present for ModifiedBy, not even an explicit nil
func (*TenantInvitationResponse) UnsetRole ¶
func (o *TenantInvitationResponse) UnsetRole()
UnsetRole ensures that no value is present for Role, not even an explicit nil
type TenantInvitationResponsePaginatedList ¶
type TenantInvitationResponsePaginatedList struct { Pagination *Pagination `json:"pagination,omitempty"` Data []TenantInvitationResponse `json:"data,omitempty"` }
TenantInvitationResponsePaginatedList struct for TenantInvitationResponsePaginatedList
func NewTenantInvitationResponsePaginatedList ¶
func NewTenantInvitationResponsePaginatedList() *TenantInvitationResponsePaginatedList
NewTenantInvitationResponsePaginatedList instantiates a new TenantInvitationResponsePaginatedList 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 NewTenantInvitationResponsePaginatedListWithDefaults ¶
func NewTenantInvitationResponsePaginatedListWithDefaults() *TenantInvitationResponsePaginatedList
NewTenantInvitationResponsePaginatedListWithDefaults instantiates a new TenantInvitationResponsePaginatedList 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 (*TenantInvitationResponsePaginatedList) GetData ¶
func (o *TenantInvitationResponsePaginatedList) GetData() []TenantInvitationResponse
GetData returns the Data field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TenantInvitationResponsePaginatedList) GetDataOk ¶
func (o *TenantInvitationResponsePaginatedList) GetDataOk() ([]TenantInvitationResponse, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TenantInvitationResponsePaginatedList) GetPagination ¶
func (o *TenantInvitationResponsePaginatedList) GetPagination() Pagination
GetPagination returns the Pagination field value if set, zero value otherwise.
func (*TenantInvitationResponsePaginatedList) GetPaginationOk ¶
func (o *TenantInvitationResponsePaginatedList) GetPaginationOk() (*Pagination, bool)
GetPaginationOk returns a tuple with the Pagination field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TenantInvitationResponsePaginatedList) HasData ¶
func (o *TenantInvitationResponsePaginatedList) HasData() bool
HasData returns a boolean if a field is not nil.
func (*TenantInvitationResponsePaginatedList) HasPagination ¶
func (o *TenantInvitationResponsePaginatedList) HasPagination() bool
HasPagination returns a boolean if a field is not nil.
func (TenantInvitationResponsePaginatedList) MarshalJSON ¶
func (o TenantInvitationResponsePaginatedList) MarshalJSON() ([]byte, error)
func (*TenantInvitationResponsePaginatedList) SetData ¶
func (o *TenantInvitationResponsePaginatedList) SetData(v []TenantInvitationResponse)
SetData gets a reference to the given []TenantInvitationResponse and assigns it to the Data field.
func (*TenantInvitationResponsePaginatedList) SetPagination ¶
func (o *TenantInvitationResponsePaginatedList) SetPagination(v Pagination)
SetPagination gets a reference to the given Pagination and assigns it to the Pagination field.
func (TenantInvitationResponsePaginatedList) ToMap ¶
func (o TenantInvitationResponsePaginatedList) ToMap() (map[string]interface{}, error)
type TenantInvitationStatus ¶
type TenantInvitationStatus string
TenantInvitationStatus the model 'TenantInvitationStatus'
const ( PENDING TenantInvitationStatus = "PENDING" EXPIRED TenantInvitationStatus = "EXPIRED" )
List of TenantInvitationStatus
func NewTenantInvitationStatusFromValue ¶
func NewTenantInvitationStatusFromValue(v string) (*TenantInvitationStatus, error)
NewTenantInvitationStatusFromValue returns a pointer to a valid TenantInvitationStatus for the value passed as argument, or an error if the value passed is not allowed by the enum
func (TenantInvitationStatus) IsValid ¶
func (v TenantInvitationStatus) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (TenantInvitationStatus) Ptr ¶
func (v TenantInvitationStatus) Ptr() *TenantInvitationStatus
Ptr returns reference to TenantInvitationStatus value
func (*TenantInvitationStatus) UnmarshalJSON ¶
func (v *TenantInvitationStatus) UnmarshalJSON(src []byte) error
type TenantMemberResponse ¶
type TenantMemberResponse struct { Id *string `json:"id,omitempty"` TenantId *string `json:"tenant_id,omitempty"` User *User `json:"user,omitempty"` Role NullableString `json:"role,omitempty"` CreatedBy NullableString `json:"created_by,omitempty"` CreatedDate NullableTime `json:"created_date,omitempty"` ModifiedBy NullableString `json:"modified_by,omitempty"` ModifiedAt NullableTime `json:"modified_at,omitempty"` }
TenantMemberResponse struct for TenantMemberResponse
func NewTenantMemberResponse ¶
func NewTenantMemberResponse() *TenantMemberResponse
NewTenantMemberResponse instantiates a new TenantMemberResponse 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 NewTenantMemberResponseWithDefaults ¶
func NewTenantMemberResponseWithDefaults() *TenantMemberResponse
NewTenantMemberResponseWithDefaults instantiates a new TenantMemberResponse 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 (*TenantMemberResponse) GetCreatedBy ¶
func (o *TenantMemberResponse) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TenantMemberResponse) GetCreatedByOk ¶
func (o *TenantMemberResponse) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TenantMemberResponse) GetCreatedDate ¶
func (o *TenantMemberResponse) GetCreatedDate() time.Time
GetCreatedDate returns the CreatedDate field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TenantMemberResponse) GetCreatedDateOk ¶
func (o *TenantMemberResponse) GetCreatedDateOk() (*time.Time, bool)
GetCreatedDateOk returns a tuple with the CreatedDate field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TenantMemberResponse) GetId ¶
func (o *TenantMemberResponse) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*TenantMemberResponse) GetIdOk ¶
func (o *TenantMemberResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TenantMemberResponse) GetModifiedAt ¶
func (o *TenantMemberResponse) GetModifiedAt() time.Time
GetModifiedAt returns the ModifiedAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TenantMemberResponse) GetModifiedAtOk ¶
func (o *TenantMemberResponse) GetModifiedAtOk() (*time.Time, bool)
GetModifiedAtOk returns a tuple with the ModifiedAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TenantMemberResponse) GetModifiedBy ¶
func (o *TenantMemberResponse) GetModifiedBy() string
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TenantMemberResponse) GetModifiedByOk ¶
func (o *TenantMemberResponse) GetModifiedByOk() (*string, bool)
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TenantMemberResponse) GetRole ¶
func (o *TenantMemberResponse) GetRole() string
GetRole returns the Role field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TenantMemberResponse) GetRoleOk ¶
func (o *TenantMemberResponse) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TenantMemberResponse) GetTenantId ¶
func (o *TenantMemberResponse) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*TenantMemberResponse) GetTenantIdOk ¶
func (o *TenantMemberResponse) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TenantMemberResponse) GetUser ¶
func (o *TenantMemberResponse) GetUser() User
GetUser returns the User field value if set, zero value otherwise.
func (*TenantMemberResponse) GetUserOk ¶
func (o *TenantMemberResponse) GetUserOk() (*User, bool)
GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TenantMemberResponse) HasCreatedBy ¶
func (o *TenantMemberResponse) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field is not nil.
func (*TenantMemberResponse) HasCreatedDate ¶
func (o *TenantMemberResponse) HasCreatedDate() bool
HasCreatedDate returns a boolean if a field is not nil.
func (*TenantMemberResponse) HasId ¶
func (o *TenantMemberResponse) HasId() bool
HasId returns a boolean if a field is not nil.
func (*TenantMemberResponse) HasModifiedAt ¶
func (o *TenantMemberResponse) HasModifiedAt() bool
HasModifiedAt returns a boolean if a field is not nil.
func (*TenantMemberResponse) HasModifiedBy ¶
func (o *TenantMemberResponse) HasModifiedBy() bool
HasModifiedBy returns a boolean if a field is not nil.
func (*TenantMemberResponse) HasRole ¶
func (o *TenantMemberResponse) HasRole() bool
HasRole returns a boolean if a field is not nil.
func (*TenantMemberResponse) HasTenantId ¶
func (o *TenantMemberResponse) HasTenantId() bool
HasTenantId returns a boolean if a field is not nil.
func (*TenantMemberResponse) HasUser ¶
func (o *TenantMemberResponse) HasUser() bool
HasUser returns a boolean if a field is not nil.
func (TenantMemberResponse) MarshalJSON ¶
func (o TenantMemberResponse) MarshalJSON() ([]byte, error)
func (*TenantMemberResponse) SetCreatedBy ¶
func (o *TenantMemberResponse) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given NullableString and assigns it to the CreatedBy field.
func (*TenantMemberResponse) SetCreatedByNil ¶
func (o *TenantMemberResponse) SetCreatedByNil()
SetCreatedByNil sets the value for CreatedBy to be an explicit nil
func (*TenantMemberResponse) SetCreatedDate ¶
func (o *TenantMemberResponse) SetCreatedDate(v time.Time)
SetCreatedDate gets a reference to the given NullableTime and assigns it to the CreatedDate field.
func (*TenantMemberResponse) SetCreatedDateNil ¶
func (o *TenantMemberResponse) SetCreatedDateNil()
SetCreatedDateNil sets the value for CreatedDate to be an explicit nil
func (*TenantMemberResponse) SetId ¶
func (o *TenantMemberResponse) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*TenantMemberResponse) SetModifiedAt ¶
func (o *TenantMemberResponse) SetModifiedAt(v time.Time)
SetModifiedAt gets a reference to the given NullableTime and assigns it to the ModifiedAt field.
func (*TenantMemberResponse) SetModifiedAtNil ¶
func (o *TenantMemberResponse) SetModifiedAtNil()
SetModifiedAtNil sets the value for ModifiedAt to be an explicit nil
func (*TenantMemberResponse) SetModifiedBy ¶
func (o *TenantMemberResponse) SetModifiedBy(v string)
SetModifiedBy gets a reference to the given NullableString and assigns it to the ModifiedBy field.
func (*TenantMemberResponse) SetModifiedByNil ¶
func (o *TenantMemberResponse) SetModifiedByNil()
SetModifiedByNil sets the value for ModifiedBy to be an explicit nil
func (*TenantMemberResponse) SetRole ¶
func (o *TenantMemberResponse) SetRole(v string)
SetRole gets a reference to the given NullableString and assigns it to the Role field.
func (*TenantMemberResponse) SetRoleNil ¶
func (o *TenantMemberResponse) SetRoleNil()
SetRoleNil sets the value for Role to be an explicit nil
func (*TenantMemberResponse) SetTenantId ¶
func (o *TenantMemberResponse) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (*TenantMemberResponse) SetUser ¶
func (o *TenantMemberResponse) SetUser(v User)
SetUser gets a reference to the given User and assigns it to the User field.
func (TenantMemberResponse) ToMap ¶
func (o TenantMemberResponse) ToMap() (map[string]interface{}, error)
func (*TenantMemberResponse) UnsetCreatedBy ¶
func (o *TenantMemberResponse) UnsetCreatedBy()
UnsetCreatedBy ensures that no value is present for CreatedBy, not even an explicit nil
func (*TenantMemberResponse) UnsetCreatedDate ¶
func (o *TenantMemberResponse) UnsetCreatedDate()
UnsetCreatedDate ensures that no value is present for CreatedDate, not even an explicit nil
func (*TenantMemberResponse) UnsetModifiedAt ¶
func (o *TenantMemberResponse) UnsetModifiedAt()
UnsetModifiedAt ensures that no value is present for ModifiedAt, not even an explicit nil
func (*TenantMemberResponse) UnsetModifiedBy ¶
func (o *TenantMemberResponse) UnsetModifiedBy()
UnsetModifiedBy ensures that no value is present for ModifiedBy, not even an explicit nil
func (*TenantMemberResponse) UnsetRole ¶
func (o *TenantMemberResponse) UnsetRole()
UnsetRole ensures that no value is present for Role, not even an explicit nil
type TenantMemberResponsePaginatedList ¶
type TenantMemberResponsePaginatedList struct { Pagination *Pagination `json:"pagination,omitempty"` Data []TenantMemberResponse `json:"data,omitempty"` }
TenantMemberResponsePaginatedList struct for TenantMemberResponsePaginatedList
func NewTenantMemberResponsePaginatedList ¶
func NewTenantMemberResponsePaginatedList() *TenantMemberResponsePaginatedList
NewTenantMemberResponsePaginatedList instantiates a new TenantMemberResponsePaginatedList 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 NewTenantMemberResponsePaginatedListWithDefaults ¶
func NewTenantMemberResponsePaginatedListWithDefaults() *TenantMemberResponsePaginatedList
NewTenantMemberResponsePaginatedListWithDefaults instantiates a new TenantMemberResponsePaginatedList 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 (*TenantMemberResponsePaginatedList) GetData ¶
func (o *TenantMemberResponsePaginatedList) GetData() []TenantMemberResponse
GetData returns the Data field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TenantMemberResponsePaginatedList) GetDataOk ¶
func (o *TenantMemberResponsePaginatedList) GetDataOk() ([]TenantMemberResponse, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TenantMemberResponsePaginatedList) GetPagination ¶
func (o *TenantMemberResponsePaginatedList) GetPagination() Pagination
GetPagination returns the Pagination field value if set, zero value otherwise.
func (*TenantMemberResponsePaginatedList) GetPaginationOk ¶
func (o *TenantMemberResponsePaginatedList) GetPaginationOk() (*Pagination, bool)
GetPaginationOk returns a tuple with the Pagination field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TenantMemberResponsePaginatedList) HasData ¶
func (o *TenantMemberResponsePaginatedList) HasData() bool
HasData returns a boolean if a field is not nil.
func (*TenantMemberResponsePaginatedList) HasPagination ¶
func (o *TenantMemberResponsePaginatedList) HasPagination() bool
HasPagination returns a boolean if a field is not nil.
func (TenantMemberResponsePaginatedList) MarshalJSON ¶
func (o TenantMemberResponsePaginatedList) MarshalJSON() ([]byte, error)
func (*TenantMemberResponsePaginatedList) SetData ¶
func (o *TenantMemberResponsePaginatedList) SetData(v []TenantMemberResponse)
SetData gets a reference to the given []TenantMemberResponse and assigns it to the Data field.
func (*TenantMemberResponsePaginatedList) SetPagination ¶
func (o *TenantMemberResponsePaginatedList) SetPagination(v Pagination)
SetPagination gets a reference to the given Pagination and assigns it to the Pagination field.
func (TenantMemberResponsePaginatedList) ToMap ¶
func (o TenantMemberResponsePaginatedList) ToMap() (map[string]interface{}, error)
type TenantUsageReport ¶
type TenantUsageReport struct {
TokenReport *TokenReport `json:"token_report,omitempty"`
}
TenantUsageReport struct for TenantUsageReport
func NewTenantUsageReport ¶
func NewTenantUsageReport() *TenantUsageReport
NewTenantUsageReport instantiates a new TenantUsageReport 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 NewTenantUsageReportWithDefaults ¶
func NewTenantUsageReportWithDefaults() *TenantUsageReport
NewTenantUsageReportWithDefaults instantiates a new TenantUsageReport 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 (*TenantUsageReport) GetTokenReport ¶
func (o *TenantUsageReport) GetTokenReport() TokenReport
GetTokenReport returns the TokenReport field value if set, zero value otherwise.
func (*TenantUsageReport) GetTokenReportOk ¶
func (o *TenantUsageReport) GetTokenReportOk() (*TokenReport, bool)
GetTokenReportOk returns a tuple with the TokenReport field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TenantUsageReport) HasTokenReport ¶
func (o *TenantUsageReport) HasTokenReport() bool
HasTokenReport returns a boolean if a field is not nil.
func (TenantUsageReport) MarshalJSON ¶
func (o TenantUsageReport) MarshalJSON() ([]byte, error)
func (*TenantUsageReport) SetTokenReport ¶
func (o *TenantUsageReport) SetTokenReport(v TokenReport)
SetTokenReport gets a reference to the given TokenReport and assigns it to the TokenReport field.
func (TenantUsageReport) ToMap ¶
func (o TenantUsageReport) ToMap() (map[string]interface{}, error)
type TenantsApiCreateConnectionRequest ¶
type TenantsApiCreateConnectionRequest struct { ApiService *TenantsApiService // contains filtered or unexported fields }
func (TenantsApiCreateConnectionRequest) CreateTenantConnectionRequest ¶
func (r TenantsApiCreateConnectionRequest) CreateTenantConnectionRequest(createTenantConnectionRequest CreateTenantConnectionRequest) TenantsApiCreateConnectionRequest
func (TenantsApiCreateConnectionRequest) Execute ¶
func (r TenantsApiCreateConnectionRequest) Execute() (*CreateTenantConnectionResponse, *http.Response, error)
type TenantsApiCreateInvitationRequest ¶
type TenantsApiCreateInvitationRequest struct { ApiService *TenantsApiService // contains filtered or unexported fields }
func (TenantsApiCreateInvitationRequest) CreateTenantInvitationRequest ¶
func (r TenantsApiCreateInvitationRequest) CreateTenantInvitationRequest(createTenantInvitationRequest CreateTenantInvitationRequest) TenantsApiCreateInvitationRequest
func (TenantsApiCreateInvitationRequest) Execute ¶
func (r TenantsApiCreateInvitationRequest) Execute() (*TenantInvitationResponse, *http.Response, error)
type TenantsApiDeleteConnectionRequest ¶
type TenantsApiDeleteConnectionRequest struct { ApiService *TenantsApiService // contains filtered or unexported fields }
func (TenantsApiDeleteConnectionRequest) Execute ¶
func (r TenantsApiDeleteConnectionRequest) Execute() (*CreateTenantConnectionResponse, *http.Response, error)
type TenantsApiDeleteInvitationRequest ¶
type TenantsApiDeleteInvitationRequest struct { ApiService *TenantsApiService // contains filtered or unexported fields }
type TenantsApiDeleteMemberRequest ¶
type TenantsApiDeleteMemberRequest struct { ApiService *TenantsApiService // contains filtered or unexported fields }
type TenantsApiDeleteRequest ¶
type TenantsApiDeleteRequest struct { ApiService *TenantsApiService // contains filtered or unexported fields }
type TenantsApiGetInvitationsRequest ¶
type TenantsApiGetInvitationsRequest struct { ApiService *TenantsApiService // contains filtered or unexported fields }
func (TenantsApiGetInvitationsRequest) Execute ¶
func (r TenantsApiGetInvitationsRequest) Execute() (*TenantInvitationResponsePaginatedList, *http.Response, error)
func (TenantsApiGetInvitationsRequest) Page ¶
func (r TenantsApiGetInvitationsRequest) Page(page int32) TenantsApiGetInvitationsRequest
func (TenantsApiGetInvitationsRequest) Size ¶
func (r TenantsApiGetInvitationsRequest) Size(size int32) TenantsApiGetInvitationsRequest
func (TenantsApiGetInvitationsRequest) Start ¶
func (r TenantsApiGetInvitationsRequest) Start(start string) TenantsApiGetInvitationsRequest
func (TenantsApiGetInvitationsRequest) Status ¶
func (r TenantsApiGetInvitationsRequest) Status(status TenantInvitationStatus) TenantsApiGetInvitationsRequest
type TenantsApiGetMembersRequest ¶
type TenantsApiGetMembersRequest struct { ApiService *TenantsApiService // contains filtered or unexported fields }
func (TenantsApiGetMembersRequest) Execute ¶
func (r TenantsApiGetMembersRequest) Execute() (*TenantMemberResponsePaginatedList, *http.Response, error)
func (TenantsApiGetMembersRequest) Page ¶
func (r TenantsApiGetMembersRequest) Page(page int32) TenantsApiGetMembersRequest
func (TenantsApiGetMembersRequest) Size ¶
func (r TenantsApiGetMembersRequest) Size(size int32) TenantsApiGetMembersRequest
func (TenantsApiGetMembersRequest) Start ¶
func (r TenantsApiGetMembersRequest) Start(start string) TenantsApiGetMembersRequest
func (TenantsApiGetMembersRequest) UserId ¶
func (r TenantsApiGetMembersRequest) UserId(userId []string) TenantsApiGetMembersRequest
type TenantsApiGetRequest ¶
type TenantsApiGetRequest struct { ApiService *TenantsApiService // contains filtered or unexported fields }
type TenantsApiGetTenantUsageReportRequest ¶
type TenantsApiGetTenantUsageReportRequest struct { ApiService *TenantsApiService // contains filtered or unexported fields }
func (TenantsApiGetTenantUsageReportRequest) Execute ¶
func (r TenantsApiGetTenantUsageReportRequest) Execute() (*TenantUsageReport, *http.Response, error)
type TenantsApiOwnerGetRequest ¶ added in v6.1.0
type TenantsApiOwnerGetRequest struct { ApiService *TenantsApiService // contains filtered or unexported fields }
func (TenantsApiOwnerGetRequest) Execute ¶ added in v6.1.0
func (r TenantsApiOwnerGetRequest) Execute() (*TenantMemberResponse, *http.Response, error)
type TenantsApiResendInvitationRequest ¶
type TenantsApiResendInvitationRequest struct { ApiService *TenantsApiService // contains filtered or unexported fields }
func (TenantsApiResendInvitationRequest) Execute ¶
func (r TenantsApiResendInvitationRequest) Execute() (*TenantInvitationResponse, *http.Response, error)
type TenantsApiService ¶
type TenantsApiService service
TenantsApiService TenantsApi service
func (*TenantsApiService) CreateConnection ¶
func (a *TenantsApiService) CreateConnection(ctx context.Context) TenantsApiCreateConnectionRequest
CreateConnection Method for CreateConnection
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return TenantsApiCreateConnectionRequest
func (*TenantsApiService) CreateConnectionExecute ¶
func (a *TenantsApiService) CreateConnectionExecute(r TenantsApiCreateConnectionRequest) (*CreateTenantConnectionResponse, *http.Response, error)
Execute executes the request
@return CreateTenantConnectionResponse
func (*TenantsApiService) CreateInvitation ¶
func (a *TenantsApiService) CreateInvitation(ctx context.Context) TenantsApiCreateInvitationRequest
CreateInvitation Method for CreateInvitation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return TenantsApiCreateInvitationRequest
func (*TenantsApiService) CreateInvitationExecute ¶
func (a *TenantsApiService) CreateInvitationExecute(r TenantsApiCreateInvitationRequest) (*TenantInvitationResponse, *http.Response, error)
Execute executes the request
@return TenantInvitationResponse
func (*TenantsApiService) Delete ¶
func (a *TenantsApiService) Delete(ctx context.Context) TenantsApiDeleteRequest
Delete Method for Delete
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return TenantsApiDeleteRequest
func (*TenantsApiService) DeleteConnection ¶
func (a *TenantsApiService) DeleteConnection(ctx context.Context) TenantsApiDeleteConnectionRequest
DeleteConnection Method for DeleteConnection
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return TenantsApiDeleteConnectionRequest
func (*TenantsApiService) DeleteConnectionExecute ¶
func (a *TenantsApiService) DeleteConnectionExecute(r TenantsApiDeleteConnectionRequest) (*CreateTenantConnectionResponse, *http.Response, error)
Execute executes the request
@return CreateTenantConnectionResponse
func (*TenantsApiService) DeleteExecute ¶
func (a *TenantsApiService) DeleteExecute(r TenantsApiDeleteRequest) (*http.Response, error)
Execute executes the request
func (*TenantsApiService) DeleteInvitation ¶
func (a *TenantsApiService) DeleteInvitation(ctx context.Context, invitationId string) TenantsApiDeleteInvitationRequest
DeleteInvitation Method for DeleteInvitation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param invitationId @return TenantsApiDeleteInvitationRequest
func (*TenantsApiService) DeleteInvitationExecute ¶
func (a *TenantsApiService) DeleteInvitationExecute(r TenantsApiDeleteInvitationRequest) (*http.Response, error)
Execute executes the request
func (*TenantsApiService) DeleteMember ¶
func (a *TenantsApiService) DeleteMember(ctx context.Context, memberId string) TenantsApiDeleteMemberRequest
DeleteMember Method for DeleteMember
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param memberId @return TenantsApiDeleteMemberRequest
func (*TenantsApiService) DeleteMemberExecute ¶
func (a *TenantsApiService) DeleteMemberExecute(r TenantsApiDeleteMemberRequest) (*http.Response, error)
Execute executes the request
func (*TenantsApiService) Get ¶
func (a *TenantsApiService) Get(ctx context.Context) TenantsApiGetRequest
Get Method for Get
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return TenantsApiGetRequest
func (*TenantsApiService) GetExecute ¶
func (a *TenantsApiService) GetExecute(r TenantsApiGetRequest) (*Tenant, *http.Response, error)
Execute executes the request
@return Tenant
func (*TenantsApiService) GetInvitations ¶
func (a *TenantsApiService) GetInvitations(ctx context.Context) TenantsApiGetInvitationsRequest
GetInvitations Method for GetInvitations
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return TenantsApiGetInvitationsRequest
func (*TenantsApiService) GetInvitationsExecute ¶
func (a *TenantsApiService) GetInvitationsExecute(r TenantsApiGetInvitationsRequest) (*TenantInvitationResponsePaginatedList, *http.Response, error)
Execute executes the request
@return TenantInvitationResponsePaginatedList
func (*TenantsApiService) GetMembers ¶
func (a *TenantsApiService) GetMembers(ctx context.Context) TenantsApiGetMembersRequest
GetMembers Method for GetMembers
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return TenantsApiGetMembersRequest
func (*TenantsApiService) GetMembersExecute ¶
func (a *TenantsApiService) GetMembersExecute(r TenantsApiGetMembersRequest) (*TenantMemberResponsePaginatedList, *http.Response, error)
Execute executes the request
@return TenantMemberResponsePaginatedList
func (*TenantsApiService) GetTenantUsageReport ¶
func (a *TenantsApiService) GetTenantUsageReport(ctx context.Context) TenantsApiGetTenantUsageReportRequest
GetTenantUsageReport Method for GetTenantUsageReport
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return TenantsApiGetTenantUsageReportRequest
func (*TenantsApiService) GetTenantUsageReportExecute ¶
func (a *TenantsApiService) GetTenantUsageReportExecute(r TenantsApiGetTenantUsageReportRequest) (*TenantUsageReport, *http.Response, error)
Execute executes the request
@return TenantUsageReport
func (*TenantsApiService) OwnerGet ¶ added in v6.1.0
func (a *TenantsApiService) OwnerGet(ctx context.Context) TenantsApiOwnerGetRequest
OwnerGet Method for OwnerGet
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return TenantsApiOwnerGetRequest
func (*TenantsApiService) OwnerGetExecute ¶ added in v6.1.0
func (a *TenantsApiService) OwnerGetExecute(r TenantsApiOwnerGetRequest) (*TenantMemberResponse, *http.Response, error)
Execute executes the request
@return TenantMemberResponse
func (*TenantsApiService) ResendInvitation ¶
func (a *TenantsApiService) ResendInvitation(ctx context.Context, invitationId string) TenantsApiResendInvitationRequest
ResendInvitation Method for ResendInvitation
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param invitationId @return TenantsApiResendInvitationRequest
func (*TenantsApiService) ResendInvitationExecute ¶
func (a *TenantsApiService) ResendInvitationExecute(r TenantsApiResendInvitationRequest) (*TenantInvitationResponse, *http.Response, error)
Execute executes the request
@return TenantInvitationResponse
func (*TenantsApiService) Update ¶
func (a *TenantsApiService) Update(ctx context.Context) TenantsApiUpdateRequest
Update Method for Update
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return TenantsApiUpdateRequest
func (*TenantsApiService) UpdateExecute ¶
func (a *TenantsApiService) UpdateExecute(r TenantsApiUpdateRequest) (*Tenant, *http.Response, error)
Execute executes the request
@return Tenant
func (*TenantsApiService) UpdateMember ¶
func (a *TenantsApiService) UpdateMember(ctx context.Context, memberId string) TenantsApiUpdateMemberRequest
UpdateMember Method for UpdateMember
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param memberId @return TenantsApiUpdateMemberRequest
func (*TenantsApiService) UpdateMemberExecute ¶
func (a *TenantsApiService) UpdateMemberExecute(r TenantsApiUpdateMemberRequest) (*TenantMemberResponse, *http.Response, error)
Execute executes the request
@return TenantMemberResponse
type TenantsApiUpdateMemberRequest ¶
type TenantsApiUpdateMemberRequest struct { ApiService *TenantsApiService // contains filtered or unexported fields }
func (TenantsApiUpdateMemberRequest) Execute ¶
func (r TenantsApiUpdateMemberRequest) Execute() (*TenantMemberResponse, *http.Response, error)
func (TenantsApiUpdateMemberRequest) UpdateTenantMemberRequest ¶
func (r TenantsApiUpdateMemberRequest) UpdateTenantMemberRequest(updateTenantMemberRequest UpdateTenantMemberRequest) TenantsApiUpdateMemberRequest
type TenantsApiUpdateRequest ¶
type TenantsApiUpdateRequest struct { ApiService *TenantsApiService // contains filtered or unexported fields }
func (TenantsApiUpdateRequest) Execute ¶
func (r TenantsApiUpdateRequest) Execute() (*Tenant, *http.Response, error)
func (TenantsApiUpdateRequest) UpdateTenantRequest ¶
func (r TenantsApiUpdateRequest) UpdateTenantRequest(updateTenantRequest UpdateTenantRequest) TenantsApiUpdateRequest
type ThreeDSAcsRenderingType ¶
type ThreeDSAcsRenderingType struct { AcsInterface NullableString `json:"acsInterface,omitempty"` AcsUiTemplate NullableString `json:"acsUiTemplate,omitempty"` }
ThreeDSAcsRenderingType struct for ThreeDSAcsRenderingType
func NewThreeDSAcsRenderingType ¶
func NewThreeDSAcsRenderingType() *ThreeDSAcsRenderingType
NewThreeDSAcsRenderingType instantiates a new ThreeDSAcsRenderingType 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 NewThreeDSAcsRenderingTypeWithDefaults ¶
func NewThreeDSAcsRenderingTypeWithDefaults() *ThreeDSAcsRenderingType
NewThreeDSAcsRenderingTypeWithDefaults instantiates a new ThreeDSAcsRenderingType 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 (*ThreeDSAcsRenderingType) GetAcsInterface ¶
func (o *ThreeDSAcsRenderingType) GetAcsInterface() string
GetAcsInterface returns the AcsInterface field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSAcsRenderingType) GetAcsInterfaceOk ¶
func (o *ThreeDSAcsRenderingType) GetAcsInterfaceOk() (*string, bool)
GetAcsInterfaceOk returns a tuple with the AcsInterface field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSAcsRenderingType) GetAcsUiTemplate ¶
func (o *ThreeDSAcsRenderingType) GetAcsUiTemplate() string
GetAcsUiTemplate returns the AcsUiTemplate field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSAcsRenderingType) GetAcsUiTemplateOk ¶
func (o *ThreeDSAcsRenderingType) GetAcsUiTemplateOk() (*string, bool)
GetAcsUiTemplateOk returns a tuple with the AcsUiTemplate field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSAcsRenderingType) HasAcsInterface ¶
func (o *ThreeDSAcsRenderingType) HasAcsInterface() bool
HasAcsInterface returns a boolean if a field is not nil.
func (*ThreeDSAcsRenderingType) HasAcsUiTemplate ¶
func (o *ThreeDSAcsRenderingType) HasAcsUiTemplate() bool
HasAcsUiTemplate returns a boolean if a field is not nil.
func (ThreeDSAcsRenderingType) MarshalJSON ¶
func (o ThreeDSAcsRenderingType) MarshalJSON() ([]byte, error)
func (*ThreeDSAcsRenderingType) SetAcsInterface ¶
func (o *ThreeDSAcsRenderingType) SetAcsInterface(v string)
SetAcsInterface gets a reference to the given NullableString and assigns it to the AcsInterface field.
func (*ThreeDSAcsRenderingType) SetAcsInterfaceNil ¶
func (o *ThreeDSAcsRenderingType) SetAcsInterfaceNil()
SetAcsInterfaceNil sets the value for AcsInterface to be an explicit nil
func (*ThreeDSAcsRenderingType) SetAcsUiTemplate ¶
func (o *ThreeDSAcsRenderingType) SetAcsUiTemplate(v string)
SetAcsUiTemplate gets a reference to the given NullableString and assigns it to the AcsUiTemplate field.
func (*ThreeDSAcsRenderingType) SetAcsUiTemplateNil ¶
func (o *ThreeDSAcsRenderingType) SetAcsUiTemplateNil()
SetAcsUiTemplateNil sets the value for AcsUiTemplate to be an explicit nil
func (ThreeDSAcsRenderingType) ToMap ¶
func (o ThreeDSAcsRenderingType) ToMap() (map[string]interface{}, error)
func (*ThreeDSAcsRenderingType) UnsetAcsInterface ¶
func (o *ThreeDSAcsRenderingType) UnsetAcsInterface()
UnsetAcsInterface ensures that no value is present for AcsInterface, not even an explicit nil
func (*ThreeDSAcsRenderingType) UnsetAcsUiTemplate ¶
func (o *ThreeDSAcsRenderingType) UnsetAcsUiTemplate()
UnsetAcsUiTemplate ensures that no value is present for AcsUiTemplate, not even an explicit nil
type ThreeDSAddress ¶
type ThreeDSAddress struct { Line1 NullableString `json:"line1,omitempty"` Line2 NullableString `json:"line2,omitempty"` Line3 NullableString `json:"line3,omitempty"` PostalCode NullableString `json:"postal_code,omitempty"` City NullableString `json:"city,omitempty"` StateCode NullableString `json:"state_code,omitempty"` CountryCode NullableString `json:"country_code,omitempty"` }
ThreeDSAddress struct for ThreeDSAddress
func NewThreeDSAddress ¶
func NewThreeDSAddress() *ThreeDSAddress
NewThreeDSAddress instantiates a new ThreeDSAddress 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 NewThreeDSAddressWithDefaults ¶
func NewThreeDSAddressWithDefaults() *ThreeDSAddress
NewThreeDSAddressWithDefaults instantiates a new ThreeDSAddress 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 (*ThreeDSAddress) GetCity ¶
func (o *ThreeDSAddress) GetCity() string
GetCity returns the City field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSAddress) GetCityOk ¶
func (o *ThreeDSAddress) GetCityOk() (*string, bool)
GetCityOk returns a tuple with the City field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSAddress) GetCountryCode ¶
func (o *ThreeDSAddress) GetCountryCode() string
GetCountryCode returns the CountryCode field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSAddress) GetCountryCodeOk ¶
func (o *ThreeDSAddress) GetCountryCodeOk() (*string, bool)
GetCountryCodeOk returns a tuple with the CountryCode field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSAddress) GetLine1 ¶
func (o *ThreeDSAddress) GetLine1() string
GetLine1 returns the Line1 field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSAddress) GetLine1Ok ¶
func (o *ThreeDSAddress) GetLine1Ok() (*string, bool)
GetLine1Ok returns a tuple with the Line1 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSAddress) GetLine2 ¶
func (o *ThreeDSAddress) GetLine2() string
GetLine2 returns the Line2 field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSAddress) GetLine2Ok ¶
func (o *ThreeDSAddress) GetLine2Ok() (*string, bool)
GetLine2Ok returns a tuple with the Line2 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSAddress) GetLine3 ¶
func (o *ThreeDSAddress) GetLine3() string
GetLine3 returns the Line3 field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSAddress) GetLine3Ok ¶
func (o *ThreeDSAddress) GetLine3Ok() (*string, bool)
GetLine3Ok returns a tuple with the Line3 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSAddress) GetPostalCode ¶
func (o *ThreeDSAddress) GetPostalCode() string
GetPostalCode returns the PostalCode field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSAddress) GetPostalCodeOk ¶
func (o *ThreeDSAddress) GetPostalCodeOk() (*string, bool)
GetPostalCodeOk returns a tuple with the PostalCode field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSAddress) GetStateCode ¶
func (o *ThreeDSAddress) GetStateCode() string
GetStateCode returns the StateCode field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSAddress) GetStateCodeOk ¶
func (o *ThreeDSAddress) GetStateCodeOk() (*string, bool)
GetStateCodeOk returns a tuple with the StateCode field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSAddress) HasCity ¶
func (o *ThreeDSAddress) HasCity() bool
HasCity returns a boolean if a field is not nil.
func (*ThreeDSAddress) HasCountryCode ¶
func (o *ThreeDSAddress) HasCountryCode() bool
HasCountryCode returns a boolean if a field is not nil.
func (*ThreeDSAddress) HasLine1 ¶
func (o *ThreeDSAddress) HasLine1() bool
HasLine1 returns a boolean if a field is not nil.
func (*ThreeDSAddress) HasLine2 ¶
func (o *ThreeDSAddress) HasLine2() bool
HasLine2 returns a boolean if a field is not nil.
func (*ThreeDSAddress) HasLine3 ¶
func (o *ThreeDSAddress) HasLine3() bool
HasLine3 returns a boolean if a field is not nil.
func (*ThreeDSAddress) HasPostalCode ¶
func (o *ThreeDSAddress) HasPostalCode() bool
HasPostalCode returns a boolean if a field is not nil.
func (*ThreeDSAddress) HasStateCode ¶
func (o *ThreeDSAddress) HasStateCode() bool
HasStateCode returns a boolean if a field is not nil.
func (ThreeDSAddress) MarshalJSON ¶
func (o ThreeDSAddress) MarshalJSON() ([]byte, error)
func (*ThreeDSAddress) SetCity ¶
func (o *ThreeDSAddress) SetCity(v string)
SetCity gets a reference to the given NullableString and assigns it to the City field.
func (*ThreeDSAddress) SetCityNil ¶
func (o *ThreeDSAddress) SetCityNil()
SetCityNil sets the value for City to be an explicit nil
func (*ThreeDSAddress) SetCountryCode ¶
func (o *ThreeDSAddress) SetCountryCode(v string)
SetCountryCode gets a reference to the given NullableString and assigns it to the CountryCode field.
func (*ThreeDSAddress) SetCountryCodeNil ¶
func (o *ThreeDSAddress) SetCountryCodeNil()
SetCountryCodeNil sets the value for CountryCode to be an explicit nil
func (*ThreeDSAddress) SetLine1 ¶
func (o *ThreeDSAddress) SetLine1(v string)
SetLine1 gets a reference to the given NullableString and assigns it to the Line1 field.
func (*ThreeDSAddress) SetLine1Nil ¶
func (o *ThreeDSAddress) SetLine1Nil()
SetLine1Nil sets the value for Line1 to be an explicit nil
func (*ThreeDSAddress) SetLine2 ¶
func (o *ThreeDSAddress) SetLine2(v string)
SetLine2 gets a reference to the given NullableString and assigns it to the Line2 field.
func (*ThreeDSAddress) SetLine2Nil ¶
func (o *ThreeDSAddress) SetLine2Nil()
SetLine2Nil sets the value for Line2 to be an explicit nil
func (*ThreeDSAddress) SetLine3 ¶
func (o *ThreeDSAddress) SetLine3(v string)
SetLine3 gets a reference to the given NullableString and assigns it to the Line3 field.
func (*ThreeDSAddress) SetLine3Nil ¶
func (o *ThreeDSAddress) SetLine3Nil()
SetLine3Nil sets the value for Line3 to be an explicit nil
func (*ThreeDSAddress) SetPostalCode ¶
func (o *ThreeDSAddress) SetPostalCode(v string)
SetPostalCode gets a reference to the given NullableString and assigns it to the PostalCode field.
func (*ThreeDSAddress) SetPostalCodeNil ¶
func (o *ThreeDSAddress) SetPostalCodeNil()
SetPostalCodeNil sets the value for PostalCode to be an explicit nil
func (*ThreeDSAddress) SetStateCode ¶
func (o *ThreeDSAddress) SetStateCode(v string)
SetStateCode gets a reference to the given NullableString and assigns it to the StateCode field.
func (*ThreeDSAddress) SetStateCodeNil ¶
func (o *ThreeDSAddress) SetStateCodeNil()
SetStateCodeNil sets the value for StateCode to be an explicit nil
func (ThreeDSAddress) ToMap ¶
func (o ThreeDSAddress) ToMap() (map[string]interface{}, error)
func (*ThreeDSAddress) UnsetCity ¶
func (o *ThreeDSAddress) UnsetCity()
UnsetCity ensures that no value is present for City, not even an explicit nil
func (*ThreeDSAddress) UnsetCountryCode ¶
func (o *ThreeDSAddress) UnsetCountryCode()
UnsetCountryCode ensures that no value is present for CountryCode, not even an explicit nil
func (*ThreeDSAddress) UnsetLine1 ¶
func (o *ThreeDSAddress) UnsetLine1()
UnsetLine1 ensures that no value is present for Line1, not even an explicit nil
func (*ThreeDSAddress) UnsetLine2 ¶
func (o *ThreeDSAddress) UnsetLine2()
UnsetLine2 ensures that no value is present for Line2, not even an explicit nil
func (*ThreeDSAddress) UnsetLine3 ¶
func (o *ThreeDSAddress) UnsetLine3()
UnsetLine3 ensures that no value is present for Line3, not even an explicit nil
func (*ThreeDSAddress) UnsetPostalCode ¶
func (o *ThreeDSAddress) UnsetPostalCode()
UnsetPostalCode ensures that no value is present for PostalCode, not even an explicit nil
func (*ThreeDSAddress) UnsetStateCode ¶
func (o *ThreeDSAddress) UnsetStateCode()
UnsetStateCode ensures that no value is present for StateCode, not even an explicit nil
type ThreeDSApiService ¶
type ThreeDSApiService service
ThreeDSApiService ThreeDSApi service
func (*ThreeDSApiService) ThreeDSAuthenticateSession ¶
func (a *ThreeDSApiService) ThreeDSAuthenticateSession(ctx context.Context, sessionId string) ThreeDSApiThreeDSAuthenticateSessionRequest
ThreeDSAuthenticateSession Method for ThreeDSAuthenticateSession
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sessionId @return ThreeDSApiThreeDSAuthenticateSessionRequest
func (*ThreeDSApiService) ThreeDSAuthenticateSessionExecute ¶
func (a *ThreeDSApiService) ThreeDSAuthenticateSessionExecute(r ThreeDSApiThreeDSAuthenticateSessionRequest) (*ThreeDSAuthentication, *http.Response, error)
Execute executes the request
@return ThreeDSAuthentication
func (*ThreeDSApiService) ThreeDSCreateSession ¶ added in v6.1.0
func (a *ThreeDSApiService) ThreeDSCreateSession(ctx context.Context) ThreeDSApiThreeDSCreateSessionRequest
ThreeDSCreateSession Method for ThreeDSCreateSession
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ThreeDSApiThreeDSCreateSessionRequest
func (*ThreeDSApiService) ThreeDSCreateSessionExecute ¶ added in v6.1.0
func (a *ThreeDSApiService) ThreeDSCreateSessionExecute(r ThreeDSApiThreeDSCreateSessionRequest) (*CreateThreeDSSessionResponse, *http.Response, error)
Execute executes the request
@return CreateThreeDSSessionResponse
func (*ThreeDSApiService) ThreeDSGetChallengeResult ¶
func (a *ThreeDSApiService) ThreeDSGetChallengeResult(ctx context.Context, sessionId string) ThreeDSApiThreeDSGetChallengeResultRequest
ThreeDSGetChallengeResult Method for ThreeDSGetChallengeResult
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param sessionId @return ThreeDSApiThreeDSGetChallengeResultRequest
func (*ThreeDSApiService) ThreeDSGetChallengeResultExecute ¶
func (a *ThreeDSApiService) ThreeDSGetChallengeResultExecute(r ThreeDSApiThreeDSGetChallengeResultRequest) (*ThreeDSAuthentication, *http.Response, error)
Execute executes the request
@return ThreeDSAuthentication
func (*ThreeDSApiService) ThreeDSGetSessionById ¶
func (a *ThreeDSApiService) ThreeDSGetSessionById(ctx context.Context, id string) ThreeDSApiThreeDSGetSessionByIdRequest
ThreeDSGetSessionById Method for ThreeDSGetSessionById
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ThreeDSApiThreeDSGetSessionByIdRequest
func (*ThreeDSApiService) ThreeDSGetSessionByIdExecute ¶
func (a *ThreeDSApiService) ThreeDSGetSessionByIdExecute(r ThreeDSApiThreeDSGetSessionByIdRequest) (*ThreeDSSession, *http.Response, error)
Execute executes the request
@return ThreeDSSession
type ThreeDSApiThreeDSAuthenticateSessionRequest ¶
type ThreeDSApiThreeDSAuthenticateSessionRequest struct { ApiService *ThreeDSApiService // contains filtered or unexported fields }
func (ThreeDSApiThreeDSAuthenticateSessionRequest) AuthenticateThreeDSSessionRequest ¶
func (r ThreeDSApiThreeDSAuthenticateSessionRequest) AuthenticateThreeDSSessionRequest(authenticateThreeDSSessionRequest AuthenticateThreeDSSessionRequest) ThreeDSApiThreeDSAuthenticateSessionRequest
func (ThreeDSApiThreeDSAuthenticateSessionRequest) Execute ¶
func (r ThreeDSApiThreeDSAuthenticateSessionRequest) Execute() (*ThreeDSAuthentication, *http.Response, error)
type ThreeDSApiThreeDSCreateSessionRequest ¶ added in v6.1.0
type ThreeDSApiThreeDSCreateSessionRequest struct { ApiService *ThreeDSApiService // contains filtered or unexported fields }
func (ThreeDSApiThreeDSCreateSessionRequest) CreateThreeDSSessionRequest ¶ added in v6.1.0
func (r ThreeDSApiThreeDSCreateSessionRequest) CreateThreeDSSessionRequest(createThreeDSSessionRequest CreateThreeDSSessionRequest) ThreeDSApiThreeDSCreateSessionRequest
func (ThreeDSApiThreeDSCreateSessionRequest) Execute ¶ added in v6.1.0
func (r ThreeDSApiThreeDSCreateSessionRequest) Execute() (*CreateThreeDSSessionResponse, *http.Response, error)
type ThreeDSApiThreeDSGetChallengeResultRequest ¶
type ThreeDSApiThreeDSGetChallengeResultRequest struct { ApiService *ThreeDSApiService // contains filtered or unexported fields }
func (ThreeDSApiThreeDSGetChallengeResultRequest) Execute ¶
func (r ThreeDSApiThreeDSGetChallengeResultRequest) Execute() (*ThreeDSAuthentication, *http.Response, error)
type ThreeDSApiThreeDSGetSessionByIdRequest ¶
type ThreeDSApiThreeDSGetSessionByIdRequest struct { ApiService *ThreeDSApiService // contains filtered or unexported fields }
func (ThreeDSApiThreeDSGetSessionByIdRequest) Execute ¶
func (r ThreeDSApiThreeDSGetSessionByIdRequest) Execute() (*ThreeDSSession, *http.Response, error)
type ThreeDSAuthentication ¶
type ThreeDSAuthentication struct { PanTokenId NullableString `json:"pan_token_id,omitempty"` ThreedsVersion NullableString `json:"threeds_version,omitempty"` AcsTransactionId NullableString `json:"acs_transaction_id,omitempty"` DsTransactionId NullableString `json:"ds_transaction_id,omitempty"` SdkTransactionId NullableString `json:"sdk_transaction_id,omitempty"` AcsReferenceNumber NullableString `json:"acs_reference_number,omitempty"` DsReferenceNumber NullableString `json:"ds_reference_number,omitempty"` AuthenticationValue NullableString `json:"authentication_value,omitempty"` AuthenticationStatus NullableString `json:"authentication_status,omitempty"` AuthenticationStatusCode NullableString `json:"authentication_status_code,omitempty"` AuthenticationStatusReason NullableString `json:"authentication_status_reason,omitempty"` Eci NullableString `json:"eci,omitempty"` AcsChallengeMandated NullableString `json:"acs_challenge_mandated,omitempty"` AcsDecoupledAuthentication NullableString `json:"acs_decoupled_authentication,omitempty"` AuthenticationChallengeType NullableString `json:"authentication_challenge_type,omitempty"` AcsRenderingType *ThreeDSAcsRenderingType `json:"acs_rendering_type,omitempty"` AcsSignedContent NullableString `json:"acs_signed_content,omitempty"` AcsChallengeUrl NullableString `json:"acs_challenge_url,omitempty"` ChallengeAttempts NullableString `json:"challenge_attempts,omitempty"` ChallengeCancelReason NullableString `json:"challenge_cancel_reason,omitempty"` CardholderInfo NullableString `json:"cardholder_info,omitempty"` WhitelistStatus NullableString `json:"whitelist_status,omitempty"` WhitelistStatusSource NullableString `json:"whitelist_status_source,omitempty"` MessageExtensions []ThreeDSMessageExtension `json:"message_extensions,omitempty"` }
ThreeDSAuthentication struct for ThreeDSAuthentication
func NewThreeDSAuthentication ¶
func NewThreeDSAuthentication() *ThreeDSAuthentication
NewThreeDSAuthentication instantiates a new ThreeDSAuthentication 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 NewThreeDSAuthenticationWithDefaults ¶
func NewThreeDSAuthenticationWithDefaults() *ThreeDSAuthentication
NewThreeDSAuthenticationWithDefaults instantiates a new ThreeDSAuthentication 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 (*ThreeDSAuthentication) GetAcsChallengeMandated ¶
func (o *ThreeDSAuthentication) GetAcsChallengeMandated() string
GetAcsChallengeMandated returns the AcsChallengeMandated field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSAuthentication) GetAcsChallengeMandatedOk ¶
func (o *ThreeDSAuthentication) GetAcsChallengeMandatedOk() (*string, bool)
GetAcsChallengeMandatedOk returns a tuple with the AcsChallengeMandated field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSAuthentication) GetAcsChallengeUrl ¶
func (o *ThreeDSAuthentication) GetAcsChallengeUrl() string
GetAcsChallengeUrl returns the AcsChallengeUrl field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSAuthentication) GetAcsChallengeUrlOk ¶
func (o *ThreeDSAuthentication) GetAcsChallengeUrlOk() (*string, bool)
GetAcsChallengeUrlOk returns a tuple with the AcsChallengeUrl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSAuthentication) GetAcsDecoupledAuthentication ¶
func (o *ThreeDSAuthentication) GetAcsDecoupledAuthentication() string
GetAcsDecoupledAuthentication returns the AcsDecoupledAuthentication field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSAuthentication) GetAcsDecoupledAuthenticationOk ¶
func (o *ThreeDSAuthentication) GetAcsDecoupledAuthenticationOk() (*string, bool)
GetAcsDecoupledAuthenticationOk returns a tuple with the AcsDecoupledAuthentication field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSAuthentication) GetAcsReferenceNumber ¶
func (o *ThreeDSAuthentication) GetAcsReferenceNumber() string
GetAcsReferenceNumber returns the AcsReferenceNumber field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSAuthentication) GetAcsReferenceNumberOk ¶
func (o *ThreeDSAuthentication) GetAcsReferenceNumberOk() (*string, bool)
GetAcsReferenceNumberOk returns a tuple with the AcsReferenceNumber field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSAuthentication) GetAcsRenderingType ¶
func (o *ThreeDSAuthentication) GetAcsRenderingType() ThreeDSAcsRenderingType
GetAcsRenderingType returns the AcsRenderingType field value if set, zero value otherwise.
func (*ThreeDSAuthentication) GetAcsRenderingTypeOk ¶
func (o *ThreeDSAuthentication) GetAcsRenderingTypeOk() (*ThreeDSAcsRenderingType, bool)
GetAcsRenderingTypeOk returns a tuple with the AcsRenderingType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThreeDSAuthentication) GetAcsSignedContent ¶
func (o *ThreeDSAuthentication) GetAcsSignedContent() string
GetAcsSignedContent returns the AcsSignedContent field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSAuthentication) GetAcsSignedContentOk ¶
func (o *ThreeDSAuthentication) GetAcsSignedContentOk() (*string, bool)
GetAcsSignedContentOk returns a tuple with the AcsSignedContent field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSAuthentication) GetAcsTransactionId ¶
func (o *ThreeDSAuthentication) GetAcsTransactionId() string
GetAcsTransactionId returns the AcsTransactionId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSAuthentication) GetAcsTransactionIdOk ¶
func (o *ThreeDSAuthentication) GetAcsTransactionIdOk() (*string, bool)
GetAcsTransactionIdOk returns a tuple with the AcsTransactionId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSAuthentication) GetAuthenticationChallengeType ¶
func (o *ThreeDSAuthentication) GetAuthenticationChallengeType() string
GetAuthenticationChallengeType returns the AuthenticationChallengeType field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSAuthentication) GetAuthenticationChallengeTypeOk ¶
func (o *ThreeDSAuthentication) GetAuthenticationChallengeTypeOk() (*string, bool)
GetAuthenticationChallengeTypeOk returns a tuple with the AuthenticationChallengeType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSAuthentication) GetAuthenticationStatus ¶
func (o *ThreeDSAuthentication) GetAuthenticationStatus() string
GetAuthenticationStatus returns the AuthenticationStatus field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSAuthentication) GetAuthenticationStatusCode ¶
func (o *ThreeDSAuthentication) GetAuthenticationStatusCode() string
GetAuthenticationStatusCode returns the AuthenticationStatusCode field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSAuthentication) GetAuthenticationStatusCodeOk ¶
func (o *ThreeDSAuthentication) GetAuthenticationStatusCodeOk() (*string, bool)
GetAuthenticationStatusCodeOk returns a tuple with the AuthenticationStatusCode field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSAuthentication) GetAuthenticationStatusOk ¶
func (o *ThreeDSAuthentication) GetAuthenticationStatusOk() (*string, bool)
GetAuthenticationStatusOk returns a tuple with the AuthenticationStatus field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSAuthentication) GetAuthenticationStatusReason ¶
func (o *ThreeDSAuthentication) GetAuthenticationStatusReason() string
GetAuthenticationStatusReason returns the AuthenticationStatusReason field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSAuthentication) GetAuthenticationStatusReasonOk ¶
func (o *ThreeDSAuthentication) GetAuthenticationStatusReasonOk() (*string, bool)
GetAuthenticationStatusReasonOk returns a tuple with the AuthenticationStatusReason field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSAuthentication) GetAuthenticationValue ¶
func (o *ThreeDSAuthentication) GetAuthenticationValue() string
GetAuthenticationValue returns the AuthenticationValue field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSAuthentication) GetAuthenticationValueOk ¶
func (o *ThreeDSAuthentication) GetAuthenticationValueOk() (*string, bool)
GetAuthenticationValueOk returns a tuple with the AuthenticationValue field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSAuthentication) GetCardholderInfo ¶
func (o *ThreeDSAuthentication) GetCardholderInfo() string
GetCardholderInfo returns the CardholderInfo field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSAuthentication) GetCardholderInfoOk ¶
func (o *ThreeDSAuthentication) GetCardholderInfoOk() (*string, bool)
GetCardholderInfoOk returns a tuple with the CardholderInfo field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSAuthentication) GetChallengeAttempts ¶
func (o *ThreeDSAuthentication) GetChallengeAttempts() string
GetChallengeAttempts returns the ChallengeAttempts field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSAuthentication) GetChallengeAttemptsOk ¶
func (o *ThreeDSAuthentication) GetChallengeAttemptsOk() (*string, bool)
GetChallengeAttemptsOk returns a tuple with the ChallengeAttempts field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSAuthentication) GetChallengeCancelReason ¶
func (o *ThreeDSAuthentication) GetChallengeCancelReason() string
GetChallengeCancelReason returns the ChallengeCancelReason field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSAuthentication) GetChallengeCancelReasonOk ¶
func (o *ThreeDSAuthentication) GetChallengeCancelReasonOk() (*string, bool)
GetChallengeCancelReasonOk returns a tuple with the ChallengeCancelReason field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSAuthentication) GetDsReferenceNumber ¶
func (o *ThreeDSAuthentication) GetDsReferenceNumber() string
GetDsReferenceNumber returns the DsReferenceNumber field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSAuthentication) GetDsReferenceNumberOk ¶
func (o *ThreeDSAuthentication) GetDsReferenceNumberOk() (*string, bool)
GetDsReferenceNumberOk returns a tuple with the DsReferenceNumber field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSAuthentication) GetDsTransactionId ¶
func (o *ThreeDSAuthentication) GetDsTransactionId() string
GetDsTransactionId returns the DsTransactionId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSAuthentication) GetDsTransactionIdOk ¶
func (o *ThreeDSAuthentication) GetDsTransactionIdOk() (*string, bool)
GetDsTransactionIdOk returns a tuple with the DsTransactionId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSAuthentication) GetEci ¶
func (o *ThreeDSAuthentication) GetEci() string
GetEci returns the Eci field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSAuthentication) GetEciOk ¶
func (o *ThreeDSAuthentication) GetEciOk() (*string, bool)
GetEciOk returns a tuple with the Eci field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSAuthentication) GetMessageExtensions ¶
func (o *ThreeDSAuthentication) GetMessageExtensions() []ThreeDSMessageExtension
GetMessageExtensions returns the MessageExtensions field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSAuthentication) GetMessageExtensionsOk ¶
func (o *ThreeDSAuthentication) GetMessageExtensionsOk() ([]ThreeDSMessageExtension, bool)
GetMessageExtensionsOk returns a tuple with the MessageExtensions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSAuthentication) GetPanTokenId ¶
func (o *ThreeDSAuthentication) GetPanTokenId() string
GetPanTokenId returns the PanTokenId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSAuthentication) GetPanTokenIdOk ¶
func (o *ThreeDSAuthentication) GetPanTokenIdOk() (*string, bool)
GetPanTokenIdOk returns a tuple with the PanTokenId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSAuthentication) GetSdkTransactionId ¶
func (o *ThreeDSAuthentication) GetSdkTransactionId() string
GetSdkTransactionId returns the SdkTransactionId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSAuthentication) GetSdkTransactionIdOk ¶
func (o *ThreeDSAuthentication) GetSdkTransactionIdOk() (*string, bool)
GetSdkTransactionIdOk returns a tuple with the SdkTransactionId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSAuthentication) GetThreedsVersion ¶
func (o *ThreeDSAuthentication) GetThreedsVersion() string
GetThreedsVersion returns the ThreedsVersion field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSAuthentication) GetThreedsVersionOk ¶
func (o *ThreeDSAuthentication) GetThreedsVersionOk() (*string, bool)
GetThreedsVersionOk returns a tuple with the ThreedsVersion field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSAuthentication) GetWhitelistStatus ¶
func (o *ThreeDSAuthentication) GetWhitelistStatus() string
GetWhitelistStatus returns the WhitelistStatus field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSAuthentication) GetWhitelistStatusOk ¶
func (o *ThreeDSAuthentication) GetWhitelistStatusOk() (*string, bool)
GetWhitelistStatusOk returns a tuple with the WhitelistStatus field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSAuthentication) GetWhitelistStatusSource ¶
func (o *ThreeDSAuthentication) GetWhitelistStatusSource() string
GetWhitelistStatusSource returns the WhitelistStatusSource field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSAuthentication) GetWhitelistStatusSourceOk ¶
func (o *ThreeDSAuthentication) GetWhitelistStatusSourceOk() (*string, bool)
GetWhitelistStatusSourceOk returns a tuple with the WhitelistStatusSource field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSAuthentication) HasAcsChallengeMandated ¶
func (o *ThreeDSAuthentication) HasAcsChallengeMandated() bool
HasAcsChallengeMandated returns a boolean if a field is not nil.
func (*ThreeDSAuthentication) HasAcsChallengeUrl ¶
func (o *ThreeDSAuthentication) HasAcsChallengeUrl() bool
HasAcsChallengeUrl returns a boolean if a field is not nil.
func (*ThreeDSAuthentication) HasAcsDecoupledAuthentication ¶
func (o *ThreeDSAuthentication) HasAcsDecoupledAuthentication() bool
HasAcsDecoupledAuthentication returns a boolean if a field is not nil.
func (*ThreeDSAuthentication) HasAcsReferenceNumber ¶
func (o *ThreeDSAuthentication) HasAcsReferenceNumber() bool
HasAcsReferenceNumber returns a boolean if a field is not nil.
func (*ThreeDSAuthentication) HasAcsRenderingType ¶
func (o *ThreeDSAuthentication) HasAcsRenderingType() bool
HasAcsRenderingType returns a boolean if a field is not nil.
func (*ThreeDSAuthentication) HasAcsSignedContent ¶
func (o *ThreeDSAuthentication) HasAcsSignedContent() bool
HasAcsSignedContent returns a boolean if a field is not nil.
func (*ThreeDSAuthentication) HasAcsTransactionId ¶
func (o *ThreeDSAuthentication) HasAcsTransactionId() bool
HasAcsTransactionId returns a boolean if a field is not nil.
func (*ThreeDSAuthentication) HasAuthenticationChallengeType ¶
func (o *ThreeDSAuthentication) HasAuthenticationChallengeType() bool
HasAuthenticationChallengeType returns a boolean if a field is not nil.
func (*ThreeDSAuthentication) HasAuthenticationStatus ¶
func (o *ThreeDSAuthentication) HasAuthenticationStatus() bool
HasAuthenticationStatus returns a boolean if a field is not nil.
func (*ThreeDSAuthentication) HasAuthenticationStatusCode ¶
func (o *ThreeDSAuthentication) HasAuthenticationStatusCode() bool
HasAuthenticationStatusCode returns a boolean if a field is not nil.
func (*ThreeDSAuthentication) HasAuthenticationStatusReason ¶
func (o *ThreeDSAuthentication) HasAuthenticationStatusReason() bool
HasAuthenticationStatusReason returns a boolean if a field is not nil.
func (*ThreeDSAuthentication) HasAuthenticationValue ¶
func (o *ThreeDSAuthentication) HasAuthenticationValue() bool
HasAuthenticationValue returns a boolean if a field is not nil.
func (*ThreeDSAuthentication) HasCardholderInfo ¶
func (o *ThreeDSAuthentication) HasCardholderInfo() bool
HasCardholderInfo returns a boolean if a field is not nil.
func (*ThreeDSAuthentication) HasChallengeAttempts ¶
func (o *ThreeDSAuthentication) HasChallengeAttempts() bool
HasChallengeAttempts returns a boolean if a field is not nil.
func (*ThreeDSAuthentication) HasChallengeCancelReason ¶
func (o *ThreeDSAuthentication) HasChallengeCancelReason() bool
HasChallengeCancelReason returns a boolean if a field is not nil.
func (*ThreeDSAuthentication) HasDsReferenceNumber ¶
func (o *ThreeDSAuthentication) HasDsReferenceNumber() bool
HasDsReferenceNumber returns a boolean if a field is not nil.
func (*ThreeDSAuthentication) HasDsTransactionId ¶
func (o *ThreeDSAuthentication) HasDsTransactionId() bool
HasDsTransactionId returns a boolean if a field is not nil.
func (*ThreeDSAuthentication) HasEci ¶
func (o *ThreeDSAuthentication) HasEci() bool
HasEci returns a boolean if a field is not nil.
func (*ThreeDSAuthentication) HasMessageExtensions ¶
func (o *ThreeDSAuthentication) HasMessageExtensions() bool
HasMessageExtensions returns a boolean if a field is not nil.
func (*ThreeDSAuthentication) HasPanTokenId ¶
func (o *ThreeDSAuthentication) HasPanTokenId() bool
HasPanTokenId returns a boolean if a field is not nil.
func (*ThreeDSAuthentication) HasSdkTransactionId ¶
func (o *ThreeDSAuthentication) HasSdkTransactionId() bool
HasSdkTransactionId returns a boolean if a field is not nil.
func (*ThreeDSAuthentication) HasThreedsVersion ¶
func (o *ThreeDSAuthentication) HasThreedsVersion() bool
HasThreedsVersion returns a boolean if a field is not nil.
func (*ThreeDSAuthentication) HasWhitelistStatus ¶
func (o *ThreeDSAuthentication) HasWhitelistStatus() bool
HasWhitelistStatus returns a boolean if a field is not nil.
func (*ThreeDSAuthentication) HasWhitelistStatusSource ¶
func (o *ThreeDSAuthentication) HasWhitelistStatusSource() bool
HasWhitelistStatusSource returns a boolean if a field is not nil.
func (ThreeDSAuthentication) MarshalJSON ¶
func (o ThreeDSAuthentication) MarshalJSON() ([]byte, error)
func (*ThreeDSAuthentication) SetAcsChallengeMandated ¶
func (o *ThreeDSAuthentication) SetAcsChallengeMandated(v string)
SetAcsChallengeMandated gets a reference to the given NullableString and assigns it to the AcsChallengeMandated field.
func (*ThreeDSAuthentication) SetAcsChallengeMandatedNil ¶
func (o *ThreeDSAuthentication) SetAcsChallengeMandatedNil()
SetAcsChallengeMandatedNil sets the value for AcsChallengeMandated to be an explicit nil
func (*ThreeDSAuthentication) SetAcsChallengeUrl ¶
func (o *ThreeDSAuthentication) SetAcsChallengeUrl(v string)
SetAcsChallengeUrl gets a reference to the given NullableString and assigns it to the AcsChallengeUrl field.
func (*ThreeDSAuthentication) SetAcsChallengeUrlNil ¶
func (o *ThreeDSAuthentication) SetAcsChallengeUrlNil()
SetAcsChallengeUrlNil sets the value for AcsChallengeUrl to be an explicit nil
func (*ThreeDSAuthentication) SetAcsDecoupledAuthentication ¶
func (o *ThreeDSAuthentication) SetAcsDecoupledAuthentication(v string)
SetAcsDecoupledAuthentication gets a reference to the given NullableString and assigns it to the AcsDecoupledAuthentication field.
func (*ThreeDSAuthentication) SetAcsDecoupledAuthenticationNil ¶
func (o *ThreeDSAuthentication) SetAcsDecoupledAuthenticationNil()
SetAcsDecoupledAuthenticationNil sets the value for AcsDecoupledAuthentication to be an explicit nil
func (*ThreeDSAuthentication) SetAcsReferenceNumber ¶
func (o *ThreeDSAuthentication) SetAcsReferenceNumber(v string)
SetAcsReferenceNumber gets a reference to the given NullableString and assigns it to the AcsReferenceNumber field.
func (*ThreeDSAuthentication) SetAcsReferenceNumberNil ¶
func (o *ThreeDSAuthentication) SetAcsReferenceNumberNil()
SetAcsReferenceNumberNil sets the value for AcsReferenceNumber to be an explicit nil
func (*ThreeDSAuthentication) SetAcsRenderingType ¶
func (o *ThreeDSAuthentication) SetAcsRenderingType(v ThreeDSAcsRenderingType)
SetAcsRenderingType gets a reference to the given ThreeDSAcsRenderingType and assigns it to the AcsRenderingType field.
func (*ThreeDSAuthentication) SetAcsSignedContent ¶
func (o *ThreeDSAuthentication) SetAcsSignedContent(v string)
SetAcsSignedContent gets a reference to the given NullableString and assigns it to the AcsSignedContent field.
func (*ThreeDSAuthentication) SetAcsSignedContentNil ¶
func (o *ThreeDSAuthentication) SetAcsSignedContentNil()
SetAcsSignedContentNil sets the value for AcsSignedContent to be an explicit nil
func (*ThreeDSAuthentication) SetAcsTransactionId ¶
func (o *ThreeDSAuthentication) SetAcsTransactionId(v string)
SetAcsTransactionId gets a reference to the given NullableString and assigns it to the AcsTransactionId field.
func (*ThreeDSAuthentication) SetAcsTransactionIdNil ¶
func (o *ThreeDSAuthentication) SetAcsTransactionIdNil()
SetAcsTransactionIdNil sets the value for AcsTransactionId to be an explicit nil
func (*ThreeDSAuthentication) SetAuthenticationChallengeType ¶
func (o *ThreeDSAuthentication) SetAuthenticationChallengeType(v string)
SetAuthenticationChallengeType gets a reference to the given NullableString and assigns it to the AuthenticationChallengeType field.
func (*ThreeDSAuthentication) SetAuthenticationChallengeTypeNil ¶
func (o *ThreeDSAuthentication) SetAuthenticationChallengeTypeNil()
SetAuthenticationChallengeTypeNil sets the value for AuthenticationChallengeType to be an explicit nil
func (*ThreeDSAuthentication) SetAuthenticationStatus ¶
func (o *ThreeDSAuthentication) SetAuthenticationStatus(v string)
SetAuthenticationStatus gets a reference to the given NullableString and assigns it to the AuthenticationStatus field.
func (*ThreeDSAuthentication) SetAuthenticationStatusCode ¶
func (o *ThreeDSAuthentication) SetAuthenticationStatusCode(v string)
SetAuthenticationStatusCode gets a reference to the given NullableString and assigns it to the AuthenticationStatusCode field.
func (*ThreeDSAuthentication) SetAuthenticationStatusCodeNil ¶
func (o *ThreeDSAuthentication) SetAuthenticationStatusCodeNil()
SetAuthenticationStatusCodeNil sets the value for AuthenticationStatusCode to be an explicit nil
func (*ThreeDSAuthentication) SetAuthenticationStatusNil ¶
func (o *ThreeDSAuthentication) SetAuthenticationStatusNil()
SetAuthenticationStatusNil sets the value for AuthenticationStatus to be an explicit nil
func (*ThreeDSAuthentication) SetAuthenticationStatusReason ¶
func (o *ThreeDSAuthentication) SetAuthenticationStatusReason(v string)
SetAuthenticationStatusReason gets a reference to the given NullableString and assigns it to the AuthenticationStatusReason field.
func (*ThreeDSAuthentication) SetAuthenticationStatusReasonNil ¶
func (o *ThreeDSAuthentication) SetAuthenticationStatusReasonNil()
SetAuthenticationStatusReasonNil sets the value for AuthenticationStatusReason to be an explicit nil
func (*ThreeDSAuthentication) SetAuthenticationValue ¶
func (o *ThreeDSAuthentication) SetAuthenticationValue(v string)
SetAuthenticationValue gets a reference to the given NullableString and assigns it to the AuthenticationValue field.
func (*ThreeDSAuthentication) SetAuthenticationValueNil ¶
func (o *ThreeDSAuthentication) SetAuthenticationValueNil()
SetAuthenticationValueNil sets the value for AuthenticationValue to be an explicit nil
func (*ThreeDSAuthentication) SetCardholderInfo ¶
func (o *ThreeDSAuthentication) SetCardholderInfo(v string)
SetCardholderInfo gets a reference to the given NullableString and assigns it to the CardholderInfo field.
func (*ThreeDSAuthentication) SetCardholderInfoNil ¶
func (o *ThreeDSAuthentication) SetCardholderInfoNil()
SetCardholderInfoNil sets the value for CardholderInfo to be an explicit nil
func (*ThreeDSAuthentication) SetChallengeAttempts ¶
func (o *ThreeDSAuthentication) SetChallengeAttempts(v string)
SetChallengeAttempts gets a reference to the given NullableString and assigns it to the ChallengeAttempts field.
func (*ThreeDSAuthentication) SetChallengeAttemptsNil ¶
func (o *ThreeDSAuthentication) SetChallengeAttemptsNil()
SetChallengeAttemptsNil sets the value for ChallengeAttempts to be an explicit nil
func (*ThreeDSAuthentication) SetChallengeCancelReason ¶
func (o *ThreeDSAuthentication) SetChallengeCancelReason(v string)
SetChallengeCancelReason gets a reference to the given NullableString and assigns it to the ChallengeCancelReason field.
func (*ThreeDSAuthentication) SetChallengeCancelReasonNil ¶
func (o *ThreeDSAuthentication) SetChallengeCancelReasonNil()
SetChallengeCancelReasonNil sets the value for ChallengeCancelReason to be an explicit nil
func (*ThreeDSAuthentication) SetDsReferenceNumber ¶
func (o *ThreeDSAuthentication) SetDsReferenceNumber(v string)
SetDsReferenceNumber gets a reference to the given NullableString and assigns it to the DsReferenceNumber field.
func (*ThreeDSAuthentication) SetDsReferenceNumberNil ¶
func (o *ThreeDSAuthentication) SetDsReferenceNumberNil()
SetDsReferenceNumberNil sets the value for DsReferenceNumber to be an explicit nil
func (*ThreeDSAuthentication) SetDsTransactionId ¶
func (o *ThreeDSAuthentication) SetDsTransactionId(v string)
SetDsTransactionId gets a reference to the given NullableString and assigns it to the DsTransactionId field.
func (*ThreeDSAuthentication) SetDsTransactionIdNil ¶
func (o *ThreeDSAuthentication) SetDsTransactionIdNil()
SetDsTransactionIdNil sets the value for DsTransactionId to be an explicit nil
func (*ThreeDSAuthentication) SetEci ¶
func (o *ThreeDSAuthentication) SetEci(v string)
SetEci gets a reference to the given NullableString and assigns it to the Eci field.
func (*ThreeDSAuthentication) SetEciNil ¶
func (o *ThreeDSAuthentication) SetEciNil()
SetEciNil sets the value for Eci to be an explicit nil
func (*ThreeDSAuthentication) SetMessageExtensions ¶
func (o *ThreeDSAuthentication) SetMessageExtensions(v []ThreeDSMessageExtension)
SetMessageExtensions gets a reference to the given []ThreeDSMessageExtension and assigns it to the MessageExtensions field.
func (*ThreeDSAuthentication) SetPanTokenId ¶
func (o *ThreeDSAuthentication) SetPanTokenId(v string)
SetPanTokenId gets a reference to the given NullableString and assigns it to the PanTokenId field.
func (*ThreeDSAuthentication) SetPanTokenIdNil ¶
func (o *ThreeDSAuthentication) SetPanTokenIdNil()
SetPanTokenIdNil sets the value for PanTokenId to be an explicit nil
func (*ThreeDSAuthentication) SetSdkTransactionId ¶
func (o *ThreeDSAuthentication) SetSdkTransactionId(v string)
SetSdkTransactionId gets a reference to the given NullableString and assigns it to the SdkTransactionId field.
func (*ThreeDSAuthentication) SetSdkTransactionIdNil ¶
func (o *ThreeDSAuthentication) SetSdkTransactionIdNil()
SetSdkTransactionIdNil sets the value for SdkTransactionId to be an explicit nil
func (*ThreeDSAuthentication) SetThreedsVersion ¶
func (o *ThreeDSAuthentication) SetThreedsVersion(v string)
SetThreedsVersion gets a reference to the given NullableString and assigns it to the ThreedsVersion field.
func (*ThreeDSAuthentication) SetThreedsVersionNil ¶
func (o *ThreeDSAuthentication) SetThreedsVersionNil()
SetThreedsVersionNil sets the value for ThreedsVersion to be an explicit nil
func (*ThreeDSAuthentication) SetWhitelistStatus ¶
func (o *ThreeDSAuthentication) SetWhitelistStatus(v string)
SetWhitelistStatus gets a reference to the given NullableString and assigns it to the WhitelistStatus field.
func (*ThreeDSAuthentication) SetWhitelistStatusNil ¶
func (o *ThreeDSAuthentication) SetWhitelistStatusNil()
SetWhitelistStatusNil sets the value for WhitelistStatus to be an explicit nil
func (*ThreeDSAuthentication) SetWhitelistStatusSource ¶
func (o *ThreeDSAuthentication) SetWhitelistStatusSource(v string)
SetWhitelistStatusSource gets a reference to the given NullableString and assigns it to the WhitelistStatusSource field.
func (*ThreeDSAuthentication) SetWhitelistStatusSourceNil ¶
func (o *ThreeDSAuthentication) SetWhitelistStatusSourceNil()
SetWhitelistStatusSourceNil sets the value for WhitelistStatusSource to be an explicit nil
func (ThreeDSAuthentication) ToMap ¶
func (o ThreeDSAuthentication) ToMap() (map[string]interface{}, error)
func (*ThreeDSAuthentication) UnsetAcsChallengeMandated ¶
func (o *ThreeDSAuthentication) UnsetAcsChallengeMandated()
UnsetAcsChallengeMandated ensures that no value is present for AcsChallengeMandated, not even an explicit nil
func (*ThreeDSAuthentication) UnsetAcsChallengeUrl ¶
func (o *ThreeDSAuthentication) UnsetAcsChallengeUrl()
UnsetAcsChallengeUrl ensures that no value is present for AcsChallengeUrl, not even an explicit nil
func (*ThreeDSAuthentication) UnsetAcsDecoupledAuthentication ¶
func (o *ThreeDSAuthentication) UnsetAcsDecoupledAuthentication()
UnsetAcsDecoupledAuthentication ensures that no value is present for AcsDecoupledAuthentication, not even an explicit nil
func (*ThreeDSAuthentication) UnsetAcsReferenceNumber ¶
func (o *ThreeDSAuthentication) UnsetAcsReferenceNumber()
UnsetAcsReferenceNumber ensures that no value is present for AcsReferenceNumber, not even an explicit nil
func (*ThreeDSAuthentication) UnsetAcsSignedContent ¶
func (o *ThreeDSAuthentication) UnsetAcsSignedContent()
UnsetAcsSignedContent ensures that no value is present for AcsSignedContent, not even an explicit nil
func (*ThreeDSAuthentication) UnsetAcsTransactionId ¶
func (o *ThreeDSAuthentication) UnsetAcsTransactionId()
UnsetAcsTransactionId ensures that no value is present for AcsTransactionId, not even an explicit nil
func (*ThreeDSAuthentication) UnsetAuthenticationChallengeType ¶
func (o *ThreeDSAuthentication) UnsetAuthenticationChallengeType()
UnsetAuthenticationChallengeType ensures that no value is present for AuthenticationChallengeType, not even an explicit nil
func (*ThreeDSAuthentication) UnsetAuthenticationStatus ¶
func (o *ThreeDSAuthentication) UnsetAuthenticationStatus()
UnsetAuthenticationStatus ensures that no value is present for AuthenticationStatus, not even an explicit nil
func (*ThreeDSAuthentication) UnsetAuthenticationStatusCode ¶
func (o *ThreeDSAuthentication) UnsetAuthenticationStatusCode()
UnsetAuthenticationStatusCode ensures that no value is present for AuthenticationStatusCode, not even an explicit nil
func (*ThreeDSAuthentication) UnsetAuthenticationStatusReason ¶
func (o *ThreeDSAuthentication) UnsetAuthenticationStatusReason()
UnsetAuthenticationStatusReason ensures that no value is present for AuthenticationStatusReason, not even an explicit nil
func (*ThreeDSAuthentication) UnsetAuthenticationValue ¶
func (o *ThreeDSAuthentication) UnsetAuthenticationValue()
UnsetAuthenticationValue ensures that no value is present for AuthenticationValue, not even an explicit nil
func (*ThreeDSAuthentication) UnsetCardholderInfo ¶
func (o *ThreeDSAuthentication) UnsetCardholderInfo()
UnsetCardholderInfo ensures that no value is present for CardholderInfo, not even an explicit nil
func (*ThreeDSAuthentication) UnsetChallengeAttempts ¶
func (o *ThreeDSAuthentication) UnsetChallengeAttempts()
UnsetChallengeAttempts ensures that no value is present for ChallengeAttempts, not even an explicit nil
func (*ThreeDSAuthentication) UnsetChallengeCancelReason ¶
func (o *ThreeDSAuthentication) UnsetChallengeCancelReason()
UnsetChallengeCancelReason ensures that no value is present for ChallengeCancelReason, not even an explicit nil
func (*ThreeDSAuthentication) UnsetDsReferenceNumber ¶
func (o *ThreeDSAuthentication) UnsetDsReferenceNumber()
UnsetDsReferenceNumber ensures that no value is present for DsReferenceNumber, not even an explicit nil
func (*ThreeDSAuthentication) UnsetDsTransactionId ¶
func (o *ThreeDSAuthentication) UnsetDsTransactionId()
UnsetDsTransactionId ensures that no value is present for DsTransactionId, not even an explicit nil
func (*ThreeDSAuthentication) UnsetEci ¶
func (o *ThreeDSAuthentication) UnsetEci()
UnsetEci ensures that no value is present for Eci, not even an explicit nil
func (*ThreeDSAuthentication) UnsetPanTokenId ¶
func (o *ThreeDSAuthentication) UnsetPanTokenId()
UnsetPanTokenId ensures that no value is present for PanTokenId, not even an explicit nil
func (*ThreeDSAuthentication) UnsetSdkTransactionId ¶
func (o *ThreeDSAuthentication) UnsetSdkTransactionId()
UnsetSdkTransactionId ensures that no value is present for SdkTransactionId, not even an explicit nil
func (*ThreeDSAuthentication) UnsetThreedsVersion ¶
func (o *ThreeDSAuthentication) UnsetThreedsVersion()
UnsetThreedsVersion ensures that no value is present for ThreedsVersion, not even an explicit nil
func (*ThreeDSAuthentication) UnsetWhitelistStatus ¶
func (o *ThreeDSAuthentication) UnsetWhitelistStatus()
UnsetWhitelistStatus ensures that no value is present for WhitelistStatus, not even an explicit nil
func (*ThreeDSAuthentication) UnsetWhitelistStatusSource ¶
func (o *ThreeDSAuthentication) UnsetWhitelistStatusSource()
UnsetWhitelistStatusSource ensures that no value is present for WhitelistStatusSource, not even an explicit nil
type ThreeDSCardholderAccountInfo ¶
type ThreeDSCardholderAccountInfo struct { AccountAge NullableString `json:"account_age,omitempty"` AccountLastChanged NullableString `json:"account_last_changed,omitempty"` AccountChangeDate NullableString `json:"account_change_date,omitempty"` AccountCreatedDate NullableString `json:"account_created_date,omitempty"` AccountPwdLastChanged NullableString `json:"account_pwd_last_changed,omitempty"` AccountPwdChangeDate NullableString `json:"account_pwd_change_date,omitempty"` PurchaseCountHalfYear NullableString `json:"purchase_count_half_year,omitempty"` TransactionCountDay NullableString `json:"transaction_count_day,omitempty"` PaymentAccountAge NullableString `json:"payment_account_age,omitempty"` TransactionCountYear NullableString `json:"transaction_count_year,omitempty"` PaymentAccountCreated NullableString `json:"payment_account_created,omitempty"` ShippingAddressFirstUsed NullableString `json:"shipping_address_first_used,omitempty"` ShippingAddressUsageDate NullableString `json:"shipping_address_usage_date,omitempty"` ShippingAccountNameMatch NullableBool `json:"shipping_account_name_match,omitempty"` SuspiciousActivityObserved NullableBool `json:"suspicious_activity_observed,omitempty"` }
ThreeDSCardholderAccountInfo struct for ThreeDSCardholderAccountInfo
func NewThreeDSCardholderAccountInfo ¶
func NewThreeDSCardholderAccountInfo() *ThreeDSCardholderAccountInfo
NewThreeDSCardholderAccountInfo instantiates a new ThreeDSCardholderAccountInfo 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 NewThreeDSCardholderAccountInfoWithDefaults ¶
func NewThreeDSCardholderAccountInfoWithDefaults() *ThreeDSCardholderAccountInfo
NewThreeDSCardholderAccountInfoWithDefaults instantiates a new ThreeDSCardholderAccountInfo 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 (*ThreeDSCardholderAccountInfo) GetAccountAge ¶
func (o *ThreeDSCardholderAccountInfo) GetAccountAge() string
GetAccountAge returns the AccountAge field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSCardholderAccountInfo) GetAccountAgeOk ¶
func (o *ThreeDSCardholderAccountInfo) GetAccountAgeOk() (*string, bool)
GetAccountAgeOk returns a tuple with the AccountAge field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSCardholderAccountInfo) GetAccountChangeDate ¶
func (o *ThreeDSCardholderAccountInfo) GetAccountChangeDate() string
GetAccountChangeDate returns the AccountChangeDate field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSCardholderAccountInfo) GetAccountChangeDateOk ¶
func (o *ThreeDSCardholderAccountInfo) GetAccountChangeDateOk() (*string, bool)
GetAccountChangeDateOk returns a tuple with the AccountChangeDate field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSCardholderAccountInfo) GetAccountCreatedDate ¶
func (o *ThreeDSCardholderAccountInfo) GetAccountCreatedDate() string
GetAccountCreatedDate returns the AccountCreatedDate field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSCardholderAccountInfo) GetAccountCreatedDateOk ¶
func (o *ThreeDSCardholderAccountInfo) GetAccountCreatedDateOk() (*string, bool)
GetAccountCreatedDateOk returns a tuple with the AccountCreatedDate field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSCardholderAccountInfo) GetAccountLastChanged ¶
func (o *ThreeDSCardholderAccountInfo) GetAccountLastChanged() string
GetAccountLastChanged returns the AccountLastChanged field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSCardholderAccountInfo) GetAccountLastChangedOk ¶
func (o *ThreeDSCardholderAccountInfo) GetAccountLastChangedOk() (*string, bool)
GetAccountLastChangedOk returns a tuple with the AccountLastChanged field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSCardholderAccountInfo) GetAccountPwdChangeDate ¶
func (o *ThreeDSCardholderAccountInfo) GetAccountPwdChangeDate() string
GetAccountPwdChangeDate returns the AccountPwdChangeDate field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSCardholderAccountInfo) GetAccountPwdChangeDateOk ¶
func (o *ThreeDSCardholderAccountInfo) GetAccountPwdChangeDateOk() (*string, bool)
GetAccountPwdChangeDateOk returns a tuple with the AccountPwdChangeDate field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSCardholderAccountInfo) GetAccountPwdLastChanged ¶
func (o *ThreeDSCardholderAccountInfo) GetAccountPwdLastChanged() string
GetAccountPwdLastChanged returns the AccountPwdLastChanged field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSCardholderAccountInfo) GetAccountPwdLastChangedOk ¶
func (o *ThreeDSCardholderAccountInfo) GetAccountPwdLastChangedOk() (*string, bool)
GetAccountPwdLastChangedOk returns a tuple with the AccountPwdLastChanged field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSCardholderAccountInfo) GetPaymentAccountAge ¶
func (o *ThreeDSCardholderAccountInfo) GetPaymentAccountAge() string
GetPaymentAccountAge returns the PaymentAccountAge field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSCardholderAccountInfo) GetPaymentAccountAgeOk ¶
func (o *ThreeDSCardholderAccountInfo) GetPaymentAccountAgeOk() (*string, bool)
GetPaymentAccountAgeOk returns a tuple with the PaymentAccountAge field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSCardholderAccountInfo) GetPaymentAccountCreated ¶
func (o *ThreeDSCardholderAccountInfo) GetPaymentAccountCreated() string
GetPaymentAccountCreated returns the PaymentAccountCreated field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSCardholderAccountInfo) GetPaymentAccountCreatedOk ¶
func (o *ThreeDSCardholderAccountInfo) GetPaymentAccountCreatedOk() (*string, bool)
GetPaymentAccountCreatedOk returns a tuple with the PaymentAccountCreated field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSCardholderAccountInfo) GetPurchaseCountHalfYear ¶
func (o *ThreeDSCardholderAccountInfo) GetPurchaseCountHalfYear() string
GetPurchaseCountHalfYear returns the PurchaseCountHalfYear field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSCardholderAccountInfo) GetPurchaseCountHalfYearOk ¶
func (o *ThreeDSCardholderAccountInfo) GetPurchaseCountHalfYearOk() (*string, bool)
GetPurchaseCountHalfYearOk returns a tuple with the PurchaseCountHalfYear field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSCardholderAccountInfo) GetShippingAccountNameMatch ¶
func (o *ThreeDSCardholderAccountInfo) GetShippingAccountNameMatch() bool
GetShippingAccountNameMatch returns the ShippingAccountNameMatch field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSCardholderAccountInfo) GetShippingAccountNameMatchOk ¶
func (o *ThreeDSCardholderAccountInfo) GetShippingAccountNameMatchOk() (*bool, bool)
GetShippingAccountNameMatchOk returns a tuple with the ShippingAccountNameMatch field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSCardholderAccountInfo) GetShippingAddressFirstUsed ¶
func (o *ThreeDSCardholderAccountInfo) GetShippingAddressFirstUsed() string
GetShippingAddressFirstUsed returns the ShippingAddressFirstUsed field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSCardholderAccountInfo) GetShippingAddressFirstUsedOk ¶
func (o *ThreeDSCardholderAccountInfo) GetShippingAddressFirstUsedOk() (*string, bool)
GetShippingAddressFirstUsedOk returns a tuple with the ShippingAddressFirstUsed field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSCardholderAccountInfo) GetShippingAddressUsageDate ¶
func (o *ThreeDSCardholderAccountInfo) GetShippingAddressUsageDate() string
GetShippingAddressUsageDate returns the ShippingAddressUsageDate field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSCardholderAccountInfo) GetShippingAddressUsageDateOk ¶
func (o *ThreeDSCardholderAccountInfo) GetShippingAddressUsageDateOk() (*string, bool)
GetShippingAddressUsageDateOk returns a tuple with the ShippingAddressUsageDate field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSCardholderAccountInfo) GetSuspiciousActivityObserved ¶
func (o *ThreeDSCardholderAccountInfo) GetSuspiciousActivityObserved() bool
GetSuspiciousActivityObserved returns the SuspiciousActivityObserved field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSCardholderAccountInfo) GetSuspiciousActivityObservedOk ¶
func (o *ThreeDSCardholderAccountInfo) GetSuspiciousActivityObservedOk() (*bool, bool)
GetSuspiciousActivityObservedOk returns a tuple with the SuspiciousActivityObserved field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSCardholderAccountInfo) GetTransactionCountDay ¶
func (o *ThreeDSCardholderAccountInfo) GetTransactionCountDay() string
GetTransactionCountDay returns the TransactionCountDay field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSCardholderAccountInfo) GetTransactionCountDayOk ¶
func (o *ThreeDSCardholderAccountInfo) GetTransactionCountDayOk() (*string, bool)
GetTransactionCountDayOk returns a tuple with the TransactionCountDay field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSCardholderAccountInfo) GetTransactionCountYear ¶
func (o *ThreeDSCardholderAccountInfo) GetTransactionCountYear() string
GetTransactionCountYear returns the TransactionCountYear field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSCardholderAccountInfo) GetTransactionCountYearOk ¶
func (o *ThreeDSCardholderAccountInfo) GetTransactionCountYearOk() (*string, bool)
GetTransactionCountYearOk returns a tuple with the TransactionCountYear field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSCardholderAccountInfo) HasAccountAge ¶
func (o *ThreeDSCardholderAccountInfo) HasAccountAge() bool
HasAccountAge returns a boolean if a field is not nil.
func (*ThreeDSCardholderAccountInfo) HasAccountChangeDate ¶
func (o *ThreeDSCardholderAccountInfo) HasAccountChangeDate() bool
HasAccountChangeDate returns a boolean if a field is not nil.
func (*ThreeDSCardholderAccountInfo) HasAccountCreatedDate ¶
func (o *ThreeDSCardholderAccountInfo) HasAccountCreatedDate() bool
HasAccountCreatedDate returns a boolean if a field is not nil.
func (*ThreeDSCardholderAccountInfo) HasAccountLastChanged ¶
func (o *ThreeDSCardholderAccountInfo) HasAccountLastChanged() bool
HasAccountLastChanged returns a boolean if a field is not nil.
func (*ThreeDSCardholderAccountInfo) HasAccountPwdChangeDate ¶
func (o *ThreeDSCardholderAccountInfo) HasAccountPwdChangeDate() bool
HasAccountPwdChangeDate returns a boolean if a field is not nil.
func (*ThreeDSCardholderAccountInfo) HasAccountPwdLastChanged ¶
func (o *ThreeDSCardholderAccountInfo) HasAccountPwdLastChanged() bool
HasAccountPwdLastChanged returns a boolean if a field is not nil.
func (*ThreeDSCardholderAccountInfo) HasPaymentAccountAge ¶
func (o *ThreeDSCardholderAccountInfo) HasPaymentAccountAge() bool
HasPaymentAccountAge returns a boolean if a field is not nil.
func (*ThreeDSCardholderAccountInfo) HasPaymentAccountCreated ¶
func (o *ThreeDSCardholderAccountInfo) HasPaymentAccountCreated() bool
HasPaymentAccountCreated returns a boolean if a field is not nil.
func (*ThreeDSCardholderAccountInfo) HasPurchaseCountHalfYear ¶
func (o *ThreeDSCardholderAccountInfo) HasPurchaseCountHalfYear() bool
HasPurchaseCountHalfYear returns a boolean if a field is not nil.
func (*ThreeDSCardholderAccountInfo) HasShippingAccountNameMatch ¶
func (o *ThreeDSCardholderAccountInfo) HasShippingAccountNameMatch() bool
HasShippingAccountNameMatch returns a boolean if a field is not nil.
func (*ThreeDSCardholderAccountInfo) HasShippingAddressFirstUsed ¶
func (o *ThreeDSCardholderAccountInfo) HasShippingAddressFirstUsed() bool
HasShippingAddressFirstUsed returns a boolean if a field is not nil.
func (*ThreeDSCardholderAccountInfo) HasShippingAddressUsageDate ¶
func (o *ThreeDSCardholderAccountInfo) HasShippingAddressUsageDate() bool
HasShippingAddressUsageDate returns a boolean if a field is not nil.
func (*ThreeDSCardholderAccountInfo) HasSuspiciousActivityObserved ¶
func (o *ThreeDSCardholderAccountInfo) HasSuspiciousActivityObserved() bool
HasSuspiciousActivityObserved returns a boolean if a field is not nil.
func (*ThreeDSCardholderAccountInfo) HasTransactionCountDay ¶
func (o *ThreeDSCardholderAccountInfo) HasTransactionCountDay() bool
HasTransactionCountDay returns a boolean if a field is not nil.
func (*ThreeDSCardholderAccountInfo) HasTransactionCountYear ¶
func (o *ThreeDSCardholderAccountInfo) HasTransactionCountYear() bool
HasTransactionCountYear returns a boolean if a field is not nil.
func (ThreeDSCardholderAccountInfo) MarshalJSON ¶
func (o ThreeDSCardholderAccountInfo) MarshalJSON() ([]byte, error)
func (*ThreeDSCardholderAccountInfo) SetAccountAge ¶
func (o *ThreeDSCardholderAccountInfo) SetAccountAge(v string)
SetAccountAge gets a reference to the given NullableString and assigns it to the AccountAge field.
func (*ThreeDSCardholderAccountInfo) SetAccountAgeNil ¶
func (o *ThreeDSCardholderAccountInfo) SetAccountAgeNil()
SetAccountAgeNil sets the value for AccountAge to be an explicit nil
func (*ThreeDSCardholderAccountInfo) SetAccountChangeDate ¶
func (o *ThreeDSCardholderAccountInfo) SetAccountChangeDate(v string)
SetAccountChangeDate gets a reference to the given NullableString and assigns it to the AccountChangeDate field.
func (*ThreeDSCardholderAccountInfo) SetAccountChangeDateNil ¶
func (o *ThreeDSCardholderAccountInfo) SetAccountChangeDateNil()
SetAccountChangeDateNil sets the value for AccountChangeDate to be an explicit nil
func (*ThreeDSCardholderAccountInfo) SetAccountCreatedDate ¶
func (o *ThreeDSCardholderAccountInfo) SetAccountCreatedDate(v string)
SetAccountCreatedDate gets a reference to the given NullableString and assigns it to the AccountCreatedDate field.
func (*ThreeDSCardholderAccountInfo) SetAccountCreatedDateNil ¶
func (o *ThreeDSCardholderAccountInfo) SetAccountCreatedDateNil()
SetAccountCreatedDateNil sets the value for AccountCreatedDate to be an explicit nil
func (*ThreeDSCardholderAccountInfo) SetAccountLastChanged ¶
func (o *ThreeDSCardholderAccountInfo) SetAccountLastChanged(v string)
SetAccountLastChanged gets a reference to the given NullableString and assigns it to the AccountLastChanged field.
func (*ThreeDSCardholderAccountInfo) SetAccountLastChangedNil ¶
func (o *ThreeDSCardholderAccountInfo) SetAccountLastChangedNil()
SetAccountLastChangedNil sets the value for AccountLastChanged to be an explicit nil
func (*ThreeDSCardholderAccountInfo) SetAccountPwdChangeDate ¶
func (o *ThreeDSCardholderAccountInfo) SetAccountPwdChangeDate(v string)
SetAccountPwdChangeDate gets a reference to the given NullableString and assigns it to the AccountPwdChangeDate field.
func (*ThreeDSCardholderAccountInfo) SetAccountPwdChangeDateNil ¶
func (o *ThreeDSCardholderAccountInfo) SetAccountPwdChangeDateNil()
SetAccountPwdChangeDateNil sets the value for AccountPwdChangeDate to be an explicit nil
func (*ThreeDSCardholderAccountInfo) SetAccountPwdLastChanged ¶
func (o *ThreeDSCardholderAccountInfo) SetAccountPwdLastChanged(v string)
SetAccountPwdLastChanged gets a reference to the given NullableString and assigns it to the AccountPwdLastChanged field.
func (*ThreeDSCardholderAccountInfo) SetAccountPwdLastChangedNil ¶
func (o *ThreeDSCardholderAccountInfo) SetAccountPwdLastChangedNil()
SetAccountPwdLastChangedNil sets the value for AccountPwdLastChanged to be an explicit nil
func (*ThreeDSCardholderAccountInfo) SetPaymentAccountAge ¶
func (o *ThreeDSCardholderAccountInfo) SetPaymentAccountAge(v string)
SetPaymentAccountAge gets a reference to the given NullableString and assigns it to the PaymentAccountAge field.
func (*ThreeDSCardholderAccountInfo) SetPaymentAccountAgeNil ¶
func (o *ThreeDSCardholderAccountInfo) SetPaymentAccountAgeNil()
SetPaymentAccountAgeNil sets the value for PaymentAccountAge to be an explicit nil
func (*ThreeDSCardholderAccountInfo) SetPaymentAccountCreated ¶
func (o *ThreeDSCardholderAccountInfo) SetPaymentAccountCreated(v string)
SetPaymentAccountCreated gets a reference to the given NullableString and assigns it to the PaymentAccountCreated field.
func (*ThreeDSCardholderAccountInfo) SetPaymentAccountCreatedNil ¶
func (o *ThreeDSCardholderAccountInfo) SetPaymentAccountCreatedNil()
SetPaymentAccountCreatedNil sets the value for PaymentAccountCreated to be an explicit nil
func (*ThreeDSCardholderAccountInfo) SetPurchaseCountHalfYear ¶
func (o *ThreeDSCardholderAccountInfo) SetPurchaseCountHalfYear(v string)
SetPurchaseCountHalfYear gets a reference to the given NullableString and assigns it to the PurchaseCountHalfYear field.
func (*ThreeDSCardholderAccountInfo) SetPurchaseCountHalfYearNil ¶
func (o *ThreeDSCardholderAccountInfo) SetPurchaseCountHalfYearNil()
SetPurchaseCountHalfYearNil sets the value for PurchaseCountHalfYear to be an explicit nil
func (*ThreeDSCardholderAccountInfo) SetShippingAccountNameMatch ¶
func (o *ThreeDSCardholderAccountInfo) SetShippingAccountNameMatch(v bool)
SetShippingAccountNameMatch gets a reference to the given NullableBool and assigns it to the ShippingAccountNameMatch field.
func (*ThreeDSCardholderAccountInfo) SetShippingAccountNameMatchNil ¶
func (o *ThreeDSCardholderAccountInfo) SetShippingAccountNameMatchNil()
SetShippingAccountNameMatchNil sets the value for ShippingAccountNameMatch to be an explicit nil
func (*ThreeDSCardholderAccountInfo) SetShippingAddressFirstUsed ¶
func (o *ThreeDSCardholderAccountInfo) SetShippingAddressFirstUsed(v string)
SetShippingAddressFirstUsed gets a reference to the given NullableString and assigns it to the ShippingAddressFirstUsed field.
func (*ThreeDSCardholderAccountInfo) SetShippingAddressFirstUsedNil ¶
func (o *ThreeDSCardholderAccountInfo) SetShippingAddressFirstUsedNil()
SetShippingAddressFirstUsedNil sets the value for ShippingAddressFirstUsed to be an explicit nil
func (*ThreeDSCardholderAccountInfo) SetShippingAddressUsageDate ¶
func (o *ThreeDSCardholderAccountInfo) SetShippingAddressUsageDate(v string)
SetShippingAddressUsageDate gets a reference to the given NullableString and assigns it to the ShippingAddressUsageDate field.
func (*ThreeDSCardholderAccountInfo) SetShippingAddressUsageDateNil ¶
func (o *ThreeDSCardholderAccountInfo) SetShippingAddressUsageDateNil()
SetShippingAddressUsageDateNil sets the value for ShippingAddressUsageDate to be an explicit nil
func (*ThreeDSCardholderAccountInfo) SetSuspiciousActivityObserved ¶
func (o *ThreeDSCardholderAccountInfo) SetSuspiciousActivityObserved(v bool)
SetSuspiciousActivityObserved gets a reference to the given NullableBool and assigns it to the SuspiciousActivityObserved field.
func (*ThreeDSCardholderAccountInfo) SetSuspiciousActivityObservedNil ¶
func (o *ThreeDSCardholderAccountInfo) SetSuspiciousActivityObservedNil()
SetSuspiciousActivityObservedNil sets the value for SuspiciousActivityObserved to be an explicit nil
func (*ThreeDSCardholderAccountInfo) SetTransactionCountDay ¶
func (o *ThreeDSCardholderAccountInfo) SetTransactionCountDay(v string)
SetTransactionCountDay gets a reference to the given NullableString and assigns it to the TransactionCountDay field.
func (*ThreeDSCardholderAccountInfo) SetTransactionCountDayNil ¶
func (o *ThreeDSCardholderAccountInfo) SetTransactionCountDayNil()
SetTransactionCountDayNil sets the value for TransactionCountDay to be an explicit nil
func (*ThreeDSCardholderAccountInfo) SetTransactionCountYear ¶
func (o *ThreeDSCardholderAccountInfo) SetTransactionCountYear(v string)
SetTransactionCountYear gets a reference to the given NullableString and assigns it to the TransactionCountYear field.
func (*ThreeDSCardholderAccountInfo) SetTransactionCountYearNil ¶
func (o *ThreeDSCardholderAccountInfo) SetTransactionCountYearNil()
SetTransactionCountYearNil sets the value for TransactionCountYear to be an explicit nil
func (ThreeDSCardholderAccountInfo) ToMap ¶
func (o ThreeDSCardholderAccountInfo) ToMap() (map[string]interface{}, error)
func (*ThreeDSCardholderAccountInfo) UnsetAccountAge ¶
func (o *ThreeDSCardholderAccountInfo) UnsetAccountAge()
UnsetAccountAge ensures that no value is present for AccountAge, not even an explicit nil
func (*ThreeDSCardholderAccountInfo) UnsetAccountChangeDate ¶
func (o *ThreeDSCardholderAccountInfo) UnsetAccountChangeDate()
UnsetAccountChangeDate ensures that no value is present for AccountChangeDate, not even an explicit nil
func (*ThreeDSCardholderAccountInfo) UnsetAccountCreatedDate ¶
func (o *ThreeDSCardholderAccountInfo) UnsetAccountCreatedDate()
UnsetAccountCreatedDate ensures that no value is present for AccountCreatedDate, not even an explicit nil
func (*ThreeDSCardholderAccountInfo) UnsetAccountLastChanged ¶
func (o *ThreeDSCardholderAccountInfo) UnsetAccountLastChanged()
UnsetAccountLastChanged ensures that no value is present for AccountLastChanged, not even an explicit nil
func (*ThreeDSCardholderAccountInfo) UnsetAccountPwdChangeDate ¶
func (o *ThreeDSCardholderAccountInfo) UnsetAccountPwdChangeDate()
UnsetAccountPwdChangeDate ensures that no value is present for AccountPwdChangeDate, not even an explicit nil
func (*ThreeDSCardholderAccountInfo) UnsetAccountPwdLastChanged ¶
func (o *ThreeDSCardholderAccountInfo) UnsetAccountPwdLastChanged()
UnsetAccountPwdLastChanged ensures that no value is present for AccountPwdLastChanged, not even an explicit nil
func (*ThreeDSCardholderAccountInfo) UnsetPaymentAccountAge ¶
func (o *ThreeDSCardholderAccountInfo) UnsetPaymentAccountAge()
UnsetPaymentAccountAge ensures that no value is present for PaymentAccountAge, not even an explicit nil
func (*ThreeDSCardholderAccountInfo) UnsetPaymentAccountCreated ¶
func (o *ThreeDSCardholderAccountInfo) UnsetPaymentAccountCreated()
UnsetPaymentAccountCreated ensures that no value is present for PaymentAccountCreated, not even an explicit nil
func (*ThreeDSCardholderAccountInfo) UnsetPurchaseCountHalfYear ¶
func (o *ThreeDSCardholderAccountInfo) UnsetPurchaseCountHalfYear()
UnsetPurchaseCountHalfYear ensures that no value is present for PurchaseCountHalfYear, not even an explicit nil
func (*ThreeDSCardholderAccountInfo) UnsetShippingAccountNameMatch ¶
func (o *ThreeDSCardholderAccountInfo) UnsetShippingAccountNameMatch()
UnsetShippingAccountNameMatch ensures that no value is present for ShippingAccountNameMatch, not even an explicit nil
func (*ThreeDSCardholderAccountInfo) UnsetShippingAddressFirstUsed ¶
func (o *ThreeDSCardholderAccountInfo) UnsetShippingAddressFirstUsed()
UnsetShippingAddressFirstUsed ensures that no value is present for ShippingAddressFirstUsed, not even an explicit nil
func (*ThreeDSCardholderAccountInfo) UnsetShippingAddressUsageDate ¶
func (o *ThreeDSCardholderAccountInfo) UnsetShippingAddressUsageDate()
UnsetShippingAddressUsageDate ensures that no value is present for ShippingAddressUsageDate, not even an explicit nil
func (*ThreeDSCardholderAccountInfo) UnsetSuspiciousActivityObserved ¶
func (o *ThreeDSCardholderAccountInfo) UnsetSuspiciousActivityObserved()
UnsetSuspiciousActivityObserved ensures that no value is present for SuspiciousActivityObserved, not even an explicit nil
func (*ThreeDSCardholderAccountInfo) UnsetTransactionCountDay ¶
func (o *ThreeDSCardholderAccountInfo) UnsetTransactionCountDay()
UnsetTransactionCountDay ensures that no value is present for TransactionCountDay, not even an explicit nil
func (*ThreeDSCardholderAccountInfo) UnsetTransactionCountYear ¶
func (o *ThreeDSCardholderAccountInfo) UnsetTransactionCountYear()
UnsetTransactionCountYear ensures that no value is present for TransactionCountYear, not even an explicit nil
type ThreeDSCardholderAuthenticationInfo ¶
type ThreeDSCardholderAuthenticationInfo struct { Method NullableString `json:"method,omitempty"` Timestamp NullableString `json:"timestamp,omitempty"` Data NullableString `json:"data,omitempty"` }
ThreeDSCardholderAuthenticationInfo struct for ThreeDSCardholderAuthenticationInfo
func NewThreeDSCardholderAuthenticationInfo ¶
func NewThreeDSCardholderAuthenticationInfo() *ThreeDSCardholderAuthenticationInfo
NewThreeDSCardholderAuthenticationInfo instantiates a new ThreeDSCardholderAuthenticationInfo 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 NewThreeDSCardholderAuthenticationInfoWithDefaults ¶
func NewThreeDSCardholderAuthenticationInfoWithDefaults() *ThreeDSCardholderAuthenticationInfo
NewThreeDSCardholderAuthenticationInfoWithDefaults instantiates a new ThreeDSCardholderAuthenticationInfo 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 (*ThreeDSCardholderAuthenticationInfo) GetData ¶
func (o *ThreeDSCardholderAuthenticationInfo) GetData() string
GetData returns the Data field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSCardholderAuthenticationInfo) GetDataOk ¶
func (o *ThreeDSCardholderAuthenticationInfo) GetDataOk() (*string, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSCardholderAuthenticationInfo) GetMethod ¶
func (o *ThreeDSCardholderAuthenticationInfo) GetMethod() string
GetMethod returns the Method field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSCardholderAuthenticationInfo) GetMethodOk ¶
func (o *ThreeDSCardholderAuthenticationInfo) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSCardholderAuthenticationInfo) GetTimestamp ¶
func (o *ThreeDSCardholderAuthenticationInfo) GetTimestamp() string
GetTimestamp returns the Timestamp field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSCardholderAuthenticationInfo) GetTimestampOk ¶
func (o *ThreeDSCardholderAuthenticationInfo) GetTimestampOk() (*string, bool)
GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSCardholderAuthenticationInfo) HasData ¶
func (o *ThreeDSCardholderAuthenticationInfo) HasData() bool
HasData returns a boolean if a field is not nil.
func (*ThreeDSCardholderAuthenticationInfo) HasMethod ¶
func (o *ThreeDSCardholderAuthenticationInfo) HasMethod() bool
HasMethod returns a boolean if a field is not nil.
func (*ThreeDSCardholderAuthenticationInfo) HasTimestamp ¶
func (o *ThreeDSCardholderAuthenticationInfo) HasTimestamp() bool
HasTimestamp returns a boolean if a field is not nil.
func (ThreeDSCardholderAuthenticationInfo) MarshalJSON ¶
func (o ThreeDSCardholderAuthenticationInfo) MarshalJSON() ([]byte, error)
func (*ThreeDSCardholderAuthenticationInfo) SetData ¶
func (o *ThreeDSCardholderAuthenticationInfo) SetData(v string)
SetData gets a reference to the given NullableString and assigns it to the Data field.
func (*ThreeDSCardholderAuthenticationInfo) SetDataNil ¶
func (o *ThreeDSCardholderAuthenticationInfo) SetDataNil()
SetDataNil sets the value for Data to be an explicit nil
func (*ThreeDSCardholderAuthenticationInfo) SetMethod ¶
func (o *ThreeDSCardholderAuthenticationInfo) SetMethod(v string)
SetMethod gets a reference to the given NullableString and assigns it to the Method field.
func (*ThreeDSCardholderAuthenticationInfo) SetMethodNil ¶
func (o *ThreeDSCardholderAuthenticationInfo) SetMethodNil()
SetMethodNil sets the value for Method to be an explicit nil
func (*ThreeDSCardholderAuthenticationInfo) SetTimestamp ¶
func (o *ThreeDSCardholderAuthenticationInfo) SetTimestamp(v string)
SetTimestamp gets a reference to the given NullableString and assigns it to the Timestamp field.
func (*ThreeDSCardholderAuthenticationInfo) SetTimestampNil ¶
func (o *ThreeDSCardholderAuthenticationInfo) SetTimestampNil()
SetTimestampNil sets the value for Timestamp to be an explicit nil
func (ThreeDSCardholderAuthenticationInfo) ToMap ¶
func (o ThreeDSCardholderAuthenticationInfo) ToMap() (map[string]interface{}, error)
func (*ThreeDSCardholderAuthenticationInfo) UnsetData ¶
func (o *ThreeDSCardholderAuthenticationInfo) UnsetData()
UnsetData ensures that no value is present for Data, not even an explicit nil
func (*ThreeDSCardholderAuthenticationInfo) UnsetMethod ¶
func (o *ThreeDSCardholderAuthenticationInfo) UnsetMethod()
UnsetMethod ensures that no value is present for Method, not even an explicit nil
func (*ThreeDSCardholderAuthenticationInfo) UnsetTimestamp ¶
func (o *ThreeDSCardholderAuthenticationInfo) UnsetTimestamp()
UnsetTimestamp ensures that no value is present for Timestamp, not even an explicit nil
type ThreeDSCardholderInfo ¶
type ThreeDSCardholderInfo struct { AccountId NullableString `json:"account_id,omitempty"` AccountType NullableString `json:"account_type,omitempty"` AccountInfo *ThreeDSCardholderAccountInfo `json:"account_info,omitempty"` AuthenticationInfo *ThreeDSCardholderAuthenticationInfo `json:"authentication_info,omitempty"` PriorAuthenticationInfo *ThreeDSPriorAuthenticationInfo `json:"prior_authentication_info,omitempty"` Name NullableString `json:"name,omitempty"` Email NullableString `json:"email,omitempty"` PhoneNumber *ThreeDSCardholderPhoneNumber `json:"phone_number,omitempty"` MobilePhoneNumber *ThreeDSCardholderPhoneNumber `json:"mobile_phone_number,omitempty"` WorkPhoneNumber *ThreeDSCardholderPhoneNumber `json:"work_phone_number,omitempty"` BillingShippingAddressMatch NullableString `json:"billing_shipping_address_match,omitempty"` BillingAddress *ThreeDSAddress `json:"billing_address,omitempty"` ShippingAddress *ThreeDSAddress `json:"shipping_address,omitempty"` }
ThreeDSCardholderInfo struct for ThreeDSCardholderInfo
func NewThreeDSCardholderInfo ¶
func NewThreeDSCardholderInfo() *ThreeDSCardholderInfo
NewThreeDSCardholderInfo instantiates a new ThreeDSCardholderInfo 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 NewThreeDSCardholderInfoWithDefaults ¶
func NewThreeDSCardholderInfoWithDefaults() *ThreeDSCardholderInfo
NewThreeDSCardholderInfoWithDefaults instantiates a new ThreeDSCardholderInfo 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 (*ThreeDSCardholderInfo) GetAccountId ¶
func (o *ThreeDSCardholderInfo) GetAccountId() string
GetAccountId returns the AccountId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSCardholderInfo) GetAccountIdOk ¶
func (o *ThreeDSCardholderInfo) GetAccountIdOk() (*string, bool)
GetAccountIdOk returns a tuple with the AccountId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSCardholderInfo) GetAccountInfo ¶
func (o *ThreeDSCardholderInfo) GetAccountInfo() ThreeDSCardholderAccountInfo
GetAccountInfo returns the AccountInfo field value if set, zero value otherwise.
func (*ThreeDSCardholderInfo) GetAccountInfoOk ¶
func (o *ThreeDSCardholderInfo) GetAccountInfoOk() (*ThreeDSCardholderAccountInfo, bool)
GetAccountInfoOk returns a tuple with the AccountInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThreeDSCardholderInfo) GetAccountType ¶
func (o *ThreeDSCardholderInfo) GetAccountType() string
GetAccountType returns the AccountType field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSCardholderInfo) GetAccountTypeOk ¶
func (o *ThreeDSCardholderInfo) GetAccountTypeOk() (*string, bool)
GetAccountTypeOk returns a tuple with the AccountType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSCardholderInfo) GetAuthenticationInfo ¶
func (o *ThreeDSCardholderInfo) GetAuthenticationInfo() ThreeDSCardholderAuthenticationInfo
GetAuthenticationInfo returns the AuthenticationInfo field value if set, zero value otherwise.
func (*ThreeDSCardholderInfo) GetAuthenticationInfoOk ¶
func (o *ThreeDSCardholderInfo) GetAuthenticationInfoOk() (*ThreeDSCardholderAuthenticationInfo, bool)
GetAuthenticationInfoOk returns a tuple with the AuthenticationInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThreeDSCardholderInfo) GetBillingAddress ¶
func (o *ThreeDSCardholderInfo) GetBillingAddress() ThreeDSAddress
GetBillingAddress returns the BillingAddress field value if set, zero value otherwise.
func (*ThreeDSCardholderInfo) GetBillingAddressOk ¶
func (o *ThreeDSCardholderInfo) GetBillingAddressOk() (*ThreeDSAddress, bool)
GetBillingAddressOk returns a tuple with the BillingAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThreeDSCardholderInfo) GetBillingShippingAddressMatch ¶
func (o *ThreeDSCardholderInfo) GetBillingShippingAddressMatch() string
GetBillingShippingAddressMatch returns the BillingShippingAddressMatch field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSCardholderInfo) GetBillingShippingAddressMatchOk ¶
func (o *ThreeDSCardholderInfo) GetBillingShippingAddressMatchOk() (*string, bool)
GetBillingShippingAddressMatchOk returns a tuple with the BillingShippingAddressMatch field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSCardholderInfo) GetEmail ¶
func (o *ThreeDSCardholderInfo) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSCardholderInfo) GetEmailOk ¶
func (o *ThreeDSCardholderInfo) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSCardholderInfo) GetMobilePhoneNumber ¶
func (o *ThreeDSCardholderInfo) GetMobilePhoneNumber() ThreeDSCardholderPhoneNumber
GetMobilePhoneNumber returns the MobilePhoneNumber field value if set, zero value otherwise.
func (*ThreeDSCardholderInfo) GetMobilePhoneNumberOk ¶
func (o *ThreeDSCardholderInfo) GetMobilePhoneNumberOk() (*ThreeDSCardholderPhoneNumber, bool)
GetMobilePhoneNumberOk returns a tuple with the MobilePhoneNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThreeDSCardholderInfo) GetName ¶
func (o *ThreeDSCardholderInfo) GetName() string
GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSCardholderInfo) GetNameOk ¶
func (o *ThreeDSCardholderInfo) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSCardholderInfo) GetPhoneNumber ¶
func (o *ThreeDSCardholderInfo) GetPhoneNumber() ThreeDSCardholderPhoneNumber
GetPhoneNumber returns the PhoneNumber field value if set, zero value otherwise.
func (*ThreeDSCardholderInfo) GetPhoneNumberOk ¶
func (o *ThreeDSCardholderInfo) GetPhoneNumberOk() (*ThreeDSCardholderPhoneNumber, bool)
GetPhoneNumberOk returns a tuple with the PhoneNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThreeDSCardholderInfo) GetPriorAuthenticationInfo ¶
func (o *ThreeDSCardholderInfo) GetPriorAuthenticationInfo() ThreeDSPriorAuthenticationInfo
GetPriorAuthenticationInfo returns the PriorAuthenticationInfo field value if set, zero value otherwise.
func (*ThreeDSCardholderInfo) GetPriorAuthenticationInfoOk ¶
func (o *ThreeDSCardholderInfo) GetPriorAuthenticationInfoOk() (*ThreeDSPriorAuthenticationInfo, bool)
GetPriorAuthenticationInfoOk returns a tuple with the PriorAuthenticationInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThreeDSCardholderInfo) GetShippingAddress ¶
func (o *ThreeDSCardholderInfo) GetShippingAddress() ThreeDSAddress
GetShippingAddress returns the ShippingAddress field value if set, zero value otherwise.
func (*ThreeDSCardholderInfo) GetShippingAddressOk ¶
func (o *ThreeDSCardholderInfo) GetShippingAddressOk() (*ThreeDSAddress, bool)
GetShippingAddressOk returns a tuple with the ShippingAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThreeDSCardholderInfo) GetWorkPhoneNumber ¶
func (o *ThreeDSCardholderInfo) GetWorkPhoneNumber() ThreeDSCardholderPhoneNumber
GetWorkPhoneNumber returns the WorkPhoneNumber field value if set, zero value otherwise.
func (*ThreeDSCardholderInfo) GetWorkPhoneNumberOk ¶
func (o *ThreeDSCardholderInfo) GetWorkPhoneNumberOk() (*ThreeDSCardholderPhoneNumber, bool)
GetWorkPhoneNumberOk returns a tuple with the WorkPhoneNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThreeDSCardholderInfo) HasAccountId ¶
func (o *ThreeDSCardholderInfo) HasAccountId() bool
HasAccountId returns a boolean if a field is not nil.
func (*ThreeDSCardholderInfo) HasAccountInfo ¶
func (o *ThreeDSCardholderInfo) HasAccountInfo() bool
HasAccountInfo returns a boolean if a field is not nil.
func (*ThreeDSCardholderInfo) HasAccountType ¶
func (o *ThreeDSCardholderInfo) HasAccountType() bool
HasAccountType returns a boolean if a field is not nil.
func (*ThreeDSCardholderInfo) HasAuthenticationInfo ¶
func (o *ThreeDSCardholderInfo) HasAuthenticationInfo() bool
HasAuthenticationInfo returns a boolean if a field is not nil.
func (*ThreeDSCardholderInfo) HasBillingAddress ¶
func (o *ThreeDSCardholderInfo) HasBillingAddress() bool
HasBillingAddress returns a boolean if a field is not nil.
func (*ThreeDSCardholderInfo) HasBillingShippingAddressMatch ¶
func (o *ThreeDSCardholderInfo) HasBillingShippingAddressMatch() bool
HasBillingShippingAddressMatch returns a boolean if a field is not nil.
func (*ThreeDSCardholderInfo) HasEmail ¶
func (o *ThreeDSCardholderInfo) HasEmail() bool
HasEmail returns a boolean if a field is not nil.
func (*ThreeDSCardholderInfo) HasMobilePhoneNumber ¶
func (o *ThreeDSCardholderInfo) HasMobilePhoneNumber() bool
HasMobilePhoneNumber returns a boolean if a field is not nil.
func (*ThreeDSCardholderInfo) HasName ¶
func (o *ThreeDSCardholderInfo) HasName() bool
HasName returns a boolean if a field is not nil.
func (*ThreeDSCardholderInfo) HasPhoneNumber ¶
func (o *ThreeDSCardholderInfo) HasPhoneNumber() bool
HasPhoneNumber returns a boolean if a field is not nil.
func (*ThreeDSCardholderInfo) HasPriorAuthenticationInfo ¶
func (o *ThreeDSCardholderInfo) HasPriorAuthenticationInfo() bool
HasPriorAuthenticationInfo returns a boolean if a field is not nil.
func (*ThreeDSCardholderInfo) HasShippingAddress ¶
func (o *ThreeDSCardholderInfo) HasShippingAddress() bool
HasShippingAddress returns a boolean if a field is not nil.
func (*ThreeDSCardholderInfo) HasWorkPhoneNumber ¶
func (o *ThreeDSCardholderInfo) HasWorkPhoneNumber() bool
HasWorkPhoneNumber returns a boolean if a field is not nil.
func (ThreeDSCardholderInfo) MarshalJSON ¶
func (o ThreeDSCardholderInfo) MarshalJSON() ([]byte, error)
func (*ThreeDSCardholderInfo) SetAccountId ¶
func (o *ThreeDSCardholderInfo) SetAccountId(v string)
SetAccountId gets a reference to the given NullableString and assigns it to the AccountId field.
func (*ThreeDSCardholderInfo) SetAccountIdNil ¶
func (o *ThreeDSCardholderInfo) SetAccountIdNil()
SetAccountIdNil sets the value for AccountId to be an explicit nil
func (*ThreeDSCardholderInfo) SetAccountInfo ¶
func (o *ThreeDSCardholderInfo) SetAccountInfo(v ThreeDSCardholderAccountInfo)
SetAccountInfo gets a reference to the given ThreeDSCardholderAccountInfo and assigns it to the AccountInfo field.
func (*ThreeDSCardholderInfo) SetAccountType ¶
func (o *ThreeDSCardholderInfo) SetAccountType(v string)
SetAccountType gets a reference to the given NullableString and assigns it to the AccountType field.
func (*ThreeDSCardholderInfo) SetAccountTypeNil ¶
func (o *ThreeDSCardholderInfo) SetAccountTypeNil()
SetAccountTypeNil sets the value for AccountType to be an explicit nil
func (*ThreeDSCardholderInfo) SetAuthenticationInfo ¶
func (o *ThreeDSCardholderInfo) SetAuthenticationInfo(v ThreeDSCardholderAuthenticationInfo)
SetAuthenticationInfo gets a reference to the given ThreeDSCardholderAuthenticationInfo and assigns it to the AuthenticationInfo field.
func (*ThreeDSCardholderInfo) SetBillingAddress ¶
func (o *ThreeDSCardholderInfo) SetBillingAddress(v ThreeDSAddress)
SetBillingAddress gets a reference to the given ThreeDSAddress and assigns it to the BillingAddress field.
func (*ThreeDSCardholderInfo) SetBillingShippingAddressMatch ¶
func (o *ThreeDSCardholderInfo) SetBillingShippingAddressMatch(v string)
SetBillingShippingAddressMatch gets a reference to the given NullableString and assigns it to the BillingShippingAddressMatch field.
func (*ThreeDSCardholderInfo) SetBillingShippingAddressMatchNil ¶
func (o *ThreeDSCardholderInfo) SetBillingShippingAddressMatchNil()
SetBillingShippingAddressMatchNil sets the value for BillingShippingAddressMatch to be an explicit nil
func (*ThreeDSCardholderInfo) SetEmail ¶
func (o *ThreeDSCardholderInfo) SetEmail(v string)
SetEmail gets a reference to the given NullableString and assigns it to the Email field.
func (*ThreeDSCardholderInfo) SetEmailNil ¶
func (o *ThreeDSCardholderInfo) SetEmailNil()
SetEmailNil sets the value for Email to be an explicit nil
func (*ThreeDSCardholderInfo) SetMobilePhoneNumber ¶
func (o *ThreeDSCardholderInfo) SetMobilePhoneNumber(v ThreeDSCardholderPhoneNumber)
SetMobilePhoneNumber gets a reference to the given ThreeDSCardholderPhoneNumber and assigns it to the MobilePhoneNumber field.
func (*ThreeDSCardholderInfo) SetName ¶
func (o *ThreeDSCardholderInfo) SetName(v string)
SetName gets a reference to the given NullableString and assigns it to the Name field.
func (*ThreeDSCardholderInfo) SetNameNil ¶
func (o *ThreeDSCardholderInfo) SetNameNil()
SetNameNil sets the value for Name to be an explicit nil
func (*ThreeDSCardholderInfo) SetPhoneNumber ¶
func (o *ThreeDSCardholderInfo) SetPhoneNumber(v ThreeDSCardholderPhoneNumber)
SetPhoneNumber gets a reference to the given ThreeDSCardholderPhoneNumber and assigns it to the PhoneNumber field.
func (*ThreeDSCardholderInfo) SetPriorAuthenticationInfo ¶
func (o *ThreeDSCardholderInfo) SetPriorAuthenticationInfo(v ThreeDSPriorAuthenticationInfo)
SetPriorAuthenticationInfo gets a reference to the given ThreeDSPriorAuthenticationInfo and assigns it to the PriorAuthenticationInfo field.
func (*ThreeDSCardholderInfo) SetShippingAddress ¶
func (o *ThreeDSCardholderInfo) SetShippingAddress(v ThreeDSAddress)
SetShippingAddress gets a reference to the given ThreeDSAddress and assigns it to the ShippingAddress field.
func (*ThreeDSCardholderInfo) SetWorkPhoneNumber ¶
func (o *ThreeDSCardholderInfo) SetWorkPhoneNumber(v ThreeDSCardholderPhoneNumber)
SetWorkPhoneNumber gets a reference to the given ThreeDSCardholderPhoneNumber and assigns it to the WorkPhoneNumber field.
func (ThreeDSCardholderInfo) ToMap ¶
func (o ThreeDSCardholderInfo) ToMap() (map[string]interface{}, error)
func (*ThreeDSCardholderInfo) UnsetAccountId ¶
func (o *ThreeDSCardholderInfo) UnsetAccountId()
UnsetAccountId ensures that no value is present for AccountId, not even an explicit nil
func (*ThreeDSCardholderInfo) UnsetAccountType ¶
func (o *ThreeDSCardholderInfo) UnsetAccountType()
UnsetAccountType ensures that no value is present for AccountType, not even an explicit nil
func (*ThreeDSCardholderInfo) UnsetBillingShippingAddressMatch ¶
func (o *ThreeDSCardholderInfo) UnsetBillingShippingAddressMatch()
UnsetBillingShippingAddressMatch ensures that no value is present for BillingShippingAddressMatch, not even an explicit nil
func (*ThreeDSCardholderInfo) UnsetEmail ¶
func (o *ThreeDSCardholderInfo) UnsetEmail()
UnsetEmail ensures that no value is present for Email, not even an explicit nil
func (*ThreeDSCardholderInfo) UnsetName ¶
func (o *ThreeDSCardholderInfo) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
type ThreeDSCardholderPhoneNumber ¶
type ThreeDSCardholderPhoneNumber struct { CountryCode NullableString `json:"country_code,omitempty"` Number NullableString `json:"number,omitempty"` }
ThreeDSCardholderPhoneNumber struct for ThreeDSCardholderPhoneNumber
func NewThreeDSCardholderPhoneNumber ¶
func NewThreeDSCardholderPhoneNumber() *ThreeDSCardholderPhoneNumber
NewThreeDSCardholderPhoneNumber instantiates a new ThreeDSCardholderPhoneNumber 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 NewThreeDSCardholderPhoneNumberWithDefaults ¶
func NewThreeDSCardholderPhoneNumberWithDefaults() *ThreeDSCardholderPhoneNumber
NewThreeDSCardholderPhoneNumberWithDefaults instantiates a new ThreeDSCardholderPhoneNumber 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 (*ThreeDSCardholderPhoneNumber) GetCountryCode ¶
func (o *ThreeDSCardholderPhoneNumber) GetCountryCode() string
GetCountryCode returns the CountryCode field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSCardholderPhoneNumber) GetCountryCodeOk ¶
func (o *ThreeDSCardholderPhoneNumber) GetCountryCodeOk() (*string, bool)
GetCountryCodeOk returns a tuple with the CountryCode field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSCardholderPhoneNumber) GetNumber ¶
func (o *ThreeDSCardholderPhoneNumber) GetNumber() string
GetNumber returns the Number field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSCardholderPhoneNumber) GetNumberOk ¶
func (o *ThreeDSCardholderPhoneNumber) GetNumberOk() (*string, bool)
GetNumberOk returns a tuple with the Number field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSCardholderPhoneNumber) HasCountryCode ¶
func (o *ThreeDSCardholderPhoneNumber) HasCountryCode() bool
HasCountryCode returns a boolean if a field is not nil.
func (*ThreeDSCardholderPhoneNumber) HasNumber ¶
func (o *ThreeDSCardholderPhoneNumber) HasNumber() bool
HasNumber returns a boolean if a field is not nil.
func (ThreeDSCardholderPhoneNumber) MarshalJSON ¶
func (o ThreeDSCardholderPhoneNumber) MarshalJSON() ([]byte, error)
func (*ThreeDSCardholderPhoneNumber) SetCountryCode ¶
func (o *ThreeDSCardholderPhoneNumber) SetCountryCode(v string)
SetCountryCode gets a reference to the given NullableString and assigns it to the CountryCode field.
func (*ThreeDSCardholderPhoneNumber) SetCountryCodeNil ¶
func (o *ThreeDSCardholderPhoneNumber) SetCountryCodeNil()
SetCountryCodeNil sets the value for CountryCode to be an explicit nil
func (*ThreeDSCardholderPhoneNumber) SetNumber ¶
func (o *ThreeDSCardholderPhoneNumber) SetNumber(v string)
SetNumber gets a reference to the given NullableString and assigns it to the Number field.
func (*ThreeDSCardholderPhoneNumber) SetNumberNil ¶
func (o *ThreeDSCardholderPhoneNumber) SetNumberNil()
SetNumberNil sets the value for Number to be an explicit nil
func (ThreeDSCardholderPhoneNumber) ToMap ¶
func (o ThreeDSCardholderPhoneNumber) ToMap() (map[string]interface{}, error)
func (*ThreeDSCardholderPhoneNumber) UnsetCountryCode ¶
func (o *ThreeDSCardholderPhoneNumber) UnsetCountryCode()
UnsetCountryCode ensures that no value is present for CountryCode, not even an explicit nil
func (*ThreeDSCardholderPhoneNumber) UnsetNumber ¶
func (o *ThreeDSCardholderPhoneNumber) UnsetNumber()
UnsetNumber ensures that no value is present for Number, not even an explicit nil
type ThreeDSDeviceInfo ¶
type ThreeDSDeviceInfo struct { BrowserAcceptHeader NullableString `json:"browser_accept_header,omitempty"` BrowserIp NullableString `json:"browser_ip,omitempty"` BrowserJavascriptEnabled NullableBool `json:"browser_javascript_enabled,omitempty"` BrowserJavaEnabled NullableBool `json:"browser_java_enabled,omitempty"` BrowserLanguage NullableString `json:"browser_language,omitempty"` BrowserColorDepth NullableString `json:"browser_color_depth,omitempty"` BrowserScreenHeight NullableString `json:"browser_screen_height,omitempty"` BrowserScreenWidth NullableString `json:"browser_screen_width,omitempty"` BrowserTz NullableString `json:"browser_tz,omitempty"` BrowserUserAgent NullableString `json:"browser_user_agent,omitempty"` SdkTransactionId NullableString `json:"sdk_transaction_id,omitempty"` SdkApplicationId NullableString `json:"sdk_application_id,omitempty"` SdkEncryptionData NullableString `json:"sdk_encryption_data,omitempty"` SdkEphemeralPublicKey NullableString `json:"sdk_ephemeral_public_key,omitempty"` SdkMaxTimeout NullableString `json:"sdk_max_timeout,omitempty"` SdkReferenceNumber NullableString `json:"sdk_reference_number,omitempty"` SdkRenderOptions *ThreeDSMobileSdkRenderOptions `json:"sdk_render_options,omitempty"` }
ThreeDSDeviceInfo struct for ThreeDSDeviceInfo
func NewThreeDSDeviceInfo ¶
func NewThreeDSDeviceInfo() *ThreeDSDeviceInfo
NewThreeDSDeviceInfo instantiates a new ThreeDSDeviceInfo 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 NewThreeDSDeviceInfoWithDefaults ¶
func NewThreeDSDeviceInfoWithDefaults() *ThreeDSDeviceInfo
NewThreeDSDeviceInfoWithDefaults instantiates a new ThreeDSDeviceInfo 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 (*ThreeDSDeviceInfo) GetBrowserAcceptHeader ¶
func (o *ThreeDSDeviceInfo) GetBrowserAcceptHeader() string
GetBrowserAcceptHeader returns the BrowserAcceptHeader field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSDeviceInfo) GetBrowserAcceptHeaderOk ¶
func (o *ThreeDSDeviceInfo) GetBrowserAcceptHeaderOk() (*string, bool)
GetBrowserAcceptHeaderOk returns a tuple with the BrowserAcceptHeader field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSDeviceInfo) GetBrowserColorDepth ¶
func (o *ThreeDSDeviceInfo) GetBrowserColorDepth() string
GetBrowserColorDepth returns the BrowserColorDepth field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSDeviceInfo) GetBrowserColorDepthOk ¶
func (o *ThreeDSDeviceInfo) GetBrowserColorDepthOk() (*string, bool)
GetBrowserColorDepthOk returns a tuple with the BrowserColorDepth field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSDeviceInfo) GetBrowserIp ¶
func (o *ThreeDSDeviceInfo) GetBrowserIp() string
GetBrowserIp returns the BrowserIp field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSDeviceInfo) GetBrowserIpOk ¶
func (o *ThreeDSDeviceInfo) GetBrowserIpOk() (*string, bool)
GetBrowserIpOk returns a tuple with the BrowserIp field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSDeviceInfo) GetBrowserJavaEnabled ¶
func (o *ThreeDSDeviceInfo) GetBrowserJavaEnabled() bool
GetBrowserJavaEnabled returns the BrowserJavaEnabled field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSDeviceInfo) GetBrowserJavaEnabledOk ¶
func (o *ThreeDSDeviceInfo) GetBrowserJavaEnabledOk() (*bool, bool)
GetBrowserJavaEnabledOk returns a tuple with the BrowserJavaEnabled field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSDeviceInfo) GetBrowserJavascriptEnabled ¶
func (o *ThreeDSDeviceInfo) GetBrowserJavascriptEnabled() bool
GetBrowserJavascriptEnabled returns the BrowserJavascriptEnabled field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSDeviceInfo) GetBrowserJavascriptEnabledOk ¶
func (o *ThreeDSDeviceInfo) GetBrowserJavascriptEnabledOk() (*bool, bool)
GetBrowserJavascriptEnabledOk returns a tuple with the BrowserJavascriptEnabled field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSDeviceInfo) GetBrowserLanguage ¶
func (o *ThreeDSDeviceInfo) GetBrowserLanguage() string
GetBrowserLanguage returns the BrowserLanguage field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSDeviceInfo) GetBrowserLanguageOk ¶
func (o *ThreeDSDeviceInfo) GetBrowserLanguageOk() (*string, bool)
GetBrowserLanguageOk returns a tuple with the BrowserLanguage field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSDeviceInfo) GetBrowserScreenHeight ¶
func (o *ThreeDSDeviceInfo) GetBrowserScreenHeight() string
GetBrowserScreenHeight returns the BrowserScreenHeight field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSDeviceInfo) GetBrowserScreenHeightOk ¶
func (o *ThreeDSDeviceInfo) GetBrowserScreenHeightOk() (*string, bool)
GetBrowserScreenHeightOk returns a tuple with the BrowserScreenHeight field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSDeviceInfo) GetBrowserScreenWidth ¶
func (o *ThreeDSDeviceInfo) GetBrowserScreenWidth() string
GetBrowserScreenWidth returns the BrowserScreenWidth field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSDeviceInfo) GetBrowserScreenWidthOk ¶
func (o *ThreeDSDeviceInfo) GetBrowserScreenWidthOk() (*string, bool)
GetBrowserScreenWidthOk returns a tuple with the BrowserScreenWidth field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSDeviceInfo) GetBrowserTz ¶
func (o *ThreeDSDeviceInfo) GetBrowserTz() string
GetBrowserTz returns the BrowserTz field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSDeviceInfo) GetBrowserTzOk ¶
func (o *ThreeDSDeviceInfo) GetBrowserTzOk() (*string, bool)
GetBrowserTzOk returns a tuple with the BrowserTz field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSDeviceInfo) GetBrowserUserAgent ¶
func (o *ThreeDSDeviceInfo) GetBrowserUserAgent() string
GetBrowserUserAgent returns the BrowserUserAgent field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSDeviceInfo) GetBrowserUserAgentOk ¶
func (o *ThreeDSDeviceInfo) GetBrowserUserAgentOk() (*string, bool)
GetBrowserUserAgentOk returns a tuple with the BrowserUserAgent field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSDeviceInfo) GetSdkApplicationId ¶
func (o *ThreeDSDeviceInfo) GetSdkApplicationId() string
GetSdkApplicationId returns the SdkApplicationId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSDeviceInfo) GetSdkApplicationIdOk ¶
func (o *ThreeDSDeviceInfo) GetSdkApplicationIdOk() (*string, bool)
GetSdkApplicationIdOk returns a tuple with the SdkApplicationId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSDeviceInfo) GetSdkEncryptionData ¶
func (o *ThreeDSDeviceInfo) GetSdkEncryptionData() string
GetSdkEncryptionData returns the SdkEncryptionData field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSDeviceInfo) GetSdkEncryptionDataOk ¶
func (o *ThreeDSDeviceInfo) GetSdkEncryptionDataOk() (*string, bool)
GetSdkEncryptionDataOk returns a tuple with the SdkEncryptionData field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSDeviceInfo) GetSdkEphemeralPublicKey ¶
func (o *ThreeDSDeviceInfo) GetSdkEphemeralPublicKey() string
GetSdkEphemeralPublicKey returns the SdkEphemeralPublicKey field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSDeviceInfo) GetSdkEphemeralPublicKeyOk ¶
func (o *ThreeDSDeviceInfo) GetSdkEphemeralPublicKeyOk() (*string, bool)
GetSdkEphemeralPublicKeyOk returns a tuple with the SdkEphemeralPublicKey field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSDeviceInfo) GetSdkMaxTimeout ¶
func (o *ThreeDSDeviceInfo) GetSdkMaxTimeout() string
GetSdkMaxTimeout returns the SdkMaxTimeout field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSDeviceInfo) GetSdkMaxTimeoutOk ¶
func (o *ThreeDSDeviceInfo) GetSdkMaxTimeoutOk() (*string, bool)
GetSdkMaxTimeoutOk returns a tuple with the SdkMaxTimeout field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSDeviceInfo) GetSdkReferenceNumber ¶
func (o *ThreeDSDeviceInfo) GetSdkReferenceNumber() string
GetSdkReferenceNumber returns the SdkReferenceNumber field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSDeviceInfo) GetSdkReferenceNumberOk ¶
func (o *ThreeDSDeviceInfo) GetSdkReferenceNumberOk() (*string, bool)
GetSdkReferenceNumberOk returns a tuple with the SdkReferenceNumber field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSDeviceInfo) GetSdkRenderOptions ¶
func (o *ThreeDSDeviceInfo) GetSdkRenderOptions() ThreeDSMobileSdkRenderOptions
GetSdkRenderOptions returns the SdkRenderOptions field value if set, zero value otherwise.
func (*ThreeDSDeviceInfo) GetSdkRenderOptionsOk ¶
func (o *ThreeDSDeviceInfo) GetSdkRenderOptionsOk() (*ThreeDSMobileSdkRenderOptions, bool)
GetSdkRenderOptionsOk returns a tuple with the SdkRenderOptions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThreeDSDeviceInfo) GetSdkTransactionId ¶
func (o *ThreeDSDeviceInfo) GetSdkTransactionId() string
GetSdkTransactionId returns the SdkTransactionId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSDeviceInfo) GetSdkTransactionIdOk ¶
func (o *ThreeDSDeviceInfo) GetSdkTransactionIdOk() (*string, bool)
GetSdkTransactionIdOk returns a tuple with the SdkTransactionId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSDeviceInfo) HasBrowserAcceptHeader ¶
func (o *ThreeDSDeviceInfo) HasBrowserAcceptHeader() bool
HasBrowserAcceptHeader returns a boolean if a field is not nil.
func (*ThreeDSDeviceInfo) HasBrowserColorDepth ¶
func (o *ThreeDSDeviceInfo) HasBrowserColorDepth() bool
HasBrowserColorDepth returns a boolean if a field is not nil.
func (*ThreeDSDeviceInfo) HasBrowserIp ¶
func (o *ThreeDSDeviceInfo) HasBrowserIp() bool
HasBrowserIp returns a boolean if a field is not nil.
func (*ThreeDSDeviceInfo) HasBrowserJavaEnabled ¶
func (o *ThreeDSDeviceInfo) HasBrowserJavaEnabled() bool
HasBrowserJavaEnabled returns a boolean if a field is not nil.
func (*ThreeDSDeviceInfo) HasBrowserJavascriptEnabled ¶
func (o *ThreeDSDeviceInfo) HasBrowserJavascriptEnabled() bool
HasBrowserJavascriptEnabled returns a boolean if a field is not nil.
func (*ThreeDSDeviceInfo) HasBrowserLanguage ¶
func (o *ThreeDSDeviceInfo) HasBrowserLanguage() bool
HasBrowserLanguage returns a boolean if a field is not nil.
func (*ThreeDSDeviceInfo) HasBrowserScreenHeight ¶
func (o *ThreeDSDeviceInfo) HasBrowserScreenHeight() bool
HasBrowserScreenHeight returns a boolean if a field is not nil.
func (*ThreeDSDeviceInfo) HasBrowserScreenWidth ¶
func (o *ThreeDSDeviceInfo) HasBrowserScreenWidth() bool
HasBrowserScreenWidth returns a boolean if a field is not nil.
func (*ThreeDSDeviceInfo) HasBrowserTz ¶
func (o *ThreeDSDeviceInfo) HasBrowserTz() bool
HasBrowserTz returns a boolean if a field is not nil.
func (*ThreeDSDeviceInfo) HasBrowserUserAgent ¶
func (o *ThreeDSDeviceInfo) HasBrowserUserAgent() bool
HasBrowserUserAgent returns a boolean if a field is not nil.
func (*ThreeDSDeviceInfo) HasSdkApplicationId ¶
func (o *ThreeDSDeviceInfo) HasSdkApplicationId() bool
HasSdkApplicationId returns a boolean if a field is not nil.
func (*ThreeDSDeviceInfo) HasSdkEncryptionData ¶
func (o *ThreeDSDeviceInfo) HasSdkEncryptionData() bool
HasSdkEncryptionData returns a boolean if a field is not nil.
func (*ThreeDSDeviceInfo) HasSdkEphemeralPublicKey ¶
func (o *ThreeDSDeviceInfo) HasSdkEphemeralPublicKey() bool
HasSdkEphemeralPublicKey returns a boolean if a field is not nil.
func (*ThreeDSDeviceInfo) HasSdkMaxTimeout ¶
func (o *ThreeDSDeviceInfo) HasSdkMaxTimeout() bool
HasSdkMaxTimeout returns a boolean if a field is not nil.
func (*ThreeDSDeviceInfo) HasSdkReferenceNumber ¶
func (o *ThreeDSDeviceInfo) HasSdkReferenceNumber() bool
HasSdkReferenceNumber returns a boolean if a field is not nil.
func (*ThreeDSDeviceInfo) HasSdkRenderOptions ¶
func (o *ThreeDSDeviceInfo) HasSdkRenderOptions() bool
HasSdkRenderOptions returns a boolean if a field is not nil.
func (*ThreeDSDeviceInfo) HasSdkTransactionId ¶
func (o *ThreeDSDeviceInfo) HasSdkTransactionId() bool
HasSdkTransactionId returns a boolean if a field is not nil.
func (ThreeDSDeviceInfo) MarshalJSON ¶
func (o ThreeDSDeviceInfo) MarshalJSON() ([]byte, error)
func (*ThreeDSDeviceInfo) SetBrowserAcceptHeader ¶
func (o *ThreeDSDeviceInfo) SetBrowserAcceptHeader(v string)
SetBrowserAcceptHeader gets a reference to the given NullableString and assigns it to the BrowserAcceptHeader field.
func (*ThreeDSDeviceInfo) SetBrowserAcceptHeaderNil ¶
func (o *ThreeDSDeviceInfo) SetBrowserAcceptHeaderNil()
SetBrowserAcceptHeaderNil sets the value for BrowserAcceptHeader to be an explicit nil
func (*ThreeDSDeviceInfo) SetBrowserColorDepth ¶
func (o *ThreeDSDeviceInfo) SetBrowserColorDepth(v string)
SetBrowserColorDepth gets a reference to the given NullableString and assigns it to the BrowserColorDepth field.
func (*ThreeDSDeviceInfo) SetBrowserColorDepthNil ¶
func (o *ThreeDSDeviceInfo) SetBrowserColorDepthNil()
SetBrowserColorDepthNil sets the value for BrowserColorDepth to be an explicit nil
func (*ThreeDSDeviceInfo) SetBrowserIp ¶
func (o *ThreeDSDeviceInfo) SetBrowserIp(v string)
SetBrowserIp gets a reference to the given NullableString and assigns it to the BrowserIp field.
func (*ThreeDSDeviceInfo) SetBrowserIpNil ¶
func (o *ThreeDSDeviceInfo) SetBrowserIpNil()
SetBrowserIpNil sets the value for BrowserIp to be an explicit nil
func (*ThreeDSDeviceInfo) SetBrowserJavaEnabled ¶
func (o *ThreeDSDeviceInfo) SetBrowserJavaEnabled(v bool)
SetBrowserJavaEnabled gets a reference to the given NullableBool and assigns it to the BrowserJavaEnabled field.
func (*ThreeDSDeviceInfo) SetBrowserJavaEnabledNil ¶
func (o *ThreeDSDeviceInfo) SetBrowserJavaEnabledNil()
SetBrowserJavaEnabledNil sets the value for BrowserJavaEnabled to be an explicit nil
func (*ThreeDSDeviceInfo) SetBrowserJavascriptEnabled ¶
func (o *ThreeDSDeviceInfo) SetBrowserJavascriptEnabled(v bool)
SetBrowserJavascriptEnabled gets a reference to the given NullableBool and assigns it to the BrowserJavascriptEnabled field.
func (*ThreeDSDeviceInfo) SetBrowserJavascriptEnabledNil ¶
func (o *ThreeDSDeviceInfo) SetBrowserJavascriptEnabledNil()
SetBrowserJavascriptEnabledNil sets the value for BrowserJavascriptEnabled to be an explicit nil
func (*ThreeDSDeviceInfo) SetBrowserLanguage ¶
func (o *ThreeDSDeviceInfo) SetBrowserLanguage(v string)
SetBrowserLanguage gets a reference to the given NullableString and assigns it to the BrowserLanguage field.
func (*ThreeDSDeviceInfo) SetBrowserLanguageNil ¶
func (o *ThreeDSDeviceInfo) SetBrowserLanguageNil()
SetBrowserLanguageNil sets the value for BrowserLanguage to be an explicit nil
func (*ThreeDSDeviceInfo) SetBrowserScreenHeight ¶
func (o *ThreeDSDeviceInfo) SetBrowserScreenHeight(v string)
SetBrowserScreenHeight gets a reference to the given NullableString and assigns it to the BrowserScreenHeight field.
func (*ThreeDSDeviceInfo) SetBrowserScreenHeightNil ¶
func (o *ThreeDSDeviceInfo) SetBrowserScreenHeightNil()
SetBrowserScreenHeightNil sets the value for BrowserScreenHeight to be an explicit nil
func (*ThreeDSDeviceInfo) SetBrowserScreenWidth ¶
func (o *ThreeDSDeviceInfo) SetBrowserScreenWidth(v string)
SetBrowserScreenWidth gets a reference to the given NullableString and assigns it to the BrowserScreenWidth field.
func (*ThreeDSDeviceInfo) SetBrowserScreenWidthNil ¶
func (o *ThreeDSDeviceInfo) SetBrowserScreenWidthNil()
SetBrowserScreenWidthNil sets the value for BrowserScreenWidth to be an explicit nil
func (*ThreeDSDeviceInfo) SetBrowserTz ¶
func (o *ThreeDSDeviceInfo) SetBrowserTz(v string)
SetBrowserTz gets a reference to the given NullableString and assigns it to the BrowserTz field.
func (*ThreeDSDeviceInfo) SetBrowserTzNil ¶
func (o *ThreeDSDeviceInfo) SetBrowserTzNil()
SetBrowserTzNil sets the value for BrowserTz to be an explicit nil
func (*ThreeDSDeviceInfo) SetBrowserUserAgent ¶
func (o *ThreeDSDeviceInfo) SetBrowserUserAgent(v string)
SetBrowserUserAgent gets a reference to the given NullableString and assigns it to the BrowserUserAgent field.
func (*ThreeDSDeviceInfo) SetBrowserUserAgentNil ¶
func (o *ThreeDSDeviceInfo) SetBrowserUserAgentNil()
SetBrowserUserAgentNil sets the value for BrowserUserAgent to be an explicit nil
func (*ThreeDSDeviceInfo) SetSdkApplicationId ¶
func (o *ThreeDSDeviceInfo) SetSdkApplicationId(v string)
SetSdkApplicationId gets a reference to the given NullableString and assigns it to the SdkApplicationId field.
func (*ThreeDSDeviceInfo) SetSdkApplicationIdNil ¶
func (o *ThreeDSDeviceInfo) SetSdkApplicationIdNil()
SetSdkApplicationIdNil sets the value for SdkApplicationId to be an explicit nil
func (*ThreeDSDeviceInfo) SetSdkEncryptionData ¶
func (o *ThreeDSDeviceInfo) SetSdkEncryptionData(v string)
SetSdkEncryptionData gets a reference to the given NullableString and assigns it to the SdkEncryptionData field.
func (*ThreeDSDeviceInfo) SetSdkEncryptionDataNil ¶
func (o *ThreeDSDeviceInfo) SetSdkEncryptionDataNil()
SetSdkEncryptionDataNil sets the value for SdkEncryptionData to be an explicit nil
func (*ThreeDSDeviceInfo) SetSdkEphemeralPublicKey ¶
func (o *ThreeDSDeviceInfo) SetSdkEphemeralPublicKey(v string)
SetSdkEphemeralPublicKey gets a reference to the given NullableString and assigns it to the SdkEphemeralPublicKey field.
func (*ThreeDSDeviceInfo) SetSdkEphemeralPublicKeyNil ¶
func (o *ThreeDSDeviceInfo) SetSdkEphemeralPublicKeyNil()
SetSdkEphemeralPublicKeyNil sets the value for SdkEphemeralPublicKey to be an explicit nil
func (*ThreeDSDeviceInfo) SetSdkMaxTimeout ¶
func (o *ThreeDSDeviceInfo) SetSdkMaxTimeout(v string)
SetSdkMaxTimeout gets a reference to the given NullableString and assigns it to the SdkMaxTimeout field.
func (*ThreeDSDeviceInfo) SetSdkMaxTimeoutNil ¶
func (o *ThreeDSDeviceInfo) SetSdkMaxTimeoutNil()
SetSdkMaxTimeoutNil sets the value for SdkMaxTimeout to be an explicit nil
func (*ThreeDSDeviceInfo) SetSdkReferenceNumber ¶
func (o *ThreeDSDeviceInfo) SetSdkReferenceNumber(v string)
SetSdkReferenceNumber gets a reference to the given NullableString and assigns it to the SdkReferenceNumber field.
func (*ThreeDSDeviceInfo) SetSdkReferenceNumberNil ¶
func (o *ThreeDSDeviceInfo) SetSdkReferenceNumberNil()
SetSdkReferenceNumberNil sets the value for SdkReferenceNumber to be an explicit nil
func (*ThreeDSDeviceInfo) SetSdkRenderOptions ¶
func (o *ThreeDSDeviceInfo) SetSdkRenderOptions(v ThreeDSMobileSdkRenderOptions)
SetSdkRenderOptions gets a reference to the given ThreeDSMobileSdkRenderOptions and assigns it to the SdkRenderOptions field.
func (*ThreeDSDeviceInfo) SetSdkTransactionId ¶
func (o *ThreeDSDeviceInfo) SetSdkTransactionId(v string)
SetSdkTransactionId gets a reference to the given NullableString and assigns it to the SdkTransactionId field.
func (*ThreeDSDeviceInfo) SetSdkTransactionIdNil ¶
func (o *ThreeDSDeviceInfo) SetSdkTransactionIdNil()
SetSdkTransactionIdNil sets the value for SdkTransactionId to be an explicit nil
func (ThreeDSDeviceInfo) ToMap ¶
func (o ThreeDSDeviceInfo) ToMap() (map[string]interface{}, error)
func (*ThreeDSDeviceInfo) UnsetBrowserAcceptHeader ¶
func (o *ThreeDSDeviceInfo) UnsetBrowserAcceptHeader()
UnsetBrowserAcceptHeader ensures that no value is present for BrowserAcceptHeader, not even an explicit nil
func (*ThreeDSDeviceInfo) UnsetBrowserColorDepth ¶
func (o *ThreeDSDeviceInfo) UnsetBrowserColorDepth()
UnsetBrowserColorDepth ensures that no value is present for BrowserColorDepth, not even an explicit nil
func (*ThreeDSDeviceInfo) UnsetBrowserIp ¶
func (o *ThreeDSDeviceInfo) UnsetBrowserIp()
UnsetBrowserIp ensures that no value is present for BrowserIp, not even an explicit nil
func (*ThreeDSDeviceInfo) UnsetBrowserJavaEnabled ¶
func (o *ThreeDSDeviceInfo) UnsetBrowserJavaEnabled()
UnsetBrowserJavaEnabled ensures that no value is present for BrowserJavaEnabled, not even an explicit nil
func (*ThreeDSDeviceInfo) UnsetBrowserJavascriptEnabled ¶
func (o *ThreeDSDeviceInfo) UnsetBrowserJavascriptEnabled()
UnsetBrowserJavascriptEnabled ensures that no value is present for BrowserJavascriptEnabled, not even an explicit nil
func (*ThreeDSDeviceInfo) UnsetBrowserLanguage ¶
func (o *ThreeDSDeviceInfo) UnsetBrowserLanguage()
UnsetBrowserLanguage ensures that no value is present for BrowserLanguage, not even an explicit nil
func (*ThreeDSDeviceInfo) UnsetBrowserScreenHeight ¶
func (o *ThreeDSDeviceInfo) UnsetBrowserScreenHeight()
UnsetBrowserScreenHeight ensures that no value is present for BrowserScreenHeight, not even an explicit nil
func (*ThreeDSDeviceInfo) UnsetBrowserScreenWidth ¶
func (o *ThreeDSDeviceInfo) UnsetBrowserScreenWidth()
UnsetBrowserScreenWidth ensures that no value is present for BrowserScreenWidth, not even an explicit nil
func (*ThreeDSDeviceInfo) UnsetBrowserTz ¶
func (o *ThreeDSDeviceInfo) UnsetBrowserTz()
UnsetBrowserTz ensures that no value is present for BrowserTz, not even an explicit nil
func (*ThreeDSDeviceInfo) UnsetBrowserUserAgent ¶
func (o *ThreeDSDeviceInfo) UnsetBrowserUserAgent()
UnsetBrowserUserAgent ensures that no value is present for BrowserUserAgent, not even an explicit nil
func (*ThreeDSDeviceInfo) UnsetSdkApplicationId ¶
func (o *ThreeDSDeviceInfo) UnsetSdkApplicationId()
UnsetSdkApplicationId ensures that no value is present for SdkApplicationId, not even an explicit nil
func (*ThreeDSDeviceInfo) UnsetSdkEncryptionData ¶
func (o *ThreeDSDeviceInfo) UnsetSdkEncryptionData()
UnsetSdkEncryptionData ensures that no value is present for SdkEncryptionData, not even an explicit nil
func (*ThreeDSDeviceInfo) UnsetSdkEphemeralPublicKey ¶
func (o *ThreeDSDeviceInfo) UnsetSdkEphemeralPublicKey()
UnsetSdkEphemeralPublicKey ensures that no value is present for SdkEphemeralPublicKey, not even an explicit nil
func (*ThreeDSDeviceInfo) UnsetSdkMaxTimeout ¶
func (o *ThreeDSDeviceInfo) UnsetSdkMaxTimeout()
UnsetSdkMaxTimeout ensures that no value is present for SdkMaxTimeout, not even an explicit nil
func (*ThreeDSDeviceInfo) UnsetSdkReferenceNumber ¶
func (o *ThreeDSDeviceInfo) UnsetSdkReferenceNumber()
UnsetSdkReferenceNumber ensures that no value is present for SdkReferenceNumber, not even an explicit nil
func (*ThreeDSDeviceInfo) UnsetSdkTransactionId ¶
func (o *ThreeDSDeviceInfo) UnsetSdkTransactionId()
UnsetSdkTransactionId ensures that no value is present for SdkTransactionId, not even an explicit nil
type ThreeDSMerchantInfo ¶
type ThreeDSMerchantInfo struct { Mid NullableString `json:"mid,omitempty"` AcquirerBin NullableString `json:"acquirer_bin,omitempty"` Name NullableString `json:"name,omitempty"` CountryCode NullableString `json:"country_code,omitempty"` CategoryCode NullableString `json:"category_code,omitempty"` RiskInfo *ThreeDSMerchantRiskInfo `json:"risk_info,omitempty"` }
ThreeDSMerchantInfo struct for ThreeDSMerchantInfo
func NewThreeDSMerchantInfo ¶
func NewThreeDSMerchantInfo() *ThreeDSMerchantInfo
NewThreeDSMerchantInfo instantiates a new ThreeDSMerchantInfo 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 NewThreeDSMerchantInfoWithDefaults ¶
func NewThreeDSMerchantInfoWithDefaults() *ThreeDSMerchantInfo
NewThreeDSMerchantInfoWithDefaults instantiates a new ThreeDSMerchantInfo 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 (*ThreeDSMerchantInfo) GetAcquirerBin ¶
func (o *ThreeDSMerchantInfo) GetAcquirerBin() string
GetAcquirerBin returns the AcquirerBin field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSMerchantInfo) GetAcquirerBinOk ¶
func (o *ThreeDSMerchantInfo) GetAcquirerBinOk() (*string, bool)
GetAcquirerBinOk returns a tuple with the AcquirerBin field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSMerchantInfo) GetCategoryCode ¶
func (o *ThreeDSMerchantInfo) GetCategoryCode() string
GetCategoryCode returns the CategoryCode field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSMerchantInfo) GetCategoryCodeOk ¶
func (o *ThreeDSMerchantInfo) GetCategoryCodeOk() (*string, bool)
GetCategoryCodeOk returns a tuple with the CategoryCode field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSMerchantInfo) GetCountryCode ¶
func (o *ThreeDSMerchantInfo) GetCountryCode() string
GetCountryCode returns the CountryCode field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSMerchantInfo) GetCountryCodeOk ¶
func (o *ThreeDSMerchantInfo) GetCountryCodeOk() (*string, bool)
GetCountryCodeOk returns a tuple with the CountryCode field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSMerchantInfo) GetMid ¶
func (o *ThreeDSMerchantInfo) GetMid() string
GetMid returns the Mid field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSMerchantInfo) GetMidOk ¶
func (o *ThreeDSMerchantInfo) GetMidOk() (*string, bool)
GetMidOk returns a tuple with the Mid field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSMerchantInfo) GetName ¶
func (o *ThreeDSMerchantInfo) GetName() string
GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSMerchantInfo) GetNameOk ¶
func (o *ThreeDSMerchantInfo) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSMerchantInfo) GetRiskInfo ¶
func (o *ThreeDSMerchantInfo) GetRiskInfo() ThreeDSMerchantRiskInfo
GetRiskInfo returns the RiskInfo field value if set, zero value otherwise.
func (*ThreeDSMerchantInfo) GetRiskInfoOk ¶
func (o *ThreeDSMerchantInfo) GetRiskInfoOk() (*ThreeDSMerchantRiskInfo, bool)
GetRiskInfoOk returns a tuple with the RiskInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThreeDSMerchantInfo) HasAcquirerBin ¶
func (o *ThreeDSMerchantInfo) HasAcquirerBin() bool
HasAcquirerBin returns a boolean if a field is not nil.
func (*ThreeDSMerchantInfo) HasCategoryCode ¶
func (o *ThreeDSMerchantInfo) HasCategoryCode() bool
HasCategoryCode returns a boolean if a field is not nil.
func (*ThreeDSMerchantInfo) HasCountryCode ¶
func (o *ThreeDSMerchantInfo) HasCountryCode() bool
HasCountryCode returns a boolean if a field is not nil.
func (*ThreeDSMerchantInfo) HasMid ¶
func (o *ThreeDSMerchantInfo) HasMid() bool
HasMid returns a boolean if a field is not nil.
func (*ThreeDSMerchantInfo) HasName ¶
func (o *ThreeDSMerchantInfo) HasName() bool
HasName returns a boolean if a field is not nil.
func (*ThreeDSMerchantInfo) HasRiskInfo ¶
func (o *ThreeDSMerchantInfo) HasRiskInfo() bool
HasRiskInfo returns a boolean if a field is not nil.
func (ThreeDSMerchantInfo) MarshalJSON ¶
func (o ThreeDSMerchantInfo) MarshalJSON() ([]byte, error)
func (*ThreeDSMerchantInfo) SetAcquirerBin ¶
func (o *ThreeDSMerchantInfo) SetAcquirerBin(v string)
SetAcquirerBin gets a reference to the given NullableString and assigns it to the AcquirerBin field.
func (*ThreeDSMerchantInfo) SetAcquirerBinNil ¶
func (o *ThreeDSMerchantInfo) SetAcquirerBinNil()
SetAcquirerBinNil sets the value for AcquirerBin to be an explicit nil
func (*ThreeDSMerchantInfo) SetCategoryCode ¶
func (o *ThreeDSMerchantInfo) SetCategoryCode(v string)
SetCategoryCode gets a reference to the given NullableString and assigns it to the CategoryCode field.
func (*ThreeDSMerchantInfo) SetCategoryCodeNil ¶
func (o *ThreeDSMerchantInfo) SetCategoryCodeNil()
SetCategoryCodeNil sets the value for CategoryCode to be an explicit nil
func (*ThreeDSMerchantInfo) SetCountryCode ¶
func (o *ThreeDSMerchantInfo) SetCountryCode(v string)
SetCountryCode gets a reference to the given NullableString and assigns it to the CountryCode field.
func (*ThreeDSMerchantInfo) SetCountryCodeNil ¶
func (o *ThreeDSMerchantInfo) SetCountryCodeNil()
SetCountryCodeNil sets the value for CountryCode to be an explicit nil
func (*ThreeDSMerchantInfo) SetMid ¶
func (o *ThreeDSMerchantInfo) SetMid(v string)
SetMid gets a reference to the given NullableString and assigns it to the Mid field.
func (*ThreeDSMerchantInfo) SetMidNil ¶
func (o *ThreeDSMerchantInfo) SetMidNil()
SetMidNil sets the value for Mid to be an explicit nil
func (*ThreeDSMerchantInfo) SetName ¶
func (o *ThreeDSMerchantInfo) SetName(v string)
SetName gets a reference to the given NullableString and assigns it to the Name field.
func (*ThreeDSMerchantInfo) SetNameNil ¶
func (o *ThreeDSMerchantInfo) SetNameNil()
SetNameNil sets the value for Name to be an explicit nil
func (*ThreeDSMerchantInfo) SetRiskInfo ¶
func (o *ThreeDSMerchantInfo) SetRiskInfo(v ThreeDSMerchantRiskInfo)
SetRiskInfo gets a reference to the given ThreeDSMerchantRiskInfo and assigns it to the RiskInfo field.
func (ThreeDSMerchantInfo) ToMap ¶
func (o ThreeDSMerchantInfo) ToMap() (map[string]interface{}, error)
func (*ThreeDSMerchantInfo) UnsetAcquirerBin ¶
func (o *ThreeDSMerchantInfo) UnsetAcquirerBin()
UnsetAcquirerBin ensures that no value is present for AcquirerBin, not even an explicit nil
func (*ThreeDSMerchantInfo) UnsetCategoryCode ¶
func (o *ThreeDSMerchantInfo) UnsetCategoryCode()
UnsetCategoryCode ensures that no value is present for CategoryCode, not even an explicit nil
func (*ThreeDSMerchantInfo) UnsetCountryCode ¶
func (o *ThreeDSMerchantInfo) UnsetCountryCode()
UnsetCountryCode ensures that no value is present for CountryCode, not even an explicit nil
func (*ThreeDSMerchantInfo) UnsetMid ¶
func (o *ThreeDSMerchantInfo) UnsetMid()
UnsetMid ensures that no value is present for Mid, not even an explicit nil
func (*ThreeDSMerchantInfo) UnsetName ¶
func (o *ThreeDSMerchantInfo) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
type ThreeDSMerchantRiskInfo ¶
type ThreeDSMerchantRiskInfo struct { DeliveryEmail NullableString `json:"delivery_email,omitempty"` DeliveryTimeFrame NullableString `json:"delivery_time_frame,omitempty"` GiftCardAmount NullableString `json:"gift_card_amount,omitempty"` GiftCardCount NullableString `json:"gift_card_count,omitempty"` GiftCardCurrency NullableString `json:"gift_card_currency,omitempty"` PreOrderPurchase NullableBool `json:"pre_order_purchase,omitempty"` PreOrderDate NullableString `json:"pre_order_date,omitempty"` ReorderedPurchase NullableBool `json:"reordered_purchase,omitempty"` ShippingMethod NullableString `json:"shipping_method,omitempty"` }
ThreeDSMerchantRiskInfo struct for ThreeDSMerchantRiskInfo
func NewThreeDSMerchantRiskInfo ¶
func NewThreeDSMerchantRiskInfo() *ThreeDSMerchantRiskInfo
NewThreeDSMerchantRiskInfo instantiates a new ThreeDSMerchantRiskInfo 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 NewThreeDSMerchantRiskInfoWithDefaults ¶
func NewThreeDSMerchantRiskInfoWithDefaults() *ThreeDSMerchantRiskInfo
NewThreeDSMerchantRiskInfoWithDefaults instantiates a new ThreeDSMerchantRiskInfo 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 (*ThreeDSMerchantRiskInfo) GetDeliveryEmail ¶
func (o *ThreeDSMerchantRiskInfo) GetDeliveryEmail() string
GetDeliveryEmail returns the DeliveryEmail field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSMerchantRiskInfo) GetDeliveryEmailOk ¶
func (o *ThreeDSMerchantRiskInfo) GetDeliveryEmailOk() (*string, bool)
GetDeliveryEmailOk returns a tuple with the DeliveryEmail field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSMerchantRiskInfo) GetDeliveryTimeFrame ¶
func (o *ThreeDSMerchantRiskInfo) GetDeliveryTimeFrame() string
GetDeliveryTimeFrame returns the DeliveryTimeFrame field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSMerchantRiskInfo) GetDeliveryTimeFrameOk ¶
func (o *ThreeDSMerchantRiskInfo) GetDeliveryTimeFrameOk() (*string, bool)
GetDeliveryTimeFrameOk returns a tuple with the DeliveryTimeFrame field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSMerchantRiskInfo) GetGiftCardAmount ¶
func (o *ThreeDSMerchantRiskInfo) GetGiftCardAmount() string
GetGiftCardAmount returns the GiftCardAmount field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSMerchantRiskInfo) GetGiftCardAmountOk ¶
func (o *ThreeDSMerchantRiskInfo) GetGiftCardAmountOk() (*string, bool)
GetGiftCardAmountOk returns a tuple with the GiftCardAmount field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSMerchantRiskInfo) GetGiftCardCount ¶
func (o *ThreeDSMerchantRiskInfo) GetGiftCardCount() string
GetGiftCardCount returns the GiftCardCount field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSMerchantRiskInfo) GetGiftCardCountOk ¶
func (o *ThreeDSMerchantRiskInfo) GetGiftCardCountOk() (*string, bool)
GetGiftCardCountOk returns a tuple with the GiftCardCount field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSMerchantRiskInfo) GetGiftCardCurrency ¶
func (o *ThreeDSMerchantRiskInfo) GetGiftCardCurrency() string
GetGiftCardCurrency returns the GiftCardCurrency field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSMerchantRiskInfo) GetGiftCardCurrencyOk ¶
func (o *ThreeDSMerchantRiskInfo) GetGiftCardCurrencyOk() (*string, bool)
GetGiftCardCurrencyOk returns a tuple with the GiftCardCurrency field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSMerchantRiskInfo) GetPreOrderDate ¶
func (o *ThreeDSMerchantRiskInfo) GetPreOrderDate() string
GetPreOrderDate returns the PreOrderDate field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSMerchantRiskInfo) GetPreOrderDateOk ¶
func (o *ThreeDSMerchantRiskInfo) GetPreOrderDateOk() (*string, bool)
GetPreOrderDateOk returns a tuple with the PreOrderDate field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSMerchantRiskInfo) GetPreOrderPurchase ¶
func (o *ThreeDSMerchantRiskInfo) GetPreOrderPurchase() bool
GetPreOrderPurchase returns the PreOrderPurchase field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSMerchantRiskInfo) GetPreOrderPurchaseOk ¶
func (o *ThreeDSMerchantRiskInfo) GetPreOrderPurchaseOk() (*bool, bool)
GetPreOrderPurchaseOk returns a tuple with the PreOrderPurchase field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSMerchantRiskInfo) GetReorderedPurchase ¶
func (o *ThreeDSMerchantRiskInfo) GetReorderedPurchase() bool
GetReorderedPurchase returns the ReorderedPurchase field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSMerchantRiskInfo) GetReorderedPurchaseOk ¶
func (o *ThreeDSMerchantRiskInfo) GetReorderedPurchaseOk() (*bool, bool)
GetReorderedPurchaseOk returns a tuple with the ReorderedPurchase field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSMerchantRiskInfo) GetShippingMethod ¶
func (o *ThreeDSMerchantRiskInfo) GetShippingMethod() string
GetShippingMethod returns the ShippingMethod field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSMerchantRiskInfo) GetShippingMethodOk ¶
func (o *ThreeDSMerchantRiskInfo) GetShippingMethodOk() (*string, bool)
GetShippingMethodOk returns a tuple with the ShippingMethod field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSMerchantRiskInfo) HasDeliveryEmail ¶
func (o *ThreeDSMerchantRiskInfo) HasDeliveryEmail() bool
HasDeliveryEmail returns a boolean if a field is not nil.
func (*ThreeDSMerchantRiskInfo) HasDeliveryTimeFrame ¶
func (o *ThreeDSMerchantRiskInfo) HasDeliveryTimeFrame() bool
HasDeliveryTimeFrame returns a boolean if a field is not nil.
func (*ThreeDSMerchantRiskInfo) HasGiftCardAmount ¶
func (o *ThreeDSMerchantRiskInfo) HasGiftCardAmount() bool
HasGiftCardAmount returns a boolean if a field is not nil.
func (*ThreeDSMerchantRiskInfo) HasGiftCardCount ¶
func (o *ThreeDSMerchantRiskInfo) HasGiftCardCount() bool
HasGiftCardCount returns a boolean if a field is not nil.
func (*ThreeDSMerchantRiskInfo) HasGiftCardCurrency ¶
func (o *ThreeDSMerchantRiskInfo) HasGiftCardCurrency() bool
HasGiftCardCurrency returns a boolean if a field is not nil.
func (*ThreeDSMerchantRiskInfo) HasPreOrderDate ¶
func (o *ThreeDSMerchantRiskInfo) HasPreOrderDate() bool
HasPreOrderDate returns a boolean if a field is not nil.
func (*ThreeDSMerchantRiskInfo) HasPreOrderPurchase ¶
func (o *ThreeDSMerchantRiskInfo) HasPreOrderPurchase() bool
HasPreOrderPurchase returns a boolean if a field is not nil.
func (*ThreeDSMerchantRiskInfo) HasReorderedPurchase ¶
func (o *ThreeDSMerchantRiskInfo) HasReorderedPurchase() bool
HasReorderedPurchase returns a boolean if a field is not nil.
func (*ThreeDSMerchantRiskInfo) HasShippingMethod ¶
func (o *ThreeDSMerchantRiskInfo) HasShippingMethod() bool
HasShippingMethod returns a boolean if a field is not nil.
func (ThreeDSMerchantRiskInfo) MarshalJSON ¶
func (o ThreeDSMerchantRiskInfo) MarshalJSON() ([]byte, error)
func (*ThreeDSMerchantRiskInfo) SetDeliveryEmail ¶
func (o *ThreeDSMerchantRiskInfo) SetDeliveryEmail(v string)
SetDeliveryEmail gets a reference to the given NullableString and assigns it to the DeliveryEmail field.
func (*ThreeDSMerchantRiskInfo) SetDeliveryEmailNil ¶
func (o *ThreeDSMerchantRiskInfo) SetDeliveryEmailNil()
SetDeliveryEmailNil sets the value for DeliveryEmail to be an explicit nil
func (*ThreeDSMerchantRiskInfo) SetDeliveryTimeFrame ¶
func (o *ThreeDSMerchantRiskInfo) SetDeliveryTimeFrame(v string)
SetDeliveryTimeFrame gets a reference to the given NullableString and assigns it to the DeliveryTimeFrame field.
func (*ThreeDSMerchantRiskInfo) SetDeliveryTimeFrameNil ¶
func (o *ThreeDSMerchantRiskInfo) SetDeliveryTimeFrameNil()
SetDeliveryTimeFrameNil sets the value for DeliveryTimeFrame to be an explicit nil
func (*ThreeDSMerchantRiskInfo) SetGiftCardAmount ¶
func (o *ThreeDSMerchantRiskInfo) SetGiftCardAmount(v string)
SetGiftCardAmount gets a reference to the given NullableString and assigns it to the GiftCardAmount field.
func (*ThreeDSMerchantRiskInfo) SetGiftCardAmountNil ¶
func (o *ThreeDSMerchantRiskInfo) SetGiftCardAmountNil()
SetGiftCardAmountNil sets the value for GiftCardAmount to be an explicit nil
func (*ThreeDSMerchantRiskInfo) SetGiftCardCount ¶
func (o *ThreeDSMerchantRiskInfo) SetGiftCardCount(v string)
SetGiftCardCount gets a reference to the given NullableString and assigns it to the GiftCardCount field.
func (*ThreeDSMerchantRiskInfo) SetGiftCardCountNil ¶
func (o *ThreeDSMerchantRiskInfo) SetGiftCardCountNil()
SetGiftCardCountNil sets the value for GiftCardCount to be an explicit nil
func (*ThreeDSMerchantRiskInfo) SetGiftCardCurrency ¶
func (o *ThreeDSMerchantRiskInfo) SetGiftCardCurrency(v string)
SetGiftCardCurrency gets a reference to the given NullableString and assigns it to the GiftCardCurrency field.
func (*ThreeDSMerchantRiskInfo) SetGiftCardCurrencyNil ¶
func (o *ThreeDSMerchantRiskInfo) SetGiftCardCurrencyNil()
SetGiftCardCurrencyNil sets the value for GiftCardCurrency to be an explicit nil
func (*ThreeDSMerchantRiskInfo) SetPreOrderDate ¶
func (o *ThreeDSMerchantRiskInfo) SetPreOrderDate(v string)
SetPreOrderDate gets a reference to the given NullableString and assigns it to the PreOrderDate field.
func (*ThreeDSMerchantRiskInfo) SetPreOrderDateNil ¶
func (o *ThreeDSMerchantRiskInfo) SetPreOrderDateNil()
SetPreOrderDateNil sets the value for PreOrderDate to be an explicit nil
func (*ThreeDSMerchantRiskInfo) SetPreOrderPurchase ¶
func (o *ThreeDSMerchantRiskInfo) SetPreOrderPurchase(v bool)
SetPreOrderPurchase gets a reference to the given NullableBool and assigns it to the PreOrderPurchase field.
func (*ThreeDSMerchantRiskInfo) SetPreOrderPurchaseNil ¶
func (o *ThreeDSMerchantRiskInfo) SetPreOrderPurchaseNil()
SetPreOrderPurchaseNil sets the value for PreOrderPurchase to be an explicit nil
func (*ThreeDSMerchantRiskInfo) SetReorderedPurchase ¶
func (o *ThreeDSMerchantRiskInfo) SetReorderedPurchase(v bool)
SetReorderedPurchase gets a reference to the given NullableBool and assigns it to the ReorderedPurchase field.
func (*ThreeDSMerchantRiskInfo) SetReorderedPurchaseNil ¶
func (o *ThreeDSMerchantRiskInfo) SetReorderedPurchaseNil()
SetReorderedPurchaseNil sets the value for ReorderedPurchase to be an explicit nil
func (*ThreeDSMerchantRiskInfo) SetShippingMethod ¶
func (o *ThreeDSMerchantRiskInfo) SetShippingMethod(v string)
SetShippingMethod gets a reference to the given NullableString and assigns it to the ShippingMethod field.
func (*ThreeDSMerchantRiskInfo) SetShippingMethodNil ¶
func (o *ThreeDSMerchantRiskInfo) SetShippingMethodNil()
SetShippingMethodNil sets the value for ShippingMethod to be an explicit nil
func (ThreeDSMerchantRiskInfo) ToMap ¶
func (o ThreeDSMerchantRiskInfo) ToMap() (map[string]interface{}, error)
func (*ThreeDSMerchantRiskInfo) UnsetDeliveryEmail ¶
func (o *ThreeDSMerchantRiskInfo) UnsetDeliveryEmail()
UnsetDeliveryEmail ensures that no value is present for DeliveryEmail, not even an explicit nil
func (*ThreeDSMerchantRiskInfo) UnsetDeliveryTimeFrame ¶
func (o *ThreeDSMerchantRiskInfo) UnsetDeliveryTimeFrame()
UnsetDeliveryTimeFrame ensures that no value is present for DeliveryTimeFrame, not even an explicit nil
func (*ThreeDSMerchantRiskInfo) UnsetGiftCardAmount ¶
func (o *ThreeDSMerchantRiskInfo) UnsetGiftCardAmount()
UnsetGiftCardAmount ensures that no value is present for GiftCardAmount, not even an explicit nil
func (*ThreeDSMerchantRiskInfo) UnsetGiftCardCount ¶
func (o *ThreeDSMerchantRiskInfo) UnsetGiftCardCount()
UnsetGiftCardCount ensures that no value is present for GiftCardCount, not even an explicit nil
func (*ThreeDSMerchantRiskInfo) UnsetGiftCardCurrency ¶
func (o *ThreeDSMerchantRiskInfo) UnsetGiftCardCurrency()
UnsetGiftCardCurrency ensures that no value is present for GiftCardCurrency, not even an explicit nil
func (*ThreeDSMerchantRiskInfo) UnsetPreOrderDate ¶
func (o *ThreeDSMerchantRiskInfo) UnsetPreOrderDate()
UnsetPreOrderDate ensures that no value is present for PreOrderDate, not even an explicit nil
func (*ThreeDSMerchantRiskInfo) UnsetPreOrderPurchase ¶
func (o *ThreeDSMerchantRiskInfo) UnsetPreOrderPurchase()
UnsetPreOrderPurchase ensures that no value is present for PreOrderPurchase, not even an explicit nil
func (*ThreeDSMerchantRiskInfo) UnsetReorderedPurchase ¶
func (o *ThreeDSMerchantRiskInfo) UnsetReorderedPurchase()
UnsetReorderedPurchase ensures that no value is present for ReorderedPurchase, not even an explicit nil
func (*ThreeDSMerchantRiskInfo) UnsetShippingMethod ¶
func (o *ThreeDSMerchantRiskInfo) UnsetShippingMethod()
UnsetShippingMethod ensures that no value is present for ShippingMethod, not even an explicit nil
type ThreeDSMessageExtension ¶
type ThreeDSMessageExtension struct { Id NullableString `json:"id,omitempty"` Name NullableString `json:"name,omitempty"` Critical NullableBool `json:"critical,omitempty"` Data interface{} `json:"data,omitempty"` }
ThreeDSMessageExtension struct for ThreeDSMessageExtension
func NewThreeDSMessageExtension ¶
func NewThreeDSMessageExtension() *ThreeDSMessageExtension
NewThreeDSMessageExtension instantiates a new ThreeDSMessageExtension 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 NewThreeDSMessageExtensionWithDefaults ¶
func NewThreeDSMessageExtensionWithDefaults() *ThreeDSMessageExtension
NewThreeDSMessageExtensionWithDefaults instantiates a new ThreeDSMessageExtension 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 (*ThreeDSMessageExtension) GetCritical ¶
func (o *ThreeDSMessageExtension) GetCritical() bool
GetCritical returns the Critical field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSMessageExtension) GetCriticalOk ¶
func (o *ThreeDSMessageExtension) GetCriticalOk() (*bool, bool)
GetCriticalOk returns a tuple with the Critical field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSMessageExtension) GetData ¶
func (o *ThreeDSMessageExtension) GetData() interface{}
GetData returns the Data field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSMessageExtension) GetDataOk ¶
func (o *ThreeDSMessageExtension) GetDataOk() (*interface{}, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSMessageExtension) GetId ¶
func (o *ThreeDSMessageExtension) GetId() string
GetId returns the Id field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSMessageExtension) GetIdOk ¶
func (o *ThreeDSMessageExtension) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSMessageExtension) GetName ¶
func (o *ThreeDSMessageExtension) GetName() string
GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSMessageExtension) GetNameOk ¶
func (o *ThreeDSMessageExtension) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSMessageExtension) HasCritical ¶
func (o *ThreeDSMessageExtension) HasCritical() bool
HasCritical returns a boolean if a field is not nil.
func (*ThreeDSMessageExtension) HasData ¶
func (o *ThreeDSMessageExtension) HasData() bool
HasData returns a boolean if a field is not nil.
func (*ThreeDSMessageExtension) HasId ¶
func (o *ThreeDSMessageExtension) HasId() bool
HasId returns a boolean if a field is not nil.
func (*ThreeDSMessageExtension) HasName ¶
func (o *ThreeDSMessageExtension) HasName() bool
HasName returns a boolean if a field is not nil.
func (ThreeDSMessageExtension) MarshalJSON ¶
func (o ThreeDSMessageExtension) MarshalJSON() ([]byte, error)
func (*ThreeDSMessageExtension) SetCritical ¶
func (o *ThreeDSMessageExtension) SetCritical(v bool)
SetCritical gets a reference to the given NullableBool and assigns it to the Critical field.
func (*ThreeDSMessageExtension) SetCriticalNil ¶
func (o *ThreeDSMessageExtension) SetCriticalNil()
SetCriticalNil sets the value for Critical to be an explicit nil
func (*ThreeDSMessageExtension) SetData ¶
func (o *ThreeDSMessageExtension) SetData(v interface{})
SetData gets a reference to the given interface{} and assigns it to the Data field.
func (*ThreeDSMessageExtension) SetId ¶
func (o *ThreeDSMessageExtension) SetId(v string)
SetId gets a reference to the given NullableString and assigns it to the Id field.
func (*ThreeDSMessageExtension) SetIdNil ¶
func (o *ThreeDSMessageExtension) SetIdNil()
SetIdNil sets the value for Id to be an explicit nil
func (*ThreeDSMessageExtension) SetName ¶
func (o *ThreeDSMessageExtension) SetName(v string)
SetName gets a reference to the given NullableString and assigns it to the Name field.
func (*ThreeDSMessageExtension) SetNameNil ¶
func (o *ThreeDSMessageExtension) SetNameNil()
SetNameNil sets the value for Name to be an explicit nil
func (ThreeDSMessageExtension) ToMap ¶
func (o ThreeDSMessageExtension) ToMap() (map[string]interface{}, error)
func (*ThreeDSMessageExtension) UnsetCritical ¶
func (o *ThreeDSMessageExtension) UnsetCritical()
UnsetCritical ensures that no value is present for Critical, not even an explicit nil
func (*ThreeDSMessageExtension) UnsetId ¶
func (o *ThreeDSMessageExtension) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (*ThreeDSMessageExtension) UnsetName ¶
func (o *ThreeDSMessageExtension) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
type ThreeDSMethod ¶
type ThreeDSMethod struct { MethodUrl NullableString `json:"method_url,omitempty"` MethodCompletionIndicator NullableString `json:"method_completion_indicator,omitempty"` }
ThreeDSMethod struct for ThreeDSMethod
func NewThreeDSMethod ¶
func NewThreeDSMethod() *ThreeDSMethod
NewThreeDSMethod instantiates a new ThreeDSMethod 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 NewThreeDSMethodWithDefaults ¶
func NewThreeDSMethodWithDefaults() *ThreeDSMethod
NewThreeDSMethodWithDefaults instantiates a new ThreeDSMethod 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 (*ThreeDSMethod) GetMethodCompletionIndicator ¶
func (o *ThreeDSMethod) GetMethodCompletionIndicator() string
GetMethodCompletionIndicator returns the MethodCompletionIndicator field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSMethod) GetMethodCompletionIndicatorOk ¶
func (o *ThreeDSMethod) GetMethodCompletionIndicatorOk() (*string, bool)
GetMethodCompletionIndicatorOk returns a tuple with the MethodCompletionIndicator field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSMethod) GetMethodUrl ¶
func (o *ThreeDSMethod) GetMethodUrl() string
GetMethodUrl returns the MethodUrl field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSMethod) GetMethodUrlOk ¶
func (o *ThreeDSMethod) GetMethodUrlOk() (*string, bool)
GetMethodUrlOk returns a tuple with the MethodUrl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSMethod) HasMethodCompletionIndicator ¶
func (o *ThreeDSMethod) HasMethodCompletionIndicator() bool
HasMethodCompletionIndicator returns a boolean if a field is not nil.
func (*ThreeDSMethod) HasMethodUrl ¶
func (o *ThreeDSMethod) HasMethodUrl() bool
HasMethodUrl returns a boolean if a field is not nil.
func (ThreeDSMethod) MarshalJSON ¶
func (o ThreeDSMethod) MarshalJSON() ([]byte, error)
func (*ThreeDSMethod) SetMethodCompletionIndicator ¶
func (o *ThreeDSMethod) SetMethodCompletionIndicator(v string)
SetMethodCompletionIndicator gets a reference to the given NullableString and assigns it to the MethodCompletionIndicator field.
func (*ThreeDSMethod) SetMethodCompletionIndicatorNil ¶
func (o *ThreeDSMethod) SetMethodCompletionIndicatorNil()
SetMethodCompletionIndicatorNil sets the value for MethodCompletionIndicator to be an explicit nil
func (*ThreeDSMethod) SetMethodUrl ¶
func (o *ThreeDSMethod) SetMethodUrl(v string)
SetMethodUrl gets a reference to the given NullableString and assigns it to the MethodUrl field.
func (*ThreeDSMethod) SetMethodUrlNil ¶
func (o *ThreeDSMethod) SetMethodUrlNil()
SetMethodUrlNil sets the value for MethodUrl to be an explicit nil
func (ThreeDSMethod) ToMap ¶
func (o ThreeDSMethod) ToMap() (map[string]interface{}, error)
func (*ThreeDSMethod) UnsetMethodCompletionIndicator ¶
func (o *ThreeDSMethod) UnsetMethodCompletionIndicator()
UnsetMethodCompletionIndicator ensures that no value is present for MethodCompletionIndicator, not even an explicit nil
func (*ThreeDSMethod) UnsetMethodUrl ¶
func (o *ThreeDSMethod) UnsetMethodUrl()
UnsetMethodUrl ensures that no value is present for MethodUrl, not even an explicit nil
type ThreeDSMobileSdkRenderOptions ¶
type ThreeDSMobileSdkRenderOptions struct { SdkInterface NullableString `json:"sdk_interface,omitempty"` SdkUiType []string `json:"sdk_ui_type,omitempty"` }
ThreeDSMobileSdkRenderOptions struct for ThreeDSMobileSdkRenderOptions
func NewThreeDSMobileSdkRenderOptions ¶
func NewThreeDSMobileSdkRenderOptions() *ThreeDSMobileSdkRenderOptions
NewThreeDSMobileSdkRenderOptions instantiates a new ThreeDSMobileSdkRenderOptions 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 NewThreeDSMobileSdkRenderOptionsWithDefaults ¶
func NewThreeDSMobileSdkRenderOptionsWithDefaults() *ThreeDSMobileSdkRenderOptions
NewThreeDSMobileSdkRenderOptionsWithDefaults instantiates a new ThreeDSMobileSdkRenderOptions 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 (*ThreeDSMobileSdkRenderOptions) GetSdkInterface ¶
func (o *ThreeDSMobileSdkRenderOptions) GetSdkInterface() string
GetSdkInterface returns the SdkInterface field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSMobileSdkRenderOptions) GetSdkInterfaceOk ¶
func (o *ThreeDSMobileSdkRenderOptions) GetSdkInterfaceOk() (*string, bool)
GetSdkInterfaceOk returns a tuple with the SdkInterface field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSMobileSdkRenderOptions) GetSdkUiType ¶
func (o *ThreeDSMobileSdkRenderOptions) GetSdkUiType() []string
GetSdkUiType returns the SdkUiType field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSMobileSdkRenderOptions) GetSdkUiTypeOk ¶
func (o *ThreeDSMobileSdkRenderOptions) GetSdkUiTypeOk() ([]string, bool)
GetSdkUiTypeOk returns a tuple with the SdkUiType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSMobileSdkRenderOptions) HasSdkInterface ¶
func (o *ThreeDSMobileSdkRenderOptions) HasSdkInterface() bool
HasSdkInterface returns a boolean if a field is not nil.
func (*ThreeDSMobileSdkRenderOptions) HasSdkUiType ¶
func (o *ThreeDSMobileSdkRenderOptions) HasSdkUiType() bool
HasSdkUiType returns a boolean if a field is not nil.
func (ThreeDSMobileSdkRenderOptions) MarshalJSON ¶
func (o ThreeDSMobileSdkRenderOptions) MarshalJSON() ([]byte, error)
func (*ThreeDSMobileSdkRenderOptions) SetSdkInterface ¶
func (o *ThreeDSMobileSdkRenderOptions) SetSdkInterface(v string)
SetSdkInterface gets a reference to the given NullableString and assigns it to the SdkInterface field.
func (*ThreeDSMobileSdkRenderOptions) SetSdkInterfaceNil ¶
func (o *ThreeDSMobileSdkRenderOptions) SetSdkInterfaceNil()
SetSdkInterfaceNil sets the value for SdkInterface to be an explicit nil
func (*ThreeDSMobileSdkRenderOptions) SetSdkUiType ¶
func (o *ThreeDSMobileSdkRenderOptions) SetSdkUiType(v []string)
SetSdkUiType gets a reference to the given []string and assigns it to the SdkUiType field.
func (ThreeDSMobileSdkRenderOptions) ToMap ¶
func (o ThreeDSMobileSdkRenderOptions) ToMap() (map[string]interface{}, error)
func (*ThreeDSMobileSdkRenderOptions) UnsetSdkInterface ¶
func (o *ThreeDSMobileSdkRenderOptions) UnsetSdkInterface()
UnsetSdkInterface ensures that no value is present for SdkInterface, not even an explicit nil
type ThreeDSPriorAuthenticationInfo ¶
type ThreeDSPriorAuthenticationInfo struct { Method NullableString `json:"method,omitempty"` Timestamp NullableString `json:"timestamp,omitempty"` ReferenceId NullableString `json:"reference_id,omitempty"` Data NullableString `json:"data,omitempty"` }
ThreeDSPriorAuthenticationInfo struct for ThreeDSPriorAuthenticationInfo
func NewThreeDSPriorAuthenticationInfo ¶
func NewThreeDSPriorAuthenticationInfo() *ThreeDSPriorAuthenticationInfo
NewThreeDSPriorAuthenticationInfo instantiates a new ThreeDSPriorAuthenticationInfo 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 NewThreeDSPriorAuthenticationInfoWithDefaults ¶
func NewThreeDSPriorAuthenticationInfoWithDefaults() *ThreeDSPriorAuthenticationInfo
NewThreeDSPriorAuthenticationInfoWithDefaults instantiates a new ThreeDSPriorAuthenticationInfo 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 (*ThreeDSPriorAuthenticationInfo) GetData ¶
func (o *ThreeDSPriorAuthenticationInfo) GetData() string
GetData returns the Data field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSPriorAuthenticationInfo) GetDataOk ¶
func (o *ThreeDSPriorAuthenticationInfo) GetDataOk() (*string, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSPriorAuthenticationInfo) GetMethod ¶
func (o *ThreeDSPriorAuthenticationInfo) GetMethod() string
GetMethod returns the Method field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSPriorAuthenticationInfo) GetMethodOk ¶
func (o *ThreeDSPriorAuthenticationInfo) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSPriorAuthenticationInfo) GetReferenceId ¶
func (o *ThreeDSPriorAuthenticationInfo) GetReferenceId() string
GetReferenceId returns the ReferenceId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSPriorAuthenticationInfo) GetReferenceIdOk ¶
func (o *ThreeDSPriorAuthenticationInfo) GetReferenceIdOk() (*string, bool)
GetReferenceIdOk returns a tuple with the ReferenceId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSPriorAuthenticationInfo) GetTimestamp ¶
func (o *ThreeDSPriorAuthenticationInfo) GetTimestamp() string
GetTimestamp returns the Timestamp field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSPriorAuthenticationInfo) GetTimestampOk ¶
func (o *ThreeDSPriorAuthenticationInfo) GetTimestampOk() (*string, bool)
GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSPriorAuthenticationInfo) HasData ¶
func (o *ThreeDSPriorAuthenticationInfo) HasData() bool
HasData returns a boolean if a field is not nil.
func (*ThreeDSPriorAuthenticationInfo) HasMethod ¶
func (o *ThreeDSPriorAuthenticationInfo) HasMethod() bool
HasMethod returns a boolean if a field is not nil.
func (*ThreeDSPriorAuthenticationInfo) HasReferenceId ¶
func (o *ThreeDSPriorAuthenticationInfo) HasReferenceId() bool
HasReferenceId returns a boolean if a field is not nil.
func (*ThreeDSPriorAuthenticationInfo) HasTimestamp ¶
func (o *ThreeDSPriorAuthenticationInfo) HasTimestamp() bool
HasTimestamp returns a boolean if a field is not nil.
func (ThreeDSPriorAuthenticationInfo) MarshalJSON ¶
func (o ThreeDSPriorAuthenticationInfo) MarshalJSON() ([]byte, error)
func (*ThreeDSPriorAuthenticationInfo) SetData ¶
func (o *ThreeDSPriorAuthenticationInfo) SetData(v string)
SetData gets a reference to the given NullableString and assigns it to the Data field.
func (*ThreeDSPriorAuthenticationInfo) SetDataNil ¶
func (o *ThreeDSPriorAuthenticationInfo) SetDataNil()
SetDataNil sets the value for Data to be an explicit nil
func (*ThreeDSPriorAuthenticationInfo) SetMethod ¶
func (o *ThreeDSPriorAuthenticationInfo) SetMethod(v string)
SetMethod gets a reference to the given NullableString and assigns it to the Method field.
func (*ThreeDSPriorAuthenticationInfo) SetMethodNil ¶
func (o *ThreeDSPriorAuthenticationInfo) SetMethodNil()
SetMethodNil sets the value for Method to be an explicit nil
func (*ThreeDSPriorAuthenticationInfo) SetReferenceId ¶
func (o *ThreeDSPriorAuthenticationInfo) SetReferenceId(v string)
SetReferenceId gets a reference to the given NullableString and assigns it to the ReferenceId field.
func (*ThreeDSPriorAuthenticationInfo) SetReferenceIdNil ¶
func (o *ThreeDSPriorAuthenticationInfo) SetReferenceIdNil()
SetReferenceIdNil sets the value for ReferenceId to be an explicit nil
func (*ThreeDSPriorAuthenticationInfo) SetTimestamp ¶
func (o *ThreeDSPriorAuthenticationInfo) SetTimestamp(v string)
SetTimestamp gets a reference to the given NullableString and assigns it to the Timestamp field.
func (*ThreeDSPriorAuthenticationInfo) SetTimestampNil ¶
func (o *ThreeDSPriorAuthenticationInfo) SetTimestampNil()
SetTimestampNil sets the value for Timestamp to be an explicit nil
func (ThreeDSPriorAuthenticationInfo) ToMap ¶
func (o ThreeDSPriorAuthenticationInfo) ToMap() (map[string]interface{}, error)
func (*ThreeDSPriorAuthenticationInfo) UnsetData ¶
func (o *ThreeDSPriorAuthenticationInfo) UnsetData()
UnsetData ensures that no value is present for Data, not even an explicit nil
func (*ThreeDSPriorAuthenticationInfo) UnsetMethod ¶
func (o *ThreeDSPriorAuthenticationInfo) UnsetMethod()
UnsetMethod ensures that no value is present for Method, not even an explicit nil
func (*ThreeDSPriorAuthenticationInfo) UnsetReferenceId ¶
func (o *ThreeDSPriorAuthenticationInfo) UnsetReferenceId()
UnsetReferenceId ensures that no value is present for ReferenceId, not even an explicit nil
func (*ThreeDSPriorAuthenticationInfo) UnsetTimestamp ¶
func (o *ThreeDSPriorAuthenticationInfo) UnsetTimestamp()
UnsetTimestamp ensures that no value is present for Timestamp, not even an explicit nil
type ThreeDSPurchaseInfo ¶
type ThreeDSPurchaseInfo struct { Amount NullableString `json:"amount,omitempty"` Currency NullableString `json:"currency,omitempty"` Exponent NullableString `json:"exponent,omitempty"` Date NullableString `json:"date,omitempty"` TransactionType NullableString `json:"transaction_type,omitempty"` InstallmentCount NullableString `json:"installment_count,omitempty"` RecurringExpiration NullableString `json:"recurring_expiration,omitempty"` RecurringFrequency NullableString `json:"recurring_frequency,omitempty"` }
ThreeDSPurchaseInfo struct for ThreeDSPurchaseInfo
func NewThreeDSPurchaseInfo ¶
func NewThreeDSPurchaseInfo() *ThreeDSPurchaseInfo
NewThreeDSPurchaseInfo instantiates a new ThreeDSPurchaseInfo 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 NewThreeDSPurchaseInfoWithDefaults ¶
func NewThreeDSPurchaseInfoWithDefaults() *ThreeDSPurchaseInfo
NewThreeDSPurchaseInfoWithDefaults instantiates a new ThreeDSPurchaseInfo 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 (*ThreeDSPurchaseInfo) GetAmount ¶
func (o *ThreeDSPurchaseInfo) GetAmount() string
GetAmount returns the Amount field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSPurchaseInfo) GetAmountOk ¶
func (o *ThreeDSPurchaseInfo) GetAmountOk() (*string, bool)
GetAmountOk returns a tuple with the Amount field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSPurchaseInfo) GetCurrency ¶
func (o *ThreeDSPurchaseInfo) GetCurrency() string
GetCurrency returns the Currency field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSPurchaseInfo) GetCurrencyOk ¶
func (o *ThreeDSPurchaseInfo) GetCurrencyOk() (*string, bool)
GetCurrencyOk returns a tuple with the Currency field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSPurchaseInfo) GetDate ¶
func (o *ThreeDSPurchaseInfo) GetDate() string
GetDate returns the Date field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSPurchaseInfo) GetDateOk ¶
func (o *ThreeDSPurchaseInfo) GetDateOk() (*string, bool)
GetDateOk returns a tuple with the Date field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSPurchaseInfo) GetExponent ¶
func (o *ThreeDSPurchaseInfo) GetExponent() string
GetExponent returns the Exponent field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSPurchaseInfo) GetExponentOk ¶
func (o *ThreeDSPurchaseInfo) GetExponentOk() (*string, bool)
GetExponentOk returns a tuple with the Exponent field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSPurchaseInfo) GetInstallmentCount ¶
func (o *ThreeDSPurchaseInfo) GetInstallmentCount() string
GetInstallmentCount returns the InstallmentCount field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSPurchaseInfo) GetInstallmentCountOk ¶
func (o *ThreeDSPurchaseInfo) GetInstallmentCountOk() (*string, bool)
GetInstallmentCountOk returns a tuple with the InstallmentCount field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSPurchaseInfo) GetRecurringExpiration ¶
func (o *ThreeDSPurchaseInfo) GetRecurringExpiration() string
GetRecurringExpiration returns the RecurringExpiration field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSPurchaseInfo) GetRecurringExpirationOk ¶
func (o *ThreeDSPurchaseInfo) GetRecurringExpirationOk() (*string, bool)
GetRecurringExpirationOk returns a tuple with the RecurringExpiration field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSPurchaseInfo) GetRecurringFrequency ¶
func (o *ThreeDSPurchaseInfo) GetRecurringFrequency() string
GetRecurringFrequency returns the RecurringFrequency field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSPurchaseInfo) GetRecurringFrequencyOk ¶
func (o *ThreeDSPurchaseInfo) GetRecurringFrequencyOk() (*string, bool)
GetRecurringFrequencyOk returns a tuple with the RecurringFrequency field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSPurchaseInfo) GetTransactionType ¶
func (o *ThreeDSPurchaseInfo) GetTransactionType() string
GetTransactionType returns the TransactionType field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSPurchaseInfo) GetTransactionTypeOk ¶
func (o *ThreeDSPurchaseInfo) GetTransactionTypeOk() (*string, bool)
GetTransactionTypeOk returns a tuple with the TransactionType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSPurchaseInfo) HasAmount ¶
func (o *ThreeDSPurchaseInfo) HasAmount() bool
HasAmount returns a boolean if a field is not nil.
func (*ThreeDSPurchaseInfo) HasCurrency ¶
func (o *ThreeDSPurchaseInfo) HasCurrency() bool
HasCurrency returns a boolean if a field is not nil.
func (*ThreeDSPurchaseInfo) HasDate ¶
func (o *ThreeDSPurchaseInfo) HasDate() bool
HasDate returns a boolean if a field is not nil.
func (*ThreeDSPurchaseInfo) HasExponent ¶
func (o *ThreeDSPurchaseInfo) HasExponent() bool
HasExponent returns a boolean if a field is not nil.
func (*ThreeDSPurchaseInfo) HasInstallmentCount ¶
func (o *ThreeDSPurchaseInfo) HasInstallmentCount() bool
HasInstallmentCount returns a boolean if a field is not nil.
func (*ThreeDSPurchaseInfo) HasRecurringExpiration ¶
func (o *ThreeDSPurchaseInfo) HasRecurringExpiration() bool
HasRecurringExpiration returns a boolean if a field is not nil.
func (*ThreeDSPurchaseInfo) HasRecurringFrequency ¶
func (o *ThreeDSPurchaseInfo) HasRecurringFrequency() bool
HasRecurringFrequency returns a boolean if a field is not nil.
func (*ThreeDSPurchaseInfo) HasTransactionType ¶
func (o *ThreeDSPurchaseInfo) HasTransactionType() bool
HasTransactionType returns a boolean if a field is not nil.
func (ThreeDSPurchaseInfo) MarshalJSON ¶
func (o ThreeDSPurchaseInfo) MarshalJSON() ([]byte, error)
func (*ThreeDSPurchaseInfo) SetAmount ¶
func (o *ThreeDSPurchaseInfo) SetAmount(v string)
SetAmount gets a reference to the given NullableString and assigns it to the Amount field.
func (*ThreeDSPurchaseInfo) SetAmountNil ¶
func (o *ThreeDSPurchaseInfo) SetAmountNil()
SetAmountNil sets the value for Amount to be an explicit nil
func (*ThreeDSPurchaseInfo) SetCurrency ¶
func (o *ThreeDSPurchaseInfo) SetCurrency(v string)
SetCurrency gets a reference to the given NullableString and assigns it to the Currency field.
func (*ThreeDSPurchaseInfo) SetCurrencyNil ¶
func (o *ThreeDSPurchaseInfo) SetCurrencyNil()
SetCurrencyNil sets the value for Currency to be an explicit nil
func (*ThreeDSPurchaseInfo) SetDate ¶
func (o *ThreeDSPurchaseInfo) SetDate(v string)
SetDate gets a reference to the given NullableString and assigns it to the Date field.
func (*ThreeDSPurchaseInfo) SetDateNil ¶
func (o *ThreeDSPurchaseInfo) SetDateNil()
SetDateNil sets the value for Date to be an explicit nil
func (*ThreeDSPurchaseInfo) SetExponent ¶
func (o *ThreeDSPurchaseInfo) SetExponent(v string)
SetExponent gets a reference to the given NullableString and assigns it to the Exponent field.
func (*ThreeDSPurchaseInfo) SetExponentNil ¶
func (o *ThreeDSPurchaseInfo) SetExponentNil()
SetExponentNil sets the value for Exponent to be an explicit nil
func (*ThreeDSPurchaseInfo) SetInstallmentCount ¶
func (o *ThreeDSPurchaseInfo) SetInstallmentCount(v string)
SetInstallmentCount gets a reference to the given NullableString and assigns it to the InstallmentCount field.
func (*ThreeDSPurchaseInfo) SetInstallmentCountNil ¶
func (o *ThreeDSPurchaseInfo) SetInstallmentCountNil()
SetInstallmentCountNil sets the value for InstallmentCount to be an explicit nil
func (*ThreeDSPurchaseInfo) SetRecurringExpiration ¶
func (o *ThreeDSPurchaseInfo) SetRecurringExpiration(v string)
SetRecurringExpiration gets a reference to the given NullableString and assigns it to the RecurringExpiration field.
func (*ThreeDSPurchaseInfo) SetRecurringExpirationNil ¶
func (o *ThreeDSPurchaseInfo) SetRecurringExpirationNil()
SetRecurringExpirationNil sets the value for RecurringExpiration to be an explicit nil
func (*ThreeDSPurchaseInfo) SetRecurringFrequency ¶
func (o *ThreeDSPurchaseInfo) SetRecurringFrequency(v string)
SetRecurringFrequency gets a reference to the given NullableString and assigns it to the RecurringFrequency field.
func (*ThreeDSPurchaseInfo) SetRecurringFrequencyNil ¶
func (o *ThreeDSPurchaseInfo) SetRecurringFrequencyNil()
SetRecurringFrequencyNil sets the value for RecurringFrequency to be an explicit nil
func (*ThreeDSPurchaseInfo) SetTransactionType ¶
func (o *ThreeDSPurchaseInfo) SetTransactionType(v string)
SetTransactionType gets a reference to the given NullableString and assigns it to the TransactionType field.
func (*ThreeDSPurchaseInfo) SetTransactionTypeNil ¶
func (o *ThreeDSPurchaseInfo) SetTransactionTypeNil()
SetTransactionTypeNil sets the value for TransactionType to be an explicit nil
func (ThreeDSPurchaseInfo) ToMap ¶
func (o ThreeDSPurchaseInfo) ToMap() (map[string]interface{}, error)
func (*ThreeDSPurchaseInfo) UnsetAmount ¶
func (o *ThreeDSPurchaseInfo) UnsetAmount()
UnsetAmount ensures that no value is present for Amount, not even an explicit nil
func (*ThreeDSPurchaseInfo) UnsetCurrency ¶
func (o *ThreeDSPurchaseInfo) UnsetCurrency()
UnsetCurrency ensures that no value is present for Currency, not even an explicit nil
func (*ThreeDSPurchaseInfo) UnsetDate ¶
func (o *ThreeDSPurchaseInfo) UnsetDate()
UnsetDate ensures that no value is present for Date, not even an explicit nil
func (*ThreeDSPurchaseInfo) UnsetExponent ¶
func (o *ThreeDSPurchaseInfo) UnsetExponent()
UnsetExponent ensures that no value is present for Exponent, not even an explicit nil
func (*ThreeDSPurchaseInfo) UnsetInstallmentCount ¶
func (o *ThreeDSPurchaseInfo) UnsetInstallmentCount()
UnsetInstallmentCount ensures that no value is present for InstallmentCount, not even an explicit nil
func (*ThreeDSPurchaseInfo) UnsetRecurringExpiration ¶
func (o *ThreeDSPurchaseInfo) UnsetRecurringExpiration()
UnsetRecurringExpiration ensures that no value is present for RecurringExpiration, not even an explicit nil
func (*ThreeDSPurchaseInfo) UnsetRecurringFrequency ¶
func (o *ThreeDSPurchaseInfo) UnsetRecurringFrequency()
UnsetRecurringFrequency ensures that no value is present for RecurringFrequency, not even an explicit nil
func (*ThreeDSPurchaseInfo) UnsetTransactionType ¶
func (o *ThreeDSPurchaseInfo) UnsetTransactionType()
UnsetTransactionType ensures that no value is present for TransactionType, not even an explicit nil
type ThreeDSRequestorInfo ¶
type ThreeDSRequestorInfo struct { Id NullableString `json:"id,omitempty"` Name NullableString `json:"name,omitempty"` Url NullableString `json:"url,omitempty"` }
ThreeDSRequestorInfo struct for ThreeDSRequestorInfo
func NewThreeDSRequestorInfo ¶
func NewThreeDSRequestorInfo() *ThreeDSRequestorInfo
NewThreeDSRequestorInfo instantiates a new ThreeDSRequestorInfo 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 NewThreeDSRequestorInfoWithDefaults ¶
func NewThreeDSRequestorInfoWithDefaults() *ThreeDSRequestorInfo
NewThreeDSRequestorInfoWithDefaults instantiates a new ThreeDSRequestorInfo 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 (*ThreeDSRequestorInfo) GetId ¶
func (o *ThreeDSRequestorInfo) GetId() string
GetId returns the Id field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSRequestorInfo) GetIdOk ¶
func (o *ThreeDSRequestorInfo) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSRequestorInfo) GetName ¶
func (o *ThreeDSRequestorInfo) GetName() string
GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSRequestorInfo) GetNameOk ¶
func (o *ThreeDSRequestorInfo) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSRequestorInfo) GetUrl ¶
func (o *ThreeDSRequestorInfo) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSRequestorInfo) GetUrlOk ¶
func (o *ThreeDSRequestorInfo) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSRequestorInfo) HasId ¶
func (o *ThreeDSRequestorInfo) HasId() bool
HasId returns a boolean if a field is not nil.
func (*ThreeDSRequestorInfo) HasName ¶
func (o *ThreeDSRequestorInfo) HasName() bool
HasName returns a boolean if a field is not nil.
func (*ThreeDSRequestorInfo) HasUrl ¶
func (o *ThreeDSRequestorInfo) HasUrl() bool
HasUrl returns a boolean if a field is not nil.
func (ThreeDSRequestorInfo) MarshalJSON ¶
func (o ThreeDSRequestorInfo) MarshalJSON() ([]byte, error)
func (*ThreeDSRequestorInfo) SetId ¶
func (o *ThreeDSRequestorInfo) SetId(v string)
SetId gets a reference to the given NullableString and assigns it to the Id field.
func (*ThreeDSRequestorInfo) SetIdNil ¶
func (o *ThreeDSRequestorInfo) SetIdNil()
SetIdNil sets the value for Id to be an explicit nil
func (*ThreeDSRequestorInfo) SetName ¶
func (o *ThreeDSRequestorInfo) SetName(v string)
SetName gets a reference to the given NullableString and assigns it to the Name field.
func (*ThreeDSRequestorInfo) SetNameNil ¶
func (o *ThreeDSRequestorInfo) SetNameNil()
SetNameNil sets the value for Name to be an explicit nil
func (*ThreeDSRequestorInfo) SetUrl ¶
func (o *ThreeDSRequestorInfo) SetUrl(v string)
SetUrl gets a reference to the given NullableString and assigns it to the Url field.
func (*ThreeDSRequestorInfo) SetUrlNil ¶
func (o *ThreeDSRequestorInfo) SetUrlNil()
SetUrlNil sets the value for Url to be an explicit nil
func (ThreeDSRequestorInfo) ToMap ¶
func (o ThreeDSRequestorInfo) ToMap() (map[string]interface{}, error)
func (*ThreeDSRequestorInfo) UnsetId ¶
func (o *ThreeDSRequestorInfo) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (*ThreeDSRequestorInfo) UnsetName ¶
func (o *ThreeDSRequestorInfo) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (*ThreeDSRequestorInfo) UnsetUrl ¶
func (o *ThreeDSRequestorInfo) UnsetUrl()
UnsetUrl ensures that no value is present for Url, not even an explicit nil
type ThreeDSSession ¶
type ThreeDSSession struct { Id *string `json:"id,omitempty"` Type NullableString `json:"type,omitempty"` TenantId *string `json:"tenant_id,omitempty"` PanTokenId NullableString `json:"pan_token_id,omitempty"` CardBrand NullableString `json:"card_brand,omitempty"` ExpirationDate *time.Time `json:"expiration_date,omitempty"` CreatedDate NullableTime `json:"created_date,omitempty"` CreatedBy NullableString `json:"created_by,omitempty"` ModifiedDate NullableTime `json:"modified_date,omitempty"` ModifiedBy NullableString `json:"modified_by,omitempty"` Device NullableString `json:"device,omitempty"` DeviceInfo *ThreeDSDeviceInfo `json:"device_info,omitempty"` Version *ThreeDSVersion `json:"version,omitempty"` Method *ThreeDSMethod `json:"method,omitempty"` Authentication *ThreeDSAuthentication `json:"authentication,omitempty"` }
ThreeDSSession struct for ThreeDSSession
func NewThreeDSSession ¶
func NewThreeDSSession() *ThreeDSSession
NewThreeDSSession instantiates a new ThreeDSSession 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 NewThreeDSSessionWithDefaults ¶
func NewThreeDSSessionWithDefaults() *ThreeDSSession
NewThreeDSSessionWithDefaults instantiates a new ThreeDSSession 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 (*ThreeDSSession) GetAuthentication ¶
func (o *ThreeDSSession) GetAuthentication() ThreeDSAuthentication
GetAuthentication returns the Authentication field value if set, zero value otherwise.
func (*ThreeDSSession) GetAuthenticationOk ¶
func (o *ThreeDSSession) GetAuthenticationOk() (*ThreeDSAuthentication, bool)
GetAuthenticationOk returns a tuple with the Authentication field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThreeDSSession) GetCardBrand ¶
func (o *ThreeDSSession) GetCardBrand() string
GetCardBrand returns the CardBrand field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSSession) GetCardBrandOk ¶
func (o *ThreeDSSession) GetCardBrandOk() (*string, bool)
GetCardBrandOk returns a tuple with the CardBrand field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSSession) GetCreatedBy ¶
func (o *ThreeDSSession) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSSession) GetCreatedByOk ¶
func (o *ThreeDSSession) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSSession) GetCreatedDate ¶
func (o *ThreeDSSession) GetCreatedDate() time.Time
GetCreatedDate returns the CreatedDate field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSSession) GetCreatedDateOk ¶
func (o *ThreeDSSession) GetCreatedDateOk() (*time.Time, bool)
GetCreatedDateOk returns a tuple with the CreatedDate field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSSession) GetDevice ¶
func (o *ThreeDSSession) GetDevice() string
GetDevice returns the Device field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSSession) GetDeviceInfo ¶
func (o *ThreeDSSession) GetDeviceInfo() ThreeDSDeviceInfo
GetDeviceInfo returns the DeviceInfo field value if set, zero value otherwise.
func (*ThreeDSSession) GetDeviceInfoOk ¶
func (o *ThreeDSSession) GetDeviceInfoOk() (*ThreeDSDeviceInfo, bool)
GetDeviceInfoOk returns a tuple with the DeviceInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThreeDSSession) GetDeviceOk ¶
func (o *ThreeDSSession) GetDeviceOk() (*string, bool)
GetDeviceOk returns a tuple with the Device field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSSession) GetExpirationDate ¶
func (o *ThreeDSSession) GetExpirationDate() time.Time
GetExpirationDate returns the ExpirationDate field value if set, zero value otherwise.
func (*ThreeDSSession) GetExpirationDateOk ¶
func (o *ThreeDSSession) GetExpirationDateOk() (*time.Time, bool)
GetExpirationDateOk returns a tuple with the ExpirationDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThreeDSSession) GetId ¶
func (o *ThreeDSSession) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ThreeDSSession) GetIdOk ¶
func (o *ThreeDSSession) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThreeDSSession) GetMethod ¶
func (o *ThreeDSSession) GetMethod() ThreeDSMethod
GetMethod returns the Method field value if set, zero value otherwise.
func (*ThreeDSSession) GetMethodOk ¶
func (o *ThreeDSSession) GetMethodOk() (*ThreeDSMethod, bool)
GetMethodOk returns a tuple with the Method field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThreeDSSession) GetModifiedBy ¶
func (o *ThreeDSSession) GetModifiedBy() string
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSSession) GetModifiedByOk ¶
func (o *ThreeDSSession) GetModifiedByOk() (*string, bool)
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSSession) GetModifiedDate ¶
func (o *ThreeDSSession) GetModifiedDate() time.Time
GetModifiedDate returns the ModifiedDate field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSSession) GetModifiedDateOk ¶
func (o *ThreeDSSession) GetModifiedDateOk() (*time.Time, bool)
GetModifiedDateOk returns a tuple with the ModifiedDate field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSSession) GetPanTokenId ¶
func (o *ThreeDSSession) GetPanTokenId() string
GetPanTokenId returns the PanTokenId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSSession) GetPanTokenIdOk ¶
func (o *ThreeDSSession) GetPanTokenIdOk() (*string, bool)
GetPanTokenIdOk returns a tuple with the PanTokenId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSSession) GetTenantId ¶
func (o *ThreeDSSession) GetTenantId() string
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*ThreeDSSession) GetTenantIdOk ¶
func (o *ThreeDSSession) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThreeDSSession) GetType ¶ added in v6.1.0
func (o *ThreeDSSession) GetType() string
GetType returns the Type field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSSession) GetTypeOk ¶ added in v6.1.0
func (o *ThreeDSSession) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSSession) GetVersion ¶
func (o *ThreeDSSession) GetVersion() ThreeDSVersion
GetVersion returns the Version field value if set, zero value otherwise.
func (*ThreeDSSession) GetVersionOk ¶
func (o *ThreeDSSession) GetVersionOk() (*ThreeDSVersion, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThreeDSSession) HasAuthentication ¶
func (o *ThreeDSSession) HasAuthentication() bool
HasAuthentication returns a boolean if a field is not nil.
func (*ThreeDSSession) HasCardBrand ¶
func (o *ThreeDSSession) HasCardBrand() bool
HasCardBrand returns a boolean if a field is not nil.
func (*ThreeDSSession) HasCreatedBy ¶
func (o *ThreeDSSession) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field is not nil.
func (*ThreeDSSession) HasCreatedDate ¶
func (o *ThreeDSSession) HasCreatedDate() bool
HasCreatedDate returns a boolean if a field is not nil.
func (*ThreeDSSession) HasDevice ¶
func (o *ThreeDSSession) HasDevice() bool
HasDevice returns a boolean if a field is not nil.
func (*ThreeDSSession) HasDeviceInfo ¶
func (o *ThreeDSSession) HasDeviceInfo() bool
HasDeviceInfo returns a boolean if a field is not nil.
func (*ThreeDSSession) HasExpirationDate ¶
func (o *ThreeDSSession) HasExpirationDate() bool
HasExpirationDate returns a boolean if a field is not nil.
func (*ThreeDSSession) HasId ¶
func (o *ThreeDSSession) HasId() bool
HasId returns a boolean if a field is not nil.
func (*ThreeDSSession) HasMethod ¶
func (o *ThreeDSSession) HasMethod() bool
HasMethod returns a boolean if a field is not nil.
func (*ThreeDSSession) HasModifiedBy ¶
func (o *ThreeDSSession) HasModifiedBy() bool
HasModifiedBy returns a boolean if a field is not nil.
func (*ThreeDSSession) HasModifiedDate ¶
func (o *ThreeDSSession) HasModifiedDate() bool
HasModifiedDate returns a boolean if a field is not nil.
func (*ThreeDSSession) HasPanTokenId ¶
func (o *ThreeDSSession) HasPanTokenId() bool
HasPanTokenId returns a boolean if a field is not nil.
func (*ThreeDSSession) HasTenantId ¶
func (o *ThreeDSSession) HasTenantId() bool
HasTenantId returns a boolean if a field is not nil.
func (*ThreeDSSession) HasType ¶ added in v6.1.0
func (o *ThreeDSSession) HasType() bool
HasType returns a boolean if a field is not nil.
func (*ThreeDSSession) HasVersion ¶
func (o *ThreeDSSession) HasVersion() bool
HasVersion returns a boolean if a field is not nil.
func (ThreeDSSession) MarshalJSON ¶
func (o ThreeDSSession) MarshalJSON() ([]byte, error)
func (*ThreeDSSession) SetAuthentication ¶
func (o *ThreeDSSession) SetAuthentication(v ThreeDSAuthentication)
SetAuthentication gets a reference to the given ThreeDSAuthentication and assigns it to the Authentication field.
func (*ThreeDSSession) SetCardBrand ¶
func (o *ThreeDSSession) SetCardBrand(v string)
SetCardBrand gets a reference to the given NullableString and assigns it to the CardBrand field.
func (*ThreeDSSession) SetCardBrandNil ¶
func (o *ThreeDSSession) SetCardBrandNil()
SetCardBrandNil sets the value for CardBrand to be an explicit nil
func (*ThreeDSSession) SetCreatedBy ¶
func (o *ThreeDSSession) SetCreatedBy(v string)
SetCreatedBy gets a reference to the given NullableString and assigns it to the CreatedBy field.
func (*ThreeDSSession) SetCreatedByNil ¶
func (o *ThreeDSSession) SetCreatedByNil()
SetCreatedByNil sets the value for CreatedBy to be an explicit nil
func (*ThreeDSSession) SetCreatedDate ¶
func (o *ThreeDSSession) SetCreatedDate(v time.Time)
SetCreatedDate gets a reference to the given NullableTime and assigns it to the CreatedDate field.
func (*ThreeDSSession) SetCreatedDateNil ¶
func (o *ThreeDSSession) SetCreatedDateNil()
SetCreatedDateNil sets the value for CreatedDate to be an explicit nil
func (*ThreeDSSession) SetDevice ¶
func (o *ThreeDSSession) SetDevice(v string)
SetDevice gets a reference to the given NullableString and assigns it to the Device field.
func (*ThreeDSSession) SetDeviceInfo ¶
func (o *ThreeDSSession) SetDeviceInfo(v ThreeDSDeviceInfo)
SetDeviceInfo gets a reference to the given ThreeDSDeviceInfo and assigns it to the DeviceInfo field.
func (*ThreeDSSession) SetDeviceNil ¶
func (o *ThreeDSSession) SetDeviceNil()
SetDeviceNil sets the value for Device to be an explicit nil
func (*ThreeDSSession) SetExpirationDate ¶
func (o *ThreeDSSession) SetExpirationDate(v time.Time)
SetExpirationDate gets a reference to the given time.Time and assigns it to the ExpirationDate field.
func (*ThreeDSSession) SetId ¶
func (o *ThreeDSSession) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ThreeDSSession) SetMethod ¶
func (o *ThreeDSSession) SetMethod(v ThreeDSMethod)
SetMethod gets a reference to the given ThreeDSMethod and assigns it to the Method field.
func (*ThreeDSSession) SetModifiedBy ¶
func (o *ThreeDSSession) SetModifiedBy(v string)
SetModifiedBy gets a reference to the given NullableString and assigns it to the ModifiedBy field.
func (*ThreeDSSession) SetModifiedByNil ¶
func (o *ThreeDSSession) SetModifiedByNil()
SetModifiedByNil sets the value for ModifiedBy to be an explicit nil
func (*ThreeDSSession) SetModifiedDate ¶
func (o *ThreeDSSession) SetModifiedDate(v time.Time)
SetModifiedDate gets a reference to the given NullableTime and assigns it to the ModifiedDate field.
func (*ThreeDSSession) SetModifiedDateNil ¶
func (o *ThreeDSSession) SetModifiedDateNil()
SetModifiedDateNil sets the value for ModifiedDate to be an explicit nil
func (*ThreeDSSession) SetPanTokenId ¶
func (o *ThreeDSSession) SetPanTokenId(v string)
SetPanTokenId gets a reference to the given NullableString and assigns it to the PanTokenId field.
func (*ThreeDSSession) SetPanTokenIdNil ¶
func (o *ThreeDSSession) SetPanTokenIdNil()
SetPanTokenIdNil sets the value for PanTokenId to be an explicit nil
func (*ThreeDSSession) SetTenantId ¶
func (o *ThreeDSSession) SetTenantId(v string)
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (*ThreeDSSession) SetType ¶ added in v6.1.0
func (o *ThreeDSSession) SetType(v string)
SetType gets a reference to the given NullableString and assigns it to the Type field.
func (*ThreeDSSession) SetTypeNil ¶ added in v6.1.0
func (o *ThreeDSSession) SetTypeNil()
SetTypeNil sets the value for Type to be an explicit nil
func (*ThreeDSSession) SetVersion ¶
func (o *ThreeDSSession) SetVersion(v ThreeDSVersion)
SetVersion gets a reference to the given ThreeDSVersion and assigns it to the Version field.
func (ThreeDSSession) ToMap ¶
func (o ThreeDSSession) ToMap() (map[string]interface{}, error)
func (*ThreeDSSession) UnsetCardBrand ¶
func (o *ThreeDSSession) UnsetCardBrand()
UnsetCardBrand ensures that no value is present for CardBrand, not even an explicit nil
func (*ThreeDSSession) UnsetCreatedBy ¶
func (o *ThreeDSSession) UnsetCreatedBy()
UnsetCreatedBy ensures that no value is present for CreatedBy, not even an explicit nil
func (*ThreeDSSession) UnsetCreatedDate ¶
func (o *ThreeDSSession) UnsetCreatedDate()
UnsetCreatedDate ensures that no value is present for CreatedDate, not even an explicit nil
func (*ThreeDSSession) UnsetDevice ¶
func (o *ThreeDSSession) UnsetDevice()
UnsetDevice ensures that no value is present for Device, not even an explicit nil
func (*ThreeDSSession) UnsetModifiedBy ¶
func (o *ThreeDSSession) UnsetModifiedBy()
UnsetModifiedBy ensures that no value is present for ModifiedBy, not even an explicit nil
func (*ThreeDSSession) UnsetModifiedDate ¶
func (o *ThreeDSSession) UnsetModifiedDate()
UnsetModifiedDate ensures that no value is present for ModifiedDate, not even an explicit nil
func (*ThreeDSSession) UnsetPanTokenId ¶
func (o *ThreeDSSession) UnsetPanTokenId()
UnsetPanTokenId ensures that no value is present for PanTokenId, not even an explicit nil
func (*ThreeDSSession) UnsetType ¶ added in v6.1.0
func (o *ThreeDSSession) UnsetType()
UnsetType ensures that no value is present for Type, not even an explicit nil
type ThreeDSVersion ¶
type ThreeDSVersion struct { RecommendedVersion NullableString `json:"recommended_version,omitempty"` AvailableVersions []string `json:"available_versions,omitempty"` EarliestAcsSupportedVersion NullableString `json:"earliest_acs_supported_version,omitempty"` EarliestDsSupportedVersion NullableString `json:"earliest_ds_supported_version,omitempty"` LatestAcsSupportedVersion NullableString `json:"latest_acs_supported_version,omitempty"` LatestDsSupportedVersion NullableString `json:"latest_ds_supported_version,omitempty"` AcsInformation []string `json:"acs_information,omitempty"` }
ThreeDSVersion struct for ThreeDSVersion
func NewThreeDSVersion ¶
func NewThreeDSVersion() *ThreeDSVersion
NewThreeDSVersion instantiates a new ThreeDSVersion 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 NewThreeDSVersionWithDefaults ¶
func NewThreeDSVersionWithDefaults() *ThreeDSVersion
NewThreeDSVersionWithDefaults instantiates a new ThreeDSVersion 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 (*ThreeDSVersion) GetAcsInformation ¶
func (o *ThreeDSVersion) GetAcsInformation() []string
GetAcsInformation returns the AcsInformation field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSVersion) GetAcsInformationOk ¶
func (o *ThreeDSVersion) GetAcsInformationOk() ([]string, bool)
GetAcsInformationOk returns a tuple with the AcsInformation field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSVersion) GetAvailableVersions ¶
func (o *ThreeDSVersion) GetAvailableVersions() []string
GetAvailableVersions returns the AvailableVersions field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSVersion) GetAvailableVersionsOk ¶
func (o *ThreeDSVersion) GetAvailableVersionsOk() ([]string, bool)
GetAvailableVersionsOk returns a tuple with the AvailableVersions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSVersion) GetEarliestAcsSupportedVersion ¶
func (o *ThreeDSVersion) GetEarliestAcsSupportedVersion() string
GetEarliestAcsSupportedVersion returns the EarliestAcsSupportedVersion field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSVersion) GetEarliestAcsSupportedVersionOk ¶
func (o *ThreeDSVersion) GetEarliestAcsSupportedVersionOk() (*string, bool)
GetEarliestAcsSupportedVersionOk returns a tuple with the EarliestAcsSupportedVersion field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSVersion) GetEarliestDsSupportedVersion ¶
func (o *ThreeDSVersion) GetEarliestDsSupportedVersion() string
GetEarliestDsSupportedVersion returns the EarliestDsSupportedVersion field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSVersion) GetEarliestDsSupportedVersionOk ¶
func (o *ThreeDSVersion) GetEarliestDsSupportedVersionOk() (*string, bool)
GetEarliestDsSupportedVersionOk returns a tuple with the EarliestDsSupportedVersion field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSVersion) GetLatestAcsSupportedVersion ¶
func (o *ThreeDSVersion) GetLatestAcsSupportedVersion() string
GetLatestAcsSupportedVersion returns the LatestAcsSupportedVersion field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSVersion) GetLatestAcsSupportedVersionOk ¶
func (o *ThreeDSVersion) GetLatestAcsSupportedVersionOk() (*string, bool)
GetLatestAcsSupportedVersionOk returns a tuple with the LatestAcsSupportedVersion field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSVersion) GetLatestDsSupportedVersion ¶
func (o *ThreeDSVersion) GetLatestDsSupportedVersion() string
GetLatestDsSupportedVersion returns the LatestDsSupportedVersion field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSVersion) GetLatestDsSupportedVersionOk ¶
func (o *ThreeDSVersion) GetLatestDsSupportedVersionOk() (*string, bool)
GetLatestDsSupportedVersionOk returns a tuple with the LatestDsSupportedVersion field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSVersion) GetRecommendedVersion ¶
func (o *ThreeDSVersion) GetRecommendedVersion() string
GetRecommendedVersion returns the RecommendedVersion field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ThreeDSVersion) GetRecommendedVersionOk ¶
func (o *ThreeDSVersion) GetRecommendedVersionOk() (*string, bool)
GetRecommendedVersionOk returns a tuple with the RecommendedVersion field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ThreeDSVersion) HasAcsInformation ¶
func (o *ThreeDSVersion) HasAcsInformation() bool
HasAcsInformation returns a boolean if a field is not nil.
func (*ThreeDSVersion) HasAvailableVersions ¶
func (o *ThreeDSVersion) HasAvailableVersions() bool
HasAvailableVersions returns a boolean if a field is not nil.
func (*ThreeDSVersion) HasEarliestAcsSupportedVersion ¶
func (o *ThreeDSVersion) HasEarliestAcsSupportedVersion() bool
HasEarliestAcsSupportedVersion returns a boolean if a field is not nil.
func (*ThreeDSVersion) HasEarliestDsSupportedVersion ¶
func (o *ThreeDSVersion) HasEarliestDsSupportedVersion() bool
HasEarliestDsSupportedVersion returns a boolean if a field is not nil.
func (*ThreeDSVersion) HasLatestAcsSupportedVersion ¶
func (o *ThreeDSVersion) HasLatestAcsSupportedVersion() bool
HasLatestAcsSupportedVersion returns a boolean if a field is not nil.
func (*ThreeDSVersion) HasLatestDsSupportedVersion ¶
func (o *ThreeDSVersion) HasLatestDsSupportedVersion() bool
HasLatestDsSupportedVersion returns a boolean if a field is not nil.
func (*ThreeDSVersion) HasRecommendedVersion ¶
func (o *ThreeDSVersion) HasRecommendedVersion() bool
HasRecommendedVersion returns a boolean if a field is not nil.
func (ThreeDSVersion) MarshalJSON ¶
func (o ThreeDSVersion) MarshalJSON() ([]byte, error)
func (*ThreeDSVersion) SetAcsInformation ¶
func (o *ThreeDSVersion) SetAcsInformation(v []string)
SetAcsInformation gets a reference to the given []string and assigns it to the AcsInformation field.
func (*ThreeDSVersion) SetAvailableVersions ¶
func (o *ThreeDSVersion) SetAvailableVersions(v []string)
SetAvailableVersions gets a reference to the given []string and assigns it to the AvailableVersions field.
func (*ThreeDSVersion) SetEarliestAcsSupportedVersion ¶
func (o *ThreeDSVersion) SetEarliestAcsSupportedVersion(v string)
SetEarliestAcsSupportedVersion gets a reference to the given NullableString and assigns it to the EarliestAcsSupportedVersion field.
func (*ThreeDSVersion) SetEarliestAcsSupportedVersionNil ¶
func (o *ThreeDSVersion) SetEarliestAcsSupportedVersionNil()
SetEarliestAcsSupportedVersionNil sets the value for EarliestAcsSupportedVersion to be an explicit nil
func (*ThreeDSVersion) SetEarliestDsSupportedVersion ¶
func (o *ThreeDSVersion) SetEarliestDsSupportedVersion(v string)
SetEarliestDsSupportedVersion gets a reference to the given NullableString and assigns it to the EarliestDsSupportedVersion field.
func (*ThreeDSVersion) SetEarliestDsSupportedVersionNil ¶
func (o *ThreeDSVersion) SetEarliestDsSupportedVersionNil()
SetEarliestDsSupportedVersionNil sets the value for EarliestDsSupportedVersion to be an explicit nil
func (*ThreeDSVersion) SetLatestAcsSupportedVersion ¶
func (o *ThreeDSVersion) SetLatestAcsSupportedVersion(v string)
SetLatestAcsSupportedVersion gets a reference to the given NullableString and assigns it to the LatestAcsSupportedVersion field.
func (*ThreeDSVersion) SetLatestAcsSupportedVersionNil ¶
func (o *ThreeDSVersion) SetLatestAcsSupportedVersionNil()
SetLatestAcsSupportedVersionNil sets the value for LatestAcsSupportedVersion to be an explicit nil
func (*ThreeDSVersion) SetLatestDsSupportedVersion ¶
func (o *ThreeDSVersion) SetLatestDsSupportedVersion(v string)
SetLatestDsSupportedVersion gets a reference to the given NullableString and assigns it to the LatestDsSupportedVersion field.
func (*ThreeDSVersion) SetLatestDsSupportedVersionNil ¶
func (o *ThreeDSVersion) SetLatestDsSupportedVersionNil()
SetLatestDsSupportedVersionNil sets the value for LatestDsSupportedVersion to be an explicit nil
func (*ThreeDSVersion) SetRecommendedVersion ¶
func (o *ThreeDSVersion) SetRecommendedVersion(v string)
SetRecommendedVersion gets a reference to the given NullableString and assigns it to the RecommendedVersion field.
func (*ThreeDSVersion) SetRecommendedVersionNil ¶
func (o *ThreeDSVersion) SetRecommendedVersionNil()
SetRecommendedVersionNil sets the value for RecommendedVersion to be an explicit nil
func (ThreeDSVersion) ToMap ¶
func (o ThreeDSVersion) ToMap() (map[string]interface{}, error)
func (*ThreeDSVersion) UnsetEarliestAcsSupportedVersion ¶
func (o *ThreeDSVersion) UnsetEarliestAcsSupportedVersion()
UnsetEarliestAcsSupportedVersion ensures that no value is present for EarliestAcsSupportedVersion, not even an explicit nil
func (*ThreeDSVersion) UnsetEarliestDsSupportedVersion ¶
func (o *ThreeDSVersion) UnsetEarliestDsSupportedVersion()
UnsetEarliestDsSupportedVersion ensures that no value is present for EarliestDsSupportedVersion, not even an explicit nil
func (*ThreeDSVersion) UnsetLatestAcsSupportedVersion ¶
func (o *ThreeDSVersion) UnsetLatestAcsSupportedVersion()
UnsetLatestAcsSupportedVersion ensures that no value is present for LatestAcsSupportedVersion, not even an explicit nil
func (*ThreeDSVersion) UnsetLatestDsSupportedVersion ¶
func (o *ThreeDSVersion) UnsetLatestDsSupportedVersion()
UnsetLatestDsSupportedVersion ensures that no value is present for LatestDsSupportedVersion, not even an explicit nil
func (*ThreeDSVersion) UnsetRecommendedVersion ¶
func (o *ThreeDSVersion) UnsetRecommendedVersion()
UnsetRecommendedVersion ensures that no value is present for RecommendedVersion, not even an explicit nil
type Token ¶
type Token struct { Id *string `json:"id,omitempty"` Type *string `json:"type,omitempty"` TenantId *string `json:"tenant_id,omitempty"` Data interface{} `json:"data,omitempty"` Metadata map[string]string `json:"metadata,omitempty"` Enrichments *TokenEnrichments `json:"enrichments,omitempty"` CreatedBy NullableString `json:"created_by,omitempty"` CreatedAt NullableTime `json:"created_at,omitempty"` ModifiedBy NullableString `json:"modified_by,omitempty"` ModifiedAt NullableTime `json:"modified_at,omitempty"` Fingerprint NullableString `json:"fingerprint,omitempty"` FingerprintExpression NullableString `json:"fingerprint_expression,omitempty"` Mask interface{} `json:"mask,omitempty"` Privacy *Privacy `json:"privacy,omitempty"` SearchIndexes []string `json:"search_indexes,omitempty"` ExpiresAt NullableTime `json:"expires_at,omitempty"` Containers []string `json:"containers,omitempty"` Aliases []string `json:"aliases,omitempty"` Extras *TokenExtras `json:"_extras,omitempty"` }
Token struct for Token
func NewToken ¶
func NewToken() *Token
NewToken instantiates a new Token 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 NewTokenWithDefaults ¶
func NewTokenWithDefaults() *Token
NewTokenWithDefaults instantiates a new Token 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 (*Token) GetAliases ¶
GetAliases returns the Aliases field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Token) GetAliasesOk ¶
GetAliasesOk returns a tuple with the Aliases field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Token) GetContainers ¶
GetContainers returns the Containers field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Token) GetContainersOk ¶
GetContainersOk returns a tuple with the Containers field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Token) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Token) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Token) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Token) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Token) GetData ¶
func (o *Token) GetData() interface{}
GetData returns the Data field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Token) GetDataOk ¶
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Token) GetEnrichments ¶
func (o *Token) GetEnrichments() TokenEnrichments
GetEnrichments returns the Enrichments field value if set, zero value otherwise.
func (*Token) GetEnrichmentsOk ¶
func (o *Token) GetEnrichmentsOk() (*TokenEnrichments, bool)
GetEnrichmentsOk returns a tuple with the Enrichments field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Token) GetExpiresAt ¶
GetExpiresAt returns the ExpiresAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Token) GetExpiresAtOk ¶
GetExpiresAtOk returns a tuple with the ExpiresAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Token) GetExtras ¶ added in v6.1.0
func (o *Token) GetExtras() TokenExtras
GetExtras returns the Extras field value if set, zero value otherwise.
func (*Token) GetExtrasOk ¶ added in v6.1.0
func (o *Token) GetExtrasOk() (*TokenExtras, bool)
GetExtrasOk returns a tuple with the Extras field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Token) GetFingerprint ¶
GetFingerprint returns the Fingerprint field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Token) GetFingerprintExpression ¶
GetFingerprintExpression returns the FingerprintExpression field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Token) GetFingerprintExpressionOk ¶
GetFingerprintExpressionOk returns a tuple with the FingerprintExpression field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Token) GetFingerprintOk ¶
GetFingerprintOk returns a tuple with the Fingerprint field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Token) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Token) GetMask ¶
func (o *Token) GetMask() interface{}
GetMask returns the Mask field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Token) GetMaskOk ¶
GetMaskOk returns a tuple with the Mask field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Token) GetMetadata ¶
GetMetadata returns the Metadata field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Token) GetMetadataOk ¶
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Token) GetModifiedAt ¶
GetModifiedAt returns the ModifiedAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Token) GetModifiedAtOk ¶
GetModifiedAtOk returns a tuple with the ModifiedAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Token) GetModifiedBy ¶
GetModifiedBy returns the ModifiedBy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Token) GetModifiedByOk ¶
GetModifiedByOk returns a tuple with the ModifiedBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Token) GetPrivacy ¶
GetPrivacy returns the Privacy field value if set, zero value otherwise.
func (*Token) GetPrivacyOk ¶
GetPrivacyOk returns a tuple with the Privacy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Token) GetSearchIndexes ¶
GetSearchIndexes returns the SearchIndexes field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Token) GetSearchIndexesOk ¶
GetSearchIndexesOk returns a tuple with the SearchIndexes field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Token) GetTenantId ¶
GetTenantId returns the TenantId field value if set, zero value otherwise.
func (*Token) GetTenantIdOk ¶
GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Token) GetTypeOk ¶
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Token) HasAliases ¶
HasAliases returns a boolean if a field is not nil.
func (*Token) HasContainers ¶
HasContainers returns a boolean if a field is not nil.
func (*Token) HasCreatedAt ¶
HasCreatedAt returns a boolean if a field is not nil.
func (*Token) HasCreatedBy ¶
HasCreatedBy returns a boolean if a field is not nil.
func (*Token) HasEnrichments ¶
HasEnrichments returns a boolean if a field is not nil.
func (*Token) HasExpiresAt ¶
HasExpiresAt returns a boolean if a field is not nil.
func (*Token) HasFingerprint ¶
HasFingerprint returns a boolean if a field is not nil.
func (*Token) HasFingerprintExpression ¶
HasFingerprintExpression returns a boolean if a field is not nil.
func (*Token) HasMetadata ¶
HasMetadata returns a boolean if a field is not nil.
func (*Token) HasModifiedAt ¶
HasModifiedAt returns a boolean if a field is not nil.
func (*Token) HasModifiedBy ¶
HasModifiedBy returns a boolean if a field is not nil.
func (*Token) HasPrivacy ¶
HasPrivacy returns a boolean if a field is not nil.
func (*Token) HasSearchIndexes ¶
HasSearchIndexes returns a boolean if a field is not nil.
func (*Token) HasTenantId ¶
HasTenantId returns a boolean if a field is not nil.
func (Token) MarshalJSON ¶
func (*Token) SetAliases ¶
SetAliases gets a reference to the given []string and assigns it to the Aliases field.
func (*Token) SetContainers ¶
SetContainers gets a reference to the given []string and assigns it to the Containers field.
func (*Token) SetCreatedAt ¶
SetCreatedAt gets a reference to the given NullableTime and assigns it to the CreatedAt field.
func (*Token) SetCreatedAtNil ¶
func (o *Token) SetCreatedAtNil()
SetCreatedAtNil sets the value for CreatedAt to be an explicit nil
func (*Token) SetCreatedBy ¶
SetCreatedBy gets a reference to the given NullableString and assigns it to the CreatedBy field.
func (*Token) SetCreatedByNil ¶
func (o *Token) SetCreatedByNil()
SetCreatedByNil sets the value for CreatedBy to be an explicit nil
func (*Token) SetData ¶
func (o *Token) SetData(v interface{})
SetData gets a reference to the given interface{} and assigns it to the Data field.
func (*Token) SetEnrichments ¶
func (o *Token) SetEnrichments(v TokenEnrichments)
SetEnrichments gets a reference to the given TokenEnrichments and assigns it to the Enrichments field.
func (*Token) SetExpiresAt ¶
SetExpiresAt gets a reference to the given NullableTime and assigns it to the ExpiresAt field.
func (*Token) SetExpiresAtNil ¶
func (o *Token) SetExpiresAtNil()
SetExpiresAtNil sets the value for ExpiresAt to be an explicit nil
func (*Token) SetExtras ¶ added in v6.1.0
func (o *Token) SetExtras(v TokenExtras)
SetExtras gets a reference to the given TokenExtras and assigns it to the Extras field.
func (*Token) SetFingerprint ¶
SetFingerprint gets a reference to the given NullableString and assigns it to the Fingerprint field.
func (*Token) SetFingerprintExpression ¶
SetFingerprintExpression gets a reference to the given NullableString and assigns it to the FingerprintExpression field.
func (*Token) SetFingerprintExpressionNil ¶
func (o *Token) SetFingerprintExpressionNil()
SetFingerprintExpressionNil sets the value for FingerprintExpression to be an explicit nil
func (*Token) SetFingerprintNil ¶
func (o *Token) SetFingerprintNil()
SetFingerprintNil sets the value for Fingerprint to be an explicit nil
func (*Token) SetMask ¶
func (o *Token) SetMask(v interface{})
SetMask gets a reference to the given interface{} and assigns it to the Mask field.
func (*Token) SetMetadata ¶
SetMetadata gets a reference to the given map[string]string and assigns it to the Metadata field.
func (*Token) SetModifiedAt ¶
SetModifiedAt gets a reference to the given NullableTime and assigns it to the ModifiedAt field.
func (*Token) SetModifiedAtNil ¶
func (o *Token) SetModifiedAtNil()
SetModifiedAtNil sets the value for ModifiedAt to be an explicit nil
func (*Token) SetModifiedBy ¶
SetModifiedBy gets a reference to the given NullableString and assigns it to the ModifiedBy field.
func (*Token) SetModifiedByNil ¶
func (o *Token) SetModifiedByNil()
SetModifiedByNil sets the value for ModifiedBy to be an explicit nil
func (*Token) SetPrivacy ¶
SetPrivacy gets a reference to the given Privacy and assigns it to the Privacy field.
func (*Token) SetSearchIndexes ¶
SetSearchIndexes gets a reference to the given []string and assigns it to the SearchIndexes field.
func (*Token) SetTenantId ¶
SetTenantId gets a reference to the given string and assigns it to the TenantId field.
func (*Token) SetType ¶
SetType gets a reference to the given string and assigns it to the Type field.
func (*Token) UnsetCreatedAt ¶
func (o *Token) UnsetCreatedAt()
UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil
func (*Token) UnsetCreatedBy ¶
func (o *Token) UnsetCreatedBy()
UnsetCreatedBy ensures that no value is present for CreatedBy, not even an explicit nil
func (*Token) UnsetExpiresAt ¶
func (o *Token) UnsetExpiresAt()
UnsetExpiresAt ensures that no value is present for ExpiresAt, not even an explicit nil
func (*Token) UnsetFingerprint ¶
func (o *Token) UnsetFingerprint()
UnsetFingerprint ensures that no value is present for Fingerprint, not even an explicit nil
func (*Token) UnsetFingerprintExpression ¶
func (o *Token) UnsetFingerprintExpression()
UnsetFingerprintExpression ensures that no value is present for FingerprintExpression, not even an explicit nil
func (*Token) UnsetModifiedAt ¶
func (o *Token) UnsetModifiedAt()
UnsetModifiedAt ensures that no value is present for ModifiedAt, not even an explicit nil
func (*Token) UnsetModifiedBy ¶
func (o *Token) UnsetModifiedBy()
UnsetModifiedBy ensures that no value is present for ModifiedBy, not even an explicit nil
type TokenCursorPaginatedList ¶
type TokenCursorPaginatedList struct { Pagination *CursorPagination `json:"pagination,omitempty"` Data []Token `json:"data,omitempty"` }
TokenCursorPaginatedList struct for TokenCursorPaginatedList
func NewTokenCursorPaginatedList ¶
func NewTokenCursorPaginatedList() *TokenCursorPaginatedList
NewTokenCursorPaginatedList instantiates a new TokenCursorPaginatedList 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 NewTokenCursorPaginatedListWithDefaults ¶
func NewTokenCursorPaginatedListWithDefaults() *TokenCursorPaginatedList
NewTokenCursorPaginatedListWithDefaults instantiates a new TokenCursorPaginatedList 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 (*TokenCursorPaginatedList) GetData ¶
func (o *TokenCursorPaginatedList) GetData() []Token
GetData returns the Data field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TokenCursorPaginatedList) GetDataOk ¶
func (o *TokenCursorPaginatedList) GetDataOk() ([]Token, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TokenCursorPaginatedList) GetPagination ¶
func (o *TokenCursorPaginatedList) GetPagination() CursorPagination
GetPagination returns the Pagination field value if set, zero value otherwise.
func (*TokenCursorPaginatedList) GetPaginationOk ¶
func (o *TokenCursorPaginatedList) GetPaginationOk() (*CursorPagination, bool)
GetPaginationOk returns a tuple with the Pagination field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TokenCursorPaginatedList) HasData ¶
func (o *TokenCursorPaginatedList) HasData() bool
HasData returns a boolean if a field is not nil.
func (*TokenCursorPaginatedList) HasPagination ¶
func (o *TokenCursorPaginatedList) HasPagination() bool
HasPagination returns a boolean if a field is not nil.
func (TokenCursorPaginatedList) MarshalJSON ¶
func (o TokenCursorPaginatedList) MarshalJSON() ([]byte, error)
func (*TokenCursorPaginatedList) SetData ¶
func (o *TokenCursorPaginatedList) SetData(v []Token)
SetData gets a reference to the given []Token and assigns it to the Data field.
func (*TokenCursorPaginatedList) SetPagination ¶
func (o *TokenCursorPaginatedList) SetPagination(v CursorPagination)
SetPagination gets a reference to the given CursorPagination and assigns it to the Pagination field.
func (TokenCursorPaginatedList) ToMap ¶
func (o TokenCursorPaginatedList) ToMap() (map[string]interface{}, error)
type TokenEnrichments ¶
type TokenEnrichments struct { BinDetails *BinDetails `json:"bin_details,omitempty"` CardDetails *CardDetails `json:"card_details,omitempty"` }
TokenEnrichments struct for TokenEnrichments
func NewTokenEnrichments ¶
func NewTokenEnrichments() *TokenEnrichments
NewTokenEnrichments instantiates a new TokenEnrichments 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 NewTokenEnrichmentsWithDefaults ¶
func NewTokenEnrichmentsWithDefaults() *TokenEnrichments
NewTokenEnrichmentsWithDefaults instantiates a new TokenEnrichments 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 (*TokenEnrichments) GetBinDetails ¶
func (o *TokenEnrichments) GetBinDetails() BinDetails
GetBinDetails returns the BinDetails field value if set, zero value otherwise.
func (*TokenEnrichments) GetBinDetailsOk ¶
func (o *TokenEnrichments) GetBinDetailsOk() (*BinDetails, bool)
GetBinDetailsOk returns a tuple with the BinDetails field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TokenEnrichments) GetCardDetails ¶
func (o *TokenEnrichments) GetCardDetails() CardDetails
GetCardDetails returns the CardDetails field value if set, zero value otherwise.
func (*TokenEnrichments) GetCardDetailsOk ¶
func (o *TokenEnrichments) GetCardDetailsOk() (*CardDetails, bool)
GetCardDetailsOk returns a tuple with the CardDetails field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TokenEnrichments) HasBinDetails ¶
func (o *TokenEnrichments) HasBinDetails() bool
HasBinDetails returns a boolean if a field is not nil.
func (*TokenEnrichments) HasCardDetails ¶
func (o *TokenEnrichments) HasCardDetails() bool
HasCardDetails returns a boolean if a field is not nil.
func (TokenEnrichments) MarshalJSON ¶
func (o TokenEnrichments) MarshalJSON() ([]byte, error)
func (*TokenEnrichments) SetBinDetails ¶
func (o *TokenEnrichments) SetBinDetails(v BinDetails)
SetBinDetails gets a reference to the given BinDetails and assigns it to the BinDetails field.
func (*TokenEnrichments) SetCardDetails ¶
func (o *TokenEnrichments) SetCardDetails(v CardDetails)
SetCardDetails gets a reference to the given CardDetails and assigns it to the CardDetails field.
func (TokenEnrichments) ToMap ¶
func (o TokenEnrichments) ToMap() (map[string]interface{}, error)
type TokenExtras ¶ added in v6.1.0
type TokenExtras struct {
Deduplicated *bool `json:"deduplicated,omitempty"`
}
TokenExtras struct for TokenExtras
func NewTokenExtras ¶ added in v6.1.0
func NewTokenExtras() *TokenExtras
NewTokenExtras instantiates a new TokenExtras 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 NewTokenExtrasWithDefaults ¶ added in v6.1.0
func NewTokenExtrasWithDefaults() *TokenExtras
NewTokenExtrasWithDefaults instantiates a new TokenExtras 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 (*TokenExtras) GetDeduplicated ¶ added in v6.1.0
func (o *TokenExtras) GetDeduplicated() bool
GetDeduplicated returns the Deduplicated field value if set, zero value otherwise.
func (*TokenExtras) GetDeduplicatedOk ¶ added in v6.1.0
func (o *TokenExtras) GetDeduplicatedOk() (*bool, bool)
GetDeduplicatedOk returns a tuple with the Deduplicated field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TokenExtras) HasDeduplicated ¶ added in v6.1.0
func (o *TokenExtras) HasDeduplicated() bool
HasDeduplicated returns a boolean if a field is not nil.
func (TokenExtras) MarshalJSON ¶ added in v6.1.0
func (o TokenExtras) MarshalJSON() ([]byte, error)
func (*TokenExtras) SetDeduplicated ¶ added in v6.1.0
func (o *TokenExtras) SetDeduplicated(v bool)
SetDeduplicated gets a reference to the given bool and assigns it to the Deduplicated field.
func (TokenExtras) ToMap ¶ added in v6.1.0
func (o TokenExtras) ToMap() (map[string]interface{}, error)
type TokenMetrics ¶
type TokenMetrics struct { Count *int64 `json:"count,omitempty"` LastCreatedAt NullableTime `json:"last_created_at,omitempty"` }
TokenMetrics struct for TokenMetrics
func NewTokenMetrics ¶
func NewTokenMetrics() *TokenMetrics
NewTokenMetrics instantiates a new TokenMetrics 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 NewTokenMetricsWithDefaults ¶
func NewTokenMetricsWithDefaults() *TokenMetrics
NewTokenMetricsWithDefaults instantiates a new TokenMetrics 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 (*TokenMetrics) GetCount ¶
func (o *TokenMetrics) GetCount() int64
GetCount returns the Count field value if set, zero value otherwise.
func (*TokenMetrics) GetCountOk ¶
func (o *TokenMetrics) GetCountOk() (*int64, bool)
GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TokenMetrics) GetLastCreatedAt ¶
func (o *TokenMetrics) GetLastCreatedAt() time.Time
GetLastCreatedAt returns the LastCreatedAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TokenMetrics) GetLastCreatedAtOk ¶
func (o *TokenMetrics) GetLastCreatedAtOk() (*time.Time, bool)
GetLastCreatedAtOk returns a tuple with the LastCreatedAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TokenMetrics) HasCount ¶
func (o *TokenMetrics) HasCount() bool
HasCount returns a boolean if a field is not nil.
func (*TokenMetrics) HasLastCreatedAt ¶
func (o *TokenMetrics) HasLastCreatedAt() bool
HasLastCreatedAt returns a boolean if a field is not nil.
func (TokenMetrics) MarshalJSON ¶
func (o TokenMetrics) MarshalJSON() ([]byte, error)
func (*TokenMetrics) SetCount ¶
func (o *TokenMetrics) SetCount(v int64)
SetCount gets a reference to the given int64 and assigns it to the Count field.
func (*TokenMetrics) SetLastCreatedAt ¶
func (o *TokenMetrics) SetLastCreatedAt(v time.Time)
SetLastCreatedAt gets a reference to the given NullableTime and assigns it to the LastCreatedAt field.
func (*TokenMetrics) SetLastCreatedAtNil ¶
func (o *TokenMetrics) SetLastCreatedAtNil()
SetLastCreatedAtNil sets the value for LastCreatedAt to be an explicit nil
func (TokenMetrics) ToMap ¶
func (o TokenMetrics) ToMap() (map[string]interface{}, error)
func (*TokenMetrics) UnsetLastCreatedAt ¶
func (o *TokenMetrics) UnsetLastCreatedAt()
UnsetLastCreatedAt ensures that no value is present for LastCreatedAt, not even an explicit nil
type TokenPaginatedList ¶
type TokenPaginatedList struct { Pagination *Pagination `json:"pagination,omitempty"` Data []Token `json:"data,omitempty"` }
TokenPaginatedList struct for TokenPaginatedList
func NewTokenPaginatedList ¶
func NewTokenPaginatedList() *TokenPaginatedList
NewTokenPaginatedList instantiates a new TokenPaginatedList 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 NewTokenPaginatedListWithDefaults ¶
func NewTokenPaginatedListWithDefaults() *TokenPaginatedList
NewTokenPaginatedListWithDefaults instantiates a new TokenPaginatedList 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 (*TokenPaginatedList) GetData ¶
func (o *TokenPaginatedList) GetData() []Token
GetData returns the Data field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TokenPaginatedList) GetDataOk ¶
func (o *TokenPaginatedList) GetDataOk() ([]Token, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TokenPaginatedList) GetPagination ¶
func (o *TokenPaginatedList) GetPagination() Pagination
GetPagination returns the Pagination field value if set, zero value otherwise.
func (*TokenPaginatedList) GetPaginationOk ¶
func (o *TokenPaginatedList) GetPaginationOk() (*Pagination, bool)
GetPaginationOk returns a tuple with the Pagination field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TokenPaginatedList) HasData ¶
func (o *TokenPaginatedList) HasData() bool
HasData returns a boolean if a field is not nil.
func (*TokenPaginatedList) HasPagination ¶
func (o *TokenPaginatedList) HasPagination() bool
HasPagination returns a boolean if a field is not nil.
func (TokenPaginatedList) MarshalJSON ¶
func (o TokenPaginatedList) MarshalJSON() ([]byte, error)
func (*TokenPaginatedList) SetData ¶
func (o *TokenPaginatedList) SetData(v []Token)
SetData gets a reference to the given []Token and assigns it to the Data field.
func (*TokenPaginatedList) SetPagination ¶
func (o *TokenPaginatedList) SetPagination(v Pagination)
SetPagination gets a reference to the given Pagination and assigns it to the Pagination field.
func (TokenPaginatedList) ToMap ¶
func (o TokenPaginatedList) ToMap() (map[string]interface{}, error)
type TokenReport ¶
type TokenReport struct { IncludedMonthlyActiveTokens *int64 `json:"included_monthly_active_tokens,omitempty"` MonthlyActiveTokens *int64 `json:"monthly_active_tokens,omitempty"` MetricsByType map[string]TokenMetrics `json:"metrics_by_type,omitempty"` TotalTokens *int64 `json:"total_tokens,omitempty"` }
TokenReport struct for TokenReport
func NewTokenReport ¶
func NewTokenReport() *TokenReport
NewTokenReport instantiates a new TokenReport 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 NewTokenReportWithDefaults ¶
func NewTokenReportWithDefaults() *TokenReport
NewTokenReportWithDefaults instantiates a new TokenReport 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 (*TokenReport) GetIncludedMonthlyActiveTokens ¶
func (o *TokenReport) GetIncludedMonthlyActiveTokens() int64
GetIncludedMonthlyActiveTokens returns the IncludedMonthlyActiveTokens field value if set, zero value otherwise.
func (*TokenReport) GetIncludedMonthlyActiveTokensOk ¶
func (o *TokenReport) GetIncludedMonthlyActiveTokensOk() (*int64, bool)
GetIncludedMonthlyActiveTokensOk returns a tuple with the IncludedMonthlyActiveTokens field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TokenReport) GetMetricsByType ¶
func (o *TokenReport) GetMetricsByType() map[string]TokenMetrics
GetMetricsByType returns the MetricsByType field value if set, zero value otherwise (both if not set or set to explicit null).
func (*TokenReport) GetMetricsByTypeOk ¶
func (o *TokenReport) GetMetricsByTypeOk() (*map[string]TokenMetrics, bool)
GetMetricsByTypeOk returns a tuple with the MetricsByType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TokenReport) GetMonthlyActiveTokens ¶
func (o *TokenReport) GetMonthlyActiveTokens() int64
GetMonthlyActiveTokens returns the MonthlyActiveTokens field value if set, zero value otherwise.
func (*TokenReport) GetMonthlyActiveTokensOk ¶
func (o *TokenReport) GetMonthlyActiveTokensOk() (*int64, bool)
GetMonthlyActiveTokensOk returns a tuple with the MonthlyActiveTokens field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TokenReport) GetTotalTokens ¶
func (o *TokenReport) GetTotalTokens() int64
GetTotalTokens returns the TotalTokens field value if set, zero value otherwise.
func (*TokenReport) GetTotalTokensOk ¶
func (o *TokenReport) GetTotalTokensOk() (*int64, bool)
GetTotalTokensOk returns a tuple with the TotalTokens field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TokenReport) HasIncludedMonthlyActiveTokens ¶
func (o *TokenReport) HasIncludedMonthlyActiveTokens() bool
HasIncludedMonthlyActiveTokens returns a boolean if a field is not nil.
func (*TokenReport) HasMetricsByType ¶
func (o *TokenReport) HasMetricsByType() bool
HasMetricsByType returns a boolean if a field is not nil.
func (*TokenReport) HasMonthlyActiveTokens ¶
func (o *TokenReport) HasMonthlyActiveTokens() bool
HasMonthlyActiveTokens returns a boolean if a field is not nil.
func (*TokenReport) HasTotalTokens ¶
func (o *TokenReport) HasTotalTokens() bool
HasTotalTokens returns a boolean if a field is not nil.
func (TokenReport) MarshalJSON ¶
func (o TokenReport) MarshalJSON() ([]byte, error)
func (*TokenReport) SetIncludedMonthlyActiveTokens ¶
func (o *TokenReport) SetIncludedMonthlyActiveTokens(v int64)
SetIncludedMonthlyActiveTokens gets a reference to the given int64 and assigns it to the IncludedMonthlyActiveTokens field.
func (*TokenReport) SetMetricsByType ¶
func (o *TokenReport) SetMetricsByType(v map[string]TokenMetrics)
SetMetricsByType gets a reference to the given map[string]TokenMetrics and assigns it to the MetricsByType field.
func (*TokenReport) SetMonthlyActiveTokens ¶
func (o *TokenReport) SetMonthlyActiveTokens(v int64)
SetMonthlyActiveTokens gets a reference to the given int64 and assigns it to the MonthlyActiveTokens field.
func (*TokenReport) SetTotalTokens ¶
func (o *TokenReport) SetTotalTokens(v int64)
SetTotalTokens gets a reference to the given int64 and assigns it to the TotalTokens field.
func (TokenReport) ToMap ¶
func (o TokenReport) ToMap() (map[string]interface{}, error)
type TokenizeApiService ¶
type TokenizeApiService service
TokenizeApiService TokenizeApi service
func (*TokenizeApiService) Tokenize ¶
func (a *TokenizeApiService) Tokenize(ctx context.Context) TokenizeApiTokenizeRequest
Tokenize Method for Tokenize
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return TokenizeApiTokenizeRequest
func (*TokenizeApiService) TokenizeExecute ¶
func (a *TokenizeApiService) TokenizeExecute(r TokenizeApiTokenizeRequest) (interface{}, *http.Response, error)
Execute executes the request
@return interface{}
type TokenizeApiTokenizeRequest ¶
type TokenizeApiTokenizeRequest struct { ApiService *TokenizeApiService // contains filtered or unexported fields }
func (TokenizeApiTokenizeRequest) Body ¶
func (r TokenizeApiTokenizeRequest) Body(body interface{}) TokenizeApiTokenizeRequest
type TokensApiCreateRequest ¶
type TokensApiCreateRequest struct { ApiService *TokensApiService // contains filtered or unexported fields }
func (TokensApiCreateRequest) CreateTokenRequest ¶
func (r TokensApiCreateRequest) CreateTokenRequest(createTokenRequest CreateTokenRequest) TokensApiCreateRequest
type TokensApiDeleteRequest ¶
type TokensApiDeleteRequest struct { ApiService *TokensApiService // contains filtered or unexported fields }
type TokensApiGetByIdRequest ¶
type TokensApiGetByIdRequest struct { ApiService *TokensApiService // contains filtered or unexported fields }
type TokensApiGetRequest ¶
type TokensApiGetRequest struct { ApiService *TokensApiService // contains filtered or unexported fields }
func (TokensApiGetRequest) Execute ¶
func (r TokensApiGetRequest) Execute() (*TokenPaginatedList, *http.Response, error)
func (TokensApiGetRequest) Id ¶
func (r TokensApiGetRequest) Id(id []string) TokensApiGetRequest
func (TokensApiGetRequest) Metadata ¶
func (r TokensApiGetRequest) Metadata(metadata map[string]string) TokensApiGetRequest
func (TokensApiGetRequest) Page ¶
func (r TokensApiGetRequest) Page(page int32) TokensApiGetRequest
func (TokensApiGetRequest) Size ¶
func (r TokensApiGetRequest) Size(size int32) TokensApiGetRequest
func (TokensApiGetRequest) Start ¶
func (r TokensApiGetRequest) Start(start string) TokensApiGetRequest
type TokensApiGetV2Request ¶
type TokensApiGetV2Request struct { ApiService *TokensApiService // contains filtered or unexported fields }
func (TokensApiGetV2Request) Execute ¶
func (r TokensApiGetV2Request) Execute() (*TokenCursorPaginatedList, *http.Response, error)
func (TokensApiGetV2Request) Size ¶
func (r TokensApiGetV2Request) Size(size int32) TokensApiGetV2Request
func (TokensApiGetV2Request) Start ¶
func (r TokensApiGetV2Request) Start(start string) TokensApiGetV2Request
type TokensApiSearchRequest ¶
type TokensApiSearchRequest struct { ApiService *TokensApiService // contains filtered or unexported fields }
func (TokensApiSearchRequest) Execute ¶
func (r TokensApiSearchRequest) Execute() (*TokenPaginatedList, *http.Response, error)
func (TokensApiSearchRequest) SearchTokensRequest ¶
func (r TokensApiSearchRequest) SearchTokensRequest(searchTokensRequest SearchTokensRequest) TokensApiSearchRequest
type TokensApiSearchV2Request ¶
type TokensApiSearchV2Request struct { ApiService *TokensApiService // contains filtered or unexported fields }
func (TokensApiSearchV2Request) Execute ¶
func (r TokensApiSearchV2Request) Execute() (*TokenCursorPaginatedList, *http.Response, error)
func (TokensApiSearchV2Request) SearchTokensRequestV2 ¶
func (r TokensApiSearchV2Request) SearchTokensRequestV2(searchTokensRequestV2 SearchTokensRequestV2) TokensApiSearchV2Request
type TokensApiService ¶
type TokensApiService service
TokensApiService TokensApi service
func (*TokensApiService) Create ¶
func (a *TokensApiService) Create(ctx context.Context) TokensApiCreateRequest
Create Method for Create
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return TokensApiCreateRequest
func (*TokensApiService) CreateExecute ¶
func (a *TokensApiService) CreateExecute(r TokensApiCreateRequest) (*Token, *http.Response, error)
Execute executes the request
@return Token
func (*TokensApiService) Delete ¶
func (a *TokensApiService) Delete(ctx context.Context, id string) TokensApiDeleteRequest
Delete Method for Delete
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return TokensApiDeleteRequest
func (*TokensApiService) DeleteExecute ¶
func (a *TokensApiService) DeleteExecute(r TokensApiDeleteRequest) (*http.Response, error)
Execute executes the request
func (*TokensApiService) Get ¶
func (a *TokensApiService) Get(ctx context.Context) TokensApiGetRequest
Get Method for Get
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return TokensApiGetRequest
func (*TokensApiService) GetById ¶
func (a *TokensApiService) GetById(ctx context.Context, id string) TokensApiGetByIdRequest
GetById Method for GetById
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return TokensApiGetByIdRequest
func (*TokensApiService) GetByIdExecute ¶
func (a *TokensApiService) GetByIdExecute(r TokensApiGetByIdRequest) (*Token, *http.Response, error)
Execute executes the request
@return Token
func (*TokensApiService) GetExecute ¶
func (a *TokensApiService) GetExecute(r TokensApiGetRequest) (*TokenPaginatedList, *http.Response, error)
Execute executes the request
@return TokenPaginatedList
func (*TokensApiService) GetV2 ¶
func (a *TokensApiService) GetV2(ctx context.Context) TokensApiGetV2Request
GetV2 Method for GetV2
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return TokensApiGetV2Request
func (*TokensApiService) GetV2Execute ¶
func (a *TokensApiService) GetV2Execute(r TokensApiGetV2Request) (*TokenCursorPaginatedList, *http.Response, error)
Execute executes the request
@return TokenCursorPaginatedList
func (*TokensApiService) Search ¶
func (a *TokensApiService) Search(ctx context.Context) TokensApiSearchRequest
Search Method for Search
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return TokensApiSearchRequest
func (*TokensApiService) SearchExecute ¶
func (a *TokensApiService) SearchExecute(r TokensApiSearchRequest) (*TokenPaginatedList, *http.Response, error)
Execute executes the request
@return TokenPaginatedList
func (*TokensApiService) SearchV2 ¶
func (a *TokensApiService) SearchV2(ctx context.Context) TokensApiSearchV2Request
SearchV2 Method for SearchV2
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return TokensApiSearchV2Request
func (*TokensApiService) SearchV2Execute ¶
func (a *TokensApiService) SearchV2Execute(r TokensApiSearchV2Request) (*TokenCursorPaginatedList, *http.Response, error)
Execute executes the request
@return TokenCursorPaginatedList
func (*TokensApiService) Update ¶
func (a *TokensApiService) Update(ctx context.Context, id string) TokensApiUpdateRequest
Update Method for Update
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return TokensApiUpdateRequest
func (*TokensApiService) UpdateExecute ¶
func (a *TokensApiService) UpdateExecute(r TokensApiUpdateRequest) (*Token, *http.Response, error)
Execute executes the request
@return Token
type TokensApiUpdateRequest ¶
type TokensApiUpdateRequest struct { ApiService *TokensApiService // contains filtered or unexported fields }
func (TokensApiUpdateRequest) Execute ¶
func (r TokensApiUpdateRequest) Execute() (*Token, *http.Response, error)
func (TokensApiUpdateRequest) UpdateTokenRequest ¶
func (r TokensApiUpdateRequest) UpdateTokenRequest(updateTokenRequest UpdateTokenRequest) TokensApiUpdateRequest
type UpdateApplicationRequest ¶
type UpdateApplicationRequest struct { Name string `json:"name"` Permissions []string `json:"permissions,omitempty"` Rules []AccessRule `json:"rules,omitempty"` }
UpdateApplicationRequest struct for UpdateApplicationRequest
func NewUpdateApplicationRequest ¶
func NewUpdateApplicationRequest(name string) *UpdateApplicationRequest
NewUpdateApplicationRequest instantiates a new UpdateApplicationRequest 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 NewUpdateApplicationRequestWithDefaults ¶
func NewUpdateApplicationRequestWithDefaults() *UpdateApplicationRequest
NewUpdateApplicationRequestWithDefaults instantiates a new UpdateApplicationRequest 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 (*UpdateApplicationRequest) GetName ¶
func (o *UpdateApplicationRequest) GetName() string
GetName returns the Name field value
func (*UpdateApplicationRequest) GetNameOk ¶
func (o *UpdateApplicationRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*UpdateApplicationRequest) GetPermissions ¶
func (o *UpdateApplicationRequest) GetPermissions() []string
GetPermissions returns the Permissions field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdateApplicationRequest) GetPermissionsOk ¶
func (o *UpdateApplicationRequest) GetPermissionsOk() ([]string, bool)
GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateApplicationRequest) GetRules ¶
func (o *UpdateApplicationRequest) GetRules() []AccessRule
GetRules returns the Rules field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdateApplicationRequest) GetRulesOk ¶
func (o *UpdateApplicationRequest) GetRulesOk() ([]AccessRule, bool)
GetRulesOk returns a tuple with the Rules field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateApplicationRequest) HasPermissions ¶
func (o *UpdateApplicationRequest) HasPermissions() bool
HasPermissions returns a boolean if a field is not nil.
func (*UpdateApplicationRequest) HasRules ¶
func (o *UpdateApplicationRequest) HasRules() bool
HasRules returns a boolean if a field is not nil.
func (UpdateApplicationRequest) MarshalJSON ¶
func (o UpdateApplicationRequest) MarshalJSON() ([]byte, error)
func (*UpdateApplicationRequest) SetName ¶
func (o *UpdateApplicationRequest) SetName(v string)
SetName sets field value
func (*UpdateApplicationRequest) SetPermissions ¶
func (o *UpdateApplicationRequest) SetPermissions(v []string)
SetPermissions gets a reference to the given []string and assigns it to the Permissions field.
func (*UpdateApplicationRequest) SetRules ¶
func (o *UpdateApplicationRequest) SetRules(v []AccessRule)
SetRules gets a reference to the given []AccessRule and assigns it to the Rules field.
func (UpdateApplicationRequest) ToMap ¶
func (o UpdateApplicationRequest) ToMap() (map[string]interface{}, error)
type UpdatePrivacy ¶
type UpdatePrivacy struct { ImpactLevel NullableString `json:"impact_level,omitempty"` RestrictionPolicy NullableString `json:"restriction_policy,omitempty"` }
UpdatePrivacy struct for UpdatePrivacy
func NewUpdatePrivacy ¶
func NewUpdatePrivacy() *UpdatePrivacy
NewUpdatePrivacy instantiates a new UpdatePrivacy 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 NewUpdatePrivacyWithDefaults ¶
func NewUpdatePrivacyWithDefaults() *UpdatePrivacy
NewUpdatePrivacyWithDefaults instantiates a new UpdatePrivacy 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 (*UpdatePrivacy) GetImpactLevel ¶
func (o *UpdatePrivacy) GetImpactLevel() string
GetImpactLevel returns the ImpactLevel field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdatePrivacy) GetImpactLevelOk ¶
func (o *UpdatePrivacy) GetImpactLevelOk() (*string, bool)
GetImpactLevelOk returns a tuple with the ImpactLevel field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdatePrivacy) GetRestrictionPolicy ¶
func (o *UpdatePrivacy) GetRestrictionPolicy() string
GetRestrictionPolicy returns the RestrictionPolicy field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdatePrivacy) GetRestrictionPolicyOk ¶
func (o *UpdatePrivacy) GetRestrictionPolicyOk() (*string, bool)
GetRestrictionPolicyOk returns a tuple with the RestrictionPolicy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdatePrivacy) HasImpactLevel ¶
func (o *UpdatePrivacy) HasImpactLevel() bool
HasImpactLevel returns a boolean if a field is not nil.
func (*UpdatePrivacy) HasRestrictionPolicy ¶
func (o *UpdatePrivacy) HasRestrictionPolicy() bool
HasRestrictionPolicy returns a boolean if a field is not nil.
func (UpdatePrivacy) MarshalJSON ¶
func (o UpdatePrivacy) MarshalJSON() ([]byte, error)
func (*UpdatePrivacy) SetImpactLevel ¶
func (o *UpdatePrivacy) SetImpactLevel(v string)
SetImpactLevel gets a reference to the given NullableString and assigns it to the ImpactLevel field.
func (*UpdatePrivacy) SetImpactLevelNil ¶
func (o *UpdatePrivacy) SetImpactLevelNil()
SetImpactLevelNil sets the value for ImpactLevel to be an explicit nil
func (*UpdatePrivacy) SetRestrictionPolicy ¶
func (o *UpdatePrivacy) SetRestrictionPolicy(v string)
SetRestrictionPolicy gets a reference to the given NullableString and assigns it to the RestrictionPolicy field.
func (*UpdatePrivacy) SetRestrictionPolicyNil ¶
func (o *UpdatePrivacy) SetRestrictionPolicyNil()
SetRestrictionPolicyNil sets the value for RestrictionPolicy to be an explicit nil
func (UpdatePrivacy) ToMap ¶
func (o UpdatePrivacy) ToMap() (map[string]interface{}, error)
func (*UpdatePrivacy) UnsetImpactLevel ¶
func (o *UpdatePrivacy) UnsetImpactLevel()
UnsetImpactLevel ensures that no value is present for ImpactLevel, not even an explicit nil
func (*UpdatePrivacy) UnsetRestrictionPolicy ¶
func (o *UpdatePrivacy) UnsetRestrictionPolicy()
UnsetRestrictionPolicy ensures that no value is present for RestrictionPolicy, not even an explicit nil
type UpdateProxyRequest ¶
type UpdateProxyRequest struct { Name string `json:"name"` DestinationUrl string `json:"destination_url"` RequestReactorId NullableString `json:"request_reactor_id,omitempty"` ResponseReactorId NullableString `json:"response_reactor_id,omitempty"` RequestTransform *ProxyTransform `json:"request_transform,omitempty"` ResponseTransform *ProxyTransform `json:"response_transform,omitempty"` Application *Application `json:"application,omitempty"` Configuration map[string]string `json:"configuration,omitempty"` RequireAuth NullableBool `json:"require_auth,omitempty"` }
UpdateProxyRequest struct for UpdateProxyRequest
func NewUpdateProxyRequest ¶
func NewUpdateProxyRequest(name string, destinationUrl string) *UpdateProxyRequest
NewUpdateProxyRequest instantiates a new UpdateProxyRequest 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 NewUpdateProxyRequestWithDefaults ¶
func NewUpdateProxyRequestWithDefaults() *UpdateProxyRequest
NewUpdateProxyRequestWithDefaults instantiates a new UpdateProxyRequest 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 (*UpdateProxyRequest) GetApplication ¶
func (o *UpdateProxyRequest) GetApplication() Application
GetApplication returns the Application field value if set, zero value otherwise.
func (*UpdateProxyRequest) GetApplicationOk ¶
func (o *UpdateProxyRequest) GetApplicationOk() (*Application, bool)
GetApplicationOk returns a tuple with the Application field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateProxyRequest) GetConfiguration ¶
func (o *UpdateProxyRequest) GetConfiguration() map[string]string
GetConfiguration returns the Configuration field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdateProxyRequest) GetConfigurationOk ¶
func (o *UpdateProxyRequest) GetConfigurationOk() (*map[string]string, bool)
GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateProxyRequest) GetDestinationUrl ¶
func (o *UpdateProxyRequest) GetDestinationUrl() string
GetDestinationUrl returns the DestinationUrl field value
func (*UpdateProxyRequest) GetDestinationUrlOk ¶
func (o *UpdateProxyRequest) GetDestinationUrlOk() (*string, bool)
GetDestinationUrlOk returns a tuple with the DestinationUrl field value and a boolean to check if the value has been set.
func (*UpdateProxyRequest) GetName ¶
func (o *UpdateProxyRequest) GetName() string
GetName returns the Name field value
func (*UpdateProxyRequest) GetNameOk ¶
func (o *UpdateProxyRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*UpdateProxyRequest) GetRequestReactorId ¶
func (o *UpdateProxyRequest) GetRequestReactorId() string
GetRequestReactorId returns the RequestReactorId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdateProxyRequest) GetRequestReactorIdOk ¶
func (o *UpdateProxyRequest) GetRequestReactorIdOk() (*string, bool)
GetRequestReactorIdOk returns a tuple with the RequestReactorId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateProxyRequest) GetRequestTransform ¶
func (o *UpdateProxyRequest) GetRequestTransform() ProxyTransform
GetRequestTransform returns the RequestTransform field value if set, zero value otherwise.
func (*UpdateProxyRequest) GetRequestTransformOk ¶
func (o *UpdateProxyRequest) GetRequestTransformOk() (*ProxyTransform, bool)
GetRequestTransformOk returns a tuple with the RequestTransform field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateProxyRequest) GetRequireAuth ¶
func (o *UpdateProxyRequest) GetRequireAuth() bool
GetRequireAuth returns the RequireAuth field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdateProxyRequest) GetRequireAuthOk ¶
func (o *UpdateProxyRequest) GetRequireAuthOk() (*bool, bool)
GetRequireAuthOk returns a tuple with the RequireAuth field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateProxyRequest) GetResponseReactorId ¶
func (o *UpdateProxyRequest) GetResponseReactorId() string
GetResponseReactorId returns the ResponseReactorId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdateProxyRequest) GetResponseReactorIdOk ¶
func (o *UpdateProxyRequest) GetResponseReactorIdOk() (*string, bool)
GetResponseReactorIdOk returns a tuple with the ResponseReactorId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateProxyRequest) GetResponseTransform ¶
func (o *UpdateProxyRequest) GetResponseTransform() ProxyTransform
GetResponseTransform returns the ResponseTransform field value if set, zero value otherwise.
func (*UpdateProxyRequest) GetResponseTransformOk ¶
func (o *UpdateProxyRequest) GetResponseTransformOk() (*ProxyTransform, bool)
GetResponseTransformOk returns a tuple with the ResponseTransform field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateProxyRequest) HasApplication ¶
func (o *UpdateProxyRequest) HasApplication() bool
HasApplication returns a boolean if a field is not nil.
func (*UpdateProxyRequest) HasConfiguration ¶
func (o *UpdateProxyRequest) HasConfiguration() bool
HasConfiguration returns a boolean if a field is not nil.
func (*UpdateProxyRequest) HasRequestReactorId ¶
func (o *UpdateProxyRequest) HasRequestReactorId() bool
HasRequestReactorId returns a boolean if a field is not nil.
func (*UpdateProxyRequest) HasRequestTransform ¶
func (o *UpdateProxyRequest) HasRequestTransform() bool
HasRequestTransform returns a boolean if a field is not nil.
func (*UpdateProxyRequest) HasRequireAuth ¶
func (o *UpdateProxyRequest) HasRequireAuth() bool
HasRequireAuth returns a boolean if a field is not nil.
func (*UpdateProxyRequest) HasResponseReactorId ¶
func (o *UpdateProxyRequest) HasResponseReactorId() bool
HasResponseReactorId returns a boolean if a field is not nil.
func (*UpdateProxyRequest) HasResponseTransform ¶
func (o *UpdateProxyRequest) HasResponseTransform() bool
HasResponseTransform returns a boolean if a field is not nil.
func (UpdateProxyRequest) MarshalJSON ¶
func (o UpdateProxyRequest) MarshalJSON() ([]byte, error)
func (*UpdateProxyRequest) SetApplication ¶
func (o *UpdateProxyRequest) SetApplication(v Application)
SetApplication gets a reference to the given Application and assigns it to the Application field.
func (*UpdateProxyRequest) SetConfiguration ¶
func (o *UpdateProxyRequest) SetConfiguration(v map[string]string)
SetConfiguration gets a reference to the given map[string]string and assigns it to the Configuration field.
func (*UpdateProxyRequest) SetDestinationUrl ¶
func (o *UpdateProxyRequest) SetDestinationUrl(v string)
SetDestinationUrl sets field value
func (*UpdateProxyRequest) SetName ¶
func (o *UpdateProxyRequest) SetName(v string)
SetName sets field value
func (*UpdateProxyRequest) SetRequestReactorId ¶
func (o *UpdateProxyRequest) SetRequestReactorId(v string)
SetRequestReactorId gets a reference to the given NullableString and assigns it to the RequestReactorId field.
func (*UpdateProxyRequest) SetRequestReactorIdNil ¶
func (o *UpdateProxyRequest) SetRequestReactorIdNil()
SetRequestReactorIdNil sets the value for RequestReactorId to be an explicit nil
func (*UpdateProxyRequest) SetRequestTransform ¶
func (o *UpdateProxyRequest) SetRequestTransform(v ProxyTransform)
SetRequestTransform gets a reference to the given ProxyTransform and assigns it to the RequestTransform field.
func (*UpdateProxyRequest) SetRequireAuth ¶
func (o *UpdateProxyRequest) SetRequireAuth(v bool)
SetRequireAuth gets a reference to the given NullableBool and assigns it to the RequireAuth field.
func (*UpdateProxyRequest) SetRequireAuthNil ¶
func (o *UpdateProxyRequest) SetRequireAuthNil()
SetRequireAuthNil sets the value for RequireAuth to be an explicit nil
func (*UpdateProxyRequest) SetResponseReactorId ¶
func (o *UpdateProxyRequest) SetResponseReactorId(v string)
SetResponseReactorId gets a reference to the given NullableString and assigns it to the ResponseReactorId field.
func (*UpdateProxyRequest) SetResponseReactorIdNil ¶
func (o *UpdateProxyRequest) SetResponseReactorIdNil()
SetResponseReactorIdNil sets the value for ResponseReactorId to be an explicit nil
func (*UpdateProxyRequest) SetResponseTransform ¶
func (o *UpdateProxyRequest) SetResponseTransform(v ProxyTransform)
SetResponseTransform gets a reference to the given ProxyTransform and assigns it to the ResponseTransform field.
func (UpdateProxyRequest) ToMap ¶
func (o UpdateProxyRequest) ToMap() (map[string]interface{}, error)
func (*UpdateProxyRequest) UnsetRequestReactorId ¶
func (o *UpdateProxyRequest) UnsetRequestReactorId()
UnsetRequestReactorId ensures that no value is present for RequestReactorId, not even an explicit nil
func (*UpdateProxyRequest) UnsetRequireAuth ¶
func (o *UpdateProxyRequest) UnsetRequireAuth()
UnsetRequireAuth ensures that no value is present for RequireAuth, not even an explicit nil
func (*UpdateProxyRequest) UnsetResponseReactorId ¶
func (o *UpdateProxyRequest) UnsetResponseReactorId()
UnsetResponseReactorId ensures that no value is present for ResponseReactorId, not even an explicit nil
type UpdateReactorFormulaRequest ¶
type UpdateReactorFormulaRequest struct { Type string `json:"type"` Name string `json:"name"` Description NullableString `json:"description,omitempty"` Icon NullableString `json:"icon,omitempty"` Code NullableString `json:"code,omitempty"` Configuration []ReactorFormulaConfiguration `json:"configuration,omitempty"` RequestParameters []ReactorFormulaRequestParameter `json:"request_parameters,omitempty"` }
UpdateReactorFormulaRequest struct for UpdateReactorFormulaRequest
func NewUpdateReactorFormulaRequest ¶
func NewUpdateReactorFormulaRequest(type_ string, name string) *UpdateReactorFormulaRequest
NewUpdateReactorFormulaRequest instantiates a new UpdateReactorFormulaRequest 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 NewUpdateReactorFormulaRequestWithDefaults ¶
func NewUpdateReactorFormulaRequestWithDefaults() *UpdateReactorFormulaRequest
NewUpdateReactorFormulaRequestWithDefaults instantiates a new UpdateReactorFormulaRequest 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 (*UpdateReactorFormulaRequest) GetCode ¶
func (o *UpdateReactorFormulaRequest) GetCode() string
GetCode returns the Code field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdateReactorFormulaRequest) GetCodeOk ¶
func (o *UpdateReactorFormulaRequest) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateReactorFormulaRequest) GetConfiguration ¶
func (o *UpdateReactorFormulaRequest) GetConfiguration() []ReactorFormulaConfiguration
GetConfiguration returns the Configuration field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdateReactorFormulaRequest) GetConfigurationOk ¶
func (o *UpdateReactorFormulaRequest) GetConfigurationOk() ([]ReactorFormulaConfiguration, bool)
GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateReactorFormulaRequest) GetDescription ¶
func (o *UpdateReactorFormulaRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdateReactorFormulaRequest) GetDescriptionOk ¶
func (o *UpdateReactorFormulaRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateReactorFormulaRequest) GetIcon ¶
func (o *UpdateReactorFormulaRequest) GetIcon() string
GetIcon returns the Icon field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdateReactorFormulaRequest) GetIconOk ¶
func (o *UpdateReactorFormulaRequest) GetIconOk() (*string, bool)
GetIconOk returns a tuple with the Icon field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateReactorFormulaRequest) GetName ¶
func (o *UpdateReactorFormulaRequest) GetName() string
GetName returns the Name field value
func (*UpdateReactorFormulaRequest) GetNameOk ¶
func (o *UpdateReactorFormulaRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*UpdateReactorFormulaRequest) GetRequestParameters ¶
func (o *UpdateReactorFormulaRequest) GetRequestParameters() []ReactorFormulaRequestParameter
GetRequestParameters returns the RequestParameters field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdateReactorFormulaRequest) GetRequestParametersOk ¶
func (o *UpdateReactorFormulaRequest) GetRequestParametersOk() ([]ReactorFormulaRequestParameter, bool)
GetRequestParametersOk returns a tuple with the RequestParameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateReactorFormulaRequest) GetType ¶
func (o *UpdateReactorFormulaRequest) GetType() string
GetType returns the Type field value
func (*UpdateReactorFormulaRequest) GetTypeOk ¶
func (o *UpdateReactorFormulaRequest) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*UpdateReactorFormulaRequest) HasCode ¶
func (o *UpdateReactorFormulaRequest) HasCode() bool
HasCode returns a boolean if a field is not nil.
func (*UpdateReactorFormulaRequest) HasConfiguration ¶
func (o *UpdateReactorFormulaRequest) HasConfiguration() bool
HasConfiguration returns a boolean if a field is not nil.
func (*UpdateReactorFormulaRequest) HasDescription ¶
func (o *UpdateReactorFormulaRequest) HasDescription() bool
HasDescription returns a boolean if a field is not nil.
func (*UpdateReactorFormulaRequest) HasIcon ¶
func (o *UpdateReactorFormulaRequest) HasIcon() bool
HasIcon returns a boolean if a field is not nil.
func (*UpdateReactorFormulaRequest) HasRequestParameters ¶
func (o *UpdateReactorFormulaRequest) HasRequestParameters() bool
HasRequestParameters returns a boolean if a field is not nil.
func (UpdateReactorFormulaRequest) MarshalJSON ¶
func (o UpdateReactorFormulaRequest) MarshalJSON() ([]byte, error)
func (*UpdateReactorFormulaRequest) SetCode ¶
func (o *UpdateReactorFormulaRequest) SetCode(v string)
SetCode gets a reference to the given NullableString and assigns it to the Code field.
func (*UpdateReactorFormulaRequest) SetCodeNil ¶
func (o *UpdateReactorFormulaRequest) SetCodeNil()
SetCodeNil sets the value for Code to be an explicit nil
func (*UpdateReactorFormulaRequest) SetConfiguration ¶
func (o *UpdateReactorFormulaRequest) SetConfiguration(v []ReactorFormulaConfiguration)
SetConfiguration gets a reference to the given []ReactorFormulaConfiguration and assigns it to the Configuration field.
func (*UpdateReactorFormulaRequest) SetDescription ¶
func (o *UpdateReactorFormulaRequest) SetDescription(v string)
SetDescription gets a reference to the given NullableString and assigns it to the Description field.
func (*UpdateReactorFormulaRequest) SetDescriptionNil ¶
func (o *UpdateReactorFormulaRequest) SetDescriptionNil()
SetDescriptionNil sets the value for Description to be an explicit nil
func (*UpdateReactorFormulaRequest) SetIcon ¶
func (o *UpdateReactorFormulaRequest) SetIcon(v string)
SetIcon gets a reference to the given NullableString and assigns it to the Icon field.
func (*UpdateReactorFormulaRequest) SetIconNil ¶
func (o *UpdateReactorFormulaRequest) SetIconNil()
SetIconNil sets the value for Icon to be an explicit nil
func (*UpdateReactorFormulaRequest) SetName ¶
func (o *UpdateReactorFormulaRequest) SetName(v string)
SetName sets field value
func (*UpdateReactorFormulaRequest) SetRequestParameters ¶
func (o *UpdateReactorFormulaRequest) SetRequestParameters(v []ReactorFormulaRequestParameter)
SetRequestParameters gets a reference to the given []ReactorFormulaRequestParameter and assigns it to the RequestParameters field.
func (*UpdateReactorFormulaRequest) SetType ¶
func (o *UpdateReactorFormulaRequest) SetType(v string)
SetType sets field value
func (UpdateReactorFormulaRequest) ToMap ¶
func (o UpdateReactorFormulaRequest) ToMap() (map[string]interface{}, error)
func (*UpdateReactorFormulaRequest) UnsetCode ¶
func (o *UpdateReactorFormulaRequest) UnsetCode()
UnsetCode ensures that no value is present for Code, not even an explicit nil
func (*UpdateReactorFormulaRequest) UnsetDescription ¶
func (o *UpdateReactorFormulaRequest) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (*UpdateReactorFormulaRequest) UnsetIcon ¶
func (o *UpdateReactorFormulaRequest) UnsetIcon()
UnsetIcon ensures that no value is present for Icon, not even an explicit nil
type UpdateReactorRequest ¶
type UpdateReactorRequest struct { Name string `json:"name"` Application *Application `json:"application,omitempty"` Code string `json:"code"` Configuration map[string]string `json:"configuration,omitempty"` }
UpdateReactorRequest struct for UpdateReactorRequest
func NewUpdateReactorRequest ¶
func NewUpdateReactorRequest(name string, code string) *UpdateReactorRequest
NewUpdateReactorRequest instantiates a new UpdateReactorRequest 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 NewUpdateReactorRequestWithDefaults ¶
func NewUpdateReactorRequestWithDefaults() *UpdateReactorRequest
NewUpdateReactorRequestWithDefaults instantiates a new UpdateReactorRequest 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 (*UpdateReactorRequest) GetApplication ¶
func (o *UpdateReactorRequest) GetApplication() Application
GetApplication returns the Application field value if set, zero value otherwise.
func (*UpdateReactorRequest) GetApplicationOk ¶
func (o *UpdateReactorRequest) GetApplicationOk() (*Application, bool)
GetApplicationOk returns a tuple with the Application field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateReactorRequest) GetCode ¶
func (o *UpdateReactorRequest) GetCode() string
GetCode returns the Code field value
func (*UpdateReactorRequest) GetCodeOk ¶
func (o *UpdateReactorRequest) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.
func (*UpdateReactorRequest) GetConfiguration ¶
func (o *UpdateReactorRequest) GetConfiguration() map[string]string
GetConfiguration returns the Configuration field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdateReactorRequest) GetConfigurationOk ¶
func (o *UpdateReactorRequest) GetConfigurationOk() (*map[string]string, bool)
GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateReactorRequest) GetName ¶
func (o *UpdateReactorRequest) GetName() string
GetName returns the Name field value
func (*UpdateReactorRequest) GetNameOk ¶
func (o *UpdateReactorRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*UpdateReactorRequest) HasApplication ¶
func (o *UpdateReactorRequest) HasApplication() bool
HasApplication returns a boolean if a field is not nil.
func (*UpdateReactorRequest) HasConfiguration ¶
func (o *UpdateReactorRequest) HasConfiguration() bool
HasConfiguration returns a boolean if a field is not nil.
func (UpdateReactorRequest) MarshalJSON ¶
func (o UpdateReactorRequest) MarshalJSON() ([]byte, error)
func (*UpdateReactorRequest) SetApplication ¶
func (o *UpdateReactorRequest) SetApplication(v Application)
SetApplication gets a reference to the given Application and assigns it to the Application field.
func (*UpdateReactorRequest) SetCode ¶
func (o *UpdateReactorRequest) SetCode(v string)
SetCode sets field value
func (*UpdateReactorRequest) SetConfiguration ¶
func (o *UpdateReactorRequest) SetConfiguration(v map[string]string)
SetConfiguration gets a reference to the given map[string]string and assigns it to the Configuration field.
func (*UpdateReactorRequest) SetName ¶
func (o *UpdateReactorRequest) SetName(v string)
SetName sets field value
func (UpdateReactorRequest) ToMap ¶
func (o UpdateReactorRequest) ToMap() (map[string]interface{}, error)
type UpdateTenantMemberRequest ¶
type UpdateTenantMemberRequest struct {
Role string `json:"role"`
}
UpdateTenantMemberRequest struct for UpdateTenantMemberRequest
func NewUpdateTenantMemberRequest ¶
func NewUpdateTenantMemberRequest(role string) *UpdateTenantMemberRequest
NewUpdateTenantMemberRequest instantiates a new UpdateTenantMemberRequest 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 NewUpdateTenantMemberRequestWithDefaults ¶
func NewUpdateTenantMemberRequestWithDefaults() *UpdateTenantMemberRequest
NewUpdateTenantMemberRequestWithDefaults instantiates a new UpdateTenantMemberRequest 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 (*UpdateTenantMemberRequest) GetRole ¶
func (o *UpdateTenantMemberRequest) GetRole() string
GetRole returns the Role field value
func (*UpdateTenantMemberRequest) GetRoleOk ¶
func (o *UpdateTenantMemberRequest) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value and a boolean to check if the value has been set.
func (UpdateTenantMemberRequest) MarshalJSON ¶
func (o UpdateTenantMemberRequest) MarshalJSON() ([]byte, error)
func (*UpdateTenantMemberRequest) SetRole ¶
func (o *UpdateTenantMemberRequest) SetRole(v string)
SetRole sets field value
func (UpdateTenantMemberRequest) ToMap ¶
func (o UpdateTenantMemberRequest) ToMap() (map[string]interface{}, error)
type UpdateTenantRequest ¶
type UpdateTenantRequest struct { Name string `json:"name"` Settings map[string]string `json:"settings,omitempty"` }
UpdateTenantRequest struct for UpdateTenantRequest
func NewUpdateTenantRequest ¶
func NewUpdateTenantRequest(name string) *UpdateTenantRequest
NewUpdateTenantRequest instantiates a new UpdateTenantRequest 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 NewUpdateTenantRequestWithDefaults ¶
func NewUpdateTenantRequestWithDefaults() *UpdateTenantRequest
NewUpdateTenantRequestWithDefaults instantiates a new UpdateTenantRequest 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 (*UpdateTenantRequest) GetName ¶
func (o *UpdateTenantRequest) GetName() string
GetName returns the Name field value
func (*UpdateTenantRequest) GetNameOk ¶
func (o *UpdateTenantRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*UpdateTenantRequest) GetSettings ¶
func (o *UpdateTenantRequest) GetSettings() map[string]string
GetSettings returns the Settings field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdateTenantRequest) GetSettingsOk ¶
func (o *UpdateTenantRequest) GetSettingsOk() (*map[string]string, bool)
GetSettingsOk returns a tuple with the Settings field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateTenantRequest) HasSettings ¶
func (o *UpdateTenantRequest) HasSettings() bool
HasSettings returns a boolean if a field is not nil.
func (UpdateTenantRequest) MarshalJSON ¶
func (o UpdateTenantRequest) MarshalJSON() ([]byte, error)
func (*UpdateTenantRequest) SetName ¶
func (o *UpdateTenantRequest) SetName(v string)
SetName sets field value
func (*UpdateTenantRequest) SetSettings ¶
func (o *UpdateTenantRequest) SetSettings(v map[string]string)
SetSettings gets a reference to the given map[string]string and assigns it to the Settings field.
func (UpdateTenantRequest) ToMap ¶
func (o UpdateTenantRequest) ToMap() (map[string]interface{}, error)
type UpdateTokenRequest ¶
type UpdateTokenRequest struct { Data interface{} `json:"data,omitempty"` Privacy *UpdatePrivacy `json:"privacy,omitempty"` Metadata map[string]string `json:"metadata,omitempty"` SearchIndexes []string `json:"search_indexes,omitempty"` FingerprintExpression NullableString `json:"fingerprint_expression,omitempty"` Mask interface{} `json:"mask,omitempty"` ExpiresAt NullableString `json:"expires_at,omitempty"` DeduplicateToken NullableBool `json:"deduplicate_token,omitempty"` Containers []string `json:"containers,omitempty"` }
UpdateTokenRequest struct for UpdateTokenRequest
func NewUpdateTokenRequest ¶
func NewUpdateTokenRequest() *UpdateTokenRequest
NewUpdateTokenRequest instantiates a new UpdateTokenRequest 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 NewUpdateTokenRequestWithDefaults ¶
func NewUpdateTokenRequestWithDefaults() *UpdateTokenRequest
NewUpdateTokenRequestWithDefaults instantiates a new UpdateTokenRequest 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 (*UpdateTokenRequest) GetContainers ¶
func (o *UpdateTokenRequest) GetContainers() []string
GetContainers returns the Containers field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdateTokenRequest) GetContainersOk ¶
func (o *UpdateTokenRequest) GetContainersOk() ([]string, bool)
GetContainersOk returns a tuple with the Containers field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateTokenRequest) GetData ¶
func (o *UpdateTokenRequest) GetData() interface{}
GetData returns the Data field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdateTokenRequest) GetDataOk ¶
func (o *UpdateTokenRequest) GetDataOk() (*interface{}, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateTokenRequest) GetDeduplicateToken ¶
func (o *UpdateTokenRequest) GetDeduplicateToken() bool
GetDeduplicateToken returns the DeduplicateToken field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdateTokenRequest) GetDeduplicateTokenOk ¶
func (o *UpdateTokenRequest) GetDeduplicateTokenOk() (*bool, bool)
GetDeduplicateTokenOk returns a tuple with the DeduplicateToken field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateTokenRequest) GetExpiresAt ¶
func (o *UpdateTokenRequest) GetExpiresAt() string
GetExpiresAt returns the ExpiresAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdateTokenRequest) GetExpiresAtOk ¶
func (o *UpdateTokenRequest) GetExpiresAtOk() (*string, bool)
GetExpiresAtOk returns a tuple with the ExpiresAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateTokenRequest) GetFingerprintExpression ¶
func (o *UpdateTokenRequest) GetFingerprintExpression() string
GetFingerprintExpression returns the FingerprintExpression field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdateTokenRequest) GetFingerprintExpressionOk ¶
func (o *UpdateTokenRequest) GetFingerprintExpressionOk() (*string, bool)
GetFingerprintExpressionOk returns a tuple with the FingerprintExpression field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateTokenRequest) GetMask ¶
func (o *UpdateTokenRequest) GetMask() interface{}
GetMask returns the Mask field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdateTokenRequest) GetMaskOk ¶
func (o *UpdateTokenRequest) GetMaskOk() (*interface{}, bool)
GetMaskOk returns a tuple with the Mask field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateTokenRequest) GetMetadata ¶
func (o *UpdateTokenRequest) GetMetadata() map[string]string
GetMetadata returns the Metadata field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdateTokenRequest) GetMetadataOk ¶
func (o *UpdateTokenRequest) GetMetadataOk() (*map[string]string, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateTokenRequest) GetPrivacy ¶
func (o *UpdateTokenRequest) GetPrivacy() UpdatePrivacy
GetPrivacy returns the Privacy field value if set, zero value otherwise.
func (*UpdateTokenRequest) GetPrivacyOk ¶
func (o *UpdateTokenRequest) GetPrivacyOk() (*UpdatePrivacy, bool)
GetPrivacyOk returns a tuple with the Privacy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateTokenRequest) GetSearchIndexes ¶
func (o *UpdateTokenRequest) GetSearchIndexes() []string
GetSearchIndexes returns the SearchIndexes field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UpdateTokenRequest) GetSearchIndexesOk ¶
func (o *UpdateTokenRequest) GetSearchIndexesOk() ([]string, bool)
GetSearchIndexesOk returns a tuple with the SearchIndexes field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UpdateTokenRequest) HasContainers ¶
func (o *UpdateTokenRequest) HasContainers() bool
HasContainers returns a boolean if a field is not nil.
func (*UpdateTokenRequest) HasData ¶
func (o *UpdateTokenRequest) HasData() bool
HasData returns a boolean if a field is not nil.
func (*UpdateTokenRequest) HasDeduplicateToken ¶
func (o *UpdateTokenRequest) HasDeduplicateToken() bool
HasDeduplicateToken returns a boolean if a field is not nil.
func (*UpdateTokenRequest) HasExpiresAt ¶
func (o *UpdateTokenRequest) HasExpiresAt() bool
HasExpiresAt returns a boolean if a field is not nil.
func (*UpdateTokenRequest) HasFingerprintExpression ¶
func (o *UpdateTokenRequest) HasFingerprintExpression() bool
HasFingerprintExpression returns a boolean if a field is not nil.
func (*UpdateTokenRequest) HasMask ¶
func (o *UpdateTokenRequest) HasMask() bool
HasMask returns a boolean if a field is not nil.
func (*UpdateTokenRequest) HasMetadata ¶
func (o *UpdateTokenRequest) HasMetadata() bool
HasMetadata returns a boolean if a field is not nil.
func (*UpdateTokenRequest) HasPrivacy ¶
func (o *UpdateTokenRequest) HasPrivacy() bool
HasPrivacy returns a boolean if a field is not nil.
func (*UpdateTokenRequest) HasSearchIndexes ¶
func (o *UpdateTokenRequest) HasSearchIndexes() bool
HasSearchIndexes returns a boolean if a field is not nil.
func (UpdateTokenRequest) MarshalJSON ¶
func (o UpdateTokenRequest) MarshalJSON() ([]byte, error)
func (*UpdateTokenRequest) SetContainers ¶
func (o *UpdateTokenRequest) SetContainers(v []string)
SetContainers gets a reference to the given []string and assigns it to the Containers field.
func (*UpdateTokenRequest) SetData ¶
func (o *UpdateTokenRequest) SetData(v interface{})
SetData gets a reference to the given interface{} and assigns it to the Data field.
func (*UpdateTokenRequest) SetDeduplicateToken ¶
func (o *UpdateTokenRequest) SetDeduplicateToken(v bool)
SetDeduplicateToken gets a reference to the given NullableBool and assigns it to the DeduplicateToken field.
func (*UpdateTokenRequest) SetDeduplicateTokenNil ¶
func (o *UpdateTokenRequest) SetDeduplicateTokenNil()
SetDeduplicateTokenNil sets the value for DeduplicateToken to be an explicit nil
func (*UpdateTokenRequest) SetExpiresAt ¶
func (o *UpdateTokenRequest) SetExpiresAt(v string)
SetExpiresAt gets a reference to the given NullableString and assigns it to the ExpiresAt field.
func (*UpdateTokenRequest) SetExpiresAtNil ¶
func (o *UpdateTokenRequest) SetExpiresAtNil()
SetExpiresAtNil sets the value for ExpiresAt to be an explicit nil
func (*UpdateTokenRequest) SetFingerprintExpression ¶
func (o *UpdateTokenRequest) SetFingerprintExpression(v string)
SetFingerprintExpression gets a reference to the given NullableString and assigns it to the FingerprintExpression field.
func (*UpdateTokenRequest) SetFingerprintExpressionNil ¶
func (o *UpdateTokenRequest) SetFingerprintExpressionNil()
SetFingerprintExpressionNil sets the value for FingerprintExpression to be an explicit nil
func (*UpdateTokenRequest) SetMask ¶
func (o *UpdateTokenRequest) SetMask(v interface{})
SetMask gets a reference to the given interface{} and assigns it to the Mask field.
func (*UpdateTokenRequest) SetMetadata ¶
func (o *UpdateTokenRequest) SetMetadata(v map[string]string)
SetMetadata gets a reference to the given map[string]string and assigns it to the Metadata field.
func (*UpdateTokenRequest) SetPrivacy ¶
func (o *UpdateTokenRequest) SetPrivacy(v UpdatePrivacy)
SetPrivacy gets a reference to the given UpdatePrivacy and assigns it to the Privacy field.
func (*UpdateTokenRequest) SetSearchIndexes ¶
func (o *UpdateTokenRequest) SetSearchIndexes(v []string)
SetSearchIndexes gets a reference to the given []string and assigns it to the SearchIndexes field.
func (UpdateTokenRequest) ToMap ¶
func (o UpdateTokenRequest) ToMap() (map[string]interface{}, error)
func (*UpdateTokenRequest) UnsetDeduplicateToken ¶
func (o *UpdateTokenRequest) UnsetDeduplicateToken()
UnsetDeduplicateToken ensures that no value is present for DeduplicateToken, not even an explicit nil
func (*UpdateTokenRequest) UnsetExpiresAt ¶
func (o *UpdateTokenRequest) UnsetExpiresAt()
UnsetExpiresAt ensures that no value is present for ExpiresAt, not even an explicit nil
func (*UpdateTokenRequest) UnsetFingerprintExpression ¶
func (o *UpdateTokenRequest) UnsetFingerprintExpression()
UnsetFingerprintExpression ensures that no value is present for FingerprintExpression, not even an explicit nil
type User ¶
type User struct { Id *string `json:"id,omitempty"` Email NullableString `json:"email,omitempty"` Provider NullableString `json:"provider,omitempty"` MfaEnrolled *bool `json:"mfa_enrolled,omitempty"` FirstName NullableString `json:"first_name,omitempty"` LastName NullableString `json:"last_name,omitempty"` Picture NullableString `json:"picture,omitempty"` }
User struct for User
func NewUser ¶
func NewUser() *User
NewUser instantiates a new User 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 NewUserWithDefaults ¶
func NewUserWithDefaults() *User
NewUserWithDefaults instantiates a new User 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 (*User) GetEmail ¶
GetEmail returns the Email field value if set, zero value otherwise (both if not set or set to explicit null).
func (*User) GetEmailOk ¶
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*User) GetFirstName ¶
GetFirstName returns the FirstName field value if set, zero value otherwise (both if not set or set to explicit null).
func (*User) GetFirstNameOk ¶
GetFirstNameOk returns a tuple with the FirstName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*User) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetLastName ¶
GetLastName returns the LastName field value if set, zero value otherwise (both if not set or set to explicit null).
func (*User) GetLastNameOk ¶
GetLastNameOk returns a tuple with the LastName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*User) GetMfaEnrolled ¶
GetMfaEnrolled returns the MfaEnrolled field value if set, zero value otherwise.
func (*User) GetMfaEnrolledOk ¶
GetMfaEnrolledOk returns a tuple with the MfaEnrolled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*User) GetPicture ¶
GetPicture returns the Picture field value if set, zero value otherwise (both if not set or set to explicit null).
func (*User) GetPictureOk ¶
GetPictureOk returns a tuple with the Picture field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*User) GetProvider ¶
GetProvider returns the Provider field value if set, zero value otherwise (both if not set or set to explicit null).
func (*User) GetProviderOk ¶
GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*User) HasFirstName ¶
HasFirstName returns a boolean if a field is not nil.
func (*User) HasLastName ¶
HasLastName returns a boolean if a field is not nil.
func (*User) HasMfaEnrolled ¶
HasMfaEnrolled returns a boolean if a field is not nil.
func (*User) HasPicture ¶
HasPicture returns a boolean if a field is not nil.
func (*User) HasProvider ¶
HasProvider returns a boolean if a field is not nil.
func (User) MarshalJSON ¶
func (*User) SetEmail ¶
SetEmail gets a reference to the given NullableString and assigns it to the Email field.
func (*User) SetEmailNil ¶
func (o *User) SetEmailNil()
SetEmailNil sets the value for Email to be an explicit nil
func (*User) SetFirstName ¶
SetFirstName gets a reference to the given NullableString and assigns it to the FirstName field.
func (*User) SetFirstNameNil ¶
func (o *User) SetFirstNameNil()
SetFirstNameNil sets the value for FirstName to be an explicit nil
func (*User) SetLastName ¶
SetLastName gets a reference to the given NullableString and assigns it to the LastName field.
func (*User) SetLastNameNil ¶
func (o *User) SetLastNameNil()
SetLastNameNil sets the value for LastName to be an explicit nil
func (*User) SetMfaEnrolled ¶
SetMfaEnrolled gets a reference to the given bool and assigns it to the MfaEnrolled field.
func (*User) SetPicture ¶
SetPicture gets a reference to the given NullableString and assigns it to the Picture field.
func (*User) SetPictureNil ¶
func (o *User) SetPictureNil()
SetPictureNil sets the value for Picture to be an explicit nil
func (*User) SetProvider ¶
SetProvider gets a reference to the given NullableString and assigns it to the Provider field.
func (*User) SetProviderNil ¶
func (o *User) SetProviderNil()
SetProviderNil sets the value for Provider to be an explicit nil
func (*User) UnsetEmail ¶
func (o *User) UnsetEmail()
UnsetEmail ensures that no value is present for Email, not even an explicit nil
func (*User) UnsetFirstName ¶
func (o *User) UnsetFirstName()
UnsetFirstName ensures that no value is present for FirstName, not even an explicit nil
func (*User) UnsetLastName ¶
func (o *User) UnsetLastName()
UnsetLastName ensures that no value is present for LastName, not even an explicit nil
func (*User) UnsetPicture ¶
func (o *User) UnsetPicture()
UnsetPicture ensures that no value is present for Picture, not even an explicit nil
func (*User) UnsetProvider ¶
func (o *User) UnsetProvider()
UnsetProvider ensures that no value is present for Provider, not even an explicit nil
type ValidationProblemDetails ¶
type ValidationProblemDetails struct { Errors map[string][]string `json:"errors,omitempty"` Type NullableString `json:"type,omitempty"` Title NullableString `json:"title,omitempty"` Status NullableInt32 `json:"status,omitempty"` Detail NullableString `json:"detail,omitempty"` Instance NullableString `json:"instance,omitempty"` }
ValidationProblemDetails struct for ValidationProblemDetails
func NewValidationProblemDetails ¶
func NewValidationProblemDetails() *ValidationProblemDetails
NewValidationProblemDetails instantiates a new ValidationProblemDetails 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 NewValidationProblemDetailsWithDefaults ¶
func NewValidationProblemDetailsWithDefaults() *ValidationProblemDetails
NewValidationProblemDetailsWithDefaults instantiates a new ValidationProblemDetails 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 (*ValidationProblemDetails) GetDetail ¶
func (o *ValidationProblemDetails) GetDetail() string
GetDetail returns the Detail field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ValidationProblemDetails) GetDetailOk ¶
func (o *ValidationProblemDetails) GetDetailOk() (*string, bool)
GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ValidationProblemDetails) GetErrors ¶
func (o *ValidationProblemDetails) GetErrors() map[string][]string
GetErrors returns the Errors field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ValidationProblemDetails) GetErrorsOk ¶
func (o *ValidationProblemDetails) GetErrorsOk() (*map[string][]string, bool)
GetErrorsOk returns a tuple with the Errors field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ValidationProblemDetails) GetInstance ¶
func (o *ValidationProblemDetails) GetInstance() string
GetInstance returns the Instance field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ValidationProblemDetails) GetInstanceOk ¶
func (o *ValidationProblemDetails) GetInstanceOk() (*string, bool)
GetInstanceOk returns a tuple with the Instance field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ValidationProblemDetails) GetStatus ¶
func (o *ValidationProblemDetails) GetStatus() int32
GetStatus returns the Status field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ValidationProblemDetails) GetStatusOk ¶
func (o *ValidationProblemDetails) GetStatusOk() (*int32, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ValidationProblemDetails) GetTitle ¶
func (o *ValidationProblemDetails) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ValidationProblemDetails) GetTitleOk ¶
func (o *ValidationProblemDetails) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ValidationProblemDetails) GetType ¶
func (o *ValidationProblemDetails) GetType() string
GetType returns the Type field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ValidationProblemDetails) GetTypeOk ¶
func (o *ValidationProblemDetails) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ValidationProblemDetails) HasDetail ¶
func (o *ValidationProblemDetails) HasDetail() bool
HasDetail returns a boolean if a field is not nil.
func (*ValidationProblemDetails) HasErrors ¶
func (o *ValidationProblemDetails) HasErrors() bool
HasErrors returns a boolean if a field is not nil.
func (*ValidationProblemDetails) HasInstance ¶
func (o *ValidationProblemDetails) HasInstance() bool
HasInstance returns a boolean if a field is not nil.
func (*ValidationProblemDetails) HasStatus ¶
func (o *ValidationProblemDetails) HasStatus() bool
HasStatus returns a boolean if a field is not nil.
func (*ValidationProblemDetails) HasTitle ¶
func (o *ValidationProblemDetails) HasTitle() bool
HasTitle returns a boolean if a field is not nil.
func (*ValidationProblemDetails) HasType ¶
func (o *ValidationProblemDetails) HasType() bool
HasType returns a boolean if a field is not nil.
func (ValidationProblemDetails) MarshalJSON ¶
func (o ValidationProblemDetails) MarshalJSON() ([]byte, error)
func (*ValidationProblemDetails) SetDetail ¶
func (o *ValidationProblemDetails) SetDetail(v string)
SetDetail gets a reference to the given NullableString and assigns it to the Detail field.
func (*ValidationProblemDetails) SetDetailNil ¶
func (o *ValidationProblemDetails) SetDetailNil()
SetDetailNil sets the value for Detail to be an explicit nil
func (*ValidationProblemDetails) SetErrors ¶
func (o *ValidationProblemDetails) SetErrors(v map[string][]string)
SetErrors gets a reference to the given map[string][]string and assigns it to the Errors field.
func (*ValidationProblemDetails) SetInstance ¶
func (o *ValidationProblemDetails) SetInstance(v string)
SetInstance gets a reference to the given NullableString and assigns it to the Instance field.
func (*ValidationProblemDetails) SetInstanceNil ¶
func (o *ValidationProblemDetails) SetInstanceNil()
SetInstanceNil sets the value for Instance to be an explicit nil
func (*ValidationProblemDetails) SetStatus ¶
func (o *ValidationProblemDetails) SetStatus(v int32)
SetStatus gets a reference to the given NullableInt32 and assigns it to the Status field.
func (*ValidationProblemDetails) SetStatusNil ¶
func (o *ValidationProblemDetails) SetStatusNil()
SetStatusNil sets the value for Status to be an explicit nil
func (*ValidationProblemDetails) SetTitle ¶
func (o *ValidationProblemDetails) SetTitle(v string)
SetTitle gets a reference to the given NullableString and assigns it to the Title field.
func (*ValidationProblemDetails) SetTitleNil ¶
func (o *ValidationProblemDetails) SetTitleNil()
SetTitleNil sets the value for Title to be an explicit nil
func (*ValidationProblemDetails) SetType ¶
func (o *ValidationProblemDetails) SetType(v string)
SetType gets a reference to the given NullableString and assigns it to the Type field.
func (*ValidationProblemDetails) SetTypeNil ¶
func (o *ValidationProblemDetails) SetTypeNil()
SetTypeNil sets the value for Type to be an explicit nil
func (ValidationProblemDetails) ToMap ¶
func (o ValidationProblemDetails) ToMap() (map[string]interface{}, error)
func (*ValidationProblemDetails) UnsetDetail ¶
func (o *ValidationProblemDetails) UnsetDetail()
UnsetDetail ensures that no value is present for Detail, not even an explicit nil
func (*ValidationProblemDetails) UnsetInstance ¶
func (o *ValidationProblemDetails) UnsetInstance()
UnsetInstance ensures that no value is present for Instance, not even an explicit nil
func (*ValidationProblemDetails) UnsetStatus ¶
func (o *ValidationProblemDetails) UnsetStatus()
UnsetStatus ensures that no value is present for Status, not even an explicit nil
func (*ValidationProblemDetails) UnsetTitle ¶
func (o *ValidationProblemDetails) UnsetTitle()
UnsetTitle ensures that no value is present for Title, not even an explicit nil
func (*ValidationProblemDetails) UnsetType ¶
func (o *ValidationProblemDetails) UnsetType()
UnsetType ensures that no value is present for Type, not even an explicit nil
Source Files ¶
- api_application_keys.go
- api_application_templates.go
- api_applications.go
- api_detokenize.go
- api_logs.go
- api_permissions.go
- api_proxies.go
- api_reactor_formulas.go
- api_reactors.go
- api_roles.go
- api_sessions.go
- api_tenants.go
- api_three_ds.go
- api_tokenize.go
- api_tokens.go
- client.go
- configuration.go
- model_access_rule.go
- model_application.go
- model_application_key.go
- model_application_paginated_list.go
- model_application_template.go
- model_authenticate_three_ds_session_request.go
- model_authorize_session_request.go
- model_bin_details.go
- model_bin_details_bank.go
- model_bin_details_country.go
- model_bin_details_product.go
- model_card_details.go
- model_condition.go
- model_create_application_request.go
- model_create_proxy_request.go
- model_create_reactor_formula_request.go
- model_create_reactor_request.go
- model_create_session_response.go
- model_create_tenant_connection_request.go
- model_create_tenant_connection_response.go
- model_create_tenant_invitation_request.go
- model_create_three_ds_session_request.go
- model_create_three_ds_session_response.go
- model_create_token_request.go
- model_create_token_response.go
- model_cursor_pagination.go
- model_encryption_key.go
- model_encryption_metadata.go
- model_get_applications.go
- model_get_logs.go
- model_get_permissions.go
- model_get_proxies.go
- model_get_reactor_formulas.go
- model_get_reactors.go
- model_get_tenant_invitations.go
- model_get_tenant_members.go
- model_get_tokens.go
- model_get_tokens_v2.go
- model_log.go
- model_log_entity_type.go
- model_log_paginated_list.go
- model_monthly_active_token_history.go
- model_pagination.go
- model_patch_proxy_request.go
- model_patch_reactor_request.go
- model_permission.go
- model_privacy.go
- model_problem_details.go
- model_proxy.go
- model_proxy_paginated_list.go
- model_proxy_transform.go
- model_proxy_transform_matcher.go
- model_proxy_transform_type.go
- model_react_request.go
- model_react_request_async.go
- model_react_response.go
- model_reactor.go
- model_reactor_formula.go
- model_reactor_formula_configuration.go
- model_reactor_formula_paginated_list.go
- model_reactor_formula_request_parameter.go
- model_reactor_paginated_list.go
- model_role.go
- model_search_tokens_request.go
- model_search_tokens_request_v2.go
- model_string_string_key_value_pair.go
- model_tenant.go
- model_tenant_connection_options.go
- model_tenant_invitation_response.go
- model_tenant_invitation_response_paginated_list.go
- model_tenant_invitation_status.go
- model_tenant_member_response.go
- model_tenant_member_response_paginated_list.go
- model_tenant_usage_report.go
- model_three_ds_acs_rendering_type.go
- model_three_ds_address.go
- model_three_ds_authentication.go
- model_three_ds_cardholder_account_info.go
- model_three_ds_cardholder_authentication_info.go
- model_three_ds_cardholder_info.go
- model_three_ds_cardholder_phone_number.go
- model_three_ds_device_info.go
- model_three_ds_merchant_info.go
- model_three_ds_merchant_risk_info.go
- model_three_ds_message_extension.go
- model_three_ds_method.go
- model_three_ds_mobile_sdk_render_options.go
- model_three_ds_prior_authentication_info.go
- model_three_ds_purchase_info.go
- model_three_ds_requestor_info.go
- model_three_ds_session.go
- model_three_ds_version.go
- model_token.go
- model_token_cursor_paginated_list.go
- model_token_enrichments.go
- model_token_extras.go
- model_token_metrics.go
- model_token_paginated_list.go
- model_token_report.go
- model_update_application_request.go
- model_update_privacy.go
- model_update_proxy_request.go
- model_update_reactor_formula_request.go
- model_update_reactor_request.go
- model_update_tenant_member_request.go
- model_update_tenant_request.go
- model_update_token_request.go
- model_user.go
- model_validation_problem_details.go
- response.go
- utils.go