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 AccessKey
- func (o *AccessKey) GetAccessKey() string
- func (o *AccessKey) GetAccessKeyOk() (*string, bool)
- func (o *AccessKey) GetAccessKeyType() AccessKeyTypeEnum
- func (o *AccessKey) GetAccessKeyTypeOk() (*AccessKeyTypeEnum, bool)
- func (o *AccessKey) GetAccountId() string
- func (o *AccessKey) GetAccountIdOk() (*string, bool)
- func (o *AccessKey) GetCreatedAt() time.Time
- func (o *AccessKey) GetCreatedAtOk() (*time.Time, bool)
- func (o *AccessKey) GetCreatedBy() string
- func (o *AccessKey) GetCreatedByOk() (*string, bool)
- func (o *AccessKey) GetDescription() string
- func (o *AccessKey) GetDescriptionOk() (*string, bool)
- func (o *AccessKey) GetExpirationTimestamp() time.Time
- func (o *AccessKey) GetExpirationTimestampOk() (*time.Time, bool)
- func (o *AccessKey) GetId() string
- func (o *AccessKey) GetIdOk() (*string, bool)
- func (o *AccessKey) GetModifiedAt() time.Time
- func (o *AccessKey) GetModifiedAtOk() (*time.Time, bool)
- func (o *AccessKey) GetModifiedBy() string
- func (o *AccessKey) GetModifiedByOk() (*string, bool)
- func (o *AccessKey) GetParentAccessKeyId() string
- func (o *AccessKey) GetParentAccessKeyIdOk() (*string, bool)
- func (o *AccessKey) GetSecretKey() string
- func (o *AccessKey) GetSecretKeyOk() (*string, bool)
- func (o *AccessKey) HasDescription() bool
- func (o AccessKey) MarshalJSON() ([]byte, error)
- func (o *AccessKey) SetAccessKey(v string)
- func (o *AccessKey) SetAccessKeyType(v AccessKeyTypeEnum)
- func (o *AccessKey) SetAccountId(v string)
- func (o *AccessKey) SetCreatedAt(v time.Time)
- func (o *AccessKey) SetCreatedBy(v string)
- func (o *AccessKey) SetDescription(v string)
- func (o *AccessKey) SetDescriptionNil()
- func (o *AccessKey) SetExpirationTimestamp(v time.Time)
- func (o *AccessKey) SetId(v string)
- func (o *AccessKey) SetModifiedAt(v time.Time)
- func (o *AccessKey) SetModifiedBy(v string)
- func (o *AccessKey) SetParentAccessKeyId(v string)
- func (o *AccessKey) SetSecretKey(v string)
- func (o AccessKey) ToMap() (map[string]interface{}, error)
- func (o *AccessKey) UnmarshalJSON(data []byte) (err error)
- func (o *AccessKey) UnsetDescription()
- type AccessKeyCreateRequest
- func (o *AccessKeyCreateRequest) GetAccessKeyType() AccessKeyTypeEnum
- func (o *AccessKeyCreateRequest) GetAccessKeyTypeOk() (*AccessKeyTypeEnum, bool)
- func (o *AccessKeyCreateRequest) GetAccountId() string
- func (o *AccessKeyCreateRequest) GetAccountIdOk() (*string, bool)
- func (o *AccessKeyCreateRequest) GetDescription() string
- func (o *AccessKeyCreateRequest) GetDescriptionOk() (*string, bool)
- func (o *AccessKeyCreateRequest) GetDuration() string
- func (o *AccessKeyCreateRequest) GetDurationOk() (*string, bool)
- func (o *AccessKeyCreateRequest) GetParentAccessKeyId() string
- func (o *AccessKeyCreateRequest) GetParentAccessKeyIdOk() (*string, bool)
- func (o *AccessKeyCreateRequest) GetPasscode() string
- func (o *AccessKeyCreateRequest) GetPasscodeOk() (*string, bool)
- func (o *AccessKeyCreateRequest) HasAccountId() bool
- func (o *AccessKeyCreateRequest) HasDescription() bool
- func (o *AccessKeyCreateRequest) HasDuration() bool
- func (o *AccessKeyCreateRequest) HasParentAccessKeyId() bool
- func (o *AccessKeyCreateRequest) HasPasscode() bool
- func (o AccessKeyCreateRequest) MarshalJSON() ([]byte, error)
- func (o *AccessKeyCreateRequest) SetAccessKeyType(v AccessKeyTypeEnum)
- func (o *AccessKeyCreateRequest) SetAccountId(v string)
- func (o *AccessKeyCreateRequest) SetDescription(v string)
- func (o *AccessKeyCreateRequest) SetDescriptionNil()
- func (o *AccessKeyCreateRequest) SetDuration(v string)
- func (o *AccessKeyCreateRequest) SetDurationNil()
- func (o *AccessKeyCreateRequest) SetParentAccessKeyId(v string)
- func (o *AccessKeyCreateRequest) SetParentAccessKeyIdNil()
- func (o *AccessKeyCreateRequest) SetPasscode(v string)
- func (o *AccessKeyCreateRequest) SetPasscodeNil()
- func (o AccessKeyCreateRequest) ToMap() (map[string]interface{}, error)
- func (o *AccessKeyCreateRequest) UnmarshalJSON(data []byte) (err error)
- func (o *AccessKeyCreateRequest) UnsetDescription()
- func (o *AccessKeyCreateRequest) UnsetDuration()
- func (o *AccessKeyCreateRequest) UnsetParentAccessKeyId()
- func (o *AccessKeyCreateRequest) UnsetPasscode()
- type AccessKeyOtpRequest
- func (o *AccessKeyOtpRequest) GetLocale() LocaleEnum
- func (o *AccessKeyOtpRequest) GetLocaleOk() (*LocaleEnum, bool)
- func (o *AccessKeyOtpRequest) GetMethod() OtpMethodEnum
- func (o *AccessKeyOtpRequest) GetMethodOk() (*OtpMethodEnum, bool)
- func (o *AccessKeyOtpRequest) HasLocale() bool
- func (o *AccessKeyOtpRequest) HasMethod() bool
- func (o AccessKeyOtpRequest) MarshalJSON() ([]byte, error)
- func (o *AccessKeyOtpRequest) SetLocale(v LocaleEnum)
- func (o *AccessKeyOtpRequest) SetMethod(v OtpMethodEnum)
- func (o AccessKeyOtpRequest) ToMap() (map[string]interface{}, error)
- type AccessKeyResponse
- func (o *AccessKeyResponse) GetAccessKey() AccessKey
- func (o *AccessKeyResponse) GetAccessKeyOk() (*AccessKey, bool)
- func (o AccessKeyResponse) MarshalJSON() ([]byte, error)
- func (o *AccessKeyResponse) SetAccessKey(v AccessKey)
- func (o AccessKeyResponse) ToMap() (map[string]interface{}, error)
- func (o *AccessKeyResponse) UnmarshalJSON(data []byte) (err error)
- type AccessKeyTypeEnum
- type AccountContract
- func (o *AccountContract) GetAccountId() string
- func (o *AccountContract) GetAccountIdOk() (*string, bool)
- func (o *AccountContract) GetBillingCorporationCode() string
- func (o *AccountContract) GetBillingCorporationCodeOk() (*string, bool)
- func (o *AccountContract) GetBillingCorporationName() string
- func (o *AccountContract) GetBillingCorporationNameOk() (*string, bool)
- func (o *AccountContract) GetBoCode() string
- func (o *AccountContract) GetBoCodeOk() (*string, bool)
- func (o *AccountContract) GetCreatedAt() time.Time
- func (o *AccountContract) GetCreatedAtOk() (*time.Time, bool)
- func (o *AccountContract) GetCreatedBy() string
- func (o *AccountContract) GetCreatedByOk() (*string, bool)
- func (o *AccountContract) GetCreatorEmail() string
- func (o *AccountContract) GetCreatorEmailOk() (*string, bool)
- func (o *AccountContract) GetCreatorName() string
- func (o *AccountContract) GetCreatorNameOk() (*string, bool)
- func (o *AccountContract) GetCurrencyCode() CurrencyCodeEnum
- func (o *AccountContract) GetCurrencyCodeOk() (*CurrencyCodeEnum, bool)
- func (o *AccountContract) GetCustomerCode() string
- func (o *AccountContract) GetCustomerCodeOk() (*string, bool)
- func (o *AccountContract) GetId() string
- func (o *AccountContract) GetIdOk() (*string, bool)
- func (o *AccountContract) GetModifiedAt() time.Time
- func (o *AccountContract) GetModifiedAtOk() (*time.Time, bool)
- func (o *AccountContract) GetModifiedBy() string
- func (o *AccountContract) GetModifiedByOk() (*string, bool)
- func (o *AccountContract) GetModifierEmail() string
- func (o *AccountContract) GetModifierEmailOk() (*string, bool)
- func (o *AccountContract) GetModifierName() string
- func (o *AccountContract) GetModifierNameOk() (*string, bool)
- func (o *AccountContract) GetPaymentAccountId() string
- func (o *AccountContract) GetPaymentAccountIdOk() (*string, bool)
- func (o *AccountContract) GetProjectCode() string
- func (o *AccountContract) GetProjectCodeOk() (*string, bool)
- func (o *AccountContract) GetWbses() []AccountContractWbs
- func (o *AccountContract) GetWbsesOk() ([]AccountContractWbs, bool)
- func (o *AccountContract) HasBoCode() bool
- func (o *AccountContract) HasProjectCode() bool
- func (o AccountContract) MarshalJSON() ([]byte, error)
- func (o *AccountContract) SetAccountId(v string)
- func (o *AccountContract) SetBillingCorporationCode(v string)
- func (o *AccountContract) SetBillingCorporationName(v string)
- func (o *AccountContract) SetBoCode(v string)
- func (o *AccountContract) SetBoCodeNil()
- func (o *AccountContract) SetCreatedAt(v time.Time)
- func (o *AccountContract) SetCreatedBy(v string)
- func (o *AccountContract) SetCreatorEmail(v string)
- func (o *AccountContract) SetCreatorName(v string)
- func (o *AccountContract) SetCurrencyCode(v CurrencyCodeEnum)
- func (o *AccountContract) SetCustomerCode(v string)
- func (o *AccountContract) SetId(v string)
- func (o *AccountContract) SetModifiedAt(v time.Time)
- func (o *AccountContract) SetModifiedBy(v string)
- func (o *AccountContract) SetModifierEmail(v string)
- func (o *AccountContract) SetModifierName(v string)
- func (o *AccountContract) SetPaymentAccountId(v string)
- func (o *AccountContract) SetProjectCode(v string)
- func (o *AccountContract) SetProjectCodeNil()
- func (o *AccountContract) SetWbses(v []AccountContractWbs)
- func (o AccountContract) ToMap() (map[string]interface{}, error)
- func (o *AccountContract) UnmarshalJSON(data []byte) (err error)
- func (o *AccountContract) UnsetBoCode()
- func (o *AccountContract) UnsetProjectCode()
- type AccountContractWbs
- func (o *AccountContractWbs) GetAccountContractId() string
- func (o *AccountContractWbs) GetAccountContractIdOk() (*string, bool)
- func (o *AccountContractWbs) GetCreatedAt() time.Time
- func (o *AccountContractWbs) GetCreatedAtOk() (*time.Time, bool)
- func (o *AccountContractWbs) GetCreatedBy() string
- func (o *AccountContractWbs) GetCreatedByOk() (*string, bool)
- func (o *AccountContractWbs) GetCreatorEmail() string
- func (o *AccountContractWbs) GetCreatorEmailOk() (*string, bool)
- func (o *AccountContractWbs) GetCreatorName() string
- func (o *AccountContractWbs) GetCreatorNameOk() (*string, bool)
- func (o *AccountContractWbs) GetWbsCode() string
- func (o *AccountContractWbs) GetWbsCodeOk() (*string, bool)
- func (o AccountContractWbs) MarshalJSON() ([]byte, error)
- func (o *AccountContractWbs) SetAccountContractId(v string)
- func (o *AccountContractWbs) SetCreatedAt(v time.Time)
- func (o *AccountContractWbs) SetCreatedBy(v string)
- func (o *AccountContractWbs) SetCreatorEmail(v string)
- func (o *AccountContractWbs) SetCreatorName(v string)
- func (o *AccountContractWbs) SetWbsCode(v string)
- func (o AccountContractWbs) ToMap() (map[string]interface{}, error)
- func (o *AccountContractWbs) UnmarshalJSON(data []byte) (err error)
- type AccountRequestScopeEnum
- type BasicAuth
- type CompanyResponse
- func (o *CompanyResponse) GetBusinessPartnerId() string
- func (o *CompanyResponse) GetBusinessPartnerIdOk() (*string, bool)
- func (o *CompanyResponse) GetBusinessType() string
- func (o *CompanyResponse) GetBusinessTypeOk() (*string, bool)
- func (o *CompanyResponse) GetCityName() string
- func (o *CompanyResponse) GetCityNameOk() (*string, bool)
- func (o *CompanyResponse) GetCountryCode() string
- func (o *CompanyResponse) GetCountryCodeOk() (*string, bool)
- func (o *CompanyResponse) GetCountryName() string
- func (o *CompanyResponse) GetCountryNameOk() (*string, bool)
- func (o *CompanyResponse) GetCountryTelNo() string
- func (o *CompanyResponse) GetCountryTelNoOk() (*string, bool)
- func (o *CompanyResponse) GetEnName() string
- func (o *CompanyResponse) GetEnNameOk() (*string, bool)
- func (o *CompanyResponse) GetFaxNo() string
- func (o *CompanyResponse) GetFaxNoOk() (*string, bool)
- func (o *CompanyResponse) GetId() string
- func (o *CompanyResponse) GetIdOk() (*string, bool)
- func (o *CompanyResponse) GetName() string
- func (o *CompanyResponse) GetNameOk() (*string, bool)
- func (o *CompanyResponse) GetRegistrationNumber() string
- func (o *CompanyResponse) GetRegistrationNumberOk() (*string, bool)
- func (o *CompanyResponse) GetRepresentativeName() string
- func (o *CompanyResponse) GetRepresentativeNameOk() (*string, bool)
- func (o *CompanyResponse) GetStreetName() string
- func (o *CompanyResponse) GetStreetNameOk() (*string, bool)
- func (o *CompanyResponse) GetTelNo() string
- func (o *CompanyResponse) GetTelNoOk() (*string, bool)
- func (o *CompanyResponse) GetZipCode() string
- func (o *CompanyResponse) GetZipCodeOk() (*string, bool)
- func (o CompanyResponse) MarshalJSON() ([]byte, error)
- func (o *CompanyResponse) SetBusinessPartnerId(v string)
- func (o *CompanyResponse) SetBusinessType(v string)
- func (o *CompanyResponse) SetCityName(v string)
- func (o *CompanyResponse) SetCountryCode(v string)
- func (o *CompanyResponse) SetCountryName(v string)
- func (o *CompanyResponse) SetCountryTelNo(v string)
- func (o *CompanyResponse) SetEnName(v string)
- func (o *CompanyResponse) SetFaxNo(v string)
- func (o *CompanyResponse) SetId(v string)
- func (o *CompanyResponse) SetName(v string)
- func (o *CompanyResponse) SetRegistrationNumber(v string)
- func (o *CompanyResponse) SetRepresentativeName(v string)
- func (o *CompanyResponse) SetStreetName(v string)
- func (o *CompanyResponse) SetTelNo(v string)
- func (o *CompanyResponse) SetZipCode(v string)
- func (o CompanyResponse) ToMap() (map[string]interface{}, error)
- func (o *CompanyResponse) UnmarshalJSON(data []byte) (err error)
- type Configuration
- type CurrencyCodeEnum
- type EndpointsResponse
- func (o *EndpointsResponse) GetRegion() string
- func (o *EndpointsResponse) GetRegionOk() (*string, bool)
- func (o *EndpointsResponse) GetServiceName() string
- func (o *EndpointsResponse) GetServiceNameOk() (*string, bool)
- func (o *EndpointsResponse) GetServiceType() string
- func (o *EndpointsResponse) GetServiceTypeOk() (*string, bool)
- func (o *EndpointsResponse) GetUrl() string
- func (o *EndpointsResponse) GetUrlOk() (*string, bool)
- func (o EndpointsResponse) MarshalJSON() ([]byte, error)
- func (o *EndpointsResponse) SetRegion(v string)
- func (o *EndpointsResponse) SetServiceName(v string)
- func (o *EndpointsResponse) SetServiceType(v string)
- func (o *EndpointsResponse) SetUrl(v string)
- func (o EndpointsResponse) ToMap() (map[string]interface{}, error)
- func (o *EndpointsResponse) UnmarshalJSON(data []byte) (err error)
- type GenericOpenAPIError
- type Group
- func (o *Group) GetCreatedAt() time.Time
- func (o *Group) GetCreatedAtOk() (*time.Time, bool)
- func (o *Group) GetCreatedBy() string
- func (o *Group) GetCreatedByOk() (*string, bool)
- func (o *Group) GetCreatorEmail() string
- func (o *Group) GetCreatorEmailOk() (*string, bool)
- func (o *Group) GetCreatorName() string
- func (o *Group) GetCreatorNameOk() (*string, bool)
- func (o *Group) GetDescription() string
- func (o *Group) GetDescriptionOk() (*string, bool)
- func (o *Group) GetId() string
- func (o *Group) GetIdOk() (*string, bool)
- func (o *Group) GetModifiedAt() time.Time
- func (o *Group) GetModifiedAtOk() (*time.Time, bool)
- func (o *Group) GetModifiedBy() string
- func (o *Group) GetModifiedByOk() (*string, bool)
- func (o *Group) GetModifierEmail() string
- func (o *Group) GetModifierEmailOk() (*string, bool)
- func (o *Group) GetModifierName() string
- func (o *Group) GetModifierNameOk() (*string, bool)
- func (o *Group) GetName() string
- func (o *Group) GetNameOk() (*string, bool)
- func (o *Group) GetPolicies() []Policy
- func (o *Group) GetPoliciesOk() ([]Policy, bool)
- func (o *Group) GetRoles() []Role
- func (o *Group) GetRolesOk() ([]Role, bool)
- func (o *Group) GetSrn() string
- func (o *Group) GetSrnOk() (*string, bool)
- func (o *Group) GetTags() []map[string]interface{}
- func (o *Group) GetTagsOk() ([]map[string]interface{}, bool)
- func (o *Group) GetType() string
- func (o *Group) GetTypeOk() (*string, bool)
- func (o *Group) HasSrn() bool
- func (o *Group) HasTags() bool
- func (o Group) MarshalJSON() ([]byte, error)
- func (o *Group) SetCreatedAt(v time.Time)
- func (o *Group) SetCreatedBy(v string)
- func (o *Group) SetCreatorEmail(v string)
- func (o *Group) SetCreatorName(v string)
- func (o *Group) SetDescription(v string)
- func (o *Group) SetId(v string)
- func (o *Group) SetModifiedAt(v time.Time)
- func (o *Group) SetModifiedBy(v string)
- func (o *Group) SetModifierEmail(v string)
- func (o *Group) SetModifierName(v string)
- func (o *Group) SetName(v string)
- func (o *Group) SetPolicies(v []Policy)
- func (o *Group) SetRoles(v []Role)
- func (o *Group) SetSrn(v string)
- func (o *Group) SetSrnNil()
- func (o *Group) SetTags(v []map[string]interface{})
- func (o *Group) SetType(v string)
- func (o Group) ToMap() (map[string]interface{}, error)
- func (o *Group) UnmarshalJSON(data []byte) (err error)
- func (o *Group) UnsetSrn()
- type GroupCreateRequest
- func (o *GroupCreateRequest) GetDescription() string
- func (o *GroupCreateRequest) GetDescriptionOk() (*string, bool)
- func (o *GroupCreateRequest) GetName() string
- func (o *GroupCreateRequest) GetNameOk() (*string, bool)
- func (o *GroupCreateRequest) GetTags() []map[string]string
- func (o *GroupCreateRequest) GetTagsOk() ([]map[string]string, bool)
- func (o *GroupCreateRequest) HasTags() bool
- func (o GroupCreateRequest) MarshalJSON() ([]byte, error)
- func (o *GroupCreateRequest) SetDescription(v string)
- func (o *GroupCreateRequest) SetName(v string)
- func (o *GroupCreateRequest) SetTags(v []map[string]string)
- func (o GroupCreateRequest) ToMap() (map[string]interface{}, error)
- func (o *GroupCreateRequest) UnmarshalJSON(data []byte) (err error)
- type GroupMember
- func (o *GroupMember) GetCreatedAt() time.Time
- func (o *GroupMember) GetCreatedAtOk() (*time.Time, bool)
- func (o *GroupMember) GetCreatedBy() string
- func (o *GroupMember) GetCreatedByOk() (*string, bool)
- func (o *GroupMember) GetCreatorCreatedAt() time.Time
- func (o *GroupMember) GetCreatorCreatedAtOk() (*time.Time, bool)
- func (o *GroupMember) GetCreatorEmail() string
- func (o *GroupMember) GetCreatorEmailOk() (*string, bool)
- func (o *GroupMember) GetCreatorLastLoginAt() time.Time
- func (o *GroupMember) GetCreatorLastLoginAtOk() (*time.Time, bool)
- func (o *GroupMember) GetCreatorName() string
- func (o *GroupMember) GetCreatorNameOk() (*string, bool)
- func (o *GroupMember) GetGroupNames() []string
- func (o *GroupMember) GetGroupNamesOk() ([]string, bool)
- func (o *GroupMember) GetUserCreatedAt() time.Time
- func (o *GroupMember) GetUserCreatedAtOk() (*time.Time, bool)
- func (o *GroupMember) GetUserEmail() string
- func (o *GroupMember) GetUserEmailOk() (*string, bool)
- func (o *GroupMember) GetUserId() string
- func (o *GroupMember) GetUserIdOk() (*string, bool)
- func (o *GroupMember) GetUserLastLoginAt() time.Time
- func (o *GroupMember) GetUserLastLoginAtOk() (*time.Time, bool)
- func (o *GroupMember) GetUserName() string
- func (o *GroupMember) GetUserNameOk() (*string, bool)
- func (o *GroupMember) HasCreatorCreatedAt() bool
- func (o *GroupMember) HasCreatorLastLoginAt() bool
- func (o *GroupMember) HasGroupNames() bool
- func (o *GroupMember) HasUserCreatedAt() bool
- func (o *GroupMember) HasUserLastLoginAt() bool
- func (o GroupMember) MarshalJSON() ([]byte, error)
- func (o *GroupMember) SetCreatedAt(v time.Time)
- func (o *GroupMember) SetCreatedBy(v string)
- func (o *GroupMember) SetCreatorCreatedAt(v time.Time)
- func (o *GroupMember) SetCreatorEmail(v string)
- func (o *GroupMember) SetCreatorLastLoginAt(v time.Time)
- func (o *GroupMember) SetCreatorLastLoginAtNil()
- func (o *GroupMember) SetCreatorName(v string)
- func (o *GroupMember) SetGroupNames(v []string)
- func (o *GroupMember) SetUserCreatedAt(v time.Time)
- func (o *GroupMember) SetUserEmail(v string)
- func (o *GroupMember) SetUserId(v string)
- func (o *GroupMember) SetUserLastLoginAt(v time.Time)
- func (o *GroupMember) SetUserLastLoginAtNil()
- func (o *GroupMember) SetUserName(v string)
- func (o GroupMember) ToMap() (map[string]interface{}, error)
- func (o *GroupMember) UnmarshalJSON(data []byte) (err error)
- func (o *GroupMember) UnsetCreatorLastLoginAt()
- func (o *GroupMember) UnsetUserLastLoginAt()
- type GroupMemberCreateRequest
- func (o *GroupMemberCreateRequest) GetUserId() string
- func (o *GroupMemberCreateRequest) GetUserIdOk() (*string, bool)
- func (o GroupMemberCreateRequest) MarshalJSON() ([]byte, error)
- func (o *GroupMemberCreateRequest) SetUserId(v string)
- func (o GroupMemberCreateRequest) ToMap() (map[string]interface{}, error)
- func (o *GroupMemberCreateRequest) UnmarshalJSON(data []byte) (err error)
- type GroupMemberDeleteRequest
- func (o *GroupMemberDeleteRequest) GetIgnoreValidateProjectUser() bool
- func (o *GroupMemberDeleteRequest) GetIgnoreValidateProjectUserOk() (*bool, bool)
- func (o *GroupMemberDeleteRequest) HasIgnoreValidateProjectUser() bool
- func (o GroupMemberDeleteRequest) MarshalJSON() ([]byte, error)
- func (o *GroupMemberDeleteRequest) SetIgnoreValidateProjectUser(v bool)
- func (o GroupMemberDeleteRequest) ToMap() (map[string]interface{}, error)
- type GroupMemberPageResponse
- func (o *GroupMemberPageResponse) GetCount() int32
- func (o *GroupMemberPageResponse) GetCountOk() (*int32, bool)
- func (o *GroupMemberPageResponse) GetGroupMembers() []GroupMember
- func (o *GroupMemberPageResponse) GetGroupMembersOk() ([]GroupMember, bool)
- func (o *GroupMemberPageResponse) GetPage() int32
- func (o *GroupMemberPageResponse) GetPageOk() (*int32, bool)
- func (o *GroupMemberPageResponse) GetSize() int32
- func (o *GroupMemberPageResponse) GetSizeOk() (*int32, bool)
- func (o *GroupMemberPageResponse) GetSort() []string
- func (o *GroupMemberPageResponse) GetSortOk() ([]string, bool)
- func (o *GroupMemberPageResponse) HasSort() bool
- func (o GroupMemberPageResponse) MarshalJSON() ([]byte, error)
- func (o *GroupMemberPageResponse) SetCount(v int32)
- func (o *GroupMemberPageResponse) SetGroupMembers(v []GroupMember)
- func (o *GroupMemberPageResponse) SetPage(v int32)
- func (o *GroupMemberPageResponse) SetSize(v int32)
- func (o *GroupMemberPageResponse) SetSort(v []string)
- func (o GroupMemberPageResponse) ToMap() (map[string]interface{}, error)
- func (o *GroupMemberPageResponse) UnmarshalJSON(data []byte) (err error)
- type GroupMemberShowResponse
- func (o *GroupMemberShowResponse) GetGroupMember() GroupMember
- func (o *GroupMemberShowResponse) GetGroupMemberOk() (*GroupMember, bool)
- func (o GroupMemberShowResponse) MarshalJSON() ([]byte, error)
- func (o *GroupMemberShowResponse) SetGroupMember(v GroupMember)
- func (o GroupMemberShowResponse) ToMap() (map[string]interface{}, error)
- func (o *GroupMemberShowResponse) UnmarshalJSON(data []byte) (err error)
- type GroupPageResponse
- func (o *GroupPageResponse) GetCount() int32
- func (o *GroupPageResponse) GetCountOk() (*int32, bool)
- func (o *GroupPageResponse) GetGroups() []Group
- func (o *GroupPageResponse) GetGroupsOk() ([]Group, bool)
- func (o *GroupPageResponse) GetPage() int32
- func (o *GroupPageResponse) GetPageOk() (*int32, bool)
- func (o *GroupPageResponse) GetSize() int32
- func (o *GroupPageResponse) GetSizeOk() (*int32, bool)
- func (o *GroupPageResponse) GetSort() []string
- func (o *GroupPageResponse) GetSortOk() ([]string, bool)
- func (o *GroupPageResponse) HasSort() bool
- func (o GroupPageResponse) MarshalJSON() ([]byte, error)
- func (o *GroupPageResponse) SetCount(v int32)
- func (o *GroupPageResponse) SetGroups(v []Group)
- func (o *GroupPageResponse) SetPage(v int32)
- func (o *GroupPageResponse) SetSize(v int32)
- func (o *GroupPageResponse) SetSort(v []string)
- func (o GroupPageResponse) ToMap() (map[string]interface{}, error)
- func (o *GroupPageResponse) UnmarshalJSON(data []byte) (err error)
- type GroupPolicyBindingRequest
- func (o *GroupPolicyBindingRequest) GetPolicyIds() []string
- func (o *GroupPolicyBindingRequest) GetPolicyIdsOk() ([]string, bool)
- func (o GroupPolicyBindingRequest) MarshalJSON() ([]byte, error)
- func (o *GroupPolicyBindingRequest) SetPolicyIds(v []string)
- func (o GroupPolicyBindingRequest) ToMap() (map[string]interface{}, error)
- func (o *GroupPolicyBindingRequest) UnmarshalJSON(data []byte) (err error)
- type GroupPolicyPageResponse
- func (o *GroupPolicyPageResponse) GetCount() int32
- func (o *GroupPolicyPageResponse) GetCountOk() (*int32, bool)
- func (o *GroupPolicyPageResponse) GetPage() int32
- func (o *GroupPolicyPageResponse) GetPageOk() (*int32, bool)
- func (o *GroupPolicyPageResponse) GetPolicies() []Policy
- func (o *GroupPolicyPageResponse) GetPoliciesOk() ([]Policy, bool)
- func (o *GroupPolicyPageResponse) GetSize() int32
- func (o *GroupPolicyPageResponse) GetSizeOk() (*int32, bool)
- func (o *GroupPolicyPageResponse) GetSort() []string
- func (o *GroupPolicyPageResponse) GetSortOk() ([]string, bool)
- func (o *GroupPolicyPageResponse) HasSort() bool
- func (o GroupPolicyPageResponse) MarshalJSON() ([]byte, error)
- func (o *GroupPolicyPageResponse) SetCount(v int32)
- func (o *GroupPolicyPageResponse) SetPage(v int32)
- func (o *GroupPolicyPageResponse) SetPolicies(v []Policy)
- func (o *GroupPolicyPageResponse) SetSize(v int32)
- func (o *GroupPolicyPageResponse) SetSort(v []string)
- func (o GroupPolicyPageResponse) ToMap() (map[string]interface{}, error)
- func (o *GroupPolicyPageResponse) UnmarshalJSON(data []byte) (err error)
- type GroupPolicyResponse
- func (o *GroupPolicyResponse) GetPolicies() []Policy
- func (o *GroupPolicyResponse) GetPoliciesOk() ([]Policy, bool)
- func (o GroupPolicyResponse) MarshalJSON() ([]byte, error)
- func (o *GroupPolicyResponse) SetPolicies(v []Policy)
- func (o GroupPolicyResponse) ToMap() (map[string]interface{}, error)
- func (o *GroupPolicyResponse) UnmarshalJSON(data []byte) (err error)
- type GroupSetRequest
- func (o *GroupSetRequest) GetDescription() string
- func (o *GroupSetRequest) GetDescriptionOk() (*string, bool)
- func (o *GroupSetRequest) GetName() string
- func (o *GroupSetRequest) GetNameOk() (*string, bool)
- func (o GroupSetRequest) MarshalJSON() ([]byte, error)
- func (o *GroupSetRequest) SetDescription(v string)
- func (o *GroupSetRequest) SetName(v string)
- func (o GroupSetRequest) ToMap() (map[string]interface{}, error)
- func (o *GroupSetRequest) UnmarshalJSON(data []byte) (err error)
- type GroupShowResponse
- func (o *GroupShowResponse) GetGroup() Group
- func (o *GroupShowResponse) GetGroupOk() (*Group, bool)
- func (o GroupShowResponse) MarshalJSON() ([]byte, error)
- func (o *GroupShowResponse) SetGroup(v Group)
- func (o GroupShowResponse) ToMap() (map[string]interface{}, error)
- func (o *GroupShowResponse) UnmarshalJSON(data []byte) (err error)
- type IamV1AccessKeysApiAPIAccessKeyCreateRequest
- type IamV1AccessKeysApiAPIAccessKeyDeleteRequest
- type IamV1AccessKeysApiAPIAccessKeyListRequest
- func (r IamV1AccessKeysApiAPIAccessKeyListRequest) AccessKeyType(accessKeyType string) IamV1AccessKeysApiAPIAccessKeyListRequest
- func (r IamV1AccessKeysApiAPIAccessKeyListRequest) AccountId(accountId string) IamV1AccessKeysApiAPIAccessKeyListRequest
- func (r IamV1AccessKeysApiAPIAccessKeyListRequest) Execute() (*ListAccessKeyResponse, *http.Response, error)
- func (r IamV1AccessKeysApiAPIAccessKeyListRequest) Limit(limit int32) IamV1AccessKeysApiAPIAccessKeyListRequest
- func (r IamV1AccessKeysApiAPIAccessKeyListRequest) Marker(marker string) IamV1AccessKeysApiAPIAccessKeyListRequest
- func (r IamV1AccessKeysApiAPIAccessKeyListRequest) ParentAccessKeyId(parentAccessKeyId string) IamV1AccessKeysApiAPIAccessKeyListRequest
- func (r IamV1AccessKeysApiAPIAccessKeyListRequest) Sort(sort string) IamV1AccessKeysApiAPIAccessKeyListRequest
- func (r IamV1AccessKeysApiAPIAccessKeyListRequest) WithCount(withCount string) IamV1AccessKeysApiAPIAccessKeyListRequest
- type IamV1AccessKeysApiAPIAccessKeyRefreshRequest
- type IamV1AccessKeysApiAPIAccessKeySendTemporaryOtpRequest
- type IamV1AccessKeysApiAPIAccessKeyShowRequest
- type IamV1AccessKeysApiAPIService
- func (a *IamV1AccessKeysApiAPIService) AccessKeyCreate(ctx context.Context) IamV1AccessKeysApiAPIAccessKeyCreateRequest
- func (a *IamV1AccessKeysApiAPIService) AccessKeyCreateExecute(r IamV1AccessKeysApiAPIAccessKeyCreateRequest) (*AccessKeyResponse, *http.Response, error)
- func (a *IamV1AccessKeysApiAPIService) AccessKeyDelete(ctx context.Context, accessKeyId string) IamV1AccessKeysApiAPIAccessKeyDeleteRequest
- func (a *IamV1AccessKeysApiAPIService) AccessKeyDeleteExecute(r IamV1AccessKeysApiAPIAccessKeyDeleteRequest) (*http.Response, error)
- func (a *IamV1AccessKeysApiAPIService) AccessKeyList(ctx context.Context) IamV1AccessKeysApiAPIAccessKeyListRequest
- func (a *IamV1AccessKeysApiAPIService) AccessKeyListExecute(r IamV1AccessKeysApiAPIAccessKeyListRequest) (*ListAccessKeyResponse, *http.Response, error)
- func (a *IamV1AccessKeysApiAPIService) AccessKeyRefresh(ctx context.Context) IamV1AccessKeysApiAPIAccessKeyRefreshRequest
- func (a *IamV1AccessKeysApiAPIService) AccessKeyRefreshExecute(r IamV1AccessKeysApiAPIAccessKeyRefreshRequest) (*AccessKeyResponse, *http.Response, error)
- func (a *IamV1AccessKeysApiAPIService) AccessKeySendTemporaryOtp(ctx context.Context) IamV1AccessKeysApiAPIAccessKeySendTemporaryOtpRequest
- func (a *IamV1AccessKeysApiAPIService) AccessKeySendTemporaryOtpExecute(r IamV1AccessKeysApiAPIAccessKeySendTemporaryOtpRequest) (*http.Response, error)
- func (a *IamV1AccessKeysApiAPIService) AccessKeyShow(ctx context.Context, accessKeyId string) IamV1AccessKeysApiAPIAccessKeyShowRequest
- func (a *IamV1AccessKeysApiAPIService) AccessKeyShowExecute(r IamV1AccessKeysApiAPIAccessKeyShowRequest) (*AccessKeyResponse, *http.Response, error)
- type IamV1CompaniesApiAPIListCompaniesRequest
- func (r IamV1CompaniesApiAPIListCompaniesRequest) Execute() (*ListCompanyResponse, *http.Response, error)
- func (r IamV1CompaniesApiAPIListCompaniesRequest) Id(id string) IamV1CompaniesApiAPIListCompaniesRequest
- func (r IamV1CompaniesApiAPIListCompaniesRequest) Ids(ids string) IamV1CompaniesApiAPIListCompaniesRequest
- func (r IamV1CompaniesApiAPIListCompaniesRequest) Limit(limit int32) IamV1CompaniesApiAPIListCompaniesRequest
- func (r IamV1CompaniesApiAPIListCompaniesRequest) Marker(marker string) IamV1CompaniesApiAPIListCompaniesRequest
- func (r IamV1CompaniesApiAPIListCompaniesRequest) Name(name string) IamV1CompaniesApiAPIListCompaniesRequest
- func (r IamV1CompaniesApiAPIListCompaniesRequest) RegistrationNumber(registrationNumber string) IamV1CompaniesApiAPIListCompaniesRequest
- func (r IamV1CompaniesApiAPIListCompaniesRequest) Sort(sort string) IamV1CompaniesApiAPIListCompaniesRequest
- func (r IamV1CompaniesApiAPIListCompaniesRequest) WithCount(withCount string) IamV1CompaniesApiAPIListCompaniesRequest
- type IamV1CompaniesApiAPIService
- type IamV1EndpointsApiAPIListEndpointsRequest
- type IamV1EndpointsApiAPIService
- type IamV1GroupsApiAPIAddGroupMemberRequest
- type IamV1GroupsApiAPIAddGroupPolicyBindingRequest
- type IamV1GroupsApiAPICreateGroupRequest
- type IamV1GroupsApiAPIDeleteGroupRequest
- type IamV1GroupsApiAPIListGroupMemberRequest
- func (r IamV1GroupsApiAPIListGroupMemberRequest) CreatorEmail(creatorEmail string) IamV1GroupsApiAPIListGroupMemberRequest
- func (r IamV1GroupsApiAPIListGroupMemberRequest) CreatorName(creatorName string) IamV1GroupsApiAPIListGroupMemberRequest
- func (r IamV1GroupsApiAPIListGroupMemberRequest) Execute() (*GroupMemberPageResponse, *http.Response, error)
- func (r IamV1GroupsApiAPIListGroupMemberRequest) Page(page int32) IamV1GroupsApiAPIListGroupMemberRequest
- func (r IamV1GroupsApiAPIListGroupMemberRequest) Size(size int32) IamV1GroupsApiAPIListGroupMemberRequest
- func (r IamV1GroupsApiAPIListGroupMemberRequest) Sort(sort string) IamV1GroupsApiAPIListGroupMemberRequest
- func (r IamV1GroupsApiAPIListGroupMemberRequest) UserEmail(userEmail string) IamV1GroupsApiAPIListGroupMemberRequest
- func (r IamV1GroupsApiAPIListGroupMemberRequest) UserName(userName string) IamV1GroupsApiAPIListGroupMemberRequest
- type IamV1GroupsApiAPIListGroupPolicyBindingRequest
- func (r IamV1GroupsApiAPIListGroupPolicyBindingRequest) Execute() (*GroupPolicyPageResponse, *http.Response, error)
- func (r IamV1GroupsApiAPIListGroupPolicyBindingRequest) Page(page int32) IamV1GroupsApiAPIListGroupPolicyBindingRequest
- func (r IamV1GroupsApiAPIListGroupPolicyBindingRequest) PolicyId(policyId string) IamV1GroupsApiAPIListGroupPolicyBindingRequest
- func (r IamV1GroupsApiAPIListGroupPolicyBindingRequest) PolicyName(policyName string) IamV1GroupsApiAPIListGroupPolicyBindingRequest
- func (r IamV1GroupsApiAPIListGroupPolicyBindingRequest) PolicyType(policyType PolicyType) IamV1GroupsApiAPIListGroupPolicyBindingRequest
- func (r IamV1GroupsApiAPIListGroupPolicyBindingRequest) Size(size int32) IamV1GroupsApiAPIListGroupPolicyBindingRequest
- func (r IamV1GroupsApiAPIListGroupPolicyBindingRequest) Sort(sort string) IamV1GroupsApiAPIListGroupPolicyBindingRequest
- type IamV1GroupsApiAPIListGroupRequest
- func (r IamV1GroupsApiAPIListGroupRequest) CreatorEmail(creatorEmail string) IamV1GroupsApiAPIListGroupRequest
- func (r IamV1GroupsApiAPIListGroupRequest) CreatorName(creatorName string) IamV1GroupsApiAPIListGroupRequest
- func (r IamV1GroupsApiAPIListGroupRequest) ExcludePolicyId(excludePolicyId string) IamV1GroupsApiAPIListGroupRequest
- func (r IamV1GroupsApiAPIListGroupRequest) ExcludeUserId(excludeUserId string) IamV1GroupsApiAPIListGroupRequest
- func (r IamV1GroupsApiAPIListGroupRequest) Execute() (*GroupPageResponse, *http.Response, error)
- func (r IamV1GroupsApiAPIListGroupRequest) HasMember(hasMember string) IamV1GroupsApiAPIListGroupRequest
- func (r IamV1GroupsApiAPIListGroupRequest) HasRole(hasRole string) IamV1GroupsApiAPIListGroupRequest
- func (r IamV1GroupsApiAPIListGroupRequest) Ids(ids string) IamV1GroupsApiAPIListGroupRequest
- func (r IamV1GroupsApiAPIListGroupRequest) IsCompleted(isCompleted string) IamV1GroupsApiAPIListGroupRequest
- func (r IamV1GroupsApiAPIListGroupRequest) ModifierEmail(modifierEmail string) IamV1GroupsApiAPIListGroupRequest
- func (r IamV1GroupsApiAPIListGroupRequest) ModifierName(modifierName string) IamV1GroupsApiAPIListGroupRequest
- func (r IamV1GroupsApiAPIListGroupRequest) Name(name string) IamV1GroupsApiAPIListGroupRequest
- func (r IamV1GroupsApiAPIListGroupRequest) Page(page int32) IamV1GroupsApiAPIListGroupRequest
- func (r IamV1GroupsApiAPIListGroupRequest) Size(size int32) IamV1GroupsApiAPIListGroupRequest
- func (r IamV1GroupsApiAPIListGroupRequest) Sort(sort string) IamV1GroupsApiAPIListGroupRequest
- func (r IamV1GroupsApiAPIListGroupRequest) Types(types string) IamV1GroupsApiAPIListGroupRequest
- type IamV1GroupsApiAPIRemoveGroupMemberRequest
- type IamV1GroupsApiAPIRemoveGroupPolicyBindingRequest
- type IamV1GroupsApiAPIService
- func (a *IamV1GroupsApiAPIService) AddGroupMember(ctx context.Context, groupId string) IamV1GroupsApiAPIAddGroupMemberRequest
- func (a *IamV1GroupsApiAPIService) AddGroupMemberExecute(r IamV1GroupsApiAPIAddGroupMemberRequest) (*GroupMemberShowResponse, *http.Response, error)
- func (a *IamV1GroupsApiAPIService) AddGroupPolicyBinding(ctx context.Context, groupId string) IamV1GroupsApiAPIAddGroupPolicyBindingRequest
- func (a *IamV1GroupsApiAPIService) AddGroupPolicyBindingExecute(r IamV1GroupsApiAPIAddGroupPolicyBindingRequest) (*GroupPolicyResponse, *http.Response, error)
- func (a *IamV1GroupsApiAPIService) CreateGroup(ctx context.Context) IamV1GroupsApiAPICreateGroupRequest
- func (a *IamV1GroupsApiAPIService) CreateGroupExecute(r IamV1GroupsApiAPICreateGroupRequest) (*GroupShowResponse, *http.Response, error)
- func (a *IamV1GroupsApiAPIService) DeleteGroup(ctx context.Context, groupId string) IamV1GroupsApiAPIDeleteGroupRequest
- func (a *IamV1GroupsApiAPIService) DeleteGroupExecute(r IamV1GroupsApiAPIDeleteGroupRequest) (*http.Response, error)
- func (a *IamV1GroupsApiAPIService) ListGroup(ctx context.Context) IamV1GroupsApiAPIListGroupRequest
- func (a *IamV1GroupsApiAPIService) ListGroupExecute(r IamV1GroupsApiAPIListGroupRequest) (*GroupPageResponse, *http.Response, error)
- func (a *IamV1GroupsApiAPIService) ListGroupMember(ctx context.Context, groupId string) IamV1GroupsApiAPIListGroupMemberRequest
- func (a *IamV1GroupsApiAPIService) ListGroupMemberExecute(r IamV1GroupsApiAPIListGroupMemberRequest) (*GroupMemberPageResponse, *http.Response, error)
- func (a *IamV1GroupsApiAPIService) ListGroupPolicyBinding(ctx context.Context, groupId string) IamV1GroupsApiAPIListGroupPolicyBindingRequest
- func (a *IamV1GroupsApiAPIService) ListGroupPolicyBindingExecute(r IamV1GroupsApiAPIListGroupPolicyBindingRequest) (*GroupPolicyPageResponse, *http.Response, error)
- func (a *IamV1GroupsApiAPIService) RemoveGroupMember(ctx context.Context, groupId string, userId string) IamV1GroupsApiAPIRemoveGroupMemberRequest
- func (a *IamV1GroupsApiAPIService) RemoveGroupMemberExecute(r IamV1GroupsApiAPIRemoveGroupMemberRequest) (*http.Response, error)
- func (a *IamV1GroupsApiAPIService) RemoveGroupPolicyBinding(ctx context.Context, groupId string, policyId string) IamV1GroupsApiAPIRemoveGroupPolicyBindingRequest
- func (a *IamV1GroupsApiAPIService) RemoveGroupPolicyBindingExecute(r IamV1GroupsApiAPIRemoveGroupPolicyBindingRequest) (*http.Response, error)
- func (a *IamV1GroupsApiAPIService) SetGroup(ctx context.Context, groupId string) IamV1GroupsApiAPISetGroupRequest
- func (a *IamV1GroupsApiAPIService) SetGroupExecute(r IamV1GroupsApiAPISetGroupRequest) (*GroupShowResponse, *http.Response, error)
- func (a *IamV1GroupsApiAPIService) ShowGroup(ctx context.Context, groupId string) IamV1GroupsApiAPIShowGroupRequest
- func (a *IamV1GroupsApiAPIService) ShowGroupExecute(r IamV1GroupsApiAPIShowGroupRequest) (*GroupShowResponse, *http.Response, error)
- type IamV1GroupsApiAPISetGroupRequest
- type IamV1GroupsApiAPIShowGroupRequest
- type IamV1PaymentContractsApiAPIPaymentContractListRequest
- func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) AccountManagerId(accountManagerId string) IamV1PaymentContractsApiAPIPaymentContractListRequest
- func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) AccountUserId(accountUserId string) IamV1PaymentContractsApiAPIPaymentContractListRequest
- func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) BusinessCategoryIds(businessCategoryIds string) IamV1PaymentContractsApiAPIPaymentContractListRequest
- func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) CreatorCompanyName(creatorCompanyName string) IamV1PaymentContractsApiAPIPaymentContractListRequest
- func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) CreatorEmail(creatorEmail string) IamV1PaymentContractsApiAPIPaymentContractListRequest
- func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) CreatorName(creatorName string) IamV1PaymentContractsApiAPIPaymentContractListRequest
- func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) EndCreatedAt(endCreatedAt string) IamV1PaymentContractsApiAPIPaymentContractListRequest
- func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) Execute() (*PaymentContractListResponse, *http.Response, error)
- func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) Id(id string) IamV1PaymentContractsApiAPIPaymentContractListRequest
- func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) IncludeAccountOfProject(includeAccountOfProject string) IamV1PaymentContractsApiAPIPaymentContractListRequest
- func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) Limit(limit int32) IamV1PaymentContractsApiAPIPaymentContractListRequest
- func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) Marker(marker string) IamV1PaymentContractsApiAPIPaymentContractListRequest
- func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) ModifierCompanyName(modifierCompanyName string) IamV1PaymentContractsApiAPIPaymentContractListRequest
- func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) ModifierEmail(modifierEmail string) IamV1PaymentContractsApiAPIPaymentContractListRequest
- func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) ModifierName(modifierName string) IamV1PaymentContractsApiAPIPaymentContractListRequest
- func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) Name(name string) IamV1PaymentContractsApiAPIPaymentContractListRequest
- func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) RequestScope(requestScope AccountRequestScopeEnum) IamV1PaymentContractsApiAPIPaymentContractListRequest
- func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) Sort(sort string) IamV1PaymentContractsApiAPIPaymentContractListRequest
- func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) StartCreatedAt(startCreatedAt string) IamV1PaymentContractsApiAPIPaymentContractListRequest
- func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) WithCount(withCount string) IamV1PaymentContractsApiAPIPaymentContractListRequest
- type IamV1PaymentContractsApiAPIPaymentContractShowRequest
- type IamV1PaymentContractsApiAPIService
- func (a *IamV1PaymentContractsApiAPIService) PaymentContractList(ctx context.Context) IamV1PaymentContractsApiAPIPaymentContractListRequest
- func (a *IamV1PaymentContractsApiAPIService) PaymentContractListExecute(r IamV1PaymentContractsApiAPIPaymentContractListRequest) (*PaymentContractListResponse, *http.Response, error)
- func (a *IamV1PaymentContractsApiAPIService) PaymentContractShow(ctx context.Context, paymentContractId string) IamV1PaymentContractsApiAPIPaymentContractShowRequest
- func (a *IamV1PaymentContractsApiAPIService) PaymentContractShowExecute(r IamV1PaymentContractsApiAPIPaymentContractShowRequest) (*PaymentContractShowResponse, *http.Response, error)
- type IamV1UsersApiAPIService
- type IamV1UsersApiAPIShowUserRequest
- type ListAccessKeyResponse
- func (o *ListAccessKeyResponse) GetAccessKeys() []AccessKey
- func (o *ListAccessKeyResponse) GetAccessKeysOk() ([]AccessKey, bool)
- func (o *ListAccessKeyResponse) GetCount() int32
- func (o *ListAccessKeyResponse) GetCountOk() (*int32, bool)
- func (o *ListAccessKeyResponse) GetLinks() []interface{}
- func (o *ListAccessKeyResponse) GetLinksOk() ([]interface{}, bool)
- func (o *ListAccessKeyResponse) HasCount() bool
- func (o *ListAccessKeyResponse) HasLinks() bool
- func (o ListAccessKeyResponse) MarshalJSON() ([]byte, error)
- func (o *ListAccessKeyResponse) SetAccessKeys(v []AccessKey)
- func (o *ListAccessKeyResponse) SetCount(v int32)
- func (o *ListAccessKeyResponse) SetCountNil()
- func (o *ListAccessKeyResponse) SetLinks(v []interface{})
- func (o ListAccessKeyResponse) ToMap() (map[string]interface{}, error)
- func (o *ListAccessKeyResponse) UnmarshalJSON(data []byte) (err error)
- func (o *ListAccessKeyResponse) UnsetCount()
- type ListCompanyResponse
- func (o *ListCompanyResponse) GetCompanies() []CompanyResponse
- func (o *ListCompanyResponse) GetCompaniesOk() ([]CompanyResponse, bool)
- func (o *ListCompanyResponse) GetCount() int32
- func (o *ListCompanyResponse) GetCountOk() (*int32, bool)
- func (o *ListCompanyResponse) GetLinks() []interface{}
- func (o *ListCompanyResponse) GetLinksOk() ([]interface{}, bool)
- func (o *ListCompanyResponse) HasCount() bool
- func (o *ListCompanyResponse) HasLinks() bool
- func (o ListCompanyResponse) MarshalJSON() ([]byte, error)
- func (o *ListCompanyResponse) SetCompanies(v []CompanyResponse)
- func (o *ListCompanyResponse) SetCount(v int32)
- func (o *ListCompanyResponse) SetCountNil()
- func (o *ListCompanyResponse) SetLinks(v []interface{})
- func (o ListCompanyResponse) ToMap() (map[string]interface{}, error)
- func (o *ListCompanyResponse) UnmarshalJSON(data []byte) (err error)
- func (o *ListCompanyResponse) UnsetCount()
- type ListEndpointsResponse
- func (o *ListEndpointsResponse) GetEndpoints() []EndpointsResponse
- func (o *ListEndpointsResponse) GetEndpointsOk() ([]EndpointsResponse, bool)
- func (o ListEndpointsResponse) MarshalJSON() ([]byte, error)
- func (o *ListEndpointsResponse) SetEndpoints(v []EndpointsResponse)
- func (o ListEndpointsResponse) ToMap() (map[string]interface{}, error)
- func (o *ListEndpointsResponse) UnmarshalJSON(data []byte) (err error)
- type LocaleEnum
- type ManagedServiceTypeEnum
- type MappedNullable
- type NullableAccessKey
- type NullableAccessKeyCreateRequest
- func (v NullableAccessKeyCreateRequest) Get() *AccessKeyCreateRequest
- func (v NullableAccessKeyCreateRequest) IsSet() bool
- func (v NullableAccessKeyCreateRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAccessKeyCreateRequest) Set(val *AccessKeyCreateRequest)
- func (v *NullableAccessKeyCreateRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAccessKeyCreateRequest) Unset()
- type NullableAccessKeyOtpRequest
- func (v NullableAccessKeyOtpRequest) Get() *AccessKeyOtpRequest
- func (v NullableAccessKeyOtpRequest) IsSet() bool
- func (v NullableAccessKeyOtpRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAccessKeyOtpRequest) Set(val *AccessKeyOtpRequest)
- func (v *NullableAccessKeyOtpRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAccessKeyOtpRequest) Unset()
- type NullableAccessKeyResponse
- func (v NullableAccessKeyResponse) Get() *AccessKeyResponse
- func (v NullableAccessKeyResponse) IsSet() bool
- func (v NullableAccessKeyResponse) MarshalJSON() ([]byte, error)
- func (v *NullableAccessKeyResponse) Set(val *AccessKeyResponse)
- func (v *NullableAccessKeyResponse) UnmarshalJSON(src []byte) error
- func (v *NullableAccessKeyResponse) Unset()
- type NullableAccessKeyTypeEnum
- func (v NullableAccessKeyTypeEnum) Get() *AccessKeyTypeEnum
- func (v NullableAccessKeyTypeEnum) IsSet() bool
- func (v NullableAccessKeyTypeEnum) MarshalJSON() ([]byte, error)
- func (v *NullableAccessKeyTypeEnum) Set(val *AccessKeyTypeEnum)
- func (v *NullableAccessKeyTypeEnum) UnmarshalJSON(src []byte) error
- func (v *NullableAccessKeyTypeEnum) Unset()
- type NullableAccountContract
- func (v NullableAccountContract) Get() *AccountContract
- func (v NullableAccountContract) IsSet() bool
- func (v NullableAccountContract) MarshalJSON() ([]byte, error)
- func (v *NullableAccountContract) Set(val *AccountContract)
- func (v *NullableAccountContract) UnmarshalJSON(src []byte) error
- func (v *NullableAccountContract) Unset()
- type NullableAccountContractWbs
- func (v NullableAccountContractWbs) Get() *AccountContractWbs
- func (v NullableAccountContractWbs) IsSet() bool
- func (v NullableAccountContractWbs) MarshalJSON() ([]byte, error)
- func (v *NullableAccountContractWbs) Set(val *AccountContractWbs)
- func (v *NullableAccountContractWbs) UnmarshalJSON(src []byte) error
- func (v *NullableAccountContractWbs) Unset()
- type NullableAccountRequestScopeEnum
- func (v NullableAccountRequestScopeEnum) Get() *AccountRequestScopeEnum
- func (v NullableAccountRequestScopeEnum) IsSet() bool
- func (v NullableAccountRequestScopeEnum) MarshalJSON() ([]byte, error)
- func (v *NullableAccountRequestScopeEnum) Set(val *AccountRequestScopeEnum)
- func (v *NullableAccountRequestScopeEnum) UnmarshalJSON(src []byte) error
- func (v *NullableAccountRequestScopeEnum) Unset()
- type NullableBool
- type NullableCompanyResponse
- func (v NullableCompanyResponse) Get() *CompanyResponse
- func (v NullableCompanyResponse) IsSet() bool
- func (v NullableCompanyResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCompanyResponse) Set(val *CompanyResponse)
- func (v *NullableCompanyResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCompanyResponse) Unset()
- type NullableCurrencyCodeEnum
- func (v NullableCurrencyCodeEnum) Get() *CurrencyCodeEnum
- func (v NullableCurrencyCodeEnum) IsSet() bool
- func (v NullableCurrencyCodeEnum) MarshalJSON() ([]byte, error)
- func (v *NullableCurrencyCodeEnum) Set(val *CurrencyCodeEnum)
- func (v *NullableCurrencyCodeEnum) UnmarshalJSON(src []byte) error
- func (v *NullableCurrencyCodeEnum) Unset()
- type NullableEndpointsResponse
- func (v NullableEndpointsResponse) Get() *EndpointsResponse
- func (v NullableEndpointsResponse) IsSet() bool
- func (v NullableEndpointsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableEndpointsResponse) Set(val *EndpointsResponse)
- func (v *NullableEndpointsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableEndpointsResponse) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableGroup
- type NullableGroupCreateRequest
- func (v NullableGroupCreateRequest) Get() *GroupCreateRequest
- func (v NullableGroupCreateRequest) IsSet() bool
- func (v NullableGroupCreateRequest) MarshalJSON() ([]byte, error)
- func (v *NullableGroupCreateRequest) Set(val *GroupCreateRequest)
- func (v *NullableGroupCreateRequest) UnmarshalJSON(src []byte) error
- func (v *NullableGroupCreateRequest) Unset()
- type NullableGroupMember
- func (v NullableGroupMember) Get() *GroupMember
- func (v NullableGroupMember) IsSet() bool
- func (v NullableGroupMember) MarshalJSON() ([]byte, error)
- func (v *NullableGroupMember) Set(val *GroupMember)
- func (v *NullableGroupMember) UnmarshalJSON(src []byte) error
- func (v *NullableGroupMember) Unset()
- type NullableGroupMemberCreateRequest
- func (v NullableGroupMemberCreateRequest) Get() *GroupMemberCreateRequest
- func (v NullableGroupMemberCreateRequest) IsSet() bool
- func (v NullableGroupMemberCreateRequest) MarshalJSON() ([]byte, error)
- func (v *NullableGroupMemberCreateRequest) Set(val *GroupMemberCreateRequest)
- func (v *NullableGroupMemberCreateRequest) UnmarshalJSON(src []byte) error
- func (v *NullableGroupMemberCreateRequest) Unset()
- type NullableGroupMemberDeleteRequest
- func (v NullableGroupMemberDeleteRequest) Get() *GroupMemberDeleteRequest
- func (v NullableGroupMemberDeleteRequest) IsSet() bool
- func (v NullableGroupMemberDeleteRequest) MarshalJSON() ([]byte, error)
- func (v *NullableGroupMemberDeleteRequest) Set(val *GroupMemberDeleteRequest)
- func (v *NullableGroupMemberDeleteRequest) UnmarshalJSON(src []byte) error
- func (v *NullableGroupMemberDeleteRequest) Unset()
- type NullableGroupMemberPageResponse
- func (v NullableGroupMemberPageResponse) Get() *GroupMemberPageResponse
- func (v NullableGroupMemberPageResponse) IsSet() bool
- func (v NullableGroupMemberPageResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGroupMemberPageResponse) Set(val *GroupMemberPageResponse)
- func (v *NullableGroupMemberPageResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGroupMemberPageResponse) Unset()
- type NullableGroupMemberShowResponse
- func (v NullableGroupMemberShowResponse) Get() *GroupMemberShowResponse
- func (v NullableGroupMemberShowResponse) IsSet() bool
- func (v NullableGroupMemberShowResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGroupMemberShowResponse) Set(val *GroupMemberShowResponse)
- func (v *NullableGroupMemberShowResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGroupMemberShowResponse) Unset()
- type NullableGroupPageResponse
- func (v NullableGroupPageResponse) Get() *GroupPageResponse
- func (v NullableGroupPageResponse) IsSet() bool
- func (v NullableGroupPageResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGroupPageResponse) Set(val *GroupPageResponse)
- func (v *NullableGroupPageResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGroupPageResponse) Unset()
- type NullableGroupPolicyBindingRequest
- func (v NullableGroupPolicyBindingRequest) Get() *GroupPolicyBindingRequest
- func (v NullableGroupPolicyBindingRequest) IsSet() bool
- func (v NullableGroupPolicyBindingRequest) MarshalJSON() ([]byte, error)
- func (v *NullableGroupPolicyBindingRequest) Set(val *GroupPolicyBindingRequest)
- func (v *NullableGroupPolicyBindingRequest) UnmarshalJSON(src []byte) error
- func (v *NullableGroupPolicyBindingRequest) Unset()
- type NullableGroupPolicyPageResponse
- func (v NullableGroupPolicyPageResponse) Get() *GroupPolicyPageResponse
- func (v NullableGroupPolicyPageResponse) IsSet() bool
- func (v NullableGroupPolicyPageResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGroupPolicyPageResponse) Set(val *GroupPolicyPageResponse)
- func (v *NullableGroupPolicyPageResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGroupPolicyPageResponse) Unset()
- type NullableGroupPolicyResponse
- func (v NullableGroupPolicyResponse) Get() *GroupPolicyResponse
- func (v NullableGroupPolicyResponse) IsSet() bool
- func (v NullableGroupPolicyResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGroupPolicyResponse) Set(val *GroupPolicyResponse)
- func (v *NullableGroupPolicyResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGroupPolicyResponse) Unset()
- type NullableGroupSetRequest
- func (v NullableGroupSetRequest) Get() *GroupSetRequest
- func (v NullableGroupSetRequest) IsSet() bool
- func (v NullableGroupSetRequest) MarshalJSON() ([]byte, error)
- func (v *NullableGroupSetRequest) Set(val *GroupSetRequest)
- func (v *NullableGroupSetRequest) UnmarshalJSON(src []byte) error
- func (v *NullableGroupSetRequest) Unset()
- type NullableGroupShowResponse
- func (v NullableGroupShowResponse) Get() *GroupShowResponse
- func (v NullableGroupShowResponse) IsSet() bool
- func (v NullableGroupShowResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGroupShowResponse) Set(val *GroupShowResponse)
- func (v *NullableGroupShowResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGroupShowResponse) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableListAccessKeyResponse
- func (v NullableListAccessKeyResponse) Get() *ListAccessKeyResponse
- func (v NullableListAccessKeyResponse) IsSet() bool
- func (v NullableListAccessKeyResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListAccessKeyResponse) Set(val *ListAccessKeyResponse)
- func (v *NullableListAccessKeyResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListAccessKeyResponse) Unset()
- type NullableListCompanyResponse
- func (v NullableListCompanyResponse) Get() *ListCompanyResponse
- func (v NullableListCompanyResponse) IsSet() bool
- func (v NullableListCompanyResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListCompanyResponse) Set(val *ListCompanyResponse)
- func (v *NullableListCompanyResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListCompanyResponse) Unset()
- type NullableListEndpointsResponse
- func (v NullableListEndpointsResponse) Get() *ListEndpointsResponse
- func (v NullableListEndpointsResponse) IsSet() bool
- func (v NullableListEndpointsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListEndpointsResponse) Set(val *ListEndpointsResponse)
- func (v *NullableListEndpointsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListEndpointsResponse) Unset()
- type NullableLocaleEnum
- type NullableManagedServiceTypeEnum
- func (v NullableManagedServiceTypeEnum) Get() *ManagedServiceTypeEnum
- func (v NullableManagedServiceTypeEnum) IsSet() bool
- func (v NullableManagedServiceTypeEnum) MarshalJSON() ([]byte, error)
- func (v *NullableManagedServiceTypeEnum) Set(val *ManagedServiceTypeEnum)
- func (v *NullableManagedServiceTypeEnum) UnmarshalJSON(src []byte) error
- func (v *NullableManagedServiceTypeEnum) Unset()
- type NullableOtpMethodEnum
- func (v NullableOtpMethodEnum) Get() *OtpMethodEnum
- func (v NullableOtpMethodEnum) IsSet() bool
- func (v NullableOtpMethodEnum) MarshalJSON() ([]byte, error)
- func (v *NullableOtpMethodEnum) Set(val *OtpMethodEnum)
- func (v *NullableOtpMethodEnum) UnmarshalJSON(src []byte) error
- func (v *NullableOtpMethodEnum) Unset()
- type NullablePaymentContract
- func (v NullablePaymentContract) Get() *PaymentContract
- func (v NullablePaymentContract) IsSet() bool
- func (v NullablePaymentContract) MarshalJSON() ([]byte, error)
- func (v *NullablePaymentContract) Set(val *PaymentContract)
- func (v *NullablePaymentContract) UnmarshalJSON(src []byte) error
- func (v *NullablePaymentContract) Unset()
- type NullablePaymentContractListResponse
- func (v NullablePaymentContractListResponse) Get() *PaymentContractListResponse
- func (v NullablePaymentContractListResponse) IsSet() bool
- func (v NullablePaymentContractListResponse) MarshalJSON() ([]byte, error)
- func (v *NullablePaymentContractListResponse) Set(val *PaymentContractListResponse)
- func (v *NullablePaymentContractListResponse) UnmarshalJSON(src []byte) error
- func (v *NullablePaymentContractListResponse) Unset()
- type NullablePaymentContractShowResponse
- func (v NullablePaymentContractShowResponse) Get() *PaymentContractShowResponse
- func (v NullablePaymentContractShowResponse) IsSet() bool
- func (v NullablePaymentContractShowResponse) MarshalJSON() ([]byte, error)
- func (v *NullablePaymentContractShowResponse) Set(val *PaymentContractShowResponse)
- func (v *NullablePaymentContractShowResponse) UnmarshalJSON(src []byte) error
- func (v *NullablePaymentContractShowResponse) Unset()
- type NullablePolicy
- type NullablePolicyCategoryEnum
- func (v NullablePolicyCategoryEnum) Get() *PolicyCategoryEnum
- func (v NullablePolicyCategoryEnum) IsSet() bool
- func (v NullablePolicyCategoryEnum) MarshalJSON() ([]byte, error)
- func (v *NullablePolicyCategoryEnum) Set(val *PolicyCategoryEnum)
- func (v *NullablePolicyCategoryEnum) UnmarshalJSON(src []byte) error
- func (v *NullablePolicyCategoryEnum) Unset()
- type NullablePolicyDocument
- func (v NullablePolicyDocument) Get() *PolicyDocument
- func (v NullablePolicyDocument) IsSet() bool
- func (v NullablePolicyDocument) MarshalJSON() ([]byte, error)
- func (v *NullablePolicyDocument) Set(val *PolicyDocument)
- func (v *NullablePolicyDocument) UnmarshalJSON(src []byte) error
- func (v *NullablePolicyDocument) Unset()
- type NullablePolicyStateEnum
- func (v NullablePolicyStateEnum) Get() *PolicyStateEnum
- func (v NullablePolicyStateEnum) IsSet() bool
- func (v NullablePolicyStateEnum) MarshalJSON() ([]byte, error)
- func (v *NullablePolicyStateEnum) Set(val *PolicyStateEnum)
- func (v *NullablePolicyStateEnum) UnmarshalJSON(src []byte) error
- func (v *NullablePolicyStateEnum) Unset()
- type NullablePolicyType
- type NullablePolicyTypeEnum
- func (v NullablePolicyTypeEnum) Get() *PolicyTypeEnum
- func (v NullablePolicyTypeEnum) IsSet() bool
- func (v NullablePolicyTypeEnum) MarshalJSON() ([]byte, error)
- func (v *NullablePolicyTypeEnum) Set(val *PolicyTypeEnum)
- func (v *NullablePolicyTypeEnum) UnmarshalJSON(src []byte) error
- func (v *NullablePolicyTypeEnum) Unset()
- type NullablePolicyVersion
- func (v NullablePolicyVersion) Get() *PolicyVersion
- func (v NullablePolicyVersion) IsSet() bool
- func (v NullablePolicyVersion) MarshalJSON() ([]byte, error)
- func (v *NullablePolicyVersion) Set(val *PolicyVersion)
- func (v *NullablePolicyVersion) UnmarshalJSON(src []byte) error
- func (v *NullablePolicyVersion) Unset()
- type NullablePrincipal
- type NullableRefreshAccessKeyRequest
- func (v NullableRefreshAccessKeyRequest) Get() *RefreshAccessKeyRequest
- func (v NullableRefreshAccessKeyRequest) IsSet() bool
- func (v NullableRefreshAccessKeyRequest) MarshalJSON() ([]byte, error)
- func (v *NullableRefreshAccessKeyRequest) Set(val *RefreshAccessKeyRequest)
- func (v *NullableRefreshAccessKeyRequest) UnmarshalJSON(src []byte) error
- func (v *NullableRefreshAccessKeyRequest) Unset()
- type NullableRole
- type NullableRoleTypeEnum
- func (v NullableRoleTypeEnum) Get() *RoleTypeEnum
- func (v NullableRoleTypeEnum) IsSet() bool
- func (v NullableRoleTypeEnum) MarshalJSON() ([]byte, error)
- func (v *NullableRoleTypeEnum) Set(val *RoleTypeEnum)
- func (v *NullableRoleTypeEnum) UnmarshalJSON(src []byte) error
- func (v *NullableRoleTypeEnum) Unset()
- type NullableStatement
- type NullableString
- type NullableTime
- type NullableUserDetailResponse
- func (v NullableUserDetailResponse) Get() *UserDetailResponse
- func (v NullableUserDetailResponse) IsSet() bool
- func (v NullableUserDetailResponse) MarshalJSON() ([]byte, error)
- func (v *NullableUserDetailResponse) Set(val *UserDetailResponse)
- func (v *NullableUserDetailResponse) UnmarshalJSON(src []byte) error
- func (v *NullableUserDetailResponse) Unset()
- type NullableYnEnum
- type OtpMethodEnum
- type PaymentContract
- func (o *PaymentContract) GetBusinessCategoryId() string
- func (o *PaymentContract) GetBusinessCategoryIdOk() (*string, bool)
- func (o *PaymentContract) GetBusinessCategoryName() string
- func (o *PaymentContract) GetBusinessCategoryNameOk() (*string, bool)
- func (o *PaymentContract) GetBusinessGroupCode() string
- func (o *PaymentContract) GetBusinessGroupCodeOk() (*string, bool)
- func (o *PaymentContract) GetCompanyId() string
- func (o *PaymentContract) GetCompanyIdOk() (*string, bool)
- func (o *PaymentContract) GetCompanyName() string
- func (o *PaymentContract) GetCompanyNameOk() (*string, bool)
- func (o *PaymentContract) GetContract() AccountContract
- func (o *PaymentContract) GetContractOk() (*AccountContract, bool)
- func (o *PaymentContract) GetCreatedAt() time.Time
- func (o *PaymentContract) GetCreatedAtOk() (*time.Time, bool)
- func (o *PaymentContract) GetCreatedBy() string
- func (o *PaymentContract) GetCreatedByOk() (*string, bool)
- func (o *PaymentContract) GetCreatorEmail() string
- func (o *PaymentContract) GetCreatorEmailOk() (*string, bool)
- func (o *PaymentContract) GetCreatorName() string
- func (o *PaymentContract) GetCreatorNameOk() (*string, bool)
- func (o *PaymentContract) GetDescription() string
- func (o *PaymentContract) GetDescriptionOk() (*string, bool)
- func (o *PaymentContract) GetHasProjectYn() YnEnum
- func (o *PaymentContract) GetHasProjectYnOk() (*YnEnum, bool)
- func (o *PaymentContract) GetId() string
- func (o *PaymentContract) GetIdOk() (*string, bool)
- func (o *PaymentContract) GetManagedServiceType() ManagedServiceTypeEnum
- func (o *PaymentContract) GetManagedServiceTypeOk() (*ManagedServiceTypeEnum, bool)
- func (o *PaymentContract) GetModifiedAt() time.Time
- func (o *PaymentContract) GetModifiedAtOk() (*time.Time, bool)
- func (o *PaymentContract) GetModifiedBy() string
- func (o *PaymentContract) GetModifiedByOk() (*string, bool)
- func (o *PaymentContract) GetModifierEmail() string
- func (o *PaymentContract) GetModifierEmailOk() (*string, bool)
- func (o *PaymentContract) GetModifierName() string
- func (o *PaymentContract) GetModifierNameOk() (*string, bool)
- func (o *PaymentContract) GetName() string
- func (o *PaymentContract) GetNameOk() (*string, bool)
- func (o *PaymentContract) GetPartnerCompanyCode() string
- func (o *PaymentContract) GetPartnerCompanyCodeOk() (*string, bool)
- func (o PaymentContract) MarshalJSON() ([]byte, error)
- func (o *PaymentContract) SetBusinessCategoryId(v string)
- func (o *PaymentContract) SetBusinessCategoryName(v string)
- func (o *PaymentContract) SetBusinessGroupCode(v string)
- func (o *PaymentContract) SetCompanyId(v string)
- func (o *PaymentContract) SetCompanyName(v string)
- func (o *PaymentContract) SetContract(v AccountContract)
- func (o *PaymentContract) SetCreatedAt(v time.Time)
- func (o *PaymentContract) SetCreatedBy(v string)
- func (o *PaymentContract) SetCreatorEmail(v string)
- func (o *PaymentContract) SetCreatorName(v string)
- func (o *PaymentContract) SetDescription(v string)
- func (o *PaymentContract) SetHasProjectYn(v YnEnum)
- func (o *PaymentContract) SetId(v string)
- func (o *PaymentContract) SetManagedServiceType(v ManagedServiceTypeEnum)
- func (o *PaymentContract) SetModifiedAt(v time.Time)
- func (o *PaymentContract) SetModifiedBy(v string)
- func (o *PaymentContract) SetModifierEmail(v string)
- func (o *PaymentContract) SetModifierName(v string)
- func (o *PaymentContract) SetName(v string)
- func (o *PaymentContract) SetPartnerCompanyCode(v string)
- func (o PaymentContract) ToMap() (map[string]interface{}, error)
- func (o *PaymentContract) UnmarshalJSON(data []byte) (err error)
- type PaymentContractListResponse
- func (o *PaymentContractListResponse) GetCount() int32
- func (o *PaymentContractListResponse) GetCountOk() (*int32, bool)
- func (o *PaymentContractListResponse) GetLinks() []interface{}
- func (o *PaymentContractListResponse) GetLinksOk() ([]interface{}, bool)
- func (o *PaymentContractListResponse) GetPaymentContracts() []PaymentContract
- func (o *PaymentContractListResponse) GetPaymentContractsOk() ([]PaymentContract, bool)
- func (o *PaymentContractListResponse) HasCount() bool
- func (o *PaymentContractListResponse) HasLinks() bool
- func (o PaymentContractListResponse) MarshalJSON() ([]byte, error)
- func (o *PaymentContractListResponse) SetCount(v int32)
- func (o *PaymentContractListResponse) SetCountNil()
- func (o *PaymentContractListResponse) SetLinks(v []interface{})
- func (o *PaymentContractListResponse) SetPaymentContracts(v []PaymentContract)
- func (o PaymentContractListResponse) ToMap() (map[string]interface{}, error)
- func (o *PaymentContractListResponse) UnmarshalJSON(data []byte) (err error)
- func (o *PaymentContractListResponse) UnsetCount()
- type PaymentContractShowResponse
- func (o *PaymentContractShowResponse) GetPaymentContract() PaymentContract
- func (o *PaymentContractShowResponse) GetPaymentContractOk() (*PaymentContract, bool)
- func (o PaymentContractShowResponse) MarshalJSON() ([]byte, error)
- func (o *PaymentContractShowResponse) SetPaymentContract(v PaymentContract)
- func (o PaymentContractShowResponse) ToMap() (map[string]interface{}, error)
- func (o *PaymentContractShowResponse) UnmarshalJSON(data []byte) (err error)
- type Policy
- func (o *Policy) GetAccountId() string
- func (o *Policy) GetAccountIdOk() (*string, bool)
- func (o *Policy) GetCreatedAt() time.Time
- func (o *Policy) GetCreatedAtOk() (*time.Time, bool)
- func (o *Policy) GetCreatedBy() string
- func (o *Policy) GetCreatedByOk() (*string, bool)
- func (o *Policy) GetCreatorEmail() string
- func (o *Policy) GetCreatorEmailOk() (*string, bool)
- func (o *Policy) GetCreatorName() string
- func (o *Policy) GetCreatorNameOk() (*string, bool)
- func (o *Policy) GetDefaultVersionId() string
- func (o *Policy) GetDefaultVersionIdOk() (*string, bool)
- func (o *Policy) GetDescription() string
- func (o *Policy) GetDescriptionOk() (*string, bool)
- func (o *Policy) GetId() string
- func (o *Policy) GetIdOk() (*string, bool)
- func (o *Policy) GetModifiedAt() time.Time
- func (o *Policy) GetModifiedAtOk() (*time.Time, bool)
- func (o *Policy) GetModifiedBy() string
- func (o *Policy) GetModifiedByOk() (*string, bool)
- func (o *Policy) GetModifierEmail() string
- func (o *Policy) GetModifierEmailOk() (*string, bool)
- func (o *Policy) GetModifierName() string
- func (o *Policy) GetModifierNameOk() (*string, bool)
- func (o *Policy) GetPolicyCategory() PolicyCategoryEnum
- func (o *Policy) GetPolicyCategoryOk() (*PolicyCategoryEnum, bool)
- func (o *Policy) GetPolicyName() string
- func (o *Policy) GetPolicyNameOk() (*string, bool)
- func (o *Policy) GetPolicyType() PolicyTypeEnum
- func (o *Policy) GetPolicyTypeOk() (*PolicyTypeEnum, bool)
- func (o *Policy) GetPolicyVersions() []PolicyVersion
- func (o *Policy) GetPolicyVersionsOk() ([]PolicyVersion, bool)
- func (o *Policy) GetResourceType() string
- func (o *Policy) GetResourceTypeOk() (*string, bool)
- func (o *Policy) GetServiceType() string
- func (o *Policy) GetServiceTypeOk() (*string, bool)
- func (o *Policy) GetSrn() string
- func (o *Policy) GetSrnOk() (*string, bool)
- func (o *Policy) GetState() PolicyStateEnum
- func (o *Policy) GetStateOk() (*PolicyStateEnum, bool)
- func (o *Policy) GetTags() []map[string]interface{}
- func (o *Policy) GetTagsOk() ([]map[string]interface{}, bool)
- func (o *Policy) HasCreatorEmail() bool
- func (o *Policy) HasCreatorName() bool
- func (o *Policy) HasDefaultVersionId() bool
- func (o *Policy) HasDescription() bool
- func (o *Policy) HasId() bool
- func (o *Policy) HasModifierEmail() bool
- func (o *Policy) HasModifierName() bool
- func (o *Policy) HasPolicyCategory() bool
- func (o *Policy) HasPolicyName() bool
- func (o *Policy) HasPolicyType() bool
- func (o *Policy) HasPolicyVersions() bool
- func (o *Policy) HasResourceType() bool
- func (o *Policy) HasServiceType() bool
- func (o *Policy) HasState() bool
- func (o *Policy) HasTags() bool
- func (o Policy) MarshalJSON() ([]byte, error)
- func (o *Policy) SetAccountId(v string)
- func (o *Policy) SetCreatedAt(v time.Time)
- func (o *Policy) SetCreatedBy(v string)
- func (o *Policy) SetCreatorEmail(v string)
- func (o *Policy) SetCreatorEmailNil()
- func (o *Policy) SetCreatorName(v string)
- func (o *Policy) SetCreatorNameNil()
- func (o *Policy) SetDefaultVersionId(v string)
- func (o *Policy) SetDescription(v string)
- func (o *Policy) SetDescriptionNil()
- func (o *Policy) SetId(v string)
- func (o *Policy) SetModifiedAt(v time.Time)
- func (o *Policy) SetModifiedBy(v string)
- func (o *Policy) SetModifierEmail(v string)
- func (o *Policy) SetModifierEmailNil()
- func (o *Policy) SetModifierName(v string)
- func (o *Policy) SetModifierNameNil()
- func (o *Policy) SetPolicyCategory(v PolicyCategoryEnum)
- func (o *Policy) SetPolicyName(v string)
- func (o *Policy) SetPolicyType(v PolicyTypeEnum)
- func (o *Policy) SetPolicyVersions(v []PolicyVersion)
- func (o *Policy) SetResourceType(v string)
- func (o *Policy) SetResourceTypeNil()
- func (o *Policy) SetServiceType(v string)
- func (o *Policy) SetServiceTypeNil()
- func (o *Policy) SetSrn(v string)
- func (o *Policy) SetState(v PolicyStateEnum)
- func (o *Policy) SetTags(v []map[string]interface{})
- func (o Policy) ToMap() (map[string]interface{}, error)
- func (o *Policy) UnmarshalJSON(data []byte) (err error)
- func (o *Policy) UnsetCreatorEmail()
- func (o *Policy) UnsetCreatorName()
- func (o *Policy) UnsetDescription()
- func (o *Policy) UnsetModifierEmail()
- func (o *Policy) UnsetModifierName()
- func (o *Policy) UnsetResourceType()
- func (o *Policy) UnsetServiceType()
- type PolicyCategoryEnum
- type PolicyDocument
- func (o *PolicyDocument) GetStatement() []Statement
- func (o *PolicyDocument) GetStatementOk() ([]Statement, bool)
- func (o *PolicyDocument) GetVersion() string
- func (o *PolicyDocument) GetVersionOk() (*string, bool)
- func (o PolicyDocument) MarshalJSON() ([]byte, error)
- func (o *PolicyDocument) SetStatement(v []Statement)
- func (o *PolicyDocument) SetVersion(v string)
- func (o PolicyDocument) ToMap() (map[string]interface{}, error)
- func (o *PolicyDocument) UnmarshalJSON(data []byte) (err error)
- type PolicyStateEnum
- type PolicyType
- type PolicyTypeEnum
- type PolicyVersion
- func (o *PolicyVersion) GetCreatedAt() time.Time
- func (o *PolicyVersion) GetCreatedAtOk() (*time.Time, bool)
- func (o *PolicyVersion) GetCreatedBy() string
- func (o *PolicyVersion) GetCreatedByOk() (*string, bool)
- func (o *PolicyVersion) GetId() string
- func (o *PolicyVersion) GetIdOk() (*string, bool)
- func (o *PolicyVersion) GetModifiedAt() time.Time
- func (o *PolicyVersion) GetModifiedAtOk() (*time.Time, bool)
- func (o *PolicyVersion) GetModifiedBy() string
- func (o *PolicyVersion) GetModifiedByOk() (*string, bool)
- func (o *PolicyVersion) GetPolicyDocument() PolicyDocument
- func (o *PolicyVersion) GetPolicyDocumentOk() (*PolicyDocument, bool)
- func (o *PolicyVersion) GetPolicyId() string
- func (o *PolicyVersion) GetPolicyIdOk() (*string, bool)
- func (o *PolicyVersion) GetPolicyVersionName() string
- func (o *PolicyVersion) GetPolicyVersionNameOk() (*string, bool)
- func (o *PolicyVersion) HasId() bool
- func (o *PolicyVersion) HasPolicyId() bool
- func (o *PolicyVersion) HasPolicyVersionName() bool
- func (o PolicyVersion) MarshalJSON() ([]byte, error)
- func (o *PolicyVersion) SetCreatedAt(v time.Time)
- func (o *PolicyVersion) SetCreatedBy(v string)
- func (o *PolicyVersion) SetId(v string)
- func (o *PolicyVersion) SetModifiedAt(v time.Time)
- func (o *PolicyVersion) SetModifiedBy(v string)
- func (o *PolicyVersion) SetPolicyDocument(v PolicyDocument)
- func (o *PolicyVersion) SetPolicyId(v string)
- func (o *PolicyVersion) SetPolicyVersionName(v string)
- func (o PolicyVersion) ToMap() (map[string]interface{}, error)
- func (o *PolicyVersion) UnmarshalJSON(data []byte) (err error)
- type Principal
- type RefreshAccessKeyRequest
- func (o *RefreshAccessKeyRequest) GetAccessKey() string
- func (o *RefreshAccessKeyRequest) GetAccessKeyOk() (*string, bool)
- func (o *RefreshAccessKeyRequest) HasAccessKey() bool
- func (o RefreshAccessKeyRequest) MarshalJSON() ([]byte, error)
- func (o *RefreshAccessKeyRequest) SetAccessKey(v string)
- func (o *RefreshAccessKeyRequest) SetAccessKeyNil()
- func (o RefreshAccessKeyRequest) ToMap() (map[string]interface{}, error)
- func (o *RefreshAccessKeyRequest) UnsetAccessKey()
- type Role
- func (o *Role) GetCreatedAt() time.Time
- func (o *Role) GetCreatedAtOk() (*time.Time, bool)
- func (o *Role) GetCreatedBy() string
- func (o *Role) GetCreatedByOk() (*string, bool)
- func (o *Role) GetCreatorEmail() string
- func (o *Role) GetCreatorEmailOk() (*string, bool)
- func (o *Role) GetCreatorName() string
- func (o *Role) GetCreatorNameOk() (*string, bool)
- func (o *Role) GetDescription() string
- func (o *Role) GetDescriptionOk() (*string, bool)
- func (o *Role) GetId() string
- func (o *Role) GetIdOk() (*string, bool)
- func (o *Role) GetModifiedAt() time.Time
- func (o *Role) GetModifiedAtOk() (*time.Time, bool)
- func (o *Role) GetModifiedBy() string
- func (o *Role) GetModifiedByOk() (*string, bool)
- func (o *Role) GetModifierEmail() string
- func (o *Role) GetModifierEmailOk() (*string, bool)
- func (o *Role) GetModifierName() string
- func (o *Role) GetModifierNameOk() (*string, bool)
- func (o *Role) GetName() string
- func (o *Role) GetNameOk() (*string, bool)
- func (o *Role) GetType() RoleTypeEnum
- func (o *Role) GetTypeOk() (*RoleTypeEnum, bool)
- func (o Role) MarshalJSON() ([]byte, error)
- func (o *Role) SetCreatedAt(v time.Time)
- func (o *Role) SetCreatedBy(v string)
- func (o *Role) SetCreatorEmail(v string)
- func (o *Role) SetCreatorName(v string)
- func (o *Role) SetDescription(v string)
- func (o *Role) SetId(v string)
- func (o *Role) SetModifiedAt(v time.Time)
- func (o *Role) SetModifiedBy(v string)
- func (o *Role) SetModifierEmail(v string)
- func (o *Role) SetModifierName(v string)
- func (o *Role) SetName(v string)
- func (o *Role) SetType(v RoleTypeEnum)
- func (o Role) ToMap() (map[string]interface{}, error)
- func (o *Role) UnmarshalJSON(data []byte) (err error)
- type RoleTypeEnum
- type SCPCredential
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type Statement
- func (o *Statement) GetAction() []string
- func (o *Statement) GetActionOk() ([]string, bool)
- func (o *Statement) GetCondition() map[string]map[string][]interface{}
- func (o *Statement) GetConditionOk() (map[string]map[string][]interface{}, bool)
- func (o *Statement) GetEffect() string
- func (o *Statement) GetEffectOk() (*string, bool)
- func (o *Statement) GetNotAction() []string
- func (o *Statement) GetNotActionOk() ([]string, bool)
- func (o *Statement) GetPrincipal() Principal
- func (o *Statement) GetPrincipalOk() (*Principal, bool)
- func (o *Statement) GetResource() []string
- func (o *Statement) GetResourceOk() ([]string, bool)
- func (o *Statement) GetSid() string
- func (o *Statement) GetSidOk() (*string, bool)
- func (o *Statement) HasAction() bool
- func (o *Statement) HasCondition() bool
- func (o *Statement) HasNotAction() bool
- func (o *Statement) HasPrincipal() bool
- func (o *Statement) HasResource() bool
- func (o *Statement) HasSid() bool
- func (o Statement) MarshalJSON() ([]byte, error)
- func (o *Statement) SetAction(v []string)
- func (o *Statement) SetCondition(v map[string]map[string][]interface{})
- func (o *Statement) SetEffect(v string)
- func (o *Statement) SetNotAction(v []string)
- func (o *Statement) SetPrincipal(v Principal)
- func (o *Statement) SetPrincipalNil()
- func (o *Statement) SetResource(v []string)
- func (o *Statement) SetSid(v string)
- func (o Statement) ToMap() (map[string]interface{}, error)
- func (o *Statement) UnmarshalJSON(data []byte) (err error)
- func (o *Statement) UnsetPrincipal()
- type UserDetailResponse
- func (o *UserDetailResponse) GetAccessControl() bool
- func (o *UserDetailResponse) GetAccessControlOk() (*bool, bool)
- func (o *UserDetailResponse) GetAccountId() string
- func (o *UserDetailResponse) GetAccountIdOk() (*string, bool)
- func (o *UserDetailResponse) GetAccountName() string
- func (o *UserDetailResponse) GetAccountNameOk() (*string, bool)
- func (o *UserDetailResponse) GetAllowedIpAddresses() string
- func (o *UserDetailResponse) GetAllowedIpAddressesOk() (*string, bool)
- func (o *UserDetailResponse) GetCompanyName() string
- func (o *UserDetailResponse) GetCompanyNameOk() (*string, bool)
- func (o *UserDetailResponse) GetCreatedAt() time.Time
- func (o *UserDetailResponse) GetCreatedAtOk() (*time.Time, bool)
- func (o *UserDetailResponse) GetCreatedBy() string
- func (o *UserDetailResponse) GetCreatedByOk() (*string, bool)
- func (o *UserDetailResponse) GetDescription() string
- func (o *UserDetailResponse) GetDescriptionOk() (*string, bool)
- func (o *UserDetailResponse) GetDstOffset() string
- func (o *UserDetailResponse) GetDstOffsetOk() (*string, bool)
- func (o *UserDetailResponse) GetEmail() string
- func (o *UserDetailResponse) GetEmailAuthenticated() bool
- func (o *UserDetailResponse) GetEmailAuthenticatedOk() (*bool, bool)
- func (o *UserDetailResponse) GetEmailOk() (*string, bool)
- func (o *UserDetailResponse) GetFirstName() string
- func (o *UserDetailResponse) GetFirstNameOk() (*string, bool)
- func (o *UserDetailResponse) GetId() string
- func (o *UserDetailResponse) GetIdOk() (*string, bool)
- func (o *UserDetailResponse) GetLastLoginAt() time.Time
- func (o *UserDetailResponse) GetLastLoginAtOk() (*time.Time, bool)
- func (o *UserDetailResponse) GetLastName() string
- func (o *UserDetailResponse) GetLastNameOk() (*string, bool)
- func (o *UserDetailResponse) GetLastPasswordUpdateAt() time.Time
- func (o *UserDetailResponse) GetLastPasswordUpdateAtOk() (*time.Time, bool)
- func (o *UserDetailResponse) GetLoginId() string
- func (o *UserDetailResponse) GetLoginIdOk() (*string, bool)
- func (o *UserDetailResponse) GetModifiedAt() time.Time
- func (o *UserDetailResponse) GetModifiedAtOk() (*time.Time, bool)
- func (o *UserDetailResponse) GetModifiedBy() string
- func (o *UserDetailResponse) GetModifiedByOk() (*string, bool)
- func (o *UserDetailResponse) GetNationId() string
- func (o *UserDetailResponse) GetNationIdOk() (*string, bool)
- func (o *UserDetailResponse) GetPasswordReuseCount() int32
- func (o *UserDetailResponse) GetPasswordReuseCountOk() (*int32, bool)
- func (o *UserDetailResponse) GetPhoneAuthenticated() bool
- func (o *UserDetailResponse) GetPhoneAuthenticatedOk() (*bool, bool)
- func (o *UserDetailResponse) GetPhoneNumber() string
- func (o *UserDetailResponse) GetPhoneNumberOk() (*string, bool)
- func (o *UserDetailResponse) GetTimezone() string
- func (o *UserDetailResponse) GetTimezoneOk() (*string, bool)
- func (o *UserDetailResponse) GetType() string
- func (o *UserDetailResponse) GetTypeOk() (*string, bool)
- func (o *UserDetailResponse) GetTzId() string
- func (o *UserDetailResponse) GetTzIdOk() (*string, bool)
- func (o *UserDetailResponse) GetUserName() string
- func (o *UserDetailResponse) GetUserNameOk() (*string, bool)
- func (o *UserDetailResponse) GetUtcOffset() string
- func (o *UserDetailResponse) GetUtcOffsetOk() (*string, bool)
- func (o *UserDetailResponse) HasAccountId() bool
- func (o *UserDetailResponse) HasAccountName() bool
- func (o *UserDetailResponse) HasCompanyName() bool
- func (o *UserDetailResponse) HasDescription() bool
- func (o *UserDetailResponse) HasDstOffset() bool
- func (o *UserDetailResponse) HasFirstName() bool
- func (o *UserDetailResponse) HasLastLoginAt() bool
- func (o *UserDetailResponse) HasLastName() bool
- func (o *UserDetailResponse) HasLastPasswordUpdateAt() bool
- func (o *UserDetailResponse) HasTimezone() bool
- func (o *UserDetailResponse) HasTzId() bool
- func (o *UserDetailResponse) HasUserName() bool
- func (o *UserDetailResponse) HasUtcOffset() bool
- func (o UserDetailResponse) MarshalJSON() ([]byte, error)
- func (o *UserDetailResponse) SetAccessControl(v bool)
- func (o *UserDetailResponse) SetAccountId(v string)
- func (o *UserDetailResponse) SetAccountIdNil()
- func (o *UserDetailResponse) SetAccountName(v string)
- func (o *UserDetailResponse) SetAccountNameNil()
- func (o *UserDetailResponse) SetAllowedIpAddresses(v string)
- func (o *UserDetailResponse) SetCompanyName(v string)
- func (o *UserDetailResponse) SetCompanyNameNil()
- func (o *UserDetailResponse) SetCreatedAt(v time.Time)
- func (o *UserDetailResponse) SetCreatedBy(v string)
- func (o *UserDetailResponse) SetDescription(v string)
- func (o *UserDetailResponse) SetDescriptionNil()
- func (o *UserDetailResponse) SetDstOffset(v string)
- func (o *UserDetailResponse) SetDstOffsetNil()
- func (o *UserDetailResponse) SetEmail(v string)
- func (o *UserDetailResponse) SetEmailAuthenticated(v bool)
- func (o *UserDetailResponse) SetFirstName(v string)
- func (o *UserDetailResponse) SetFirstNameNil()
- func (o *UserDetailResponse) SetId(v string)
- func (o *UserDetailResponse) SetLastLoginAt(v time.Time)
- func (o *UserDetailResponse) SetLastLoginAtNil()
- func (o *UserDetailResponse) SetLastName(v string)
- func (o *UserDetailResponse) SetLastNameNil()
- func (o *UserDetailResponse) SetLastPasswordUpdateAt(v time.Time)
- func (o *UserDetailResponse) SetLastPasswordUpdateAtNil()
- func (o *UserDetailResponse) SetLoginId(v string)
- func (o *UserDetailResponse) SetModifiedAt(v time.Time)
- func (o *UserDetailResponse) SetModifiedBy(v string)
- func (o *UserDetailResponse) SetNationId(v string)
- func (o *UserDetailResponse) SetPasswordReuseCount(v int32)
- func (o *UserDetailResponse) SetPhoneAuthenticated(v bool)
- func (o *UserDetailResponse) SetPhoneNumber(v string)
- func (o *UserDetailResponse) SetTimezone(v string)
- func (o *UserDetailResponse) SetTimezoneNil()
- func (o *UserDetailResponse) SetType(v string)
- func (o *UserDetailResponse) SetTzId(v string)
- func (o *UserDetailResponse) SetTzIdNil()
- func (o *UserDetailResponse) SetUserName(v string)
- func (o *UserDetailResponse) SetUserNameNil()
- func (o *UserDetailResponse) SetUtcOffset(v string)
- func (o *UserDetailResponse) SetUtcOffsetNil()
- func (o UserDetailResponse) ToMap() (map[string]interface{}, error)
- func (o *UserDetailResponse) UnmarshalJSON(data []byte) (err error)
- func (o *UserDetailResponse) UnsetAccountId()
- func (o *UserDetailResponse) UnsetAccountName()
- func (o *UserDetailResponse) UnsetCompanyName()
- func (o *UserDetailResponse) UnsetDescription()
- func (o *UserDetailResponse) UnsetDstOffset()
- func (o *UserDetailResponse) UnsetFirstName()
- func (o *UserDetailResponse) UnsetLastLoginAt()
- func (o *UserDetailResponse) UnsetLastName()
- func (o *UserDetailResponse) UnsetLastPasswordUpdateAt()
- func (o *UserDetailResponse) UnsetTimezone()
- func (o *UserDetailResponse) UnsetTzId()
- func (o *UserDetailResponse) UnsetUserName()
- func (o *UserDetailResponse) UnsetUtcOffset()
- type YnEnum
Constants ¶
This section is empty.
Variables ¶
var ( JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) )
var ( // ContextAPIKeys takes a string apikey as authentication for the request ContextAPIKeys = contextKey("apiKeys") // ContextSCP takes an Access Key and a Secret Key for signing SCP ContextSCP = contextKey("scpCredential") // 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 AllowedAccessKeyTypeEnumEnumValues = []AccessKeyTypeEnum{
"PERMANENT",
"TEMPORARY",
}
All allowed values of AccessKeyTypeEnum enum
var AllowedAccountRequestScopeEnumEnumValues = []AccountRequestScopeEnum{
"ADMIN",
"ACCOUNT_MANAGER",
"ACCOUNT_USER",
}
All allowed values of AccountRequestScopeEnum enum
var AllowedCurrencyCodeEnumEnumValues = []CurrencyCodeEnum{
"KRW",
"USD",
}
All allowed values of CurrencyCodeEnum enum
var AllowedLocaleEnumEnumValues = []LocaleEnum{
"ko_KR",
"en_US",
}
All allowed values of LocaleEnum enum
var AllowedManagedServiceTypeEnumEnumValues = []ManagedServiceTypeEnum{
"NONE",
"SDS",
"PARTNER",
}
All allowed values of ManagedServiceTypeEnum enum
var AllowedOtpMethodEnumEnumValues = []OtpMethodEnum{
"PHONE",
"EMAIL",
}
All allowed values of OtpMethodEnum enum
var AllowedPolicyCategoryEnumEnumValues = []PolicyCategoryEnum{
"IDENTITY_BASED",
"RESOURCE_BASED",
}
All allowed values of PolicyCategoryEnum enum
var AllowedPolicyStateEnumEnumValues = []PolicyStateEnum{
"ACTIVE",
"INACTIVE",
"DELETED",
}
All allowed values of PolicyStateEnum enum
var AllowedPolicyTypeEnumEnumValues = []PolicyTypeEnum{
"SYSTEM_MANAGED",
"USER_DEFINED",
}
All allowed values of PolicyTypeEnum enum
var AllowedRoleTypeEnumEnumValues = []RoleTypeEnum{
"DEFAULT",
"USER_DEFINED",
}
All allowed values of RoleTypeEnum enum
var AllowedYnEnumEnumValues = []YnEnum{
"N",
"Y",
}
All allowed values of YnEnum 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 {
IamV1AccessKeysApiAPI *IamV1AccessKeysApiAPIService
IamV1CompaniesApiAPI *IamV1CompaniesApiAPIService
IamV1EndpointsApiAPI *IamV1EndpointsApiAPIService
IamV1GroupsApiAPI *IamV1GroupsApiAPIService
IamV1PaymentContractsApiAPI *IamV1PaymentContractsApiAPIService
IamV1UsersApiAPI *IamV1UsersApiAPIService
// contains filtered or unexported fields
}
APIClient manages communication with the SCP IAM Service API v0.0.1.dev1432 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *scpsdk.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() *scpsdk.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 AccessKey ¶
type AccessKey struct {
// Access Key
AccessKey string `json:"access_key"`
// Access key type
AccessKeyType AccessKeyTypeEnum `json:"access_key_type"`
// Project ID
AccountId string `json:"account_id"`
// Created At
CreatedAt time.Time `json:"created_at"`
// Created By
CreatedBy string `json:"created_by"`
Description NullableString `json:"description,omitempty"`
// Access key expiration timestamp
ExpirationTimestamp time.Time `json:"expiration_timestamp"`
// ID
Id string `json:"id"`
// Modified At
ModifiedAt time.Time `json:"modified_at"`
// Modified By
ModifiedBy string `json:"modified_by"`
ParentAccessKeyId NullableString `json:"parent_access_key_id"`
// Secret Key
SecretKey string `json:"secret_key"`
}
AccessKey struct for AccessKey
func NewAccessKey ¶
func NewAccessKey(accessKey string, accessKeyType AccessKeyTypeEnum, accountId string, createdAt time.Time, createdBy string, expirationTimestamp time.Time, id string, modifiedAt time.Time, modifiedBy string, parentAccessKeyId NullableString, secretKey string) *AccessKey
NewAccessKey instantiates a new AccessKey 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 NewAccessKeyWithDefaults ¶
func NewAccessKeyWithDefaults() *AccessKey
NewAccessKeyWithDefaults instantiates a new AccessKey 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 (*AccessKey) GetAccessKey ¶
GetAccessKey returns the AccessKey field value
func (*AccessKey) GetAccessKeyOk ¶
GetAccessKeyOk returns a tuple with the AccessKey field value and a boolean to check if the value has been set.
func (*AccessKey) GetAccessKeyType ¶
func (o *AccessKey) GetAccessKeyType() AccessKeyTypeEnum
GetAccessKeyType returns the AccessKeyType field value
func (*AccessKey) GetAccessKeyTypeOk ¶
func (o *AccessKey) GetAccessKeyTypeOk() (*AccessKeyTypeEnum, bool)
GetAccessKeyTypeOk returns a tuple with the AccessKeyType field value and a boolean to check if the value has been set.
func (*AccessKey) GetAccountId ¶
GetAccountId returns the AccountId field value
func (*AccessKey) GetAccountIdOk ¶
GetAccountIdOk returns a tuple with the AccountId field value and a boolean to check if the value has been set.
func (*AccessKey) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value
func (*AccessKey) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*AccessKey) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value
func (*AccessKey) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value and a boolean to check if the value has been set.
func (*AccessKey) GetDescription ¶
GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AccessKey) GetDescriptionOk ¶
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 (*AccessKey) GetExpirationTimestamp ¶
GetExpirationTimestamp returns the ExpirationTimestamp field value
func (*AccessKey) GetExpirationTimestampOk ¶
GetExpirationTimestampOk returns a tuple with the ExpirationTimestamp field value and a boolean to check if the value has been set.
func (*AccessKey) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AccessKey) GetModifiedAt ¶
GetModifiedAt returns the ModifiedAt field value
func (*AccessKey) GetModifiedAtOk ¶
GetModifiedAtOk returns a tuple with the ModifiedAt field value and a boolean to check if the value has been set.
func (*AccessKey) GetModifiedBy ¶
GetModifiedBy returns the ModifiedBy field value
func (*AccessKey) GetModifiedByOk ¶
GetModifiedByOk returns a tuple with the ModifiedBy field value and a boolean to check if the value has been set.
func (*AccessKey) GetParentAccessKeyId ¶
GetParentAccessKeyId returns the ParentAccessKeyId field value If the value is explicit nil, the zero value for string will be returned
func (*AccessKey) GetParentAccessKeyIdOk ¶
GetParentAccessKeyIdOk returns a tuple with the ParentAccessKeyId 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 (*AccessKey) GetSecretKey ¶
GetSecretKey returns the SecretKey field value
func (*AccessKey) GetSecretKeyOk ¶
GetSecretKeyOk returns a tuple with the SecretKey field value and a boolean to check if the value has been set.
func (*AccessKey) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (AccessKey) MarshalJSON ¶
func (*AccessKey) SetAccessKey ¶
SetAccessKey sets field value
func (*AccessKey) SetAccessKeyType ¶
func (o *AccessKey) SetAccessKeyType(v AccessKeyTypeEnum)
SetAccessKeyType sets field value
func (*AccessKey) SetAccountId ¶
SetAccountId sets field value
func (*AccessKey) SetCreatedAt ¶
SetCreatedAt sets field value
func (*AccessKey) SetCreatedBy ¶
SetCreatedBy sets field value
func (*AccessKey) SetDescription ¶
SetDescription gets a reference to the given NullableString and assigns it to the Description field.
func (*AccessKey) SetDescriptionNil ¶
func (o *AccessKey) SetDescriptionNil()
SetDescriptionNil sets the value for Description to be an explicit nil
func (*AccessKey) SetExpirationTimestamp ¶
SetExpirationTimestamp sets field value
func (*AccessKey) SetModifiedAt ¶
SetModifiedAt sets field value
func (*AccessKey) SetModifiedBy ¶
SetModifiedBy sets field value
func (*AccessKey) SetParentAccessKeyId ¶
SetParentAccessKeyId sets field value
func (*AccessKey) SetSecretKey ¶
SetSecretKey sets field value
func (*AccessKey) UnmarshalJSON ¶
func (*AccessKey) UnsetDescription ¶
func (o *AccessKey) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
type AccessKeyCreateRequest ¶
type AccessKeyCreateRequest struct {
// Access key type
AccessKeyType AccessKeyTypeEnum `json:"access_key_type"`
// Project ID
AccountId *string `json:"account_id,omitempty"`
Description NullableString `json:"description,omitempty"`
Duration NullableString `json:"duration,omitempty"`
ParentAccessKeyId NullableString `json:"parent_access_key_id,omitempty"`
Passcode NullableString `json:"passcode,omitempty"`
}
AccessKeyCreateRequest struct for AccessKeyCreateRequest
func NewAccessKeyCreateRequest ¶
func NewAccessKeyCreateRequest(accessKeyType AccessKeyTypeEnum) *AccessKeyCreateRequest
NewAccessKeyCreateRequest instantiates a new AccessKeyCreateRequest 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 NewAccessKeyCreateRequestWithDefaults ¶
func NewAccessKeyCreateRequestWithDefaults() *AccessKeyCreateRequest
NewAccessKeyCreateRequestWithDefaults instantiates a new AccessKeyCreateRequest 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 (*AccessKeyCreateRequest) GetAccessKeyType ¶
func (o *AccessKeyCreateRequest) GetAccessKeyType() AccessKeyTypeEnum
GetAccessKeyType returns the AccessKeyType field value
func (*AccessKeyCreateRequest) GetAccessKeyTypeOk ¶
func (o *AccessKeyCreateRequest) GetAccessKeyTypeOk() (*AccessKeyTypeEnum, bool)
GetAccessKeyTypeOk returns a tuple with the AccessKeyType field value and a boolean to check if the value has been set.
func (*AccessKeyCreateRequest) GetAccountId ¶
func (o *AccessKeyCreateRequest) GetAccountId() string
GetAccountId returns the AccountId field value if set, zero value otherwise.
func (*AccessKeyCreateRequest) GetAccountIdOk ¶
func (o *AccessKeyCreateRequest) 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.
func (*AccessKeyCreateRequest) GetDescription ¶
func (o *AccessKeyCreateRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AccessKeyCreateRequest) GetDescriptionOk ¶
func (o *AccessKeyCreateRequest) 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 (*AccessKeyCreateRequest) GetDuration ¶
func (o *AccessKeyCreateRequest) GetDuration() string
GetDuration returns the Duration field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AccessKeyCreateRequest) GetDurationOk ¶
func (o *AccessKeyCreateRequest) GetDurationOk() (*string, bool)
GetDurationOk returns a tuple with the Duration field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*AccessKeyCreateRequest) GetParentAccessKeyId ¶
func (o *AccessKeyCreateRequest) GetParentAccessKeyId() string
GetParentAccessKeyId returns the ParentAccessKeyId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AccessKeyCreateRequest) GetParentAccessKeyIdOk ¶
func (o *AccessKeyCreateRequest) GetParentAccessKeyIdOk() (*string, bool)
GetParentAccessKeyIdOk returns a tuple with the ParentAccessKeyId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*AccessKeyCreateRequest) GetPasscode ¶
func (o *AccessKeyCreateRequest) GetPasscode() string
GetPasscode returns the Passcode field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AccessKeyCreateRequest) GetPasscodeOk ¶
func (o *AccessKeyCreateRequest) GetPasscodeOk() (*string, bool)
GetPasscodeOk returns a tuple with the Passcode field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*AccessKeyCreateRequest) HasAccountId ¶
func (o *AccessKeyCreateRequest) HasAccountId() bool
HasAccountId returns a boolean if a field has been set.
func (*AccessKeyCreateRequest) HasDescription ¶
func (o *AccessKeyCreateRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*AccessKeyCreateRequest) HasDuration ¶
func (o *AccessKeyCreateRequest) HasDuration() bool
HasDuration returns a boolean if a field has been set.
func (*AccessKeyCreateRequest) HasParentAccessKeyId ¶
func (o *AccessKeyCreateRequest) HasParentAccessKeyId() bool
HasParentAccessKeyId returns a boolean if a field has been set.
func (*AccessKeyCreateRequest) HasPasscode ¶
func (o *AccessKeyCreateRequest) HasPasscode() bool
HasPasscode returns a boolean if a field has been set.
func (AccessKeyCreateRequest) MarshalJSON ¶
func (o AccessKeyCreateRequest) MarshalJSON() ([]byte, error)
func (*AccessKeyCreateRequest) SetAccessKeyType ¶
func (o *AccessKeyCreateRequest) SetAccessKeyType(v AccessKeyTypeEnum)
SetAccessKeyType sets field value
func (*AccessKeyCreateRequest) SetAccountId ¶
func (o *AccessKeyCreateRequest) SetAccountId(v string)
SetAccountId gets a reference to the given string and assigns it to the AccountId field.
func (*AccessKeyCreateRequest) SetDescription ¶
func (o *AccessKeyCreateRequest) SetDescription(v string)
SetDescription gets a reference to the given NullableString and assigns it to the Description field.
func (*AccessKeyCreateRequest) SetDescriptionNil ¶
func (o *AccessKeyCreateRequest) SetDescriptionNil()
SetDescriptionNil sets the value for Description to be an explicit nil
func (*AccessKeyCreateRequest) SetDuration ¶
func (o *AccessKeyCreateRequest) SetDuration(v string)
SetDuration gets a reference to the given NullableString and assigns it to the Duration field.
func (*AccessKeyCreateRequest) SetDurationNil ¶
func (o *AccessKeyCreateRequest) SetDurationNil()
SetDurationNil sets the value for Duration to be an explicit nil
func (*AccessKeyCreateRequest) SetParentAccessKeyId ¶
func (o *AccessKeyCreateRequest) SetParentAccessKeyId(v string)
SetParentAccessKeyId gets a reference to the given NullableString and assigns it to the ParentAccessKeyId field.
func (*AccessKeyCreateRequest) SetParentAccessKeyIdNil ¶
func (o *AccessKeyCreateRequest) SetParentAccessKeyIdNil()
SetParentAccessKeyIdNil sets the value for ParentAccessKeyId to be an explicit nil
func (*AccessKeyCreateRequest) SetPasscode ¶
func (o *AccessKeyCreateRequest) SetPasscode(v string)
SetPasscode gets a reference to the given NullableString and assigns it to the Passcode field.
func (*AccessKeyCreateRequest) SetPasscodeNil ¶
func (o *AccessKeyCreateRequest) SetPasscodeNil()
SetPasscodeNil sets the value for Passcode to be an explicit nil
func (AccessKeyCreateRequest) ToMap ¶
func (o AccessKeyCreateRequest) ToMap() (map[string]interface{}, error)
func (*AccessKeyCreateRequest) UnmarshalJSON ¶
func (o *AccessKeyCreateRequest) UnmarshalJSON(data []byte) (err error)
func (*AccessKeyCreateRequest) UnsetDescription ¶
func (o *AccessKeyCreateRequest) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (*AccessKeyCreateRequest) UnsetDuration ¶
func (o *AccessKeyCreateRequest) UnsetDuration()
UnsetDuration ensures that no value is present for Duration, not even an explicit nil
func (*AccessKeyCreateRequest) UnsetParentAccessKeyId ¶
func (o *AccessKeyCreateRequest) UnsetParentAccessKeyId()
UnsetParentAccessKeyId ensures that no value is present for ParentAccessKeyId, not even an explicit nil
func (*AccessKeyCreateRequest) UnsetPasscode ¶
func (o *AccessKeyCreateRequest) UnsetPasscode()
UnsetPasscode ensures that no value is present for Passcode, not even an explicit nil
type AccessKeyOtpRequest ¶
type AccessKeyOtpRequest struct {
// Locale
Locale *LocaleEnum `json:"locale,omitempty"`
// OTP method (EMAIL or PHONE
Method *OtpMethodEnum `json:"method,omitempty"`
}
AccessKeyOtpRequest struct for AccessKeyOtpRequest
func NewAccessKeyOtpRequest ¶
func NewAccessKeyOtpRequest() *AccessKeyOtpRequest
NewAccessKeyOtpRequest instantiates a new AccessKeyOtpRequest 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 NewAccessKeyOtpRequestWithDefaults ¶
func NewAccessKeyOtpRequestWithDefaults() *AccessKeyOtpRequest
NewAccessKeyOtpRequestWithDefaults instantiates a new AccessKeyOtpRequest 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 (*AccessKeyOtpRequest) GetLocale ¶
func (o *AccessKeyOtpRequest) GetLocale() LocaleEnum
GetLocale returns the Locale field value if set, zero value otherwise.
func (*AccessKeyOtpRequest) GetLocaleOk ¶
func (o *AccessKeyOtpRequest) GetLocaleOk() (*LocaleEnum, bool)
GetLocaleOk returns a tuple with the Locale field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessKeyOtpRequest) GetMethod ¶
func (o *AccessKeyOtpRequest) GetMethod() OtpMethodEnum
GetMethod returns the Method field value if set, zero value otherwise.
func (*AccessKeyOtpRequest) GetMethodOk ¶
func (o *AccessKeyOtpRequest) GetMethodOk() (*OtpMethodEnum, 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 (*AccessKeyOtpRequest) HasLocale ¶
func (o *AccessKeyOtpRequest) HasLocale() bool
HasLocale returns a boolean if a field has been set.
func (*AccessKeyOtpRequest) HasMethod ¶
func (o *AccessKeyOtpRequest) HasMethod() bool
HasMethod returns a boolean if a field has been set.
func (AccessKeyOtpRequest) MarshalJSON ¶
func (o AccessKeyOtpRequest) MarshalJSON() ([]byte, error)
func (*AccessKeyOtpRequest) SetLocale ¶
func (o *AccessKeyOtpRequest) SetLocale(v LocaleEnum)
SetLocale gets a reference to the given LocaleEnum and assigns it to the Locale field.
func (*AccessKeyOtpRequest) SetMethod ¶
func (o *AccessKeyOtpRequest) SetMethod(v OtpMethodEnum)
SetMethod gets a reference to the given OtpMethodEnum and assigns it to the Method field.
func (AccessKeyOtpRequest) ToMap ¶
func (o AccessKeyOtpRequest) ToMap() (map[string]interface{}, error)
type AccessKeyResponse ¶
type AccessKeyResponse struct {
AccessKey AccessKey `json:"access_key"`
}
AccessKeyResponse struct for AccessKeyResponse
func NewAccessKeyResponse ¶
func NewAccessKeyResponse(accessKey AccessKey) *AccessKeyResponse
NewAccessKeyResponse instantiates a new AccessKeyResponse 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 NewAccessKeyResponseWithDefaults ¶
func NewAccessKeyResponseWithDefaults() *AccessKeyResponse
NewAccessKeyResponseWithDefaults instantiates a new AccessKeyResponse 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 (*AccessKeyResponse) GetAccessKey ¶
func (o *AccessKeyResponse) GetAccessKey() AccessKey
GetAccessKey returns the AccessKey field value
func (*AccessKeyResponse) GetAccessKeyOk ¶
func (o *AccessKeyResponse) GetAccessKeyOk() (*AccessKey, bool)
GetAccessKeyOk returns a tuple with the AccessKey field value and a boolean to check if the value has been set.
func (AccessKeyResponse) MarshalJSON ¶
func (o AccessKeyResponse) MarshalJSON() ([]byte, error)
func (*AccessKeyResponse) SetAccessKey ¶
func (o *AccessKeyResponse) SetAccessKey(v AccessKey)
SetAccessKey sets field value
func (AccessKeyResponse) ToMap ¶
func (o AccessKeyResponse) ToMap() (map[string]interface{}, error)
func (*AccessKeyResponse) UnmarshalJSON ¶
func (o *AccessKeyResponse) UnmarshalJSON(data []byte) (err error)
type AccessKeyTypeEnum ¶
type AccessKeyTypeEnum string
AccessKeyTypeEnum the model 'AccessKeyTypeEnum'
const ( ACCESSKEYTYPEENUM_PERMANENT AccessKeyTypeEnum = "PERMANENT" ACCESSKEYTYPEENUM_TEMPORARY AccessKeyTypeEnum = "TEMPORARY" )
List of AccessKeyTypeEnum
func NewAccessKeyTypeEnumFromValue ¶
func NewAccessKeyTypeEnumFromValue(v string) (*AccessKeyTypeEnum, error)
NewAccessKeyTypeEnumFromValue returns a pointer to a valid AccessKeyTypeEnum for the value passed as argument, or an error if the value passed is not allowed by the enum
func (AccessKeyTypeEnum) IsValid ¶
func (v AccessKeyTypeEnum) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (AccessKeyTypeEnum) Ptr ¶
func (v AccessKeyTypeEnum) Ptr() *AccessKeyTypeEnum
Ptr returns reference to AccessKeyTypeEnum value
func (*AccessKeyTypeEnum) UnmarshalJSON ¶
func (v *AccessKeyTypeEnum) UnmarshalJSON(src []byte) error
type AccountContract ¶
type AccountContract struct {
// Account ID
AccountId string `json:"account_id"`
// 과금 법인 Code
BillingCorporationCode string `json:"billing_corporation_code"`
BillingCorporationName NullableString `json:"billing_corporation_name"`
BoCode NullableString `json:"bo_code,omitempty"`
// 생성 일시
CreatedAt time.Time `json:"created_at"`
// 생성자
CreatedBy string `json:"created_by"`
// 생성자 Email
CreatorEmail string `json:"creator_email"`
// 생성자 성, 이름
CreatorName string `json:"creator_name"`
// 화폐 Code
CurrencyCode CurrencyCodeEnum `json:"currency_code"`
// 고객사 Code
CustomerCode string `json:"customer_code"`
// ID
Id string `json:"id"`
// 수정 일시
ModifiedAt time.Time `json:"modified_at"`
// 수정자
ModifiedBy string `json:"modified_by"`
// 수정자 Email
ModifierEmail string `json:"modifier_email"`
// 수정자 성, 이름
ModifierName string `json:"modifier_name"`
// 납부자 Account ID
PaymentAccountId string `json:"payment_account_id"`
ProjectCode NullableString `json:"project_code,omitempty"`
// Account 계약 WBS 정보
Wbses []AccountContractWbs `json:"wbses"`
}
AccountContract struct for AccountContract
func NewAccountContract ¶
func NewAccountContract(accountId string, billingCorporationCode string, billingCorporationName NullableString, createdAt time.Time, createdBy string, creatorEmail string, creatorName string, currencyCode CurrencyCodeEnum, customerCode string, id string, modifiedAt time.Time, modifiedBy string, modifierEmail string, modifierName string, paymentAccountId string, wbses []AccountContractWbs) *AccountContract
NewAccountContract instantiates a new AccountContract 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 NewAccountContractWithDefaults ¶
func NewAccountContractWithDefaults() *AccountContract
NewAccountContractWithDefaults instantiates a new AccountContract 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 (*AccountContract) GetAccountId ¶
func (o *AccountContract) GetAccountId() string
GetAccountId returns the AccountId field value
func (*AccountContract) GetAccountIdOk ¶
func (o *AccountContract) GetAccountIdOk() (*string, bool)
GetAccountIdOk returns a tuple with the AccountId field value and a boolean to check if the value has been set.
func (*AccountContract) GetBillingCorporationCode ¶
func (o *AccountContract) GetBillingCorporationCode() string
GetBillingCorporationCode returns the BillingCorporationCode field value
func (*AccountContract) GetBillingCorporationCodeOk ¶
func (o *AccountContract) GetBillingCorporationCodeOk() (*string, bool)
GetBillingCorporationCodeOk returns a tuple with the BillingCorporationCode field value and a boolean to check if the value has been set.
func (*AccountContract) GetBillingCorporationName ¶
func (o *AccountContract) GetBillingCorporationName() string
GetBillingCorporationName returns the BillingCorporationName field value If the value is explicit nil, the zero value for string will be returned
func (*AccountContract) GetBillingCorporationNameOk ¶
func (o *AccountContract) GetBillingCorporationNameOk() (*string, bool)
GetBillingCorporationNameOk returns a tuple with the BillingCorporationName 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 (*AccountContract) GetBoCode ¶
func (o *AccountContract) GetBoCode() string
GetBoCode returns the BoCode field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AccountContract) GetBoCodeOk ¶
func (o *AccountContract) GetBoCodeOk() (*string, bool)
GetBoCodeOk returns a tuple with the BoCode field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*AccountContract) GetCreatedAt ¶
func (o *AccountContract) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*AccountContract) GetCreatedAtOk ¶
func (o *AccountContract) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*AccountContract) GetCreatedBy ¶
func (o *AccountContract) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value
func (*AccountContract) GetCreatedByOk ¶
func (o *AccountContract) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value and a boolean to check if the value has been set.
func (*AccountContract) GetCreatorEmail ¶
func (o *AccountContract) GetCreatorEmail() string
GetCreatorEmail returns the CreatorEmail field value
func (*AccountContract) GetCreatorEmailOk ¶
func (o *AccountContract) GetCreatorEmailOk() (*string, bool)
GetCreatorEmailOk returns a tuple with the CreatorEmail field value and a boolean to check if the value has been set.
func (*AccountContract) GetCreatorName ¶
func (o *AccountContract) GetCreatorName() string
GetCreatorName returns the CreatorName field value
func (*AccountContract) GetCreatorNameOk ¶
func (o *AccountContract) GetCreatorNameOk() (*string, bool)
GetCreatorNameOk returns a tuple with the CreatorName field value and a boolean to check if the value has been set.
func (*AccountContract) GetCurrencyCode ¶
func (o *AccountContract) GetCurrencyCode() CurrencyCodeEnum
GetCurrencyCode returns the CurrencyCode field value
func (*AccountContract) GetCurrencyCodeOk ¶
func (o *AccountContract) GetCurrencyCodeOk() (*CurrencyCodeEnum, bool)
GetCurrencyCodeOk returns a tuple with the CurrencyCode field value and a boolean to check if the value has been set.
func (*AccountContract) GetCustomerCode ¶
func (o *AccountContract) GetCustomerCode() string
GetCustomerCode returns the CustomerCode field value
func (*AccountContract) GetCustomerCodeOk ¶
func (o *AccountContract) GetCustomerCodeOk() (*string, bool)
GetCustomerCodeOk returns a tuple with the CustomerCode field value and a boolean to check if the value has been set.
func (*AccountContract) GetId ¶
func (o *AccountContract) GetId() string
GetId returns the Id field value
func (*AccountContract) GetIdOk ¶
func (o *AccountContract) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AccountContract) GetModifiedAt ¶
func (o *AccountContract) GetModifiedAt() time.Time
GetModifiedAt returns the ModifiedAt field value
func (*AccountContract) GetModifiedAtOk ¶
func (o *AccountContract) GetModifiedAtOk() (*time.Time, bool)
GetModifiedAtOk returns a tuple with the ModifiedAt field value and a boolean to check if the value has been set.
func (*AccountContract) GetModifiedBy ¶
func (o *AccountContract) GetModifiedBy() string
GetModifiedBy returns the ModifiedBy field value
func (*AccountContract) GetModifiedByOk ¶
func (o *AccountContract) GetModifiedByOk() (*string, bool)
GetModifiedByOk returns a tuple with the ModifiedBy field value and a boolean to check if the value has been set.
func (*AccountContract) GetModifierEmail ¶
func (o *AccountContract) GetModifierEmail() string
GetModifierEmail returns the ModifierEmail field value
func (*AccountContract) GetModifierEmailOk ¶
func (o *AccountContract) GetModifierEmailOk() (*string, bool)
GetModifierEmailOk returns a tuple with the ModifierEmail field value and a boolean to check if the value has been set.
func (*AccountContract) GetModifierName ¶
func (o *AccountContract) GetModifierName() string
GetModifierName returns the ModifierName field value
func (*AccountContract) GetModifierNameOk ¶
func (o *AccountContract) GetModifierNameOk() (*string, bool)
GetModifierNameOk returns a tuple with the ModifierName field value and a boolean to check if the value has been set.
func (*AccountContract) GetPaymentAccountId ¶
func (o *AccountContract) GetPaymentAccountId() string
GetPaymentAccountId returns the PaymentAccountId field value
func (*AccountContract) GetPaymentAccountIdOk ¶
func (o *AccountContract) GetPaymentAccountIdOk() (*string, bool)
GetPaymentAccountIdOk returns a tuple with the PaymentAccountId field value and a boolean to check if the value has been set.
func (*AccountContract) GetProjectCode ¶
func (o *AccountContract) GetProjectCode() string
GetProjectCode returns the ProjectCode field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AccountContract) GetProjectCodeOk ¶
func (o *AccountContract) GetProjectCodeOk() (*string, bool)
GetProjectCodeOk returns a tuple with the ProjectCode field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*AccountContract) GetWbses ¶
func (o *AccountContract) GetWbses() []AccountContractWbs
GetWbses returns the Wbses field value
func (*AccountContract) GetWbsesOk ¶
func (o *AccountContract) GetWbsesOk() ([]AccountContractWbs, bool)
GetWbsesOk returns a tuple with the Wbses field value and a boolean to check if the value has been set.
func (*AccountContract) HasBoCode ¶
func (o *AccountContract) HasBoCode() bool
HasBoCode returns a boolean if a field has been set.
func (*AccountContract) HasProjectCode ¶
func (o *AccountContract) HasProjectCode() bool
HasProjectCode returns a boolean if a field has been set.
func (AccountContract) MarshalJSON ¶
func (o AccountContract) MarshalJSON() ([]byte, error)
func (*AccountContract) SetAccountId ¶
func (o *AccountContract) SetAccountId(v string)
SetAccountId sets field value
func (*AccountContract) SetBillingCorporationCode ¶
func (o *AccountContract) SetBillingCorporationCode(v string)
SetBillingCorporationCode sets field value
func (*AccountContract) SetBillingCorporationName ¶
func (o *AccountContract) SetBillingCorporationName(v string)
SetBillingCorporationName sets field value
func (*AccountContract) SetBoCode ¶
func (o *AccountContract) SetBoCode(v string)
SetBoCode gets a reference to the given NullableString and assigns it to the BoCode field.
func (*AccountContract) SetBoCodeNil ¶
func (o *AccountContract) SetBoCodeNil()
SetBoCodeNil sets the value for BoCode to be an explicit nil
func (*AccountContract) SetCreatedAt ¶
func (o *AccountContract) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*AccountContract) SetCreatedBy ¶
func (o *AccountContract) SetCreatedBy(v string)
SetCreatedBy sets field value
func (*AccountContract) SetCreatorEmail ¶
func (o *AccountContract) SetCreatorEmail(v string)
SetCreatorEmail sets field value
func (*AccountContract) SetCreatorName ¶
func (o *AccountContract) SetCreatorName(v string)
SetCreatorName sets field value
func (*AccountContract) SetCurrencyCode ¶
func (o *AccountContract) SetCurrencyCode(v CurrencyCodeEnum)
SetCurrencyCode sets field value
func (*AccountContract) SetCustomerCode ¶
func (o *AccountContract) SetCustomerCode(v string)
SetCustomerCode sets field value
func (*AccountContract) SetModifiedAt ¶
func (o *AccountContract) SetModifiedAt(v time.Time)
SetModifiedAt sets field value
func (*AccountContract) SetModifiedBy ¶
func (o *AccountContract) SetModifiedBy(v string)
SetModifiedBy sets field value
func (*AccountContract) SetModifierEmail ¶
func (o *AccountContract) SetModifierEmail(v string)
SetModifierEmail sets field value
func (*AccountContract) SetModifierName ¶
func (o *AccountContract) SetModifierName(v string)
SetModifierName sets field value
func (*AccountContract) SetPaymentAccountId ¶
func (o *AccountContract) SetPaymentAccountId(v string)
SetPaymentAccountId sets field value
func (*AccountContract) SetProjectCode ¶
func (o *AccountContract) SetProjectCode(v string)
SetProjectCode gets a reference to the given NullableString and assigns it to the ProjectCode field.
func (*AccountContract) SetProjectCodeNil ¶
func (o *AccountContract) SetProjectCodeNil()
SetProjectCodeNil sets the value for ProjectCode to be an explicit nil
func (*AccountContract) SetWbses ¶
func (o *AccountContract) SetWbses(v []AccountContractWbs)
SetWbses sets field value
func (AccountContract) ToMap ¶
func (o AccountContract) ToMap() (map[string]interface{}, error)
func (*AccountContract) UnmarshalJSON ¶
func (o *AccountContract) UnmarshalJSON(data []byte) (err error)
func (*AccountContract) UnsetBoCode ¶
func (o *AccountContract) UnsetBoCode()
UnsetBoCode ensures that no value is present for BoCode, not even an explicit nil
func (*AccountContract) UnsetProjectCode ¶
func (o *AccountContract) UnsetProjectCode()
UnsetProjectCode ensures that no value is present for ProjectCode, not even an explicit nil
type AccountContractWbs ¶
type AccountContractWbs struct {
// Account 계약 ID
AccountContractId string `json:"account_contract_id"`
// 생성 일시
CreatedAt time.Time `json:"created_at"`
// 생성자
CreatedBy string `json:"created_by"`
// 생성자 Email
CreatorEmail string `json:"creator_email"`
// 생성자 성, 이름
CreatorName string `json:"creator_name"`
// WBS Code
WbsCode string `json:"wbs_code"`
}
AccountContractWbs struct for AccountContractWbs
func NewAccountContractWbs ¶
func NewAccountContractWbs(accountContractId string, createdAt time.Time, createdBy string, creatorEmail string, creatorName string, wbsCode string) *AccountContractWbs
NewAccountContractWbs instantiates a new AccountContractWbs 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 NewAccountContractWbsWithDefaults ¶
func NewAccountContractWbsWithDefaults() *AccountContractWbs
NewAccountContractWbsWithDefaults instantiates a new AccountContractWbs 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 (*AccountContractWbs) GetAccountContractId ¶
func (o *AccountContractWbs) GetAccountContractId() string
GetAccountContractId returns the AccountContractId field value
func (*AccountContractWbs) GetAccountContractIdOk ¶
func (o *AccountContractWbs) GetAccountContractIdOk() (*string, bool)
GetAccountContractIdOk returns a tuple with the AccountContractId field value and a boolean to check if the value has been set.
func (*AccountContractWbs) GetCreatedAt ¶
func (o *AccountContractWbs) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*AccountContractWbs) GetCreatedAtOk ¶
func (o *AccountContractWbs) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*AccountContractWbs) GetCreatedBy ¶
func (o *AccountContractWbs) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value
func (*AccountContractWbs) GetCreatedByOk ¶
func (o *AccountContractWbs) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value and a boolean to check if the value has been set.
func (*AccountContractWbs) GetCreatorEmail ¶
func (o *AccountContractWbs) GetCreatorEmail() string
GetCreatorEmail returns the CreatorEmail field value
func (*AccountContractWbs) GetCreatorEmailOk ¶
func (o *AccountContractWbs) GetCreatorEmailOk() (*string, bool)
GetCreatorEmailOk returns a tuple with the CreatorEmail field value and a boolean to check if the value has been set.
func (*AccountContractWbs) GetCreatorName ¶
func (o *AccountContractWbs) GetCreatorName() string
GetCreatorName returns the CreatorName field value
func (*AccountContractWbs) GetCreatorNameOk ¶
func (o *AccountContractWbs) GetCreatorNameOk() (*string, bool)
GetCreatorNameOk returns a tuple with the CreatorName field value and a boolean to check if the value has been set.
func (*AccountContractWbs) GetWbsCode ¶
func (o *AccountContractWbs) GetWbsCode() string
GetWbsCode returns the WbsCode field value
func (*AccountContractWbs) GetWbsCodeOk ¶
func (o *AccountContractWbs) GetWbsCodeOk() (*string, bool)
GetWbsCodeOk returns a tuple with the WbsCode field value and a boolean to check if the value has been set.
func (AccountContractWbs) MarshalJSON ¶
func (o AccountContractWbs) MarshalJSON() ([]byte, error)
func (*AccountContractWbs) SetAccountContractId ¶
func (o *AccountContractWbs) SetAccountContractId(v string)
SetAccountContractId sets field value
func (*AccountContractWbs) SetCreatedAt ¶
func (o *AccountContractWbs) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*AccountContractWbs) SetCreatedBy ¶
func (o *AccountContractWbs) SetCreatedBy(v string)
SetCreatedBy sets field value
func (*AccountContractWbs) SetCreatorEmail ¶
func (o *AccountContractWbs) SetCreatorEmail(v string)
SetCreatorEmail sets field value
func (*AccountContractWbs) SetCreatorName ¶
func (o *AccountContractWbs) SetCreatorName(v string)
SetCreatorName sets field value
func (*AccountContractWbs) SetWbsCode ¶
func (o *AccountContractWbs) SetWbsCode(v string)
SetWbsCode sets field value
func (AccountContractWbs) ToMap ¶
func (o AccountContractWbs) ToMap() (map[string]interface{}, error)
func (*AccountContractWbs) UnmarshalJSON ¶
func (o *AccountContractWbs) UnmarshalJSON(data []byte) (err error)
type AccountRequestScopeEnum ¶
type AccountRequestScopeEnum string
AccountRequestScopeEnum the model 'AccountRequestScopeEnum'
const ( ACCOUNTREQUESTSCOPEENUM_ADMIN AccountRequestScopeEnum = "ADMIN" ACCOUNTREQUESTSCOPEENUM_ACCOUNT_MANAGER AccountRequestScopeEnum = "ACCOUNT_MANAGER" ACCOUNTREQUESTSCOPEENUM_ACCOUNT_USER AccountRequestScopeEnum = "ACCOUNT_USER" )
List of AccountRequestScopeEnum
func NewAccountRequestScopeEnumFromValue ¶
func NewAccountRequestScopeEnumFromValue(v string) (*AccountRequestScopeEnum, error)
NewAccountRequestScopeEnumFromValue returns a pointer to a valid AccountRequestScopeEnum for the value passed as argument, or an error if the value passed is not allowed by the enum
func (AccountRequestScopeEnum) IsValid ¶
func (v AccountRequestScopeEnum) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (AccountRequestScopeEnum) Ptr ¶
func (v AccountRequestScopeEnum) Ptr() *AccountRequestScopeEnum
Ptr returns reference to AccountRequestScopeEnum value
func (*AccountRequestScopeEnum) UnmarshalJSON ¶
func (v *AccountRequestScopeEnum) UnmarshalJSON(src []byte) error
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 CompanyResponse ¶
type CompanyResponse struct {
// 비즈니스 파트너 ID
BusinessPartnerId string `json:"business_partner_id"`
// 비즈니스 유형
BusinessType string `json:"business_type"`
// 도시 이름
CityName string `json:"city_name"`
// 국가 코드
CountryCode string `json:"country_code"`
// 국가 이름
CountryName string `json:"country_name"`
// 국가 전화번호
CountryTelNo string `json:"country_tel_no"`
// 회사이름 영문
EnName string `json:"en_name"`
// 회사 팩스번호
FaxNo string `json:"fax_no"`
// ID
Id string `json:"id"`
// 회사이름
Name string `json:"name"`
// 사업자등록번호
RegistrationNumber string `json:"registration_number"`
// 회사대표 이름
RepresentativeName string `json:"representative_name"`
// 도로 이름
StreetName string `json:"street_name"`
// 회사 전화번호
TelNo string `json:"tel_no"`
// 우편번호
ZipCode string `json:"zip_code"`
}
CompanyResponse struct for CompanyResponse
func NewCompanyResponse ¶
func NewCompanyResponse(businessPartnerId string, businessType string, cityName string, countryCode string, countryName string, countryTelNo string, enName string, faxNo string, id string, name string, registrationNumber string, representativeName string, streetName string, telNo string, zipCode string) *CompanyResponse
NewCompanyResponse instantiates a new CompanyResponse 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 NewCompanyResponseWithDefaults ¶
func NewCompanyResponseWithDefaults() *CompanyResponse
NewCompanyResponseWithDefaults instantiates a new CompanyResponse 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 (*CompanyResponse) GetBusinessPartnerId ¶
func (o *CompanyResponse) GetBusinessPartnerId() string
GetBusinessPartnerId returns the BusinessPartnerId field value
func (*CompanyResponse) GetBusinessPartnerIdOk ¶
func (o *CompanyResponse) GetBusinessPartnerIdOk() (*string, bool)
GetBusinessPartnerIdOk returns a tuple with the BusinessPartnerId field value and a boolean to check if the value has been set.
func (*CompanyResponse) GetBusinessType ¶
func (o *CompanyResponse) GetBusinessType() string
GetBusinessType returns the BusinessType field value
func (*CompanyResponse) GetBusinessTypeOk ¶
func (o *CompanyResponse) GetBusinessTypeOk() (*string, bool)
GetBusinessTypeOk returns a tuple with the BusinessType field value and a boolean to check if the value has been set.
func (*CompanyResponse) GetCityName ¶
func (o *CompanyResponse) GetCityName() string
GetCityName returns the CityName field value
func (*CompanyResponse) GetCityNameOk ¶
func (o *CompanyResponse) GetCityNameOk() (*string, bool)
GetCityNameOk returns a tuple with the CityName field value and a boolean to check if the value has been set.
func (*CompanyResponse) GetCountryCode ¶
func (o *CompanyResponse) GetCountryCode() string
GetCountryCode returns the CountryCode field value
func (*CompanyResponse) GetCountryCodeOk ¶
func (o *CompanyResponse) GetCountryCodeOk() (*string, bool)
GetCountryCodeOk returns a tuple with the CountryCode field value and a boolean to check if the value has been set.
func (*CompanyResponse) GetCountryName ¶
func (o *CompanyResponse) GetCountryName() string
GetCountryName returns the CountryName field value
func (*CompanyResponse) GetCountryNameOk ¶
func (o *CompanyResponse) GetCountryNameOk() (*string, bool)
GetCountryNameOk returns a tuple with the CountryName field value and a boolean to check if the value has been set.
func (*CompanyResponse) GetCountryTelNo ¶
func (o *CompanyResponse) GetCountryTelNo() string
GetCountryTelNo returns the CountryTelNo field value
func (*CompanyResponse) GetCountryTelNoOk ¶
func (o *CompanyResponse) GetCountryTelNoOk() (*string, bool)
GetCountryTelNoOk returns a tuple with the CountryTelNo field value and a boolean to check if the value has been set.
func (*CompanyResponse) GetEnName ¶
func (o *CompanyResponse) GetEnName() string
GetEnName returns the EnName field value
func (*CompanyResponse) GetEnNameOk ¶
func (o *CompanyResponse) GetEnNameOk() (*string, bool)
GetEnNameOk returns a tuple with the EnName field value and a boolean to check if the value has been set.
func (*CompanyResponse) GetFaxNo ¶
func (o *CompanyResponse) GetFaxNo() string
GetFaxNo returns the FaxNo field value
func (*CompanyResponse) GetFaxNoOk ¶
func (o *CompanyResponse) GetFaxNoOk() (*string, bool)
GetFaxNoOk returns a tuple with the FaxNo field value and a boolean to check if the value has been set.
func (*CompanyResponse) GetId ¶
func (o *CompanyResponse) GetId() string
GetId returns the Id field value
func (*CompanyResponse) GetIdOk ¶
func (o *CompanyResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*CompanyResponse) GetName ¶
func (o *CompanyResponse) GetName() string
GetName returns the Name field value
func (*CompanyResponse) GetNameOk ¶
func (o *CompanyResponse) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CompanyResponse) GetRegistrationNumber ¶
func (o *CompanyResponse) GetRegistrationNumber() string
GetRegistrationNumber returns the RegistrationNumber field value
func (*CompanyResponse) GetRegistrationNumberOk ¶
func (o *CompanyResponse) GetRegistrationNumberOk() (*string, bool)
GetRegistrationNumberOk returns a tuple with the RegistrationNumber field value and a boolean to check if the value has been set.
func (*CompanyResponse) GetRepresentativeName ¶
func (o *CompanyResponse) GetRepresentativeName() string
GetRepresentativeName returns the RepresentativeName field value
func (*CompanyResponse) GetRepresentativeNameOk ¶
func (o *CompanyResponse) GetRepresentativeNameOk() (*string, bool)
GetRepresentativeNameOk returns a tuple with the RepresentativeName field value and a boolean to check if the value has been set.
func (*CompanyResponse) GetStreetName ¶
func (o *CompanyResponse) GetStreetName() string
GetStreetName returns the StreetName field value
func (*CompanyResponse) GetStreetNameOk ¶
func (o *CompanyResponse) GetStreetNameOk() (*string, bool)
GetStreetNameOk returns a tuple with the StreetName field value and a boolean to check if the value has been set.
func (*CompanyResponse) GetTelNo ¶
func (o *CompanyResponse) GetTelNo() string
GetTelNo returns the TelNo field value
func (*CompanyResponse) GetTelNoOk ¶
func (o *CompanyResponse) GetTelNoOk() (*string, bool)
GetTelNoOk returns a tuple with the TelNo field value and a boolean to check if the value has been set.
func (*CompanyResponse) GetZipCode ¶
func (o *CompanyResponse) GetZipCode() string
GetZipCode returns the ZipCode field value
func (*CompanyResponse) GetZipCodeOk ¶
func (o *CompanyResponse) GetZipCodeOk() (*string, bool)
GetZipCodeOk returns a tuple with the ZipCode field value and a boolean to check if the value has been set.
func (CompanyResponse) MarshalJSON ¶
func (o CompanyResponse) MarshalJSON() ([]byte, error)
func (*CompanyResponse) SetBusinessPartnerId ¶
func (o *CompanyResponse) SetBusinessPartnerId(v string)
SetBusinessPartnerId sets field value
func (*CompanyResponse) SetBusinessType ¶
func (o *CompanyResponse) SetBusinessType(v string)
SetBusinessType sets field value
func (*CompanyResponse) SetCityName ¶
func (o *CompanyResponse) SetCityName(v string)
SetCityName sets field value
func (*CompanyResponse) SetCountryCode ¶
func (o *CompanyResponse) SetCountryCode(v string)
SetCountryCode sets field value
func (*CompanyResponse) SetCountryName ¶
func (o *CompanyResponse) SetCountryName(v string)
SetCountryName sets field value
func (*CompanyResponse) SetCountryTelNo ¶
func (o *CompanyResponse) SetCountryTelNo(v string)
SetCountryTelNo sets field value
func (*CompanyResponse) SetEnName ¶
func (o *CompanyResponse) SetEnName(v string)
SetEnName sets field value
func (*CompanyResponse) SetFaxNo ¶
func (o *CompanyResponse) SetFaxNo(v string)
SetFaxNo sets field value
func (*CompanyResponse) SetName ¶
func (o *CompanyResponse) SetName(v string)
SetName sets field value
func (*CompanyResponse) SetRegistrationNumber ¶
func (o *CompanyResponse) SetRegistrationNumber(v string)
SetRegistrationNumber sets field value
func (*CompanyResponse) SetRepresentativeName ¶
func (o *CompanyResponse) SetRepresentativeName(v string)
SetRepresentativeName sets field value
func (*CompanyResponse) SetStreetName ¶
func (o *CompanyResponse) SetStreetName(v string)
SetStreetName sets field value
func (*CompanyResponse) SetTelNo ¶
func (o *CompanyResponse) SetTelNo(v string)
SetTelNo sets field value
func (*CompanyResponse) SetZipCode ¶
func (o *CompanyResponse) SetZipCode(v string)
SetZipCode sets field value
func (CompanyResponse) ToMap ¶
func (o CompanyResponse) ToMap() (map[string]interface{}, error)
func (*CompanyResponse) UnmarshalJSON ¶
func (o *CompanyResponse) UnmarshalJSON(data []byte) (err error)
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 CurrencyCodeEnum ¶
type CurrencyCodeEnum string
CurrencyCodeEnum the model 'CurrencyCodeEnum'
const ( CURRENCYCODEENUM_KRW CurrencyCodeEnum = "KRW" CURRENCYCODEENUM_USD CurrencyCodeEnum = "USD" )
List of CurrencyCodeEnum
func NewCurrencyCodeEnumFromValue ¶
func NewCurrencyCodeEnumFromValue(v string) (*CurrencyCodeEnum, error)
NewCurrencyCodeEnumFromValue returns a pointer to a valid CurrencyCodeEnum for the value passed as argument, or an error if the value passed is not allowed by the enum
func (CurrencyCodeEnum) IsValid ¶
func (v CurrencyCodeEnum) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (CurrencyCodeEnum) Ptr ¶
func (v CurrencyCodeEnum) Ptr() *CurrencyCodeEnum
Ptr returns reference to CurrencyCodeEnum value
func (*CurrencyCodeEnum) UnmarshalJSON ¶
func (v *CurrencyCodeEnum) UnmarshalJSON(src []byte) error
type EndpointsResponse ¶
type EndpointsResponse struct {
// Region
Region string `json:"region"`
// Service name
ServiceName string `json:"service_name"`
// Service type
ServiceType string `json:"service_type"`
// URL
Url string `json:"url"`
}
EndpointsResponse struct for EndpointsResponse
func NewEndpointsResponse ¶
func NewEndpointsResponse(region string, serviceName string, serviceType string, url string) *EndpointsResponse
NewEndpointsResponse instantiates a new EndpointsResponse 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 NewEndpointsResponseWithDefaults ¶
func NewEndpointsResponseWithDefaults() *EndpointsResponse
NewEndpointsResponseWithDefaults instantiates a new EndpointsResponse 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 (*EndpointsResponse) GetRegion ¶
func (o *EndpointsResponse) GetRegion() string
GetRegion returns the Region field value
func (*EndpointsResponse) GetRegionOk ¶
func (o *EndpointsResponse) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field value and a boolean to check if the value has been set.
func (*EndpointsResponse) GetServiceName ¶
func (o *EndpointsResponse) GetServiceName() string
GetServiceName returns the ServiceName field value
func (*EndpointsResponse) GetServiceNameOk ¶
func (o *EndpointsResponse) GetServiceNameOk() (*string, bool)
GetServiceNameOk returns a tuple with the ServiceName field value and a boolean to check if the value has been set.
func (*EndpointsResponse) GetServiceType ¶
func (o *EndpointsResponse) GetServiceType() string
GetServiceType returns the ServiceType field value
func (*EndpointsResponse) GetServiceTypeOk ¶
func (o *EndpointsResponse) GetServiceTypeOk() (*string, bool)
GetServiceTypeOk returns a tuple with the ServiceType field value and a boolean to check if the value has been set.
func (*EndpointsResponse) GetUrl ¶
func (o *EndpointsResponse) GetUrl() string
GetUrl returns the Url field value
func (*EndpointsResponse) GetUrlOk ¶
func (o *EndpointsResponse) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (EndpointsResponse) MarshalJSON ¶
func (o EndpointsResponse) MarshalJSON() ([]byte, error)
func (*EndpointsResponse) SetRegion ¶
func (o *EndpointsResponse) SetRegion(v string)
SetRegion sets field value
func (*EndpointsResponse) SetServiceName ¶
func (o *EndpointsResponse) SetServiceName(v string)
SetServiceName sets field value
func (*EndpointsResponse) SetServiceType ¶
func (o *EndpointsResponse) SetServiceType(v string)
SetServiceType sets field value
func (*EndpointsResponse) SetUrl ¶
func (o *EndpointsResponse) SetUrl(v string)
SetUrl sets field value
func (EndpointsResponse) ToMap ¶
func (o EndpointsResponse) ToMap() (map[string]interface{}, error)
func (*EndpointsResponse) UnmarshalJSON ¶
func (o *EndpointsResponse) UnmarshalJSON(data []byte) (err 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 Group ¶
type Group struct {
// 생성 일시
CreatedAt time.Time `json:"created_at"`
// 생성자
CreatedBy string `json:"created_by"`
// 생성자 Email
CreatorEmail string `json:"creator_email"`
// 생성자 성, 이름
CreatorName string `json:"creator_name"`
Description NullableString `json:"description"`
// ID
Id string `json:"id"`
// 수정 일시
ModifiedAt time.Time `json:"modified_at"`
// 수정자
ModifiedBy string `json:"modified_by"`
// 수정자 Email
ModifierEmail string `json:"modifier_email"`
// 수정자 성, 이름
ModifierName string `json:"modifier_name"`
// Group 이름
Name string `json:"name" validate:"regexp=^[a-zA-Z0-9\\\\-.,_+=@ㄱ-ㅎㅏ-ㅣ가-힣\\\\s]*$"`
Policies []Policy `json:"policies"`
Roles []Role `json:"roles"`
Srn NullableString `json:"srn,omitempty"`
Tags []map[string]interface{} `json:"tags,omitempty"`
// Group Type
Type string `json:"type"`
}
Group struct for Group
func NewGroup ¶
func NewGroup(createdAt time.Time, createdBy string, creatorEmail string, creatorName string, description NullableString, id string, modifiedAt time.Time, modifiedBy string, modifierEmail string, modifierName string, name string, policies []Policy, roles []Role, type_ string) *Group
NewGroup instantiates a new Group 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 NewGroupWithDefaults ¶
func NewGroupWithDefaults() *Group
NewGroupWithDefaults instantiates a new Group 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 (*Group) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value
func (*Group) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*Group) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value
func (*Group) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value and a boolean to check if the value has been set.
func (*Group) GetCreatorEmail ¶
GetCreatorEmail returns the CreatorEmail field value
func (*Group) GetCreatorEmailOk ¶
GetCreatorEmailOk returns a tuple with the CreatorEmail field value and a boolean to check if the value has been set.
func (*Group) GetCreatorName ¶
GetCreatorName returns the CreatorName field value
func (*Group) GetCreatorNameOk ¶
GetCreatorNameOk returns a tuple with the CreatorName field value and a boolean to check if the value has been set.
func (*Group) GetDescription ¶
GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned
func (*Group) GetDescriptionOk ¶
GetDescriptionOk returns a tuple with the Description 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 (*Group) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Group) GetModifiedAt ¶
GetModifiedAt returns the ModifiedAt field value
func (*Group) GetModifiedAtOk ¶
GetModifiedAtOk returns a tuple with the ModifiedAt field value and a boolean to check if the value has been set.
func (*Group) GetModifiedBy ¶
GetModifiedBy returns the ModifiedBy field value
func (*Group) GetModifiedByOk ¶
GetModifiedByOk returns a tuple with the ModifiedBy field value and a boolean to check if the value has been set.
func (*Group) GetModifierEmail ¶
GetModifierEmail returns the ModifierEmail field value
func (*Group) GetModifierEmailOk ¶
GetModifierEmailOk returns a tuple with the ModifierEmail field value and a boolean to check if the value has been set.
func (*Group) GetModifierName ¶
GetModifierName returns the ModifierName field value
func (*Group) GetModifierNameOk ¶
GetModifierNameOk returns a tuple with the ModifierName field value and a boolean to check if the value has been set.
func (*Group) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Group) GetPolicies ¶
GetPolicies returns the Policies field value If the value is explicit nil, the zero value for []Policy will be returned
func (*Group) GetPoliciesOk ¶
GetPoliciesOk returns a tuple with the Policies 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 (*Group) GetRoles ¶
GetRoles returns the Roles field value If the value is explicit nil, the zero value for []Role will be returned
func (*Group) GetRolesOk ¶
GetRolesOk returns a tuple with the Roles 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 (*Group) GetSrn ¶
GetSrn returns the Srn field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Group) GetSrnOk ¶
GetSrnOk returns a tuple with the Srn field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Group) GetTags ¶
GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Group) GetTagsOk ¶
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Group) GetTypeOk ¶
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (Group) MarshalJSON ¶
func (*Group) SetCreatedAt ¶
SetCreatedAt sets field value
func (*Group) SetCreatorEmail ¶
SetCreatorEmail sets field value
func (*Group) SetCreatorName ¶
SetCreatorName sets field value
func (*Group) SetDescription ¶
SetDescription sets field value
func (*Group) SetModifiedAt ¶
SetModifiedAt sets field value
func (*Group) SetModifiedBy ¶
SetModifiedBy sets field value
func (*Group) SetModifierEmail ¶
SetModifierEmail sets field value
func (*Group) SetModifierName ¶
SetModifierName sets field value
func (*Group) SetSrn ¶
SetSrn gets a reference to the given NullableString and assigns it to the Srn field.
func (*Group) SetSrnNil ¶
func (o *Group) SetSrnNil()
SetSrnNil sets the value for Srn to be an explicit nil
func (*Group) SetTags ¶
SetTags gets a reference to the given []map[string]interface{} and assigns it to the Tags field.
func (*Group) UnmarshalJSON ¶
type GroupCreateRequest ¶
type GroupCreateRequest struct {
Description NullableString `json:"description"`
// Group 이름
Name string `json:"name" validate:"regexp=^[a-zA-Z0-9\\\\-.,_+=@ㄱ-ㅎㅏ-ㅣ가-힣\\\\s]*$"`
Tags []map[string]string `json:"tags,omitempty"`
}
GroupCreateRequest struct for GroupCreateRequest
func NewGroupCreateRequest ¶
func NewGroupCreateRequest(description NullableString, name string) *GroupCreateRequest
NewGroupCreateRequest instantiates a new GroupCreateRequest 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 NewGroupCreateRequestWithDefaults ¶
func NewGroupCreateRequestWithDefaults() *GroupCreateRequest
NewGroupCreateRequestWithDefaults instantiates a new GroupCreateRequest 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 (*GroupCreateRequest) GetDescription ¶
func (o *GroupCreateRequest) GetDescription() string
GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned
func (*GroupCreateRequest) GetDescriptionOk ¶
func (o *GroupCreateRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description 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 (*GroupCreateRequest) GetName ¶
func (o *GroupCreateRequest) GetName() string
GetName returns the Name field value
func (*GroupCreateRequest) GetNameOk ¶
func (o *GroupCreateRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*GroupCreateRequest) GetTags ¶
func (o *GroupCreateRequest) GetTags() []map[string]string
GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GroupCreateRequest) GetTagsOk ¶
func (o *GroupCreateRequest) GetTagsOk() ([]map[string]string, bool)
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GroupCreateRequest) HasTags ¶
func (o *GroupCreateRequest) HasTags() bool
HasTags returns a boolean if a field has been set.
func (GroupCreateRequest) MarshalJSON ¶
func (o GroupCreateRequest) MarshalJSON() ([]byte, error)
func (*GroupCreateRequest) SetDescription ¶
func (o *GroupCreateRequest) SetDescription(v string)
SetDescription sets field value
func (*GroupCreateRequest) SetName ¶
func (o *GroupCreateRequest) SetName(v string)
SetName sets field value
func (*GroupCreateRequest) SetTags ¶
func (o *GroupCreateRequest) SetTags(v []map[string]string)
SetTags gets a reference to the given []map[string]string and assigns it to the Tags field.
func (GroupCreateRequest) ToMap ¶
func (o GroupCreateRequest) ToMap() (map[string]interface{}, error)
func (*GroupCreateRequest) UnmarshalJSON ¶
func (o *GroupCreateRequest) UnmarshalJSON(data []byte) (err error)
type GroupMember ¶
type GroupMember struct {
// 생성 일시
CreatedAt time.Time `json:"created_at"`
// 생성자
CreatedBy string `json:"created_by"`
// 생성 일시
CreatorCreatedAt *time.Time `json:"creator_created_at,omitempty"`
// 생성자 Email
CreatorEmail string `json:"creator_email"`
CreatorLastLoginAt NullableTime `json:"creator_last_login_at,omitempty"`
// 생성자 성, 이름
CreatorName string `json:"creator_name"`
// Group names
GroupNames []string `json:"group_names,omitempty"`
// 생성 일시
UserCreatedAt *time.Time `json:"user_created_at,omitempty"`
// User Email
UserEmail string `json:"user_email"`
// User ID
UserId string `json:"user_id"`
UserLastLoginAt NullableTime `json:"user_last_login_at,omitempty"`
// User 성, 이름
UserName string `json:"user_name"`
}
GroupMember struct for GroupMember
func NewGroupMember ¶
func NewGroupMember(createdAt time.Time, createdBy string, creatorEmail string, creatorName string, userEmail string, userId string, userName string) *GroupMember
NewGroupMember instantiates a new GroupMember 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 NewGroupMemberWithDefaults ¶
func NewGroupMemberWithDefaults() *GroupMember
NewGroupMemberWithDefaults instantiates a new GroupMember 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 (*GroupMember) GetCreatedAt ¶
func (o *GroupMember) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*GroupMember) GetCreatedAtOk ¶
func (o *GroupMember) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*GroupMember) GetCreatedBy ¶
func (o *GroupMember) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value
func (*GroupMember) GetCreatedByOk ¶
func (o *GroupMember) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value and a boolean to check if the value has been set.
func (*GroupMember) GetCreatorCreatedAt ¶
func (o *GroupMember) GetCreatorCreatedAt() time.Time
GetCreatorCreatedAt returns the CreatorCreatedAt field value if set, zero value otherwise.
func (*GroupMember) GetCreatorCreatedAtOk ¶
func (o *GroupMember) GetCreatorCreatedAtOk() (*time.Time, bool)
GetCreatorCreatedAtOk returns a tuple with the CreatorCreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupMember) GetCreatorEmail ¶
func (o *GroupMember) GetCreatorEmail() string
GetCreatorEmail returns the CreatorEmail field value
func (*GroupMember) GetCreatorEmailOk ¶
func (o *GroupMember) GetCreatorEmailOk() (*string, bool)
GetCreatorEmailOk returns a tuple with the CreatorEmail field value and a boolean to check if the value has been set.
func (*GroupMember) GetCreatorLastLoginAt ¶
func (o *GroupMember) GetCreatorLastLoginAt() time.Time
GetCreatorLastLoginAt returns the CreatorLastLoginAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GroupMember) GetCreatorLastLoginAtOk ¶
func (o *GroupMember) GetCreatorLastLoginAtOk() (*time.Time, bool)
GetCreatorLastLoginAtOk returns a tuple with the CreatorLastLoginAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GroupMember) GetCreatorName ¶
func (o *GroupMember) GetCreatorName() string
GetCreatorName returns the CreatorName field value
func (*GroupMember) GetCreatorNameOk ¶
func (o *GroupMember) GetCreatorNameOk() (*string, bool)
GetCreatorNameOk returns a tuple with the CreatorName field value and a boolean to check if the value has been set.
func (*GroupMember) GetGroupNames ¶
func (o *GroupMember) GetGroupNames() []string
GetGroupNames returns the GroupNames field value if set, zero value otherwise.
func (*GroupMember) GetGroupNamesOk ¶
func (o *GroupMember) GetGroupNamesOk() ([]string, bool)
GetGroupNamesOk returns a tuple with the GroupNames field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupMember) GetUserCreatedAt ¶
func (o *GroupMember) GetUserCreatedAt() time.Time
GetUserCreatedAt returns the UserCreatedAt field value if set, zero value otherwise.
func (*GroupMember) GetUserCreatedAtOk ¶
func (o *GroupMember) GetUserCreatedAtOk() (*time.Time, bool)
GetUserCreatedAtOk returns a tuple with the UserCreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupMember) GetUserEmail ¶
func (o *GroupMember) GetUserEmail() string
GetUserEmail returns the UserEmail field value
func (*GroupMember) GetUserEmailOk ¶
func (o *GroupMember) GetUserEmailOk() (*string, bool)
GetUserEmailOk returns a tuple with the UserEmail field value and a boolean to check if the value has been set.
func (*GroupMember) GetUserId ¶
func (o *GroupMember) GetUserId() string
GetUserId returns the UserId field value
func (*GroupMember) GetUserIdOk ¶
func (o *GroupMember) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field value and a boolean to check if the value has been set.
func (*GroupMember) GetUserLastLoginAt ¶
func (o *GroupMember) GetUserLastLoginAt() time.Time
GetUserLastLoginAt returns the UserLastLoginAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GroupMember) GetUserLastLoginAtOk ¶
func (o *GroupMember) GetUserLastLoginAtOk() (*time.Time, bool)
GetUserLastLoginAtOk returns a tuple with the UserLastLoginAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GroupMember) GetUserName ¶
func (o *GroupMember) GetUserName() string
GetUserName returns the UserName field value
func (*GroupMember) GetUserNameOk ¶
func (o *GroupMember) GetUserNameOk() (*string, bool)
GetUserNameOk returns a tuple with the UserName field value and a boolean to check if the value has been set.
func (*GroupMember) HasCreatorCreatedAt ¶
func (o *GroupMember) HasCreatorCreatedAt() bool
HasCreatorCreatedAt returns a boolean if a field has been set.
func (*GroupMember) HasCreatorLastLoginAt ¶
func (o *GroupMember) HasCreatorLastLoginAt() bool
HasCreatorLastLoginAt returns a boolean if a field has been set.
func (*GroupMember) HasGroupNames ¶
func (o *GroupMember) HasGroupNames() bool
HasGroupNames returns a boolean if a field has been set.
func (*GroupMember) HasUserCreatedAt ¶
func (o *GroupMember) HasUserCreatedAt() bool
HasUserCreatedAt returns a boolean if a field has been set.
func (*GroupMember) HasUserLastLoginAt ¶
func (o *GroupMember) HasUserLastLoginAt() bool
HasUserLastLoginAt returns a boolean if a field has been set.
func (GroupMember) MarshalJSON ¶
func (o GroupMember) MarshalJSON() ([]byte, error)
func (*GroupMember) SetCreatedAt ¶
func (o *GroupMember) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*GroupMember) SetCreatedBy ¶
func (o *GroupMember) SetCreatedBy(v string)
SetCreatedBy sets field value
func (*GroupMember) SetCreatorCreatedAt ¶
func (o *GroupMember) SetCreatorCreatedAt(v time.Time)
SetCreatorCreatedAt gets a reference to the given time.Time and assigns it to the CreatorCreatedAt field.
func (*GroupMember) SetCreatorEmail ¶
func (o *GroupMember) SetCreatorEmail(v string)
SetCreatorEmail sets field value
func (*GroupMember) SetCreatorLastLoginAt ¶
func (o *GroupMember) SetCreatorLastLoginAt(v time.Time)
SetCreatorLastLoginAt gets a reference to the given NullableTime and assigns it to the CreatorLastLoginAt field.
func (*GroupMember) SetCreatorLastLoginAtNil ¶
func (o *GroupMember) SetCreatorLastLoginAtNil()
SetCreatorLastLoginAtNil sets the value for CreatorLastLoginAt to be an explicit nil
func (*GroupMember) SetCreatorName ¶
func (o *GroupMember) SetCreatorName(v string)
SetCreatorName sets field value
func (*GroupMember) SetGroupNames ¶
func (o *GroupMember) SetGroupNames(v []string)
SetGroupNames gets a reference to the given []string and assigns it to the GroupNames field.
func (*GroupMember) SetUserCreatedAt ¶
func (o *GroupMember) SetUserCreatedAt(v time.Time)
SetUserCreatedAt gets a reference to the given time.Time and assigns it to the UserCreatedAt field.
func (*GroupMember) SetUserEmail ¶
func (o *GroupMember) SetUserEmail(v string)
SetUserEmail sets field value
func (*GroupMember) SetUserId ¶
func (o *GroupMember) SetUserId(v string)
SetUserId sets field value
func (*GroupMember) SetUserLastLoginAt ¶
func (o *GroupMember) SetUserLastLoginAt(v time.Time)
SetUserLastLoginAt gets a reference to the given NullableTime and assigns it to the UserLastLoginAt field.
func (*GroupMember) SetUserLastLoginAtNil ¶
func (o *GroupMember) SetUserLastLoginAtNil()
SetUserLastLoginAtNil sets the value for UserLastLoginAt to be an explicit nil
func (*GroupMember) SetUserName ¶
func (o *GroupMember) SetUserName(v string)
SetUserName sets field value
func (GroupMember) ToMap ¶
func (o GroupMember) ToMap() (map[string]interface{}, error)
func (*GroupMember) UnmarshalJSON ¶
func (o *GroupMember) UnmarshalJSON(data []byte) (err error)
func (*GroupMember) UnsetCreatorLastLoginAt ¶
func (o *GroupMember) UnsetCreatorLastLoginAt()
UnsetCreatorLastLoginAt ensures that no value is present for CreatorLastLoginAt, not even an explicit nil
func (*GroupMember) UnsetUserLastLoginAt ¶
func (o *GroupMember) UnsetUserLastLoginAt()
UnsetUserLastLoginAt ensures that no value is present for UserLastLoginAt, not even an explicit nil
type GroupMemberCreateRequest ¶
type GroupMemberCreateRequest struct {
// Group Member User ID
UserId string `json:"user_id"`
}
GroupMemberCreateRequest struct for GroupMemberCreateRequest
func NewGroupMemberCreateRequest ¶
func NewGroupMemberCreateRequest(userId string) *GroupMemberCreateRequest
NewGroupMemberCreateRequest instantiates a new GroupMemberCreateRequest 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 NewGroupMemberCreateRequestWithDefaults ¶
func NewGroupMemberCreateRequestWithDefaults() *GroupMemberCreateRequest
NewGroupMemberCreateRequestWithDefaults instantiates a new GroupMemberCreateRequest 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 (*GroupMemberCreateRequest) GetUserId ¶
func (o *GroupMemberCreateRequest) GetUserId() string
GetUserId returns the UserId field value
func (*GroupMemberCreateRequest) GetUserIdOk ¶
func (o *GroupMemberCreateRequest) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field value and a boolean to check if the value has been set.
func (GroupMemberCreateRequest) MarshalJSON ¶
func (o GroupMemberCreateRequest) MarshalJSON() ([]byte, error)
func (*GroupMemberCreateRequest) SetUserId ¶
func (o *GroupMemberCreateRequest) SetUserId(v string)
SetUserId sets field value
func (GroupMemberCreateRequest) ToMap ¶
func (o GroupMemberCreateRequest) ToMap() (map[string]interface{}, error)
func (*GroupMemberCreateRequest) UnmarshalJSON ¶
func (o *GroupMemberCreateRequest) UnmarshalJSON(data []byte) (err error)
type GroupMemberDeleteRequest ¶
type GroupMemberDeleteRequest struct {
// Project User가 최소 1개 Group에 속해야 하는 규칙 무시
IgnoreValidateProjectUser *bool `json:"ignore_validate_project_user,omitempty"`
}
GroupMemberDeleteRequest struct for GroupMemberDeleteRequest
func NewGroupMemberDeleteRequest ¶
func NewGroupMemberDeleteRequest() *GroupMemberDeleteRequest
NewGroupMemberDeleteRequest instantiates a new GroupMemberDeleteRequest 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 NewGroupMemberDeleteRequestWithDefaults ¶
func NewGroupMemberDeleteRequestWithDefaults() *GroupMemberDeleteRequest
NewGroupMemberDeleteRequestWithDefaults instantiates a new GroupMemberDeleteRequest 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 (*GroupMemberDeleteRequest) GetIgnoreValidateProjectUser ¶
func (o *GroupMemberDeleteRequest) GetIgnoreValidateProjectUser() bool
GetIgnoreValidateProjectUser returns the IgnoreValidateProjectUser field value if set, zero value otherwise.
func (*GroupMemberDeleteRequest) GetIgnoreValidateProjectUserOk ¶
func (o *GroupMemberDeleteRequest) GetIgnoreValidateProjectUserOk() (*bool, bool)
GetIgnoreValidateProjectUserOk returns a tuple with the IgnoreValidateProjectUser field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GroupMemberDeleteRequest) HasIgnoreValidateProjectUser ¶
func (o *GroupMemberDeleteRequest) HasIgnoreValidateProjectUser() bool
HasIgnoreValidateProjectUser returns a boolean if a field has been set.
func (GroupMemberDeleteRequest) MarshalJSON ¶
func (o GroupMemberDeleteRequest) MarshalJSON() ([]byte, error)
func (*GroupMemberDeleteRequest) SetIgnoreValidateProjectUser ¶
func (o *GroupMemberDeleteRequest) SetIgnoreValidateProjectUser(v bool)
SetIgnoreValidateProjectUser gets a reference to the given bool and assigns it to the IgnoreValidateProjectUser field.
func (GroupMemberDeleteRequest) ToMap ¶
func (o GroupMemberDeleteRequest) ToMap() (map[string]interface{}, error)
type GroupMemberPageResponse ¶
type GroupMemberPageResponse struct {
// count
Count int32 `json:"count"`
GroupMembers []GroupMember `json:"group_members"`
// page
Page int32 `json:"page"`
// size
Size int32 `json:"size"`
Sort []string `json:"sort,omitempty"`
}
GroupMemberPageResponse struct for GroupMemberPageResponse
func NewGroupMemberPageResponse ¶
func NewGroupMemberPageResponse(count int32, groupMembers []GroupMember, page int32, size int32) *GroupMemberPageResponse
NewGroupMemberPageResponse instantiates a new GroupMemberPageResponse 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 NewGroupMemberPageResponseWithDefaults ¶
func NewGroupMemberPageResponseWithDefaults() *GroupMemberPageResponse
NewGroupMemberPageResponseWithDefaults instantiates a new GroupMemberPageResponse 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 (*GroupMemberPageResponse) GetCount ¶
func (o *GroupMemberPageResponse) GetCount() int32
GetCount returns the Count field value
func (*GroupMemberPageResponse) GetCountOk ¶
func (o *GroupMemberPageResponse) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.
func (*GroupMemberPageResponse) GetGroupMembers ¶
func (o *GroupMemberPageResponse) GetGroupMembers() []GroupMember
GetGroupMembers returns the GroupMembers field value
func (*GroupMemberPageResponse) GetGroupMembersOk ¶
func (o *GroupMemberPageResponse) GetGroupMembersOk() ([]GroupMember, bool)
GetGroupMembersOk returns a tuple with the GroupMembers field value and a boolean to check if the value has been set.
func (*GroupMemberPageResponse) GetPage ¶
func (o *GroupMemberPageResponse) GetPage() int32
GetPage returns the Page field value
func (*GroupMemberPageResponse) GetPageOk ¶
func (o *GroupMemberPageResponse) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*GroupMemberPageResponse) GetSize ¶
func (o *GroupMemberPageResponse) GetSize() int32
GetSize returns the Size field value
func (*GroupMemberPageResponse) GetSizeOk ¶
func (o *GroupMemberPageResponse) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*GroupMemberPageResponse) GetSort ¶
func (o *GroupMemberPageResponse) GetSort() []string
GetSort returns the Sort field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GroupMemberPageResponse) GetSortOk ¶
func (o *GroupMemberPageResponse) GetSortOk() ([]string, bool)
GetSortOk returns a tuple with the Sort field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GroupMemberPageResponse) HasSort ¶
func (o *GroupMemberPageResponse) HasSort() bool
HasSort returns a boolean if a field has been set.
func (GroupMemberPageResponse) MarshalJSON ¶
func (o GroupMemberPageResponse) MarshalJSON() ([]byte, error)
func (*GroupMemberPageResponse) SetCount ¶
func (o *GroupMemberPageResponse) SetCount(v int32)
SetCount sets field value
func (*GroupMemberPageResponse) SetGroupMembers ¶
func (o *GroupMemberPageResponse) SetGroupMembers(v []GroupMember)
SetGroupMembers sets field value
func (*GroupMemberPageResponse) SetPage ¶
func (o *GroupMemberPageResponse) SetPage(v int32)
SetPage sets field value
func (*GroupMemberPageResponse) SetSize ¶
func (o *GroupMemberPageResponse) SetSize(v int32)
SetSize sets field value
func (*GroupMemberPageResponse) SetSort ¶
func (o *GroupMemberPageResponse) SetSort(v []string)
SetSort gets a reference to the given []string and assigns it to the Sort field.
func (GroupMemberPageResponse) ToMap ¶
func (o GroupMemberPageResponse) ToMap() (map[string]interface{}, error)
func (*GroupMemberPageResponse) UnmarshalJSON ¶
func (o *GroupMemberPageResponse) UnmarshalJSON(data []byte) (err error)
type GroupMemberShowResponse ¶
type GroupMemberShowResponse struct {
GroupMember GroupMember `json:"group_member"`
}
GroupMemberShowResponse struct for GroupMemberShowResponse
func NewGroupMemberShowResponse ¶
func NewGroupMemberShowResponse(groupMember GroupMember) *GroupMemberShowResponse
NewGroupMemberShowResponse instantiates a new GroupMemberShowResponse 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 NewGroupMemberShowResponseWithDefaults ¶
func NewGroupMemberShowResponseWithDefaults() *GroupMemberShowResponse
NewGroupMemberShowResponseWithDefaults instantiates a new GroupMemberShowResponse 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 (*GroupMemberShowResponse) GetGroupMember ¶
func (o *GroupMemberShowResponse) GetGroupMember() GroupMember
GetGroupMember returns the GroupMember field value
func (*GroupMemberShowResponse) GetGroupMemberOk ¶
func (o *GroupMemberShowResponse) GetGroupMemberOk() (*GroupMember, bool)
GetGroupMemberOk returns a tuple with the GroupMember field value and a boolean to check if the value has been set.
func (GroupMemberShowResponse) MarshalJSON ¶
func (o GroupMemberShowResponse) MarshalJSON() ([]byte, error)
func (*GroupMemberShowResponse) SetGroupMember ¶
func (o *GroupMemberShowResponse) SetGroupMember(v GroupMember)
SetGroupMember sets field value
func (GroupMemberShowResponse) ToMap ¶
func (o GroupMemberShowResponse) ToMap() (map[string]interface{}, error)
func (*GroupMemberShowResponse) UnmarshalJSON ¶
func (o *GroupMemberShowResponse) UnmarshalJSON(data []byte) (err error)
type GroupPageResponse ¶
type GroupPageResponse struct {
// count
Count int32 `json:"count"`
Groups []Group `json:"groups"`
// page
Page int32 `json:"page"`
// size
Size int32 `json:"size"`
Sort []string `json:"sort,omitempty"`
}
GroupPageResponse struct for GroupPageResponse
func NewGroupPageResponse ¶
func NewGroupPageResponse(count int32, groups []Group, page int32, size int32) *GroupPageResponse
NewGroupPageResponse instantiates a new GroupPageResponse 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 NewGroupPageResponseWithDefaults ¶
func NewGroupPageResponseWithDefaults() *GroupPageResponse
NewGroupPageResponseWithDefaults instantiates a new GroupPageResponse 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 (*GroupPageResponse) GetCount ¶
func (o *GroupPageResponse) GetCount() int32
GetCount returns the Count field value
func (*GroupPageResponse) GetCountOk ¶
func (o *GroupPageResponse) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.
func (*GroupPageResponse) GetGroups ¶
func (o *GroupPageResponse) GetGroups() []Group
GetGroups returns the Groups field value
func (*GroupPageResponse) GetGroupsOk ¶
func (o *GroupPageResponse) GetGroupsOk() ([]Group, bool)
GetGroupsOk returns a tuple with the Groups field value and a boolean to check if the value has been set.
func (*GroupPageResponse) GetPage ¶
func (o *GroupPageResponse) GetPage() int32
GetPage returns the Page field value
func (*GroupPageResponse) GetPageOk ¶
func (o *GroupPageResponse) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*GroupPageResponse) GetSize ¶
func (o *GroupPageResponse) GetSize() int32
GetSize returns the Size field value
func (*GroupPageResponse) GetSizeOk ¶
func (o *GroupPageResponse) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*GroupPageResponse) GetSort ¶
func (o *GroupPageResponse) GetSort() []string
GetSort returns the Sort field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GroupPageResponse) GetSortOk ¶
func (o *GroupPageResponse) GetSortOk() ([]string, bool)
GetSortOk returns a tuple with the Sort field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GroupPageResponse) HasSort ¶
func (o *GroupPageResponse) HasSort() bool
HasSort returns a boolean if a field has been set.
func (GroupPageResponse) MarshalJSON ¶
func (o GroupPageResponse) MarshalJSON() ([]byte, error)
func (*GroupPageResponse) SetCount ¶
func (o *GroupPageResponse) SetCount(v int32)
SetCount sets field value
func (*GroupPageResponse) SetGroups ¶
func (o *GroupPageResponse) SetGroups(v []Group)
SetGroups sets field value
func (*GroupPageResponse) SetPage ¶
func (o *GroupPageResponse) SetPage(v int32)
SetPage sets field value
func (*GroupPageResponse) SetSize ¶
func (o *GroupPageResponse) SetSize(v int32)
SetSize sets field value
func (*GroupPageResponse) SetSort ¶
func (o *GroupPageResponse) SetSort(v []string)
SetSort gets a reference to the given []string and assigns it to the Sort field.
func (GroupPageResponse) ToMap ¶
func (o GroupPageResponse) ToMap() (map[string]interface{}, error)
func (*GroupPageResponse) UnmarshalJSON ¶
func (o *GroupPageResponse) UnmarshalJSON(data []byte) (err error)
type GroupPolicyBindingRequest ¶
type GroupPolicyBindingRequest struct {
// Policy ID List
PolicyIds []string `json:"policy_ids"`
}
GroupPolicyBindingRequest struct for GroupPolicyBindingRequest
func NewGroupPolicyBindingRequest ¶
func NewGroupPolicyBindingRequest(policyIds []string) *GroupPolicyBindingRequest
NewGroupPolicyBindingRequest instantiates a new GroupPolicyBindingRequest 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 NewGroupPolicyBindingRequestWithDefaults ¶
func NewGroupPolicyBindingRequestWithDefaults() *GroupPolicyBindingRequest
NewGroupPolicyBindingRequestWithDefaults instantiates a new GroupPolicyBindingRequest 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 (*GroupPolicyBindingRequest) GetPolicyIds ¶
func (o *GroupPolicyBindingRequest) GetPolicyIds() []string
GetPolicyIds returns the PolicyIds field value
func (*GroupPolicyBindingRequest) GetPolicyIdsOk ¶
func (o *GroupPolicyBindingRequest) GetPolicyIdsOk() ([]string, bool)
GetPolicyIdsOk returns a tuple with the PolicyIds field value and a boolean to check if the value has been set.
func (GroupPolicyBindingRequest) MarshalJSON ¶
func (o GroupPolicyBindingRequest) MarshalJSON() ([]byte, error)
func (*GroupPolicyBindingRequest) SetPolicyIds ¶
func (o *GroupPolicyBindingRequest) SetPolicyIds(v []string)
SetPolicyIds sets field value
func (GroupPolicyBindingRequest) ToMap ¶
func (o GroupPolicyBindingRequest) ToMap() (map[string]interface{}, error)
func (*GroupPolicyBindingRequest) UnmarshalJSON ¶
func (o *GroupPolicyBindingRequest) UnmarshalJSON(data []byte) (err error)
type GroupPolicyPageResponse ¶
type GroupPolicyPageResponse struct {
// count
Count int32 `json:"count"`
// page
Page int32 `json:"page"`
Policies []Policy `json:"policies"`
// size
Size int32 `json:"size"`
Sort []string `json:"sort,omitempty"`
}
GroupPolicyPageResponse struct for GroupPolicyPageResponse
func NewGroupPolicyPageResponse ¶
func NewGroupPolicyPageResponse(count int32, page int32, policies []Policy, size int32) *GroupPolicyPageResponse
NewGroupPolicyPageResponse instantiates a new GroupPolicyPageResponse 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 NewGroupPolicyPageResponseWithDefaults ¶
func NewGroupPolicyPageResponseWithDefaults() *GroupPolicyPageResponse
NewGroupPolicyPageResponseWithDefaults instantiates a new GroupPolicyPageResponse 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 (*GroupPolicyPageResponse) GetCount ¶
func (o *GroupPolicyPageResponse) GetCount() int32
GetCount returns the Count field value
func (*GroupPolicyPageResponse) GetCountOk ¶
func (o *GroupPolicyPageResponse) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field value and a boolean to check if the value has been set.
func (*GroupPolicyPageResponse) GetPage ¶
func (o *GroupPolicyPageResponse) GetPage() int32
GetPage returns the Page field value
func (*GroupPolicyPageResponse) GetPageOk ¶
func (o *GroupPolicyPageResponse) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*GroupPolicyPageResponse) GetPolicies ¶
func (o *GroupPolicyPageResponse) GetPolicies() []Policy
GetPolicies returns the Policies field value
func (*GroupPolicyPageResponse) GetPoliciesOk ¶
func (o *GroupPolicyPageResponse) GetPoliciesOk() ([]Policy, bool)
GetPoliciesOk returns a tuple with the Policies field value and a boolean to check if the value has been set.
func (*GroupPolicyPageResponse) GetSize ¶
func (o *GroupPolicyPageResponse) GetSize() int32
GetSize returns the Size field value
func (*GroupPolicyPageResponse) GetSizeOk ¶
func (o *GroupPolicyPageResponse) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*GroupPolicyPageResponse) GetSort ¶
func (o *GroupPolicyPageResponse) GetSort() []string
GetSort returns the Sort field value if set, zero value otherwise (both if not set or set to explicit null).
func (*GroupPolicyPageResponse) GetSortOk ¶
func (o *GroupPolicyPageResponse) GetSortOk() ([]string, bool)
GetSortOk returns a tuple with the Sort field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*GroupPolicyPageResponse) HasSort ¶
func (o *GroupPolicyPageResponse) HasSort() bool
HasSort returns a boolean if a field has been set.
func (GroupPolicyPageResponse) MarshalJSON ¶
func (o GroupPolicyPageResponse) MarshalJSON() ([]byte, error)
func (*GroupPolicyPageResponse) SetCount ¶
func (o *GroupPolicyPageResponse) SetCount(v int32)
SetCount sets field value
func (*GroupPolicyPageResponse) SetPage ¶
func (o *GroupPolicyPageResponse) SetPage(v int32)
SetPage sets field value
func (*GroupPolicyPageResponse) SetPolicies ¶
func (o *GroupPolicyPageResponse) SetPolicies(v []Policy)
SetPolicies sets field value
func (*GroupPolicyPageResponse) SetSize ¶
func (o *GroupPolicyPageResponse) SetSize(v int32)
SetSize sets field value
func (*GroupPolicyPageResponse) SetSort ¶
func (o *GroupPolicyPageResponse) SetSort(v []string)
SetSort gets a reference to the given []string and assigns it to the Sort field.
func (GroupPolicyPageResponse) ToMap ¶
func (o GroupPolicyPageResponse) ToMap() (map[string]interface{}, error)
func (*GroupPolicyPageResponse) UnmarshalJSON ¶
func (o *GroupPolicyPageResponse) UnmarshalJSON(data []byte) (err error)
type GroupPolicyResponse ¶
type GroupPolicyResponse struct {
Policies []Policy `json:"policies"`
}
GroupPolicyResponse struct for GroupPolicyResponse
func NewGroupPolicyResponse ¶
func NewGroupPolicyResponse(policies []Policy) *GroupPolicyResponse
NewGroupPolicyResponse instantiates a new GroupPolicyResponse 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 NewGroupPolicyResponseWithDefaults ¶
func NewGroupPolicyResponseWithDefaults() *GroupPolicyResponse
NewGroupPolicyResponseWithDefaults instantiates a new GroupPolicyResponse 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 (*GroupPolicyResponse) GetPolicies ¶
func (o *GroupPolicyResponse) GetPolicies() []Policy
GetPolicies returns the Policies field value
func (*GroupPolicyResponse) GetPoliciesOk ¶
func (o *GroupPolicyResponse) GetPoliciesOk() ([]Policy, bool)
GetPoliciesOk returns a tuple with the Policies field value and a boolean to check if the value has been set.
func (GroupPolicyResponse) MarshalJSON ¶
func (o GroupPolicyResponse) MarshalJSON() ([]byte, error)
func (*GroupPolicyResponse) SetPolicies ¶
func (o *GroupPolicyResponse) SetPolicies(v []Policy)
SetPolicies sets field value
func (GroupPolicyResponse) ToMap ¶
func (o GroupPolicyResponse) ToMap() (map[string]interface{}, error)
func (*GroupPolicyResponse) UnmarshalJSON ¶
func (o *GroupPolicyResponse) UnmarshalJSON(data []byte) (err error)
type GroupSetRequest ¶
type GroupSetRequest struct {
Description NullableString `json:"description"`
// Group 이름
Name string `json:"name" validate:"regexp=^[a-zA-Z0-9\\\\-.,_+=@ㄱ-ㅎㅏ-ㅣ가-힣\\\\s]*$"`
}
GroupSetRequest struct for GroupSetRequest
func NewGroupSetRequest ¶
func NewGroupSetRequest(description NullableString, name string) *GroupSetRequest
NewGroupSetRequest instantiates a new GroupSetRequest 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 NewGroupSetRequestWithDefaults ¶
func NewGroupSetRequestWithDefaults() *GroupSetRequest
NewGroupSetRequestWithDefaults instantiates a new GroupSetRequest 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 (*GroupSetRequest) GetDescription ¶
func (o *GroupSetRequest) GetDescription() string
GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned
func (*GroupSetRequest) GetDescriptionOk ¶
func (o *GroupSetRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description 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 (*GroupSetRequest) GetName ¶
func (o *GroupSetRequest) GetName() string
GetName returns the Name field value
func (*GroupSetRequest) GetNameOk ¶
func (o *GroupSetRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (GroupSetRequest) MarshalJSON ¶
func (o GroupSetRequest) MarshalJSON() ([]byte, error)
func (*GroupSetRequest) SetDescription ¶
func (o *GroupSetRequest) SetDescription(v string)
SetDescription sets field value
func (*GroupSetRequest) SetName ¶
func (o *GroupSetRequest) SetName(v string)
SetName sets field value
func (GroupSetRequest) ToMap ¶
func (o GroupSetRequest) ToMap() (map[string]interface{}, error)
func (*GroupSetRequest) UnmarshalJSON ¶
func (o *GroupSetRequest) UnmarshalJSON(data []byte) (err error)
type GroupShowResponse ¶
type GroupShowResponse struct {
Group Group `json:"group"`
}
GroupShowResponse struct for GroupShowResponse
func NewGroupShowResponse ¶
func NewGroupShowResponse(group Group) *GroupShowResponse
NewGroupShowResponse instantiates a new GroupShowResponse 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 NewGroupShowResponseWithDefaults ¶
func NewGroupShowResponseWithDefaults() *GroupShowResponse
NewGroupShowResponseWithDefaults instantiates a new GroupShowResponse 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 (*GroupShowResponse) GetGroup ¶
func (o *GroupShowResponse) GetGroup() Group
GetGroup returns the Group field value
func (*GroupShowResponse) GetGroupOk ¶
func (o *GroupShowResponse) GetGroupOk() (*Group, bool)
GetGroupOk returns a tuple with the Group field value and a boolean to check if the value has been set.
func (GroupShowResponse) MarshalJSON ¶
func (o GroupShowResponse) MarshalJSON() ([]byte, error)
func (*GroupShowResponse) SetGroup ¶
func (o *GroupShowResponse) SetGroup(v Group)
SetGroup sets field value
func (GroupShowResponse) ToMap ¶
func (o GroupShowResponse) ToMap() (map[string]interface{}, error)
func (*GroupShowResponse) UnmarshalJSON ¶
func (o *GroupShowResponse) UnmarshalJSON(data []byte) (err error)
type IamV1AccessKeysApiAPIAccessKeyCreateRequest ¶
type IamV1AccessKeysApiAPIAccessKeyCreateRequest struct {
ApiService *IamV1AccessKeysApiAPIService
// contains filtered or unexported fields
}
func (IamV1AccessKeysApiAPIAccessKeyCreateRequest) AccessKeyCreateRequest ¶
func (r IamV1AccessKeysApiAPIAccessKeyCreateRequest) AccessKeyCreateRequest(accessKeyCreateRequest AccessKeyCreateRequest) IamV1AccessKeysApiAPIAccessKeyCreateRequest
func (IamV1AccessKeysApiAPIAccessKeyCreateRequest) Execute ¶
func (r IamV1AccessKeysApiAPIAccessKeyCreateRequest) Execute() (*AccessKeyResponse, *http.Response, error)
type IamV1AccessKeysApiAPIAccessKeyDeleteRequest ¶
type IamV1AccessKeysApiAPIAccessKeyDeleteRequest struct {
ApiService *IamV1AccessKeysApiAPIService
// contains filtered or unexported fields
}
type IamV1AccessKeysApiAPIAccessKeyListRequest ¶
type IamV1AccessKeysApiAPIAccessKeyListRequest struct {
ApiService *IamV1AccessKeysApiAPIService
// contains filtered or unexported fields
}
func (IamV1AccessKeysApiAPIAccessKeyListRequest) AccessKeyType ¶
func (r IamV1AccessKeysApiAPIAccessKeyListRequest) AccessKeyType(accessKeyType string) IamV1AccessKeysApiAPIAccessKeyListRequest
Access key type
func (IamV1AccessKeysApiAPIAccessKeyListRequest) AccountId ¶
func (r IamV1AccessKeysApiAPIAccessKeyListRequest) AccountId(accountId string) IamV1AccessKeysApiAPIAccessKeyListRequest
Project ID
func (IamV1AccessKeysApiAPIAccessKeyListRequest) Execute ¶
func (r IamV1AccessKeysApiAPIAccessKeyListRequest) Execute() (*ListAccessKeyResponse, *http.Response, error)
func (IamV1AccessKeysApiAPIAccessKeyListRequest) Limit ¶
func (r IamV1AccessKeysApiAPIAccessKeyListRequest) Limit(limit int32) IamV1AccessKeysApiAPIAccessKeyListRequest
limit
func (IamV1AccessKeysApiAPIAccessKeyListRequest) Marker ¶
func (r IamV1AccessKeysApiAPIAccessKeyListRequest) Marker(marker string) IamV1AccessKeysApiAPIAccessKeyListRequest
marker
func (IamV1AccessKeysApiAPIAccessKeyListRequest) ParentAccessKeyId ¶
func (r IamV1AccessKeysApiAPIAccessKeyListRequest) ParentAccessKeyId(parentAccessKeyId string) IamV1AccessKeysApiAPIAccessKeyListRequest
Parent access key ID
func (IamV1AccessKeysApiAPIAccessKeyListRequest) Sort ¶
func (r IamV1AccessKeysApiAPIAccessKeyListRequest) Sort(sort string) IamV1AccessKeysApiAPIAccessKeyListRequest
sort
func (IamV1AccessKeysApiAPIAccessKeyListRequest) WithCount ¶
func (r IamV1AccessKeysApiAPIAccessKeyListRequest) WithCount(withCount string) IamV1AccessKeysApiAPIAccessKeyListRequest
with count
type IamV1AccessKeysApiAPIAccessKeyRefreshRequest ¶
type IamV1AccessKeysApiAPIAccessKeyRefreshRequest struct {
ApiService *IamV1AccessKeysApiAPIService
// contains filtered or unexported fields
}
func (IamV1AccessKeysApiAPIAccessKeyRefreshRequest) Execute ¶
func (r IamV1AccessKeysApiAPIAccessKeyRefreshRequest) Execute() (*AccessKeyResponse, *http.Response, error)
func (IamV1AccessKeysApiAPIAccessKeyRefreshRequest) RefreshAccessKeyRequest ¶
func (r IamV1AccessKeysApiAPIAccessKeyRefreshRequest) RefreshAccessKeyRequest(refreshAccessKeyRequest RefreshAccessKeyRequest) IamV1AccessKeysApiAPIAccessKeyRefreshRequest
type IamV1AccessKeysApiAPIAccessKeySendTemporaryOtpRequest ¶
type IamV1AccessKeysApiAPIAccessKeySendTemporaryOtpRequest struct {
ApiService *IamV1AccessKeysApiAPIService
// contains filtered or unexported fields
}
func (IamV1AccessKeysApiAPIAccessKeySendTemporaryOtpRequest) AccessKeyOtpRequest ¶
func (r IamV1AccessKeysApiAPIAccessKeySendTemporaryOtpRequest) AccessKeyOtpRequest(accessKeyOtpRequest AccessKeyOtpRequest) IamV1AccessKeysApiAPIAccessKeySendTemporaryOtpRequest
type IamV1AccessKeysApiAPIAccessKeyShowRequest ¶
type IamV1AccessKeysApiAPIAccessKeyShowRequest struct {
ApiService *IamV1AccessKeysApiAPIService
// contains filtered or unexported fields
}
func (IamV1AccessKeysApiAPIAccessKeyShowRequest) Execute ¶
func (r IamV1AccessKeysApiAPIAccessKeyShowRequest) Execute() (*AccessKeyResponse, *http.Response, error)
type IamV1AccessKeysApiAPIService ¶
type IamV1AccessKeysApiAPIService service
IamV1AccessKeysApiAPIService IamV1AccessKeysApiAPI service
func (*IamV1AccessKeysApiAPIService) AccessKeyCreate ¶
func (a *IamV1AccessKeysApiAPIService) AccessKeyCreate(ctx context.Context) IamV1AccessKeysApiAPIAccessKeyCreateRequest
AccessKeyCreate Create an access key
Create an access key
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return IamV1AccessKeysApiAPIAccessKeyCreateRequest
func (*IamV1AccessKeysApiAPIService) AccessKeyCreateExecute ¶
func (a *IamV1AccessKeysApiAPIService) AccessKeyCreateExecute(r IamV1AccessKeysApiAPIAccessKeyCreateRequest) (*AccessKeyResponse, *http.Response, error)
Execute executes the request
@return AccessKeyResponse
func (*IamV1AccessKeysApiAPIService) AccessKeyDelete ¶
func (a *IamV1AccessKeysApiAPIService) AccessKeyDelete(ctx context.Context, accessKeyId string) IamV1AccessKeysApiAPIAccessKeyDeleteRequest
AccessKeyDelete Remove the access key
Remove the access key
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param accessKeyId Access key ID @return IamV1AccessKeysApiAPIAccessKeyDeleteRequest
func (*IamV1AccessKeysApiAPIService) AccessKeyDeleteExecute ¶
func (a *IamV1AccessKeysApiAPIService) AccessKeyDeleteExecute(r IamV1AccessKeysApiAPIAccessKeyDeleteRequest) (*http.Response, error)
Execute executes the request
func (*IamV1AccessKeysApiAPIService) AccessKeyList ¶
func (a *IamV1AccessKeysApiAPIService) AccessKeyList(ctx context.Context) IamV1AccessKeysApiAPIAccessKeyListRequest
AccessKeyList List access keys
List access keys
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return IamV1AccessKeysApiAPIAccessKeyListRequest
func (*IamV1AccessKeysApiAPIService) AccessKeyListExecute ¶
func (a *IamV1AccessKeysApiAPIService) AccessKeyListExecute(r IamV1AccessKeysApiAPIAccessKeyListRequest) (*ListAccessKeyResponse, *http.Response, error)
Execute executes the request
@return ListAccessKeyResponse
func (*IamV1AccessKeysApiAPIService) AccessKeyRefresh ¶
func (a *IamV1AccessKeysApiAPIService) AccessKeyRefresh(ctx context.Context) IamV1AccessKeysApiAPIAccessKeyRefreshRequest
AccessKeyRefresh Refresh access key token
Refresh access key token
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return IamV1AccessKeysApiAPIAccessKeyRefreshRequest
func (*IamV1AccessKeysApiAPIService) AccessKeyRefreshExecute ¶
func (a *IamV1AccessKeysApiAPIService) AccessKeyRefreshExecute(r IamV1AccessKeysApiAPIAccessKeyRefreshRequest) (*AccessKeyResponse, *http.Response, error)
Execute executes the request
@return AccessKeyResponse
func (*IamV1AccessKeysApiAPIService) AccessKeySendTemporaryOtp ¶
func (a *IamV1AccessKeysApiAPIService) AccessKeySendTemporaryOtp(ctx context.Context) IamV1AccessKeysApiAPIAccessKeySendTemporaryOtpRequest
AccessKeySendTemporaryOtp Send Temporary Access Key OTP
Send Temporary Access Key OTP
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return IamV1AccessKeysApiAPIAccessKeySendTemporaryOtpRequest
func (*IamV1AccessKeysApiAPIService) AccessKeySendTemporaryOtpExecute ¶
func (a *IamV1AccessKeysApiAPIService) AccessKeySendTemporaryOtpExecute(r IamV1AccessKeysApiAPIAccessKeySendTemporaryOtpRequest) (*http.Response, error)
Execute executes the request
func (*IamV1AccessKeysApiAPIService) AccessKeyShow ¶
func (a *IamV1AccessKeysApiAPIService) AccessKeyShow(ctx context.Context, accessKeyId string) IamV1AccessKeysApiAPIAccessKeyShowRequest
AccessKeyShow Get an access key
Get an access key
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param accessKeyId Access key ID @return IamV1AccessKeysApiAPIAccessKeyShowRequest
func (*IamV1AccessKeysApiAPIService) AccessKeyShowExecute ¶
func (a *IamV1AccessKeysApiAPIService) AccessKeyShowExecute(r IamV1AccessKeysApiAPIAccessKeyShowRequest) (*AccessKeyResponse, *http.Response, error)
Execute executes the request
@return AccessKeyResponse
type IamV1CompaniesApiAPIListCompaniesRequest ¶
type IamV1CompaniesApiAPIListCompaniesRequest struct {
ApiService *IamV1CompaniesApiAPIService
// contains filtered or unexported fields
}
func (IamV1CompaniesApiAPIListCompaniesRequest) Execute ¶
func (r IamV1CompaniesApiAPIListCompaniesRequest) Execute() (*ListCompanyResponse, *http.Response, error)
func (IamV1CompaniesApiAPIListCompaniesRequest) Id ¶
func (r IamV1CompaniesApiAPIListCompaniesRequest) Id(id string) IamV1CompaniesApiAPIListCompaniesRequest
ID
func (IamV1CompaniesApiAPIListCompaniesRequest) Ids ¶
func (r IamV1CompaniesApiAPIListCompaniesRequest) Ids(ids string) IamV1CompaniesApiAPIListCompaniesRequest
IDs
func (IamV1CompaniesApiAPIListCompaniesRequest) Limit ¶
func (r IamV1CompaniesApiAPIListCompaniesRequest) Limit(limit int32) IamV1CompaniesApiAPIListCompaniesRequest
limit
func (IamV1CompaniesApiAPIListCompaniesRequest) Marker ¶
func (r IamV1CompaniesApiAPIListCompaniesRequest) Marker(marker string) IamV1CompaniesApiAPIListCompaniesRequest
marker
func (IamV1CompaniesApiAPIListCompaniesRequest) Name ¶
func (r IamV1CompaniesApiAPIListCompaniesRequest) Name(name string) IamV1CompaniesApiAPIListCompaniesRequest
회사이름
func (IamV1CompaniesApiAPIListCompaniesRequest) RegistrationNumber ¶
func (r IamV1CompaniesApiAPIListCompaniesRequest) RegistrationNumber(registrationNumber string) IamV1CompaniesApiAPIListCompaniesRequest
사업자 등록 번호
func (IamV1CompaniesApiAPIListCompaniesRequest) Sort ¶
func (r IamV1CompaniesApiAPIListCompaniesRequest) Sort(sort string) IamV1CompaniesApiAPIListCompaniesRequest
sort
func (IamV1CompaniesApiAPIListCompaniesRequest) WithCount ¶
func (r IamV1CompaniesApiAPIListCompaniesRequest) WithCount(withCount string) IamV1CompaniesApiAPIListCompaniesRequest
with count
type IamV1CompaniesApiAPIService ¶
type IamV1CompaniesApiAPIService service
IamV1CompaniesApiAPIService IamV1CompaniesApiAPI service
func (*IamV1CompaniesApiAPIService) ListCompanies ¶
func (a *IamV1CompaniesApiAPIService) ListCompanies(ctx context.Context) IamV1CompaniesApiAPIListCompaniesRequest
ListCompanies Get list of companies registered in MDG
Get list of companies registered in MDG
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return IamV1CompaniesApiAPIListCompaniesRequest
func (*IamV1CompaniesApiAPIService) ListCompaniesExecute ¶
func (a *IamV1CompaniesApiAPIService) ListCompaniesExecute(r IamV1CompaniesApiAPIListCompaniesRequest) (*ListCompanyResponse, *http.Response, error)
Execute executes the request
@return ListCompanyResponse
type IamV1EndpointsApiAPIListEndpointsRequest ¶
type IamV1EndpointsApiAPIListEndpointsRequest struct {
ApiService *IamV1EndpointsApiAPIService
// contains filtered or unexported fields
}
func (IamV1EndpointsApiAPIListEndpointsRequest) Execute ¶
func (r IamV1EndpointsApiAPIListEndpointsRequest) Execute() (*ListEndpointsResponse, *http.Response, error)
type IamV1EndpointsApiAPIService ¶
type IamV1EndpointsApiAPIService service
IamV1EndpointsApiAPIService IamV1EndpointsApiAPI service
func (*IamV1EndpointsApiAPIService) ListEndpoints ¶
func (a *IamV1EndpointsApiAPIService) ListEndpoints(ctx context.Context) IamV1EndpointsApiAPIListEndpointsRequest
ListEndpoints Get endpoint list
Get endpoint list
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return IamV1EndpointsApiAPIListEndpointsRequest
func (*IamV1EndpointsApiAPIService) ListEndpointsExecute ¶
func (a *IamV1EndpointsApiAPIService) ListEndpointsExecute(r IamV1EndpointsApiAPIListEndpointsRequest) (*ListEndpointsResponse, *http.Response, error)
Execute executes the request
@return ListEndpointsResponse
type IamV1GroupsApiAPIAddGroupMemberRequest ¶
type IamV1GroupsApiAPIAddGroupMemberRequest struct {
ApiService *IamV1GroupsApiAPIService
// contains filtered or unexported fields
}
func (IamV1GroupsApiAPIAddGroupMemberRequest) Execute ¶
func (r IamV1GroupsApiAPIAddGroupMemberRequest) Execute() (*GroupMemberShowResponse, *http.Response, error)
func (IamV1GroupsApiAPIAddGroupMemberRequest) GroupMemberCreateRequest ¶
func (r IamV1GroupsApiAPIAddGroupMemberRequest) GroupMemberCreateRequest(groupMemberCreateRequest GroupMemberCreateRequest) IamV1GroupsApiAPIAddGroupMemberRequest
type IamV1GroupsApiAPIAddGroupPolicyBindingRequest ¶
type IamV1GroupsApiAPIAddGroupPolicyBindingRequest struct {
ApiService *IamV1GroupsApiAPIService
// contains filtered or unexported fields
}
func (IamV1GroupsApiAPIAddGroupPolicyBindingRequest) Execute ¶
func (r IamV1GroupsApiAPIAddGroupPolicyBindingRequest) Execute() (*GroupPolicyResponse, *http.Response, error)
func (IamV1GroupsApiAPIAddGroupPolicyBindingRequest) GroupPolicyBindingRequest ¶
func (r IamV1GroupsApiAPIAddGroupPolicyBindingRequest) GroupPolicyBindingRequest(groupPolicyBindingRequest GroupPolicyBindingRequest) IamV1GroupsApiAPIAddGroupPolicyBindingRequest
type IamV1GroupsApiAPICreateGroupRequest ¶
type IamV1GroupsApiAPICreateGroupRequest struct {
ApiService *IamV1GroupsApiAPIService
// contains filtered or unexported fields
}
func (IamV1GroupsApiAPICreateGroupRequest) Execute ¶
func (r IamV1GroupsApiAPICreateGroupRequest) Execute() (*GroupShowResponse, *http.Response, error)
func (IamV1GroupsApiAPICreateGroupRequest) GroupCreateRequest ¶
func (r IamV1GroupsApiAPICreateGroupRequest) GroupCreateRequest(groupCreateRequest GroupCreateRequest) IamV1GroupsApiAPICreateGroupRequest
type IamV1GroupsApiAPIDeleteGroupRequest ¶
type IamV1GroupsApiAPIDeleteGroupRequest struct {
ApiService *IamV1GroupsApiAPIService
// contains filtered or unexported fields
}
type IamV1GroupsApiAPIListGroupMemberRequest ¶
type IamV1GroupsApiAPIListGroupMemberRequest struct {
ApiService *IamV1GroupsApiAPIService
// contains filtered or unexported fields
}
func (IamV1GroupsApiAPIListGroupMemberRequest) CreatorEmail ¶
func (r IamV1GroupsApiAPIListGroupMemberRequest) CreatorEmail(creatorEmail string) IamV1GroupsApiAPIListGroupMemberRequest
Group Member 생성자 Email
func (IamV1GroupsApiAPIListGroupMemberRequest) CreatorName ¶
func (r IamV1GroupsApiAPIListGroupMemberRequest) CreatorName(creatorName string) IamV1GroupsApiAPIListGroupMemberRequest
Group Member 생성자 성, 이름
func (IamV1GroupsApiAPIListGroupMemberRequest) Execute ¶
func (r IamV1GroupsApiAPIListGroupMemberRequest) Execute() (*GroupMemberPageResponse, *http.Response, error)
func (IamV1GroupsApiAPIListGroupMemberRequest) Page ¶
func (r IamV1GroupsApiAPIListGroupMemberRequest) Page(page int32) IamV1GroupsApiAPIListGroupMemberRequest
page
func (IamV1GroupsApiAPIListGroupMemberRequest) Size ¶
func (r IamV1GroupsApiAPIListGroupMemberRequest) Size(size int32) IamV1GroupsApiAPIListGroupMemberRequest
size
func (IamV1GroupsApiAPIListGroupMemberRequest) Sort ¶
func (r IamV1GroupsApiAPIListGroupMemberRequest) Sort(sort string) IamV1GroupsApiAPIListGroupMemberRequest
sort
func (IamV1GroupsApiAPIListGroupMemberRequest) UserEmail ¶
func (r IamV1GroupsApiAPIListGroupMemberRequest) UserEmail(userEmail string) IamV1GroupsApiAPIListGroupMemberRequest
Group Member Email
func (IamV1GroupsApiAPIListGroupMemberRequest) UserName ¶
func (r IamV1GroupsApiAPIListGroupMemberRequest) UserName(userName string) IamV1GroupsApiAPIListGroupMemberRequest
Group Member 성, 이름
type IamV1GroupsApiAPIListGroupPolicyBindingRequest ¶
type IamV1GroupsApiAPIListGroupPolicyBindingRequest struct {
ApiService *IamV1GroupsApiAPIService
// contains filtered or unexported fields
}
func (IamV1GroupsApiAPIListGroupPolicyBindingRequest) Execute ¶
func (r IamV1GroupsApiAPIListGroupPolicyBindingRequest) Execute() (*GroupPolicyPageResponse, *http.Response, error)
func (IamV1GroupsApiAPIListGroupPolicyBindingRequest) Page ¶
func (r IamV1GroupsApiAPIListGroupPolicyBindingRequest) Page(page int32) IamV1GroupsApiAPIListGroupPolicyBindingRequest
page
func (IamV1GroupsApiAPIListGroupPolicyBindingRequest) PolicyId ¶
func (r IamV1GroupsApiAPIListGroupPolicyBindingRequest) PolicyId(policyId string) IamV1GroupsApiAPIListGroupPolicyBindingRequest
Policy Id
func (IamV1GroupsApiAPIListGroupPolicyBindingRequest) PolicyName ¶
func (r IamV1GroupsApiAPIListGroupPolicyBindingRequest) PolicyName(policyName string) IamV1GroupsApiAPIListGroupPolicyBindingRequest
Policy Name
func (IamV1GroupsApiAPIListGroupPolicyBindingRequest) PolicyType ¶
func (r IamV1GroupsApiAPIListGroupPolicyBindingRequest) PolicyType(policyType PolicyType) IamV1GroupsApiAPIListGroupPolicyBindingRequest
Policy Type List
func (IamV1GroupsApiAPIListGroupPolicyBindingRequest) Size ¶
func (r IamV1GroupsApiAPIListGroupPolicyBindingRequest) Size(size int32) IamV1GroupsApiAPIListGroupPolicyBindingRequest
size
func (IamV1GroupsApiAPIListGroupPolicyBindingRequest) Sort ¶
func (r IamV1GroupsApiAPIListGroupPolicyBindingRequest) Sort(sort string) IamV1GroupsApiAPIListGroupPolicyBindingRequest
sort
type IamV1GroupsApiAPIListGroupRequest ¶
type IamV1GroupsApiAPIListGroupRequest struct {
ApiService *IamV1GroupsApiAPIService
// contains filtered or unexported fields
}
func (IamV1GroupsApiAPIListGroupRequest) CreatorEmail ¶
func (r IamV1GroupsApiAPIListGroupRequest) CreatorEmail(creatorEmail string) IamV1GroupsApiAPIListGroupRequest
Group 생성자 Email
func (IamV1GroupsApiAPIListGroupRequest) CreatorName ¶
func (r IamV1GroupsApiAPIListGroupRequest) CreatorName(creatorName string) IamV1GroupsApiAPIListGroupRequest
Group 생성자 성, 이름
func (IamV1GroupsApiAPIListGroupRequest) ExcludePolicyId ¶
func (r IamV1GroupsApiAPIListGroupRequest) ExcludePolicyId(excludePolicyId string) IamV1GroupsApiAPIListGroupRequest
제외할 정책 ID
func (IamV1GroupsApiAPIListGroupRequest) ExcludeUserId ¶
func (r IamV1GroupsApiAPIListGroupRequest) ExcludeUserId(excludeUserId string) IamV1GroupsApiAPIListGroupRequest
제외할 사용자 ID
func (IamV1GroupsApiAPIListGroupRequest) Execute ¶
func (r IamV1GroupsApiAPIListGroupRequest) Execute() (*GroupPageResponse, *http.Response, error)
func (IamV1GroupsApiAPIListGroupRequest) HasMember ¶
func (r IamV1GroupsApiAPIListGroupRequest) HasMember(hasMember string) IamV1GroupsApiAPIListGroupRequest
Group Member 존재 여부
func (IamV1GroupsApiAPIListGroupRequest) HasRole ¶
func (r IamV1GroupsApiAPIListGroupRequest) HasRole(hasRole string) IamV1GroupsApiAPIListGroupRequest
Group Role 존재 여부
func (IamV1GroupsApiAPIListGroupRequest) Ids ¶
func (r IamV1GroupsApiAPIListGroupRequest) Ids(ids string) IamV1GroupsApiAPIListGroupRequest
Group IDs
func (IamV1GroupsApiAPIListGroupRequest) IsCompleted ¶
func (r IamV1GroupsApiAPIListGroupRequest) IsCompleted(isCompleted string) IamV1GroupsApiAPIListGroupRequest
Group 완결 여부
func (IamV1GroupsApiAPIListGroupRequest) ModifierEmail ¶
func (r IamV1GroupsApiAPIListGroupRequest) ModifierEmail(modifierEmail string) IamV1GroupsApiAPIListGroupRequest
Group 수정자 Email
func (IamV1GroupsApiAPIListGroupRequest) ModifierName ¶
func (r IamV1GroupsApiAPIListGroupRequest) ModifierName(modifierName string) IamV1GroupsApiAPIListGroupRequest
Group 수정자 성, 이름
func (IamV1GroupsApiAPIListGroupRequest) Name ¶
func (r IamV1GroupsApiAPIListGroupRequest) Name(name string) IamV1GroupsApiAPIListGroupRequest
Group 이름
func (IamV1GroupsApiAPIListGroupRequest) Page ¶
func (r IamV1GroupsApiAPIListGroupRequest) Page(page int32) IamV1GroupsApiAPIListGroupRequest
page
func (IamV1GroupsApiAPIListGroupRequest) Size ¶
func (r IamV1GroupsApiAPIListGroupRequest) Size(size int32) IamV1GroupsApiAPIListGroupRequest
size
func (IamV1GroupsApiAPIListGroupRequest) Sort ¶
func (r IamV1GroupsApiAPIListGroupRequest) Sort(sort string) IamV1GroupsApiAPIListGroupRequest
sort
func (IamV1GroupsApiAPIListGroupRequest) Types ¶
func (r IamV1GroupsApiAPIListGroupRequest) Types(types string) IamV1GroupsApiAPIListGroupRequest
Group Types
type IamV1GroupsApiAPIRemoveGroupMemberRequest ¶
type IamV1GroupsApiAPIRemoveGroupMemberRequest struct {
ApiService *IamV1GroupsApiAPIService
// contains filtered or unexported fields
}
func (IamV1GroupsApiAPIRemoveGroupMemberRequest) Execute ¶
func (r IamV1GroupsApiAPIRemoveGroupMemberRequest) Execute() (*http.Response, error)
func (IamV1GroupsApiAPIRemoveGroupMemberRequest) GroupMemberDeleteRequest ¶
func (r IamV1GroupsApiAPIRemoveGroupMemberRequest) GroupMemberDeleteRequest(groupMemberDeleteRequest GroupMemberDeleteRequest) IamV1GroupsApiAPIRemoveGroupMemberRequest
type IamV1GroupsApiAPIRemoveGroupPolicyBindingRequest ¶
type IamV1GroupsApiAPIRemoveGroupPolicyBindingRequest struct {
ApiService *IamV1GroupsApiAPIService
// contains filtered or unexported fields
}
type IamV1GroupsApiAPIService ¶
type IamV1GroupsApiAPIService service
IamV1GroupsApiAPIService IamV1GroupsApiAPI service
func (*IamV1GroupsApiAPIService) AddGroupMember ¶
func (a *IamV1GroupsApiAPIService) AddGroupMember(ctx context.Context, groupId string) IamV1GroupsApiAPIAddGroupMemberRequest
AddGroupMember Add a user to a group
Add a user to a group
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param groupId Group ID @return IamV1GroupsApiAPIAddGroupMemberRequest
func (*IamV1GroupsApiAPIService) AddGroupMemberExecute ¶
func (a *IamV1GroupsApiAPIService) AddGroupMemberExecute(r IamV1GroupsApiAPIAddGroupMemberRequest) (*GroupMemberShowResponse, *http.Response, error)
Execute executes the request
@return GroupMemberShowResponse
func (*IamV1GroupsApiAPIService) AddGroupPolicyBinding ¶
func (a *IamV1GroupsApiAPIService) AddGroupPolicyBinding(ctx context.Context, groupId string) IamV1GroupsApiAPIAddGroupPolicyBindingRequest
AddGroupPolicyBinding Assign policies to the group
Assign policies to the group
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param groupId Group ID @return IamV1GroupsApiAPIAddGroupPolicyBindingRequest
func (*IamV1GroupsApiAPIService) AddGroupPolicyBindingExecute ¶
func (a *IamV1GroupsApiAPIService) AddGroupPolicyBindingExecute(r IamV1GroupsApiAPIAddGroupPolicyBindingRequest) (*GroupPolicyResponse, *http.Response, error)
Execute executes the request
@return GroupPolicyResponse
func (*IamV1GroupsApiAPIService) CreateGroup ¶
func (a *IamV1GroupsApiAPIService) CreateGroup(ctx context.Context) IamV1GroupsApiAPICreateGroupRequest
CreateGroup Create a group
Create a group
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return IamV1GroupsApiAPICreateGroupRequest
func (*IamV1GroupsApiAPIService) CreateGroupExecute ¶
func (a *IamV1GroupsApiAPIService) CreateGroupExecute(r IamV1GroupsApiAPICreateGroupRequest) (*GroupShowResponse, *http.Response, error)
Execute executes the request
@return GroupShowResponse
func (*IamV1GroupsApiAPIService) DeleteGroup ¶
func (a *IamV1GroupsApiAPIService) DeleteGroup(ctx context.Context, groupId string) IamV1GroupsApiAPIDeleteGroupRequest
DeleteGroup Remove the Group
Remove the Group
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param groupId Group ID @return IamV1GroupsApiAPIDeleteGroupRequest
func (*IamV1GroupsApiAPIService) DeleteGroupExecute ¶
func (a *IamV1GroupsApiAPIService) DeleteGroupExecute(r IamV1GroupsApiAPIDeleteGroupRequest) (*http.Response, error)
Execute executes the request
func (*IamV1GroupsApiAPIService) ListGroup ¶
func (a *IamV1GroupsApiAPIService) ListGroup(ctx context.Context) IamV1GroupsApiAPIListGroupRequest
ListGroup List Groups
List Groups
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return IamV1GroupsApiAPIListGroupRequest
func (*IamV1GroupsApiAPIService) ListGroupExecute ¶
func (a *IamV1GroupsApiAPIService) ListGroupExecute(r IamV1GroupsApiAPIListGroupRequest) (*GroupPageResponse, *http.Response, error)
Execute executes the request
@return GroupPageResponse
func (*IamV1GroupsApiAPIService) ListGroupMember ¶
func (a *IamV1GroupsApiAPIService) ListGroupMember(ctx context.Context, groupId string) IamV1GroupsApiAPIListGroupMemberRequest
ListGroupMember Group Member list
Group Member list
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param groupId Group ID @return IamV1GroupsApiAPIListGroupMemberRequest
func (*IamV1GroupsApiAPIService) ListGroupMemberExecute ¶
func (a *IamV1GroupsApiAPIService) ListGroupMemberExecute(r IamV1GroupsApiAPIListGroupMemberRequest) (*GroupMemberPageResponse, *http.Response, error)
Execute executes the request
@return GroupMemberPageResponse
func (*IamV1GroupsApiAPIService) ListGroupPolicyBinding ¶
func (a *IamV1GroupsApiAPIService) ListGroupPolicyBinding(ctx context.Context, groupId string) IamV1GroupsApiAPIListGroupPolicyBindingRequest
ListGroupPolicyBinding Show group policy
Show group policy
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param groupId Group ID @return IamV1GroupsApiAPIListGroupPolicyBindingRequest
func (*IamV1GroupsApiAPIService) ListGroupPolicyBindingExecute ¶
func (a *IamV1GroupsApiAPIService) ListGroupPolicyBindingExecute(r IamV1GroupsApiAPIListGroupPolicyBindingRequest) (*GroupPolicyPageResponse, *http.Response, error)
Execute executes the request
@return GroupPolicyPageResponse
func (*IamV1GroupsApiAPIService) RemoveGroupMember ¶
func (a *IamV1GroupsApiAPIService) RemoveGroupMember(ctx context.Context, groupId string, userId string) IamV1GroupsApiAPIRemoveGroupMemberRequest
RemoveGroupMember Remove a User from a Group
Remove a User from a Group
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param groupId Group ID @param userId User ID @return IamV1GroupsApiAPIRemoveGroupMemberRequest
func (*IamV1GroupsApiAPIService) RemoveGroupMemberExecute ¶
func (a *IamV1GroupsApiAPIService) RemoveGroupMemberExecute(r IamV1GroupsApiAPIRemoveGroupMemberRequest) (*http.Response, error)
Execute executes the request
func (*IamV1GroupsApiAPIService) RemoveGroupPolicyBinding ¶
func (a *IamV1GroupsApiAPIService) RemoveGroupPolicyBinding(ctx context.Context, groupId string, policyId string) IamV1GroupsApiAPIRemoveGroupPolicyBindingRequest
RemoveGroupPolicyBinding Remove policy assignment from group
Remove policy assignment from group
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param groupId Group ID @param policyId Policy ID @return IamV1GroupsApiAPIRemoveGroupPolicyBindingRequest
func (*IamV1GroupsApiAPIService) RemoveGroupPolicyBindingExecute ¶
func (a *IamV1GroupsApiAPIService) RemoveGroupPolicyBindingExecute(r IamV1GroupsApiAPIRemoveGroupPolicyBindingRequest) (*http.Response, error)
Execute executes the request
func (*IamV1GroupsApiAPIService) SetGroup ¶
func (a *IamV1GroupsApiAPIService) SetGroup(ctx context.Context, groupId string) IamV1GroupsApiAPISetGroupRequest
SetGroup Modify a Group
Modify a Group
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param groupId Group ID @return IamV1GroupsApiAPISetGroupRequest
func (*IamV1GroupsApiAPIService) SetGroupExecute ¶
func (a *IamV1GroupsApiAPIService) SetGroupExecute(r IamV1GroupsApiAPISetGroupRequest) (*GroupShowResponse, *http.Response, error)
Execute executes the request
@return GroupShowResponse
func (*IamV1GroupsApiAPIService) ShowGroup ¶
func (a *IamV1GroupsApiAPIService) ShowGroup(ctx context.Context, groupId string) IamV1GroupsApiAPIShowGroupRequest
ShowGroup Get a Group
Get a Group
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param groupId Group ID @return IamV1GroupsApiAPIShowGroupRequest
func (*IamV1GroupsApiAPIService) ShowGroupExecute ¶
func (a *IamV1GroupsApiAPIService) ShowGroupExecute(r IamV1GroupsApiAPIShowGroupRequest) (*GroupShowResponse, *http.Response, error)
Execute executes the request
@return GroupShowResponse
type IamV1GroupsApiAPISetGroupRequest ¶
type IamV1GroupsApiAPISetGroupRequest struct {
ApiService *IamV1GroupsApiAPIService
// contains filtered or unexported fields
}
func (IamV1GroupsApiAPISetGroupRequest) Execute ¶
func (r IamV1GroupsApiAPISetGroupRequest) Execute() (*GroupShowResponse, *http.Response, error)
func (IamV1GroupsApiAPISetGroupRequest) GroupSetRequest ¶
func (r IamV1GroupsApiAPISetGroupRequest) GroupSetRequest(groupSetRequest GroupSetRequest) IamV1GroupsApiAPISetGroupRequest
type IamV1GroupsApiAPIShowGroupRequest ¶
type IamV1GroupsApiAPIShowGroupRequest struct {
ApiService *IamV1GroupsApiAPIService
// contains filtered or unexported fields
}
func (IamV1GroupsApiAPIShowGroupRequest) Execute ¶
func (r IamV1GroupsApiAPIShowGroupRequest) Execute() (*GroupShowResponse, *http.Response, error)
type IamV1PaymentContractsApiAPIPaymentContractListRequest ¶
type IamV1PaymentContractsApiAPIPaymentContractListRequest struct {
ApiService *IamV1PaymentContractsApiAPIService
// contains filtered or unexported fields
}
func (IamV1PaymentContractsApiAPIPaymentContractListRequest) AccountManagerId ¶
func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) AccountManagerId(accountManagerId string) IamV1PaymentContractsApiAPIPaymentContractListRequest
Account Manager ID
func (IamV1PaymentContractsApiAPIPaymentContractListRequest) AccountUserId ¶
func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) AccountUserId(accountUserId string) IamV1PaymentContractsApiAPIPaymentContractListRequest
Account User ID
func (IamV1PaymentContractsApiAPIPaymentContractListRequest) BusinessCategoryIds ¶
func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) BusinessCategoryIds(businessCategoryIds string) IamV1PaymentContractsApiAPIPaymentContractListRequest
회사 업무 구분 ID 목록
func (IamV1PaymentContractsApiAPIPaymentContractListRequest) CreatorCompanyName ¶
func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) CreatorCompanyName(creatorCompanyName string) IamV1PaymentContractsApiAPIPaymentContractListRequest
Account 생성자 회사 이름
func (IamV1PaymentContractsApiAPIPaymentContractListRequest) CreatorEmail ¶
func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) CreatorEmail(creatorEmail string) IamV1PaymentContractsApiAPIPaymentContractListRequest
Account 생성자 Email
func (IamV1PaymentContractsApiAPIPaymentContractListRequest) CreatorName ¶
func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) CreatorName(creatorName string) IamV1PaymentContractsApiAPIPaymentContractListRequest
Account 생성자 성, 이름
func (IamV1PaymentContractsApiAPIPaymentContractListRequest) EndCreatedAt ¶
func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) EndCreatedAt(endCreatedAt string) IamV1PaymentContractsApiAPIPaymentContractListRequest
끝 생성 일시
func (IamV1PaymentContractsApiAPIPaymentContractListRequest) Execute ¶
func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) Execute() (*PaymentContractListResponse, *http.Response, error)
func (IamV1PaymentContractsApiAPIPaymentContractListRequest) Id ¶
func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) Id(id string) IamV1PaymentContractsApiAPIPaymentContractListRequest
Account ID
func (IamV1PaymentContractsApiAPIPaymentContractListRequest) IncludeAccountOfProject ¶
func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) IncludeAccountOfProject(includeAccountOfProject string) IamV1PaymentContractsApiAPIPaymentContractListRequest
Project의 Account 포함 여부
func (IamV1PaymentContractsApiAPIPaymentContractListRequest) Limit ¶
func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) Limit(limit int32) IamV1PaymentContractsApiAPIPaymentContractListRequest
limit
func (IamV1PaymentContractsApiAPIPaymentContractListRequest) Marker ¶
func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) Marker(marker string) IamV1PaymentContractsApiAPIPaymentContractListRequest
marker
func (IamV1PaymentContractsApiAPIPaymentContractListRequest) ModifierCompanyName ¶
func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) ModifierCompanyName(modifierCompanyName string) IamV1PaymentContractsApiAPIPaymentContractListRequest
Account 수정자 회사 이름
func (IamV1PaymentContractsApiAPIPaymentContractListRequest) ModifierEmail ¶
func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) ModifierEmail(modifierEmail string) IamV1PaymentContractsApiAPIPaymentContractListRequest
Account 수정자 Email
func (IamV1PaymentContractsApiAPIPaymentContractListRequest) ModifierName ¶
func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) ModifierName(modifierName string) IamV1PaymentContractsApiAPIPaymentContractListRequest
Account 수정자 성, 이름
func (IamV1PaymentContractsApiAPIPaymentContractListRequest) Name ¶
func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) Name(name string) IamV1PaymentContractsApiAPIPaymentContractListRequest
Account 이름
func (IamV1PaymentContractsApiAPIPaymentContractListRequest) RequestScope ¶
func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) RequestScope(requestScope AccountRequestScopeEnum) IamV1PaymentContractsApiAPIPaymentContractListRequest
요청 범위
func (IamV1PaymentContractsApiAPIPaymentContractListRequest) Sort ¶
func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) Sort(sort string) IamV1PaymentContractsApiAPIPaymentContractListRequest
sort
func (IamV1PaymentContractsApiAPIPaymentContractListRequest) StartCreatedAt ¶
func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) StartCreatedAt(startCreatedAt string) IamV1PaymentContractsApiAPIPaymentContractListRequest
시작 생성 일시
func (IamV1PaymentContractsApiAPIPaymentContractListRequest) WithCount ¶
func (r IamV1PaymentContractsApiAPIPaymentContractListRequest) WithCount(withCount string) IamV1PaymentContractsApiAPIPaymentContractListRequest
with count
type IamV1PaymentContractsApiAPIPaymentContractShowRequest ¶
type IamV1PaymentContractsApiAPIPaymentContractShowRequest struct {
ApiService *IamV1PaymentContractsApiAPIService
// contains filtered or unexported fields
}
func (IamV1PaymentContractsApiAPIPaymentContractShowRequest) Execute ¶
func (r IamV1PaymentContractsApiAPIPaymentContractShowRequest) Execute() (*PaymentContractShowResponse, *http.Response, error)
type IamV1PaymentContractsApiAPIService ¶
type IamV1PaymentContractsApiAPIService service
IamV1PaymentContractsApiAPIService IamV1PaymentContractsApiAPI service
func (*IamV1PaymentContractsApiAPIService) PaymentContractList ¶
func (a *IamV1PaymentContractsApiAPIService) PaymentContractList(ctx context.Context) IamV1PaymentContractsApiAPIPaymentContractListRequest
PaymentContractList List Payment contracts
List Payment contracts
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return IamV1PaymentContractsApiAPIPaymentContractListRequest
func (*IamV1PaymentContractsApiAPIService) PaymentContractListExecute ¶
func (a *IamV1PaymentContractsApiAPIService) PaymentContractListExecute(r IamV1PaymentContractsApiAPIPaymentContractListRequest) (*PaymentContractListResponse, *http.Response, error)
Execute executes the request
@return PaymentContractListResponse
func (*IamV1PaymentContractsApiAPIService) PaymentContractShow ¶
func (a *IamV1PaymentContractsApiAPIService) PaymentContractShow(ctx context.Context, paymentContractId string) IamV1PaymentContractsApiAPIPaymentContractShowRequest
PaymentContractShow Show Payment contract
Show Payment contract
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param paymentContractId Payment contract ID @return IamV1PaymentContractsApiAPIPaymentContractShowRequest
func (*IamV1PaymentContractsApiAPIService) PaymentContractShowExecute ¶
func (a *IamV1PaymentContractsApiAPIService) PaymentContractShowExecute(r IamV1PaymentContractsApiAPIPaymentContractShowRequest) (*PaymentContractShowResponse, *http.Response, error)
Execute executes the request
@return PaymentContractShowResponse
type IamV1UsersApiAPIService ¶
type IamV1UsersApiAPIService service
IamV1UsersApiAPIService IamV1UsersApiAPI service
func (*IamV1UsersApiAPIService) ShowUser ¶
func (a *IamV1UsersApiAPIService) ShowUser(ctx context.Context, userId string) IamV1UsersApiAPIShowUserRequest
ShowUser Get user information
Get user information
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param userId 사용자 ID @return IamV1UsersApiAPIShowUserRequest
func (*IamV1UsersApiAPIService) ShowUserExecute ¶
func (a *IamV1UsersApiAPIService) ShowUserExecute(r IamV1UsersApiAPIShowUserRequest) (*UserDetailResponse, *http.Response, error)
Execute executes the request
@return UserDetailResponse
type IamV1UsersApiAPIShowUserRequest ¶
type IamV1UsersApiAPIShowUserRequest struct {
ApiService *IamV1UsersApiAPIService
// contains filtered or unexported fields
}
func (IamV1UsersApiAPIShowUserRequest) Execute ¶
func (r IamV1UsersApiAPIShowUserRequest) Execute() (*UserDetailResponse, *http.Response, error)
type ListAccessKeyResponse ¶
type ListAccessKeyResponse struct {
AccessKeys []AccessKey `json:"access_keys"`
Count NullableInt32 `json:"count,omitempty"`
Links []interface{} `json:"links,omitempty"`
}
ListAccessKeyResponse struct for ListAccessKeyResponse
func NewListAccessKeyResponse ¶
func NewListAccessKeyResponse(accessKeys []AccessKey) *ListAccessKeyResponse
NewListAccessKeyResponse instantiates a new ListAccessKeyResponse 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 NewListAccessKeyResponseWithDefaults ¶
func NewListAccessKeyResponseWithDefaults() *ListAccessKeyResponse
NewListAccessKeyResponseWithDefaults instantiates a new ListAccessKeyResponse 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 (*ListAccessKeyResponse) GetAccessKeys ¶
func (o *ListAccessKeyResponse) GetAccessKeys() []AccessKey
GetAccessKeys returns the AccessKeys field value
func (*ListAccessKeyResponse) GetAccessKeysOk ¶
func (o *ListAccessKeyResponse) GetAccessKeysOk() ([]AccessKey, bool)
GetAccessKeysOk returns a tuple with the AccessKeys field value and a boolean to check if the value has been set.
func (*ListAccessKeyResponse) GetCount ¶
func (o *ListAccessKeyResponse) GetCount() int32
GetCount returns the Count field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ListAccessKeyResponse) GetCountOk ¶
func (o *ListAccessKeyResponse) GetCountOk() (*int32, 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ListAccessKeyResponse) GetLinks ¶
func (o *ListAccessKeyResponse) GetLinks() []interface{}
GetLinks returns the Links field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ListAccessKeyResponse) GetLinksOk ¶
func (o *ListAccessKeyResponse) GetLinksOk() ([]interface{}, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ListAccessKeyResponse) HasCount ¶
func (o *ListAccessKeyResponse) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*ListAccessKeyResponse) HasLinks ¶
func (o *ListAccessKeyResponse) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (ListAccessKeyResponse) MarshalJSON ¶
func (o ListAccessKeyResponse) MarshalJSON() ([]byte, error)
func (*ListAccessKeyResponse) SetAccessKeys ¶
func (o *ListAccessKeyResponse) SetAccessKeys(v []AccessKey)
SetAccessKeys sets field value
func (*ListAccessKeyResponse) SetCount ¶
func (o *ListAccessKeyResponse) SetCount(v int32)
SetCount gets a reference to the given NullableInt32 and assigns it to the Count field.
func (*ListAccessKeyResponse) SetCountNil ¶
func (o *ListAccessKeyResponse) SetCountNil()
SetCountNil sets the value for Count to be an explicit nil
func (*ListAccessKeyResponse) SetLinks ¶
func (o *ListAccessKeyResponse) SetLinks(v []interface{})
SetLinks gets a reference to the given []interface{} and assigns it to the Links field.
func (ListAccessKeyResponse) ToMap ¶
func (o ListAccessKeyResponse) ToMap() (map[string]interface{}, error)
func (*ListAccessKeyResponse) UnmarshalJSON ¶
func (o *ListAccessKeyResponse) UnmarshalJSON(data []byte) (err error)
func (*ListAccessKeyResponse) UnsetCount ¶
func (o *ListAccessKeyResponse) UnsetCount()
UnsetCount ensures that no value is present for Count, not even an explicit nil
type ListCompanyResponse ¶
type ListCompanyResponse struct {
Companies []CompanyResponse `json:"companies"`
Count NullableInt32 `json:"count,omitempty"`
Links []interface{} `json:"links,omitempty"`
}
ListCompanyResponse struct for ListCompanyResponse
func NewListCompanyResponse ¶
func NewListCompanyResponse(companies []CompanyResponse) *ListCompanyResponse
NewListCompanyResponse instantiates a new ListCompanyResponse 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 NewListCompanyResponseWithDefaults ¶
func NewListCompanyResponseWithDefaults() *ListCompanyResponse
NewListCompanyResponseWithDefaults instantiates a new ListCompanyResponse 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 (*ListCompanyResponse) GetCompanies ¶
func (o *ListCompanyResponse) GetCompanies() []CompanyResponse
GetCompanies returns the Companies field value
func (*ListCompanyResponse) GetCompaniesOk ¶
func (o *ListCompanyResponse) GetCompaniesOk() ([]CompanyResponse, bool)
GetCompaniesOk returns a tuple with the Companies field value and a boolean to check if the value has been set.
func (*ListCompanyResponse) GetCount ¶
func (o *ListCompanyResponse) GetCount() int32
GetCount returns the Count field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ListCompanyResponse) GetCountOk ¶
func (o *ListCompanyResponse) GetCountOk() (*int32, 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ListCompanyResponse) GetLinks ¶
func (o *ListCompanyResponse) GetLinks() []interface{}
GetLinks returns the Links field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ListCompanyResponse) GetLinksOk ¶
func (o *ListCompanyResponse) GetLinksOk() ([]interface{}, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ListCompanyResponse) HasCount ¶
func (o *ListCompanyResponse) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*ListCompanyResponse) HasLinks ¶
func (o *ListCompanyResponse) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (ListCompanyResponse) MarshalJSON ¶
func (o ListCompanyResponse) MarshalJSON() ([]byte, error)
func (*ListCompanyResponse) SetCompanies ¶
func (o *ListCompanyResponse) SetCompanies(v []CompanyResponse)
SetCompanies sets field value
func (*ListCompanyResponse) SetCount ¶
func (o *ListCompanyResponse) SetCount(v int32)
SetCount gets a reference to the given NullableInt32 and assigns it to the Count field.
func (*ListCompanyResponse) SetCountNil ¶
func (o *ListCompanyResponse) SetCountNil()
SetCountNil sets the value for Count to be an explicit nil
func (*ListCompanyResponse) SetLinks ¶
func (o *ListCompanyResponse) SetLinks(v []interface{})
SetLinks gets a reference to the given []interface{} and assigns it to the Links field.
func (ListCompanyResponse) ToMap ¶
func (o ListCompanyResponse) ToMap() (map[string]interface{}, error)
func (*ListCompanyResponse) UnmarshalJSON ¶
func (o *ListCompanyResponse) UnmarshalJSON(data []byte) (err error)
func (*ListCompanyResponse) UnsetCount ¶
func (o *ListCompanyResponse) UnsetCount()
UnsetCount ensures that no value is present for Count, not even an explicit nil
type ListEndpointsResponse ¶
type ListEndpointsResponse struct {
Endpoints []EndpointsResponse `json:"endpoints"`
}
ListEndpointsResponse struct for ListEndpointsResponse
func NewListEndpointsResponse ¶
func NewListEndpointsResponse(endpoints []EndpointsResponse) *ListEndpointsResponse
NewListEndpointsResponse instantiates a new ListEndpointsResponse 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 NewListEndpointsResponseWithDefaults ¶
func NewListEndpointsResponseWithDefaults() *ListEndpointsResponse
NewListEndpointsResponseWithDefaults instantiates a new ListEndpointsResponse 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 (*ListEndpointsResponse) GetEndpoints ¶
func (o *ListEndpointsResponse) GetEndpoints() []EndpointsResponse
GetEndpoints returns the Endpoints field value
func (*ListEndpointsResponse) GetEndpointsOk ¶
func (o *ListEndpointsResponse) GetEndpointsOk() ([]EndpointsResponse, bool)
GetEndpointsOk returns a tuple with the Endpoints field value and a boolean to check if the value has been set.
func (ListEndpointsResponse) MarshalJSON ¶
func (o ListEndpointsResponse) MarshalJSON() ([]byte, error)
func (*ListEndpointsResponse) SetEndpoints ¶
func (o *ListEndpointsResponse) SetEndpoints(v []EndpointsResponse)
SetEndpoints sets field value
func (ListEndpointsResponse) ToMap ¶
func (o ListEndpointsResponse) ToMap() (map[string]interface{}, error)
func (*ListEndpointsResponse) UnmarshalJSON ¶
func (o *ListEndpointsResponse) UnmarshalJSON(data []byte) (err error)
type LocaleEnum ¶
type LocaleEnum string
LocaleEnum the model 'LocaleEnum'
const ( LOCALEENUM_KO_KR LocaleEnum = "ko_KR" LOCALEENUM_EN_US LocaleEnum = "en_US" )
List of LocaleEnum
func NewLocaleEnumFromValue ¶
func NewLocaleEnumFromValue(v string) (*LocaleEnum, error)
NewLocaleEnumFromValue returns a pointer to a valid LocaleEnum for the value passed as argument, or an error if the value passed is not allowed by the enum
func (LocaleEnum) IsValid ¶
func (v LocaleEnum) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (LocaleEnum) Ptr ¶
func (v LocaleEnum) Ptr() *LocaleEnum
Ptr returns reference to LocaleEnum value
func (*LocaleEnum) UnmarshalJSON ¶
func (v *LocaleEnum) UnmarshalJSON(src []byte) error
type ManagedServiceTypeEnum ¶
type ManagedServiceTypeEnum string
ManagedServiceTypeEnum the model 'ManagedServiceTypeEnum'
const ( MANAGEDSERVICETYPEENUM_NONE ManagedServiceTypeEnum = "NONE" MANAGEDSERVICETYPEENUM_SDS ManagedServiceTypeEnum = "SDS" MANAGEDSERVICETYPEENUM_PARTNER ManagedServiceTypeEnum = "PARTNER" )
List of ManagedServiceTypeEnum
func NewManagedServiceTypeEnumFromValue ¶
func NewManagedServiceTypeEnumFromValue(v string) (*ManagedServiceTypeEnum, error)
NewManagedServiceTypeEnumFromValue returns a pointer to a valid ManagedServiceTypeEnum for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ManagedServiceTypeEnum) IsValid ¶
func (v ManagedServiceTypeEnum) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ManagedServiceTypeEnum) Ptr ¶
func (v ManagedServiceTypeEnum) Ptr() *ManagedServiceTypeEnum
Ptr returns reference to ManagedServiceTypeEnum value
func (*ManagedServiceTypeEnum) UnmarshalJSON ¶
func (v *ManagedServiceTypeEnum) UnmarshalJSON(src []byte) error
type MappedNullable ¶
type NullableAccessKey ¶
type NullableAccessKey struct {
// contains filtered or unexported fields
}
func NewNullableAccessKey ¶
func NewNullableAccessKey(val *AccessKey) *NullableAccessKey
func (NullableAccessKey) Get ¶
func (v NullableAccessKey) Get() *AccessKey
func (NullableAccessKey) IsSet ¶
func (v NullableAccessKey) IsSet() bool
func (NullableAccessKey) MarshalJSON ¶
func (v NullableAccessKey) MarshalJSON() ([]byte, error)
func (*NullableAccessKey) Set ¶
func (v *NullableAccessKey) Set(val *AccessKey)
func (*NullableAccessKey) UnmarshalJSON ¶
func (v *NullableAccessKey) UnmarshalJSON(src []byte) error
func (*NullableAccessKey) Unset ¶
func (v *NullableAccessKey) Unset()
type NullableAccessKeyCreateRequest ¶
type NullableAccessKeyCreateRequest struct {
// contains filtered or unexported fields
}
func NewNullableAccessKeyCreateRequest ¶
func NewNullableAccessKeyCreateRequest(val *AccessKeyCreateRequest) *NullableAccessKeyCreateRequest
func (NullableAccessKeyCreateRequest) Get ¶
func (v NullableAccessKeyCreateRequest) Get() *AccessKeyCreateRequest
func (NullableAccessKeyCreateRequest) IsSet ¶
func (v NullableAccessKeyCreateRequest) IsSet() bool
func (NullableAccessKeyCreateRequest) MarshalJSON ¶
func (v NullableAccessKeyCreateRequest) MarshalJSON() ([]byte, error)
func (*NullableAccessKeyCreateRequest) Set ¶
func (v *NullableAccessKeyCreateRequest) Set(val *AccessKeyCreateRequest)
func (*NullableAccessKeyCreateRequest) UnmarshalJSON ¶
func (v *NullableAccessKeyCreateRequest) UnmarshalJSON(src []byte) error
func (*NullableAccessKeyCreateRequest) Unset ¶
func (v *NullableAccessKeyCreateRequest) Unset()
type NullableAccessKeyOtpRequest ¶
type NullableAccessKeyOtpRequest struct {
// contains filtered or unexported fields
}
func NewNullableAccessKeyOtpRequest ¶
func NewNullableAccessKeyOtpRequest(val *AccessKeyOtpRequest) *NullableAccessKeyOtpRequest
func (NullableAccessKeyOtpRequest) Get ¶
func (v NullableAccessKeyOtpRequest) Get() *AccessKeyOtpRequest
func (NullableAccessKeyOtpRequest) IsSet ¶
func (v NullableAccessKeyOtpRequest) IsSet() bool
func (NullableAccessKeyOtpRequest) MarshalJSON ¶
func (v NullableAccessKeyOtpRequest) MarshalJSON() ([]byte, error)
func (*NullableAccessKeyOtpRequest) Set ¶
func (v *NullableAccessKeyOtpRequest) Set(val *AccessKeyOtpRequest)
func (*NullableAccessKeyOtpRequest) UnmarshalJSON ¶
func (v *NullableAccessKeyOtpRequest) UnmarshalJSON(src []byte) error
func (*NullableAccessKeyOtpRequest) Unset ¶
func (v *NullableAccessKeyOtpRequest) Unset()
type NullableAccessKeyResponse ¶
type NullableAccessKeyResponse struct {
// contains filtered or unexported fields
}
func NewNullableAccessKeyResponse ¶
func NewNullableAccessKeyResponse(val *AccessKeyResponse) *NullableAccessKeyResponse
func (NullableAccessKeyResponse) Get ¶
func (v NullableAccessKeyResponse) Get() *AccessKeyResponse
func (NullableAccessKeyResponse) IsSet ¶
func (v NullableAccessKeyResponse) IsSet() bool
func (NullableAccessKeyResponse) MarshalJSON ¶
func (v NullableAccessKeyResponse) MarshalJSON() ([]byte, error)
func (*NullableAccessKeyResponse) Set ¶
func (v *NullableAccessKeyResponse) Set(val *AccessKeyResponse)
func (*NullableAccessKeyResponse) UnmarshalJSON ¶
func (v *NullableAccessKeyResponse) UnmarshalJSON(src []byte) error
func (*NullableAccessKeyResponse) Unset ¶
func (v *NullableAccessKeyResponse) Unset()
type NullableAccessKeyTypeEnum ¶
type NullableAccessKeyTypeEnum struct {
// contains filtered or unexported fields
}
func NewNullableAccessKeyTypeEnum ¶
func NewNullableAccessKeyTypeEnum(val *AccessKeyTypeEnum) *NullableAccessKeyTypeEnum
func (NullableAccessKeyTypeEnum) Get ¶
func (v NullableAccessKeyTypeEnum) Get() *AccessKeyTypeEnum
func (NullableAccessKeyTypeEnum) IsSet ¶
func (v NullableAccessKeyTypeEnum) IsSet() bool
func (NullableAccessKeyTypeEnum) MarshalJSON ¶
func (v NullableAccessKeyTypeEnum) MarshalJSON() ([]byte, error)
func (*NullableAccessKeyTypeEnum) Set ¶
func (v *NullableAccessKeyTypeEnum) Set(val *AccessKeyTypeEnum)
func (*NullableAccessKeyTypeEnum) UnmarshalJSON ¶
func (v *NullableAccessKeyTypeEnum) UnmarshalJSON(src []byte) error
func (*NullableAccessKeyTypeEnum) Unset ¶
func (v *NullableAccessKeyTypeEnum) Unset()
type NullableAccountContract ¶
type NullableAccountContract struct {
// contains filtered or unexported fields
}
func NewNullableAccountContract ¶
func NewNullableAccountContract(val *AccountContract) *NullableAccountContract
func (NullableAccountContract) Get ¶
func (v NullableAccountContract) Get() *AccountContract
func (NullableAccountContract) IsSet ¶
func (v NullableAccountContract) IsSet() bool
func (NullableAccountContract) MarshalJSON ¶
func (v NullableAccountContract) MarshalJSON() ([]byte, error)
func (*NullableAccountContract) Set ¶
func (v *NullableAccountContract) Set(val *AccountContract)
func (*NullableAccountContract) UnmarshalJSON ¶
func (v *NullableAccountContract) UnmarshalJSON(src []byte) error
func (*NullableAccountContract) Unset ¶
func (v *NullableAccountContract) Unset()
type NullableAccountContractWbs ¶
type NullableAccountContractWbs struct {
// contains filtered or unexported fields
}
func NewNullableAccountContractWbs ¶
func NewNullableAccountContractWbs(val *AccountContractWbs) *NullableAccountContractWbs
func (NullableAccountContractWbs) Get ¶
func (v NullableAccountContractWbs) Get() *AccountContractWbs
func (NullableAccountContractWbs) IsSet ¶
func (v NullableAccountContractWbs) IsSet() bool
func (NullableAccountContractWbs) MarshalJSON ¶
func (v NullableAccountContractWbs) MarshalJSON() ([]byte, error)
func (*NullableAccountContractWbs) Set ¶
func (v *NullableAccountContractWbs) Set(val *AccountContractWbs)
func (*NullableAccountContractWbs) UnmarshalJSON ¶
func (v *NullableAccountContractWbs) UnmarshalJSON(src []byte) error
func (*NullableAccountContractWbs) Unset ¶
func (v *NullableAccountContractWbs) Unset()
type NullableAccountRequestScopeEnum ¶
type NullableAccountRequestScopeEnum struct {
// contains filtered or unexported fields
}
func NewNullableAccountRequestScopeEnum ¶
func NewNullableAccountRequestScopeEnum(val *AccountRequestScopeEnum) *NullableAccountRequestScopeEnum
func (NullableAccountRequestScopeEnum) Get ¶
func (v NullableAccountRequestScopeEnum) Get() *AccountRequestScopeEnum
func (NullableAccountRequestScopeEnum) IsSet ¶
func (v NullableAccountRequestScopeEnum) IsSet() bool
func (NullableAccountRequestScopeEnum) MarshalJSON ¶
func (v NullableAccountRequestScopeEnum) MarshalJSON() ([]byte, error)
func (*NullableAccountRequestScopeEnum) Set ¶
func (v *NullableAccountRequestScopeEnum) Set(val *AccountRequestScopeEnum)
func (*NullableAccountRequestScopeEnum) UnmarshalJSON ¶
func (v *NullableAccountRequestScopeEnum) UnmarshalJSON(src []byte) error
func (*NullableAccountRequestScopeEnum) Unset ¶
func (v *NullableAccountRequestScopeEnum) 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 NullableCompanyResponse ¶
type NullableCompanyResponse struct {
// contains filtered or unexported fields
}
func NewNullableCompanyResponse ¶
func NewNullableCompanyResponse(val *CompanyResponse) *NullableCompanyResponse
func (NullableCompanyResponse) Get ¶
func (v NullableCompanyResponse) Get() *CompanyResponse
func (NullableCompanyResponse) IsSet ¶
func (v NullableCompanyResponse) IsSet() bool
func (NullableCompanyResponse) MarshalJSON ¶
func (v NullableCompanyResponse) MarshalJSON() ([]byte, error)
func (*NullableCompanyResponse) Set ¶
func (v *NullableCompanyResponse) Set(val *CompanyResponse)
func (*NullableCompanyResponse) UnmarshalJSON ¶
func (v *NullableCompanyResponse) UnmarshalJSON(src []byte) error
func (*NullableCompanyResponse) Unset ¶
func (v *NullableCompanyResponse) Unset()
type NullableCurrencyCodeEnum ¶
type NullableCurrencyCodeEnum struct {
// contains filtered or unexported fields
}
func NewNullableCurrencyCodeEnum ¶
func NewNullableCurrencyCodeEnum(val *CurrencyCodeEnum) *NullableCurrencyCodeEnum
func (NullableCurrencyCodeEnum) Get ¶
func (v NullableCurrencyCodeEnum) Get() *CurrencyCodeEnum
func (NullableCurrencyCodeEnum) IsSet ¶
func (v NullableCurrencyCodeEnum) IsSet() bool
func (NullableCurrencyCodeEnum) MarshalJSON ¶
func (v NullableCurrencyCodeEnum) MarshalJSON() ([]byte, error)
func (*NullableCurrencyCodeEnum) Set ¶
func (v *NullableCurrencyCodeEnum) Set(val *CurrencyCodeEnum)
func (*NullableCurrencyCodeEnum) UnmarshalJSON ¶
func (v *NullableCurrencyCodeEnum) UnmarshalJSON(src []byte) error
func (*NullableCurrencyCodeEnum) Unset ¶
func (v *NullableCurrencyCodeEnum) Unset()
type NullableEndpointsResponse ¶
type NullableEndpointsResponse struct {
// contains filtered or unexported fields
}
func NewNullableEndpointsResponse ¶
func NewNullableEndpointsResponse(val *EndpointsResponse) *NullableEndpointsResponse
func (NullableEndpointsResponse) Get ¶
func (v NullableEndpointsResponse) Get() *EndpointsResponse
func (NullableEndpointsResponse) IsSet ¶
func (v NullableEndpointsResponse) IsSet() bool
func (NullableEndpointsResponse) MarshalJSON ¶
func (v NullableEndpointsResponse) MarshalJSON() ([]byte, error)
func (*NullableEndpointsResponse) Set ¶
func (v *NullableEndpointsResponse) Set(val *EndpointsResponse)
func (*NullableEndpointsResponse) UnmarshalJSON ¶
func (v *NullableEndpointsResponse) UnmarshalJSON(src []byte) error
func (*NullableEndpointsResponse) Unset ¶
func (v *NullableEndpointsResponse) 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 NullableGroup ¶
type NullableGroup struct {
// contains filtered or unexported fields
}
func NewNullableGroup ¶
func NewNullableGroup(val *Group) *NullableGroup
func (NullableGroup) Get ¶
func (v NullableGroup) Get() *Group
func (NullableGroup) IsSet ¶
func (v NullableGroup) IsSet() bool
func (NullableGroup) MarshalJSON ¶
func (v NullableGroup) MarshalJSON() ([]byte, error)
func (*NullableGroup) Set ¶
func (v *NullableGroup) Set(val *Group)
func (*NullableGroup) UnmarshalJSON ¶
func (v *NullableGroup) UnmarshalJSON(src []byte) error
func (*NullableGroup) Unset ¶
func (v *NullableGroup) Unset()
type NullableGroupCreateRequest ¶
type NullableGroupCreateRequest struct {
// contains filtered or unexported fields
}
func NewNullableGroupCreateRequest ¶
func NewNullableGroupCreateRequest(val *GroupCreateRequest) *NullableGroupCreateRequest
func (NullableGroupCreateRequest) Get ¶
func (v NullableGroupCreateRequest) Get() *GroupCreateRequest
func (NullableGroupCreateRequest) IsSet ¶
func (v NullableGroupCreateRequest) IsSet() bool
func (NullableGroupCreateRequest) MarshalJSON ¶
func (v NullableGroupCreateRequest) MarshalJSON() ([]byte, error)
func (*NullableGroupCreateRequest) Set ¶
func (v *NullableGroupCreateRequest) Set(val *GroupCreateRequest)
func (*NullableGroupCreateRequest) UnmarshalJSON ¶
func (v *NullableGroupCreateRequest) UnmarshalJSON(src []byte) error
func (*NullableGroupCreateRequest) Unset ¶
func (v *NullableGroupCreateRequest) Unset()
type NullableGroupMember ¶
type NullableGroupMember struct {
// contains filtered or unexported fields
}
func NewNullableGroupMember ¶
func NewNullableGroupMember(val *GroupMember) *NullableGroupMember
func (NullableGroupMember) Get ¶
func (v NullableGroupMember) Get() *GroupMember
func (NullableGroupMember) IsSet ¶
func (v NullableGroupMember) IsSet() bool
func (NullableGroupMember) MarshalJSON ¶
func (v NullableGroupMember) MarshalJSON() ([]byte, error)
func (*NullableGroupMember) Set ¶
func (v *NullableGroupMember) Set(val *GroupMember)
func (*NullableGroupMember) UnmarshalJSON ¶
func (v *NullableGroupMember) UnmarshalJSON(src []byte) error
func (*NullableGroupMember) Unset ¶
func (v *NullableGroupMember) Unset()
type NullableGroupMemberCreateRequest ¶
type NullableGroupMemberCreateRequest struct {
// contains filtered or unexported fields
}
func NewNullableGroupMemberCreateRequest ¶
func NewNullableGroupMemberCreateRequest(val *GroupMemberCreateRequest) *NullableGroupMemberCreateRequest
func (NullableGroupMemberCreateRequest) Get ¶
func (v NullableGroupMemberCreateRequest) Get() *GroupMemberCreateRequest
func (NullableGroupMemberCreateRequest) IsSet ¶
func (v NullableGroupMemberCreateRequest) IsSet() bool
func (NullableGroupMemberCreateRequest) MarshalJSON ¶
func (v NullableGroupMemberCreateRequest) MarshalJSON() ([]byte, error)
func (*NullableGroupMemberCreateRequest) Set ¶
func (v *NullableGroupMemberCreateRequest) Set(val *GroupMemberCreateRequest)
func (*NullableGroupMemberCreateRequest) UnmarshalJSON ¶
func (v *NullableGroupMemberCreateRequest) UnmarshalJSON(src []byte) error
func (*NullableGroupMemberCreateRequest) Unset ¶
func (v *NullableGroupMemberCreateRequest) Unset()
type NullableGroupMemberDeleteRequest ¶
type NullableGroupMemberDeleteRequest struct {
// contains filtered or unexported fields
}
func NewNullableGroupMemberDeleteRequest ¶
func NewNullableGroupMemberDeleteRequest(val *GroupMemberDeleteRequest) *NullableGroupMemberDeleteRequest
func (NullableGroupMemberDeleteRequest) Get ¶
func (v NullableGroupMemberDeleteRequest) Get() *GroupMemberDeleteRequest
func (NullableGroupMemberDeleteRequest) IsSet ¶
func (v NullableGroupMemberDeleteRequest) IsSet() bool
func (NullableGroupMemberDeleteRequest) MarshalJSON ¶
func (v NullableGroupMemberDeleteRequest) MarshalJSON() ([]byte, error)
func (*NullableGroupMemberDeleteRequest) Set ¶
func (v *NullableGroupMemberDeleteRequest) Set(val *GroupMemberDeleteRequest)
func (*NullableGroupMemberDeleteRequest) UnmarshalJSON ¶
func (v *NullableGroupMemberDeleteRequest) UnmarshalJSON(src []byte) error
func (*NullableGroupMemberDeleteRequest) Unset ¶
func (v *NullableGroupMemberDeleteRequest) Unset()
type NullableGroupMemberPageResponse ¶
type NullableGroupMemberPageResponse struct {
// contains filtered or unexported fields
}
func NewNullableGroupMemberPageResponse ¶
func NewNullableGroupMemberPageResponse(val *GroupMemberPageResponse) *NullableGroupMemberPageResponse
func (NullableGroupMemberPageResponse) Get ¶
func (v NullableGroupMemberPageResponse) Get() *GroupMemberPageResponse
func (NullableGroupMemberPageResponse) IsSet ¶
func (v NullableGroupMemberPageResponse) IsSet() bool
func (NullableGroupMemberPageResponse) MarshalJSON ¶
func (v NullableGroupMemberPageResponse) MarshalJSON() ([]byte, error)
func (*NullableGroupMemberPageResponse) Set ¶
func (v *NullableGroupMemberPageResponse) Set(val *GroupMemberPageResponse)
func (*NullableGroupMemberPageResponse) UnmarshalJSON ¶
func (v *NullableGroupMemberPageResponse) UnmarshalJSON(src []byte) error
func (*NullableGroupMemberPageResponse) Unset ¶
func (v *NullableGroupMemberPageResponse) Unset()
type NullableGroupMemberShowResponse ¶
type NullableGroupMemberShowResponse struct {
// contains filtered or unexported fields
}
func NewNullableGroupMemberShowResponse ¶
func NewNullableGroupMemberShowResponse(val *GroupMemberShowResponse) *NullableGroupMemberShowResponse
func (NullableGroupMemberShowResponse) Get ¶
func (v NullableGroupMemberShowResponse) Get() *GroupMemberShowResponse
func (NullableGroupMemberShowResponse) IsSet ¶
func (v NullableGroupMemberShowResponse) IsSet() bool
func (NullableGroupMemberShowResponse) MarshalJSON ¶
func (v NullableGroupMemberShowResponse) MarshalJSON() ([]byte, error)
func (*NullableGroupMemberShowResponse) Set ¶
func (v *NullableGroupMemberShowResponse) Set(val *GroupMemberShowResponse)
func (*NullableGroupMemberShowResponse) UnmarshalJSON ¶
func (v *NullableGroupMemberShowResponse) UnmarshalJSON(src []byte) error
func (*NullableGroupMemberShowResponse) Unset ¶
func (v *NullableGroupMemberShowResponse) Unset()
type NullableGroupPageResponse ¶
type NullableGroupPageResponse struct {
// contains filtered or unexported fields
}
func NewNullableGroupPageResponse ¶
func NewNullableGroupPageResponse(val *GroupPageResponse) *NullableGroupPageResponse
func (NullableGroupPageResponse) Get ¶
func (v NullableGroupPageResponse) Get() *GroupPageResponse
func (NullableGroupPageResponse) IsSet ¶
func (v NullableGroupPageResponse) IsSet() bool
func (NullableGroupPageResponse) MarshalJSON ¶
func (v NullableGroupPageResponse) MarshalJSON() ([]byte, error)
func (*NullableGroupPageResponse) Set ¶
func (v *NullableGroupPageResponse) Set(val *GroupPageResponse)
func (*NullableGroupPageResponse) UnmarshalJSON ¶
func (v *NullableGroupPageResponse) UnmarshalJSON(src []byte) error
func (*NullableGroupPageResponse) Unset ¶
func (v *NullableGroupPageResponse) Unset()
type NullableGroupPolicyBindingRequest ¶
type NullableGroupPolicyBindingRequest struct {
// contains filtered or unexported fields
}
func NewNullableGroupPolicyBindingRequest ¶
func NewNullableGroupPolicyBindingRequest(val *GroupPolicyBindingRequest) *NullableGroupPolicyBindingRequest
func (NullableGroupPolicyBindingRequest) Get ¶
func (v NullableGroupPolicyBindingRequest) Get() *GroupPolicyBindingRequest
func (NullableGroupPolicyBindingRequest) IsSet ¶
func (v NullableGroupPolicyBindingRequest) IsSet() bool
func (NullableGroupPolicyBindingRequest) MarshalJSON ¶
func (v NullableGroupPolicyBindingRequest) MarshalJSON() ([]byte, error)
func (*NullableGroupPolicyBindingRequest) Set ¶
func (v *NullableGroupPolicyBindingRequest) Set(val *GroupPolicyBindingRequest)
func (*NullableGroupPolicyBindingRequest) UnmarshalJSON ¶
func (v *NullableGroupPolicyBindingRequest) UnmarshalJSON(src []byte) error
func (*NullableGroupPolicyBindingRequest) Unset ¶
func (v *NullableGroupPolicyBindingRequest) Unset()
type NullableGroupPolicyPageResponse ¶
type NullableGroupPolicyPageResponse struct {
// contains filtered or unexported fields
}
func NewNullableGroupPolicyPageResponse ¶
func NewNullableGroupPolicyPageResponse(val *GroupPolicyPageResponse) *NullableGroupPolicyPageResponse
func (NullableGroupPolicyPageResponse) Get ¶
func (v NullableGroupPolicyPageResponse) Get() *GroupPolicyPageResponse
func (NullableGroupPolicyPageResponse) IsSet ¶
func (v NullableGroupPolicyPageResponse) IsSet() bool
func (NullableGroupPolicyPageResponse) MarshalJSON ¶
func (v NullableGroupPolicyPageResponse) MarshalJSON() ([]byte, error)
func (*NullableGroupPolicyPageResponse) Set ¶
func (v *NullableGroupPolicyPageResponse) Set(val *GroupPolicyPageResponse)
func (*NullableGroupPolicyPageResponse) UnmarshalJSON ¶
func (v *NullableGroupPolicyPageResponse) UnmarshalJSON(src []byte) error
func (*NullableGroupPolicyPageResponse) Unset ¶
func (v *NullableGroupPolicyPageResponse) Unset()
type NullableGroupPolicyResponse ¶
type NullableGroupPolicyResponse struct {
// contains filtered or unexported fields
}
func NewNullableGroupPolicyResponse ¶
func NewNullableGroupPolicyResponse(val *GroupPolicyResponse) *NullableGroupPolicyResponse
func (NullableGroupPolicyResponse) Get ¶
func (v NullableGroupPolicyResponse) Get() *GroupPolicyResponse
func (NullableGroupPolicyResponse) IsSet ¶
func (v NullableGroupPolicyResponse) IsSet() bool
func (NullableGroupPolicyResponse) MarshalJSON ¶
func (v NullableGroupPolicyResponse) MarshalJSON() ([]byte, error)
func (*NullableGroupPolicyResponse) Set ¶
func (v *NullableGroupPolicyResponse) Set(val *GroupPolicyResponse)
func (*NullableGroupPolicyResponse) UnmarshalJSON ¶
func (v *NullableGroupPolicyResponse) UnmarshalJSON(src []byte) error
func (*NullableGroupPolicyResponse) Unset ¶
func (v *NullableGroupPolicyResponse) Unset()
type NullableGroupSetRequest ¶
type NullableGroupSetRequest struct {
// contains filtered or unexported fields
}
func NewNullableGroupSetRequest ¶
func NewNullableGroupSetRequest(val *GroupSetRequest) *NullableGroupSetRequest
func (NullableGroupSetRequest) Get ¶
func (v NullableGroupSetRequest) Get() *GroupSetRequest
func (NullableGroupSetRequest) IsSet ¶
func (v NullableGroupSetRequest) IsSet() bool
func (NullableGroupSetRequest) MarshalJSON ¶
func (v NullableGroupSetRequest) MarshalJSON() ([]byte, error)
func (*NullableGroupSetRequest) Set ¶
func (v *NullableGroupSetRequest) Set(val *GroupSetRequest)
func (*NullableGroupSetRequest) UnmarshalJSON ¶
func (v *NullableGroupSetRequest) UnmarshalJSON(src []byte) error
func (*NullableGroupSetRequest) Unset ¶
func (v *NullableGroupSetRequest) Unset()
type NullableGroupShowResponse ¶
type NullableGroupShowResponse struct {
// contains filtered or unexported fields
}
func NewNullableGroupShowResponse ¶
func NewNullableGroupShowResponse(val *GroupShowResponse) *NullableGroupShowResponse
func (NullableGroupShowResponse) Get ¶
func (v NullableGroupShowResponse) Get() *GroupShowResponse
func (NullableGroupShowResponse) IsSet ¶
func (v NullableGroupShowResponse) IsSet() bool
func (NullableGroupShowResponse) MarshalJSON ¶
func (v NullableGroupShowResponse) MarshalJSON() ([]byte, error)
func (*NullableGroupShowResponse) Set ¶
func (v *NullableGroupShowResponse) Set(val *GroupShowResponse)
func (*NullableGroupShowResponse) UnmarshalJSON ¶
func (v *NullableGroupShowResponse) UnmarshalJSON(src []byte) error
func (*NullableGroupShowResponse) Unset ¶
func (v *NullableGroupShowResponse) 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 NullableListAccessKeyResponse ¶
type NullableListAccessKeyResponse struct {
// contains filtered or unexported fields
}
func NewNullableListAccessKeyResponse ¶
func NewNullableListAccessKeyResponse(val *ListAccessKeyResponse) *NullableListAccessKeyResponse
func (NullableListAccessKeyResponse) Get ¶
func (v NullableListAccessKeyResponse) Get() *ListAccessKeyResponse
func (NullableListAccessKeyResponse) IsSet ¶
func (v NullableListAccessKeyResponse) IsSet() bool
func (NullableListAccessKeyResponse) MarshalJSON ¶
func (v NullableListAccessKeyResponse) MarshalJSON() ([]byte, error)
func (*NullableListAccessKeyResponse) Set ¶
func (v *NullableListAccessKeyResponse) Set(val *ListAccessKeyResponse)
func (*NullableListAccessKeyResponse) UnmarshalJSON ¶
func (v *NullableListAccessKeyResponse) UnmarshalJSON(src []byte) error
func (*NullableListAccessKeyResponse) Unset ¶
func (v *NullableListAccessKeyResponse) Unset()
type NullableListCompanyResponse ¶
type NullableListCompanyResponse struct {
// contains filtered or unexported fields
}
func NewNullableListCompanyResponse ¶
func NewNullableListCompanyResponse(val *ListCompanyResponse) *NullableListCompanyResponse
func (NullableListCompanyResponse) Get ¶
func (v NullableListCompanyResponse) Get() *ListCompanyResponse
func (NullableListCompanyResponse) IsSet ¶
func (v NullableListCompanyResponse) IsSet() bool
func (NullableListCompanyResponse) MarshalJSON ¶
func (v NullableListCompanyResponse) MarshalJSON() ([]byte, error)
func (*NullableListCompanyResponse) Set ¶
func (v *NullableListCompanyResponse) Set(val *ListCompanyResponse)
func (*NullableListCompanyResponse) UnmarshalJSON ¶
func (v *NullableListCompanyResponse) UnmarshalJSON(src []byte) error
func (*NullableListCompanyResponse) Unset ¶
func (v *NullableListCompanyResponse) Unset()
type NullableListEndpointsResponse ¶
type NullableListEndpointsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListEndpointsResponse ¶
func NewNullableListEndpointsResponse(val *ListEndpointsResponse) *NullableListEndpointsResponse
func (NullableListEndpointsResponse) Get ¶
func (v NullableListEndpointsResponse) Get() *ListEndpointsResponse
func (NullableListEndpointsResponse) IsSet ¶
func (v NullableListEndpointsResponse) IsSet() bool
func (NullableListEndpointsResponse) MarshalJSON ¶
func (v NullableListEndpointsResponse) MarshalJSON() ([]byte, error)
func (*NullableListEndpointsResponse) Set ¶
func (v *NullableListEndpointsResponse) Set(val *ListEndpointsResponse)
func (*NullableListEndpointsResponse) UnmarshalJSON ¶
func (v *NullableListEndpointsResponse) UnmarshalJSON(src []byte) error
func (*NullableListEndpointsResponse) Unset ¶
func (v *NullableListEndpointsResponse) Unset()
type NullableLocaleEnum ¶
type NullableLocaleEnum struct {
// contains filtered or unexported fields
}
func NewNullableLocaleEnum ¶
func NewNullableLocaleEnum(val *LocaleEnum) *NullableLocaleEnum
func (NullableLocaleEnum) Get ¶
func (v NullableLocaleEnum) Get() *LocaleEnum
func (NullableLocaleEnum) IsSet ¶
func (v NullableLocaleEnum) IsSet() bool
func (NullableLocaleEnum) MarshalJSON ¶
func (v NullableLocaleEnum) MarshalJSON() ([]byte, error)
func (*NullableLocaleEnum) Set ¶
func (v *NullableLocaleEnum) Set(val *LocaleEnum)
func (*NullableLocaleEnum) UnmarshalJSON ¶
func (v *NullableLocaleEnum) UnmarshalJSON(src []byte) error
func (*NullableLocaleEnum) Unset ¶
func (v *NullableLocaleEnum) Unset()
type NullableManagedServiceTypeEnum ¶
type NullableManagedServiceTypeEnum struct {
// contains filtered or unexported fields
}
func NewNullableManagedServiceTypeEnum ¶
func NewNullableManagedServiceTypeEnum(val *ManagedServiceTypeEnum) *NullableManagedServiceTypeEnum
func (NullableManagedServiceTypeEnum) Get ¶
func (v NullableManagedServiceTypeEnum) Get() *ManagedServiceTypeEnum
func (NullableManagedServiceTypeEnum) IsSet ¶
func (v NullableManagedServiceTypeEnum) IsSet() bool
func (NullableManagedServiceTypeEnum) MarshalJSON ¶
func (v NullableManagedServiceTypeEnum) MarshalJSON() ([]byte, error)
func (*NullableManagedServiceTypeEnum) Set ¶
func (v *NullableManagedServiceTypeEnum) Set(val *ManagedServiceTypeEnum)
func (*NullableManagedServiceTypeEnum) UnmarshalJSON ¶
func (v *NullableManagedServiceTypeEnum) UnmarshalJSON(src []byte) error
func (*NullableManagedServiceTypeEnum) Unset ¶
func (v *NullableManagedServiceTypeEnum) Unset()
type NullableOtpMethodEnum ¶
type NullableOtpMethodEnum struct {
// contains filtered or unexported fields
}
func NewNullableOtpMethodEnum ¶
func NewNullableOtpMethodEnum(val *OtpMethodEnum) *NullableOtpMethodEnum
func (NullableOtpMethodEnum) Get ¶
func (v NullableOtpMethodEnum) Get() *OtpMethodEnum
func (NullableOtpMethodEnum) IsSet ¶
func (v NullableOtpMethodEnum) IsSet() bool
func (NullableOtpMethodEnum) MarshalJSON ¶
func (v NullableOtpMethodEnum) MarshalJSON() ([]byte, error)
func (*NullableOtpMethodEnum) Set ¶
func (v *NullableOtpMethodEnum) Set(val *OtpMethodEnum)
func (*NullableOtpMethodEnum) UnmarshalJSON ¶
func (v *NullableOtpMethodEnum) UnmarshalJSON(src []byte) error
func (*NullableOtpMethodEnum) Unset ¶
func (v *NullableOtpMethodEnum) Unset()
type NullablePaymentContract ¶
type NullablePaymentContract struct {
// contains filtered or unexported fields
}
func NewNullablePaymentContract ¶
func NewNullablePaymentContract(val *PaymentContract) *NullablePaymentContract
func (NullablePaymentContract) Get ¶
func (v NullablePaymentContract) Get() *PaymentContract
func (NullablePaymentContract) IsSet ¶
func (v NullablePaymentContract) IsSet() bool
func (NullablePaymentContract) MarshalJSON ¶
func (v NullablePaymentContract) MarshalJSON() ([]byte, error)
func (*NullablePaymentContract) Set ¶
func (v *NullablePaymentContract) Set(val *PaymentContract)
func (*NullablePaymentContract) UnmarshalJSON ¶
func (v *NullablePaymentContract) UnmarshalJSON(src []byte) error
func (*NullablePaymentContract) Unset ¶
func (v *NullablePaymentContract) Unset()
type NullablePaymentContractListResponse ¶
type NullablePaymentContractListResponse struct {
// contains filtered or unexported fields
}
func NewNullablePaymentContractListResponse ¶
func NewNullablePaymentContractListResponse(val *PaymentContractListResponse) *NullablePaymentContractListResponse
func (NullablePaymentContractListResponse) Get ¶
func (v NullablePaymentContractListResponse) Get() *PaymentContractListResponse
func (NullablePaymentContractListResponse) IsSet ¶
func (v NullablePaymentContractListResponse) IsSet() bool
func (NullablePaymentContractListResponse) MarshalJSON ¶
func (v NullablePaymentContractListResponse) MarshalJSON() ([]byte, error)
func (*NullablePaymentContractListResponse) Set ¶
func (v *NullablePaymentContractListResponse) Set(val *PaymentContractListResponse)
func (*NullablePaymentContractListResponse) UnmarshalJSON ¶
func (v *NullablePaymentContractListResponse) UnmarshalJSON(src []byte) error
func (*NullablePaymentContractListResponse) Unset ¶
func (v *NullablePaymentContractListResponse) Unset()
type NullablePaymentContractShowResponse ¶
type NullablePaymentContractShowResponse struct {
// contains filtered or unexported fields
}
func NewNullablePaymentContractShowResponse ¶
func NewNullablePaymentContractShowResponse(val *PaymentContractShowResponse) *NullablePaymentContractShowResponse
func (NullablePaymentContractShowResponse) Get ¶
func (v NullablePaymentContractShowResponse) Get() *PaymentContractShowResponse
func (NullablePaymentContractShowResponse) IsSet ¶
func (v NullablePaymentContractShowResponse) IsSet() bool
func (NullablePaymentContractShowResponse) MarshalJSON ¶
func (v NullablePaymentContractShowResponse) MarshalJSON() ([]byte, error)
func (*NullablePaymentContractShowResponse) Set ¶
func (v *NullablePaymentContractShowResponse) Set(val *PaymentContractShowResponse)
func (*NullablePaymentContractShowResponse) UnmarshalJSON ¶
func (v *NullablePaymentContractShowResponse) UnmarshalJSON(src []byte) error
func (*NullablePaymentContractShowResponse) Unset ¶
func (v *NullablePaymentContractShowResponse) Unset()
type NullablePolicy ¶
type NullablePolicy struct {
// contains filtered or unexported fields
}
func NewNullablePolicy ¶
func NewNullablePolicy(val *Policy) *NullablePolicy
func (NullablePolicy) Get ¶
func (v NullablePolicy) Get() *Policy
func (NullablePolicy) IsSet ¶
func (v NullablePolicy) IsSet() bool
func (NullablePolicy) MarshalJSON ¶
func (v NullablePolicy) MarshalJSON() ([]byte, error)
func (*NullablePolicy) Set ¶
func (v *NullablePolicy) Set(val *Policy)
func (*NullablePolicy) UnmarshalJSON ¶
func (v *NullablePolicy) UnmarshalJSON(src []byte) error
func (*NullablePolicy) Unset ¶
func (v *NullablePolicy) Unset()
type NullablePolicyCategoryEnum ¶
type NullablePolicyCategoryEnum struct {
// contains filtered or unexported fields
}
func NewNullablePolicyCategoryEnum ¶
func NewNullablePolicyCategoryEnum(val *PolicyCategoryEnum) *NullablePolicyCategoryEnum
func (NullablePolicyCategoryEnum) Get ¶
func (v NullablePolicyCategoryEnum) Get() *PolicyCategoryEnum
func (NullablePolicyCategoryEnum) IsSet ¶
func (v NullablePolicyCategoryEnum) IsSet() bool
func (NullablePolicyCategoryEnum) MarshalJSON ¶
func (v NullablePolicyCategoryEnum) MarshalJSON() ([]byte, error)
func (*NullablePolicyCategoryEnum) Set ¶
func (v *NullablePolicyCategoryEnum) Set(val *PolicyCategoryEnum)
func (*NullablePolicyCategoryEnum) UnmarshalJSON ¶
func (v *NullablePolicyCategoryEnum) UnmarshalJSON(src []byte) error
func (*NullablePolicyCategoryEnum) Unset ¶
func (v *NullablePolicyCategoryEnum) Unset()
type NullablePolicyDocument ¶
type NullablePolicyDocument struct {
// contains filtered or unexported fields
}
func NewNullablePolicyDocument ¶
func NewNullablePolicyDocument(val *PolicyDocument) *NullablePolicyDocument
func (NullablePolicyDocument) Get ¶
func (v NullablePolicyDocument) Get() *PolicyDocument
func (NullablePolicyDocument) IsSet ¶
func (v NullablePolicyDocument) IsSet() bool
func (NullablePolicyDocument) MarshalJSON ¶
func (v NullablePolicyDocument) MarshalJSON() ([]byte, error)
func (*NullablePolicyDocument) Set ¶
func (v *NullablePolicyDocument) Set(val *PolicyDocument)
func (*NullablePolicyDocument) UnmarshalJSON ¶
func (v *NullablePolicyDocument) UnmarshalJSON(src []byte) error
func (*NullablePolicyDocument) Unset ¶
func (v *NullablePolicyDocument) Unset()
type NullablePolicyStateEnum ¶
type NullablePolicyStateEnum struct {
// contains filtered or unexported fields
}
func NewNullablePolicyStateEnum ¶
func NewNullablePolicyStateEnum(val *PolicyStateEnum) *NullablePolicyStateEnum
func (NullablePolicyStateEnum) Get ¶
func (v NullablePolicyStateEnum) Get() *PolicyStateEnum
func (NullablePolicyStateEnum) IsSet ¶
func (v NullablePolicyStateEnum) IsSet() bool
func (NullablePolicyStateEnum) MarshalJSON ¶
func (v NullablePolicyStateEnum) MarshalJSON() ([]byte, error)
func (*NullablePolicyStateEnum) Set ¶
func (v *NullablePolicyStateEnum) Set(val *PolicyStateEnum)
func (*NullablePolicyStateEnum) UnmarshalJSON ¶
func (v *NullablePolicyStateEnum) UnmarshalJSON(src []byte) error
func (*NullablePolicyStateEnum) Unset ¶
func (v *NullablePolicyStateEnum) Unset()
type NullablePolicyType ¶
type NullablePolicyType struct {
// contains filtered or unexported fields
}
func NewNullablePolicyType ¶
func NewNullablePolicyType(val *PolicyType) *NullablePolicyType
func (NullablePolicyType) Get ¶
func (v NullablePolicyType) Get() *PolicyType
func (NullablePolicyType) IsSet ¶
func (v NullablePolicyType) IsSet() bool
func (NullablePolicyType) MarshalJSON ¶
func (v NullablePolicyType) MarshalJSON() ([]byte, error)
func (*NullablePolicyType) Set ¶
func (v *NullablePolicyType) Set(val *PolicyType)
func (*NullablePolicyType) UnmarshalJSON ¶
func (v *NullablePolicyType) UnmarshalJSON(src []byte) error
func (*NullablePolicyType) Unset ¶
func (v *NullablePolicyType) Unset()
type NullablePolicyTypeEnum ¶
type NullablePolicyTypeEnum struct {
// contains filtered or unexported fields
}
func NewNullablePolicyTypeEnum ¶
func NewNullablePolicyTypeEnum(val *PolicyTypeEnum) *NullablePolicyTypeEnum
func (NullablePolicyTypeEnum) Get ¶
func (v NullablePolicyTypeEnum) Get() *PolicyTypeEnum
func (NullablePolicyTypeEnum) IsSet ¶
func (v NullablePolicyTypeEnum) IsSet() bool
func (NullablePolicyTypeEnum) MarshalJSON ¶
func (v NullablePolicyTypeEnum) MarshalJSON() ([]byte, error)
func (*NullablePolicyTypeEnum) Set ¶
func (v *NullablePolicyTypeEnum) Set(val *PolicyTypeEnum)
func (*NullablePolicyTypeEnum) UnmarshalJSON ¶
func (v *NullablePolicyTypeEnum) UnmarshalJSON(src []byte) error
func (*NullablePolicyTypeEnum) Unset ¶
func (v *NullablePolicyTypeEnum) Unset()
type NullablePolicyVersion ¶
type NullablePolicyVersion struct {
// contains filtered or unexported fields
}
func NewNullablePolicyVersion ¶
func NewNullablePolicyVersion(val *PolicyVersion) *NullablePolicyVersion
func (NullablePolicyVersion) Get ¶
func (v NullablePolicyVersion) Get() *PolicyVersion
func (NullablePolicyVersion) IsSet ¶
func (v NullablePolicyVersion) IsSet() bool
func (NullablePolicyVersion) MarshalJSON ¶
func (v NullablePolicyVersion) MarshalJSON() ([]byte, error)
func (*NullablePolicyVersion) Set ¶
func (v *NullablePolicyVersion) Set(val *PolicyVersion)
func (*NullablePolicyVersion) UnmarshalJSON ¶
func (v *NullablePolicyVersion) UnmarshalJSON(src []byte) error
func (*NullablePolicyVersion) Unset ¶
func (v *NullablePolicyVersion) Unset()
type NullablePrincipal ¶
type NullablePrincipal struct {
// contains filtered or unexported fields
}
func NewNullablePrincipal ¶
func NewNullablePrincipal(val *Principal) *NullablePrincipal
func (NullablePrincipal) Get ¶
func (v NullablePrincipal) Get() *Principal
func (NullablePrincipal) IsSet ¶
func (v NullablePrincipal) IsSet() bool
func (NullablePrincipal) MarshalJSON ¶
func (v NullablePrincipal) MarshalJSON() ([]byte, error)
func (*NullablePrincipal) Set ¶
func (v *NullablePrincipal) Set(val *Principal)
func (*NullablePrincipal) UnmarshalJSON ¶
func (v *NullablePrincipal) UnmarshalJSON(src []byte) error
func (*NullablePrincipal) Unset ¶
func (v *NullablePrincipal) Unset()
type NullableRefreshAccessKeyRequest ¶
type NullableRefreshAccessKeyRequest struct {
// contains filtered or unexported fields
}
func NewNullableRefreshAccessKeyRequest ¶
func NewNullableRefreshAccessKeyRequest(val *RefreshAccessKeyRequest) *NullableRefreshAccessKeyRequest
func (NullableRefreshAccessKeyRequest) Get ¶
func (v NullableRefreshAccessKeyRequest) Get() *RefreshAccessKeyRequest
func (NullableRefreshAccessKeyRequest) IsSet ¶
func (v NullableRefreshAccessKeyRequest) IsSet() bool
func (NullableRefreshAccessKeyRequest) MarshalJSON ¶
func (v NullableRefreshAccessKeyRequest) MarshalJSON() ([]byte, error)
func (*NullableRefreshAccessKeyRequest) Set ¶
func (v *NullableRefreshAccessKeyRequest) Set(val *RefreshAccessKeyRequest)
func (*NullableRefreshAccessKeyRequest) UnmarshalJSON ¶
func (v *NullableRefreshAccessKeyRequest) UnmarshalJSON(src []byte) error
func (*NullableRefreshAccessKeyRequest) Unset ¶
func (v *NullableRefreshAccessKeyRequest) 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 NullableRoleTypeEnum ¶
type NullableRoleTypeEnum struct {
// contains filtered or unexported fields
}
func NewNullableRoleTypeEnum ¶
func NewNullableRoleTypeEnum(val *RoleTypeEnum) *NullableRoleTypeEnum
func (NullableRoleTypeEnum) Get ¶
func (v NullableRoleTypeEnum) Get() *RoleTypeEnum
func (NullableRoleTypeEnum) IsSet ¶
func (v NullableRoleTypeEnum) IsSet() bool
func (NullableRoleTypeEnum) MarshalJSON ¶
func (v NullableRoleTypeEnum) MarshalJSON() ([]byte, error)
func (*NullableRoleTypeEnum) Set ¶
func (v *NullableRoleTypeEnum) Set(val *RoleTypeEnum)
func (*NullableRoleTypeEnum) UnmarshalJSON ¶
func (v *NullableRoleTypeEnum) UnmarshalJSON(src []byte) error
func (*NullableRoleTypeEnum) Unset ¶
func (v *NullableRoleTypeEnum) Unset()
type NullableStatement ¶
type NullableStatement struct {
// contains filtered or unexported fields
}
func NewNullableStatement ¶
func NewNullableStatement(val *Statement) *NullableStatement
func (NullableStatement) Get ¶
func (v NullableStatement) Get() *Statement
func (NullableStatement) IsSet ¶
func (v NullableStatement) IsSet() bool
func (NullableStatement) MarshalJSON ¶
func (v NullableStatement) MarshalJSON() ([]byte, error)
func (*NullableStatement) Set ¶
func (v *NullableStatement) Set(val *Statement)
func (*NullableStatement) UnmarshalJSON ¶
func (v *NullableStatement) UnmarshalJSON(src []byte) error
func (*NullableStatement) Unset ¶
func (v *NullableStatement) 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 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 NullableUserDetailResponse ¶
type NullableUserDetailResponse struct {
// contains filtered or unexported fields
}
func NewNullableUserDetailResponse ¶
func NewNullableUserDetailResponse(val *UserDetailResponse) *NullableUserDetailResponse
func (NullableUserDetailResponse) Get ¶
func (v NullableUserDetailResponse) Get() *UserDetailResponse
func (NullableUserDetailResponse) IsSet ¶
func (v NullableUserDetailResponse) IsSet() bool
func (NullableUserDetailResponse) MarshalJSON ¶
func (v NullableUserDetailResponse) MarshalJSON() ([]byte, error)
func (*NullableUserDetailResponse) Set ¶
func (v *NullableUserDetailResponse) Set(val *UserDetailResponse)
func (*NullableUserDetailResponse) UnmarshalJSON ¶
func (v *NullableUserDetailResponse) UnmarshalJSON(src []byte) error
func (*NullableUserDetailResponse) Unset ¶
func (v *NullableUserDetailResponse) Unset()
type NullableYnEnum ¶
type NullableYnEnum struct {
// contains filtered or unexported fields
}
func NewNullableYnEnum ¶
func NewNullableYnEnum(val *YnEnum) *NullableYnEnum
func (NullableYnEnum) Get ¶
func (v NullableYnEnum) Get() *YnEnum
func (NullableYnEnum) IsSet ¶
func (v NullableYnEnum) IsSet() bool
func (NullableYnEnum) MarshalJSON ¶
func (v NullableYnEnum) MarshalJSON() ([]byte, error)
func (*NullableYnEnum) Set ¶
func (v *NullableYnEnum) Set(val *YnEnum)
func (*NullableYnEnum) UnmarshalJSON ¶
func (v *NullableYnEnum) UnmarshalJSON(src []byte) error
func (*NullableYnEnum) Unset ¶
func (v *NullableYnEnum) Unset()
type OtpMethodEnum ¶
type OtpMethodEnum string
OtpMethodEnum the model 'OtpMethodEnum'
const ( OTPMETHODENUM_PHONE OtpMethodEnum = "PHONE" OTPMETHODENUM_EMAIL OtpMethodEnum = "EMAIL" )
List of OtpMethodEnum
func NewOtpMethodEnumFromValue ¶
func NewOtpMethodEnumFromValue(v string) (*OtpMethodEnum, error)
NewOtpMethodEnumFromValue returns a pointer to a valid OtpMethodEnum for the value passed as argument, or an error if the value passed is not allowed by the enum
func (OtpMethodEnum) IsValid ¶
func (v OtpMethodEnum) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (OtpMethodEnum) Ptr ¶
func (v OtpMethodEnum) Ptr() *OtpMethodEnum
Ptr returns reference to OtpMethodEnum value
func (*OtpMethodEnum) UnmarshalJSON ¶
func (v *OtpMethodEnum) UnmarshalJSON(src []byte) error
type PaymentContract ¶
type PaymentContract struct {
// 회사 업무 구분 ID
BusinessCategoryId string `json:"business_category_id"`
BusinessCategoryName NullableString `json:"business_category_name"`
BusinessGroupCode NullableString `json:"business_group_code"`
// Company ID
CompanyId string `json:"company_id"`
// Company 이름
CompanyName string `json:"company_name"`
// Account 계약 정보
Contract AccountContract `json:"contract"`
// 생성 일시
CreatedAt time.Time `json:"created_at"`
// 생성자
CreatedBy string `json:"created_by"`
// 생성자 Email
CreatorEmail string `json:"creator_email"`
// 생성자 성, 이름
CreatorName string `json:"creator_name"`
Description NullableString `json:"description"`
// Project 생성 여부
HasProjectYn YnEnum `json:"has_project_yn"`
// ID
Id string `json:"id"`
// Service Type
ManagedServiceType ManagedServiceTypeEnum `json:"managed_service_type"`
// 수정 일시
ModifiedAt time.Time `json:"modified_at"`
// 수정자
ModifiedBy string `json:"modified_by"`
// 수정자 Email
ModifierEmail string `json:"modifier_email"`
// 수정자 성, 이름
ModifierName string `json:"modifier_name"`
// Account 이름
Name string `json:"name"`
PartnerCompanyCode NullableString `json:"partner_company_code"`
}
PaymentContract struct for PaymentContract
func NewPaymentContract ¶
func NewPaymentContract(businessCategoryId string, businessCategoryName NullableString, businessGroupCode NullableString, companyId string, companyName string, contract AccountContract, createdAt time.Time, createdBy string, creatorEmail string, creatorName string, description NullableString, hasProjectYn YnEnum, id string, managedServiceType ManagedServiceTypeEnum, modifiedAt time.Time, modifiedBy string, modifierEmail string, modifierName string, name string, partnerCompanyCode NullableString) *PaymentContract
NewPaymentContract instantiates a new PaymentContract 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 NewPaymentContractWithDefaults ¶
func NewPaymentContractWithDefaults() *PaymentContract
NewPaymentContractWithDefaults instantiates a new PaymentContract 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 (*PaymentContract) GetBusinessCategoryId ¶
func (o *PaymentContract) GetBusinessCategoryId() string
GetBusinessCategoryId returns the BusinessCategoryId field value
func (*PaymentContract) GetBusinessCategoryIdOk ¶
func (o *PaymentContract) GetBusinessCategoryIdOk() (*string, bool)
GetBusinessCategoryIdOk returns a tuple with the BusinessCategoryId field value and a boolean to check if the value has been set.
func (*PaymentContract) GetBusinessCategoryName ¶
func (o *PaymentContract) GetBusinessCategoryName() string
GetBusinessCategoryName returns the BusinessCategoryName field value If the value is explicit nil, the zero value for string will be returned
func (*PaymentContract) GetBusinessCategoryNameOk ¶
func (o *PaymentContract) GetBusinessCategoryNameOk() (*string, bool)
GetBusinessCategoryNameOk returns a tuple with the BusinessCategoryName 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 (*PaymentContract) GetBusinessGroupCode ¶
func (o *PaymentContract) GetBusinessGroupCode() string
GetBusinessGroupCode returns the BusinessGroupCode field value If the value is explicit nil, the zero value for string will be returned
func (*PaymentContract) GetBusinessGroupCodeOk ¶
func (o *PaymentContract) GetBusinessGroupCodeOk() (*string, bool)
GetBusinessGroupCodeOk returns a tuple with the BusinessGroupCode 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 (*PaymentContract) GetCompanyId ¶
func (o *PaymentContract) GetCompanyId() string
GetCompanyId returns the CompanyId field value
func (*PaymentContract) GetCompanyIdOk ¶
func (o *PaymentContract) GetCompanyIdOk() (*string, bool)
GetCompanyIdOk returns a tuple with the CompanyId field value and a boolean to check if the value has been set.
func (*PaymentContract) GetCompanyName ¶
func (o *PaymentContract) GetCompanyName() string
GetCompanyName returns the CompanyName field value
func (*PaymentContract) GetCompanyNameOk ¶
func (o *PaymentContract) GetCompanyNameOk() (*string, bool)
GetCompanyNameOk returns a tuple with the CompanyName field value and a boolean to check if the value has been set.
func (*PaymentContract) GetContract ¶
func (o *PaymentContract) GetContract() AccountContract
GetContract returns the Contract field value
func (*PaymentContract) GetContractOk ¶
func (o *PaymentContract) GetContractOk() (*AccountContract, bool)
GetContractOk returns a tuple with the Contract field value and a boolean to check if the value has been set.
func (*PaymentContract) GetCreatedAt ¶
func (o *PaymentContract) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*PaymentContract) GetCreatedAtOk ¶
func (o *PaymentContract) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*PaymentContract) GetCreatedBy ¶
func (o *PaymentContract) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value
func (*PaymentContract) GetCreatedByOk ¶
func (o *PaymentContract) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value and a boolean to check if the value has been set.
func (*PaymentContract) GetCreatorEmail ¶
func (o *PaymentContract) GetCreatorEmail() string
GetCreatorEmail returns the CreatorEmail field value
func (*PaymentContract) GetCreatorEmailOk ¶
func (o *PaymentContract) GetCreatorEmailOk() (*string, bool)
GetCreatorEmailOk returns a tuple with the CreatorEmail field value and a boolean to check if the value has been set.
func (*PaymentContract) GetCreatorName ¶
func (o *PaymentContract) GetCreatorName() string
GetCreatorName returns the CreatorName field value
func (*PaymentContract) GetCreatorNameOk ¶
func (o *PaymentContract) GetCreatorNameOk() (*string, bool)
GetCreatorNameOk returns a tuple with the CreatorName field value and a boolean to check if the value has been set.
func (*PaymentContract) GetDescription ¶
func (o *PaymentContract) GetDescription() string
GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned
func (*PaymentContract) GetDescriptionOk ¶
func (o *PaymentContract) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description 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 (*PaymentContract) GetHasProjectYn ¶
func (o *PaymentContract) GetHasProjectYn() YnEnum
GetHasProjectYn returns the HasProjectYn field value
func (*PaymentContract) GetHasProjectYnOk ¶
func (o *PaymentContract) GetHasProjectYnOk() (*YnEnum, bool)
GetHasProjectYnOk returns a tuple with the HasProjectYn field value and a boolean to check if the value has been set.
func (*PaymentContract) GetId ¶
func (o *PaymentContract) GetId() string
GetId returns the Id field value
func (*PaymentContract) GetIdOk ¶
func (o *PaymentContract) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PaymentContract) GetManagedServiceType ¶
func (o *PaymentContract) GetManagedServiceType() ManagedServiceTypeEnum
GetManagedServiceType returns the ManagedServiceType field value
func (*PaymentContract) GetManagedServiceTypeOk ¶
func (o *PaymentContract) GetManagedServiceTypeOk() (*ManagedServiceTypeEnum, bool)
GetManagedServiceTypeOk returns a tuple with the ManagedServiceType field value and a boolean to check if the value has been set.
func (*PaymentContract) GetModifiedAt ¶
func (o *PaymentContract) GetModifiedAt() time.Time
GetModifiedAt returns the ModifiedAt field value
func (*PaymentContract) GetModifiedAtOk ¶
func (o *PaymentContract) GetModifiedAtOk() (*time.Time, bool)
GetModifiedAtOk returns a tuple with the ModifiedAt field value and a boolean to check if the value has been set.
func (*PaymentContract) GetModifiedBy ¶
func (o *PaymentContract) GetModifiedBy() string
GetModifiedBy returns the ModifiedBy field value
func (*PaymentContract) GetModifiedByOk ¶
func (o *PaymentContract) GetModifiedByOk() (*string, bool)
GetModifiedByOk returns a tuple with the ModifiedBy field value and a boolean to check if the value has been set.
func (*PaymentContract) GetModifierEmail ¶
func (o *PaymentContract) GetModifierEmail() string
GetModifierEmail returns the ModifierEmail field value
func (*PaymentContract) GetModifierEmailOk ¶
func (o *PaymentContract) GetModifierEmailOk() (*string, bool)
GetModifierEmailOk returns a tuple with the ModifierEmail field value and a boolean to check if the value has been set.
func (*PaymentContract) GetModifierName ¶
func (o *PaymentContract) GetModifierName() string
GetModifierName returns the ModifierName field value
func (*PaymentContract) GetModifierNameOk ¶
func (o *PaymentContract) GetModifierNameOk() (*string, bool)
GetModifierNameOk returns a tuple with the ModifierName field value and a boolean to check if the value has been set.
func (*PaymentContract) GetName ¶
func (o *PaymentContract) GetName() string
GetName returns the Name field value
func (*PaymentContract) GetNameOk ¶
func (o *PaymentContract) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*PaymentContract) GetPartnerCompanyCode ¶
func (o *PaymentContract) GetPartnerCompanyCode() string
GetPartnerCompanyCode returns the PartnerCompanyCode field value If the value is explicit nil, the zero value for string will be returned
func (*PaymentContract) GetPartnerCompanyCodeOk ¶
func (o *PaymentContract) GetPartnerCompanyCodeOk() (*string, bool)
GetPartnerCompanyCodeOk returns a tuple with the PartnerCompanyCode 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 (PaymentContract) MarshalJSON ¶
func (o PaymentContract) MarshalJSON() ([]byte, error)
func (*PaymentContract) SetBusinessCategoryId ¶
func (o *PaymentContract) SetBusinessCategoryId(v string)
SetBusinessCategoryId sets field value
func (*PaymentContract) SetBusinessCategoryName ¶
func (o *PaymentContract) SetBusinessCategoryName(v string)
SetBusinessCategoryName sets field value
func (*PaymentContract) SetBusinessGroupCode ¶
func (o *PaymentContract) SetBusinessGroupCode(v string)
SetBusinessGroupCode sets field value
func (*PaymentContract) SetCompanyId ¶
func (o *PaymentContract) SetCompanyId(v string)
SetCompanyId sets field value
func (*PaymentContract) SetCompanyName ¶
func (o *PaymentContract) SetCompanyName(v string)
SetCompanyName sets field value
func (*PaymentContract) SetContract ¶
func (o *PaymentContract) SetContract(v AccountContract)
SetContract sets field value
func (*PaymentContract) SetCreatedAt ¶
func (o *PaymentContract) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*PaymentContract) SetCreatedBy ¶
func (o *PaymentContract) SetCreatedBy(v string)
SetCreatedBy sets field value
func (*PaymentContract) SetCreatorEmail ¶
func (o *PaymentContract) SetCreatorEmail(v string)
SetCreatorEmail sets field value
func (*PaymentContract) SetCreatorName ¶
func (o *PaymentContract) SetCreatorName(v string)
SetCreatorName sets field value
func (*PaymentContract) SetDescription ¶
func (o *PaymentContract) SetDescription(v string)
SetDescription sets field value
func (*PaymentContract) SetHasProjectYn ¶
func (o *PaymentContract) SetHasProjectYn(v YnEnum)
SetHasProjectYn sets field value
func (*PaymentContract) SetManagedServiceType ¶
func (o *PaymentContract) SetManagedServiceType(v ManagedServiceTypeEnum)
SetManagedServiceType sets field value
func (*PaymentContract) SetModifiedAt ¶
func (o *PaymentContract) SetModifiedAt(v time.Time)
SetModifiedAt sets field value
func (*PaymentContract) SetModifiedBy ¶
func (o *PaymentContract) SetModifiedBy(v string)
SetModifiedBy sets field value
func (*PaymentContract) SetModifierEmail ¶
func (o *PaymentContract) SetModifierEmail(v string)
SetModifierEmail sets field value
func (*PaymentContract) SetModifierName ¶
func (o *PaymentContract) SetModifierName(v string)
SetModifierName sets field value
func (*PaymentContract) SetName ¶
func (o *PaymentContract) SetName(v string)
SetName sets field value
func (*PaymentContract) SetPartnerCompanyCode ¶
func (o *PaymentContract) SetPartnerCompanyCode(v string)
SetPartnerCompanyCode sets field value
func (PaymentContract) ToMap ¶
func (o PaymentContract) ToMap() (map[string]interface{}, error)
func (*PaymentContract) UnmarshalJSON ¶
func (o *PaymentContract) UnmarshalJSON(data []byte) (err error)
type PaymentContractListResponse ¶
type PaymentContractListResponse struct {
Count NullableInt32 `json:"count,omitempty"`
Links []interface{} `json:"links,omitempty"`
PaymentContracts []PaymentContract `json:"payment_contracts"`
}
PaymentContractListResponse struct for PaymentContractListResponse
func NewPaymentContractListResponse ¶
func NewPaymentContractListResponse(paymentContracts []PaymentContract) *PaymentContractListResponse
NewPaymentContractListResponse instantiates a new PaymentContractListResponse 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 NewPaymentContractListResponseWithDefaults ¶
func NewPaymentContractListResponseWithDefaults() *PaymentContractListResponse
NewPaymentContractListResponseWithDefaults instantiates a new PaymentContractListResponse 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 (*PaymentContractListResponse) GetCount ¶
func (o *PaymentContractListResponse) GetCount() int32
GetCount returns the Count field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PaymentContractListResponse) GetCountOk ¶
func (o *PaymentContractListResponse) GetCountOk() (*int32, 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PaymentContractListResponse) GetLinks ¶
func (o *PaymentContractListResponse) GetLinks() []interface{}
GetLinks returns the Links field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PaymentContractListResponse) GetLinksOk ¶
func (o *PaymentContractListResponse) GetLinksOk() ([]interface{}, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PaymentContractListResponse) GetPaymentContracts ¶
func (o *PaymentContractListResponse) GetPaymentContracts() []PaymentContract
GetPaymentContracts returns the PaymentContracts field value
func (*PaymentContractListResponse) GetPaymentContractsOk ¶
func (o *PaymentContractListResponse) GetPaymentContractsOk() ([]PaymentContract, bool)
GetPaymentContractsOk returns a tuple with the PaymentContracts field value and a boolean to check if the value has been set.
func (*PaymentContractListResponse) HasCount ¶
func (o *PaymentContractListResponse) HasCount() bool
HasCount returns a boolean if a field has been set.
func (*PaymentContractListResponse) HasLinks ¶
func (o *PaymentContractListResponse) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (PaymentContractListResponse) MarshalJSON ¶
func (o PaymentContractListResponse) MarshalJSON() ([]byte, error)
func (*PaymentContractListResponse) SetCount ¶
func (o *PaymentContractListResponse) SetCount(v int32)
SetCount gets a reference to the given NullableInt32 and assigns it to the Count field.
func (*PaymentContractListResponse) SetCountNil ¶
func (o *PaymentContractListResponse) SetCountNil()
SetCountNil sets the value for Count to be an explicit nil
func (*PaymentContractListResponse) SetLinks ¶
func (o *PaymentContractListResponse) SetLinks(v []interface{})
SetLinks gets a reference to the given []interface{} and assigns it to the Links field.
func (*PaymentContractListResponse) SetPaymentContracts ¶
func (o *PaymentContractListResponse) SetPaymentContracts(v []PaymentContract)
SetPaymentContracts sets field value
func (PaymentContractListResponse) ToMap ¶
func (o PaymentContractListResponse) ToMap() (map[string]interface{}, error)
func (*PaymentContractListResponse) UnmarshalJSON ¶
func (o *PaymentContractListResponse) UnmarshalJSON(data []byte) (err error)
func (*PaymentContractListResponse) UnsetCount ¶
func (o *PaymentContractListResponse) UnsetCount()
UnsetCount ensures that no value is present for Count, not even an explicit nil
type PaymentContractShowResponse ¶
type PaymentContractShowResponse struct {
PaymentContract PaymentContract `json:"payment_contract"`
}
PaymentContractShowResponse struct for PaymentContractShowResponse
func NewPaymentContractShowResponse ¶
func NewPaymentContractShowResponse(paymentContract PaymentContract) *PaymentContractShowResponse
NewPaymentContractShowResponse instantiates a new PaymentContractShowResponse 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 NewPaymentContractShowResponseWithDefaults ¶
func NewPaymentContractShowResponseWithDefaults() *PaymentContractShowResponse
NewPaymentContractShowResponseWithDefaults instantiates a new PaymentContractShowResponse 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 (*PaymentContractShowResponse) GetPaymentContract ¶
func (o *PaymentContractShowResponse) GetPaymentContract() PaymentContract
GetPaymentContract returns the PaymentContract field value
func (*PaymentContractShowResponse) GetPaymentContractOk ¶
func (o *PaymentContractShowResponse) GetPaymentContractOk() (*PaymentContract, bool)
GetPaymentContractOk returns a tuple with the PaymentContract field value and a boolean to check if the value has been set.
func (PaymentContractShowResponse) MarshalJSON ¶
func (o PaymentContractShowResponse) MarshalJSON() ([]byte, error)
func (*PaymentContractShowResponse) SetPaymentContract ¶
func (o *PaymentContractShowResponse) SetPaymentContract(v PaymentContract)
SetPaymentContract sets field value
func (PaymentContractShowResponse) ToMap ¶
func (o PaymentContractShowResponse) ToMap() (map[string]interface{}, error)
func (*PaymentContractShowResponse) UnmarshalJSON ¶
func (o *PaymentContractShowResponse) UnmarshalJSON(data []byte) (err error)
type Policy ¶
type Policy struct {
AccountId NullableString `json:"account_id"`
// Created At
CreatedAt time.Time `json:"created_at"`
// Created By
CreatedBy string `json:"created_by"`
CreatorEmail NullableString `json:"creator_email,omitempty"`
CreatorName NullableString `json:"creator_name,omitempty"`
// Policy Default Version Id
DefaultVersionId *string `json:"default_version_id,omitempty"`
Description NullableString `json:"description,omitempty"`
// Policy ID
Id *string `json:"id,omitempty"`
// Modified At
ModifiedAt time.Time `json:"modified_at"`
// Modified By
ModifiedBy string `json:"modified_by"`
ModifierEmail NullableString `json:"modifier_email,omitempty"`
ModifierName NullableString `json:"modifier_name,omitempty"`
// Policy Category
PolicyCategory *PolicyCategoryEnum `json:"policy_category,omitempty"`
// Policy Name
PolicyName *string `json:"policy_name,omitempty" validate:"regexp=^[a-zA-Z0-9\\\\-.,_+=@ㄱ-ㅎㅏ-ㅣ가-힣\\\\s]*$"`
// Policy Type
PolicyType *PolicyTypeEnum `json:"policy_type,omitempty"`
// Policy Versions
PolicyVersions []PolicyVersion `json:"policy_versions,omitempty"`
ResourceType NullableString `json:"resource_type,omitempty"`
ServiceType NullableString `json:"service_type,omitempty"`
// 삼성 리소스 자원명
Srn string `json:"srn"`
// Policy State
State *PolicyStateEnum `json:"state,omitempty"`
Tags []map[string]interface{} `json:"tags,omitempty"`
}
Policy struct for Policy
func NewPolicy ¶
func NewPolicy(accountId NullableString, createdAt time.Time, createdBy string, modifiedAt time.Time, modifiedBy string, srn string) *Policy
NewPolicy instantiates a new Policy 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 NewPolicyWithDefaults ¶
func NewPolicyWithDefaults() *Policy
NewPolicyWithDefaults instantiates a new Policy 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 (*Policy) GetAccountId ¶
GetAccountId returns the AccountId field value If the value is explicit nil, the zero value for string will be returned
func (*Policy) GetAccountIdOk ¶
GetAccountIdOk returns a tuple with the AccountId 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 (*Policy) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value
func (*Policy) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*Policy) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value
func (*Policy) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value and a boolean to check if the value has been set.
func (*Policy) GetCreatorEmail ¶
GetCreatorEmail returns the CreatorEmail field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Policy) GetCreatorEmailOk ¶
GetCreatorEmailOk returns a tuple with the CreatorEmail field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Policy) GetCreatorName ¶
GetCreatorName returns the CreatorName field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Policy) GetCreatorNameOk ¶
GetCreatorNameOk returns a tuple with the CreatorName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Policy) GetDefaultVersionId ¶
GetDefaultVersionId returns the DefaultVersionId field value if set, zero value otherwise.
func (*Policy) GetDefaultVersionIdOk ¶
GetDefaultVersionIdOk returns a tuple with the DefaultVersionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Policy) GetDescription ¶
GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Policy) GetDescriptionOk ¶
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 (*Policy) 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 (*Policy) GetModifiedAt ¶
GetModifiedAt returns the ModifiedAt field value
func (*Policy) GetModifiedAtOk ¶
GetModifiedAtOk returns a tuple with the ModifiedAt field value and a boolean to check if the value has been set.
func (*Policy) GetModifiedBy ¶
GetModifiedBy returns the ModifiedBy field value
func (*Policy) GetModifiedByOk ¶
GetModifiedByOk returns a tuple with the ModifiedBy field value and a boolean to check if the value has been set.
func (*Policy) GetModifierEmail ¶
GetModifierEmail returns the ModifierEmail field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Policy) GetModifierEmailOk ¶
GetModifierEmailOk returns a tuple with the ModifierEmail field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Policy) GetModifierName ¶
GetModifierName returns the ModifierName field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Policy) GetModifierNameOk ¶
GetModifierNameOk returns a tuple with the ModifierName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Policy) GetPolicyCategory ¶
func (o *Policy) GetPolicyCategory() PolicyCategoryEnum
GetPolicyCategory returns the PolicyCategory field value if set, zero value otherwise.
func (*Policy) GetPolicyCategoryOk ¶
func (o *Policy) GetPolicyCategoryOk() (*PolicyCategoryEnum, bool)
GetPolicyCategoryOk returns a tuple with the PolicyCategory field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Policy) GetPolicyName ¶
GetPolicyName returns the PolicyName field value if set, zero value otherwise.
func (*Policy) GetPolicyNameOk ¶
GetPolicyNameOk returns a tuple with the PolicyName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Policy) GetPolicyType ¶
func (o *Policy) GetPolicyType() PolicyTypeEnum
GetPolicyType returns the PolicyType field value if set, zero value otherwise.
func (*Policy) GetPolicyTypeOk ¶
func (o *Policy) GetPolicyTypeOk() (*PolicyTypeEnum, bool)
GetPolicyTypeOk returns a tuple with the PolicyType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Policy) GetPolicyVersions ¶
func (o *Policy) GetPolicyVersions() []PolicyVersion
GetPolicyVersions returns the PolicyVersions field value if set, zero value otherwise.
func (*Policy) GetPolicyVersionsOk ¶
func (o *Policy) GetPolicyVersionsOk() ([]PolicyVersion, bool)
GetPolicyVersionsOk returns a tuple with the PolicyVersions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Policy) GetResourceType ¶
GetResourceType returns the ResourceType field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Policy) GetResourceTypeOk ¶
GetResourceTypeOk returns a tuple with the ResourceType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Policy) GetServiceType ¶
GetServiceType returns the ServiceType field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Policy) GetServiceTypeOk ¶
GetServiceTypeOk returns a tuple with the ServiceType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Policy) GetSrnOk ¶
GetSrnOk returns a tuple with the Srn field value and a boolean to check if the value has been set.
func (*Policy) GetState ¶
func (o *Policy) GetState() PolicyStateEnum
GetState returns the State field value if set, zero value otherwise.
func (*Policy) GetStateOk ¶
func (o *Policy) GetStateOk() (*PolicyStateEnum, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Policy) GetTags ¶
GetTags returns the Tags field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Policy) GetTagsOk ¶
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Policy) HasCreatorEmail ¶
HasCreatorEmail returns a boolean if a field has been set.
func (*Policy) HasCreatorName ¶
HasCreatorName returns a boolean if a field has been set.
func (*Policy) HasDefaultVersionId ¶
HasDefaultVersionId returns a boolean if a field has been set.
func (*Policy) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (*Policy) HasModifierEmail ¶
HasModifierEmail returns a boolean if a field has been set.
func (*Policy) HasModifierName ¶
HasModifierName returns a boolean if a field has been set.
func (*Policy) HasPolicyCategory ¶
HasPolicyCategory returns a boolean if a field has been set.
func (*Policy) HasPolicyName ¶
HasPolicyName returns a boolean if a field has been set.
func (*Policy) HasPolicyType ¶
HasPolicyType returns a boolean if a field has been set.
func (*Policy) HasPolicyVersions ¶
HasPolicyVersions returns a boolean if a field has been set.
func (*Policy) HasResourceType ¶
HasResourceType returns a boolean if a field has been set.
func (*Policy) HasServiceType ¶
HasServiceType returns a boolean if a field has been set.
func (Policy) MarshalJSON ¶
func (*Policy) SetCreatedAt ¶
SetCreatedAt sets field value
func (*Policy) SetCreatorEmail ¶
SetCreatorEmail gets a reference to the given NullableString and assigns it to the CreatorEmail field.
func (*Policy) SetCreatorEmailNil ¶
func (o *Policy) SetCreatorEmailNil()
SetCreatorEmailNil sets the value for CreatorEmail to be an explicit nil
func (*Policy) SetCreatorName ¶
SetCreatorName gets a reference to the given NullableString and assigns it to the CreatorName field.
func (*Policy) SetCreatorNameNil ¶
func (o *Policy) SetCreatorNameNil()
SetCreatorNameNil sets the value for CreatorName to be an explicit nil
func (*Policy) SetDefaultVersionId ¶
SetDefaultVersionId gets a reference to the given string and assigns it to the DefaultVersionId field.
func (*Policy) SetDescription ¶
SetDescription gets a reference to the given NullableString and assigns it to the Description field.
func (*Policy) SetDescriptionNil ¶
func (o *Policy) SetDescriptionNil()
SetDescriptionNil sets the value for Description to be an explicit nil
func (*Policy) SetModifiedAt ¶
SetModifiedAt sets field value
func (*Policy) SetModifiedBy ¶
SetModifiedBy sets field value
func (*Policy) SetModifierEmail ¶
SetModifierEmail gets a reference to the given NullableString and assigns it to the ModifierEmail field.
func (*Policy) SetModifierEmailNil ¶
func (o *Policy) SetModifierEmailNil()
SetModifierEmailNil sets the value for ModifierEmail to be an explicit nil
func (*Policy) SetModifierName ¶
SetModifierName gets a reference to the given NullableString and assigns it to the ModifierName field.
func (*Policy) SetModifierNameNil ¶
func (o *Policy) SetModifierNameNil()
SetModifierNameNil sets the value for ModifierName to be an explicit nil
func (*Policy) SetPolicyCategory ¶
func (o *Policy) SetPolicyCategory(v PolicyCategoryEnum)
SetPolicyCategory gets a reference to the given PolicyCategoryEnum and assigns it to the PolicyCategory field.
func (*Policy) SetPolicyName ¶
SetPolicyName gets a reference to the given string and assigns it to the PolicyName field.
func (*Policy) SetPolicyType ¶
func (o *Policy) SetPolicyType(v PolicyTypeEnum)
SetPolicyType gets a reference to the given PolicyTypeEnum and assigns it to the PolicyType field.
func (*Policy) SetPolicyVersions ¶
func (o *Policy) SetPolicyVersions(v []PolicyVersion)
SetPolicyVersions gets a reference to the given []PolicyVersion and assigns it to the PolicyVersions field.
func (*Policy) SetResourceType ¶
SetResourceType gets a reference to the given NullableString and assigns it to the ResourceType field.
func (*Policy) SetResourceTypeNil ¶
func (o *Policy) SetResourceTypeNil()
SetResourceTypeNil sets the value for ResourceType to be an explicit nil
func (*Policy) SetServiceType ¶
SetServiceType gets a reference to the given NullableString and assigns it to the ServiceType field.
func (*Policy) SetServiceTypeNil ¶
func (o *Policy) SetServiceTypeNil()
SetServiceTypeNil sets the value for ServiceType to be an explicit nil
func (*Policy) SetState ¶
func (o *Policy) SetState(v PolicyStateEnum)
SetState gets a reference to the given PolicyStateEnum and assigns it to the State field.
func (*Policy) SetTags ¶
SetTags gets a reference to the given []map[string]interface{} and assigns it to the Tags field.
func (*Policy) UnmarshalJSON ¶
func (*Policy) UnsetCreatorEmail ¶
func (o *Policy) UnsetCreatorEmail()
UnsetCreatorEmail ensures that no value is present for CreatorEmail, not even an explicit nil
func (*Policy) UnsetCreatorName ¶
func (o *Policy) UnsetCreatorName()
UnsetCreatorName ensures that no value is present for CreatorName, not even an explicit nil
func (*Policy) UnsetDescription ¶
func (o *Policy) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (*Policy) UnsetModifierEmail ¶
func (o *Policy) UnsetModifierEmail()
UnsetModifierEmail ensures that no value is present for ModifierEmail, not even an explicit nil
func (*Policy) UnsetModifierName ¶
func (o *Policy) UnsetModifierName()
UnsetModifierName ensures that no value is present for ModifierName, not even an explicit nil
func (*Policy) UnsetResourceType ¶
func (o *Policy) UnsetResourceType()
UnsetResourceType ensures that no value is present for ResourceType, not even an explicit nil
func (*Policy) UnsetServiceType ¶
func (o *Policy) UnsetServiceType()
UnsetServiceType ensures that no value is present for ServiceType, not even an explicit nil
type PolicyCategoryEnum ¶
type PolicyCategoryEnum string
PolicyCategoryEnum the model 'PolicyCategoryEnum'
const ( POLICYCATEGORYENUM_IDENTITY_BASED PolicyCategoryEnum = "IDENTITY_BASED" POLICYCATEGORYENUM_RESOURCE_BASED PolicyCategoryEnum = "RESOURCE_BASED" )
List of PolicyCategoryEnum
func NewPolicyCategoryEnumFromValue ¶
func NewPolicyCategoryEnumFromValue(v string) (*PolicyCategoryEnum, error)
NewPolicyCategoryEnumFromValue returns a pointer to a valid PolicyCategoryEnum for the value passed as argument, or an error if the value passed is not allowed by the enum
func (PolicyCategoryEnum) IsValid ¶
func (v PolicyCategoryEnum) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (PolicyCategoryEnum) Ptr ¶
func (v PolicyCategoryEnum) Ptr() *PolicyCategoryEnum
Ptr returns reference to PolicyCategoryEnum value
func (*PolicyCategoryEnum) UnmarshalJSON ¶
func (v *PolicyCategoryEnum) UnmarshalJSON(src []byte) error
type PolicyDocument ¶
type PolicyDocument struct {
// Statement
Statement []Statement `json:"Statement"`
// Policy Version
Version string `json:"Version"`
}
PolicyDocument struct for PolicyDocument
func NewPolicyDocument ¶
func NewPolicyDocument(statement []Statement, version string) *PolicyDocument
NewPolicyDocument instantiates a new PolicyDocument 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 NewPolicyDocumentWithDefaults ¶
func NewPolicyDocumentWithDefaults() *PolicyDocument
NewPolicyDocumentWithDefaults instantiates a new PolicyDocument 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 (*PolicyDocument) GetStatement ¶
func (o *PolicyDocument) GetStatement() []Statement
GetStatement returns the Statement field value
func (*PolicyDocument) GetStatementOk ¶
func (o *PolicyDocument) GetStatementOk() ([]Statement, bool)
GetStatementOk returns a tuple with the Statement field value and a boolean to check if the value has been set.
func (*PolicyDocument) GetVersion ¶
func (o *PolicyDocument) GetVersion() string
GetVersion returns the Version field value
func (*PolicyDocument) GetVersionOk ¶
func (o *PolicyDocument) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field value and a boolean to check if the value has been set.
func (PolicyDocument) MarshalJSON ¶
func (o PolicyDocument) MarshalJSON() ([]byte, error)
func (*PolicyDocument) SetStatement ¶
func (o *PolicyDocument) SetStatement(v []Statement)
SetStatement sets field value
func (*PolicyDocument) SetVersion ¶
func (o *PolicyDocument) SetVersion(v string)
SetVersion sets field value
func (PolicyDocument) ToMap ¶
func (o PolicyDocument) ToMap() (map[string]interface{}, error)
func (*PolicyDocument) UnmarshalJSON ¶
func (o *PolicyDocument) UnmarshalJSON(data []byte) (err error)
type PolicyStateEnum ¶
type PolicyStateEnum string
PolicyStateEnum the model 'PolicyStateEnum'
const ( POLICYSTATEENUM_ACTIVE PolicyStateEnum = "ACTIVE" POLICYSTATEENUM_INACTIVE PolicyStateEnum = "INACTIVE" POLICYSTATEENUM_DELETED PolicyStateEnum = "DELETED" )
List of PolicyStateEnum
func NewPolicyStateEnumFromValue ¶
func NewPolicyStateEnumFromValue(v string) (*PolicyStateEnum, error)
NewPolicyStateEnumFromValue returns a pointer to a valid PolicyStateEnum for the value passed as argument, or an error if the value passed is not allowed by the enum
func (PolicyStateEnum) IsValid ¶
func (v PolicyStateEnum) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (PolicyStateEnum) Ptr ¶
func (v PolicyStateEnum) Ptr() *PolicyStateEnum
Ptr returns reference to PolicyStateEnum value
func (*PolicyStateEnum) UnmarshalJSON ¶
func (v *PolicyStateEnum) UnmarshalJSON(src []byte) error
type PolicyType ¶
PolicyType Policy Type List
func (*PolicyType) MarshalJSON ¶
func (src *PolicyType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PolicyType) UnmarshalJSON ¶
func (dst *PolicyType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type PolicyTypeEnum ¶
type PolicyTypeEnum string
PolicyTypeEnum the model 'PolicyTypeEnum'
const ( POLICYTYPEENUM_SYSTEM_MANAGED PolicyTypeEnum = "SYSTEM_MANAGED" POLICYTYPEENUM_USER_DEFINED PolicyTypeEnum = "USER_DEFINED" )
List of PolicyTypeEnum
func NewPolicyTypeEnumFromValue ¶
func NewPolicyTypeEnumFromValue(v string) (*PolicyTypeEnum, error)
NewPolicyTypeEnumFromValue returns a pointer to a valid PolicyTypeEnum for the value passed as argument, or an error if the value passed is not allowed by the enum
func (PolicyTypeEnum) IsValid ¶
func (v PolicyTypeEnum) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (PolicyTypeEnum) Ptr ¶
func (v PolicyTypeEnum) Ptr() *PolicyTypeEnum
Ptr returns reference to PolicyTypeEnum value
func (*PolicyTypeEnum) UnmarshalJSON ¶
func (v *PolicyTypeEnum) UnmarshalJSON(src []byte) error
type PolicyVersion ¶
type PolicyVersion struct {
// Created At
CreatedAt time.Time `json:"created_at"`
// Created By
CreatedBy string `json:"created_by"`
// Policy Version Id
Id *string `json:"id,omitempty"`
// Modified At
ModifiedAt time.Time `json:"modified_at"`
// Modified By
ModifiedBy string `json:"modified_by"`
// Policy Document
PolicyDocument PolicyDocument `json:"policy_document"`
// Policy ID
PolicyId *string `json:"policy_id,omitempty"`
// Policy Version Name
PolicyVersionName *string `json:"policy_version_name,omitempty"`
}
PolicyVersion struct for PolicyVersion
func NewPolicyVersion ¶
func NewPolicyVersion(createdAt time.Time, createdBy string, modifiedAt time.Time, modifiedBy string, policyDocument PolicyDocument) *PolicyVersion
NewPolicyVersion instantiates a new PolicyVersion 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 NewPolicyVersionWithDefaults ¶
func NewPolicyVersionWithDefaults() *PolicyVersion
NewPolicyVersionWithDefaults instantiates a new PolicyVersion 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 (*PolicyVersion) GetCreatedAt ¶
func (o *PolicyVersion) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*PolicyVersion) GetCreatedAtOk ¶
func (o *PolicyVersion) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*PolicyVersion) GetCreatedBy ¶
func (o *PolicyVersion) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value
func (*PolicyVersion) GetCreatedByOk ¶
func (o *PolicyVersion) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value and a boolean to check if the value has been set.
func (*PolicyVersion) GetId ¶
func (o *PolicyVersion) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*PolicyVersion) GetIdOk ¶
func (o *PolicyVersion) 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 (*PolicyVersion) GetModifiedAt ¶
func (o *PolicyVersion) GetModifiedAt() time.Time
GetModifiedAt returns the ModifiedAt field value
func (*PolicyVersion) GetModifiedAtOk ¶
func (o *PolicyVersion) GetModifiedAtOk() (*time.Time, bool)
GetModifiedAtOk returns a tuple with the ModifiedAt field value and a boolean to check if the value has been set.
func (*PolicyVersion) GetModifiedBy ¶
func (o *PolicyVersion) GetModifiedBy() string
GetModifiedBy returns the ModifiedBy field value
func (*PolicyVersion) GetModifiedByOk ¶
func (o *PolicyVersion) GetModifiedByOk() (*string, bool)
GetModifiedByOk returns a tuple with the ModifiedBy field value and a boolean to check if the value has been set.
func (*PolicyVersion) GetPolicyDocument ¶
func (o *PolicyVersion) GetPolicyDocument() PolicyDocument
GetPolicyDocument returns the PolicyDocument field value
func (*PolicyVersion) GetPolicyDocumentOk ¶
func (o *PolicyVersion) GetPolicyDocumentOk() (*PolicyDocument, bool)
GetPolicyDocumentOk returns a tuple with the PolicyDocument field value and a boolean to check if the value has been set.
func (*PolicyVersion) GetPolicyId ¶
func (o *PolicyVersion) GetPolicyId() string
GetPolicyId returns the PolicyId field value if set, zero value otherwise.
func (*PolicyVersion) GetPolicyIdOk ¶
func (o *PolicyVersion) GetPolicyIdOk() (*string, bool)
GetPolicyIdOk returns a tuple with the PolicyId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyVersion) GetPolicyVersionName ¶
func (o *PolicyVersion) GetPolicyVersionName() string
GetPolicyVersionName returns the PolicyVersionName field value if set, zero value otherwise.
func (*PolicyVersion) GetPolicyVersionNameOk ¶
func (o *PolicyVersion) GetPolicyVersionNameOk() (*string, bool)
GetPolicyVersionNameOk returns a tuple with the PolicyVersionName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PolicyVersion) HasId ¶
func (o *PolicyVersion) HasId() bool
HasId returns a boolean if a field has been set.
func (*PolicyVersion) HasPolicyId ¶
func (o *PolicyVersion) HasPolicyId() bool
HasPolicyId returns a boolean if a field has been set.
func (*PolicyVersion) HasPolicyVersionName ¶
func (o *PolicyVersion) HasPolicyVersionName() bool
HasPolicyVersionName returns a boolean if a field has been set.
func (PolicyVersion) MarshalJSON ¶
func (o PolicyVersion) MarshalJSON() ([]byte, error)
func (*PolicyVersion) SetCreatedAt ¶
func (o *PolicyVersion) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*PolicyVersion) SetCreatedBy ¶
func (o *PolicyVersion) SetCreatedBy(v string)
SetCreatedBy sets field value
func (*PolicyVersion) SetId ¶
func (o *PolicyVersion) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*PolicyVersion) SetModifiedAt ¶
func (o *PolicyVersion) SetModifiedAt(v time.Time)
SetModifiedAt sets field value
func (*PolicyVersion) SetModifiedBy ¶
func (o *PolicyVersion) SetModifiedBy(v string)
SetModifiedBy sets field value
func (*PolicyVersion) SetPolicyDocument ¶
func (o *PolicyVersion) SetPolicyDocument(v PolicyDocument)
SetPolicyDocument sets field value
func (*PolicyVersion) SetPolicyId ¶
func (o *PolicyVersion) SetPolicyId(v string)
SetPolicyId gets a reference to the given string and assigns it to the PolicyId field.
func (*PolicyVersion) SetPolicyVersionName ¶
func (o *PolicyVersion) SetPolicyVersionName(v string)
SetPolicyVersionName gets a reference to the given string and assigns it to the PolicyVersionName field.
func (PolicyVersion) ToMap ¶
func (o PolicyVersion) ToMap() (map[string]interface{}, error)
func (*PolicyVersion) UnmarshalJSON ¶
func (o *PolicyVersion) UnmarshalJSON(data []byte) (err error)
type Principal ¶
Principal Principal
func (*Principal) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*Principal) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type RefreshAccessKeyRequest ¶
type RefreshAccessKeyRequest struct {
AccessKey NullableString `json:"access_key,omitempty"`
}
RefreshAccessKeyRequest struct for RefreshAccessKeyRequest
func NewRefreshAccessKeyRequest ¶
func NewRefreshAccessKeyRequest() *RefreshAccessKeyRequest
NewRefreshAccessKeyRequest instantiates a new RefreshAccessKeyRequest 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 NewRefreshAccessKeyRequestWithDefaults ¶
func NewRefreshAccessKeyRequestWithDefaults() *RefreshAccessKeyRequest
NewRefreshAccessKeyRequestWithDefaults instantiates a new RefreshAccessKeyRequest 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 (*RefreshAccessKeyRequest) GetAccessKey ¶
func (o *RefreshAccessKeyRequest) GetAccessKey() string
GetAccessKey returns the AccessKey field value if set, zero value otherwise (both if not set or set to explicit null).
func (*RefreshAccessKeyRequest) GetAccessKeyOk ¶
func (o *RefreshAccessKeyRequest) GetAccessKeyOk() (*string, bool)
GetAccessKeyOk returns a tuple with the AccessKey field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*RefreshAccessKeyRequest) HasAccessKey ¶
func (o *RefreshAccessKeyRequest) HasAccessKey() bool
HasAccessKey returns a boolean if a field has been set.
func (RefreshAccessKeyRequest) MarshalJSON ¶
func (o RefreshAccessKeyRequest) MarshalJSON() ([]byte, error)
func (*RefreshAccessKeyRequest) SetAccessKey ¶
func (o *RefreshAccessKeyRequest) SetAccessKey(v string)
SetAccessKey gets a reference to the given NullableString and assigns it to the AccessKey field.
func (*RefreshAccessKeyRequest) SetAccessKeyNil ¶
func (o *RefreshAccessKeyRequest) SetAccessKeyNil()
SetAccessKeyNil sets the value for AccessKey to be an explicit nil
func (RefreshAccessKeyRequest) ToMap ¶
func (o RefreshAccessKeyRequest) ToMap() (map[string]interface{}, error)
func (*RefreshAccessKeyRequest) UnsetAccessKey ¶
func (o *RefreshAccessKeyRequest) UnsetAccessKey()
UnsetAccessKey ensures that no value is present for AccessKey, not even an explicit nil
type Role ¶
type Role struct {
// 생성 일시
CreatedAt time.Time `json:"created_at"`
// 생성자
CreatedBy string `json:"created_by"`
// 생성자 Email
CreatorEmail string `json:"creator_email"`
// 생성자 성, 이름
CreatorName string `json:"creator_name"`
Description NullableString `json:"description"`
// ID
Id string `json:"id"`
// 수정 일시
ModifiedAt time.Time `json:"modified_at"`
// 수정자
ModifiedBy string `json:"modified_by"`
// 수정자 Email
ModifierEmail string `json:"modifier_email"`
// 수정자 성, 이름
ModifierName string `json:"modifier_name"`
// Role 이름
Name string `json:"name"`
// Role Type
Type RoleTypeEnum `json:"type"`
}
Role struct for Role
func NewRole ¶
func NewRole(createdAt time.Time, createdBy string, creatorEmail string, creatorName string, description NullableString, id string, modifiedAt time.Time, modifiedBy string, modifierEmail string, modifierName string, name string, type_ RoleTypeEnum) *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) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value
func (*Role) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*Role) GetCreatedBy ¶
GetCreatedBy returns the CreatedBy field value
func (*Role) GetCreatedByOk ¶
GetCreatedByOk returns a tuple with the CreatedBy field value and a boolean to check if the value has been set.
func (*Role) GetCreatorEmail ¶
GetCreatorEmail returns the CreatorEmail field value
func (*Role) GetCreatorEmailOk ¶
GetCreatorEmailOk returns a tuple with the CreatorEmail field value and a boolean to check if the value has been set.
func (*Role) GetCreatorName ¶
GetCreatorName returns the CreatorName field value
func (*Role) GetCreatorNameOk ¶
GetCreatorNameOk returns a tuple with the CreatorName field value and a boolean to check if the value has been set.
func (*Role) GetDescription ¶
GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned
func (*Role) GetDescriptionOk ¶
GetDescriptionOk returns a tuple with the Description 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 (*Role) GetIdOk ¶
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*Role) GetModifiedAt ¶
GetModifiedAt returns the ModifiedAt field value
func (*Role) GetModifiedAtOk ¶
GetModifiedAtOk returns a tuple with the ModifiedAt field value and a boolean to check if the value has been set.
func (*Role) GetModifiedBy ¶
GetModifiedBy returns the ModifiedBy field value
func (*Role) GetModifiedByOk ¶
GetModifiedByOk returns a tuple with the ModifiedBy field value and a boolean to check if the value has been set.
func (*Role) GetModifierEmail ¶
GetModifierEmail returns the ModifierEmail field value
func (*Role) GetModifierEmailOk ¶
GetModifierEmailOk returns a tuple with the ModifierEmail field value and a boolean to check if the value has been set.
func (*Role) GetModifierName ¶
GetModifierName returns the ModifierName field value
func (*Role) GetModifierNameOk ¶
GetModifierNameOk returns a tuple with the ModifierName field value and a boolean to check if the value has been set.
func (*Role) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Role) GetTypeOk ¶
func (o *Role) GetTypeOk() (*RoleTypeEnum, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (Role) MarshalJSON ¶
func (*Role) SetCreatorEmail ¶
SetCreatorEmail sets field value
func (*Role) SetCreatorName ¶
SetCreatorName sets field value
func (*Role) SetDescription ¶
SetDescription sets field value
func (*Role) SetModifiedAt ¶
SetModifiedAt sets field value
func (*Role) SetModifierEmail ¶
SetModifierEmail sets field value
func (*Role) SetModifierName ¶
SetModifierName sets field value
func (*Role) UnmarshalJSON ¶
type RoleTypeEnum ¶
type RoleTypeEnum string
RoleTypeEnum the model 'RoleTypeEnum'
const ( ROLETYPEENUM_DEFAULT RoleTypeEnum = "DEFAULT" ROLETYPEENUM_USER_DEFINED RoleTypeEnum = "USER_DEFINED" )
List of RoleTypeEnum
func NewRoleTypeEnumFromValue ¶
func NewRoleTypeEnumFromValue(v string) (*RoleTypeEnum, error)
NewRoleTypeEnumFromValue returns a pointer to a valid RoleTypeEnum for the value passed as argument, or an error if the value passed is not allowed by the enum
func (RoleTypeEnum) IsValid ¶
func (v RoleTypeEnum) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (RoleTypeEnum) Ptr ¶
func (v RoleTypeEnum) Ptr() *RoleTypeEnum
Ptr returns reference to RoleTypeEnum value
func (*RoleTypeEnum) UnmarshalJSON ¶
func (v *RoleTypeEnum) UnmarshalJSON(src []byte) error
type SCPCredential ¶
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 Statement ¶
type Statement struct {
Action []string `json:"Action,omitempty"`
Condition map[string]map[string][]interface{} `json:"Condition,omitempty"`
// Effect
Effect string `json:"Effect"`
NotAction []string `json:"NotAction,omitempty"`
Principal NullablePrincipal `json:"Principal,omitempty"`
// Resource
Resource []string `json:"Resource,omitempty"`
// Statement Id
Sid *string `json:"Sid,omitempty"`
}
Statement struct for Statement
func NewStatement ¶
NewStatement instantiates a new Statement 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 NewStatementWithDefaults ¶
func NewStatementWithDefaults() *Statement
NewStatementWithDefaults instantiates a new Statement 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 (*Statement) GetAction ¶
GetAction returns the Action field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Statement) GetActionOk ¶
GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Statement) GetCondition ¶
GetCondition returns the Condition field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Statement) GetConditionOk ¶
GetConditionOk returns a tuple with the Condition field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Statement) GetEffectOk ¶
GetEffectOk returns a tuple with the Effect field value and a boolean to check if the value has been set.
func (*Statement) GetNotAction ¶
GetNotAction returns the NotAction field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Statement) GetNotActionOk ¶
GetNotActionOk returns a tuple with the NotAction field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Statement) GetPrincipal ¶
GetPrincipal returns the Principal field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Statement) GetPrincipalOk ¶
GetPrincipalOk returns a tuple with the Principal field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Statement) GetResource ¶
GetResource returns the Resource field value if set, zero value otherwise.
func (*Statement) GetResourceOk ¶
GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Statement) GetSidOk ¶
GetSidOk returns a tuple with the Sid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Statement) HasCondition ¶
HasCondition returns a boolean if a field has been set.
func (*Statement) HasNotAction ¶
HasNotAction returns a boolean if a field has been set.
func (*Statement) HasPrincipal ¶
HasPrincipal returns a boolean if a field has been set.
func (*Statement) HasResource ¶
HasResource returns a boolean if a field has been set.
func (Statement) MarshalJSON ¶
func (*Statement) SetAction ¶
SetAction gets a reference to the given []string and assigns it to the Action field.
func (*Statement) SetCondition ¶
SetCondition gets a reference to the given map[string]map[string][]interface{} and assigns it to the Condition field.
func (*Statement) SetNotAction ¶
SetNotAction gets a reference to the given []string and assigns it to the NotAction field.
func (*Statement) SetPrincipal ¶
SetPrincipal gets a reference to the given NullablePrincipal and assigns it to the Principal field.
func (*Statement) SetPrincipalNil ¶
func (o *Statement) SetPrincipalNil()
SetPrincipalNil sets the value for Principal to be an explicit nil
func (*Statement) SetResource ¶
SetResource gets a reference to the given []string and assigns it to the Resource field.
func (*Statement) SetSid ¶
SetSid gets a reference to the given string and assigns it to the Sid field.
func (*Statement) UnmarshalJSON ¶
func (*Statement) UnsetPrincipal ¶
func (o *Statement) UnsetPrincipal()
UnsetPrincipal ensures that no value is present for Principal, not even an explicit nil
type UserDetailResponse ¶
type UserDetailResponse struct {
// 접근 제어 설정 유무
AccessControl bool `json:"access_control"`
AccountId NullableString `json:"account_id,omitempty"`
AccountName NullableString `json:"account_name,omitempty"`
// 접근 허용 IP
AllowedIpAddresses string `json:"allowed_ip_addresses"`
CompanyName NullableString `json:"company_name,omitempty"`
// Created At
CreatedAt time.Time `json:"created_at"`
// Created By
CreatedBy string `json:"created_by"`
Description NullableString `json:"description,omitempty"`
DstOffset NullableString `json:"dst_offset,omitempty"`
// 사용자 Email
Email string `json:"email"`
// email 인증 여부
EmailAuthenticated bool `json:"email_authenticated"`
FirstName NullableString `json:"first_name,omitempty"`
// ID
Id string `json:"id"`
LastLoginAt NullableTime `json:"last_login_at,omitempty"`
LastName NullableString `json:"last_name,omitempty"`
LastPasswordUpdateAt NullableTime `json:"last_password_update_at,omitempty"`
// Login ID
LoginId string `json:"login_id"`
// Modified At
ModifiedAt time.Time `json:"modified_at"`
// Modified By
ModifiedBy string `json:"modified_by"`
// 국가 ID
NationId string `json:"nation_id"`
// 비밀 번호 재사용 가능 횟수
PasswordReuseCount int32 `json:"password_reuse_count"`
// 휴대폰 인증 여부
PhoneAuthenticated bool `json:"phone_authenticated"`
// 사용자 휴대 전화 번호
PhoneNumber string `json:"phone_number"`
Timezone NullableString `json:"timezone,omitempty"`
// Type
Type string `json:"type"`
TzId NullableString `json:"tz_id,omitempty"`
UserName NullableString `json:"user_name,omitempty"`
UtcOffset NullableString `json:"utc_offset,omitempty"`
}
UserDetailResponse struct for UserDetailResponse
func NewUserDetailResponse ¶
func NewUserDetailResponse(accessControl bool, allowedIpAddresses string, createdAt time.Time, createdBy string, email string, emailAuthenticated bool, id string, loginId string, modifiedAt time.Time, modifiedBy string, nationId string, passwordReuseCount int32, phoneAuthenticated bool, phoneNumber string, type_ string) *UserDetailResponse
NewUserDetailResponse instantiates a new UserDetailResponse 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 NewUserDetailResponseWithDefaults ¶
func NewUserDetailResponseWithDefaults() *UserDetailResponse
NewUserDetailResponseWithDefaults instantiates a new UserDetailResponse 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 (*UserDetailResponse) GetAccessControl ¶
func (o *UserDetailResponse) GetAccessControl() bool
GetAccessControl returns the AccessControl field value
func (*UserDetailResponse) GetAccessControlOk ¶
func (o *UserDetailResponse) GetAccessControlOk() (*bool, bool)
GetAccessControlOk returns a tuple with the AccessControl field value and a boolean to check if the value has been set.
func (*UserDetailResponse) GetAccountId ¶
func (o *UserDetailResponse) GetAccountId() string
GetAccountId returns the AccountId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UserDetailResponse) GetAccountIdOk ¶
func (o *UserDetailResponse) 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 (*UserDetailResponse) GetAccountName ¶
func (o *UserDetailResponse) GetAccountName() string
GetAccountName returns the AccountName field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UserDetailResponse) GetAccountNameOk ¶
func (o *UserDetailResponse) GetAccountNameOk() (*string, bool)
GetAccountNameOk returns a tuple with the AccountName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UserDetailResponse) GetAllowedIpAddresses ¶
func (o *UserDetailResponse) GetAllowedIpAddresses() string
GetAllowedIpAddresses returns the AllowedIpAddresses field value
func (*UserDetailResponse) GetAllowedIpAddressesOk ¶
func (o *UserDetailResponse) GetAllowedIpAddressesOk() (*string, bool)
GetAllowedIpAddressesOk returns a tuple with the AllowedIpAddresses field value and a boolean to check if the value has been set.
func (*UserDetailResponse) GetCompanyName ¶
func (o *UserDetailResponse) GetCompanyName() string
GetCompanyName returns the CompanyName field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UserDetailResponse) GetCompanyNameOk ¶
func (o *UserDetailResponse) GetCompanyNameOk() (*string, bool)
GetCompanyNameOk returns a tuple with the CompanyName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UserDetailResponse) GetCreatedAt ¶
func (o *UserDetailResponse) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*UserDetailResponse) GetCreatedAtOk ¶
func (o *UserDetailResponse) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*UserDetailResponse) GetCreatedBy ¶
func (o *UserDetailResponse) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field value
func (*UserDetailResponse) GetCreatedByOk ¶
func (o *UserDetailResponse) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field value and a boolean to check if the value has been set.
func (*UserDetailResponse) GetDescription ¶
func (o *UserDetailResponse) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UserDetailResponse) GetDescriptionOk ¶
func (o *UserDetailResponse) 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 (*UserDetailResponse) GetDstOffset ¶
func (o *UserDetailResponse) GetDstOffset() string
GetDstOffset returns the DstOffset field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UserDetailResponse) GetDstOffsetOk ¶
func (o *UserDetailResponse) GetDstOffsetOk() (*string, bool)
GetDstOffsetOk returns a tuple with the DstOffset field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UserDetailResponse) GetEmail ¶
func (o *UserDetailResponse) GetEmail() string
GetEmail returns the Email field value
func (*UserDetailResponse) GetEmailAuthenticated ¶
func (o *UserDetailResponse) GetEmailAuthenticated() bool
GetEmailAuthenticated returns the EmailAuthenticated field value
func (*UserDetailResponse) GetEmailAuthenticatedOk ¶
func (o *UserDetailResponse) GetEmailAuthenticatedOk() (*bool, bool)
GetEmailAuthenticatedOk returns a tuple with the EmailAuthenticated field value and a boolean to check if the value has been set.
func (*UserDetailResponse) GetEmailOk ¶
func (o *UserDetailResponse) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*UserDetailResponse) GetFirstName ¶
func (o *UserDetailResponse) GetFirstName() string
GetFirstName returns the FirstName field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UserDetailResponse) GetFirstNameOk ¶
func (o *UserDetailResponse) GetFirstNameOk() (*string, bool)
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 (*UserDetailResponse) GetId ¶
func (o *UserDetailResponse) GetId() string
GetId returns the Id field value
func (*UserDetailResponse) GetIdOk ¶
func (o *UserDetailResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*UserDetailResponse) GetLastLoginAt ¶
func (o *UserDetailResponse) GetLastLoginAt() time.Time
GetLastLoginAt returns the LastLoginAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UserDetailResponse) GetLastLoginAtOk ¶
func (o *UserDetailResponse) GetLastLoginAtOk() (*time.Time, bool)
GetLastLoginAtOk returns a tuple with the LastLoginAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UserDetailResponse) GetLastName ¶
func (o *UserDetailResponse) GetLastName() string
GetLastName returns the LastName field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UserDetailResponse) GetLastNameOk ¶
func (o *UserDetailResponse) GetLastNameOk() (*string, bool)
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 (*UserDetailResponse) GetLastPasswordUpdateAt ¶
func (o *UserDetailResponse) GetLastPasswordUpdateAt() time.Time
GetLastPasswordUpdateAt returns the LastPasswordUpdateAt field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UserDetailResponse) GetLastPasswordUpdateAtOk ¶
func (o *UserDetailResponse) GetLastPasswordUpdateAtOk() (*time.Time, bool)
GetLastPasswordUpdateAtOk returns a tuple with the LastPasswordUpdateAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UserDetailResponse) GetLoginId ¶
func (o *UserDetailResponse) GetLoginId() string
GetLoginId returns the LoginId field value
func (*UserDetailResponse) GetLoginIdOk ¶
func (o *UserDetailResponse) GetLoginIdOk() (*string, bool)
GetLoginIdOk returns a tuple with the LoginId field value and a boolean to check if the value has been set.
func (*UserDetailResponse) GetModifiedAt ¶
func (o *UserDetailResponse) GetModifiedAt() time.Time
GetModifiedAt returns the ModifiedAt field value
func (*UserDetailResponse) GetModifiedAtOk ¶
func (o *UserDetailResponse) GetModifiedAtOk() (*time.Time, bool)
GetModifiedAtOk returns a tuple with the ModifiedAt field value and a boolean to check if the value has been set.
func (*UserDetailResponse) GetModifiedBy ¶
func (o *UserDetailResponse) GetModifiedBy() string
GetModifiedBy returns the ModifiedBy field value
func (*UserDetailResponse) GetModifiedByOk ¶
func (o *UserDetailResponse) GetModifiedByOk() (*string, bool)
GetModifiedByOk returns a tuple with the ModifiedBy field value and a boolean to check if the value has been set.
func (*UserDetailResponse) GetNationId ¶
func (o *UserDetailResponse) GetNationId() string
GetNationId returns the NationId field value
func (*UserDetailResponse) GetNationIdOk ¶
func (o *UserDetailResponse) GetNationIdOk() (*string, bool)
GetNationIdOk returns a tuple with the NationId field value and a boolean to check if the value has been set.
func (*UserDetailResponse) GetPasswordReuseCount ¶
func (o *UserDetailResponse) GetPasswordReuseCount() int32
GetPasswordReuseCount returns the PasswordReuseCount field value
func (*UserDetailResponse) GetPasswordReuseCountOk ¶
func (o *UserDetailResponse) GetPasswordReuseCountOk() (*int32, bool)
GetPasswordReuseCountOk returns a tuple with the PasswordReuseCount field value and a boolean to check if the value has been set.
func (*UserDetailResponse) GetPhoneAuthenticated ¶
func (o *UserDetailResponse) GetPhoneAuthenticated() bool
GetPhoneAuthenticated returns the PhoneAuthenticated field value
func (*UserDetailResponse) GetPhoneAuthenticatedOk ¶
func (o *UserDetailResponse) GetPhoneAuthenticatedOk() (*bool, bool)
GetPhoneAuthenticatedOk returns a tuple with the PhoneAuthenticated field value and a boolean to check if the value has been set.
func (*UserDetailResponse) GetPhoneNumber ¶
func (o *UserDetailResponse) GetPhoneNumber() string
GetPhoneNumber returns the PhoneNumber field value
func (*UserDetailResponse) GetPhoneNumberOk ¶
func (o *UserDetailResponse) GetPhoneNumberOk() (*string, bool)
GetPhoneNumberOk returns a tuple with the PhoneNumber field value and a boolean to check if the value has been set.
func (*UserDetailResponse) GetTimezone ¶
func (o *UserDetailResponse) GetTimezone() string
GetTimezone returns the Timezone field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UserDetailResponse) GetTimezoneOk ¶
func (o *UserDetailResponse) GetTimezoneOk() (*string, bool)
GetTimezoneOk returns a tuple with the Timezone field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UserDetailResponse) GetType ¶
func (o *UserDetailResponse) GetType() string
GetType returns the Type field value
func (*UserDetailResponse) GetTypeOk ¶
func (o *UserDetailResponse) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*UserDetailResponse) GetTzId ¶
func (o *UserDetailResponse) GetTzId() string
GetTzId returns the TzId field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UserDetailResponse) GetTzIdOk ¶
func (o *UserDetailResponse) GetTzIdOk() (*string, bool)
GetTzIdOk returns a tuple with the TzId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UserDetailResponse) GetUserName ¶
func (o *UserDetailResponse) GetUserName() string
GetUserName returns the UserName field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UserDetailResponse) GetUserNameOk ¶
func (o *UserDetailResponse) GetUserNameOk() (*string, bool)
GetUserNameOk returns a tuple with the UserName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UserDetailResponse) GetUtcOffset ¶
func (o *UserDetailResponse) GetUtcOffset() string
GetUtcOffset returns the UtcOffset field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UserDetailResponse) GetUtcOffsetOk ¶
func (o *UserDetailResponse) GetUtcOffsetOk() (*string, bool)
GetUtcOffsetOk returns a tuple with the UtcOffset field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*UserDetailResponse) HasAccountId ¶
func (o *UserDetailResponse) HasAccountId() bool
HasAccountId returns a boolean if a field has been set.
func (*UserDetailResponse) HasAccountName ¶
func (o *UserDetailResponse) HasAccountName() bool
HasAccountName returns a boolean if a field has been set.
func (*UserDetailResponse) HasCompanyName ¶
func (o *UserDetailResponse) HasCompanyName() bool
HasCompanyName returns a boolean if a field has been set.
func (*UserDetailResponse) HasDescription ¶
func (o *UserDetailResponse) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*UserDetailResponse) HasDstOffset ¶
func (o *UserDetailResponse) HasDstOffset() bool
HasDstOffset returns a boolean if a field has been set.
func (*UserDetailResponse) HasFirstName ¶
func (o *UserDetailResponse) HasFirstName() bool
HasFirstName returns a boolean if a field has been set.
func (*UserDetailResponse) HasLastLoginAt ¶
func (o *UserDetailResponse) HasLastLoginAt() bool
HasLastLoginAt returns a boolean if a field has been set.
func (*UserDetailResponse) HasLastName ¶
func (o *UserDetailResponse) HasLastName() bool
HasLastName returns a boolean if a field has been set.
func (*UserDetailResponse) HasLastPasswordUpdateAt ¶
func (o *UserDetailResponse) HasLastPasswordUpdateAt() bool
HasLastPasswordUpdateAt returns a boolean if a field has been set.
func (*UserDetailResponse) HasTimezone ¶
func (o *UserDetailResponse) HasTimezone() bool
HasTimezone returns a boolean if a field has been set.
func (*UserDetailResponse) HasTzId ¶
func (o *UserDetailResponse) HasTzId() bool
HasTzId returns a boolean if a field has been set.
func (*UserDetailResponse) HasUserName ¶
func (o *UserDetailResponse) HasUserName() bool
HasUserName returns a boolean if a field has been set.
func (*UserDetailResponse) HasUtcOffset ¶
func (o *UserDetailResponse) HasUtcOffset() bool
HasUtcOffset returns a boolean if a field has been set.
func (UserDetailResponse) MarshalJSON ¶
func (o UserDetailResponse) MarshalJSON() ([]byte, error)
func (*UserDetailResponse) SetAccessControl ¶
func (o *UserDetailResponse) SetAccessControl(v bool)
SetAccessControl sets field value
func (*UserDetailResponse) SetAccountId ¶
func (o *UserDetailResponse) SetAccountId(v string)
SetAccountId gets a reference to the given NullableString and assigns it to the AccountId field.
func (*UserDetailResponse) SetAccountIdNil ¶
func (o *UserDetailResponse) SetAccountIdNil()
SetAccountIdNil sets the value for AccountId to be an explicit nil
func (*UserDetailResponse) SetAccountName ¶
func (o *UserDetailResponse) SetAccountName(v string)
SetAccountName gets a reference to the given NullableString and assigns it to the AccountName field.
func (*UserDetailResponse) SetAccountNameNil ¶
func (o *UserDetailResponse) SetAccountNameNil()
SetAccountNameNil sets the value for AccountName to be an explicit nil
func (*UserDetailResponse) SetAllowedIpAddresses ¶
func (o *UserDetailResponse) SetAllowedIpAddresses(v string)
SetAllowedIpAddresses sets field value
func (*UserDetailResponse) SetCompanyName ¶
func (o *UserDetailResponse) SetCompanyName(v string)
SetCompanyName gets a reference to the given NullableString and assigns it to the CompanyName field.
func (*UserDetailResponse) SetCompanyNameNil ¶
func (o *UserDetailResponse) SetCompanyNameNil()
SetCompanyNameNil sets the value for CompanyName to be an explicit nil
func (*UserDetailResponse) SetCreatedAt ¶
func (o *UserDetailResponse) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*UserDetailResponse) SetCreatedBy ¶
func (o *UserDetailResponse) SetCreatedBy(v string)
SetCreatedBy sets field value
func (*UserDetailResponse) SetDescription ¶
func (o *UserDetailResponse) SetDescription(v string)
SetDescription gets a reference to the given NullableString and assigns it to the Description field.
func (*UserDetailResponse) SetDescriptionNil ¶
func (o *UserDetailResponse) SetDescriptionNil()
SetDescriptionNil sets the value for Description to be an explicit nil
func (*UserDetailResponse) SetDstOffset ¶
func (o *UserDetailResponse) SetDstOffset(v string)
SetDstOffset gets a reference to the given NullableString and assigns it to the DstOffset field.
func (*UserDetailResponse) SetDstOffsetNil ¶
func (o *UserDetailResponse) SetDstOffsetNil()
SetDstOffsetNil sets the value for DstOffset to be an explicit nil
func (*UserDetailResponse) SetEmail ¶
func (o *UserDetailResponse) SetEmail(v string)
SetEmail sets field value
func (*UserDetailResponse) SetEmailAuthenticated ¶
func (o *UserDetailResponse) SetEmailAuthenticated(v bool)
SetEmailAuthenticated sets field value
func (*UserDetailResponse) SetFirstName ¶
func (o *UserDetailResponse) SetFirstName(v string)
SetFirstName gets a reference to the given NullableString and assigns it to the FirstName field.
func (*UserDetailResponse) SetFirstNameNil ¶
func (o *UserDetailResponse) SetFirstNameNil()
SetFirstNameNil sets the value for FirstName to be an explicit nil
func (*UserDetailResponse) SetId ¶
func (o *UserDetailResponse) SetId(v string)
SetId sets field value
func (*UserDetailResponse) SetLastLoginAt ¶
func (o *UserDetailResponse) SetLastLoginAt(v time.Time)
SetLastLoginAt gets a reference to the given NullableTime and assigns it to the LastLoginAt field.
func (*UserDetailResponse) SetLastLoginAtNil ¶
func (o *UserDetailResponse) SetLastLoginAtNil()
SetLastLoginAtNil sets the value for LastLoginAt to be an explicit nil
func (*UserDetailResponse) SetLastName ¶
func (o *UserDetailResponse) SetLastName(v string)
SetLastName gets a reference to the given NullableString and assigns it to the LastName field.
func (*UserDetailResponse) SetLastNameNil ¶
func (o *UserDetailResponse) SetLastNameNil()
SetLastNameNil sets the value for LastName to be an explicit nil
func (*UserDetailResponse) SetLastPasswordUpdateAt ¶
func (o *UserDetailResponse) SetLastPasswordUpdateAt(v time.Time)
SetLastPasswordUpdateAt gets a reference to the given NullableTime and assigns it to the LastPasswordUpdateAt field.
func (*UserDetailResponse) SetLastPasswordUpdateAtNil ¶
func (o *UserDetailResponse) SetLastPasswordUpdateAtNil()
SetLastPasswordUpdateAtNil sets the value for LastPasswordUpdateAt to be an explicit nil
func (*UserDetailResponse) SetLoginId ¶
func (o *UserDetailResponse) SetLoginId(v string)
SetLoginId sets field value
func (*UserDetailResponse) SetModifiedAt ¶
func (o *UserDetailResponse) SetModifiedAt(v time.Time)
SetModifiedAt sets field value
func (*UserDetailResponse) SetModifiedBy ¶
func (o *UserDetailResponse) SetModifiedBy(v string)
SetModifiedBy sets field value
func (*UserDetailResponse) SetNationId ¶
func (o *UserDetailResponse) SetNationId(v string)
SetNationId sets field value
func (*UserDetailResponse) SetPasswordReuseCount ¶
func (o *UserDetailResponse) SetPasswordReuseCount(v int32)
SetPasswordReuseCount sets field value
func (*UserDetailResponse) SetPhoneAuthenticated ¶
func (o *UserDetailResponse) SetPhoneAuthenticated(v bool)
SetPhoneAuthenticated sets field value
func (*UserDetailResponse) SetPhoneNumber ¶
func (o *UserDetailResponse) SetPhoneNumber(v string)
SetPhoneNumber sets field value
func (*UserDetailResponse) SetTimezone ¶
func (o *UserDetailResponse) SetTimezone(v string)
SetTimezone gets a reference to the given NullableString and assigns it to the Timezone field.
func (*UserDetailResponse) SetTimezoneNil ¶
func (o *UserDetailResponse) SetTimezoneNil()
SetTimezoneNil sets the value for Timezone to be an explicit nil
func (*UserDetailResponse) SetType ¶
func (o *UserDetailResponse) SetType(v string)
SetType sets field value
func (*UserDetailResponse) SetTzId ¶
func (o *UserDetailResponse) SetTzId(v string)
SetTzId gets a reference to the given NullableString and assigns it to the TzId field.
func (*UserDetailResponse) SetTzIdNil ¶
func (o *UserDetailResponse) SetTzIdNil()
SetTzIdNil sets the value for TzId to be an explicit nil
func (*UserDetailResponse) SetUserName ¶
func (o *UserDetailResponse) SetUserName(v string)
SetUserName gets a reference to the given NullableString and assigns it to the UserName field.
func (*UserDetailResponse) SetUserNameNil ¶
func (o *UserDetailResponse) SetUserNameNil()
SetUserNameNil sets the value for UserName to be an explicit nil
func (*UserDetailResponse) SetUtcOffset ¶
func (o *UserDetailResponse) SetUtcOffset(v string)
SetUtcOffset gets a reference to the given NullableString and assigns it to the UtcOffset field.
func (*UserDetailResponse) SetUtcOffsetNil ¶
func (o *UserDetailResponse) SetUtcOffsetNil()
SetUtcOffsetNil sets the value for UtcOffset to be an explicit nil
func (UserDetailResponse) ToMap ¶
func (o UserDetailResponse) ToMap() (map[string]interface{}, error)
func (*UserDetailResponse) UnmarshalJSON ¶
func (o *UserDetailResponse) UnmarshalJSON(data []byte) (err error)
func (*UserDetailResponse) UnsetAccountId ¶
func (o *UserDetailResponse) UnsetAccountId()
UnsetAccountId ensures that no value is present for AccountId, not even an explicit nil
func (*UserDetailResponse) UnsetAccountName ¶
func (o *UserDetailResponse) UnsetAccountName()
UnsetAccountName ensures that no value is present for AccountName, not even an explicit nil
func (*UserDetailResponse) UnsetCompanyName ¶
func (o *UserDetailResponse) UnsetCompanyName()
UnsetCompanyName ensures that no value is present for CompanyName, not even an explicit nil
func (*UserDetailResponse) UnsetDescription ¶
func (o *UserDetailResponse) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (*UserDetailResponse) UnsetDstOffset ¶
func (o *UserDetailResponse) UnsetDstOffset()
UnsetDstOffset ensures that no value is present for DstOffset, not even an explicit nil
func (*UserDetailResponse) UnsetFirstName ¶
func (o *UserDetailResponse) UnsetFirstName()
UnsetFirstName ensures that no value is present for FirstName, not even an explicit nil
func (*UserDetailResponse) UnsetLastLoginAt ¶
func (o *UserDetailResponse) UnsetLastLoginAt()
UnsetLastLoginAt ensures that no value is present for LastLoginAt, not even an explicit nil
func (*UserDetailResponse) UnsetLastName ¶
func (o *UserDetailResponse) UnsetLastName()
UnsetLastName ensures that no value is present for LastName, not even an explicit nil
func (*UserDetailResponse) UnsetLastPasswordUpdateAt ¶
func (o *UserDetailResponse) UnsetLastPasswordUpdateAt()
UnsetLastPasswordUpdateAt ensures that no value is present for LastPasswordUpdateAt, not even an explicit nil
func (*UserDetailResponse) UnsetTimezone ¶
func (o *UserDetailResponse) UnsetTimezone()
UnsetTimezone ensures that no value is present for Timezone, not even an explicit nil
func (*UserDetailResponse) UnsetTzId ¶
func (o *UserDetailResponse) UnsetTzId()
UnsetTzId ensures that no value is present for TzId, not even an explicit nil
func (*UserDetailResponse) UnsetUserName ¶
func (o *UserDetailResponse) UnsetUserName()
UnsetUserName ensures that no value is present for UserName, not even an explicit nil
func (*UserDetailResponse) UnsetUtcOffset ¶
func (o *UserDetailResponse) UnsetUtcOffset()
UnsetUtcOffset ensures that no value is present for UtcOffset, not even an explicit nil
type YnEnum ¶
type YnEnum string
YnEnum the model 'YnEnum'
func NewYnEnumFromValue ¶
NewYnEnumFromValue returns a pointer to a valid YnEnum for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*YnEnum) UnmarshalJSON ¶
Source Files
¶
- api_iam_v1_access_keys_api.go
- api_iam_v1_companies_api.go
- api_iam_v1_endpoints_api.go
- api_iam_v1_groups_api.go
- api_iam_v1_payment_contracts_api.go
- api_iam_v1_users_api.go
- client.go
- configuration.go
- model_access_key.go
- model_access_key_create_request.go
- model_access_key_otp_request.go
- model_access_key_response.go
- model_access_key_type_enum.go
- model_account_contract.go
- model_account_contract_wbs.go
- model_account_request_scope_enum.go
- model_company_response.go
- model_currency_code_enum.go
- model_endpoints_response.go
- model_group.go
- model_group_create_request.go
- model_group_member.go
- model_group_member_create_request.go
- model_group_member_delete_request.go
- model_group_member_page_response.go
- model_group_member_show_response.go
- model_group_page_response.go
- model_group_policy_binding_request.go
- model_group_policy_page_response.go
- model_group_policy_response.go
- model_group_set_request.go
- model_group_show_response.go
- model_list_access_key_response.go
- model_list_company_response.go
- model_list_endpoints_response.go
- model_locale_enum.go
- model_managed_service_type_enum.go
- model_otp_method_enum.go
- model_payment_contract.go
- model_payment_contract_list_response.go
- model_payment_contract_show_response.go
- model_policy.go
- model_policy_category_enum.go
- model_policy_document.go
- model_policy_state_enum.go
- model_policy_type.go
- model_policy_type_enum.go
- model_policy_version.go
- model_principal.go
- model_refresh_access_key_request.go
- model_role.go
- model_role_type_enum.go
- model_statement.go
- model_user_detail_response.go
- model_yn_enum.go
- response.go
- utils.go