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 ApiCreateApplicationRequest
- type ApiCreateDomainRequest
- type ApiCreateIntegrationRequest
- type ApiCreateLocationRequest
- type ApiCreateUploadSignedUrlRequest
- type ApiDeleteDomainRequest
- type ApiDeleteIntegrationRequest
- type ApiDeleteLocationRequest
- type ApiGetApplicationRequest
- type ApiGetIntegrationRequest
- type ApiGetLocationRequest
- type ApiGetScanExchangesArchiveRequest
- type ApiGetScanRequest
- type ApiListApplicationsRequest
- type ApiListAuditLogsRequest
- type ApiListDomainsRequest
- type ApiListEventsRequest
- type ApiListIntegrationsRequest
- type ApiListIssuesRequest
- type ApiListLocationsRequest
- type ApiListRolesRequest
- type ApiListScansRequest
- type ApiListSubdomainsRequest
- type ApiStartScanRequest
- type ApiUpdateApplicationRequest
- type ApiUpdateConfigurationRequest
- type ApiUpdateIntegrationRequest
- type ApiUpdateLocationRequest
- type ApiUpdateSchemaRequest
- type ApplicationsAPIService
- func (a *ApplicationsAPIService) CreateApplication(ctx context.Context) ApiCreateApplicationRequest
- func (a *ApplicationsAPIService) CreateApplicationExecute(r ApiCreateApplicationRequest) (*ListApplications200ResponseInner, *http.Response, error)
- func (a *ApplicationsAPIService) GetApplication(ctx context.Context, id string) ApiGetApplicationRequest
- func (a *ApplicationsAPIService) GetApplicationExecute(r ApiGetApplicationRequest) (*GetApplication200Response, *http.Response, error)
- func (a *ApplicationsAPIService) ListApplications(ctx context.Context) ApiListApplicationsRequest
- func (a *ApplicationsAPIService) ListApplicationsExecute(r ApiListApplicationsRequest) ([]ListApplications200ResponseInner, *http.Response, error)
- func (a *ApplicationsAPIService) ListScans(ctx context.Context, id string) ApiListScansRequest
- func (a *ApplicationsAPIService) ListScansExecute(r ApiListScansRequest) (*ListScans200Response, *http.Response, error)
- func (a *ApplicationsAPIService) UpdateApplication(ctx context.Context, id string) ApiUpdateApplicationRequest
- func (a *ApplicationsAPIService) UpdateApplicationExecute(r ApiUpdateApplicationRequest) (*ListApplications200ResponseInner, *http.Response, error)
- func (a *ApplicationsAPIService) UpdateConfiguration(ctx context.Context, id string) ApiUpdateConfigurationRequest
- func (a *ApplicationsAPIService) UpdateConfigurationExecute(r ApiUpdateConfigurationRequest) (*FrontendConfiguration, *http.Response, error)
- func (a *ApplicationsAPIService) UpdateSchema(ctx context.Context, id string) ApiUpdateSchemaRequest
- func (a *ApplicationsAPIService) UpdateSchemaExecute(r ApiUpdateSchemaRequest) (*UpdateSchema200Response, *http.Response, error)
- type AuditAPIService
- type BasicAuth
- type Configuration
- type CreateApplication400Response
- func (o *CreateApplication400Response) GetDetails() string
- func (o *CreateApplication400Response) GetDetailsOk() (*string, bool)
- func (o *CreateApplication400Response) GetMessage() EnumBADREQUEST
- func (o *CreateApplication400Response) GetMessageOk() (*EnumBADREQUEST, bool)
- func (o CreateApplication400Response) MarshalJSON() ([]byte, error)
- func (o *CreateApplication400Response) SetDetails(v string)
- func (o *CreateApplication400Response) SetMessage(v EnumBADREQUEST)
- func (o CreateApplication400Response) ToMap() (map[string]interface{}, error)
- func (o *CreateApplication400Response) UnmarshalJSON(data []byte) (err error)
- type CreateApplicationRequest
- type CreateDomainRequest
- func (o *CreateDomainRequest) GetDomain() string
- func (o *CreateDomainRequest) GetDomainOk() (*string, bool)
- func (o CreateDomainRequest) MarshalJSON() ([]byte, error)
- func (o *CreateDomainRequest) SetDomain(v string)
- func (o CreateDomainRequest) ToMap() (map[string]interface{}, error)
- func (o *CreateDomainRequest) UnmarshalJSON(data []byte) (err error)
- type CreateLocation409Response
- func (o *CreateLocation409Response) GetField() string
- func (o *CreateLocation409Response) GetFieldOk() (*string, bool)
- func (o *CreateLocation409Response) GetInstanceId() string
- func (o *CreateLocation409Response) GetInstanceIdOk() (*string, bool)
- func (o *CreateLocation409Response) GetMessage() EnumCONFLICTONTHEFOLLOWINGFIELD
- func (o *CreateLocation409Response) GetMessageOk() (*EnumCONFLICTONTHEFOLLOWINGFIELD, bool)
- func (o CreateLocation409Response) MarshalJSON() ([]byte, error)
- func (o *CreateLocation409Response) SetField(v string)
- func (o *CreateLocation409Response) SetInstanceId(v string)
- func (o *CreateLocation409Response) SetMessage(v EnumCONFLICTONTHEFOLLOWINGFIELD)
- func (o CreateLocation409Response) ToMap() (map[string]interface{}, error)
- func (o *CreateLocation409Response) UnmarshalJSON(data []byte) (err error)
- type CreateLocationRequest
- func (o *CreateLocationRequest) GetName() string
- func (o *CreateLocationRequest) GetNameOk() (*string, bool)
- func (o *CreateLocationRequest) GetSshPublicKey() string
- func (o *CreateLocationRequest) GetSshPublicKeyOk() (*string, bool)
- func (o CreateLocationRequest) MarshalJSON() ([]byte, error)
- func (o *CreateLocationRequest) SetName(v string)
- func (o *CreateLocationRequest) SetSshPublicKey(v string)
- func (o CreateLocationRequest) ToMap() (map[string]interface{}, error)
- func (o *CreateLocationRequest) UnmarshalJSON(data []byte) (err error)
- type CreateUploadSignedUrl200Response
- func (o *CreateUploadSignedUrl200Response) GetId() string
- func (o *CreateUploadSignedUrl200Response) GetIdOk() (*string, bool)
- func (o *CreateUploadSignedUrl200Response) GetUrl() string
- func (o *CreateUploadSignedUrl200Response) GetUrlOk() (*string, bool)
- func (o CreateUploadSignedUrl200Response) MarshalJSON() ([]byte, error)
- func (o *CreateUploadSignedUrl200Response) SetId(v string)
- func (o *CreateUploadSignedUrl200Response) SetUrl(v string)
- func (o CreateUploadSignedUrl200Response) ToMap() (map[string]interface{}, error)
- func (o *CreateUploadSignedUrl200Response) UnmarshalJSON(data []byte) (err error)
- type DeleteDomain200Response
- func (o *DeleteDomain200Response) GetMessage() EnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY
- func (o *DeleteDomain200Response) GetMessageOk() (*EnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY, bool)
- func (o DeleteDomain200Response) MarshalJSON() ([]byte, error)
- func (o *DeleteDomain200Response) SetMessage(v EnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY)
- func (o DeleteDomain200Response) ToMap() (map[string]interface{}, error)
- func (o *DeleteDomain200Response) UnmarshalJSON(data []byte) (err error)
- type DeleteIntegration200Response
- func (o *DeleteIntegration200Response) GetMessage() EnumINTEGRATIONDELETEDSUCCESSFULLY
- func (o *DeleteIntegration200Response) GetMessageOk() (*EnumINTEGRATIONDELETEDSUCCESSFULLY, bool)
- func (o DeleteIntegration200Response) MarshalJSON() ([]byte, error)
- func (o *DeleteIntegration200Response) SetMessage(v EnumINTEGRATIONDELETEDSUCCESSFULLY)
- func (o DeleteIntegration200Response) ToMap() (map[string]interface{}, error)
- func (o *DeleteIntegration200Response) UnmarshalJSON(data []byte) (err error)
- type DeleteLocation200Response
- func (o *DeleteLocation200Response) GetMessage() EnumLOCATIONDELETEDSUCCESSFULLY
- func (o *DeleteLocation200Response) GetMessageOk() (*EnumLOCATIONDELETEDSUCCESSFULLY, bool)
- func (o DeleteLocation200Response) MarshalJSON() ([]byte, error)
- func (o *DeleteLocation200Response) SetMessage(v EnumLOCATIONDELETEDSUCCESSFULLY)
- func (o DeleteLocation200Response) ToMap() (map[string]interface{}, error)
- func (o *DeleteLocation200Response) UnmarshalJSON(data []byte) (err error)
- type DomainsAPIService
- func (a *DomainsAPIService) CreateDomain(ctx context.Context) ApiCreateDomainRequest
- func (a *DomainsAPIService) CreateDomainExecute(r ApiCreateDomainRequest) (*ListDomains200ResponseInner, *http.Response, error)
- func (a *DomainsAPIService) DeleteDomain(ctx context.Context, id string) ApiDeleteDomainRequest
- func (a *DomainsAPIService) DeleteDomainExecute(r ApiDeleteDomainRequest) (*DeleteDomain200Response, *http.Response, error)
- func (a *DomainsAPIService) ListDomains(ctx context.Context) ApiListDomainsRequest
- func (a *DomainsAPIService) ListDomainsExecute(r ApiListDomainsRequest) ([]ListDomains200ResponseInner, *http.Response, error)
- type Enum041c163680d484c3944c5d3c68a9635b
- type Enum08a525336b538128cd395ea29110b935
- type Enum08b09d97ca82baf197de83a269dac339
- type Enum099ff370106bbdadb403f9dd62027576
- type Enum1a7b888d2ef5b26fc63749f8e3a87cfa
- type Enum1ab0ceef9ae9ece93c01f2d976ec3990
- type Enum1ab5d44a8d8b0e47bb5ab55e0fd2b986
- type Enum1f6d3642ca98942a86c3631840441183
- type Enum200018d75ade9e46d41a8d1efb27c511
- type Enum2a0a63bd2634c78edc28210c0bdd7520
- type Enum33e76a7bc4c97ff8dbfe29d1d45aaa56
- type Enum3b03ec8408c363f23b7d74d99b6ba8f4
- type Enum4e0943c4ae7a2a2d426c0a6c0b839e82
- type Enum5240b1e44488028e2fb125a667a7a4bd
- type Enum549d6d987f9711d8c5b7a2472e0c9d65
- type Enum54f0a5f011be184847a3933abc4c6999
- type Enum5cf07f4dc5d62ad66f92942c1b7ce23f
- type Enum6741c81b56f1b47f9c4e941a35bc8afb
- type Enum6b715a076de4c8a128eec128b79c270b
- type Enum729547c90705c82a79ed6fbc3adcfa94
- type Enum777e439dc57940d3df1f77b9e31ced05
- type Enum7f9dfa9af8b93bdca51d0e79de301f7b
- type Enum80229dc8a40727ab101f9b3e03267361
- type Enum83878678114937d099c9b534cb78beaf
- type Enum88381acf2baeed408becef5653510069
- type Enum9c1e82c38fa16c4851aece69dc28da0b
- type Enum9def3867f5ea1dc45dde745eee25cf64
- type EnumA59e4e0f7039345a12220706339ba411
- type EnumA8e620669cc60d45b9f04eb14bdfef5d
- type EnumAKAMAI
- type EnumAND
- type EnumAPIGEE
- type EnumAWS
- type EnumAZURE
- type EnumAZUREDEVOPS
- type EnumAc8825c946764c840068c1a5eddeee84
- type EnumB2ba5e44bc46a15fb43cda9911cf1860
- type EnumBADREQUEST
- type EnumBASIC
- type EnumBITBUCKETREPO
- type EnumBROWSERACTIONS
- type EnumBROWSERAGENT
- type EnumBafa7e8598be648bd1bf40163099110a
- type EnumC48f4480ca763c1e3645aed08c52cfc1
- type EnumC9df31378b5ab99a9fcb2d159ba1f602
- type EnumCHECK
- type EnumCLICK
- type EnumCLOUDFLARE
- type EnumCOGNITOUSERPASS
- type EnumCONFLICTONTHEFOLLOWINGFIELD
- type EnumCURL
- type EnumCURLSEQUENCE
- type EnumD528205b1dacf02f72b02e9e61efdb57
- type EnumD757e8c31ab9423604d4eece2cdb5160
- type EnumDIGEST
- type EnumDISCORDWEBHOOK
- type EnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY
- type EnumE48dd51fe8a350a4154904abf16320d7
- type EnumE72f9dda622f4cb5cd0a811e58e7f98e
- type EnumEMAIL
- type EnumF33adad4c808d4d9ab51ae2bf931668b
- type EnumFILL
- type EnumFOCUSPAGE
- type EnumFRONTEND
- type EnumGCP
- type EnumGITHUBAPIKEY
- type EnumGITLABAPIKEY
- type EnumGOTO
- type EnumGRAPHQL
- type EnumHEADERS
- type EnumHELPERSREQUESTCRUD
- type EnumHELPERSRESPONSEISSUCCESSFUL
- type EnumHTTP
- type EnumINTEGRATIONDELETEDSUCCESSFULLY
- type EnumINVALIDCURSOR
- type EnumJIRA
- type EnumKONGGATEWAY
- type EnumKONGKONNECT
- type EnumKUBERNETES
- type EnumLOCATIONDELETEDSUCCESSFULLY
- type EnumNOT
- type EnumNOTFOUND
- type EnumOAUTHCLIENTCREDENTIALS
- type EnumOAUTHUSERPASS
- type EnumOR
- type EnumPOSTMANAPIKEY
- type EnumREQUESTBODYJSON
- type EnumREQUESTBODYTEXT
- type EnumREQUESTHEADERS
- type EnumREQUESTISAUTHENTICATED
- type EnumREQUESTMETHOD
- type EnumREQUESTOBJECT
- type EnumREQUESTUSER
- type EnumRESPONSEBODYJSON
- type EnumRESPONSEBODYTEXT
- type EnumRESPONSEDURATIONMS
- type EnumRESPONSEHEADERS
- type EnumRESPONSEOBJECT
- type EnumRESPONSESTATUSCODE
- type EnumREST
- type EnumSCANTYPE
- type EnumSCHEMANEEDAUTHENTICATION
- type EnumSCHEMAPATHREF
- type EnumSCHEMAUPDATED
- type EnumSCHEMAURL
- type EnumSELECT
- type EnumSLACKWEBHOOK
- type EnumSLEEP
- type EnumTEAMSWEBHOOK
- type EnumWAITELEMENT
- type EnumWAITTEXT
- type EnumWEBHOOK
- type EnumWIZ
- type Frontend
- func (o *Frontend) GetConfiguration() FrontendConfiguration
- func (o *Frontend) GetConfigurationOk() (*FrontendConfiguration, bool)
- func (o *Frontend) GetCron() string
- func (o *Frontend) GetCronOk() (*string, bool)
- func (o *Frontend) GetLocationId() string
- func (o *Frontend) GetLocationIdOk() (*string, bool)
- func (o *Frontend) GetName() string
- func (o *Frontend) GetNameOk() (*string, bool)
- func (o *Frontend) GetType() EnumFRONTEND
- func (o *Frontend) GetTypeOk() (*EnumFRONTEND, bool)
- func (o *Frontend) GetUrl() string
- func (o *Frontend) GetUrlOk() (*string, bool)
- func (o *Frontend) HasConfiguration() bool
- func (o *Frontend) HasCron() bool
- func (o *Frontend) HasLocationId() bool
- func (o Frontend) MarshalJSON() ([]byte, error)
- func (o *Frontend) SetConfiguration(v FrontendConfiguration)
- func (o *Frontend) SetCron(v string)
- func (o *Frontend) SetLocationId(v string)
- func (o *Frontend) SetName(v string)
- func (o *Frontend) SetType(v EnumFRONTEND)
- func (o *Frontend) SetUrl(v string)
- func (o Frontend) ToMap() (map[string]interface{}, error)
- func (o *Frontend) UnmarshalJSON(data []byte) (err error)
- type FrontendConfiguration
- func (o *FrontendConfiguration) GetAuthentication() FrontendConfigurationAuthentication
- func (o *FrontendConfiguration) GetAuthenticationId() string
- func (o *FrontendConfiguration) GetAuthenticationIdOk() (*string, bool)
- func (o *FrontendConfiguration) GetAuthenticationOk() (*FrontendConfigurationAuthentication, bool)
- func (o *FrontendConfiguration) GetChecks() map[string]interface{}
- func (o *FrontendConfiguration) GetChecksOk() (map[string]interface{}, bool)
- func (o *FrontendConfiguration) GetClient() FrontendConfigurationClient
- func (o *FrontendConfiguration) GetClientOk() (*FrontendConfigurationClient, bool)
- func (o *FrontendConfiguration) GetCustomRules() []FrontendConfigurationCustomRulesInner
- func (o *FrontendConfiguration) GetCustomRulesOk() ([]FrontendConfigurationCustomRulesInner, bool)
- func (o *FrontendConfiguration) GetInternal() FrontendConfigurationInternal
- func (o *FrontendConfiguration) GetInternalOk() (*FrontendConfigurationInternal, bool)
- func (o *FrontendConfiguration) GetScan() FrontendConfigurationScan
- func (o *FrontendConfiguration) GetScanOk() (*FrontendConfigurationScan, bool)
- func (o *FrontendConfiguration) GetUndefinedBlobStr() string
- func (o *FrontendConfiguration) GetUndefinedBlobStrOk() (*string, bool)
- func (o *FrontendConfiguration) GetUrl() string
- func (o *FrontendConfiguration) GetUrlOk() (*string, bool)
- func (o *FrontendConfiguration) HasAuthentication() bool
- func (o *FrontendConfiguration) HasAuthenticationId() bool
- func (o *FrontendConfiguration) HasChecks() bool
- func (o *FrontendConfiguration) HasClient() bool
- func (o *FrontendConfiguration) HasCustomRules() bool
- func (o *FrontendConfiguration) HasInternal() bool
- func (o *FrontendConfiguration) HasScan() bool
- func (o *FrontendConfiguration) HasUndefinedBlobStr() bool
- func (o *FrontendConfiguration) HasUrl() bool
- func (o FrontendConfiguration) MarshalJSON() ([]byte, error)
- func (o *FrontendConfiguration) SetAuthentication(v FrontendConfigurationAuthentication)
- func (o *FrontendConfiguration) SetAuthenticationId(v string)
- func (o *FrontendConfiguration) SetChecks(v map[string]interface{})
- func (o *FrontendConfiguration) SetClient(v FrontendConfigurationClient)
- func (o *FrontendConfiguration) SetCustomRules(v []FrontendConfigurationCustomRulesInner)
- func (o *FrontendConfiguration) SetInternal(v FrontendConfigurationInternal)
- func (o *FrontendConfiguration) SetScan(v FrontendConfigurationScan)
- func (o *FrontendConfiguration) SetUndefinedBlobStr(v string)
- func (o *FrontendConfiguration) SetUrl(v string)
- func (o FrontendConfiguration) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfiguration) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthentication
- func (o *FrontendConfigurationAuthentication) GetPresets() []FrontendConfigurationAuthenticationPresetsInner
- func (o *FrontendConfigurationAuthentication) GetPresetsOk() ([]FrontendConfigurationAuthenticationPresetsInner, bool)
- func (o *FrontendConfigurationAuthentication) GetProcedures() []FrontendConfigurationAuthenticationProceduresInner
- func (o *FrontendConfigurationAuthentication) GetProceduresOk() ([]FrontendConfigurationAuthenticationProceduresInner, bool)
- func (o *FrontendConfigurationAuthentication) GetProxy() string
- func (o *FrontendConfigurationAuthentication) GetProxyOk() (*string, bool)
- func (o *FrontendConfigurationAuthentication) GetSchema() string
- func (o *FrontendConfigurationAuthentication) GetSchemaOk() (*string, bool)
- func (o *FrontendConfigurationAuthentication) GetUsers() []FrontendConfigurationAuthenticationUsersInner
- func (o *FrontendConfigurationAuthentication) GetUsersOk() ([]FrontendConfigurationAuthenticationUsersInner, bool)
- func (o *FrontendConfigurationAuthentication) GetValidation() bool
- func (o *FrontendConfigurationAuthentication) GetValidationOk() (*bool, bool)
- func (o *FrontendConfigurationAuthentication) HasPresets() bool
- func (o *FrontendConfigurationAuthentication) HasProcedures() bool
- func (o *FrontendConfigurationAuthentication) HasProxy() bool
- func (o *FrontendConfigurationAuthentication) HasSchema() bool
- func (o *FrontendConfigurationAuthentication) HasUsers() bool
- func (o *FrontendConfigurationAuthentication) HasValidation() bool
- func (o FrontendConfigurationAuthentication) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthentication) SetPresets(v []FrontendConfigurationAuthenticationPresetsInner)
- func (o *FrontendConfigurationAuthentication) SetProcedures(v []FrontendConfigurationAuthenticationProceduresInner)
- func (o *FrontendConfigurationAuthentication) SetProxy(v string)
- func (o *FrontendConfigurationAuthentication) SetSchema(v string)
- func (o *FrontendConfigurationAuthentication) SetUsers(v []FrontendConfigurationAuthenticationUsersInner)
- func (o *FrontendConfigurationAuthentication) SetValidation(v bool)
- func (o FrontendConfigurationAuthentication) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthentication) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationPresetsInner
- func FrontendConfigurationAuthenticationPresetsInnerOneOf10AsFrontendConfigurationAuthenticationPresetsInner(v *FrontendConfigurationAuthenticationPresetsInnerOneOf10) FrontendConfigurationAuthenticationPresetsInner
- func FrontendConfigurationAuthenticationPresetsInnerOneOf11AsFrontendConfigurationAuthenticationPresetsInner(v *FrontendConfigurationAuthenticationPresetsInnerOneOf11) FrontendConfigurationAuthenticationPresetsInner
- func FrontendConfigurationAuthenticationPresetsInnerOneOf1AsFrontendConfigurationAuthenticationPresetsInner(v *FrontendConfigurationAuthenticationPresetsInnerOneOf1) FrontendConfigurationAuthenticationPresetsInner
- func FrontendConfigurationAuthenticationPresetsInnerOneOf2AsFrontendConfigurationAuthenticationPresetsInner(v *FrontendConfigurationAuthenticationPresetsInnerOneOf2) FrontendConfigurationAuthenticationPresetsInner
- func FrontendConfigurationAuthenticationPresetsInnerOneOf3AsFrontendConfigurationAuthenticationPresetsInner(v *FrontendConfigurationAuthenticationPresetsInnerOneOf3) FrontendConfigurationAuthenticationPresetsInner
- func FrontendConfigurationAuthenticationPresetsInnerOneOf4AsFrontendConfigurationAuthenticationPresetsInner(v *FrontendConfigurationAuthenticationPresetsInnerOneOf4) FrontendConfigurationAuthenticationPresetsInner
- func FrontendConfigurationAuthenticationPresetsInnerOneOf5AsFrontendConfigurationAuthenticationPresetsInner(v *FrontendConfigurationAuthenticationPresetsInnerOneOf5) FrontendConfigurationAuthenticationPresetsInner
- func FrontendConfigurationAuthenticationPresetsInnerOneOf6AsFrontendConfigurationAuthenticationPresetsInner(v *FrontendConfigurationAuthenticationPresetsInnerOneOf6) FrontendConfigurationAuthenticationPresetsInner
- func FrontendConfigurationAuthenticationPresetsInnerOneOf7AsFrontendConfigurationAuthenticationPresetsInner(v *FrontendConfigurationAuthenticationPresetsInnerOneOf7) FrontendConfigurationAuthenticationPresetsInner
- func FrontendConfigurationAuthenticationPresetsInnerOneOf8AsFrontendConfigurationAuthenticationPresetsInner(v *FrontendConfigurationAuthenticationPresetsInnerOneOf8) FrontendConfigurationAuthenticationPresetsInner
- func FrontendConfigurationAuthenticationPresetsInnerOneOf9AsFrontendConfigurationAuthenticationPresetsInner(v *FrontendConfigurationAuthenticationPresetsInnerOneOf9) FrontendConfigurationAuthenticationPresetsInner
- func FrontendConfigurationAuthenticationPresetsInnerOneOfAsFrontendConfigurationAuthenticationPresetsInner(v *FrontendConfigurationAuthenticationPresetsInnerOneOf) FrontendConfigurationAuthenticationPresetsInner
- func (obj *FrontendConfigurationAuthenticationPresetsInner) GetActualInstance() interface{}
- func (obj FrontendConfigurationAuthenticationPresetsInner) GetActualInstanceValue() interface{}
- func (src FrontendConfigurationAuthenticationPresetsInner) MarshalJSON() ([]byte, error)
- func (dst *FrontendConfigurationAuthenticationPresetsInner) UnmarshalJSON(data []byte) error
- type FrontendConfigurationAuthenticationPresetsInnerOneOf
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf) GetExtractions() ...
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf) GetExtractionsOk() (...)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf) GetInjections() []FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf) GetInjectionsOk() ([]FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf) GetRequest() FrontendConfigurationAuthenticationPresetsInnerOneOfRequest
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf) GetRequestOk() (*FrontendConfigurationAuthenticationPresetsInnerOneOfRequest, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf) GetType() EnumHTTP
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf) GetTypeOk() (*EnumHTTP, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf) GetUsers() []FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf) GetUsersOk() ([]FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf) HasExtractions() bool
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf) HasInjections() bool
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf) SetExtractions(...)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf) SetInjections(v []FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf) SetRequest(v FrontendConfigurationAuthenticationPresetsInnerOneOfRequest)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf) SetType(v EnumHTTP)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf) SetUsers(v []FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationPresetsInnerOneOf1
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1) GetClientId() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1) GetClientIdOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1) GetClientSecret() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1) GetClientSecretOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1) GetType() EnumOAUTHUSERPASS
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1) GetTypeOk() (*EnumOAUTHUSERPASS, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1) GetUrl() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1) GetUrlOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1) GetUsers() []FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1) GetUsersOk() ([]FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner, bool)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf1) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1) SetClientId(v string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1) SetClientSecret(v string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1) SetType(v EnumOAUTHUSERPASS)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1) SetUrl(v string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1) SetUsers(v []FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf1) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationPresetsInnerOneOf10
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetAutoExtractionUrls() []string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetAutoExtractionUrlsOk() ([]string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetExtractions() ...
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetExtractionsOk() (...)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetInjections() FrontendConfigurationAuthenticationPresetsInnerOneOf10Injections
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetInjectionsOk() (*FrontendConfigurationAuthenticationPresetsInnerOneOf10Injections, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetLoggedInDetectorText() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetLoggedInDetectorTextOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetLoggedInDetectorTimeout() float32
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetLoggedInDetectorTimeoutOk() (*float32, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetLoginUrl() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetLoginUrlOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetType() EnumBROWSERAGENT
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetTypeOk() (*EnumBROWSERAGENT, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetUsers() []FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetUsersOk() ([]FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) HasAutoExtractionUrls() bool
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) HasExtractions() bool
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) HasInjections() bool
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) HasLoggedInDetectorText() bool
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) HasLoggedInDetectorTimeout() bool
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf10) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) SetAutoExtractionUrls(v []string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) SetExtractions(...)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) SetInjections(v FrontendConfigurationAuthenticationPresetsInnerOneOf10Injections)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) SetInjectionsNil()
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) SetLoggedInDetectorText(v string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) SetLoggedInDetectorTimeout(v float32)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) SetLoginUrl(v string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) SetType(v EnumBROWSERAGENT)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) SetUsers(v []FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf10) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) UnmarshalJSON(data []byte) (err error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) UnsetInjections()
- type FrontendConfigurationAuthenticationPresetsInnerOneOf10Injections
- type FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner
- func NewFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner(username string, password string) *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner
- func NewFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerWithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) GetAdditionalFields() ...
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) GetAdditionalFieldsOk() (...)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) GetCookies() map[string]string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) GetCookiesOk() (map[string]string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) GetHeaders() map[string]string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) GetHeadersOk() (map[string]string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) GetPassword() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) GetPasswordOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) GetUsername() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) GetUsernameOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) HasAdditionalFields() bool
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) HasCookies() bool
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) HasHeaders() bool
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) SetAdditionalFields(...)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) SetCookies(v map[string]string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) SetHeaders(v map[string]string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) SetPassword(v string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) SetUsername(v string)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) GetAutoSubmit() bool
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) GetAutoSubmitOk() (*bool, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) GetLocator() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) GetLocatorOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) GetValue() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) GetValueOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) HasAutoSubmit() bool
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) SetAutoSubmit(v bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) SetLocator(v string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) SetValue(v string)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationPresetsInnerOneOf11
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetAutoExtractionUrls() []string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetAutoExtractionUrlsOk() ([]string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetExtractions() ...
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetExtractionsOk() (...)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetInjections() FrontendConfigurationAuthenticationPresetsInnerOneOf10Injections
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetInjectionsOk() (*FrontendConfigurationAuthenticationPresetsInnerOneOf10Injections, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetLoggedInDetectorText() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetLoggedInDetectorTextOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetLoggedInDetectorTimeout() float32
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetLoggedInDetectorTimeoutOk() (*float32, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetLoginUrl() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetLoginUrlOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetType() EnumBROWSERACTIONS
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetTypeOk() (*EnumBROWSERACTIONS, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetUsers() []FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetUsersOk() ([]FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) HasAutoExtractionUrls() bool
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) HasExtractions() bool
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) HasInjections() bool
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) HasLoggedInDetectorText() bool
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) HasLoggedInDetectorTimeout() bool
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) SetAutoExtractionUrls(v []string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) SetExtractions(...)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) SetInjections(v FrontendConfigurationAuthenticationPresetsInnerOneOf10Injections)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) SetInjectionsNil()
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) SetLoggedInDetectorText(v string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) SetLoggedInDetectorTimeout(v float32)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) SetLoginUrl(v string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) SetType(v EnumBROWSERACTIONS)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) SetUsers(v []FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) UnmarshalJSON(data []byte) (err error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) UnsetInjections()
- type FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner
- func NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner(username string, ...) *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner
- func NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerWithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) GetActions() []FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) GetActionsOk() ([]FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner, ...)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) GetCookies() map[string]string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) GetCookiesOk() (map[string]string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) GetHeaders() map[string]string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) GetHeadersOk() (map[string]string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) GetUsername() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) GetUsernameOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) HasCookies() bool
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) HasHeaders() bool
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) SetActions(...)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) SetCookies(v map[string]string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) SetHeaders(v map[string]string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) SetUsername(v string)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner
- func FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1AsFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner(...) FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner
- func FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2AsFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner(...) FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner
- func FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3AsFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner(...) FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner
- func FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4AsFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner(...) FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner
- func FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5AsFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner(...) FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner
- func FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6AsFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner(...) FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner
- func FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7AsFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner(...) FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner
- func FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8AsFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner(...) FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner
- func FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOfAsFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner(...) FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner
- func (obj *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner) GetActualInstance() interface{}
- func (obj FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner) GetActualInstanceValue() interface{}
- func (src FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner) MarshalJSON() ([]byte, error)
- func (dst *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner) UnmarshalJSON(data []byte) error
- type FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) GetAction() EnumCLICK
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) GetActionOk() (*EnumCLICK, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) GetLocator() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) GetLocatorOk() (*string, bool)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) SetAction(v EnumCLICK)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) SetLocator(v string)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) GetAction() EnumFILL
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) GetActionOk() (*EnumFILL, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) GetAutoSubmit() bool
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) GetAutoSubmitOk() (*bool, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) GetLocator() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) GetLocatorOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) GetValue() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) GetValueOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) HasAutoSubmit() bool
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) SetAction(v EnumFILL)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) SetAutoSubmit(v bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) SetLocator(v string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) SetValue(v string)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) GetAction() EnumGOTO
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) GetActionOk() (*EnumGOTO, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) GetUrl() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) GetUrlOk() (*string, bool)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) SetAction(v EnumGOTO)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) SetUrl(v string)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) GetAction() EnumCHECK
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) GetActionOk() (*EnumCHECK, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) GetLocator() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) GetLocatorOk() (*string, bool)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) SetAction(v EnumCHECK)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) SetLocator(v string)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) GetAction() EnumSELECT
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) GetActionOk() (*EnumSELECT, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) GetLocator() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) GetLocatorOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) GetValue() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) GetValueOk() (*string, bool)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) SetAction(v EnumSELECT)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) SetLocator(v string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) SetValue(v string)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) GetAction() EnumWAITELEMENT
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) GetActionOk() (*EnumWAITELEMENT, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) GetLocator() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) GetLocatorOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) GetTimeout() float32
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) GetTimeoutOk() (*float32, bool)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) SetAction(v EnumWAITELEMENT)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) SetLocator(v string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) SetTimeout(v float32)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) GetAction() EnumWAITTEXT
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) GetActionOk() (*EnumWAITTEXT, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) GetTimeout() float32
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) GetTimeoutOk() (*float32, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) GetValue() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) GetValueOk() (*string, bool)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) SetAction(v EnumWAITTEXT)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) SetTimeout(v float32)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) SetValue(v string)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) GetAction() EnumFOCUSPAGE
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) GetActionOk() (*EnumFOCUSPAGE, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) GetUrlPattern() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) GetUrlPatternOk() (*string, bool)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) SetAction(v EnumFOCUSPAGE)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) SetUrlPattern(v string)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) GetAction() EnumSLEEP
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) GetActionOk() (*EnumSLEEP, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) GetSeconds() float32
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) GetSecondsOk() (*float32, bool)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) SetAction(v EnumSLEEP)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) SetSeconds(v float32)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner
- func NewFrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner(username string, password string) *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner
- func NewFrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInnerWithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) GetCookies() map[string]string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) GetCookiesOk() (map[string]string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) GetHeaders() map[string]string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) GetHeadersOk() (map[string]string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) GetPassword() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) GetPasswordOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) GetScopes() []string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) GetScopesOk() ([]string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) GetUsername() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) GetUsernameOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) HasCookies() bool
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) HasHeaders() bool
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) HasScopes() bool
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) SetCookies(v map[string]string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) SetHeaders(v map[string]string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) SetPassword(v string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) SetScopes(v []string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) SetUsername(v string)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationPresetsInnerOneOf2
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2) GetType() EnumOAUTHCLIENTCREDENTIALS
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2) GetTypeOk() (*EnumOAUTHCLIENTCREDENTIALS, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2) GetUrl() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2) GetUrlOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2) GetUsers() []FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2) GetUsersOk() ([]FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner, bool)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf2) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2) SetType(v EnumOAUTHCLIENTCREDENTIALS)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2) SetUrl(v string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2) SetUsers(v []FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf2) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner
- func NewFrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner(username string, clientId string, clientSecret string) *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner
- func NewFrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInnerWithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetAudience() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetAudienceOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetClientId() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetClientIdOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetClientSecret() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetClientSecretOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetCookies() map[string]string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetCookiesOk() (map[string]string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetHeaders() map[string]string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetHeadersOk() (map[string]string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetScopes() []string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetScopesOk() ([]string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetUsername() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetUsernameOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) HasAudience() bool
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) HasCookies() bool
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) HasHeaders() bool
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) HasScopes() bool
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) SetAudience(v string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) SetClientId(v string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) SetClientSecret(v string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) SetCookies(v map[string]string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) SetHeaders(v map[string]string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) SetScopes(v []string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) SetUsername(v string)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationPresetsInnerOneOf3
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3) GetType() EnumBASIC
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3) GetTypeOk() (*EnumBASIC, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3) GetUsers() []FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3) GetUsersOk() ([]FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner, bool)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf3) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3) SetType(v EnumBASIC)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3) SetUsers(v []FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf3) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner
- func NewFrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner(username string, password string) *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner
- func NewFrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInnerWithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) GetCookies() map[string]string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) GetCookiesOk() (map[string]string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) GetHeaders() map[string]string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) GetHeadersOk() (map[string]string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) GetPassword() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) GetPasswordOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) GetUsername() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) GetUsernameOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) HasCookies() bool
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) HasHeaders() bool
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) SetCookies(v map[string]string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) SetHeaders(v map[string]string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) SetPassword(v string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) SetUsername(v string)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationPresetsInnerOneOf4
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) GetExtractions() ...
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) GetExtractionsOk() (...)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) GetInjections() []FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) GetInjectionsOk() ([]FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) GetQuery() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) GetQueryOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) GetType() EnumGRAPHQL
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) GetTypeOk() (*EnumGRAPHQL, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) GetUrl() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) GetUrlOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) GetUsers() []FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) GetUsersOk() ([]FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) HasExtractions() bool
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) HasInjections() bool
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf4) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) SetExtractions(...)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) SetInjections(v []FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) SetQuery(v string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) SetType(v EnumGRAPHQL)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) SetUrl(v string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) SetUsers(v []FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf4) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner
- func NewFrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner(username string, variables map[string]string) *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner
- func NewFrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInnerWithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) GetCookies() map[string]string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) GetCookiesOk() (map[string]string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) GetHeaders() map[string]string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) GetHeadersOk() (map[string]string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) GetUsername() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) GetUsernameOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) GetVariables() map[string]string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) GetVariablesOk() (map[string]string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) HasCookies() bool
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) HasHeaders() bool
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) SetCookies(v map[string]string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) SetHeaders(v map[string]string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) SetUsername(v string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) SetVariables(v map[string]string)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationPresetsInnerOneOf5
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf5) GetFirstRequest() FrontendConfigurationAuthenticationPresetsInnerOneOfRequest
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf5) GetFirstRequestOk() (*FrontendConfigurationAuthenticationPresetsInnerOneOfRequest, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf5) GetSecondRequest() ...
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf5) GetSecondRequestOk() (...)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf5) GetType() EnumDIGEST
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf5) GetTypeOk() (*EnumDIGEST, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf5) GetUsers() []FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf5) GetUsersOk() ([]FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf5) HasSecondRequest() bool
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf5) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf5) SetFirstRequest(v FrontendConfigurationAuthenticationPresetsInnerOneOfRequest)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf5) SetSecondRequest(...)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf5) SetType(v EnumDIGEST)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf5) SetUsers(v []FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf5) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf5) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationPresetsInnerOneOf6
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf6) GetClientId() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf6) GetClientIdOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf6) GetClientSecret() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf6) GetClientSecretOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf6) GetRegion() Enum099ff370106bbdadb403f9dd62027576
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf6) GetRegionOk() (*Enum099ff370106bbdadb403f9dd62027576, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf6) GetType() EnumCOGNITOUSERPASS
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf6) GetTypeOk() (*EnumCOGNITOUSERPASS, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf6) GetUsers() []FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf6) GetUsersOk() ([]FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner, bool)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf6) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf6) SetClientId(v string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf6) SetClientSecret(v string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf6) SetRegion(v Enum099ff370106bbdadb403f9dd62027576)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf6) SetType(v EnumCOGNITOUSERPASS)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf6) SetUsers(v []FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf6) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf6) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationPresetsInnerOneOf7
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf7) GetType() EnumHEADERS
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf7) GetTypeOk() (*EnumHEADERS, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf7) GetUsers() []FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf7) GetUsersOk() ([]FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner, bool)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf7) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf7) SetType(v EnumHEADERS)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf7) SetUsers(v []FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf7) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf7) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner
- func NewFrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner(username string, headers map[string]string) *FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner
- func NewFrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInnerWithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) GetCookies() map[string]string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) GetCookiesOk() (map[string]string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) GetHeaders() map[string]string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) GetHeadersOk() (map[string]string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) GetUsername() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) GetUsernameOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) HasCookies() bool
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) SetCookies(v map[string]string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) SetHeaders(v map[string]string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) SetUsername(v string)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationPresetsInnerOneOf8
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8) GetExtractions() ...
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8) GetExtractionsOk() (...)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8) GetInjections() []FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8) GetInjectionsOk() ([]FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8) GetType() EnumCURL
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8) GetTypeOk() (*EnumCURL, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8) GetUsers() []FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8) GetUsersOk() ([]FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner, bool)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf8) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8) SetExtractions(...)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8) SetInjections(v []FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8) SetType(v EnumCURL)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8) SetUsers(v []FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf8) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner
- func NewFrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner(username string, curl string) *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner
- func NewFrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInnerWithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) GetCookies() map[string]string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) GetCookiesOk() (map[string]string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) GetCurl() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) GetCurlOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) GetHeaders() map[string]string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) GetHeadersOk() (map[string]string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) GetUsername() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) GetUsernameOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) HasCookies() bool
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) HasHeaders() bool
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) SetCookies(v map[string]string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) SetCurl(v string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) SetHeaders(v map[string]string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) SetUsername(v string)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationPresetsInnerOneOf9
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9) GetInjections() []FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9) GetInjectionsOk() ([]FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9) GetRequests() []FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9) GetRequestsOk() ([]FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9) GetType() EnumCURLSEQUENCE
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9) GetTypeOk() (*EnumCURLSEQUENCE, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9) GetUsers() []FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9) GetUsersOk() ([]FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9) HasInjections() bool
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf9) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9) SetInjections(v []FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9) SetRequests(v []FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9) SetType(v EnumCURLSEQUENCE)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9) SetUsers(v []FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf9) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner
- func NewFrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner(curl string) *FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner
- func NewFrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInnerWithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) GetCurl() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) GetCurlOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) GetExtractions() ...
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) GetExtractionsOk() (...)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) HasExtractions() bool
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) SetCurl(v string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) SetExtractions(...)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner
- func NewFrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner(username string) *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner
- func NewFrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInnerWithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) GetCookies() map[string]string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) GetCookiesOk() (map[string]string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) GetHeaders() map[string]string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) GetHeadersOk() (map[string]string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) GetUsername() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) GetUsernameOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) GetVariables() map[string]string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) GetVariablesOk() (map[string]string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) HasCookies() bool
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) HasHeaders() bool
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) HasVariables() bool
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) SetCookies(v map[string]string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) SetHeaders(v map[string]string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) SetUsername(v string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) SetVariables(v map[string]string)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationPresetsInnerOneOfRequest
- func NewFrontendConfigurationAuthenticationPresetsInnerOneOfRequest(url string, method Enum4e0943c4ae7a2a2d426c0a6c0b839e82) *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest
- func NewFrontendConfigurationAuthenticationPresetsInnerOneOfRequestWithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) GetBody() interface{}
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) GetBodyOk() (*interface{}, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) GetCookies() map[string]string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) GetCookiesOk() (map[string]string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) GetHeaders() map[string]string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) GetHeadersOk() (map[string]string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) GetMethod() Enum4e0943c4ae7a2a2d426c0a6c0b839e82
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) GetMethodOk() (*Enum4e0943c4ae7a2a2d426c0a6c0b839e82, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) GetQueryParameters() map[string]string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) GetQueryParametersOk() (map[string]string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) GetUrl() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) GetUrlOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) HasBody() bool
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) HasCookies() bool
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) HasHeaders() bool
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) HasQueryParameters() bool
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) SetBody(v interface{})
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) SetCookies(v map[string]string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) SetHeaders(v map[string]string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) SetMethod(v Enum4e0943c4ae7a2a2d426c0a6c0b839e82)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) SetQueryParameters(v map[string]string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) SetUrl(v string)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner
- func NewFrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner(username string) *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner
- func NewFrontendConfigurationAuthenticationPresetsInnerOneOfUsersInnerWithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) GetBody() interface{}
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) GetBodyOk() (*interface{}, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) GetCookies() map[string]string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) GetCookiesOk() (map[string]string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) GetHeaders() map[string]string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) GetHeadersOk() (map[string]string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) GetPassword() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) GetPasswordOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) GetQueryParameters() map[string]string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) GetQueryParametersOk() (map[string]string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) GetUsername() string
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) GetUsernameOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) HasBody() bool
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) HasCookies() bool
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) HasHeaders() bool
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) HasPassword() bool
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) HasQueryParameters() bool
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) SetBody(v interface{})
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) SetCookies(v map[string]string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) SetHeaders(v map[string]string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) SetPassword(v string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) SetQueryParameters(v map[string]string)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) SetUsername(v string)
- func (o FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationProceduresInner
- func (o *FrontendConfigurationAuthenticationProceduresInner) GetInjections() FrontendConfigurationAuthenticationProceduresInnerInjections
- func (o *FrontendConfigurationAuthenticationProceduresInner) GetInjectionsOk() (*FrontendConfigurationAuthenticationProceduresInnerInjections, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInner) GetName() string
- func (o *FrontendConfigurationAuthenticationProceduresInner) GetNameOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInner) GetOperations() []FrontendConfigurationAuthenticationProceduresInnerOperationsInner
- func (o *FrontendConfigurationAuthenticationProceduresInner) GetOperationsOk() ([]FrontendConfigurationAuthenticationProceduresInnerOperationsInner, bool)
- func (o FrontendConfigurationAuthenticationProceduresInner) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationProceduresInner) SetInjections(v FrontendConfigurationAuthenticationProceduresInnerInjections)
- func (o *FrontendConfigurationAuthenticationProceduresInner) SetName(v string)
- func (o *FrontendConfigurationAuthenticationProceduresInner) SetOperations(v []FrontendConfigurationAuthenticationProceduresInnerOperationsInner)
- func (o FrontendConfigurationAuthenticationProceduresInner) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationProceduresInner) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationProceduresInnerInjections
- type FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner
- func NewFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner(location Enum83878678114937d099c9b534cb78beaf, key string, variable string) *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner
- func NewFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInnerWithDefaults() *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner
- func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) GetKey() string
- func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) GetKeyOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) GetLocation() Enum83878678114937d099c9b534cb78beaf
- func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) GetLocationOk() (*Enum83878678114937d099c9b534cb78beaf, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) GetPrefix() string
- func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) GetPrefixOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) GetVariable() string
- func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) GetVariableOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) HasPrefix() bool
- func (o FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) SetKey(v string)
- func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) SetLocation(v Enum83878678114937d099c9b534cb78beaf)
- func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) SetPrefix(v string)
- func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) SetVariable(v string)
- func (o FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1
- func NewFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1(location Enum08a525336b538128cd395ea29110b935, origin string, key string, ...) *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1
- func NewFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1WithDefaults() *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1
- func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) GetKey() string
- func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) GetKeyOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) GetLocation() Enum08a525336b538128cd395ea29110b935
- func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) GetLocationOk() (*Enum08a525336b538128cd395ea29110b935, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) GetOrigin() string
- func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) GetOriginOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) GetVariable() string
- func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) GetVariableOk() (*string, bool)
- func (o FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) SetKey(v string)
- func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) SetLocation(v Enum08a525336b538128cd395ea29110b935)
- func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) SetOrigin(v string)
- func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) SetVariable(v string)
- func (o FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationProceduresInnerOperationsInner
- func FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1AsFrontendConfigurationAuthenticationProceduresInnerOperationsInner(v *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) FrontendConfigurationAuthenticationProceduresInnerOperationsInner
- func FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2AsFrontendConfigurationAuthenticationProceduresInnerOperationsInner(v *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) FrontendConfigurationAuthenticationProceduresInnerOperationsInner
- func FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3AsFrontendConfigurationAuthenticationProceduresInnerOperationsInner(v *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) FrontendConfigurationAuthenticationProceduresInnerOperationsInner
- func FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfAsFrontendConfigurationAuthenticationProceduresInnerOperationsInner(v *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) FrontendConfigurationAuthenticationProceduresInnerOperationsInner
- func (obj *FrontendConfigurationAuthenticationProceduresInnerOperationsInner) GetActualInstance() interface{}
- func (obj FrontendConfigurationAuthenticationProceduresInnerOperationsInner) GetActualInstanceValue() interface{}
- func (src FrontendConfigurationAuthenticationProceduresInnerOperationsInner) MarshalJSON() ([]byte, error)
- func (dst *FrontendConfigurationAuthenticationProceduresInnerOperationsInner) UnmarshalJSON(data []byte) error
- type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf
- func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf(tech EnumHTTP, ...) *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf
- func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfWithDefaults() *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) GetExtractions() ...
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) GetExtractionsOk() (...)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) GetParameters() ...
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) GetParametersOk() (...)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) GetTech() EnumHTTP
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) GetTechOk() (*EnumHTTP, bool)
- func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) SetExtractions(...)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) SetParameters(...)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) SetTech(v EnumHTTP)
- func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1
- func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1(tech EnumDIGEST, ...) *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1
- func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1WithDefaults() *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) GetExtractions() ...
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) GetExtractionsOk() (...)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) GetParameters() ...
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) GetParametersOk() (...)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) GetTech() EnumDIGEST
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) GetTechOk() (*EnumDIGEST, bool)
- func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) SetExtractions(...)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) SetParameters(...)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) SetTech(v EnumDIGEST)
- func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions
- type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner
- func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner(location Enum08a525336b538128cd395ea29110b935, origin string, key string, ...) ...
- func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInnerWithDefaults() ...
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) GetJq() string
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) GetJqOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) GetKey() string
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) GetKeyOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) GetLocation() Enum08a525336b538128cd395ea29110b935
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) GetLocationOk() (*Enum08a525336b538128cd395ea29110b935, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) GetName() string
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) GetNameOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) GetOrigin() string
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) GetOriginOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) GetRegex() string
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) GetRegexOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) HasJq() bool
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) HasRegex() bool
- func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) SetJq(v string)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) SetKey(v string)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) SetLocation(v Enum08a525336b538128cd395ea29110b935)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) SetName(v string)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) SetOrigin(v string)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) SetRegex(v string)
- func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) GetFirstRequest() ...
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) GetFirstRequestOk() (...)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) GetProxy() string
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) GetProxyOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) GetSecondRequest() ...
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) GetSecondRequestOk() (...)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) HasProxy() bool
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) HasSecondRequest() bool
- func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) SetFirstRequest(...)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) SetProxy(v string)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) SetSecondRequest(...)
- func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) GetMethod() Enum4e0943c4ae7a2a2d426c0a6c0b839e82
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) GetMethodOk() (*Enum4e0943c4ae7a2a2d426c0a6c0b839e82, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) GetUrl() string
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) GetUrlOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) HasMethod() bool
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) HasUrl() bool
- func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) SetMethod(v Enum4e0943c4ae7a2a2d426c0a6c0b839e82)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) SetUrl(v string)
- func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2
- func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2(tech EnumBROWSERAGENT, ...) *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2
- func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2WithDefaults() *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) GetExtractions() ...
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) GetExtractionsOk() (...)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) GetParameters() ...
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) GetParametersOk() (...)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) GetTech() EnumBROWSERAGENT
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) GetTechOk() (*EnumBROWSERAGENT, bool)
- func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) SetExtractions(...)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) SetParameters(...)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) SetTech(v EnumBROWSERAGENT)
- func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) GetAutoExtractionUrls() []string
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) GetAutoExtractionUrlsOk() ([]string, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) GetLoggedInDetectorText() string
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) GetLoggedInDetectorTextOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) GetLoggedInDetectorTimeout() float32
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) GetLoggedInDetectorTimeoutOk() (*float32, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) GetLoginUrl() string
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) GetLoginUrlOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) GetProxy() string
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) GetProxyOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) HasAutoExtractionUrls() bool
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) HasLoggedInDetectorText() bool
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) HasLoggedInDetectorTimeout() bool
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) HasProxy() bool
- func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) SetAutoExtractionUrls(v []string)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) SetLoggedInDetectorText(v string)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) SetLoggedInDetectorTimeout(v float32)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) SetLoginUrl(v string)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) SetProxy(v string)
- func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3
- func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3(tech EnumBROWSERACTIONS, ...) *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3
- func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3WithDefaults() *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) GetExtractions() ...
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) GetExtractionsOk() (...)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) GetParameters() ...
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) GetParametersOk() (...)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) GetTech() EnumBROWSERACTIONS
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) GetTechOk() (*EnumBROWSERACTIONS, bool)
- func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) SetExtractions(...)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) SetParameters(...)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) SetTech(v EnumBROWSERACTIONS)
- func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) GetKey() string
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) GetKeyOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) GetLocation() Enum83878678114937d099c9b534cb78beaf
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) GetLocationOk() (*Enum83878678114937d099c9b534cb78beaf, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) GetName() string
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) GetNameOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) GetRegex() string
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) GetRegexOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) HasRegex() bool
- func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) SetKey(v string)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) SetLocation(v Enum83878678114937d099c9b534cb78beaf)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) SetName(v string)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) SetRegex(v string)
- func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetBody() interface{}
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetBodyOk() (*interface{}, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetCookies() ...
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetCookiesOk() (...)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetFollowRedirects() float32
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetFollowRedirectsOk() (*float32, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetHeaders() ...
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetHeadersOk() (...)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetInsecure() bool
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetInsecureOk() (*bool, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetMethod() Enum4e0943c4ae7a2a2d426c0a6c0b839e82
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetMethodOk() (*Enum4e0943c4ae7a2a2d426c0a6c0b839e82, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetProxy() string
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetProxyOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetQueryParameters() ...
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetQueryParametersOk() (...)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetTimeout() float32
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetTimeoutOk() (*float32, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetUrl() string
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetUrlOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) HasBody() bool
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) HasFollowRedirects() bool
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) HasInsecure() bool
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) HasProxy() bool
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) HasTimeout() bool
- func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) SetBody(v interface{})
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) SetCookies(...)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) SetFollowRedirects(v float32)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) SetHeaders(...)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) SetInsecure(v bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) SetMethod(v Enum4e0943c4ae7a2a2d426c0a6c0b839e82)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) SetProxy(v string)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) SetQueryParameters(...)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) SetTimeout(v float32)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) SetUrl(v string)
- func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetDomain() string
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetDomainOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetHttpOnly() bool
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetHttpOnlyOk() (*bool, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetName() string
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetNameOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetPath() string
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetPathOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetSameSite() Enum200018d75ade9e46d41a8d1efb27c511
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetSameSiteOk() (*Enum200018d75ade9e46d41a8d1efb27c511, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetSecure() bool
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetSecureOk() (*bool, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetValues() []string
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetValuesOk() ([]string, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) HasDomain() bool
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) HasHttpOnly() bool
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) HasPath() bool
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) HasSameSite() bool
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) HasSecure() bool
- func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) SetDomain(v string)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) SetHttpOnly(v bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) SetName(v string)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) SetPath(v string)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) SetSameSite(v Enum200018d75ade9e46d41a8d1efb27c511)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) SetSecure(v bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) SetValues(v []string)
- func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) GetName() string
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) GetNameOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) GetValues() []string
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) GetValuesOk() ([]string, bool)
- func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) SetName(v string)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) SetValues(v []string)
- func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationUsersInner
- func (o *FrontendConfigurationAuthenticationUsersInner) GetCredentials() FrontendConfigurationAuthenticationUsersInnerCredentials
- func (o *FrontendConfigurationAuthenticationUsersInner) GetCredentialsOk() (*FrontendConfigurationAuthenticationUsersInnerCredentials, bool)
- func (o *FrontendConfigurationAuthenticationUsersInner) GetName() string
- func (o *FrontendConfigurationAuthenticationUsersInner) GetNameOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationUsersInner) GetProcedure() string
- func (o *FrontendConfigurationAuthenticationUsersInner) GetProcedureOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationUsersInner) GetRefresh() FrontendConfigurationAuthenticationUsersInnerRefresh
- func (o *FrontendConfigurationAuthenticationUsersInner) GetRefreshOk() (*FrontendConfigurationAuthenticationUsersInnerRefresh, bool)
- func (o *FrontendConfigurationAuthenticationUsersInner) GetRepeaterMtls() bool
- func (o *FrontendConfigurationAuthenticationUsersInner) GetRepeaterMtlsOk() (*bool, bool)
- func (o *FrontendConfigurationAuthenticationUsersInner) GetVariables() []FrontendConfigurationAuthenticationUsersInnerVariablesInner
- func (o *FrontendConfigurationAuthenticationUsersInner) GetVariablesOk() ([]FrontendConfigurationAuthenticationUsersInnerVariablesInner, bool)
- func (o *FrontendConfigurationAuthenticationUsersInner) HasCredentials() bool
- func (o *FrontendConfigurationAuthenticationUsersInner) HasProcedure() bool
- func (o *FrontendConfigurationAuthenticationUsersInner) HasRefresh() bool
- func (o *FrontendConfigurationAuthenticationUsersInner) HasRepeaterMtls() bool
- func (o *FrontendConfigurationAuthenticationUsersInner) HasVariables() bool
- func (o FrontendConfigurationAuthenticationUsersInner) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationUsersInner) SetCredentials(v FrontendConfigurationAuthenticationUsersInnerCredentials)
- func (o *FrontendConfigurationAuthenticationUsersInner) SetName(v string)
- func (o *FrontendConfigurationAuthenticationUsersInner) SetProcedure(v string)
- func (o *FrontendConfigurationAuthenticationUsersInner) SetRefresh(v FrontendConfigurationAuthenticationUsersInnerRefresh)
- func (o *FrontendConfigurationAuthenticationUsersInner) SetRepeaterMtls(v bool)
- func (o *FrontendConfigurationAuthenticationUsersInner) SetVariables(v []FrontendConfigurationAuthenticationUsersInnerVariablesInner)
- func (o FrontendConfigurationAuthenticationUsersInner) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationUsersInner) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationUsersInnerCredentials
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) GetActions() []FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) GetActionsOk() ([]FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner, ...)
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) GetBody() interface{}
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) GetBodyOk() (*interface{}, bool)
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) GetCookies() ...
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) GetCookiesOk() (...)
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) GetHeaders() ...
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) GetHeadersOk() (...)
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) GetLocalStorage() map[string]map[string]string
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) GetLocalStorageOk() (map[string]map[string]string, bool)
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) GetPassword() string
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) GetPasswordOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) GetQueryParameters() ...
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) GetQueryParametersOk() (...)
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) GetSessionStorage() map[string]map[string]string
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) GetSessionStorageOk() (map[string]map[string]string, bool)
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) GetUsername() string
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) GetUsernameOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) HasActions() bool
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) HasBody() bool
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) HasCookies() bool
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) HasHeaders() bool
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) HasLocalStorage() bool
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) HasPassword() bool
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) HasQueryParameters() bool
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) HasSessionStorage() bool
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) HasUsername() bool
- func (o FrontendConfigurationAuthenticationUsersInnerCredentials) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) SetActions(...)
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) SetBody(v interface{})
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) SetCookies(...)
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) SetHeaders(...)
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) SetLocalStorage(v map[string]map[string]string)
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) SetPassword(v string)
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) SetQueryParameters(...)
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) SetSessionStorage(v map[string]map[string]string)
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) SetUsername(v string)
- func (o FrontendConfigurationAuthenticationUsersInnerCredentials) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationUsersInnerRefresh
- func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) GetCredentials() FrontendConfigurationAuthenticationUsersInnerCredentials
- func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) GetCredentialsOk() (*FrontendConfigurationAuthenticationUsersInnerCredentials, bool)
- func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) GetKeep() bool
- func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) GetKeepOk() (*bool, bool)
- func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) GetProcedure() string
- func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) GetProcedureOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) GetSessionSeconds() float32
- func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) GetSessionSecondsOk() (*float32, bool)
- func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) GetVariables() []FrontendConfigurationAuthenticationUsersInnerVariablesInner
- func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) GetVariablesOk() ([]FrontendConfigurationAuthenticationUsersInnerVariablesInner, bool)
- func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) HasCredentials() bool
- func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) HasProcedure() bool
- func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) HasSessionSeconds() bool
- func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) HasVariables() bool
- func (o FrontendConfigurationAuthenticationUsersInnerRefresh) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) SetCredentials(v FrontendConfigurationAuthenticationUsersInnerCredentials)
- func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) SetKeep(v bool)
- func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) SetProcedure(v string)
- func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) SetSessionSeconds(v float32)
- func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) SetVariables(v []FrontendConfigurationAuthenticationUsersInnerVariablesInner)
- func (o FrontendConfigurationAuthenticationUsersInnerRefresh) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationAuthenticationUsersInnerVariablesInner
- func (o *FrontendConfigurationAuthenticationUsersInnerVariablesInner) GetName() string
- func (o *FrontendConfigurationAuthenticationUsersInnerVariablesInner) GetNameOk() (*string, bool)
- func (o *FrontendConfigurationAuthenticationUsersInnerVariablesInner) GetValue() string
- func (o *FrontendConfigurationAuthenticationUsersInnerVariablesInner) GetValueOk() (*string, bool)
- func (o FrontendConfigurationAuthenticationUsersInnerVariablesInner) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationAuthenticationUsersInnerVariablesInner) SetName(v string)
- func (o *FrontendConfigurationAuthenticationUsersInnerVariablesInner) SetValue(v string)
- func (o FrontendConfigurationAuthenticationUsersInnerVariablesInner) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationAuthenticationUsersInnerVariablesInner) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationClient
- func (o *FrontendConfigurationClient) GetDiscretMode() bool
- func (o *FrontendConfigurationClient) GetDiscretModeOk() (*bool, bool)
- func (o *FrontendConfigurationClient) GetMaxRequests() float32
- func (o *FrontendConfigurationClient) GetMaxRequestsOk() (*float32, bool)
- func (o *FrontendConfigurationClient) GetProxyId() string
- func (o *FrontendConfigurationClient) GetProxyIdOk() (*string, bool)
- func (o *FrontendConfigurationClient) GetRequestTimeout() float32
- func (o *FrontendConfigurationClient) GetRequestTimeoutOk() (*float32, bool)
- func (o *FrontendConfigurationClient) GetRequestsPerMinute() float32
- func (o *FrontendConfigurationClient) GetRequestsPerMinuteOk() (*float32, bool)
- func (o *FrontendConfigurationClient) GetUserAgent() string
- func (o *FrontendConfigurationClient) GetUserAgentOk() (*string, bool)
- func (o *FrontendConfigurationClient) GetXTracingHeader() string
- func (o *FrontendConfigurationClient) GetXTracingHeaderOk() (*string, bool)
- func (o *FrontendConfigurationClient) HasDiscretMode() bool
- func (o *FrontendConfigurationClient) HasMaxRequests() bool
- func (o *FrontendConfigurationClient) HasProxyId() bool
- func (o *FrontendConfigurationClient) HasRequestTimeout() bool
- func (o *FrontendConfigurationClient) HasRequestsPerMinute() bool
- func (o *FrontendConfigurationClient) HasUserAgent() bool
- func (o *FrontendConfigurationClient) HasXTracingHeader() bool
- func (o FrontendConfigurationClient) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationClient) SetDiscretMode(v bool)
- func (o *FrontendConfigurationClient) SetMaxRequests(v float32)
- func (o *FrontendConfigurationClient) SetProxyId(v string)
- func (o *FrontendConfigurationClient) SetRequestTimeout(v float32)
- func (o *FrontendConfigurationClient) SetRequestsPerMinute(v float32)
- func (o *FrontendConfigurationClient) SetUserAgent(v string)
- func (o *FrontendConfigurationClient) SetXTracingHeader(v string)
- func (o FrontendConfigurationClient) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationClient) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInner
- func (o *FrontendConfigurationCustomRulesInner) GetAlert() FrontendConfigurationCustomRulesInnerAlert
- func (o *FrontendConfigurationCustomRulesInner) GetAlertOk() (*FrontendConfigurationCustomRulesInnerAlert, bool)
- func (o *FrontendConfigurationCustomRulesInner) GetDetect() []FrontendConfigurationCustomRulesInnerTransformTriggerInner
- func (o *FrontendConfigurationCustomRulesInner) GetDetectOk() ([]FrontendConfigurationCustomRulesInnerTransformTriggerInner, bool)
- func (o *FrontendConfigurationCustomRulesInner) GetId() string
- func (o *FrontendConfigurationCustomRulesInner) GetIdOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInner) GetSeed() []FrontendConfigurationCustomRulesInnerSeedInner
- func (o *FrontendConfigurationCustomRulesInner) GetSeedOk() ([]FrontendConfigurationCustomRulesInnerSeedInner, bool)
- func (o *FrontendConfigurationCustomRulesInner) GetTransform() FrontendConfigurationCustomRulesInnerTransform
- func (o *FrontendConfigurationCustomRulesInner) GetTransformOk() (*FrontendConfigurationCustomRulesInnerTransform, bool)
- func (o *FrontendConfigurationCustomRulesInner) HasSeed() bool
- func (o *FrontendConfigurationCustomRulesInner) HasTransform() bool
- func (o FrontendConfigurationCustomRulesInner) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInner) SetAlert(v FrontendConfigurationCustomRulesInnerAlert)
- func (o *FrontendConfigurationCustomRulesInner) SetDetect(v []FrontendConfigurationCustomRulesInnerTransformTriggerInner)
- func (o *FrontendConfigurationCustomRulesInner) SetId(v string)
- func (o *FrontendConfigurationCustomRulesInner) SetSeed(v []FrontendConfigurationCustomRulesInnerSeedInner)
- func (o *FrontendConfigurationCustomRulesInner) SetTransform(v FrontendConfigurationCustomRulesInnerTransform)
- func (o FrontendConfigurationCustomRulesInner) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInner) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerAlert
- func (o *FrontendConfigurationCustomRulesInnerAlert) GetCategory() Enum729547c90705c82a79ed6fbc3adcfa94
- func (o *FrontendConfigurationCustomRulesInnerAlert) GetCategoryOk() (*Enum729547c90705c82a79ed6fbc3adcfa94, bool)
- func (o *FrontendConfigurationCustomRulesInnerAlert) GetCompliance() FrontendConfigurationCustomRulesInnerAlertCompliance
- func (o *FrontendConfigurationCustomRulesInnerAlert) GetComplianceOk() (*FrontendConfigurationCustomRulesInnerAlertCompliance, bool)
- func (o *FrontendConfigurationCustomRulesInnerAlert) GetContext() string
- func (o *FrontendConfigurationCustomRulesInnerAlert) GetContextOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerAlert) GetDescription() string
- func (o *FrontendConfigurationCustomRulesInnerAlert) GetDescriptionOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerAlert) GetName() string
- func (o *FrontendConfigurationCustomRulesInnerAlert) GetNameOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerAlert) GetRemediation() string
- func (o *FrontendConfigurationCustomRulesInnerAlert) GetRemediationOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerAlert) GetSeverity() Enum1f6d3642ca98942a86c3631840441183
- func (o *FrontendConfigurationCustomRulesInnerAlert) GetSeverityOk() (*Enum1f6d3642ca98942a86c3631840441183, bool)
- func (o *FrontendConfigurationCustomRulesInnerAlert) HasCompliance() bool
- func (o *FrontendConfigurationCustomRulesInnerAlert) HasDescription() bool
- func (o *FrontendConfigurationCustomRulesInnerAlert) HasRemediation() bool
- func (o FrontendConfigurationCustomRulesInnerAlert) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerAlert) SetCategory(v Enum729547c90705c82a79ed6fbc3adcfa94)
- func (o *FrontendConfigurationCustomRulesInnerAlert) SetCompliance(v FrontendConfigurationCustomRulesInnerAlertCompliance)
- func (o *FrontendConfigurationCustomRulesInnerAlert) SetContext(v string)
- func (o *FrontendConfigurationCustomRulesInnerAlert) SetDescription(v string)
- func (o *FrontendConfigurationCustomRulesInnerAlert) SetName(v string)
- func (o *FrontendConfigurationCustomRulesInnerAlert) SetRemediation(v string)
- func (o *FrontendConfigurationCustomRulesInnerAlert) SetSeverity(v Enum1f6d3642ca98942a86c3631840441183)
- func (o FrontendConfigurationCustomRulesInnerAlert) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerAlert) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerAlertCompliance
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetCwe() Enum1a7b888d2ef5b26fc63749f8e3a87cfa
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetCweOk() (*Enum1a7b888d2ef5b26fc63749f8e3a87cfa, bool)
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetFedramp() EnumE72f9dda622f4cb5cd0a811e58e7f98e
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetFedrampOk() (*EnumE72f9dda622f4cb5cd0a811e58e7f98e, bool)
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetGdpr() Enum5240b1e44488028e2fb125a667a7a4bd
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetGdprOk() (*Enum5240b1e44488028e2fb125a667a7a4bd, bool)
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetHipaa() EnumC48f4480ca763c1e3645aed08c52cfc1
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetHipaaOk() (*EnumC48f4480ca763c1e3645aed08c52cfc1, bool)
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetIso27001() Enum7f9dfa9af8b93bdca51d0e79de301f7b
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetIso27001Ok() (*Enum7f9dfa9af8b93bdca51d0e79de301f7b, bool)
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetNis2() EnumF33adad4c808d4d9ab51ae2bf931668b
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetNis2Ok() (*EnumF33adad4c808d4d9ab51ae2bf931668b, bool)
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetNist() Enum3b03ec8408c363f23b7d74d99b6ba8f4
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetNistOk() (*Enum3b03ec8408c363f23b7d74d99b6ba8f4, bool)
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetOwasp() Enum2a0a63bd2634c78edc28210c0bdd7520
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetOwaspLlm() Enum80229dc8a40727ab101f9b3e03267361
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetOwaspLlmOk() (*Enum80229dc8a40727ab101f9b3e03267361, bool)
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetOwaspOk() (*Enum2a0a63bd2634c78edc28210c0bdd7520, bool)
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetPciDss() Enum6741c81b56f1b47f9c4e941a35bc8afb
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetPciDssOk() (*Enum6741c81b56f1b47f9c4e941a35bc8afb, bool)
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetPsd2() EnumD757e8c31ab9423604d4eece2cdb5160
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetPsd2Ok() (*EnumD757e8c31ab9423604d4eece2cdb5160, bool)
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetSoc2() Enum08b09d97ca82baf197de83a269dac339
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetSoc2Ok() (*Enum08b09d97ca82baf197de83a269dac339, bool)
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) HasCwe() bool
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) HasFedramp() bool
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) HasGdpr() bool
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) HasHipaa() bool
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) HasIso27001() bool
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) HasNis2() bool
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) HasNist() bool
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) HasOwasp() bool
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) HasOwaspLlm() bool
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) HasPciDss() bool
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) HasPsd2() bool
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) HasSoc2() bool
- func (o FrontendConfigurationCustomRulesInnerAlertCompliance) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) SetCwe(v Enum1a7b888d2ef5b26fc63749f8e3a87cfa)
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) SetFedramp(v EnumE72f9dda622f4cb5cd0a811e58e7f98e)
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) SetGdpr(v Enum5240b1e44488028e2fb125a667a7a4bd)
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) SetHipaa(v EnumC48f4480ca763c1e3645aed08c52cfc1)
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) SetIso27001(v Enum7f9dfa9af8b93bdca51d0e79de301f7b)
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) SetNis2(v EnumF33adad4c808d4d9ab51ae2bf931668b)
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) SetNist(v Enum3b03ec8408c363f23b7d74d99b6ba8f4)
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) SetOwasp(v Enum2a0a63bd2634c78edc28210c0bdd7520)
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) SetOwaspLlm(v Enum80229dc8a40727ab101f9b3e03267361)
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) SetPciDss(v Enum6741c81b56f1b47f9c4e941a35bc8afb)
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) SetPsd2(v EnumD757e8c31ab9423604d4eece2cdb5160)
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) SetSoc2(v Enum08b09d97ca82baf197de83a269dac339)
- func (o FrontendConfigurationCustomRulesInnerAlertCompliance) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerSeedInner
- func FrontendConfigurationCustomRulesInnerSeedInnerOneOf1AsFrontendConfigurationCustomRulesInnerSeedInner(v *FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) FrontendConfigurationCustomRulesInnerSeedInner
- func FrontendConfigurationCustomRulesInnerSeedInnerOneOfAsFrontendConfigurationCustomRulesInnerSeedInner(v *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) FrontendConfigurationCustomRulesInnerSeedInner
- func (obj *FrontendConfigurationCustomRulesInnerSeedInner) GetActualInstance() interface{}
- func (obj FrontendConfigurationCustomRulesInnerSeedInner) GetActualInstanceValue() interface{}
- func (src FrontendConfigurationCustomRulesInnerSeedInner) MarshalJSON() ([]byte, error)
- func (dst *FrontendConfigurationCustomRulesInnerSeedInner) UnmarshalJSON(data []byte) error
- type FrontendConfigurationCustomRulesInnerSeedInnerOneOf
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetBody() string
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetBodyOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetHeaders() map[string]string
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetHeadersOk() (map[string]string, bool)
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetMethod() Enum549d6d987f9711d8c5b7a2472e0c9d65
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetMethodOk() (*Enum549d6d987f9711d8c5b7a2472e0c9d65, bool)
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetParams() map[string]string
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetParamsOk() (map[string]string, bool)
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetPath() string
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetPathOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetProtocol() EnumREST
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetProtocolOk() (*EnumREST, bool)
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetUser() string
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetUserOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) HasBody() bool
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) HasHeaders() bool
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) HasMethod() bool
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) HasParams() bool
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) HasPath() bool
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) HasUser() bool
- func (o FrontendConfigurationCustomRulesInnerSeedInnerOneOf) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) SetBody(v string)
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) SetHeaders(v map[string]string)
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) SetMethod(v Enum549d6d987f9711d8c5b7a2472e0c9d65)
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) SetParams(v map[string]string)
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) SetPath(v string)
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) SetProtocol(v EnumREST)
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) SetUser(v string)
- func (o FrontendConfigurationCustomRulesInnerSeedInnerOneOf) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerSeedInnerOneOf1
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) GetProtocol() EnumHTTP
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) GetProtocolOk() (*EnumHTTP, bool)
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) GetRaw() string
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) GetRawOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) GetUser() string
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) GetUserOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) HasUser() bool
- func (o FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) SetProtocol(v EnumHTTP)
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) SetRaw(v string)
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) SetUser(v string)
- func (o FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerTransform
- func (o *FrontendConfigurationCustomRulesInnerTransform) GetMutate() []FrontendConfigurationCustomRulesInnerTransformMutateInner
- func (o *FrontendConfigurationCustomRulesInnerTransform) GetMutateOk() ([]FrontendConfigurationCustomRulesInnerTransformMutateInner, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransform) GetTrigger() []FrontendConfigurationCustomRulesInnerTransformTriggerInner
- func (o *FrontendConfigurationCustomRulesInnerTransform) GetTriggerOk() ([]FrontendConfigurationCustomRulesInnerTransformTriggerInner, bool)
- func (o FrontendConfigurationCustomRulesInnerTransform) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerTransform) SetMutate(v []FrontendConfigurationCustomRulesInnerTransformMutateInner)
- func (o *FrontendConfigurationCustomRulesInnerTransform) SetTrigger(v []FrontendConfigurationCustomRulesInnerTransformTriggerInner)
- func (o FrontendConfigurationCustomRulesInnerTransform) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerTransform) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerTransformMutateInner
- func FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1AsFrontendConfigurationCustomRulesInnerTransformMutateInner(v *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) FrontendConfigurationCustomRulesInnerTransformMutateInner
- func FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2AsFrontendConfigurationCustomRulesInnerTransformMutateInner(v *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) FrontendConfigurationCustomRulesInnerTransformMutateInner
- func FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3AsFrontendConfigurationCustomRulesInnerTransformMutateInner(v *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) FrontendConfigurationCustomRulesInnerTransformMutateInner
- func FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4AsFrontendConfigurationCustomRulesInnerTransformMutateInner(v *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) FrontendConfigurationCustomRulesInnerTransformMutateInner
- func FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5AsFrontendConfigurationCustomRulesInnerTransformMutateInner(v *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) FrontendConfigurationCustomRulesInnerTransformMutateInner
- func FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6AsFrontendConfigurationCustomRulesInnerTransformMutateInner(v *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) FrontendConfigurationCustomRulesInnerTransformMutateInner
- func FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7AsFrontendConfigurationCustomRulesInnerTransformMutateInner(v *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) FrontendConfigurationCustomRulesInnerTransformMutateInner
- func FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfAsFrontendConfigurationCustomRulesInnerTransformMutateInner(v *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) FrontendConfigurationCustomRulesInnerTransformMutateInner
- func (obj *FrontendConfigurationCustomRulesInnerTransformMutateInner) GetActualInstance() interface{}
- func (obj FrontendConfigurationCustomRulesInnerTransformMutateInner) GetActualInstanceValue() interface{}
- func (src FrontendConfigurationCustomRulesInnerTransformMutateInner) MarshalJSON() ([]byte, error)
- func (dst *FrontendConfigurationCustomRulesInnerTransformMutateInner) UnmarshalJSON(data []byte) error
- type FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf
- func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf(key EnumSCHEMAURL) *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf
- func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfWithDefaults() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) GetKey() EnumSCHEMAURL
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) GetKeyOk() (*EnumSCHEMAURL, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) GetRegexReplace() FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) GetRegexReplaceOk() (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace, ...)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) GetValue() string
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) GetValueOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) GetValues() []string
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) GetValuesOk() ([]string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) HasRegexReplace() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) HasValue() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) HasValues() bool
- func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) SetKey(v EnumSCHEMAURL)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) SetRegexReplace(v FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) SetValue(v string)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) SetValues(v []string)
- func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1
- func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1(key EnumSCHEMAPATHREF) *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1
- func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1WithDefaults() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) GetKey() EnumSCHEMAPATHREF
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) GetKeyOk() (*EnumSCHEMAPATHREF, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) GetRegexReplace() FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) GetRegexReplaceOk() (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace, ...)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) GetValue() string
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) GetValueOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) GetValues() []string
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) GetValuesOk() ([]string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) HasRegexReplace() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) HasValue() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) HasValues() bool
- func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) SetKey(v EnumSCHEMAPATHREF)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) SetRegexReplace(v FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) SetValue(v string)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) SetValues(v []string)
- func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2
- func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2(key EnumREQUESTUSER) *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2
- func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2WithDefaults() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) GetDropUser() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) GetDropUserOk() (*bool, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) GetKey() EnumREQUESTUSER
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) GetKeyOk() (*EnumREQUESTUSER, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) GetRegexReplace() FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) GetRegexReplaceOk() (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace, ...)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) GetValue() string
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) GetValueOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) GetValues() []string
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) GetValuesOk() ([]string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) HasDropUser() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) HasRegexReplace() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) HasValue() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) HasValues() bool
- func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) SetDropUser(v bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) SetKey(v EnumREQUESTUSER)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) SetRegexReplace(v FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) SetValue(v string)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) SetValues(v []string)
- func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3
- func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3(key EnumREQUESTHEADERS, name string) *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3
- func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3WithDefaults() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) GetDelete() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) GetDeleteOk() (*bool, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) GetKey() EnumREQUESTHEADERS
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) GetKeyOk() (*EnumREQUESTHEADERS, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) GetName() string
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) GetNameOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) GetRegexReplace() FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) GetRegexReplaceOk() (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace, ...)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) GetValue() string
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) GetValueOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) GetValues() []string
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) GetValuesOk() ([]string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) HasDelete() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) HasRegexReplace() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) HasValue() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) HasValues() bool
- func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) SetDelete(v bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) SetKey(v EnumREQUESTHEADERS)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) SetName(v string)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) SetRegexReplace(v FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) SetValue(v string)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) SetValues(v []string)
- func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4
- func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4(key EnumREQUESTBODYJSON) *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4
- func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4WithDefaults() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) GetJq() string
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) GetJqOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) GetKey() EnumREQUESTBODYJSON
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) GetKeyOk() (*EnumREQUESTBODYJSON, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) HasJq() bool
- func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) SetJq(v string)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) SetKey(v EnumREQUESTBODYJSON)
- func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5
- func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5(key EnumREQUESTBODYTEXT) *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5
- func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5WithDefaults() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) GetKey() EnumREQUESTBODYTEXT
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) GetKeyOk() (*EnumREQUESTBODYTEXT, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) GetRegexReplace() FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) GetRegexReplaceOk() (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace, ...)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) GetValue() string
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) GetValueOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) GetValues() []string
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) GetValuesOk() ([]string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) HasRegexReplace() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) HasValue() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) HasValues() bool
- func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) SetKey(v EnumREQUESTBODYTEXT)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) SetRegexReplace(v FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) SetValue(v string)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) SetValues(v []string)
- func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6
- func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6(key EnumREQUESTOBJECT, ...) *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6
- func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6WithDefaults() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) GetKey() EnumREQUESTOBJECT
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) GetKeyOk() (*EnumREQUESTOBJECT, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) GetMutate() FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) GetMutateOk() (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) GetSelect() FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) GetSelectOk() (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select, bool)
- func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) SetKey(v EnumREQUESTOBJECT)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) SetMutate(v FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) SetSelect(v FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select)
- func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate
- func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate
- func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6MutateWithDefaults() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) GetRegexReplace() FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) GetRegexReplaceOk() (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace, ...)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) GetValue() string
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) GetValueOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) GetValues() []string
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) GetValuesOk() ([]string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) HasRegexReplace() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) HasValue() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) HasValues() bool
- func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) SetRegexReplace(v FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) SetValue(v string)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) SetValues(v []string)
- func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select
- func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select
- func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6SelectWithDefaults() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) GetName() FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) GetNameOk() (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) GetType() FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) GetTypeOk() (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) GetValue() FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) GetValueOk() (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) HasName() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) HasType() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) HasValue() bool
- func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) SetName(v FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) SetType(v FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) SetValue(v FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key)
- func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7
- func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7(key EnumREQUESTMETHOD) *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7
- func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7WithDefaults() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) GetKey() EnumREQUESTMETHOD
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) GetKeyOk() (*EnumREQUESTMETHOD, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) GetValue() Enum549d6d987f9711d8c5b7a2472e0c9d65
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) GetValueOk() (*Enum549d6d987f9711d8c5b7a2472e0c9d65, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) GetValues() []Enum549d6d987f9711d8c5b7a2472e0c9d65
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) GetValuesOk() ([]Enum549d6d987f9711d8c5b7a2472e0c9d65, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) HasValue() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) HasValues() bool
- func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) SetKey(v EnumREQUESTMETHOD)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) SetValue(v Enum549d6d987f9711d8c5b7a2472e0c9d65)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) SetValues(v []Enum549d6d987f9711d8c5b7a2472e0c9d65)
- func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace
- func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace(pattern string, replacement string) *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace
- func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplaceWithDefaults() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) GetPattern() string
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) GetPatternOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) GetReplacement() string
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) GetReplacementOk() (*string, bool)
- func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) SetPattern(v string)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) SetReplacement(v string)
- func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerTransformTriggerInner
- func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) FrontendConfigurationCustomRulesInnerTransformTriggerInner
- func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) FrontendConfigurationCustomRulesInnerTransformTriggerInner
- func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) FrontendConfigurationCustomRulesInnerTransformTriggerInner
- func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) FrontendConfigurationCustomRulesInnerTransformTriggerInner
- func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) FrontendConfigurationCustomRulesInnerTransformTriggerInner
- func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) FrontendConfigurationCustomRulesInnerTransformTriggerInner
- func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) FrontendConfigurationCustomRulesInnerTransformTriggerInner
- func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) FrontendConfigurationCustomRulesInnerTransformTriggerInner
- func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) FrontendConfigurationCustomRulesInnerTransformTriggerInner
- func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) FrontendConfigurationCustomRulesInnerTransformTriggerInner
- func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) FrontendConfigurationCustomRulesInnerTransformTriggerInner
- func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) FrontendConfigurationCustomRulesInnerTransformTriggerInner
- func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) FrontendConfigurationCustomRulesInnerTransformTriggerInner
- func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) FrontendConfigurationCustomRulesInnerTransformTriggerInner
- func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) FrontendConfigurationCustomRulesInnerTransformTriggerInner
- func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) FrontendConfigurationCustomRulesInnerTransformTriggerInner
- func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) FrontendConfigurationCustomRulesInnerTransformTriggerInner
- func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) FrontendConfigurationCustomRulesInnerTransformTriggerInner
- func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) FrontendConfigurationCustomRulesInnerTransformTriggerInner
- func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) FrontendConfigurationCustomRulesInnerTransformTriggerInner
- func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) FrontendConfigurationCustomRulesInnerTransformTriggerInner
- func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOfAsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) FrontendConfigurationCustomRulesInnerTransformTriggerInner
- func (obj *FrontendConfigurationCustomRulesInnerTransformTriggerInner) GetActualInstance() interface{}
- func (obj FrontendConfigurationCustomRulesInnerTransformTriggerInner) GetActualInstanceValue() interface{}
- func (src FrontendConfigurationCustomRulesInnerTransformTriggerInner) MarshalJSON() ([]byte, error)
- func (dst *FrontendConfigurationCustomRulesInnerTransformTriggerInner) UnmarshalJSON(data []byte) error
- type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf(if_ EnumSCANTYPE) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOfWithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) GetIf() EnumSCANTYPE
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) GetIfOk() (*EnumSCANTYPE, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) GetIn() []Enum1ab0ceef9ae9ece93c01f2d976ec3990
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) GetInOk() ([]Enum1ab0ceef9ae9ece93c01f2d976ec3990, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) GetIs() Enum1ab0ceef9ae9ece93c01f2d976ec3990
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) GetIsNot() Enum1ab0ceef9ae9ece93c01f2d976ec3990
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) GetIsNotOk() (*Enum1ab0ceef9ae9ece93c01f2d976ec3990, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) GetIsOk() (*Enum1ab0ceef9ae9ece93c01f2d976ec3990, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) HasIn() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) HasIs() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) HasIsNot() bool
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) SetIf(v EnumSCANTYPE)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) SetIn(v []Enum1ab0ceef9ae9ece93c01f2d976ec3990)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) SetIs(v Enum1ab0ceef9ae9ece93c01f2d976ec3990)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) SetIsNot(v Enum1ab0ceef9ae9ece93c01f2d976ec3990)
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1(if_ EnumHELPERSREQUESTCRUD) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) GetIf() EnumHELPERSREQUESTCRUD
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) GetIfOk() (*EnumHELPERSREQUESTCRUD, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) GetIn() []Enum9def3867f5ea1dc45dde745eee25cf64
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) GetInOk() ([]Enum9def3867f5ea1dc45dde745eee25cf64, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) GetIs() Enum9def3867f5ea1dc45dde745eee25cf64
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) GetIsNot() Enum9def3867f5ea1dc45dde745eee25cf64
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) GetIsNotOk() (*Enum9def3867f5ea1dc45dde745eee25cf64, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) GetIsOk() (*Enum9def3867f5ea1dc45dde745eee25cf64, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) HasIn() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) HasIs() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) HasIsNot() bool
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) SetIf(v EnumHELPERSREQUESTCRUD)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) SetIn(v []Enum9def3867f5ea1dc45dde745eee25cf64)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) SetIs(v Enum9def3867f5ea1dc45dde745eee25cf64)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) SetIsNot(v Enum9def3867f5ea1dc45dde745eee25cf64)
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10(if_ EnumREQUESTHEADERS) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) GetIf() EnumREQUESTHEADERS
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) GetIfOk() (*EnumREQUESTHEADERS, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) GetKey() FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) GetKeyOk() (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) GetValue() FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) GetValueOk() (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) HasKey() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) HasValue() bool
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) SetIf(v EnumREQUESTHEADERS)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) SetKey(v FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) SetValue(v FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key)
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10KeyWithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) GetContains() string
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) GetContainsOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) GetIn() []string
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) GetInOk() ([]string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) GetIs() string
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) GetIsNot() string
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) GetIsNotOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) GetIsOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) GetRegex() string
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) GetRegexOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) HasContains() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) HasIn() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) HasIs() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) HasIsNot() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) HasRegex() bool
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) SetContains(v string)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) SetIn(v []string)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) SetIs(v string)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) SetIsNot(v string)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) SetRegex(v string)
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11(if_ EnumRESPONSEHEADERS) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) GetIf() EnumRESPONSEHEADERS
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) GetIfOk() (*EnumRESPONSEHEADERS, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) GetKey() FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) GetKeyOk() (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) GetValue() FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) GetValueOk() (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) HasKey() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) HasValue() bool
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) SetIf(v EnumRESPONSEHEADERS)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) SetKey(v FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) SetValue(v FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key)
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12(if_ EnumRESPONSEBODYJSON) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) GetIf() EnumRESPONSEBODYJSON
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) GetIfOk() (*EnumRESPONSEBODYJSON, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) GetIn() []FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) GetInOk() ([]FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner, ...)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) GetIs() FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) GetIsNot() FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) GetIsNotOk() (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) GetIsOk() (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) GetJq() string
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) GetJqOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) HasIn() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) HasIs() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) HasIsNot() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) HasJq() bool
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) SetIf(v EnumRESPONSEBODYJSON)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) SetIn(v []FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) SetIs(v FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) SetIsNil()
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) SetIsNot(v FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) SetIsNotNil()
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) SetJq(v string)
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) UnmarshalJSON(data []byte) (err error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) UnsetIs()
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) UnsetIsNot()
- type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner
- type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is
- type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13(if_ EnumREQUESTBODYJSON) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) GetIf() EnumREQUESTBODYJSON
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) GetIfOk() (*EnumREQUESTBODYJSON, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) GetIn() []FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) GetInOk() ([]FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner, ...)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) GetIs() FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) GetIsNot() FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) GetIsNotOk() (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) GetIsOk() (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) GetJq() string
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) GetJqOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) HasIn() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) HasIs() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) HasIsNot() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) HasJq() bool
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) SetIf(v EnumREQUESTBODYJSON)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) SetIn(v []FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) SetIs(v FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) SetIsNil()
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) SetIsNot(v FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) SetIsNotNil()
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) SetJq(v string)
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) UnmarshalJSON(data []byte) (err error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) UnsetIs()
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) UnsetIsNot()
- type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14(if_ EnumRESPONSEBODYTEXT) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) GetContains() string
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) GetContainsOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) GetIf() EnumRESPONSEBODYTEXT
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) GetIfOk() (*EnumRESPONSEBODYTEXT, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) GetIn() []string
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) GetInOk() ([]string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) GetIs() string
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) GetIsNot() string
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) GetIsNotOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) GetIsOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) GetRegex() string
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) GetRegexOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) HasContains() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) HasIn() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) HasIs() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) HasIsNot() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) HasRegex() bool
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) SetContains(v string)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) SetIf(v EnumRESPONSEBODYTEXT)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) SetIn(v []string)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) SetIs(v string)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) SetIsNot(v string)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) SetRegex(v string)
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15(if_ EnumREQUESTBODYTEXT) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) GetContains() string
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) GetContainsOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) GetIf() EnumREQUESTBODYTEXT
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) GetIfOk() (*EnumREQUESTBODYTEXT, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) GetIn() []string
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) GetInOk() ([]string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) GetIs() string
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) GetIsNot() string
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) GetIsNotOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) GetIsOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) GetRegex() string
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) GetRegexOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) HasContains() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) HasIn() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) HasIs() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) HasIsNot() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) HasRegex() bool
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) SetContains(v string)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) SetIf(v EnumREQUESTBODYTEXT)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) SetIn(v []string)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) SetIs(v string)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) SetIsNot(v string)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) SetRegex(v string)
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16(if_ EnumREQUESTOBJECT) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) GetIf() EnumREQUESTOBJECT
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) GetIfOk() (*EnumREQUESTOBJECT, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) GetName() FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) GetNameOk() (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) GetType() FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) GetTypeOk() (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) GetValue() FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) GetValueOk() (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) HasName() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) HasType() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) HasValue() bool
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) SetIf(v EnumREQUESTOBJECT)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) SetName(v FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) SetType(v FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) SetValue(v FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key)
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16TypeWithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) GetIn() []Enum88381acf2baeed408becef5653510069
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) GetInOk() ([]Enum88381acf2baeed408becef5653510069, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) GetIs() Enum88381acf2baeed408becef5653510069
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) GetIsNot() Enum88381acf2baeed408becef5653510069
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) GetIsNotOk() (*Enum88381acf2baeed408becef5653510069, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) GetIsOk() (*Enum88381acf2baeed408becef5653510069, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) HasIn() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) HasIs() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) HasIsNot() bool
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) SetIn(v []Enum88381acf2baeed408becef5653510069)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) SetIs(v Enum88381acf2baeed408becef5653510069)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) SetIsNot(v Enum88381acf2baeed408becef5653510069)
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17(if_ EnumRESPONSEOBJECT) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) GetIf() EnumRESPONSEOBJECT
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) GetIfOk() (*EnumRESPONSEOBJECT, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) GetName() FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) GetNameOk() (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) GetType() FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) GetTypeOk() (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) GetValue() FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) GetValueOk() (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) HasName() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) HasType() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) HasValue() bool
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) SetIf(v EnumRESPONSEOBJECT)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) SetName(v FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) SetType(v FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) SetValue(v FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key)
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18(if_ EnumREQUESTMETHOD) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) GetIf() EnumREQUESTMETHOD
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) GetIfOk() (*EnumREQUESTMETHOD, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) GetIn() []Enum549d6d987f9711d8c5b7a2472e0c9d65
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) GetInOk() ([]Enum549d6d987f9711d8c5b7a2472e0c9d65, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) GetIs() Enum549d6d987f9711d8c5b7a2472e0c9d65
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) GetIsNot() Enum549d6d987f9711d8c5b7a2472e0c9d65
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) GetIsNotOk() (*Enum549d6d987f9711d8c5b7a2472e0c9d65, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) GetIsOk() (*Enum549d6d987f9711d8c5b7a2472e0c9d65, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) HasIn() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) HasIs() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) HasIsNot() bool
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) SetIf(v EnumREQUESTMETHOD)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) SetIn(v []Enum549d6d987f9711d8c5b7a2472e0c9d65)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) SetIs(v Enum549d6d987f9711d8c5b7a2472e0c9d65)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) SetIsNot(v Enum549d6d987f9711d8c5b7a2472e0c9d65)
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19(and []interface{}, if_ EnumAND) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) GetAnd() []interface{}
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) GetAndOk() ([]interface{}, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) GetIf() EnumAND
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) GetIfOk() (*EnumAND, bool)
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) SetAnd(v []interface{})
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) SetIf(v EnumAND)
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2(if_ EnumRESPONSESTATUSCODE) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) GetGt() float32
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) GetGtOk() (*float32, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) GetIf() EnumRESPONSESTATUSCODE
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) GetIfOk() (*EnumRESPONSESTATUSCODE, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) GetIn() []float32
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) GetInOk() ([]float32, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) GetIs() float32
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) GetIsNot() float32
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) GetIsNotOk() (*float32, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) GetIsOk() (*float32, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) GetLt() float32
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) GetLtOk() (*float32, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) HasGt() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) HasIn() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) HasIs() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) HasIsNot() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) HasLt() bool
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) SetGt(v float32)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) SetIf(v EnumRESPONSESTATUSCODE)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) SetIn(v []float32)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) SetIs(v float32)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) SetIsNot(v float32)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) SetLt(v float32)
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20(or []interface{}, if_ EnumOR) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) GetIf() EnumOR
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) GetIfOk() (*EnumOR, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) GetOr() []interface{}
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) GetOrOk() ([]interface{}, bool)
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) SetIf(v EnumOR)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) SetOr(v []interface{})
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21(if_ EnumNOT) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) GetIf() EnumNOT
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) GetIfOk() (*EnumNOT, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) GetNot() interface{}
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) GetNotOk() (*interface{}, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) HasNot() bool
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) SetIf(v EnumNOT)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) SetNot(v interface{})
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3(if_ EnumRESPONSEDURATIONMS) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) GetGt() float32
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) GetGtOk() (*float32, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) GetIf() EnumRESPONSEDURATIONMS
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) GetIfOk() (*EnumRESPONSEDURATIONMS, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) GetIn() []float32
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) GetInOk() ([]float32, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) GetIs() float32
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) GetIsNot() float32
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) GetIsNotOk() (*float32, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) GetIsOk() (*float32, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) GetLt() float32
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) GetLtOk() (*float32, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) HasGt() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) HasIn() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) HasIs() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) HasIsNot() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) HasLt() bool
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) SetGt(v float32)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) SetIf(v EnumRESPONSEDURATIONMS)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) SetIn(v []float32)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) SetIs(v float32)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) SetIsNot(v float32)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) SetLt(v float32)
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4(if_ EnumSCHEMANEEDAUTHENTICATION) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) GetIf() EnumSCHEMANEEDAUTHENTICATION
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) GetIfOk() (*EnumSCHEMANEEDAUTHENTICATION, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) GetIs() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) GetIsNot() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) GetIsNotOk() (*bool, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) GetIsOk() (*bool, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) HasIs() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) HasIsNot() bool
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) SetIf(v EnumSCHEMANEEDAUTHENTICATION)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) SetIs(v bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) SetIsNot(v bool)
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5(if_ EnumREQUESTISAUTHENTICATED) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) GetIf() EnumREQUESTISAUTHENTICATED
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) GetIfOk() (*EnumREQUESTISAUTHENTICATED, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) GetIs() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) GetIsNot() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) GetIsNotOk() (*bool, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) GetIsOk() (*bool, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) HasIs() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) HasIsNot() bool
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) SetIf(v EnumREQUESTISAUTHENTICATED)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) SetIs(v bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) SetIsNot(v bool)
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6(if_ EnumSCHEMAPATHREF) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) GetContains() string
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) GetContainsOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) GetIf() EnumSCHEMAPATHREF
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) GetIfOk() (*EnumSCHEMAPATHREF, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) GetIn() []string
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) GetInOk() ([]string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) GetIs() string
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) GetIsNot() string
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) GetIsNotOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) GetIsOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) GetRegex() string
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) GetRegexOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) HasContains() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) HasIn() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) HasIs() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) HasIsNot() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) HasRegex() bool
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) SetContains(v string)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) SetIf(v EnumSCHEMAPATHREF)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) SetIn(v []string)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) SetIs(v string)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) SetIsNot(v string)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) SetRegex(v string)
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7(if_ EnumHELPERSRESPONSEISSUCCESSFUL) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) GetIf() EnumHELPERSRESPONSEISSUCCESSFUL
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) GetIfOk() (*EnumHELPERSRESPONSEISSUCCESSFUL, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) GetIs() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) GetIsNot() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) GetIsNotOk() (*bool, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) GetIsOk() (*bool, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) HasIs() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) HasIsNot() bool
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) SetIf(v EnumHELPERSRESPONSEISSUCCESSFUL)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) SetIs(v bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) SetIsNot(v bool)
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8(if_ EnumSCHEMAURL) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) GetContains() string
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) GetContainsOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) GetIf() EnumSCHEMAURL
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) GetIfOk() (*EnumSCHEMAURL, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) GetIn() []string
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) GetInOk() ([]string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) GetIs() string
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) GetIsNot() string
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) GetIsNotOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) GetIsOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) GetRegex() string
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) GetRegexOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) HasContains() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) HasIn() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) HasIs() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) HasIsNot() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) HasRegex() bool
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) SetContains(v string)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) SetIf(v EnumSCHEMAURL)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) SetIn(v []string)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) SetIs(v string)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) SetIsNot(v string)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) SetRegex(v string)
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9(if_ EnumREQUESTUSER) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9
- func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) GetContains() string
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) GetContainsOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) GetIf() EnumREQUESTUSER
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) GetIfOk() (*EnumREQUESTUSER, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) GetIn() []string
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) GetInOk() ([]string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) GetIs() string
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) GetIsNot() string
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) GetIsNotOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) GetIsOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) GetRegex() string
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) GetRegexOk() (*string, bool)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) HasContains() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) HasIn() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) HasIs() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) HasIsNot() bool
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) HasRegex() bool
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) SetContains(v string)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) SetIf(v EnumREQUESTUSER)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) SetIn(v []string)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) SetIs(v string)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) SetIsNot(v string)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) SetRegex(v string)
- func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationInternal
- func (o *FrontendConfigurationInternal) GetAgenticScanning() bool
- func (o *FrontendConfigurationInternal) GetAgenticScanningOk() (*bool, bool)
- func (o *FrontendConfigurationInternal) GetArgumentMaxGeneratedDepth() float32
- func (o *FrontendConfigurationInternal) GetArgumentMaxGeneratedDepthOk() (*float32, bool)
- func (o *FrontendConfigurationInternal) GetCancelUnhealthyScanAfter() float32
- func (o *FrontendConfigurationInternal) GetCancelUnhealthyScanAfterOk() (*float32, bool)
- func (o *FrontendConfigurationInternal) GetEscapeIdentifier() string
- func (o *FrontendConfigurationInternal) GetEscapeIdentifierOk() (*string, bool)
- func (o *FrontendConfigurationInternal) GetFrontendCrawlingStateBuilder() EnumB2ba5e44bc46a15fb43cda9911cf1860
- func (o *FrontendConfigurationInternal) GetFrontendCrawlingStateBuilderOk() (*EnumB2ba5e44bc46a15fb43cda9911cf1860, bool)
- func (o *FrontendConfigurationInternal) GetFrontendMaxGeneratedDepth() float32
- func (o *FrontendConfigurationInternal) GetFrontendMaxGeneratedDepthOk() (*float32, bool)
- func (o *FrontendConfigurationInternal) GetFrontendUseV2Crawling() bool
- func (o *FrontendConfigurationInternal) GetFrontendUseV2CrawlingOk() (*bool, bool)
- func (o *FrontendConfigurationInternal) GetGraphqlMaxGeneratedDepth() float32
- func (o *FrontendConfigurationInternal) GetGraphqlMaxGeneratedDepthOk() (*float32, bool)
- func (o *FrontendConfigurationInternal) GetGraphqlNoOperationName() bool
- func (o *FrontendConfigurationInternal) GetGraphqlNoOperationNameOk() (*bool, bool)
- func (o *FrontendConfigurationInternal) GetGraphqlPersistedQueriesFile() string
- func (o *FrontendConfigurationInternal) GetGraphqlPersistedQueriesFileOk() (*string, bool)
- func (o *FrontendConfigurationInternal) GetGraphqlPersistedQueriesRaw() string
- func (o *FrontendConfigurationInternal) GetGraphqlPersistedQueriesRawOk() (*string, bool)
- func (o *FrontendConfigurationInternal) GetGraphqlPersistedQueriesUrl() string
- func (o *FrontendConfigurationInternal) GetGraphqlPersistedQueriesUrlOk() (*string, bool)
- func (o *FrontendConfigurationInternal) GetS3Object() string
- func (o *FrontendConfigurationInternal) GetS3ObjectOk() (*string, bool)
- func (o *FrontendConfigurationInternal) GetS3PersistenceFolder() string
- func (o *FrontendConfigurationInternal) GetS3PersistenceFolderOk() (*string, bool)
- func (o *FrontendConfigurationInternal) GetScanId() string
- func (o *FrontendConfigurationInternal) GetScanIdOk() (*string, bool)
- func (o *FrontendConfigurationInternal) GetServerUrlOverride() string
- func (o *FrontendConfigurationInternal) GetServerUrlOverrideOk() (*string, bool)
- func (o *FrontendConfigurationInternal) GetSkipFingerprinting() bool
- func (o *FrontendConfigurationInternal) GetSkipFingerprintingOk() (*bool, bool)
- func (o *FrontendConfigurationInternal) GetSkipGeneratingUnspecifiedEnumValues() bool
- func (o *FrontendConfigurationInternal) GetSkipGeneratingUnspecifiedEnumValuesOk() (*bool, bool)
- func (o *FrontendConfigurationInternal) GetSkipSourcing() bool
- func (o *FrontendConfigurationInternal) GetSkipSourcingOk() (*bool, bool)
- func (o *FrontendConfigurationInternal) GetSkipValidation() bool
- func (o *FrontendConfigurationInternal) GetSkipValidationOk() (*bool, bool)
- func (o *FrontendConfigurationInternal) HasAgenticScanning() bool
- func (o *FrontendConfigurationInternal) HasArgumentMaxGeneratedDepth() bool
- func (o *FrontendConfigurationInternal) HasCancelUnhealthyScanAfter() bool
- func (o *FrontendConfigurationInternal) HasEscapeIdentifier() bool
- func (o *FrontendConfigurationInternal) HasFrontendCrawlingStateBuilder() bool
- func (o *FrontendConfigurationInternal) HasFrontendMaxGeneratedDepth() bool
- func (o *FrontendConfigurationInternal) HasFrontendUseV2Crawling() bool
- func (o *FrontendConfigurationInternal) HasGraphqlMaxGeneratedDepth() bool
- func (o *FrontendConfigurationInternal) HasGraphqlNoOperationName() bool
- func (o *FrontendConfigurationInternal) HasGraphqlPersistedQueriesFile() bool
- func (o *FrontendConfigurationInternal) HasGraphqlPersistedQueriesRaw() bool
- func (o *FrontendConfigurationInternal) HasGraphqlPersistedQueriesUrl() bool
- func (o *FrontendConfigurationInternal) HasS3Object() bool
- func (o *FrontendConfigurationInternal) HasS3PersistenceFolder() bool
- func (o *FrontendConfigurationInternal) HasScanId() bool
- func (o *FrontendConfigurationInternal) HasServerUrlOverride() bool
- func (o *FrontendConfigurationInternal) HasSkipFingerprinting() bool
- func (o *FrontendConfigurationInternal) HasSkipGeneratingUnspecifiedEnumValues() bool
- func (o *FrontendConfigurationInternal) HasSkipSourcing() bool
- func (o *FrontendConfigurationInternal) HasSkipValidation() bool
- func (o FrontendConfigurationInternal) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationInternal) SetAgenticScanning(v bool)
- func (o *FrontendConfigurationInternal) SetArgumentMaxGeneratedDepth(v float32)
- func (o *FrontendConfigurationInternal) SetCancelUnhealthyScanAfter(v float32)
- func (o *FrontendConfigurationInternal) SetEscapeIdentifier(v string)
- func (o *FrontendConfigurationInternal) SetFrontendCrawlingStateBuilder(v EnumB2ba5e44bc46a15fb43cda9911cf1860)
- func (o *FrontendConfigurationInternal) SetFrontendMaxGeneratedDepth(v float32)
- func (o *FrontendConfigurationInternal) SetFrontendUseV2Crawling(v bool)
- func (o *FrontendConfigurationInternal) SetGraphqlMaxGeneratedDepth(v float32)
- func (o *FrontendConfigurationInternal) SetGraphqlNoOperationName(v bool)
- func (o *FrontendConfigurationInternal) SetGraphqlPersistedQueriesFile(v string)
- func (o *FrontendConfigurationInternal) SetGraphqlPersistedQueriesRaw(v string)
- func (o *FrontendConfigurationInternal) SetGraphqlPersistedQueriesUrl(v string)
- func (o *FrontendConfigurationInternal) SetS3Object(v string)
- func (o *FrontendConfigurationInternal) SetS3PersistenceFolder(v string)
- func (o *FrontendConfigurationInternal) SetScanId(v string)
- func (o *FrontendConfigurationInternal) SetServerUrlOverride(v string)
- func (o *FrontendConfigurationInternal) SetSkipFingerprinting(v bool)
- func (o *FrontendConfigurationInternal) SetSkipGeneratingUnspecifiedEnumValues(v bool)
- func (o *FrontendConfigurationInternal) SetSkipSourcing(v bool)
- func (o *FrontendConfigurationInternal) SetSkipValidation(v bool)
- func (o FrontendConfigurationInternal) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationInternal) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationScan
- func (o *FrontendConfigurationScan) GetApiType() EnumD528205b1dacf02f72b02e9e61efdb57
- func (o *FrontendConfigurationScan) GetApiTypeOk() (*EnumD528205b1dacf02f72b02e9e61efdb57, bool)
- func (o *FrontendConfigurationScan) GetBlocklist() FrontendConfigurationScanBlocklist
- func (o *FrontendConfigurationScan) GetBlocklistOk() (*FrontendConfigurationScanBlocklist, bool)
- func (o *FrontendConfigurationScan) GetForceFullScan() bool
- func (o *FrontendConfigurationScan) GetForceFullScanOk() (*bool, bool)
- func (o *FrontendConfigurationScan) GetFrontendCrawlingOnly() bool
- func (o *FrontendConfigurationScan) GetFrontendCrawlingOnlyOk() (*bool, bool)
- func (o *FrontendConfigurationScan) GetFrontendEscapeUserHeader() bool
- func (o *FrontendConfigurationScan) GetFrontendEscapeUserHeaderOk() (*bool, bool)
- func (o *FrontendConfigurationScan) GetFrontendInScopeDomains() []string
- func (o *FrontendConfigurationScan) GetFrontendInScopeDomainsOk() ([]string, bool)
- func (o *FrontendConfigurationScan) GetFrontendIntegratedAuthentication() bool
- func (o *FrontendConfigurationScan) GetFrontendIntegratedAuthenticationOk() (*bool, bool)
- func (o *FrontendConfigurationScan) GetFrontendParallelWorkers() float32
- func (o *FrontendConfigurationScan) GetFrontendParallelWorkersOk() (*float32, bool)
- func (o *FrontendConfigurationScan) GetFrontendPrefetchSitemap() bool
- func (o *FrontendConfigurationScan) GetFrontendPrefetchSitemapOk() (*bool, bool)
- func (o *FrontendConfigurationScan) GetFrontendSinglePageWorker() bool
- func (o *FrontendConfigurationScan) GetFrontendSinglePageWorkerOk() (*bool, bool)
- func (o *FrontendConfigurationScan) GetFrontendUsePersistence() bool
- func (o *FrontendConfigurationScan) GetFrontendUsePersistenceOk() (*bool, bool)
- func (o *FrontendConfigurationScan) GetFrontendUserAgent() string
- func (o *FrontendConfigurationScan) GetFrontendUserAgentOk() (*string, bool)
- func (o *FrontendConfigurationScan) GetHotstart() []string
- func (o *FrontendConfigurationScan) GetHotstartOk() ([]string, bool)
- func (o *FrontendConfigurationScan) GetHotstartOnly() bool
- func (o *FrontendConfigurationScan) GetHotstartOnlyOk() (*bool, bool)
- func (o *FrontendConfigurationScan) GetMaxDuration() float32
- func (o *FrontendConfigurationScan) GetMaxDurationOk() (*float32, bool)
- func (o *FrontendConfigurationScan) GetNullIsUnauthenticated() bool
- func (o *FrontendConfigurationScan) GetNullIsUnauthenticatedOk() (*bool, bool)
- func (o *FrontendConfigurationScan) GetProfile() Enum54f0a5f011be184847a3933abc4c6999
- func (o *FrontendConfigurationScan) GetProfileOk() (*Enum54f0a5f011be184847a3933abc4c6999, bool)
- func (o *FrontendConfigurationScan) GetReadOnly() bool
- func (o *FrontendConfigurationScan) GetReadOnlyOk() (*bool, bool)
- func (o *FrontendConfigurationScan) GetScalars() map[string]FrontendConfigurationScanScalarsValue
- func (o *FrontendConfigurationScan) GetScalarsOk() (map[string]FrontendConfigurationScanScalarsValue, bool)
- func (o *FrontendConfigurationScan) HasApiType() bool
- func (o *FrontendConfigurationScan) HasBlocklist() bool
- func (o *FrontendConfigurationScan) HasForceFullScan() bool
- func (o *FrontendConfigurationScan) HasFrontendCrawlingOnly() bool
- func (o *FrontendConfigurationScan) HasFrontendEscapeUserHeader() bool
- func (o *FrontendConfigurationScan) HasFrontendInScopeDomains() bool
- func (o *FrontendConfigurationScan) HasFrontendIntegratedAuthentication() bool
- func (o *FrontendConfigurationScan) HasFrontendParallelWorkers() bool
- func (o *FrontendConfigurationScan) HasFrontendPrefetchSitemap() bool
- func (o *FrontendConfigurationScan) HasFrontendSinglePageWorker() bool
- func (o *FrontendConfigurationScan) HasFrontendUsePersistence() bool
- func (o *FrontendConfigurationScan) HasFrontendUserAgent() bool
- func (o *FrontendConfigurationScan) HasHotstart() bool
- func (o *FrontendConfigurationScan) HasHotstartOnly() bool
- func (o *FrontendConfigurationScan) HasMaxDuration() bool
- func (o *FrontendConfigurationScan) HasNullIsUnauthenticated() bool
- func (o *FrontendConfigurationScan) HasProfile() bool
- func (o *FrontendConfigurationScan) HasReadOnly() bool
- func (o *FrontendConfigurationScan) HasScalars() bool
- func (o FrontendConfigurationScan) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationScan) SetApiType(v EnumD528205b1dacf02f72b02e9e61efdb57)
- func (o *FrontendConfigurationScan) SetBlocklist(v FrontendConfigurationScanBlocklist)
- func (o *FrontendConfigurationScan) SetForceFullScan(v bool)
- func (o *FrontendConfigurationScan) SetFrontendCrawlingOnly(v bool)
- func (o *FrontendConfigurationScan) SetFrontendEscapeUserHeader(v bool)
- func (o *FrontendConfigurationScan) SetFrontendInScopeDomains(v []string)
- func (o *FrontendConfigurationScan) SetFrontendIntegratedAuthentication(v bool)
- func (o *FrontendConfigurationScan) SetFrontendParallelWorkers(v float32)
- func (o *FrontendConfigurationScan) SetFrontendPrefetchSitemap(v bool)
- func (o *FrontendConfigurationScan) SetFrontendSinglePageWorker(v bool)
- func (o *FrontendConfigurationScan) SetFrontendUsePersistence(v bool)
- func (o *FrontendConfigurationScan) SetFrontendUserAgent(v string)
- func (o *FrontendConfigurationScan) SetHotstart(v []string)
- func (o *FrontendConfigurationScan) SetHotstartOnly(v bool)
- func (o *FrontendConfigurationScan) SetMaxDuration(v float32)
- func (o *FrontendConfigurationScan) SetNullIsUnauthenticated(v bool)
- func (o *FrontendConfigurationScan) SetProfile(v Enum54f0a5f011be184847a3933abc4c6999)
- func (o *FrontendConfigurationScan) SetReadOnly(v bool)
- func (o *FrontendConfigurationScan) SetScalars(v map[string]FrontendConfigurationScanScalarsValue)
- func (o FrontendConfigurationScan) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationScan) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationScanBlocklist
- func (o *FrontendConfigurationScanBlocklist) GetMutation() []string
- func (o *FrontendConfigurationScanBlocklist) GetMutationOk() ([]string, bool)
- func (o *FrontendConfigurationScanBlocklist) GetObjects() []string
- func (o *FrontendConfigurationScanBlocklist) GetObjectsOk() ([]string, bool)
- func (o *FrontendConfigurationScanBlocklist) GetQuery() []string
- func (o *FrontendConfigurationScanBlocklist) GetQueryOk() ([]string, bool)
- func (o *FrontendConfigurationScanBlocklist) GetRoutes() []FrontendConfigurationScanBlocklistRoutesInner
- func (o *FrontendConfigurationScanBlocklist) GetRoutesOk() ([]FrontendConfigurationScanBlocklistRoutesInner, bool)
- func (o *FrontendConfigurationScanBlocklist) GetSubscription() []string
- func (o *FrontendConfigurationScanBlocklist) GetSubscriptionOk() ([]string, bool)
- func (o *FrontendConfigurationScanBlocklist) HasMutation() bool
- func (o *FrontendConfigurationScanBlocklist) HasObjects() bool
- func (o *FrontendConfigurationScanBlocklist) HasQuery() bool
- func (o *FrontendConfigurationScanBlocklist) HasRoutes() bool
- func (o *FrontendConfigurationScanBlocklist) HasSubscription() bool
- func (o FrontendConfigurationScanBlocklist) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationScanBlocklist) SetMutation(v []string)
- func (o *FrontendConfigurationScanBlocklist) SetObjects(v []string)
- func (o *FrontendConfigurationScanBlocklist) SetQuery(v []string)
- func (o *FrontendConfigurationScanBlocklist) SetRoutes(v []FrontendConfigurationScanBlocklistRoutesInner)
- func (o *FrontendConfigurationScanBlocklist) SetSubscription(v []string)
- func (o FrontendConfigurationScanBlocklist) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationScanBlocklist) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationScanBlocklistRoutesInner
- func (o *FrontendConfigurationScanBlocklistRoutesInner) GetMethod() string
- func (o *FrontendConfigurationScanBlocklistRoutesInner) GetMethodOk() (*string, bool)
- func (o *FrontendConfigurationScanBlocklistRoutesInner) GetPath() string
- func (o *FrontendConfigurationScanBlocklistRoutesInner) GetPathOk() (*string, bool)
- func (o *FrontendConfigurationScanBlocklistRoutesInner) HasMethod() bool
- func (o *FrontendConfigurationScanBlocklistRoutesInner) HasPath() bool
- func (o FrontendConfigurationScanBlocklistRoutesInner) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationScanBlocklistRoutesInner) SetMethod(v string)
- func (o *FrontendConfigurationScanBlocklistRoutesInner) SetPath(v string)
- func (o FrontendConfigurationScanBlocklistRoutesInner) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationScanBlocklistRoutesInner) UnmarshalJSON(data []byte) (err error)
- type FrontendConfigurationScanScalarsValue
- func (o *FrontendConfigurationScanScalarsValue) GetDescription() string
- func (o *FrontendConfigurationScanScalarsValue) GetDescriptionOk() (*string, bool)
- func (o *FrontendConfigurationScanScalarsValue) GetEntropy() float32
- func (o *FrontendConfigurationScanScalarsValue) GetEntropyOk() (*float32, bool)
- func (o *FrontendConfigurationScanScalarsValue) GetExamples() []string
- func (o *FrontendConfigurationScanScalarsValue) GetExamplesOk() ([]string, bool)
- func (o *FrontendConfigurationScanScalarsValue) GetIgnoredNames() []string
- func (o *FrontendConfigurationScanScalarsValue) GetIgnoredNamesOk() ([]string, bool)
- func (o *FrontendConfigurationScanScalarsValue) GetIgnoredPatterns() []string
- func (o *FrontendConfigurationScanScalarsValue) GetIgnoredPatternsOk() ([]string, bool)
- func (o *FrontendConfigurationScanScalarsValue) GetIsSourceable() bool
- func (o *FrontendConfigurationScanScalarsValue) GetIsSourceableOk() (*bool, bool)
- func (o *FrontendConfigurationScanScalarsValue) GetNames() []string
- func (o *FrontendConfigurationScanScalarsValue) GetNamesOk() ([]string, bool)
- func (o *FrontendConfigurationScanScalarsValue) GetParents() []EnumA8e620669cc60d45b9f04eb14bdfef5d
- func (o *FrontendConfigurationScanScalarsValue) GetParentsOk() ([]EnumA8e620669cc60d45b9f04eb14bdfef5d, bool)
- func (o *FrontendConfigurationScanScalarsValue) GetPatterns() []string
- func (o *FrontendConfigurationScanScalarsValue) GetPatternsOk() ([]string, bool)
- func (o *FrontendConfigurationScanScalarsValue) GetRaiseOnCommit() bool
- func (o *FrontendConfigurationScanScalarsValue) GetRaiseOnCommitOk() (*bool, bool)
- func (o *FrontendConfigurationScanScalarsValue) GetRaiseOnExposure() bool
- func (o *FrontendConfigurationScanScalarsValue) GetRaiseOnExposureOk() (*bool, bool)
- func (o *FrontendConfigurationScanScalarsValue) GetRaiseThreshold() float32
- func (o *FrontendConfigurationScanScalarsValue) GetRaiseThresholdOk() (*float32, bool)
- func (o *FrontendConfigurationScanScalarsValue) GetSensitivity() EnumC9df31378b5ab99a9fcb2d159ba1f602
- func (o *FrontendConfigurationScanScalarsValue) GetSensitivityOk() (*EnumC9df31378b5ab99a9fcb2d159ba1f602, bool)
- func (o *FrontendConfigurationScanScalarsValue) GetStrategy() EnumBafa7e8598be648bd1bf40163099110a
- func (o *FrontendConfigurationScanScalarsValue) GetStrategyOk() (*EnumBafa7e8598be648bd1bf40163099110a, bool)
- func (o *FrontendConfigurationScanScalarsValue) HasEntropy() bool
- func (o *FrontendConfigurationScanScalarsValue) HasExamples() bool
- func (o *FrontendConfigurationScanScalarsValue) HasIgnoredNames() bool
- func (o *FrontendConfigurationScanScalarsValue) HasIgnoredPatterns() bool
- func (o *FrontendConfigurationScanScalarsValue) HasIsSourceable() bool
- func (o *FrontendConfigurationScanScalarsValue) HasNames() bool
- func (o *FrontendConfigurationScanScalarsValue) HasParents() bool
- func (o *FrontendConfigurationScanScalarsValue) HasPatterns() bool
- func (o *FrontendConfigurationScanScalarsValue) HasRaiseOnCommit() bool
- func (o *FrontendConfigurationScanScalarsValue) HasRaiseOnExposure() bool
- func (o *FrontendConfigurationScanScalarsValue) HasRaiseThreshold() bool
- func (o *FrontendConfigurationScanScalarsValue) HasSensitivity() bool
- func (o *FrontendConfigurationScanScalarsValue) HasStrategy() bool
- func (o FrontendConfigurationScanScalarsValue) MarshalJSON() ([]byte, error)
- func (o *FrontendConfigurationScanScalarsValue) SetDescription(v string)
- func (o *FrontendConfigurationScanScalarsValue) SetEntropy(v float32)
- func (o *FrontendConfigurationScanScalarsValue) SetExamples(v []string)
- func (o *FrontendConfigurationScanScalarsValue) SetIgnoredNames(v []string)
- func (o *FrontendConfigurationScanScalarsValue) SetIgnoredPatterns(v []string)
- func (o *FrontendConfigurationScanScalarsValue) SetIsSourceable(v bool)
- func (o *FrontendConfigurationScanScalarsValue) SetNames(v []string)
- func (o *FrontendConfigurationScanScalarsValue) SetParents(v []EnumA8e620669cc60d45b9f04eb14bdfef5d)
- func (o *FrontendConfigurationScanScalarsValue) SetPatterns(v []string)
- func (o *FrontendConfigurationScanScalarsValue) SetRaiseOnCommit(v bool)
- func (o *FrontendConfigurationScanScalarsValue) SetRaiseOnExposure(v bool)
- func (o *FrontendConfigurationScanScalarsValue) SetRaiseThreshold(v float32)
- func (o *FrontendConfigurationScanScalarsValue) SetSensitivity(v EnumC9df31378b5ab99a9fcb2d159ba1f602)
- func (o *FrontendConfigurationScanScalarsValue) SetStrategy(v EnumBafa7e8598be648bd1bf40163099110a)
- func (o FrontendConfigurationScanScalarsValue) ToMap() (map[string]interface{}, error)
- func (o *FrontendConfigurationScanScalarsValue) UnmarshalJSON(data []byte) (err error)
- type GenericOpenAPIError
- type GetApplication200Response
- func (o *GetApplication200Response) GetAutogeneratedFromInventory() bool
- func (o *GetApplication200Response) GetAutogeneratedFromInventoryOk() (*bool, bool)
- func (o *GetApplication200Response) GetConfiguration() FrontendConfiguration
- func (o *GetApplication200Response) GetConfigurationOk() (*FrontendConfiguration, bool)
- func (o *GetApplication200Response) GetCreatedAt() time.Time
- func (o *GetApplication200Response) GetCreatedAtOk() (*time.Time, bool)
- func (o *GetApplication200Response) GetCron() string
- func (o *GetApplication200Response) GetCronOk() (*string, bool)
- func (o *GetApplication200Response) GetHasCI() bool
- func (o *GetApplication200Response) GetHasCIOk() (*bool, bool)
- func (o *GetApplication200Response) GetId() string
- func (o *GetApplication200Response) GetIdOk() (*string, bool)
- func (o *GetApplication200Response) GetName() string
- func (o *GetApplication200Response) GetNameOk() (*string, bool)
- func (o *GetApplication200Response) GetSchema() GraphQLSchema
- func (o *GetApplication200Response) GetSchemaOk() (*GraphQLSchema, bool)
- func (o *GetApplication200Response) GetType() EnumA59e4e0f7039345a12220706339ba411
- func (o *GetApplication200Response) GetTypeOk() (*EnumA59e4e0f7039345a12220706339ba411, bool)
- func (o *GetApplication200Response) HasSchema() bool
- func (o GetApplication200Response) MarshalJSON() ([]byte, error)
- func (o *GetApplication200Response) SetAutogeneratedFromInventory(v bool)
- func (o *GetApplication200Response) SetConfiguration(v FrontendConfiguration)
- func (o *GetApplication200Response) SetCreatedAt(v time.Time)
- func (o *GetApplication200Response) SetCron(v string)
- func (o *GetApplication200Response) SetHasCI(v bool)
- func (o *GetApplication200Response) SetId(v string)
- func (o *GetApplication200Response) SetName(v string)
- func (o *GetApplication200Response) SetSchema(v GraphQLSchema)
- func (o *GetApplication200Response) SetType(v EnumA59e4e0f7039345a12220706339ba411)
- func (o GetApplication200Response) ToMap() (map[string]interface{}, error)
- func (o *GetApplication200Response) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200Response
- func (o *GetIntegration200Response) GetData() GetIntegration200ResponseData
- func (o *GetIntegration200Response) GetDataOk() (*GetIntegration200ResponseData, bool)
- func (o *GetIntegration200Response) GetId() string
- func (o *GetIntegration200Response) GetIdOk() (*string, bool)
- func (o *GetIntegration200Response) GetLocationId() string
- func (o *GetIntegration200Response) GetLocationIdOk() (*string, bool)
- func (o *GetIntegration200Response) GetName() string
- func (o *GetIntegration200Response) GetNameOk() (*string, bool)
- func (o *GetIntegration200Response) HasId() bool
- func (o *GetIntegration200Response) HasLocationId() bool
- func (o *GetIntegration200Response) HasName() bool
- func (o GetIntegration200Response) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200Response) SetData(v GetIntegration200ResponseData)
- func (o *GetIntegration200Response) SetId(v string)
- func (o *GetIntegration200Response) SetLocationId(v string)
- func (o *GetIntegration200Response) SetName(v string)
- func (o GetIntegration200Response) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200Response) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseData
- func GetIntegration200ResponseDataOneOf10AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf10) GetIntegration200ResponseData
- func GetIntegration200ResponseDataOneOf11AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf11) GetIntegration200ResponseData
- func GetIntegration200ResponseDataOneOf12AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf12) GetIntegration200ResponseData
- func GetIntegration200ResponseDataOneOf13AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf13) GetIntegration200ResponseData
- func GetIntegration200ResponseDataOneOf14AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf14) GetIntegration200ResponseData
- func GetIntegration200ResponseDataOneOf15AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf15) GetIntegration200ResponseData
- func GetIntegration200ResponseDataOneOf16AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf16) GetIntegration200ResponseData
- func GetIntegration200ResponseDataOneOf17AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf17) GetIntegration200ResponseData
- func GetIntegration200ResponseDataOneOf18AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf18) GetIntegration200ResponseData
- func GetIntegration200ResponseDataOneOf19AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf19) GetIntegration200ResponseData
- func GetIntegration200ResponseDataOneOf1AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf1) GetIntegration200ResponseData
- func GetIntegration200ResponseDataOneOf20AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf20) GetIntegration200ResponseData
- func GetIntegration200ResponseDataOneOf2AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf2) GetIntegration200ResponseData
- func GetIntegration200ResponseDataOneOf3AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf3) GetIntegration200ResponseData
- func GetIntegration200ResponseDataOneOf4AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf4) GetIntegration200ResponseData
- func GetIntegration200ResponseDataOneOf5AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf5) GetIntegration200ResponseData
- func GetIntegration200ResponseDataOneOf6AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf6) GetIntegration200ResponseData
- func GetIntegration200ResponseDataOneOf7AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf7) GetIntegration200ResponseData
- func GetIntegration200ResponseDataOneOf8AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf8) GetIntegration200ResponseData
- func GetIntegration200ResponseDataOneOf9AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf9) GetIntegration200ResponseData
- func GetIntegration200ResponseDataOneOfAsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf) GetIntegration200ResponseData
- type GetIntegration200ResponseDataOneOf
- func (o *GetIntegration200ResponseDataOneOf) GetKind() EnumAKAMAI
- func (o *GetIntegration200ResponseDataOneOf) GetKindOk() (*EnumAKAMAI, bool)
- func (o *GetIntegration200ResponseDataOneOf) GetParameters() GetIntegration200ResponseDataOneOfParameters
- func (o *GetIntegration200ResponseDataOneOf) GetParametersOk() (*GetIntegration200ResponseDataOneOfParameters, bool)
- func (o GetIntegration200ResponseDataOneOf) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf) SetKind(v EnumAKAMAI)
- func (o *GetIntegration200ResponseDataOneOf) SetParameters(v GetIntegration200ResponseDataOneOfParameters)
- func (o GetIntegration200ResponseDataOneOf) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf1
- func (o *GetIntegration200ResponseDataOneOf1) GetKind() EnumAPIGEE
- func (o *GetIntegration200ResponseDataOneOf1) GetKindOk() (*EnumAPIGEE, bool)
- func (o *GetIntegration200ResponseDataOneOf1) GetParameters() GetIntegration200ResponseDataOneOf1Parameters
- func (o *GetIntegration200ResponseDataOneOf1) GetParametersOk() (*GetIntegration200ResponseDataOneOf1Parameters, bool)
- func (o GetIntegration200ResponseDataOneOf1) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf1) SetKind(v EnumAPIGEE)
- func (o *GetIntegration200ResponseDataOneOf1) SetParameters(v GetIntegration200ResponseDataOneOf1Parameters)
- func (o GetIntegration200ResponseDataOneOf1) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf1) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf10
- func (o *GetIntegration200ResponseDataOneOf10) GetKind() EnumGITHUBAPIKEY
- func (o *GetIntegration200ResponseDataOneOf10) GetKindOk() (*EnumGITHUBAPIKEY, bool)
- func (o *GetIntegration200ResponseDataOneOf10) GetParameters() GetIntegration200ResponseDataOneOf6Parameters
- func (o *GetIntegration200ResponseDataOneOf10) GetParametersOk() (*GetIntegration200ResponseDataOneOf6Parameters, bool)
- func (o GetIntegration200ResponseDataOneOf10) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf10) SetKind(v EnumGITHUBAPIKEY)
- func (o *GetIntegration200ResponseDataOneOf10) SetParameters(v GetIntegration200ResponseDataOneOf6Parameters)
- func (o GetIntegration200ResponseDataOneOf10) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf10) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf11
- func (o *GetIntegration200ResponseDataOneOf11) GetKind() EnumGITLABAPIKEY
- func (o *GetIntegration200ResponseDataOneOf11) GetKindOk() (*EnumGITLABAPIKEY, bool)
- func (o *GetIntegration200ResponseDataOneOf11) GetParameters() GetIntegration200ResponseDataOneOf11Parameters
- func (o *GetIntegration200ResponseDataOneOf11) GetParametersOk() (*GetIntegration200ResponseDataOneOf11Parameters, bool)
- func (o GetIntegration200ResponseDataOneOf11) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf11) SetKind(v EnumGITLABAPIKEY)
- func (o *GetIntegration200ResponseDataOneOf11) SetParameters(v GetIntegration200ResponseDataOneOf11Parameters)
- func (o GetIntegration200ResponseDataOneOf11) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf11) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf11Parameters
- func (o *GetIntegration200ResponseDataOneOf11Parameters) GetApiKey() string
- func (o *GetIntegration200ResponseDataOneOf11Parameters) GetApiKeyOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf11Parameters) GetInstanceUrl() string
- func (o *GetIntegration200ResponseDataOneOf11Parameters) GetInstanceUrlOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf11Parameters) HasInstanceUrl() bool
- func (o GetIntegration200ResponseDataOneOf11Parameters) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf11Parameters) SetApiKey(v string)
- func (o *GetIntegration200ResponseDataOneOf11Parameters) SetInstanceUrl(v string)
- func (o GetIntegration200ResponseDataOneOf11Parameters) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf11Parameters) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf12
- func (o *GetIntegration200ResponseDataOneOf12) GetKind() EnumJIRA
- func (o *GetIntegration200ResponseDataOneOf12) GetKindOk() (*EnumJIRA, bool)
- func (o *GetIntegration200ResponseDataOneOf12) GetParameters() GetIntegration200ResponseDataOneOf12Parameters
- func (o *GetIntegration200ResponseDataOneOf12) GetParametersOk() (*GetIntegration200ResponseDataOneOf12Parameters, bool)
- func (o GetIntegration200ResponseDataOneOf12) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf12) SetKind(v EnumJIRA)
- func (o *GetIntegration200ResponseDataOneOf12) SetParameters(v GetIntegration200ResponseDataOneOf12Parameters)
- func (o GetIntegration200ResponseDataOneOf12) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf12) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf12Parameters
- func (o *GetIntegration200ResponseDataOneOf12Parameters) GetAccountId() string
- func (o *GetIntegration200ResponseDataOneOf12Parameters) GetAccountIdOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf12Parameters) GetApiKey() string
- func (o *GetIntegration200ResponseDataOneOf12Parameters) GetApiKeyOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf12Parameters) GetEmail() string
- func (o *GetIntegration200ResponseDataOneOf12Parameters) GetEmailOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf12Parameters) GetInstanceUrl() string
- func (o *GetIntegration200ResponseDataOneOf12Parameters) GetInstanceUrlOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf12Parameters) GetName() string
- func (o *GetIntegration200ResponseDataOneOf12Parameters) GetNameOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf12Parameters) GetTemplates() []GetIntegration200ResponseDataOneOf12ParametersTemplatesInner
- func (o *GetIntegration200ResponseDataOneOf12Parameters) GetTemplatesOk() ([]GetIntegration200ResponseDataOneOf12ParametersTemplatesInner, bool)
- func (o *GetIntegration200ResponseDataOneOf12Parameters) HasTemplates() bool
- func (o GetIntegration200ResponseDataOneOf12Parameters) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf12Parameters) SetAccountId(v string)
- func (o *GetIntegration200ResponseDataOneOf12Parameters) SetApiKey(v string)
- func (o *GetIntegration200ResponseDataOneOf12Parameters) SetEmail(v string)
- func (o *GetIntegration200ResponseDataOneOf12Parameters) SetInstanceUrl(v string)
- func (o *GetIntegration200ResponseDataOneOf12Parameters) SetName(v string)
- func (o *GetIntegration200ResponseDataOneOf12Parameters) SetTemplates(v []GetIntegration200ResponseDataOneOf12ParametersTemplatesInner)
- func (o GetIntegration200ResponseDataOneOf12Parameters) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf12Parameters) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf12ParametersTemplatesInner
- func NewGetIntegration200ResponseDataOneOf12ParametersTemplatesInner(name string, projectId string, issueType string) *GetIntegration200ResponseDataOneOf12ParametersTemplatesInner
- func NewGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerWithDefaults() *GetIntegration200ResponseDataOneOf12ParametersTemplatesInner
- func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) GetIssueType() string
- func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) GetIssueTypeOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) GetName() string
- func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) GetNameOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) GetProjectId() string
- func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) GetProjectIdOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) GetPropertiesMapping() ...
- func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) GetPropertiesMappingOk() (...)
- func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) HasPropertiesMapping() bool
- func (o GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) SetIssueType(v string)
- func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) SetName(v string)
- func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) SetProjectId(v string)
- func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) SetPropertiesMapping(...)
- func (o GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner
- func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) GetMapping() ...
- func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) GetMappingOk() (...)
- func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) GetName() string
- func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) GetNameOk() (*string, bool)
- func (o GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) SetMapping(...)
- func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) SetName(v string)
- func (o GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner
- func NewGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner(escapeProperty Enum6b715a076de4c8a128eec128b79c270b, jiraProperty string) ...
- func NewGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInnerWithDefaults() ...
- func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) GetEscapeOption() string
- func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) GetEscapeOptionOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) GetEscapeProperty() Enum6b715a076de4c8a128eec128b79c270b
- func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) GetEscapePropertyOk() (*Enum6b715a076de4c8a128eec128b79c270b, bool)
- func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) GetJiraOption() string
- func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) GetJiraOptionOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) GetJiraProperty() string
- func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) GetJiraPropertyOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) HasEscapeOption() bool
- func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) HasJiraOption() bool
- func (o GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) SetEscapeOption(v string)
- func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) SetEscapeProperty(v Enum6b715a076de4c8a128eec128b79c270b)
- func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) SetJiraOption(v string)
- func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) SetJiraProperty(v string)
- func (o GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf13
- func (o *GetIntegration200ResponseDataOneOf13) GetKind() EnumKONGGATEWAY
- func (o *GetIntegration200ResponseDataOneOf13) GetKindOk() (*EnumKONGGATEWAY, bool)
- func (o *GetIntegration200ResponseDataOneOf13) GetParameters() GetIntegration200ResponseDataOneOf13Parameters
- func (o *GetIntegration200ResponseDataOneOf13) GetParametersOk() (*GetIntegration200ResponseDataOneOf13Parameters, bool)
- func (o GetIntegration200ResponseDataOneOf13) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf13) SetKind(v EnumKONGGATEWAY)
- func (o *GetIntegration200ResponseDataOneOf13) SetParameters(v GetIntegration200ResponseDataOneOf13Parameters)
- func (o GetIntegration200ResponseDataOneOf13) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf13) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf13Parameters
- func (o *GetIntegration200ResponseDataOneOf13Parameters) GetAdminApiUrl() string
- func (o *GetIntegration200ResponseDataOneOf13Parameters) GetAdminApiUrlOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf13Parameters) GetApiKey() string
- func (o *GetIntegration200ResponseDataOneOf13Parameters) GetApiKeyOk() (*string, bool)
- func (o GetIntegration200ResponseDataOneOf13Parameters) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf13Parameters) SetAdminApiUrl(v string)
- func (o *GetIntegration200ResponseDataOneOf13Parameters) SetApiKey(v string)
- func (o GetIntegration200ResponseDataOneOf13Parameters) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf13Parameters) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf14
- func (o *GetIntegration200ResponseDataOneOf14) GetKind() EnumKONGKONNECT
- func (o *GetIntegration200ResponseDataOneOf14) GetKindOk() (*EnumKONGKONNECT, bool)
- func (o *GetIntegration200ResponseDataOneOf14) GetParameters() GetIntegration200ResponseDataOneOf14Parameters
- func (o *GetIntegration200ResponseDataOneOf14) GetParametersOk() (*GetIntegration200ResponseDataOneOf14Parameters, bool)
- func (o GetIntegration200ResponseDataOneOf14) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf14) SetKind(v EnumKONGKONNECT)
- func (o *GetIntegration200ResponseDataOneOf14) SetParameters(v GetIntegration200ResponseDataOneOf14Parameters)
- func (o GetIntegration200ResponseDataOneOf14) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf14) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf14Parameters
- func (o *GetIntegration200ResponseDataOneOf14Parameters) GetRegion() Enum33e76a7bc4c97ff8dbfe29d1d45aaa56
- func (o *GetIntegration200ResponseDataOneOf14Parameters) GetRegionOk() (*Enum33e76a7bc4c97ff8dbfe29d1d45aaa56, bool)
- func (o *GetIntegration200ResponseDataOneOf14Parameters) GetSystemAccountToken() string
- func (o *GetIntegration200ResponseDataOneOf14Parameters) GetSystemAccountTokenOk() (*string, bool)
- func (o GetIntegration200ResponseDataOneOf14Parameters) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf14Parameters) SetRegion(v Enum33e76a7bc4c97ff8dbfe29d1d45aaa56)
- func (o *GetIntegration200ResponseDataOneOf14Parameters) SetSystemAccountToken(v string)
- func (o GetIntegration200ResponseDataOneOf14Parameters) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf14Parameters) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf15
- func (o *GetIntegration200ResponseDataOneOf15) GetKind() EnumKUBERNETES
- func (o *GetIntegration200ResponseDataOneOf15) GetKindOk() (*EnumKUBERNETES, bool)
- func (o *GetIntegration200ResponseDataOneOf15) GetParameters() GetIntegration200ResponseDataOneOf15Parameters
- func (o *GetIntegration200ResponseDataOneOf15) GetParametersOk() (*GetIntegration200ResponseDataOneOf15Parameters, bool)
- func (o GetIntegration200ResponseDataOneOf15) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf15) SetKind(v EnumKUBERNETES)
- func (o *GetIntegration200ResponseDataOneOf15) SetParameters(v GetIntegration200ResponseDataOneOf15Parameters)
- func (o GetIntegration200ResponseDataOneOf15) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf15) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf15Parameters
- func (o *GetIntegration200ResponseDataOneOf15Parameters) GetBlacklist() GetIntegration200ResponseDataOneOf15ParametersBlacklist
- func (o *GetIntegration200ResponseDataOneOf15Parameters) GetBlacklistOk() (*GetIntegration200ResponseDataOneOf15ParametersBlacklist, bool)
- func (o *GetIntegration200ResponseDataOneOf15Parameters) GetTags() GetIntegration200ResponseDataOneOf15ParametersTags
- func (o *GetIntegration200ResponseDataOneOf15Parameters) GetTagsOk() (*GetIntegration200ResponseDataOneOf15ParametersTags, bool)
- func (o *GetIntegration200ResponseDataOneOf15Parameters) HasBlacklist() bool
- func (o *GetIntegration200ResponseDataOneOf15Parameters) HasTags() bool
- func (o GetIntegration200ResponseDataOneOf15Parameters) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf15Parameters) SetBlacklist(v GetIntegration200ResponseDataOneOf15ParametersBlacklist)
- func (o *GetIntegration200ResponseDataOneOf15Parameters) SetTags(v GetIntegration200ResponseDataOneOf15ParametersTags)
- func (o GetIntegration200ResponseDataOneOf15Parameters) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf15Parameters) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf15ParametersBlacklist
- func (o *GetIntegration200ResponseDataOneOf15ParametersBlacklist) GetNamespaces() []string
- func (o *GetIntegration200ResponseDataOneOf15ParametersBlacklist) GetNamespacesOk() ([]string, bool)
- func (o *GetIntegration200ResponseDataOneOf15ParametersBlacklist) HasNamespaces() bool
- func (o GetIntegration200ResponseDataOneOf15ParametersBlacklist) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf15ParametersBlacklist) SetNamespaces(v []string)
- func (o GetIntegration200ResponseDataOneOf15ParametersBlacklist) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf15ParametersBlacklist) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf15ParametersTags
- func (o *GetIntegration200ResponseDataOneOf15ParametersTags) GetLabels() []string
- func (o *GetIntegration200ResponseDataOneOf15ParametersTags) GetLabelsOk() ([]string, bool)
- func (o *GetIntegration200ResponseDataOneOf15ParametersTags) GetNamespaces() bool
- func (o *GetIntegration200ResponseDataOneOf15ParametersTags) GetNamespacesOk() (*bool, bool)
- func (o *GetIntegration200ResponseDataOneOf15ParametersTags) HasLabels() bool
- func (o *GetIntegration200ResponseDataOneOf15ParametersTags) HasNamespaces() bool
- func (o GetIntegration200ResponseDataOneOf15ParametersTags) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf15ParametersTags) SetLabels(v []string)
- func (o *GetIntegration200ResponseDataOneOf15ParametersTags) SetNamespaces(v bool)
- func (o GetIntegration200ResponseDataOneOf15ParametersTags) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf15ParametersTags) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf16
- func (o *GetIntegration200ResponseDataOneOf16) GetKind() EnumPOSTMANAPIKEY
- func (o *GetIntegration200ResponseDataOneOf16) GetKindOk() (*EnumPOSTMANAPIKEY, bool)
- func (o *GetIntegration200ResponseDataOneOf16) GetParameters() GetIntegration200ResponseDataOneOf6Parameters
- func (o *GetIntegration200ResponseDataOneOf16) GetParametersOk() (*GetIntegration200ResponseDataOneOf6Parameters, bool)
- func (o GetIntegration200ResponseDataOneOf16) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf16) SetKind(v EnumPOSTMANAPIKEY)
- func (o *GetIntegration200ResponseDataOneOf16) SetParameters(v GetIntegration200ResponseDataOneOf6Parameters)
- func (o GetIntegration200ResponseDataOneOf16) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf16) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf17
- func (o *GetIntegration200ResponseDataOneOf17) GetKind() EnumSLACKWEBHOOK
- func (o *GetIntegration200ResponseDataOneOf17) GetKindOk() (*EnumSLACKWEBHOOK, bool)
- func (o *GetIntegration200ResponseDataOneOf17) GetParameters() map[string]interface{}
- func (o *GetIntegration200ResponseDataOneOf17) GetParametersOk() (map[string]interface{}, bool)
- func (o GetIntegration200ResponseDataOneOf17) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf17) SetKind(v EnumSLACKWEBHOOK)
- func (o *GetIntegration200ResponseDataOneOf17) SetParameters(v map[string]interface{})
- func (o GetIntegration200ResponseDataOneOf17) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf17) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf18
- func (o *GetIntegration200ResponseDataOneOf18) GetKind() EnumTEAMSWEBHOOK
- func (o *GetIntegration200ResponseDataOneOf18) GetKindOk() (*EnumTEAMSWEBHOOK, bool)
- func (o *GetIntegration200ResponseDataOneOf18) GetParameters() map[string]interface{}
- func (o *GetIntegration200ResponseDataOneOf18) GetParametersOk() (map[string]interface{}, bool)
- func (o GetIntegration200ResponseDataOneOf18) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf18) SetKind(v EnumTEAMSWEBHOOK)
- func (o *GetIntegration200ResponseDataOneOf18) SetParameters(v map[string]interface{})
- func (o GetIntegration200ResponseDataOneOf18) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf18) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf19
- func (o *GetIntegration200ResponseDataOneOf19) GetKind() EnumWEBHOOK
- func (o *GetIntegration200ResponseDataOneOf19) GetKindOk() (*EnumWEBHOOK, bool)
- func (o *GetIntegration200ResponseDataOneOf19) GetParameters() map[string]interface{}
- func (o *GetIntegration200ResponseDataOneOf19) GetParametersOk() (map[string]interface{}, bool)
- func (o GetIntegration200ResponseDataOneOf19) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf19) SetKind(v EnumWEBHOOK)
- func (o *GetIntegration200ResponseDataOneOf19) SetParameters(v map[string]interface{})
- func (o GetIntegration200ResponseDataOneOf19) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf19) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf1Parameters
- func (o *GetIntegration200ResponseDataOneOf1Parameters) GetAuthProviderX509CertUrl() string
- func (o *GetIntegration200ResponseDataOneOf1Parameters) GetAuthProviderX509CertUrlOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf1Parameters) GetAuthUri() string
- func (o *GetIntegration200ResponseDataOneOf1Parameters) GetAuthUriOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf1Parameters) GetClientEmail() string
- func (o *GetIntegration200ResponseDataOneOf1Parameters) GetClientEmailOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf1Parameters) GetClientId() string
- func (o *GetIntegration200ResponseDataOneOf1Parameters) GetClientIdOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf1Parameters) GetClientX509CertUrl() string
- func (o *GetIntegration200ResponseDataOneOf1Parameters) GetClientX509CertUrlOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf1Parameters) GetPrivateKey() string
- func (o *GetIntegration200ResponseDataOneOf1Parameters) GetPrivateKeyId() string
- func (o *GetIntegration200ResponseDataOneOf1Parameters) GetPrivateKeyIdOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf1Parameters) GetPrivateKeyOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf1Parameters) GetProjectId() string
- func (o *GetIntegration200ResponseDataOneOf1Parameters) GetProjectIdOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf1Parameters) GetTokenUri() string
- func (o *GetIntegration200ResponseDataOneOf1Parameters) GetTokenUriOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf1Parameters) GetType() string
- func (o *GetIntegration200ResponseDataOneOf1Parameters) GetTypeOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf1Parameters) GetUniverseDomain() string
- func (o *GetIntegration200ResponseDataOneOf1Parameters) GetUniverseDomainOk() (*string, bool)
- func (o GetIntegration200ResponseDataOneOf1Parameters) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf1Parameters) SetAuthProviderX509CertUrl(v string)
- func (o *GetIntegration200ResponseDataOneOf1Parameters) SetAuthUri(v string)
- func (o *GetIntegration200ResponseDataOneOf1Parameters) SetClientEmail(v string)
- func (o *GetIntegration200ResponseDataOneOf1Parameters) SetClientId(v string)
- func (o *GetIntegration200ResponseDataOneOf1Parameters) SetClientX509CertUrl(v string)
- func (o *GetIntegration200ResponseDataOneOf1Parameters) SetPrivateKey(v string)
- func (o *GetIntegration200ResponseDataOneOf1Parameters) SetPrivateKeyId(v string)
- func (o *GetIntegration200ResponseDataOneOf1Parameters) SetProjectId(v string)
- func (o *GetIntegration200ResponseDataOneOf1Parameters) SetTokenUri(v string)
- func (o *GetIntegration200ResponseDataOneOf1Parameters) SetType(v string)
- func (o *GetIntegration200ResponseDataOneOf1Parameters) SetUniverseDomain(v string)
- func (o GetIntegration200ResponseDataOneOf1Parameters) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf1Parameters) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf2
- func (o *GetIntegration200ResponseDataOneOf2) GetKind() EnumAWS
- func (o *GetIntegration200ResponseDataOneOf2) GetKindOk() (*EnumAWS, bool)
- func (o *GetIntegration200ResponseDataOneOf2) GetParameters() GetIntegration200ResponseDataOneOf2Parameters
- func (o *GetIntegration200ResponseDataOneOf2) GetParametersOk() (*GetIntegration200ResponseDataOneOf2Parameters, bool)
- func (o GetIntegration200ResponseDataOneOf2) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf2) SetKind(v EnumAWS)
- func (o *GetIntegration200ResponseDataOneOf2) SetParameters(v GetIntegration200ResponseDataOneOf2Parameters)
- func (o GetIntegration200ResponseDataOneOf2) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf2) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf20
- func (o *GetIntegration200ResponseDataOneOf20) GetKind() EnumWIZ
- func (o *GetIntegration200ResponseDataOneOf20) GetKindOk() (*EnumWIZ, bool)
- func (o *GetIntegration200ResponseDataOneOf20) GetParameters() GetIntegration200ResponseDataOneOf20Parameters
- func (o *GetIntegration200ResponseDataOneOf20) GetParametersOk() (*GetIntegration200ResponseDataOneOf20Parameters, bool)
- func (o GetIntegration200ResponseDataOneOf20) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf20) SetKind(v EnumWIZ)
- func (o *GetIntegration200ResponseDataOneOf20) SetParameters(v GetIntegration200ResponseDataOneOf20Parameters)
- func (o GetIntegration200ResponseDataOneOf20) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf20) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf20Parameters
- func (o *GetIntegration200ResponseDataOneOf20Parameters) GetApiEndpoint() string
- func (o *GetIntegration200ResponseDataOneOf20Parameters) GetApiEndpointOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf20Parameters) GetClientId() string
- func (o *GetIntegration200ResponseDataOneOf20Parameters) GetClientIdOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf20Parameters) GetClientSecret() string
- func (o *GetIntegration200ResponseDataOneOf20Parameters) GetClientSecretOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf20Parameters) GetTokenUri() string
- func (o *GetIntegration200ResponseDataOneOf20Parameters) GetTokenUriOk() (*string, bool)
- func (o GetIntegration200ResponseDataOneOf20Parameters) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf20Parameters) SetApiEndpoint(v string)
- func (o *GetIntegration200ResponseDataOneOf20Parameters) SetClientId(v string)
- func (o *GetIntegration200ResponseDataOneOf20Parameters) SetClientSecret(v string)
- func (o *GetIntegration200ResponseDataOneOf20Parameters) SetTokenUri(v string)
- func (o GetIntegration200ResponseDataOneOf20Parameters) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf20Parameters) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf2Parameters
- func (o *GetIntegration200ResponseDataOneOf2Parameters) GetPrivKey() string
- func (o *GetIntegration200ResponseDataOneOf2Parameters) GetPrivKeyOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf2Parameters) GetPubKey() string
- func (o *GetIntegration200ResponseDataOneOf2Parameters) GetPubKeyOk() (*string, bool)
- func (o GetIntegration200ResponseDataOneOf2Parameters) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf2Parameters) SetPrivKey(v string)
- func (o *GetIntegration200ResponseDataOneOf2Parameters) SetPubKey(v string)
- func (o GetIntegration200ResponseDataOneOf2Parameters) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf2Parameters) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf3
- func (o *GetIntegration200ResponseDataOneOf3) GetKind() EnumAZURE
- func (o *GetIntegration200ResponseDataOneOf3) GetKindOk() (*EnumAZURE, bool)
- func (o *GetIntegration200ResponseDataOneOf3) GetParameters() GetIntegration200ResponseDataOneOf3Parameters
- func (o *GetIntegration200ResponseDataOneOf3) GetParametersOk() (*GetIntegration200ResponseDataOneOf3Parameters, bool)
- func (o GetIntegration200ResponseDataOneOf3) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf3) SetKind(v EnumAZURE)
- func (o *GetIntegration200ResponseDataOneOf3) SetParameters(v GetIntegration200ResponseDataOneOf3Parameters)
- func (o GetIntegration200ResponseDataOneOf3) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf3) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf3Parameters
- func (o *GetIntegration200ResponseDataOneOf3Parameters) GetClientId() string
- func (o *GetIntegration200ResponseDataOneOf3Parameters) GetClientIdOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf3Parameters) GetClientSecret() string
- func (o *GetIntegration200ResponseDataOneOf3Parameters) GetClientSecretOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf3Parameters) GetSubscriptionId() string
- func (o *GetIntegration200ResponseDataOneOf3Parameters) GetSubscriptionIdOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf3Parameters) GetTenantId() string
- func (o *GetIntegration200ResponseDataOneOf3Parameters) GetTenantIdOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf3Parameters) HasSubscriptionId() bool
- func (o GetIntegration200ResponseDataOneOf3Parameters) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf3Parameters) SetClientId(v string)
- func (o *GetIntegration200ResponseDataOneOf3Parameters) SetClientSecret(v string)
- func (o *GetIntegration200ResponseDataOneOf3Parameters) SetSubscriptionId(v string)
- func (o *GetIntegration200ResponseDataOneOf3Parameters) SetTenantId(v string)
- func (o GetIntegration200ResponseDataOneOf3Parameters) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf3Parameters) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf4
- func (o *GetIntegration200ResponseDataOneOf4) GetKind() EnumAZUREDEVOPS
- func (o *GetIntegration200ResponseDataOneOf4) GetKindOk() (*EnumAZUREDEVOPS, bool)
- func (o *GetIntegration200ResponseDataOneOf4) GetParameters() GetIntegration200ResponseDataOneOf4Parameters
- func (o *GetIntegration200ResponseDataOneOf4) GetParametersOk() (*GetIntegration200ResponseDataOneOf4Parameters, bool)
- func (o GetIntegration200ResponseDataOneOf4) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf4) SetKind(v EnumAZUREDEVOPS)
- func (o *GetIntegration200ResponseDataOneOf4) SetParameters(v GetIntegration200ResponseDataOneOf4Parameters)
- func (o GetIntegration200ResponseDataOneOf4) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf4) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf4Parameters
- func (o *GetIntegration200ResponseDataOneOf4Parameters) GetApiKey() string
- func (o *GetIntegration200ResponseDataOneOf4Parameters) GetApiKeyOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf4Parameters) GetInstanceUrl() string
- func (o *GetIntegration200ResponseDataOneOf4Parameters) GetInstanceUrlOk() (*string, bool)
- func (o GetIntegration200ResponseDataOneOf4Parameters) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf4Parameters) SetApiKey(v string)
- func (o *GetIntegration200ResponseDataOneOf4Parameters) SetInstanceUrl(v string)
- func (o GetIntegration200ResponseDataOneOf4Parameters) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf4Parameters) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf5
- func (o *GetIntegration200ResponseDataOneOf5) GetKind() EnumBITBUCKETREPO
- func (o *GetIntegration200ResponseDataOneOf5) GetKindOk() (*EnumBITBUCKETREPO, bool)
- func (o *GetIntegration200ResponseDataOneOf5) GetParameters() GetIntegration200ResponseDataOneOf5Parameters
- func (o *GetIntegration200ResponseDataOneOf5) GetParametersOk() (*GetIntegration200ResponseDataOneOf5Parameters, bool)
- func (o GetIntegration200ResponseDataOneOf5) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf5) SetKind(v EnumBITBUCKETREPO)
- func (o *GetIntegration200ResponseDataOneOf5) SetParameters(v GetIntegration200ResponseDataOneOf5Parameters)
- func (o GetIntegration200ResponseDataOneOf5) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf5) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf5Parameters
- func (o *GetIntegration200ResponseDataOneOf5Parameters) GetApiKey() string
- func (o *GetIntegration200ResponseDataOneOf5Parameters) GetApiKeyOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf5Parameters) GetInstanceUrl() string
- func (o *GetIntegration200ResponseDataOneOf5Parameters) GetInstanceUrlOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf5Parameters) GetRepositoryName() string
- func (o *GetIntegration200ResponseDataOneOf5Parameters) GetRepositoryNameOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf5Parameters) GetUsername() string
- func (o *GetIntegration200ResponseDataOneOf5Parameters) GetUsernameOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf5Parameters) GetWorkspaceName() string
- func (o *GetIntegration200ResponseDataOneOf5Parameters) GetWorkspaceNameOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOf5Parameters) HasInstanceUrl() bool
- func (o *GetIntegration200ResponseDataOneOf5Parameters) HasUsername() bool
- func (o GetIntegration200ResponseDataOneOf5Parameters) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf5Parameters) SetApiKey(v string)
- func (o *GetIntegration200ResponseDataOneOf5Parameters) SetInstanceUrl(v string)
- func (o *GetIntegration200ResponseDataOneOf5Parameters) SetRepositoryName(v string)
- func (o *GetIntegration200ResponseDataOneOf5Parameters) SetUsername(v string)
- func (o *GetIntegration200ResponseDataOneOf5Parameters) SetWorkspaceName(v string)
- func (o GetIntegration200ResponseDataOneOf5Parameters) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf5Parameters) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf6
- func (o *GetIntegration200ResponseDataOneOf6) GetKind() EnumCLOUDFLARE
- func (o *GetIntegration200ResponseDataOneOf6) GetKindOk() (*EnumCLOUDFLARE, bool)
- func (o *GetIntegration200ResponseDataOneOf6) GetParameters() GetIntegration200ResponseDataOneOf6Parameters
- func (o *GetIntegration200ResponseDataOneOf6) GetParametersOk() (*GetIntegration200ResponseDataOneOf6Parameters, bool)
- func (o GetIntegration200ResponseDataOneOf6) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf6) SetKind(v EnumCLOUDFLARE)
- func (o *GetIntegration200ResponseDataOneOf6) SetParameters(v GetIntegration200ResponseDataOneOf6Parameters)
- func (o GetIntegration200ResponseDataOneOf6) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf6) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf6Parameters
- func (o *GetIntegration200ResponseDataOneOf6Parameters) GetApiKey() string
- func (o *GetIntegration200ResponseDataOneOf6Parameters) GetApiKeyOk() (*string, bool)
- func (o GetIntegration200ResponseDataOneOf6Parameters) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf6Parameters) SetApiKey(v string)
- func (o GetIntegration200ResponseDataOneOf6Parameters) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf6Parameters) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf7
- func (o *GetIntegration200ResponseDataOneOf7) GetKind() EnumDISCORDWEBHOOK
- func (o *GetIntegration200ResponseDataOneOf7) GetKindOk() (*EnumDISCORDWEBHOOK, bool)
- func (o *GetIntegration200ResponseDataOneOf7) GetParameters() map[string]interface{}
- func (o *GetIntegration200ResponseDataOneOf7) GetParametersOk() (map[string]interface{}, bool)
- func (o GetIntegration200ResponseDataOneOf7) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf7) SetKind(v EnumDISCORDWEBHOOK)
- func (o *GetIntegration200ResponseDataOneOf7) SetParameters(v map[string]interface{})
- func (o GetIntegration200ResponseDataOneOf7) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf7) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf8
- func (o *GetIntegration200ResponseDataOneOf8) GetKind() EnumEMAIL
- func (o *GetIntegration200ResponseDataOneOf8) GetKindOk() (*EnumEMAIL, bool)
- func (o *GetIntegration200ResponseDataOneOf8) GetParameters() map[string]interface{}
- func (o *GetIntegration200ResponseDataOneOf8) GetParametersOk() (map[string]interface{}, bool)
- func (o GetIntegration200ResponseDataOneOf8) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf8) SetKind(v EnumEMAIL)
- func (o *GetIntegration200ResponseDataOneOf8) SetParameters(v map[string]interface{})
- func (o GetIntegration200ResponseDataOneOf8) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf8) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOf9
- func (o *GetIntegration200ResponseDataOneOf9) GetKind() EnumGCP
- func (o *GetIntegration200ResponseDataOneOf9) GetKindOk() (*EnumGCP, bool)
- func (o *GetIntegration200ResponseDataOneOf9) GetParameters() GetIntegration200ResponseDataOneOf1Parameters
- func (o *GetIntegration200ResponseDataOneOf9) GetParametersOk() (*GetIntegration200ResponseDataOneOf1Parameters, bool)
- func (o GetIntegration200ResponseDataOneOf9) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOf9) SetKind(v EnumGCP)
- func (o *GetIntegration200ResponseDataOneOf9) SetParameters(v GetIntegration200ResponseDataOneOf1Parameters)
- func (o GetIntegration200ResponseDataOneOf9) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOf9) UnmarshalJSON(data []byte) (err error)
- type GetIntegration200ResponseDataOneOfParameters
- func (o *GetIntegration200ResponseDataOneOfParameters) GetAccessToken() string
- func (o *GetIntegration200ResponseDataOneOfParameters) GetAccessTokenOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOfParameters) GetClientSecret() string
- func (o *GetIntegration200ResponseDataOneOfParameters) GetClientSecretOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOfParameters) GetClientToken() string
- func (o *GetIntegration200ResponseDataOneOfParameters) GetClientTokenOk() (*string, bool)
- func (o *GetIntegration200ResponseDataOneOfParameters) GetHost() string
- func (o *GetIntegration200ResponseDataOneOfParameters) GetHostOk() (*string, bool)
- func (o GetIntegration200ResponseDataOneOfParameters) MarshalJSON() ([]byte, error)
- func (o *GetIntegration200ResponseDataOneOfParameters) SetAccessToken(v string)
- func (o *GetIntegration200ResponseDataOneOfParameters) SetClientSecret(v string)
- func (o *GetIntegration200ResponseDataOneOfParameters) SetClientToken(v string)
- func (o *GetIntegration200ResponseDataOneOfParameters) SetHost(v string)
- func (o GetIntegration200ResponseDataOneOfParameters) ToMap() (map[string]interface{}, error)
- func (o *GetIntegration200ResponseDataOneOfParameters) UnmarshalJSON(data []byte) (err error)
- type GetLocation404Response
- func (o *GetLocation404Response) GetMessage() EnumNOTFOUND
- func (o *GetLocation404Response) GetMessageOk() (*EnumNOTFOUND, bool)
- func (o GetLocation404Response) MarshalJSON() ([]byte, error)
- func (o *GetLocation404Response) SetMessage(v EnumNOTFOUND)
- func (o GetLocation404Response) ToMap() (map[string]interface{}, error)
- func (o *GetLocation404Response) UnmarshalJSON(data []byte) (err error)
- type GetScanExchangesArchive200Response
- func (o *GetScanExchangesArchive200Response) GetArchive() string
- func (o *GetScanExchangesArchive200Response) GetArchiveOk() (*string, bool)
- func (o GetScanExchangesArchive200Response) MarshalJSON() ([]byte, error)
- func (o *GetScanExchangesArchive200Response) SetArchive(v string)
- func (o GetScanExchangesArchive200Response) ToMap() (map[string]interface{}, error)
- func (o *GetScanExchangesArchive200Response) UnmarshalJSON(data []byte) (err error)
- type GraphQL
- func (o *GraphQL) GetConfiguration() FrontendConfiguration
- func (o *GraphQL) GetConfigurationOk() (*FrontendConfiguration, bool)
- func (o *GraphQL) GetCron() string
- func (o *GraphQL) GetCronOk() (*string, bool)
- func (o *GraphQL) GetLocationId() string
- func (o *GraphQL) GetLocationIdOk() (*string, bool)
- func (o *GraphQL) GetName() string
- func (o *GraphQL) GetNameOk() (*string, bool)
- func (o *GraphQL) GetSchema() GraphQLSchema
- func (o *GraphQL) GetSchemaOk() (*GraphQLSchema, bool)
- func (o *GraphQL) GetType() EnumGRAPHQL
- func (o *GraphQL) GetTypeOk() (*EnumGRAPHQL, bool)
- func (o *GraphQL) GetUrl() string
- func (o *GraphQL) GetUrlOk() (*string, bool)
- func (o *GraphQL) HasConfiguration() bool
- func (o *GraphQL) HasCron() bool
- func (o *GraphQL) HasLocationId() bool
- func (o GraphQL) MarshalJSON() ([]byte, error)
- func (o *GraphQL) SetConfiguration(v FrontendConfiguration)
- func (o *GraphQL) SetCron(v string)
- func (o *GraphQL) SetLocationId(v string)
- func (o *GraphQL) SetName(v string)
- func (o *GraphQL) SetSchema(v GraphQLSchema)
- func (o *GraphQL) SetType(v EnumGRAPHQL)
- func (o *GraphQL) SetUrl(v string)
- func (o GraphQL) ToMap() (map[string]interface{}, error)
- func (o *GraphQL) UnmarshalJSON(data []byte) (err error)
- type GraphQLSchema
- func (o *GraphQLSchema) GetBlobId() string
- func (o *GraphQLSchema) GetBlobIdOk() (*string, bool)
- func (o *GraphQLSchema) GetUrl() string
- func (o *GraphQLSchema) GetUrlOk() (*string, bool)
- func (o *GraphQLSchema) HasUrl() bool
- func (o GraphQLSchema) MarshalJSON() ([]byte, error)
- func (o *GraphQLSchema) SetBlobId(v string)
- func (o *GraphQLSchema) SetUrl(v string)
- func (o GraphQLSchema) ToMap() (map[string]interface{}, error)
- func (o *GraphQLSchema) UnmarshalJSON(data []byte) (err error)
- type IntegrationsAPIService
- func (a *IntegrationsAPIService) CreateIntegration(ctx context.Context) ApiCreateIntegrationRequest
- func (a *IntegrationsAPIService) CreateIntegrationExecute(r ApiCreateIntegrationRequest) (*GetIntegration200Response, *http.Response, error)
- func (a *IntegrationsAPIService) DeleteIntegration(ctx context.Context, id string) ApiDeleteIntegrationRequest
- func (a *IntegrationsAPIService) DeleteIntegrationExecute(r ApiDeleteIntegrationRequest) (*DeleteIntegration200Response, *http.Response, error)
- func (a *IntegrationsAPIService) GetIntegration(ctx context.Context, id string) ApiGetIntegrationRequest
- func (a *IntegrationsAPIService) GetIntegrationExecute(r ApiGetIntegrationRequest) (*GetIntegration200Response, *http.Response, error)
- func (a *IntegrationsAPIService) ListIntegrations(ctx context.Context) ApiListIntegrationsRequest
- func (a *IntegrationsAPIService) ListIntegrationsExecute(r ApiListIntegrationsRequest) ([]ListIntegrations200ResponseInner, *http.Response, error)
- func (a *IntegrationsAPIService) UpdateIntegration(ctx context.Context, id string) ApiUpdateIntegrationRequest
- func (a *IntegrationsAPIService) UpdateIntegrationExecute(r ApiUpdateIntegrationRequest) (*GetIntegration200Response, *http.Response, error)
- type ListApplications200ResponseInner
- func (o *ListApplications200ResponseInner) GetAutogeneratedFromInventory() bool
- func (o *ListApplications200ResponseInner) GetAutogeneratedFromInventoryOk() (*bool, bool)
- func (o *ListApplications200ResponseInner) GetCreatedAt() time.Time
- func (o *ListApplications200ResponseInner) GetCreatedAtOk() (*time.Time, bool)
- func (o *ListApplications200ResponseInner) GetCron() string
- func (o *ListApplications200ResponseInner) GetCronOk() (*string, bool)
- func (o *ListApplications200ResponseInner) GetHasCI() bool
- func (o *ListApplications200ResponseInner) GetHasCIOk() (*bool, bool)
- func (o *ListApplications200ResponseInner) GetId() string
- func (o *ListApplications200ResponseInner) GetIdOk() (*string, bool)
- func (o *ListApplications200ResponseInner) GetName() string
- func (o *ListApplications200ResponseInner) GetNameOk() (*string, bool)
- func (o *ListApplications200ResponseInner) GetType() EnumA59e4e0f7039345a12220706339ba411
- func (o *ListApplications200ResponseInner) GetTypeOk() (*EnumA59e4e0f7039345a12220706339ba411, bool)
- func (o ListApplications200ResponseInner) MarshalJSON() ([]byte, error)
- func (o *ListApplications200ResponseInner) SetAutogeneratedFromInventory(v bool)
- func (o *ListApplications200ResponseInner) SetCreatedAt(v time.Time)
- func (o *ListApplications200ResponseInner) SetCron(v string)
- func (o *ListApplications200ResponseInner) SetHasCI(v bool)
- func (o *ListApplications200ResponseInner) SetId(v string)
- func (o *ListApplications200ResponseInner) SetName(v string)
- func (o *ListApplications200ResponseInner) SetType(v EnumA59e4e0f7039345a12220706339ba411)
- func (o ListApplications200ResponseInner) ToMap() (map[string]interface{}, error)
- func (o *ListApplications200ResponseInner) UnmarshalJSON(data []byte) (err error)
- type ListAuditLogs200Response
- func (o *ListAuditLogs200Response) GetData() []ListAuditLogs200ResponseDataInner
- func (o *ListAuditLogs200Response) GetDataOk() ([]ListAuditLogs200ResponseDataInner, bool)
- func (o *ListAuditLogs200Response) GetNextCursor() string
- func (o *ListAuditLogs200Response) GetNextCursorOk() (*string, bool)
- func (o *ListAuditLogs200Response) GetTotalCount() int
- func (o *ListAuditLogs200Response) GetTotalCountOk() (*int, bool)
- func (o *ListAuditLogs200Response) HasTotalCount() bool
- func (o ListAuditLogs200Response) MarshalJSON() ([]byte, error)
- func (o *ListAuditLogs200Response) SetData(v []ListAuditLogs200ResponseDataInner)
- func (o *ListAuditLogs200Response) SetNextCursor(v string)
- func (o *ListAuditLogs200Response) SetTotalCount(v int)
- func (o ListAuditLogs200Response) ToMap() (map[string]interface{}, error)
- func (o *ListAuditLogs200Response) UnmarshalJSON(data []byte) (err error)
- type ListAuditLogs200ResponseDataInner
- func (o *ListAuditLogs200ResponseDataInner) GetAction() string
- func (o *ListAuditLogs200ResponseDataInner) GetActionOk() (*string, bool)
- func (o *ListAuditLogs200ResponseDataInner) GetActor() string
- func (o *ListAuditLogs200ResponseDataInner) GetActorEmail() string
- func (o *ListAuditLogs200ResponseDataInner) GetActorEmailOk() (*string, bool)
- func (o *ListAuditLogs200ResponseDataInner) GetActorOk() (*string, bool)
- func (o *ListAuditLogs200ResponseDataInner) GetDate() time.Time
- func (o *ListAuditLogs200ResponseDataInner) GetDateOk() (*time.Time, bool)
- func (o *ListAuditLogs200ResponseDataInner) GetId() string
- func (o *ListAuditLogs200ResponseDataInner) GetIdOk() (*string, bool)
- func (o *ListAuditLogs200ResponseDataInner) GetName() string
- func (o *ListAuditLogs200ResponseDataInner) GetNameOk() (*string, bool)
- func (o ListAuditLogs200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (o *ListAuditLogs200ResponseDataInner) SetAction(v string)
- func (o *ListAuditLogs200ResponseDataInner) SetActor(v string)
- func (o *ListAuditLogs200ResponseDataInner) SetActorEmail(v string)
- func (o *ListAuditLogs200ResponseDataInner) SetDate(v time.Time)
- func (o *ListAuditLogs200ResponseDataInner) SetId(v string)
- func (o *ListAuditLogs200ResponseDataInner) SetName(v string)
- func (o ListAuditLogs200ResponseDataInner) ToMap() (map[string]interface{}, error)
- func (o *ListAuditLogs200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
- type ListDomains200ResponseInner
- func (o *ListDomains200ResponseInner) GetCreatedAt() time.Time
- func (o *ListDomains200ResponseInner) GetCreatedAtOk() (*time.Time, bool)
- func (o *ListDomains200ResponseInner) GetFqdn() string
- func (o *ListDomains200ResponseInner) GetFqdnOk() (*string, bool)
- func (o *ListDomains200ResponseInner) GetId() string
- func (o *ListDomains200ResponseInner) GetIdOk() (*string, bool)
- func (o *ListDomains200ResponseInner) GetScheduledForDeletion() bool
- func (o *ListDomains200ResponseInner) GetScheduledForDeletionOk() (*bool, bool)
- func (o *ListDomains200ResponseInner) GetServicesCount() int
- func (o *ListDomains200ResponseInner) GetServicesCountOk() (*int, bool)
- func (o *ListDomains200ResponseInner) HasFqdn() bool
- func (o *ListDomains200ResponseInner) HasId() bool
- func (o *ListDomains200ResponseInner) HasScheduledForDeletion() bool
- func (o *ListDomains200ResponseInner) HasServicesCount() bool
- func (o ListDomains200ResponseInner) MarshalJSON() ([]byte, error)
- func (o *ListDomains200ResponseInner) SetCreatedAt(v time.Time)
- func (o *ListDomains200ResponseInner) SetFqdn(v string)
- func (o *ListDomains200ResponseInner) SetId(v string)
- func (o *ListDomains200ResponseInner) SetScheduledForDeletion(v bool)
- func (o *ListDomains200ResponseInner) SetServicesCount(v int)
- func (o ListDomains200ResponseInner) ToMap() (map[string]interface{}, error)
- func (o *ListDomains200ResponseInner) UnmarshalJSON(data []byte) (err error)
- type ListEvents200Response
- func (o *ListEvents200Response) GetData() []ListEvents200ResponseDataInner
- func (o *ListEvents200Response) GetDataOk() ([]ListEvents200ResponseDataInner, bool)
- func (o *ListEvents200Response) GetNextCursor() string
- func (o *ListEvents200Response) GetNextCursorOk() (*string, bool)
- func (o *ListEvents200Response) GetTotalCount() int
- func (o *ListEvents200Response) GetTotalCountOk() (*int, bool)
- func (o *ListEvents200Response) HasTotalCount() bool
- func (o ListEvents200Response) MarshalJSON() ([]byte, error)
- func (o *ListEvents200Response) SetData(v []ListEvents200ResponseDataInner)
- func (o *ListEvents200Response) SetNextCursor(v string)
- func (o *ListEvents200Response) SetTotalCount(v int)
- func (o ListEvents200Response) ToMap() (map[string]interface{}, error)
- func (o *ListEvents200Response) UnmarshalJSON(data []byte) (err error)
- type ListEvents200ResponseDataInner
- func (o *ListEvents200ResponseDataInner) GetCreatedAt() time.Time
- func (o *ListEvents200ResponseDataInner) GetCreatedAtOk() (*time.Time, bool)
- func (o *ListEvents200ResponseDataInner) GetDescription() string
- func (o *ListEvents200ResponseDataInner) GetDescriptionOk() (*string, bool)
- func (o *ListEvents200ResponseDataInner) GetId() string
- func (o *ListEvents200ResponseDataInner) GetIdOk() (*string, bool)
- func (o *ListEvents200ResponseDataInner) GetLevel() EnumAc8825c946764c840068c1a5eddeee84
- func (o *ListEvents200ResponseDataInner) GetLevelOk() (*EnumAc8825c946764c840068c1a5eddeee84, bool)
- func (o *ListEvents200ResponseDataInner) GetTitle() string
- func (o *ListEvents200ResponseDataInner) GetTitleOk() (*string, bool)
- func (o ListEvents200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (o *ListEvents200ResponseDataInner) SetCreatedAt(v time.Time)
- func (o *ListEvents200ResponseDataInner) SetDescription(v string)
- func (o *ListEvents200ResponseDataInner) SetId(v string)
- func (o *ListEvents200ResponseDataInner) SetLevel(v EnumAc8825c946764c840068c1a5eddeee84)
- func (o *ListEvents200ResponseDataInner) SetTitle(v string)
- func (o ListEvents200ResponseDataInner) ToMap() (map[string]interface{}, error)
- func (o *ListEvents200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
- type ListIntegrations200ResponseInner
- func (o *ListIntegrations200ResponseInner) GetId() string
- func (o *ListIntegrations200ResponseInner) GetIdOk() (*string, bool)
- func (o *ListIntegrations200ResponseInner) GetKind() Enum777e439dc57940d3df1f77b9e31ced05
- func (o *ListIntegrations200ResponseInner) GetKindOk() (*Enum777e439dc57940d3df1f77b9e31ced05, bool)
- func (o *ListIntegrations200ResponseInner) GetLocationId() string
- func (o *ListIntegrations200ResponseInner) GetLocationIdOk() (*string, bool)
- func (o *ListIntegrations200ResponseInner) GetName() string
- func (o *ListIntegrations200ResponseInner) GetNameOk() (*string, bool)
- func (o *ListIntegrations200ResponseInner) HasId() bool
- func (o *ListIntegrations200ResponseInner) HasLocationId() bool
- func (o *ListIntegrations200ResponseInner) HasName() bool
- func (o ListIntegrations200ResponseInner) MarshalJSON() ([]byte, error)
- func (o *ListIntegrations200ResponseInner) SetId(v string)
- func (o *ListIntegrations200ResponseInner) SetKind(v Enum777e439dc57940d3df1f77b9e31ced05)
- func (o *ListIntegrations200ResponseInner) SetLocationId(v string)
- func (o *ListIntegrations200ResponseInner) SetName(v string)
- func (o ListIntegrations200ResponseInner) ToMap() (map[string]interface{}, error)
- func (o *ListIntegrations200ResponseInner) UnmarshalJSON(data []byte) (err error)
- type ListIssues200ResponseInner
- func (o *ListIssues200ResponseInner) GetCategory() Enum5cf07f4dc5d62ad66f92942c1b7ce23f
- func (o *ListIssues200ResponseInner) GetCategoryOk() (*Enum5cf07f4dc5d62ad66f92942c1b7ce23f, bool)
- func (o *ListIssues200ResponseInner) GetId() string
- func (o *ListIssues200ResponseInner) GetIdOk() (*string, bool)
- func (o *ListIssues200ResponseInner) GetIgnored() bool
- func (o *ListIssues200ResponseInner) GetIgnoredOk() (*bool, bool)
- func (o *ListIssues200ResponseInner) GetName() string
- func (o *ListIssues200ResponseInner) GetNameOk() (*string, bool)
- func (o *ListIssues200ResponseInner) GetPlatformUrl() string
- func (o *ListIssues200ResponseInner) GetPlatformUrlOk() (*string, bool)
- func (o *ListIssues200ResponseInner) GetSeverity() Enum9c1e82c38fa16c4851aece69dc28da0b
- func (o *ListIssues200ResponseInner) GetSeverityOk() (*Enum9c1e82c38fa16c4851aece69dc28da0b, bool)
- func (o *ListIssues200ResponseInner) GetType() Enum1ab5d44a8d8b0e47bb5ab55e0fd2b986
- func (o *ListIssues200ResponseInner) GetTypeOk() (*Enum1ab5d44a8d8b0e47bb5ab55e0fd2b986, bool)
- func (o ListIssues200ResponseInner) MarshalJSON() ([]byte, error)
- func (o *ListIssues200ResponseInner) SetCategory(v Enum5cf07f4dc5d62ad66f92942c1b7ce23f)
- func (o *ListIssues200ResponseInner) SetId(v string)
- func (o *ListIssues200ResponseInner) SetIgnored(v bool)
- func (o *ListIssues200ResponseInner) SetName(v string)
- func (o *ListIssues200ResponseInner) SetPlatformUrl(v string)
- func (o *ListIssues200ResponseInner) SetSeverity(v Enum9c1e82c38fa16c4851aece69dc28da0b)
- func (o *ListIssues200ResponseInner) SetType(v Enum1ab5d44a8d8b0e47bb5ab55e0fd2b986)
- func (o ListIssues200ResponseInner) ToMap() (map[string]interface{}, error)
- func (o *ListIssues200ResponseInner) UnmarshalJSON(data []byte) (err error)
- type ListLocations200Response
- func (o *ListLocations200Response) GetData() []ListLocations200ResponseDataInner
- func (o *ListLocations200Response) GetDataOk() ([]ListLocations200ResponseDataInner, bool)
- func (o *ListLocations200Response) GetNextCursor() string
- func (o *ListLocations200Response) GetNextCursorOk() (*string, bool)
- func (o *ListLocations200Response) GetTotalCount() int
- func (o *ListLocations200Response) GetTotalCountOk() (*int, bool)
- func (o *ListLocations200Response) HasTotalCount() bool
- func (o ListLocations200Response) MarshalJSON() ([]byte, error)
- func (o *ListLocations200Response) SetData(v []ListLocations200ResponseDataInner)
- func (o *ListLocations200Response) SetNextCursor(v string)
- func (o *ListLocations200Response) SetTotalCount(v int)
- func (o ListLocations200Response) ToMap() (map[string]interface{}, error)
- func (o *ListLocations200Response) UnmarshalJSON(data []byte) (err error)
- type ListLocations200ResponseDataInner
- func (o *ListLocations200ResponseDataInner) GetId() string
- func (o *ListLocations200ResponseDataInner) GetIdOk() (*string, bool)
- func (o *ListLocations200ResponseDataInner) GetName() string
- func (o *ListLocations200ResponseDataInner) GetNameOk() (*string, bool)
- func (o *ListLocations200ResponseDataInner) GetSshPublicKey() string
- func (o *ListLocations200ResponseDataInner) GetSshPublicKeyOk() (*string, bool)
- func (o *ListLocations200ResponseDataInner) HasId() bool
- func (o *ListLocations200ResponseDataInner) HasName() bool
- func (o *ListLocations200ResponseDataInner) HasSshPublicKey() bool
- func (o ListLocations200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (o *ListLocations200ResponseDataInner) SetId(v string)
- func (o *ListLocations200ResponseDataInner) SetName(v string)
- func (o *ListLocations200ResponseDataInner) SetSshPublicKey(v string)
- func (o ListLocations200ResponseDataInner) ToMap() (map[string]interface{}, error)
- func (o *ListLocations200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
- type ListRoles200ResponseInner
- func (o *ListRoles200ResponseInner) GetApplicationAccessLevel() Enum041c163680d484c3944c5d3c68a9635b
- func (o *ListRoles200ResponseInner) GetApplicationAccessLevelOk() (*Enum041c163680d484c3944c5d3c68a9635b, bool)
- func (o *ListRoles200ResponseInner) GetId() string
- func (o *ListRoles200ResponseInner) GetIdOk() (*string, bool)
- func (o *ListRoles200ResponseInner) GetIntegrationAdministrator() bool
- func (o *ListRoles200ResponseInner) GetIntegrationAdministratorOk() (*bool, bool)
- func (o *ListRoles200ResponseInner) GetInventoryAccessLevel() Enum041c163680d484c3944c5d3c68a9635b
- func (o *ListRoles200ResponseInner) GetInventoryAccessLevelOk() (*Enum041c163680d484c3944c5d3c68a9635b, bool)
- func (o *ListRoles200ResponseInner) GetName() string
- func (o *ListRoles200ResponseInner) GetNameOk() (*string, bool)
- func (o *ListRoles200ResponseInner) GetReportingAdministrator() bool
- func (o *ListRoles200ResponseInner) GetReportingAdministratorOk() (*bool, bool)
- func (o *ListRoles200ResponseInner) GetRoleUsers() []ListRoles200ResponseInnerRoleUsersInner
- func (o *ListRoles200ResponseInner) GetRoleUsersOk() ([]ListRoles200ResponseInnerRoleUsersInner, bool)
- func (o *ListRoles200ResponseInner) GetWorkflowsAccessLevel() Enum041c163680d484c3944c5d3c68a9635b
- func (o *ListRoles200ResponseInner) GetWorkflowsAccessLevelOk() (*Enum041c163680d484c3944c5d3c68a9635b, bool)
- func (o ListRoles200ResponseInner) MarshalJSON() ([]byte, error)
- func (o *ListRoles200ResponseInner) SetApplicationAccessLevel(v Enum041c163680d484c3944c5d3c68a9635b)
- func (o *ListRoles200ResponseInner) SetId(v string)
- func (o *ListRoles200ResponseInner) SetIntegrationAdministrator(v bool)
- func (o *ListRoles200ResponseInner) SetInventoryAccessLevel(v Enum041c163680d484c3944c5d3c68a9635b)
- func (o *ListRoles200ResponseInner) SetName(v string)
- func (o *ListRoles200ResponseInner) SetReportingAdministrator(v bool)
- func (o *ListRoles200ResponseInner) SetRoleUsers(v []ListRoles200ResponseInnerRoleUsersInner)
- func (o *ListRoles200ResponseInner) SetWorkflowsAccessLevel(v Enum041c163680d484c3944c5d3c68a9635b)
- func (o ListRoles200ResponseInner) ToMap() (map[string]interface{}, error)
- func (o *ListRoles200ResponseInner) UnmarshalJSON(data []byte) (err error)
- type ListRoles200ResponseInnerRoleUsersInner
- func (o *ListRoles200ResponseInnerRoleUsersInner) GetUser() ListRoles200ResponseInnerRoleUsersInnerUser
- func (o *ListRoles200ResponseInnerRoleUsersInner) GetUserOk() (*ListRoles200ResponseInnerRoleUsersInnerUser, bool)
- func (o ListRoles200ResponseInnerRoleUsersInner) MarshalJSON() ([]byte, error)
- func (o *ListRoles200ResponseInnerRoleUsersInner) SetUser(v ListRoles200ResponseInnerRoleUsersInnerUser)
- func (o ListRoles200ResponseInnerRoleUsersInner) ToMap() (map[string]interface{}, error)
- func (o *ListRoles200ResponseInnerRoleUsersInner) UnmarshalJSON(data []byte) (err error)
- type ListRoles200ResponseInnerRoleUsersInnerUser
- func (o *ListRoles200ResponseInnerRoleUsersInnerUser) GetEmail() string
- func (o *ListRoles200ResponseInnerRoleUsersInnerUser) GetEmailOk() (*string, bool)
- func (o *ListRoles200ResponseInnerRoleUsersInnerUser) GetId() string
- func (o *ListRoles200ResponseInnerRoleUsersInnerUser) GetIdOk() (*string, bool)
- func (o ListRoles200ResponseInnerRoleUsersInnerUser) MarshalJSON() ([]byte, error)
- func (o *ListRoles200ResponseInnerRoleUsersInnerUser) SetEmail(v string)
- func (o *ListRoles200ResponseInnerRoleUsersInnerUser) SetId(v string)
- func (o ListRoles200ResponseInnerRoleUsersInnerUser) ToMap() (map[string]interface{}, error)
- func (o *ListRoles200ResponseInnerRoleUsersInnerUser) UnmarshalJSON(data []byte) (err error)
- type ListScans200Response
- func (o *ListScans200Response) GetData() []ListScans200ResponseDataInner
- func (o *ListScans200Response) GetDataOk() ([]ListScans200ResponseDataInner, bool)
- func (o *ListScans200Response) GetNextCursor() string
- func (o *ListScans200Response) GetNextCursorOk() (*string, bool)
- func (o *ListScans200Response) GetTotalCount() int
- func (o *ListScans200Response) GetTotalCountOk() (*int, bool)
- func (o *ListScans200Response) HasTotalCount() bool
- func (o ListScans200Response) MarshalJSON() ([]byte, error)
- func (o *ListScans200Response) SetData(v []ListScans200ResponseDataInner)
- func (o *ListScans200Response) SetNextCursor(v string)
- func (o *ListScans200Response) SetTotalCount(v int)
- func (o ListScans200Response) ToMap() (map[string]interface{}, error)
- func (o *ListScans200Response) UnmarshalJSON(data []byte) (err error)
- type ListScans200ResponseDataInner
- func (o *ListScans200ResponseDataInner) GetCreatedAt() time.Time
- func (o *ListScans200ResponseDataInner) GetCreatedAtOk() (*time.Time, bool)
- func (o *ListScans200ResponseDataInner) GetId() string
- func (o *ListScans200ResponseDataInner) GetIdOk() (*string, bool)
- func (o *ListScans200ResponseDataInner) GetProgressRatio() float32
- func (o *ListScans200ResponseDataInner) GetProgressRatioOk() (*float32, bool)
- func (o *ListScans200ResponseDataInner) GetStatus() EnumE48dd51fe8a350a4154904abf16320d7
- func (o *ListScans200ResponseDataInner) GetStatusOk() (*EnumE48dd51fe8a350a4154904abf16320d7, bool)
- func (o ListScans200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (o *ListScans200ResponseDataInner) SetCreatedAt(v time.Time)
- func (o *ListScans200ResponseDataInner) SetId(v string)
- func (o *ListScans200ResponseDataInner) SetProgressRatio(v float32)
- func (o *ListScans200ResponseDataInner) SetStatus(v EnumE48dd51fe8a350a4154904abf16320d7)
- func (o ListScans200ResponseDataInner) ToMap() (map[string]interface{}, error)
- func (o *ListScans200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
- type ListScans400Response
- func (o *ListScans400Response) GetDetails() string
- func (o *ListScans400Response) GetDetailsOk() (*string, bool)
- func (o *ListScans400Response) GetMessage() EnumINVALIDCURSOR
- func (o *ListScans400Response) GetMessageOk() (*EnumINVALIDCURSOR, bool)
- func (o ListScans400Response) MarshalJSON() ([]byte, error)
- func (o *ListScans400Response) SetDetails(v string)
- func (o *ListScans400Response) SetMessage(v EnumINVALIDCURSOR)
- func (o ListScans400Response) ToMap() (map[string]interface{}, error)
- func (o *ListScans400Response) UnmarshalJSON(data []byte) (err error)
- type ListSubdomains200Response
- func (o *ListSubdomains200Response) GetData() []ListSubdomains200ResponseDataInner
- func (o *ListSubdomains200Response) GetDataOk() ([]ListSubdomains200ResponseDataInner, bool)
- func (o *ListSubdomains200Response) GetNextCursor() string
- func (o *ListSubdomains200Response) GetNextCursorOk() (*string, bool)
- func (o *ListSubdomains200Response) GetTotalCount() int
- func (o *ListSubdomains200Response) GetTotalCountOk() (*int, bool)
- func (o *ListSubdomains200Response) HasTotalCount() bool
- func (o ListSubdomains200Response) MarshalJSON() ([]byte, error)
- func (o *ListSubdomains200Response) SetData(v []ListSubdomains200ResponseDataInner)
- func (o *ListSubdomains200Response) SetNextCursor(v string)
- func (o *ListSubdomains200Response) SetTotalCount(v int)
- func (o ListSubdomains200Response) ToMap() (map[string]interface{}, error)
- func (o *ListSubdomains200Response) UnmarshalJSON(data []byte) (err error)
- type ListSubdomains200ResponseDataInner
- func (o *ListSubdomains200ResponseDataInner) GetFqdn() string
- func (o *ListSubdomains200ResponseDataInner) GetFqdnOk() (*string, bool)
- func (o *ListSubdomains200ResponseDataInner) GetId() string
- func (o *ListSubdomains200ResponseDataInner) GetIdOk() (*string, bool)
- func (o *ListSubdomains200ResponseDataInner) GetServicesCount() int
- func (o *ListSubdomains200ResponseDataInner) GetServicesCountOk() (*int, bool)
- func (o *ListSubdomains200ResponseDataInner) HasFqdn() bool
- func (o *ListSubdomains200ResponseDataInner) HasId() bool
- func (o *ListSubdomains200ResponseDataInner) HasServicesCount() bool
- func (o ListSubdomains200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (o *ListSubdomains200ResponseDataInner) SetFqdn(v string)
- func (o *ListSubdomains200ResponseDataInner) SetId(v string)
- func (o *ListSubdomains200ResponseDataInner) SetServicesCount(v int)
- func (o ListSubdomains200ResponseDataInner) ToMap() (map[string]interface{}, error)
- func (o *ListSubdomains200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
- type LocationsAPIService
- func (a *LocationsAPIService) CreateLocation(ctx context.Context) ApiCreateLocationRequest
- func (a *LocationsAPIService) CreateLocationExecute(r ApiCreateLocationRequest) (*ListLocations200ResponseDataInner, *http.Response, error)
- func (a *LocationsAPIService) DeleteLocation(ctx context.Context, id string) ApiDeleteLocationRequest
- func (a *LocationsAPIService) DeleteLocationExecute(r ApiDeleteLocationRequest) (*DeleteLocation200Response, *http.Response, error)
- func (a *LocationsAPIService) GetLocation(ctx context.Context, id string) ApiGetLocationRequest
- func (a *LocationsAPIService) GetLocationExecute(r ApiGetLocationRequest) (*ListLocations200ResponseDataInner, *http.Response, error)
- func (a *LocationsAPIService) ListLocations(ctx context.Context) ApiListLocationsRequest
- func (a *LocationsAPIService) ListLocationsExecute(r ApiListLocationsRequest) (*ListLocations200Response, *http.Response, error)
- func (a *LocationsAPIService) UpdateLocation(ctx context.Context, id string) ApiUpdateLocationRequest
- func (a *LocationsAPIService) UpdateLocationExecute(r ApiUpdateLocationRequest) (*ListLocations200ResponseDataInner, *http.Response, error)
- type MappedNullable
- type NullableBool
- type NullableCreateApplication400Response
- func (v NullableCreateApplication400Response) Get() *CreateApplication400Response
- func (v NullableCreateApplication400Response) IsSet() bool
- func (v NullableCreateApplication400Response) MarshalJSON() ([]byte, error)
- func (v *NullableCreateApplication400Response) Set(val *CreateApplication400Response)
- func (v *NullableCreateApplication400Response) UnmarshalJSON(src []byte) error
- func (v *NullableCreateApplication400Response) Unset()
- type NullableCreateApplicationRequest
- func (v NullableCreateApplicationRequest) Get() *CreateApplicationRequest
- func (v NullableCreateApplicationRequest) IsSet() bool
- func (v NullableCreateApplicationRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateApplicationRequest) Set(val *CreateApplicationRequest)
- func (v *NullableCreateApplicationRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateApplicationRequest) Unset()
- type NullableCreateDomainRequest
- func (v NullableCreateDomainRequest) Get() *CreateDomainRequest
- func (v NullableCreateDomainRequest) IsSet() bool
- func (v NullableCreateDomainRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateDomainRequest) Set(val *CreateDomainRequest)
- func (v *NullableCreateDomainRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateDomainRequest) Unset()
- type NullableCreateLocation409Response
- func (v NullableCreateLocation409Response) Get() *CreateLocation409Response
- func (v NullableCreateLocation409Response) IsSet() bool
- func (v NullableCreateLocation409Response) MarshalJSON() ([]byte, error)
- func (v *NullableCreateLocation409Response) Set(val *CreateLocation409Response)
- func (v *NullableCreateLocation409Response) UnmarshalJSON(src []byte) error
- func (v *NullableCreateLocation409Response) Unset()
- type NullableCreateLocationRequest
- func (v NullableCreateLocationRequest) Get() *CreateLocationRequest
- func (v NullableCreateLocationRequest) IsSet() bool
- func (v NullableCreateLocationRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateLocationRequest) Set(val *CreateLocationRequest)
- func (v *NullableCreateLocationRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateLocationRequest) Unset()
- type NullableCreateUploadSignedUrl200Response
- func (v NullableCreateUploadSignedUrl200Response) Get() *CreateUploadSignedUrl200Response
- func (v NullableCreateUploadSignedUrl200Response) IsSet() bool
- func (v NullableCreateUploadSignedUrl200Response) MarshalJSON() ([]byte, error)
- func (v *NullableCreateUploadSignedUrl200Response) Set(val *CreateUploadSignedUrl200Response)
- func (v *NullableCreateUploadSignedUrl200Response) UnmarshalJSON(src []byte) error
- func (v *NullableCreateUploadSignedUrl200Response) Unset()
- type NullableDeleteDomain200Response
- func (v NullableDeleteDomain200Response) Get() *DeleteDomain200Response
- func (v NullableDeleteDomain200Response) IsSet() bool
- func (v NullableDeleteDomain200Response) MarshalJSON() ([]byte, error)
- func (v *NullableDeleteDomain200Response) Set(val *DeleteDomain200Response)
- func (v *NullableDeleteDomain200Response) UnmarshalJSON(src []byte) error
- func (v *NullableDeleteDomain200Response) Unset()
- type NullableDeleteIntegration200Response
- func (v NullableDeleteIntegration200Response) Get() *DeleteIntegration200Response
- func (v NullableDeleteIntegration200Response) IsSet() bool
- func (v NullableDeleteIntegration200Response) MarshalJSON() ([]byte, error)
- func (v *NullableDeleteIntegration200Response) Set(val *DeleteIntegration200Response)
- func (v *NullableDeleteIntegration200Response) UnmarshalJSON(src []byte) error
- func (v *NullableDeleteIntegration200Response) Unset()
- type NullableDeleteLocation200Response
- func (v NullableDeleteLocation200Response) Get() *DeleteLocation200Response
- func (v NullableDeleteLocation200Response) IsSet() bool
- func (v NullableDeleteLocation200Response) MarshalJSON() ([]byte, error)
- func (v *NullableDeleteLocation200Response) Set(val *DeleteLocation200Response)
- func (v *NullableDeleteLocation200Response) UnmarshalJSON(src []byte) error
- func (v *NullableDeleteLocation200Response) Unset()
- type NullableEnum041c163680d484c3944c5d3c68a9635b
- func (v NullableEnum041c163680d484c3944c5d3c68a9635b) Get() *Enum041c163680d484c3944c5d3c68a9635b
- func (v NullableEnum041c163680d484c3944c5d3c68a9635b) IsSet() bool
- func (v NullableEnum041c163680d484c3944c5d3c68a9635b) MarshalJSON() ([]byte, error)
- func (v *NullableEnum041c163680d484c3944c5d3c68a9635b) Set(val *Enum041c163680d484c3944c5d3c68a9635b)
- func (v *NullableEnum041c163680d484c3944c5d3c68a9635b) UnmarshalJSON(src []byte) error
- func (v *NullableEnum041c163680d484c3944c5d3c68a9635b) Unset()
- type NullableEnum08a525336b538128cd395ea29110b935
- func (v NullableEnum08a525336b538128cd395ea29110b935) Get() *Enum08a525336b538128cd395ea29110b935
- func (v NullableEnum08a525336b538128cd395ea29110b935) IsSet() bool
- func (v NullableEnum08a525336b538128cd395ea29110b935) MarshalJSON() ([]byte, error)
- func (v *NullableEnum08a525336b538128cd395ea29110b935) Set(val *Enum08a525336b538128cd395ea29110b935)
- func (v *NullableEnum08a525336b538128cd395ea29110b935) UnmarshalJSON(src []byte) error
- func (v *NullableEnum08a525336b538128cd395ea29110b935) Unset()
- type NullableEnum08b09d97ca82baf197de83a269dac339
- func (v NullableEnum08b09d97ca82baf197de83a269dac339) Get() *Enum08b09d97ca82baf197de83a269dac339
- func (v NullableEnum08b09d97ca82baf197de83a269dac339) IsSet() bool
- func (v NullableEnum08b09d97ca82baf197de83a269dac339) MarshalJSON() ([]byte, error)
- func (v *NullableEnum08b09d97ca82baf197de83a269dac339) Set(val *Enum08b09d97ca82baf197de83a269dac339)
- func (v *NullableEnum08b09d97ca82baf197de83a269dac339) UnmarshalJSON(src []byte) error
- func (v *NullableEnum08b09d97ca82baf197de83a269dac339) Unset()
- type NullableEnum099ff370106bbdadb403f9dd62027576
- func (v NullableEnum099ff370106bbdadb403f9dd62027576) Get() *Enum099ff370106bbdadb403f9dd62027576
- func (v NullableEnum099ff370106bbdadb403f9dd62027576) IsSet() bool
- func (v NullableEnum099ff370106bbdadb403f9dd62027576) MarshalJSON() ([]byte, error)
- func (v *NullableEnum099ff370106bbdadb403f9dd62027576) Set(val *Enum099ff370106bbdadb403f9dd62027576)
- func (v *NullableEnum099ff370106bbdadb403f9dd62027576) UnmarshalJSON(src []byte) error
- func (v *NullableEnum099ff370106bbdadb403f9dd62027576) Unset()
- type NullableEnum1a7b888d2ef5b26fc63749f8e3a87cfa
- func (v NullableEnum1a7b888d2ef5b26fc63749f8e3a87cfa) Get() *Enum1a7b888d2ef5b26fc63749f8e3a87cfa
- func (v NullableEnum1a7b888d2ef5b26fc63749f8e3a87cfa) IsSet() bool
- func (v NullableEnum1a7b888d2ef5b26fc63749f8e3a87cfa) MarshalJSON() ([]byte, error)
- func (v *NullableEnum1a7b888d2ef5b26fc63749f8e3a87cfa) Set(val *Enum1a7b888d2ef5b26fc63749f8e3a87cfa)
- func (v *NullableEnum1a7b888d2ef5b26fc63749f8e3a87cfa) UnmarshalJSON(src []byte) error
- func (v *NullableEnum1a7b888d2ef5b26fc63749f8e3a87cfa) Unset()
- type NullableEnum1ab0ceef9ae9ece93c01f2d976ec3990
- func (v NullableEnum1ab0ceef9ae9ece93c01f2d976ec3990) Get() *Enum1ab0ceef9ae9ece93c01f2d976ec3990
- func (v NullableEnum1ab0ceef9ae9ece93c01f2d976ec3990) IsSet() bool
- func (v NullableEnum1ab0ceef9ae9ece93c01f2d976ec3990) MarshalJSON() ([]byte, error)
- func (v *NullableEnum1ab0ceef9ae9ece93c01f2d976ec3990) Set(val *Enum1ab0ceef9ae9ece93c01f2d976ec3990)
- func (v *NullableEnum1ab0ceef9ae9ece93c01f2d976ec3990) UnmarshalJSON(src []byte) error
- func (v *NullableEnum1ab0ceef9ae9ece93c01f2d976ec3990) Unset()
- type NullableEnum1ab5d44a8d8b0e47bb5ab55e0fd2b986
- func (v NullableEnum1ab5d44a8d8b0e47bb5ab55e0fd2b986) Get() *Enum1ab5d44a8d8b0e47bb5ab55e0fd2b986
- func (v NullableEnum1ab5d44a8d8b0e47bb5ab55e0fd2b986) IsSet() bool
- func (v NullableEnum1ab5d44a8d8b0e47bb5ab55e0fd2b986) MarshalJSON() ([]byte, error)
- func (v *NullableEnum1ab5d44a8d8b0e47bb5ab55e0fd2b986) Set(val *Enum1ab5d44a8d8b0e47bb5ab55e0fd2b986)
- func (v *NullableEnum1ab5d44a8d8b0e47bb5ab55e0fd2b986) UnmarshalJSON(src []byte) error
- func (v *NullableEnum1ab5d44a8d8b0e47bb5ab55e0fd2b986) Unset()
- type NullableEnum1f6d3642ca98942a86c3631840441183
- func (v NullableEnum1f6d3642ca98942a86c3631840441183) Get() *Enum1f6d3642ca98942a86c3631840441183
- func (v NullableEnum1f6d3642ca98942a86c3631840441183) IsSet() bool
- func (v NullableEnum1f6d3642ca98942a86c3631840441183) MarshalJSON() ([]byte, error)
- func (v *NullableEnum1f6d3642ca98942a86c3631840441183) Set(val *Enum1f6d3642ca98942a86c3631840441183)
- func (v *NullableEnum1f6d3642ca98942a86c3631840441183) UnmarshalJSON(src []byte) error
- func (v *NullableEnum1f6d3642ca98942a86c3631840441183) Unset()
- type NullableEnum200018d75ade9e46d41a8d1efb27c511
- func (v NullableEnum200018d75ade9e46d41a8d1efb27c511) Get() *Enum200018d75ade9e46d41a8d1efb27c511
- func (v NullableEnum200018d75ade9e46d41a8d1efb27c511) IsSet() bool
- func (v NullableEnum200018d75ade9e46d41a8d1efb27c511) MarshalJSON() ([]byte, error)
- func (v *NullableEnum200018d75ade9e46d41a8d1efb27c511) Set(val *Enum200018d75ade9e46d41a8d1efb27c511)
- func (v *NullableEnum200018d75ade9e46d41a8d1efb27c511) UnmarshalJSON(src []byte) error
- func (v *NullableEnum200018d75ade9e46d41a8d1efb27c511) Unset()
- type NullableEnum2a0a63bd2634c78edc28210c0bdd7520
- func (v NullableEnum2a0a63bd2634c78edc28210c0bdd7520) Get() *Enum2a0a63bd2634c78edc28210c0bdd7520
- func (v NullableEnum2a0a63bd2634c78edc28210c0bdd7520) IsSet() bool
- func (v NullableEnum2a0a63bd2634c78edc28210c0bdd7520) MarshalJSON() ([]byte, error)
- func (v *NullableEnum2a0a63bd2634c78edc28210c0bdd7520) Set(val *Enum2a0a63bd2634c78edc28210c0bdd7520)
- func (v *NullableEnum2a0a63bd2634c78edc28210c0bdd7520) UnmarshalJSON(src []byte) error
- func (v *NullableEnum2a0a63bd2634c78edc28210c0bdd7520) Unset()
- type NullableEnum33e76a7bc4c97ff8dbfe29d1d45aaa56
- func (v NullableEnum33e76a7bc4c97ff8dbfe29d1d45aaa56) Get() *Enum33e76a7bc4c97ff8dbfe29d1d45aaa56
- func (v NullableEnum33e76a7bc4c97ff8dbfe29d1d45aaa56) IsSet() bool
- func (v NullableEnum33e76a7bc4c97ff8dbfe29d1d45aaa56) MarshalJSON() ([]byte, error)
- func (v *NullableEnum33e76a7bc4c97ff8dbfe29d1d45aaa56) Set(val *Enum33e76a7bc4c97ff8dbfe29d1d45aaa56)
- func (v *NullableEnum33e76a7bc4c97ff8dbfe29d1d45aaa56) UnmarshalJSON(src []byte) error
- func (v *NullableEnum33e76a7bc4c97ff8dbfe29d1d45aaa56) Unset()
- type NullableEnum3b03ec8408c363f23b7d74d99b6ba8f4
- func (v NullableEnum3b03ec8408c363f23b7d74d99b6ba8f4) Get() *Enum3b03ec8408c363f23b7d74d99b6ba8f4
- func (v NullableEnum3b03ec8408c363f23b7d74d99b6ba8f4) IsSet() bool
- func (v NullableEnum3b03ec8408c363f23b7d74d99b6ba8f4) MarshalJSON() ([]byte, error)
- func (v *NullableEnum3b03ec8408c363f23b7d74d99b6ba8f4) Set(val *Enum3b03ec8408c363f23b7d74d99b6ba8f4)
- func (v *NullableEnum3b03ec8408c363f23b7d74d99b6ba8f4) UnmarshalJSON(src []byte) error
- func (v *NullableEnum3b03ec8408c363f23b7d74d99b6ba8f4) Unset()
- type NullableEnum4e0943c4ae7a2a2d426c0a6c0b839e82
- func (v NullableEnum4e0943c4ae7a2a2d426c0a6c0b839e82) Get() *Enum4e0943c4ae7a2a2d426c0a6c0b839e82
- func (v NullableEnum4e0943c4ae7a2a2d426c0a6c0b839e82) IsSet() bool
- func (v NullableEnum4e0943c4ae7a2a2d426c0a6c0b839e82) MarshalJSON() ([]byte, error)
- func (v *NullableEnum4e0943c4ae7a2a2d426c0a6c0b839e82) Set(val *Enum4e0943c4ae7a2a2d426c0a6c0b839e82)
- func (v *NullableEnum4e0943c4ae7a2a2d426c0a6c0b839e82) UnmarshalJSON(src []byte) error
- func (v *NullableEnum4e0943c4ae7a2a2d426c0a6c0b839e82) Unset()
- type NullableEnum5240b1e44488028e2fb125a667a7a4bd
- func (v NullableEnum5240b1e44488028e2fb125a667a7a4bd) Get() *Enum5240b1e44488028e2fb125a667a7a4bd
- func (v NullableEnum5240b1e44488028e2fb125a667a7a4bd) IsSet() bool
- func (v NullableEnum5240b1e44488028e2fb125a667a7a4bd) MarshalJSON() ([]byte, error)
- func (v *NullableEnum5240b1e44488028e2fb125a667a7a4bd) Set(val *Enum5240b1e44488028e2fb125a667a7a4bd)
- func (v *NullableEnum5240b1e44488028e2fb125a667a7a4bd) UnmarshalJSON(src []byte) error
- func (v *NullableEnum5240b1e44488028e2fb125a667a7a4bd) Unset()
- type NullableEnum549d6d987f9711d8c5b7a2472e0c9d65
- func (v NullableEnum549d6d987f9711d8c5b7a2472e0c9d65) Get() *Enum549d6d987f9711d8c5b7a2472e0c9d65
- func (v NullableEnum549d6d987f9711d8c5b7a2472e0c9d65) IsSet() bool
- func (v NullableEnum549d6d987f9711d8c5b7a2472e0c9d65) MarshalJSON() ([]byte, error)
- func (v *NullableEnum549d6d987f9711d8c5b7a2472e0c9d65) Set(val *Enum549d6d987f9711d8c5b7a2472e0c9d65)
- func (v *NullableEnum549d6d987f9711d8c5b7a2472e0c9d65) UnmarshalJSON(src []byte) error
- func (v *NullableEnum549d6d987f9711d8c5b7a2472e0c9d65) Unset()
- type NullableEnum54f0a5f011be184847a3933abc4c6999
- func (v NullableEnum54f0a5f011be184847a3933abc4c6999) Get() *Enum54f0a5f011be184847a3933abc4c6999
- func (v NullableEnum54f0a5f011be184847a3933abc4c6999) IsSet() bool
- func (v NullableEnum54f0a5f011be184847a3933abc4c6999) MarshalJSON() ([]byte, error)
- func (v *NullableEnum54f0a5f011be184847a3933abc4c6999) Set(val *Enum54f0a5f011be184847a3933abc4c6999)
- func (v *NullableEnum54f0a5f011be184847a3933abc4c6999) UnmarshalJSON(src []byte) error
- func (v *NullableEnum54f0a5f011be184847a3933abc4c6999) Unset()
- type NullableEnum5cf07f4dc5d62ad66f92942c1b7ce23f
- func (v NullableEnum5cf07f4dc5d62ad66f92942c1b7ce23f) Get() *Enum5cf07f4dc5d62ad66f92942c1b7ce23f
- func (v NullableEnum5cf07f4dc5d62ad66f92942c1b7ce23f) IsSet() bool
- func (v NullableEnum5cf07f4dc5d62ad66f92942c1b7ce23f) MarshalJSON() ([]byte, error)
- func (v *NullableEnum5cf07f4dc5d62ad66f92942c1b7ce23f) Set(val *Enum5cf07f4dc5d62ad66f92942c1b7ce23f)
- func (v *NullableEnum5cf07f4dc5d62ad66f92942c1b7ce23f) UnmarshalJSON(src []byte) error
- func (v *NullableEnum5cf07f4dc5d62ad66f92942c1b7ce23f) Unset()
- type NullableEnum6741c81b56f1b47f9c4e941a35bc8afb
- func (v NullableEnum6741c81b56f1b47f9c4e941a35bc8afb) Get() *Enum6741c81b56f1b47f9c4e941a35bc8afb
- func (v NullableEnum6741c81b56f1b47f9c4e941a35bc8afb) IsSet() bool
- func (v NullableEnum6741c81b56f1b47f9c4e941a35bc8afb) MarshalJSON() ([]byte, error)
- func (v *NullableEnum6741c81b56f1b47f9c4e941a35bc8afb) Set(val *Enum6741c81b56f1b47f9c4e941a35bc8afb)
- func (v *NullableEnum6741c81b56f1b47f9c4e941a35bc8afb) UnmarshalJSON(src []byte) error
- func (v *NullableEnum6741c81b56f1b47f9c4e941a35bc8afb) Unset()
- type NullableEnum6b715a076de4c8a128eec128b79c270b
- func (v NullableEnum6b715a076de4c8a128eec128b79c270b) Get() *Enum6b715a076de4c8a128eec128b79c270b
- func (v NullableEnum6b715a076de4c8a128eec128b79c270b) IsSet() bool
- func (v NullableEnum6b715a076de4c8a128eec128b79c270b) MarshalJSON() ([]byte, error)
- func (v *NullableEnum6b715a076de4c8a128eec128b79c270b) Set(val *Enum6b715a076de4c8a128eec128b79c270b)
- func (v *NullableEnum6b715a076de4c8a128eec128b79c270b) UnmarshalJSON(src []byte) error
- func (v *NullableEnum6b715a076de4c8a128eec128b79c270b) Unset()
- type NullableEnum729547c90705c82a79ed6fbc3adcfa94
- func (v NullableEnum729547c90705c82a79ed6fbc3adcfa94) Get() *Enum729547c90705c82a79ed6fbc3adcfa94
- func (v NullableEnum729547c90705c82a79ed6fbc3adcfa94) IsSet() bool
- func (v NullableEnum729547c90705c82a79ed6fbc3adcfa94) MarshalJSON() ([]byte, error)
- func (v *NullableEnum729547c90705c82a79ed6fbc3adcfa94) Set(val *Enum729547c90705c82a79ed6fbc3adcfa94)
- func (v *NullableEnum729547c90705c82a79ed6fbc3adcfa94) UnmarshalJSON(src []byte) error
- func (v *NullableEnum729547c90705c82a79ed6fbc3adcfa94) Unset()
- type NullableEnum777e439dc57940d3df1f77b9e31ced05
- func (v NullableEnum777e439dc57940d3df1f77b9e31ced05) Get() *Enum777e439dc57940d3df1f77b9e31ced05
- func (v NullableEnum777e439dc57940d3df1f77b9e31ced05) IsSet() bool
- func (v NullableEnum777e439dc57940d3df1f77b9e31ced05) MarshalJSON() ([]byte, error)
- func (v *NullableEnum777e439dc57940d3df1f77b9e31ced05) Set(val *Enum777e439dc57940d3df1f77b9e31ced05)
- func (v *NullableEnum777e439dc57940d3df1f77b9e31ced05) UnmarshalJSON(src []byte) error
- func (v *NullableEnum777e439dc57940d3df1f77b9e31ced05) Unset()
- type NullableEnum7f9dfa9af8b93bdca51d0e79de301f7b
- func (v NullableEnum7f9dfa9af8b93bdca51d0e79de301f7b) Get() *Enum7f9dfa9af8b93bdca51d0e79de301f7b
- func (v NullableEnum7f9dfa9af8b93bdca51d0e79de301f7b) IsSet() bool
- func (v NullableEnum7f9dfa9af8b93bdca51d0e79de301f7b) MarshalJSON() ([]byte, error)
- func (v *NullableEnum7f9dfa9af8b93bdca51d0e79de301f7b) Set(val *Enum7f9dfa9af8b93bdca51d0e79de301f7b)
- func (v *NullableEnum7f9dfa9af8b93bdca51d0e79de301f7b) UnmarshalJSON(src []byte) error
- func (v *NullableEnum7f9dfa9af8b93bdca51d0e79de301f7b) Unset()
- type NullableEnum80229dc8a40727ab101f9b3e03267361
- func (v NullableEnum80229dc8a40727ab101f9b3e03267361) Get() *Enum80229dc8a40727ab101f9b3e03267361
- func (v NullableEnum80229dc8a40727ab101f9b3e03267361) IsSet() bool
- func (v NullableEnum80229dc8a40727ab101f9b3e03267361) MarshalJSON() ([]byte, error)
- func (v *NullableEnum80229dc8a40727ab101f9b3e03267361) Set(val *Enum80229dc8a40727ab101f9b3e03267361)
- func (v *NullableEnum80229dc8a40727ab101f9b3e03267361) UnmarshalJSON(src []byte) error
- func (v *NullableEnum80229dc8a40727ab101f9b3e03267361) Unset()
- type NullableEnum83878678114937d099c9b534cb78beaf
- func (v NullableEnum83878678114937d099c9b534cb78beaf) Get() *Enum83878678114937d099c9b534cb78beaf
- func (v NullableEnum83878678114937d099c9b534cb78beaf) IsSet() bool
- func (v NullableEnum83878678114937d099c9b534cb78beaf) MarshalJSON() ([]byte, error)
- func (v *NullableEnum83878678114937d099c9b534cb78beaf) Set(val *Enum83878678114937d099c9b534cb78beaf)
- func (v *NullableEnum83878678114937d099c9b534cb78beaf) UnmarshalJSON(src []byte) error
- func (v *NullableEnum83878678114937d099c9b534cb78beaf) Unset()
- type NullableEnum88381acf2baeed408becef5653510069
- func (v NullableEnum88381acf2baeed408becef5653510069) Get() *Enum88381acf2baeed408becef5653510069
- func (v NullableEnum88381acf2baeed408becef5653510069) IsSet() bool
- func (v NullableEnum88381acf2baeed408becef5653510069) MarshalJSON() ([]byte, error)
- func (v *NullableEnum88381acf2baeed408becef5653510069) Set(val *Enum88381acf2baeed408becef5653510069)
- func (v *NullableEnum88381acf2baeed408becef5653510069) UnmarshalJSON(src []byte) error
- func (v *NullableEnum88381acf2baeed408becef5653510069) Unset()
- type NullableEnum9c1e82c38fa16c4851aece69dc28da0b
- func (v NullableEnum9c1e82c38fa16c4851aece69dc28da0b) Get() *Enum9c1e82c38fa16c4851aece69dc28da0b
- func (v NullableEnum9c1e82c38fa16c4851aece69dc28da0b) IsSet() bool
- func (v NullableEnum9c1e82c38fa16c4851aece69dc28da0b) MarshalJSON() ([]byte, error)
- func (v *NullableEnum9c1e82c38fa16c4851aece69dc28da0b) Set(val *Enum9c1e82c38fa16c4851aece69dc28da0b)
- func (v *NullableEnum9c1e82c38fa16c4851aece69dc28da0b) UnmarshalJSON(src []byte) error
- func (v *NullableEnum9c1e82c38fa16c4851aece69dc28da0b) Unset()
- type NullableEnum9def3867f5ea1dc45dde745eee25cf64
- func (v NullableEnum9def3867f5ea1dc45dde745eee25cf64) Get() *Enum9def3867f5ea1dc45dde745eee25cf64
- func (v NullableEnum9def3867f5ea1dc45dde745eee25cf64) IsSet() bool
- func (v NullableEnum9def3867f5ea1dc45dde745eee25cf64) MarshalJSON() ([]byte, error)
- func (v *NullableEnum9def3867f5ea1dc45dde745eee25cf64) Set(val *Enum9def3867f5ea1dc45dde745eee25cf64)
- func (v *NullableEnum9def3867f5ea1dc45dde745eee25cf64) UnmarshalJSON(src []byte) error
- func (v *NullableEnum9def3867f5ea1dc45dde745eee25cf64) Unset()
- type NullableEnumA59e4e0f7039345a12220706339ba411
- func (v NullableEnumA59e4e0f7039345a12220706339ba411) Get() *EnumA59e4e0f7039345a12220706339ba411
- func (v NullableEnumA59e4e0f7039345a12220706339ba411) IsSet() bool
- func (v NullableEnumA59e4e0f7039345a12220706339ba411) MarshalJSON() ([]byte, error)
- func (v *NullableEnumA59e4e0f7039345a12220706339ba411) Set(val *EnumA59e4e0f7039345a12220706339ba411)
- func (v *NullableEnumA59e4e0f7039345a12220706339ba411) UnmarshalJSON(src []byte) error
- func (v *NullableEnumA59e4e0f7039345a12220706339ba411) Unset()
- type NullableEnumA8e620669cc60d45b9f04eb14bdfef5d
- func (v NullableEnumA8e620669cc60d45b9f04eb14bdfef5d) Get() *EnumA8e620669cc60d45b9f04eb14bdfef5d
- func (v NullableEnumA8e620669cc60d45b9f04eb14bdfef5d) IsSet() bool
- func (v NullableEnumA8e620669cc60d45b9f04eb14bdfef5d) MarshalJSON() ([]byte, error)
- func (v *NullableEnumA8e620669cc60d45b9f04eb14bdfef5d) Set(val *EnumA8e620669cc60d45b9f04eb14bdfef5d)
- func (v *NullableEnumA8e620669cc60d45b9f04eb14bdfef5d) UnmarshalJSON(src []byte) error
- func (v *NullableEnumA8e620669cc60d45b9f04eb14bdfef5d) Unset()
- type NullableEnumAKAMAI
- type NullableEnumAND
- type NullableEnumAPIGEE
- type NullableEnumAWS
- type NullableEnumAZURE
- type NullableEnumAZUREDEVOPS
- func (v NullableEnumAZUREDEVOPS) Get() *EnumAZUREDEVOPS
- func (v NullableEnumAZUREDEVOPS) IsSet() bool
- func (v NullableEnumAZUREDEVOPS) MarshalJSON() ([]byte, error)
- func (v *NullableEnumAZUREDEVOPS) Set(val *EnumAZUREDEVOPS)
- func (v *NullableEnumAZUREDEVOPS) UnmarshalJSON(src []byte) error
- func (v *NullableEnumAZUREDEVOPS) Unset()
- type NullableEnumAc8825c946764c840068c1a5eddeee84
- func (v NullableEnumAc8825c946764c840068c1a5eddeee84) Get() *EnumAc8825c946764c840068c1a5eddeee84
- func (v NullableEnumAc8825c946764c840068c1a5eddeee84) IsSet() bool
- func (v NullableEnumAc8825c946764c840068c1a5eddeee84) MarshalJSON() ([]byte, error)
- func (v *NullableEnumAc8825c946764c840068c1a5eddeee84) Set(val *EnumAc8825c946764c840068c1a5eddeee84)
- func (v *NullableEnumAc8825c946764c840068c1a5eddeee84) UnmarshalJSON(src []byte) error
- func (v *NullableEnumAc8825c946764c840068c1a5eddeee84) Unset()
- type NullableEnumB2ba5e44bc46a15fb43cda9911cf1860
- func (v NullableEnumB2ba5e44bc46a15fb43cda9911cf1860) Get() *EnumB2ba5e44bc46a15fb43cda9911cf1860
- func (v NullableEnumB2ba5e44bc46a15fb43cda9911cf1860) IsSet() bool
- func (v NullableEnumB2ba5e44bc46a15fb43cda9911cf1860) MarshalJSON() ([]byte, error)
- func (v *NullableEnumB2ba5e44bc46a15fb43cda9911cf1860) Set(val *EnumB2ba5e44bc46a15fb43cda9911cf1860)
- func (v *NullableEnumB2ba5e44bc46a15fb43cda9911cf1860) UnmarshalJSON(src []byte) error
- func (v *NullableEnumB2ba5e44bc46a15fb43cda9911cf1860) Unset()
- type NullableEnumBADREQUEST
- func (v NullableEnumBADREQUEST) Get() *EnumBADREQUEST
- func (v NullableEnumBADREQUEST) IsSet() bool
- func (v NullableEnumBADREQUEST) MarshalJSON() ([]byte, error)
- func (v *NullableEnumBADREQUEST) Set(val *EnumBADREQUEST)
- func (v *NullableEnumBADREQUEST) UnmarshalJSON(src []byte) error
- func (v *NullableEnumBADREQUEST) Unset()
- type NullableEnumBASIC
- type NullableEnumBITBUCKETREPO
- func (v NullableEnumBITBUCKETREPO) Get() *EnumBITBUCKETREPO
- func (v NullableEnumBITBUCKETREPO) IsSet() bool
- func (v NullableEnumBITBUCKETREPO) MarshalJSON() ([]byte, error)
- func (v *NullableEnumBITBUCKETREPO) Set(val *EnumBITBUCKETREPO)
- func (v *NullableEnumBITBUCKETREPO) UnmarshalJSON(src []byte) error
- func (v *NullableEnumBITBUCKETREPO) Unset()
- type NullableEnumBROWSERACTIONS
- func (v NullableEnumBROWSERACTIONS) Get() *EnumBROWSERACTIONS
- func (v NullableEnumBROWSERACTIONS) IsSet() bool
- func (v NullableEnumBROWSERACTIONS) MarshalJSON() ([]byte, error)
- func (v *NullableEnumBROWSERACTIONS) Set(val *EnumBROWSERACTIONS)
- func (v *NullableEnumBROWSERACTIONS) UnmarshalJSON(src []byte) error
- func (v *NullableEnumBROWSERACTIONS) Unset()
- type NullableEnumBROWSERAGENT
- func (v NullableEnumBROWSERAGENT) Get() *EnumBROWSERAGENT
- func (v NullableEnumBROWSERAGENT) IsSet() bool
- func (v NullableEnumBROWSERAGENT) MarshalJSON() ([]byte, error)
- func (v *NullableEnumBROWSERAGENT) Set(val *EnumBROWSERAGENT)
- func (v *NullableEnumBROWSERAGENT) UnmarshalJSON(src []byte) error
- func (v *NullableEnumBROWSERAGENT) Unset()
- type NullableEnumBafa7e8598be648bd1bf40163099110a
- func (v NullableEnumBafa7e8598be648bd1bf40163099110a) Get() *EnumBafa7e8598be648bd1bf40163099110a
- func (v NullableEnumBafa7e8598be648bd1bf40163099110a) IsSet() bool
- func (v NullableEnumBafa7e8598be648bd1bf40163099110a) MarshalJSON() ([]byte, error)
- func (v *NullableEnumBafa7e8598be648bd1bf40163099110a) Set(val *EnumBafa7e8598be648bd1bf40163099110a)
- func (v *NullableEnumBafa7e8598be648bd1bf40163099110a) UnmarshalJSON(src []byte) error
- func (v *NullableEnumBafa7e8598be648bd1bf40163099110a) Unset()
- type NullableEnumC48f4480ca763c1e3645aed08c52cfc1
- func (v NullableEnumC48f4480ca763c1e3645aed08c52cfc1) Get() *EnumC48f4480ca763c1e3645aed08c52cfc1
- func (v NullableEnumC48f4480ca763c1e3645aed08c52cfc1) IsSet() bool
- func (v NullableEnumC48f4480ca763c1e3645aed08c52cfc1) MarshalJSON() ([]byte, error)
- func (v *NullableEnumC48f4480ca763c1e3645aed08c52cfc1) Set(val *EnumC48f4480ca763c1e3645aed08c52cfc1)
- func (v *NullableEnumC48f4480ca763c1e3645aed08c52cfc1) UnmarshalJSON(src []byte) error
- func (v *NullableEnumC48f4480ca763c1e3645aed08c52cfc1) Unset()
- type NullableEnumC9df31378b5ab99a9fcb2d159ba1f602
- func (v NullableEnumC9df31378b5ab99a9fcb2d159ba1f602) Get() *EnumC9df31378b5ab99a9fcb2d159ba1f602
- func (v NullableEnumC9df31378b5ab99a9fcb2d159ba1f602) IsSet() bool
- func (v NullableEnumC9df31378b5ab99a9fcb2d159ba1f602) MarshalJSON() ([]byte, error)
- func (v *NullableEnumC9df31378b5ab99a9fcb2d159ba1f602) Set(val *EnumC9df31378b5ab99a9fcb2d159ba1f602)
- func (v *NullableEnumC9df31378b5ab99a9fcb2d159ba1f602) UnmarshalJSON(src []byte) error
- func (v *NullableEnumC9df31378b5ab99a9fcb2d159ba1f602) Unset()
- type NullableEnumCHECK
- type NullableEnumCLICK
- type NullableEnumCLOUDFLARE
- func (v NullableEnumCLOUDFLARE) Get() *EnumCLOUDFLARE
- func (v NullableEnumCLOUDFLARE) IsSet() bool
- func (v NullableEnumCLOUDFLARE) MarshalJSON() ([]byte, error)
- func (v *NullableEnumCLOUDFLARE) Set(val *EnumCLOUDFLARE)
- func (v *NullableEnumCLOUDFLARE) UnmarshalJSON(src []byte) error
- func (v *NullableEnumCLOUDFLARE) Unset()
- type NullableEnumCOGNITOUSERPASS
- func (v NullableEnumCOGNITOUSERPASS) Get() *EnumCOGNITOUSERPASS
- func (v NullableEnumCOGNITOUSERPASS) IsSet() bool
- func (v NullableEnumCOGNITOUSERPASS) MarshalJSON() ([]byte, error)
- func (v *NullableEnumCOGNITOUSERPASS) Set(val *EnumCOGNITOUSERPASS)
- func (v *NullableEnumCOGNITOUSERPASS) UnmarshalJSON(src []byte) error
- func (v *NullableEnumCOGNITOUSERPASS) Unset()
- type NullableEnumCONFLICTONTHEFOLLOWINGFIELD
- func (v NullableEnumCONFLICTONTHEFOLLOWINGFIELD) Get() *EnumCONFLICTONTHEFOLLOWINGFIELD
- func (v NullableEnumCONFLICTONTHEFOLLOWINGFIELD) IsSet() bool
- func (v NullableEnumCONFLICTONTHEFOLLOWINGFIELD) MarshalJSON() ([]byte, error)
- func (v *NullableEnumCONFLICTONTHEFOLLOWINGFIELD) Set(val *EnumCONFLICTONTHEFOLLOWINGFIELD)
- func (v *NullableEnumCONFLICTONTHEFOLLOWINGFIELD) UnmarshalJSON(src []byte) error
- func (v *NullableEnumCONFLICTONTHEFOLLOWINGFIELD) Unset()
- type NullableEnumCURL
- type NullableEnumCURLSEQUENCE
- func (v NullableEnumCURLSEQUENCE) Get() *EnumCURLSEQUENCE
- func (v NullableEnumCURLSEQUENCE) IsSet() bool
- func (v NullableEnumCURLSEQUENCE) MarshalJSON() ([]byte, error)
- func (v *NullableEnumCURLSEQUENCE) Set(val *EnumCURLSEQUENCE)
- func (v *NullableEnumCURLSEQUENCE) UnmarshalJSON(src []byte) error
- func (v *NullableEnumCURLSEQUENCE) Unset()
- type NullableEnumD528205b1dacf02f72b02e9e61efdb57
- func (v NullableEnumD528205b1dacf02f72b02e9e61efdb57) Get() *EnumD528205b1dacf02f72b02e9e61efdb57
- func (v NullableEnumD528205b1dacf02f72b02e9e61efdb57) IsSet() bool
- func (v NullableEnumD528205b1dacf02f72b02e9e61efdb57) MarshalJSON() ([]byte, error)
- func (v *NullableEnumD528205b1dacf02f72b02e9e61efdb57) Set(val *EnumD528205b1dacf02f72b02e9e61efdb57)
- func (v *NullableEnumD528205b1dacf02f72b02e9e61efdb57) UnmarshalJSON(src []byte) error
- func (v *NullableEnumD528205b1dacf02f72b02e9e61efdb57) Unset()
- type NullableEnumD757e8c31ab9423604d4eece2cdb5160
- func (v NullableEnumD757e8c31ab9423604d4eece2cdb5160) Get() *EnumD757e8c31ab9423604d4eece2cdb5160
- func (v NullableEnumD757e8c31ab9423604d4eece2cdb5160) IsSet() bool
- func (v NullableEnumD757e8c31ab9423604d4eece2cdb5160) MarshalJSON() ([]byte, error)
- func (v *NullableEnumD757e8c31ab9423604d4eece2cdb5160) Set(val *EnumD757e8c31ab9423604d4eece2cdb5160)
- func (v *NullableEnumD757e8c31ab9423604d4eece2cdb5160) UnmarshalJSON(src []byte) error
- func (v *NullableEnumD757e8c31ab9423604d4eece2cdb5160) Unset()
- type NullableEnumDIGEST
- type NullableEnumDISCORDWEBHOOK
- func (v NullableEnumDISCORDWEBHOOK) Get() *EnumDISCORDWEBHOOK
- func (v NullableEnumDISCORDWEBHOOK) IsSet() bool
- func (v NullableEnumDISCORDWEBHOOK) MarshalJSON() ([]byte, error)
- func (v *NullableEnumDISCORDWEBHOOK) Set(val *EnumDISCORDWEBHOOK)
- func (v *NullableEnumDISCORDWEBHOOK) UnmarshalJSON(src []byte) error
- func (v *NullableEnumDISCORDWEBHOOK) Unset()
- type NullableEnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY
- func (v NullableEnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY) Get() *EnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY
- func (v NullableEnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY) IsSet() bool
- func (v NullableEnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY) MarshalJSON() ([]byte, error)
- func (v *NullableEnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY) Set(val *EnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY)
- func (v *NullableEnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY) UnmarshalJSON(src []byte) error
- func (v *NullableEnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY) Unset()
- type NullableEnumE48dd51fe8a350a4154904abf16320d7
- func (v NullableEnumE48dd51fe8a350a4154904abf16320d7) Get() *EnumE48dd51fe8a350a4154904abf16320d7
- func (v NullableEnumE48dd51fe8a350a4154904abf16320d7) IsSet() bool
- func (v NullableEnumE48dd51fe8a350a4154904abf16320d7) MarshalJSON() ([]byte, error)
- func (v *NullableEnumE48dd51fe8a350a4154904abf16320d7) Set(val *EnumE48dd51fe8a350a4154904abf16320d7)
- func (v *NullableEnumE48dd51fe8a350a4154904abf16320d7) UnmarshalJSON(src []byte) error
- func (v *NullableEnumE48dd51fe8a350a4154904abf16320d7) Unset()
- type NullableEnumE72f9dda622f4cb5cd0a811e58e7f98e
- func (v NullableEnumE72f9dda622f4cb5cd0a811e58e7f98e) Get() *EnumE72f9dda622f4cb5cd0a811e58e7f98e
- func (v NullableEnumE72f9dda622f4cb5cd0a811e58e7f98e) IsSet() bool
- func (v NullableEnumE72f9dda622f4cb5cd0a811e58e7f98e) MarshalJSON() ([]byte, error)
- func (v *NullableEnumE72f9dda622f4cb5cd0a811e58e7f98e) Set(val *EnumE72f9dda622f4cb5cd0a811e58e7f98e)
- func (v *NullableEnumE72f9dda622f4cb5cd0a811e58e7f98e) UnmarshalJSON(src []byte) error
- func (v *NullableEnumE72f9dda622f4cb5cd0a811e58e7f98e) Unset()
- type NullableEnumEMAIL
- type NullableEnumF33adad4c808d4d9ab51ae2bf931668b
- func (v NullableEnumF33adad4c808d4d9ab51ae2bf931668b) Get() *EnumF33adad4c808d4d9ab51ae2bf931668b
- func (v NullableEnumF33adad4c808d4d9ab51ae2bf931668b) IsSet() bool
- func (v NullableEnumF33adad4c808d4d9ab51ae2bf931668b) MarshalJSON() ([]byte, error)
- func (v *NullableEnumF33adad4c808d4d9ab51ae2bf931668b) Set(val *EnumF33adad4c808d4d9ab51ae2bf931668b)
- func (v *NullableEnumF33adad4c808d4d9ab51ae2bf931668b) UnmarshalJSON(src []byte) error
- func (v *NullableEnumF33adad4c808d4d9ab51ae2bf931668b) Unset()
- type NullableEnumFILL
- type NullableEnumFOCUSPAGE
- func (v NullableEnumFOCUSPAGE) Get() *EnumFOCUSPAGE
- func (v NullableEnumFOCUSPAGE) IsSet() bool
- func (v NullableEnumFOCUSPAGE) MarshalJSON() ([]byte, error)
- func (v *NullableEnumFOCUSPAGE) Set(val *EnumFOCUSPAGE)
- func (v *NullableEnumFOCUSPAGE) UnmarshalJSON(src []byte) error
- func (v *NullableEnumFOCUSPAGE) Unset()
- type NullableEnumFRONTEND
- func (v NullableEnumFRONTEND) Get() *EnumFRONTEND
- func (v NullableEnumFRONTEND) IsSet() bool
- func (v NullableEnumFRONTEND) MarshalJSON() ([]byte, error)
- func (v *NullableEnumFRONTEND) Set(val *EnumFRONTEND)
- func (v *NullableEnumFRONTEND) UnmarshalJSON(src []byte) error
- func (v *NullableEnumFRONTEND) Unset()
- type NullableEnumGCP
- type NullableEnumGITHUBAPIKEY
- func (v NullableEnumGITHUBAPIKEY) Get() *EnumGITHUBAPIKEY
- func (v NullableEnumGITHUBAPIKEY) IsSet() bool
- func (v NullableEnumGITHUBAPIKEY) MarshalJSON() ([]byte, error)
- func (v *NullableEnumGITHUBAPIKEY) Set(val *EnumGITHUBAPIKEY)
- func (v *NullableEnumGITHUBAPIKEY) UnmarshalJSON(src []byte) error
- func (v *NullableEnumGITHUBAPIKEY) Unset()
- type NullableEnumGITLABAPIKEY
- func (v NullableEnumGITLABAPIKEY) Get() *EnumGITLABAPIKEY
- func (v NullableEnumGITLABAPIKEY) IsSet() bool
- func (v NullableEnumGITLABAPIKEY) MarshalJSON() ([]byte, error)
- func (v *NullableEnumGITLABAPIKEY) Set(val *EnumGITLABAPIKEY)
- func (v *NullableEnumGITLABAPIKEY) UnmarshalJSON(src []byte) error
- func (v *NullableEnumGITLABAPIKEY) Unset()
- type NullableEnumGOTO
- type NullableEnumGRAPHQL
- func (v NullableEnumGRAPHQL) Get() *EnumGRAPHQL
- func (v NullableEnumGRAPHQL) IsSet() bool
- func (v NullableEnumGRAPHQL) MarshalJSON() ([]byte, error)
- func (v *NullableEnumGRAPHQL) Set(val *EnumGRAPHQL)
- func (v *NullableEnumGRAPHQL) UnmarshalJSON(src []byte) error
- func (v *NullableEnumGRAPHQL) Unset()
- type NullableEnumHEADERS
- func (v NullableEnumHEADERS) Get() *EnumHEADERS
- func (v NullableEnumHEADERS) IsSet() bool
- func (v NullableEnumHEADERS) MarshalJSON() ([]byte, error)
- func (v *NullableEnumHEADERS) Set(val *EnumHEADERS)
- func (v *NullableEnumHEADERS) UnmarshalJSON(src []byte) error
- func (v *NullableEnumHEADERS) Unset()
- type NullableEnumHELPERSREQUESTCRUD
- func (v NullableEnumHELPERSREQUESTCRUD) Get() *EnumHELPERSREQUESTCRUD
- func (v NullableEnumHELPERSREQUESTCRUD) IsSet() bool
- func (v NullableEnumHELPERSREQUESTCRUD) MarshalJSON() ([]byte, error)
- func (v *NullableEnumHELPERSREQUESTCRUD) Set(val *EnumHELPERSREQUESTCRUD)
- func (v *NullableEnumHELPERSREQUESTCRUD) UnmarshalJSON(src []byte) error
- func (v *NullableEnumHELPERSREQUESTCRUD) Unset()
- type NullableEnumHELPERSRESPONSEISSUCCESSFUL
- func (v NullableEnumHELPERSRESPONSEISSUCCESSFUL) Get() *EnumHELPERSRESPONSEISSUCCESSFUL
- func (v NullableEnumHELPERSRESPONSEISSUCCESSFUL) IsSet() bool
- func (v NullableEnumHELPERSRESPONSEISSUCCESSFUL) MarshalJSON() ([]byte, error)
- func (v *NullableEnumHELPERSRESPONSEISSUCCESSFUL) Set(val *EnumHELPERSRESPONSEISSUCCESSFUL)
- func (v *NullableEnumHELPERSRESPONSEISSUCCESSFUL) UnmarshalJSON(src []byte) error
- func (v *NullableEnumHELPERSRESPONSEISSUCCESSFUL) Unset()
- type NullableEnumHTTP
- type NullableEnumINTEGRATIONDELETEDSUCCESSFULLY
- func (v NullableEnumINTEGRATIONDELETEDSUCCESSFULLY) Get() *EnumINTEGRATIONDELETEDSUCCESSFULLY
- func (v NullableEnumINTEGRATIONDELETEDSUCCESSFULLY) IsSet() bool
- func (v NullableEnumINTEGRATIONDELETEDSUCCESSFULLY) MarshalJSON() ([]byte, error)
- func (v *NullableEnumINTEGRATIONDELETEDSUCCESSFULLY) Set(val *EnumINTEGRATIONDELETEDSUCCESSFULLY)
- func (v *NullableEnumINTEGRATIONDELETEDSUCCESSFULLY) UnmarshalJSON(src []byte) error
- func (v *NullableEnumINTEGRATIONDELETEDSUCCESSFULLY) Unset()
- type NullableEnumINVALIDCURSOR
- func (v NullableEnumINVALIDCURSOR) Get() *EnumINVALIDCURSOR
- func (v NullableEnumINVALIDCURSOR) IsSet() bool
- func (v NullableEnumINVALIDCURSOR) MarshalJSON() ([]byte, error)
- func (v *NullableEnumINVALIDCURSOR) Set(val *EnumINVALIDCURSOR)
- func (v *NullableEnumINVALIDCURSOR) UnmarshalJSON(src []byte) error
- func (v *NullableEnumINVALIDCURSOR) Unset()
- type NullableEnumJIRA
- type NullableEnumKONGGATEWAY
- func (v NullableEnumKONGGATEWAY) Get() *EnumKONGGATEWAY
- func (v NullableEnumKONGGATEWAY) IsSet() bool
- func (v NullableEnumKONGGATEWAY) MarshalJSON() ([]byte, error)
- func (v *NullableEnumKONGGATEWAY) Set(val *EnumKONGGATEWAY)
- func (v *NullableEnumKONGGATEWAY) UnmarshalJSON(src []byte) error
- func (v *NullableEnumKONGGATEWAY) Unset()
- type NullableEnumKONGKONNECT
- func (v NullableEnumKONGKONNECT) Get() *EnumKONGKONNECT
- func (v NullableEnumKONGKONNECT) IsSet() bool
- func (v NullableEnumKONGKONNECT) MarshalJSON() ([]byte, error)
- func (v *NullableEnumKONGKONNECT) Set(val *EnumKONGKONNECT)
- func (v *NullableEnumKONGKONNECT) UnmarshalJSON(src []byte) error
- func (v *NullableEnumKONGKONNECT) Unset()
- type NullableEnumKUBERNETES
- func (v NullableEnumKUBERNETES) Get() *EnumKUBERNETES
- func (v NullableEnumKUBERNETES) IsSet() bool
- func (v NullableEnumKUBERNETES) MarshalJSON() ([]byte, error)
- func (v *NullableEnumKUBERNETES) Set(val *EnumKUBERNETES)
- func (v *NullableEnumKUBERNETES) UnmarshalJSON(src []byte) error
- func (v *NullableEnumKUBERNETES) Unset()
- type NullableEnumLOCATIONDELETEDSUCCESSFULLY
- func (v NullableEnumLOCATIONDELETEDSUCCESSFULLY) Get() *EnumLOCATIONDELETEDSUCCESSFULLY
- func (v NullableEnumLOCATIONDELETEDSUCCESSFULLY) IsSet() bool
- func (v NullableEnumLOCATIONDELETEDSUCCESSFULLY) MarshalJSON() ([]byte, error)
- func (v *NullableEnumLOCATIONDELETEDSUCCESSFULLY) Set(val *EnumLOCATIONDELETEDSUCCESSFULLY)
- func (v *NullableEnumLOCATIONDELETEDSUCCESSFULLY) UnmarshalJSON(src []byte) error
- func (v *NullableEnumLOCATIONDELETEDSUCCESSFULLY) Unset()
- type NullableEnumNOT
- type NullableEnumNOTFOUND
- func (v NullableEnumNOTFOUND) Get() *EnumNOTFOUND
- func (v NullableEnumNOTFOUND) IsSet() bool
- func (v NullableEnumNOTFOUND) MarshalJSON() ([]byte, error)
- func (v *NullableEnumNOTFOUND) Set(val *EnumNOTFOUND)
- func (v *NullableEnumNOTFOUND) UnmarshalJSON(src []byte) error
- func (v *NullableEnumNOTFOUND) Unset()
- type NullableEnumOAUTHCLIENTCREDENTIALS
- func (v NullableEnumOAUTHCLIENTCREDENTIALS) Get() *EnumOAUTHCLIENTCREDENTIALS
- func (v NullableEnumOAUTHCLIENTCREDENTIALS) IsSet() bool
- func (v NullableEnumOAUTHCLIENTCREDENTIALS) MarshalJSON() ([]byte, error)
- func (v *NullableEnumOAUTHCLIENTCREDENTIALS) Set(val *EnumOAUTHCLIENTCREDENTIALS)
- func (v *NullableEnumOAUTHCLIENTCREDENTIALS) UnmarshalJSON(src []byte) error
- func (v *NullableEnumOAUTHCLIENTCREDENTIALS) Unset()
- type NullableEnumOAUTHUSERPASS
- func (v NullableEnumOAUTHUSERPASS) Get() *EnumOAUTHUSERPASS
- func (v NullableEnumOAUTHUSERPASS) IsSet() bool
- func (v NullableEnumOAUTHUSERPASS) MarshalJSON() ([]byte, error)
- func (v *NullableEnumOAUTHUSERPASS) Set(val *EnumOAUTHUSERPASS)
- func (v *NullableEnumOAUTHUSERPASS) UnmarshalJSON(src []byte) error
- func (v *NullableEnumOAUTHUSERPASS) Unset()
- type NullableEnumOR
- type NullableEnumPOSTMANAPIKEY
- func (v NullableEnumPOSTMANAPIKEY) Get() *EnumPOSTMANAPIKEY
- func (v NullableEnumPOSTMANAPIKEY) IsSet() bool
- func (v NullableEnumPOSTMANAPIKEY) MarshalJSON() ([]byte, error)
- func (v *NullableEnumPOSTMANAPIKEY) Set(val *EnumPOSTMANAPIKEY)
- func (v *NullableEnumPOSTMANAPIKEY) UnmarshalJSON(src []byte) error
- func (v *NullableEnumPOSTMANAPIKEY) Unset()
- type NullableEnumREQUESTBODYJSON
- func (v NullableEnumREQUESTBODYJSON) Get() *EnumREQUESTBODYJSON
- func (v NullableEnumREQUESTBODYJSON) IsSet() bool
- func (v NullableEnumREQUESTBODYJSON) MarshalJSON() ([]byte, error)
- func (v *NullableEnumREQUESTBODYJSON) Set(val *EnumREQUESTBODYJSON)
- func (v *NullableEnumREQUESTBODYJSON) UnmarshalJSON(src []byte) error
- func (v *NullableEnumREQUESTBODYJSON) Unset()
- type NullableEnumREQUESTBODYTEXT
- func (v NullableEnumREQUESTBODYTEXT) Get() *EnumREQUESTBODYTEXT
- func (v NullableEnumREQUESTBODYTEXT) IsSet() bool
- func (v NullableEnumREQUESTBODYTEXT) MarshalJSON() ([]byte, error)
- func (v *NullableEnumREQUESTBODYTEXT) Set(val *EnumREQUESTBODYTEXT)
- func (v *NullableEnumREQUESTBODYTEXT) UnmarshalJSON(src []byte) error
- func (v *NullableEnumREQUESTBODYTEXT) Unset()
- type NullableEnumREQUESTHEADERS
- func (v NullableEnumREQUESTHEADERS) Get() *EnumREQUESTHEADERS
- func (v NullableEnumREQUESTHEADERS) IsSet() bool
- func (v NullableEnumREQUESTHEADERS) MarshalJSON() ([]byte, error)
- func (v *NullableEnumREQUESTHEADERS) Set(val *EnumREQUESTHEADERS)
- func (v *NullableEnumREQUESTHEADERS) UnmarshalJSON(src []byte) error
- func (v *NullableEnumREQUESTHEADERS) Unset()
- type NullableEnumREQUESTISAUTHENTICATED
- func (v NullableEnumREQUESTISAUTHENTICATED) Get() *EnumREQUESTISAUTHENTICATED
- func (v NullableEnumREQUESTISAUTHENTICATED) IsSet() bool
- func (v NullableEnumREQUESTISAUTHENTICATED) MarshalJSON() ([]byte, error)
- func (v *NullableEnumREQUESTISAUTHENTICATED) Set(val *EnumREQUESTISAUTHENTICATED)
- func (v *NullableEnumREQUESTISAUTHENTICATED) UnmarshalJSON(src []byte) error
- func (v *NullableEnumREQUESTISAUTHENTICATED) Unset()
- type NullableEnumREQUESTMETHOD
- func (v NullableEnumREQUESTMETHOD) Get() *EnumREQUESTMETHOD
- func (v NullableEnumREQUESTMETHOD) IsSet() bool
- func (v NullableEnumREQUESTMETHOD) MarshalJSON() ([]byte, error)
- func (v *NullableEnumREQUESTMETHOD) Set(val *EnumREQUESTMETHOD)
- func (v *NullableEnumREQUESTMETHOD) UnmarshalJSON(src []byte) error
- func (v *NullableEnumREQUESTMETHOD) Unset()
- type NullableEnumREQUESTOBJECT
- func (v NullableEnumREQUESTOBJECT) Get() *EnumREQUESTOBJECT
- func (v NullableEnumREQUESTOBJECT) IsSet() bool
- func (v NullableEnumREQUESTOBJECT) MarshalJSON() ([]byte, error)
- func (v *NullableEnumREQUESTOBJECT) Set(val *EnumREQUESTOBJECT)
- func (v *NullableEnumREQUESTOBJECT) UnmarshalJSON(src []byte) error
- func (v *NullableEnumREQUESTOBJECT) Unset()
- type NullableEnumREQUESTUSER
- func (v NullableEnumREQUESTUSER) Get() *EnumREQUESTUSER
- func (v NullableEnumREQUESTUSER) IsSet() bool
- func (v NullableEnumREQUESTUSER) MarshalJSON() ([]byte, error)
- func (v *NullableEnumREQUESTUSER) Set(val *EnumREQUESTUSER)
- func (v *NullableEnumREQUESTUSER) UnmarshalJSON(src []byte) error
- func (v *NullableEnumREQUESTUSER) Unset()
- type NullableEnumRESPONSEBODYJSON
- func (v NullableEnumRESPONSEBODYJSON) Get() *EnumRESPONSEBODYJSON
- func (v NullableEnumRESPONSEBODYJSON) IsSet() bool
- func (v NullableEnumRESPONSEBODYJSON) MarshalJSON() ([]byte, error)
- func (v *NullableEnumRESPONSEBODYJSON) Set(val *EnumRESPONSEBODYJSON)
- func (v *NullableEnumRESPONSEBODYJSON) UnmarshalJSON(src []byte) error
- func (v *NullableEnumRESPONSEBODYJSON) Unset()
- type NullableEnumRESPONSEBODYTEXT
- func (v NullableEnumRESPONSEBODYTEXT) Get() *EnumRESPONSEBODYTEXT
- func (v NullableEnumRESPONSEBODYTEXT) IsSet() bool
- func (v NullableEnumRESPONSEBODYTEXT) MarshalJSON() ([]byte, error)
- func (v *NullableEnumRESPONSEBODYTEXT) Set(val *EnumRESPONSEBODYTEXT)
- func (v *NullableEnumRESPONSEBODYTEXT) UnmarshalJSON(src []byte) error
- func (v *NullableEnumRESPONSEBODYTEXT) Unset()
- type NullableEnumRESPONSEDURATIONMS
- func (v NullableEnumRESPONSEDURATIONMS) Get() *EnumRESPONSEDURATIONMS
- func (v NullableEnumRESPONSEDURATIONMS) IsSet() bool
- func (v NullableEnumRESPONSEDURATIONMS) MarshalJSON() ([]byte, error)
- func (v *NullableEnumRESPONSEDURATIONMS) Set(val *EnumRESPONSEDURATIONMS)
- func (v *NullableEnumRESPONSEDURATIONMS) UnmarshalJSON(src []byte) error
- func (v *NullableEnumRESPONSEDURATIONMS) Unset()
- type NullableEnumRESPONSEHEADERS
- func (v NullableEnumRESPONSEHEADERS) Get() *EnumRESPONSEHEADERS
- func (v NullableEnumRESPONSEHEADERS) IsSet() bool
- func (v NullableEnumRESPONSEHEADERS) MarshalJSON() ([]byte, error)
- func (v *NullableEnumRESPONSEHEADERS) Set(val *EnumRESPONSEHEADERS)
- func (v *NullableEnumRESPONSEHEADERS) UnmarshalJSON(src []byte) error
- func (v *NullableEnumRESPONSEHEADERS) Unset()
- type NullableEnumRESPONSEOBJECT
- func (v NullableEnumRESPONSEOBJECT) Get() *EnumRESPONSEOBJECT
- func (v NullableEnumRESPONSEOBJECT) IsSet() bool
- func (v NullableEnumRESPONSEOBJECT) MarshalJSON() ([]byte, error)
- func (v *NullableEnumRESPONSEOBJECT) Set(val *EnumRESPONSEOBJECT)
- func (v *NullableEnumRESPONSEOBJECT) UnmarshalJSON(src []byte) error
- func (v *NullableEnumRESPONSEOBJECT) Unset()
- type NullableEnumRESPONSESTATUSCODE
- func (v NullableEnumRESPONSESTATUSCODE) Get() *EnumRESPONSESTATUSCODE
- func (v NullableEnumRESPONSESTATUSCODE) IsSet() bool
- func (v NullableEnumRESPONSESTATUSCODE) MarshalJSON() ([]byte, error)
- func (v *NullableEnumRESPONSESTATUSCODE) Set(val *EnumRESPONSESTATUSCODE)
- func (v *NullableEnumRESPONSESTATUSCODE) UnmarshalJSON(src []byte) error
- func (v *NullableEnumRESPONSESTATUSCODE) Unset()
- type NullableEnumREST
- type NullableEnumSCANTYPE
- func (v NullableEnumSCANTYPE) Get() *EnumSCANTYPE
- func (v NullableEnumSCANTYPE) IsSet() bool
- func (v NullableEnumSCANTYPE) MarshalJSON() ([]byte, error)
- func (v *NullableEnumSCANTYPE) Set(val *EnumSCANTYPE)
- func (v *NullableEnumSCANTYPE) UnmarshalJSON(src []byte) error
- func (v *NullableEnumSCANTYPE) Unset()
- type NullableEnumSCHEMANEEDAUTHENTICATION
- func (v NullableEnumSCHEMANEEDAUTHENTICATION) Get() *EnumSCHEMANEEDAUTHENTICATION
- func (v NullableEnumSCHEMANEEDAUTHENTICATION) IsSet() bool
- func (v NullableEnumSCHEMANEEDAUTHENTICATION) MarshalJSON() ([]byte, error)
- func (v *NullableEnumSCHEMANEEDAUTHENTICATION) Set(val *EnumSCHEMANEEDAUTHENTICATION)
- func (v *NullableEnumSCHEMANEEDAUTHENTICATION) UnmarshalJSON(src []byte) error
- func (v *NullableEnumSCHEMANEEDAUTHENTICATION) Unset()
- type NullableEnumSCHEMAPATHREF
- func (v NullableEnumSCHEMAPATHREF) Get() *EnumSCHEMAPATHREF
- func (v NullableEnumSCHEMAPATHREF) IsSet() bool
- func (v NullableEnumSCHEMAPATHREF) MarshalJSON() ([]byte, error)
- func (v *NullableEnumSCHEMAPATHREF) Set(val *EnumSCHEMAPATHREF)
- func (v *NullableEnumSCHEMAPATHREF) UnmarshalJSON(src []byte) error
- func (v *NullableEnumSCHEMAPATHREF) Unset()
- type NullableEnumSCHEMAUPDATED
- func (v NullableEnumSCHEMAUPDATED) Get() *EnumSCHEMAUPDATED
- func (v NullableEnumSCHEMAUPDATED) IsSet() bool
- func (v NullableEnumSCHEMAUPDATED) MarshalJSON() ([]byte, error)
- func (v *NullableEnumSCHEMAUPDATED) Set(val *EnumSCHEMAUPDATED)
- func (v *NullableEnumSCHEMAUPDATED) UnmarshalJSON(src []byte) error
- func (v *NullableEnumSCHEMAUPDATED) Unset()
- type NullableEnumSCHEMAURL
- func (v NullableEnumSCHEMAURL) Get() *EnumSCHEMAURL
- func (v NullableEnumSCHEMAURL) IsSet() bool
- func (v NullableEnumSCHEMAURL) MarshalJSON() ([]byte, error)
- func (v *NullableEnumSCHEMAURL) Set(val *EnumSCHEMAURL)
- func (v *NullableEnumSCHEMAURL) UnmarshalJSON(src []byte) error
- func (v *NullableEnumSCHEMAURL) Unset()
- type NullableEnumSELECT
- type NullableEnumSLACKWEBHOOK
- func (v NullableEnumSLACKWEBHOOK) Get() *EnumSLACKWEBHOOK
- func (v NullableEnumSLACKWEBHOOK) IsSet() bool
- func (v NullableEnumSLACKWEBHOOK) MarshalJSON() ([]byte, error)
- func (v *NullableEnumSLACKWEBHOOK) Set(val *EnumSLACKWEBHOOK)
- func (v *NullableEnumSLACKWEBHOOK) UnmarshalJSON(src []byte) error
- func (v *NullableEnumSLACKWEBHOOK) Unset()
- type NullableEnumSLEEP
- type NullableEnumTEAMSWEBHOOK
- func (v NullableEnumTEAMSWEBHOOK) Get() *EnumTEAMSWEBHOOK
- func (v NullableEnumTEAMSWEBHOOK) IsSet() bool
- func (v NullableEnumTEAMSWEBHOOK) MarshalJSON() ([]byte, error)
- func (v *NullableEnumTEAMSWEBHOOK) Set(val *EnumTEAMSWEBHOOK)
- func (v *NullableEnumTEAMSWEBHOOK) UnmarshalJSON(src []byte) error
- func (v *NullableEnumTEAMSWEBHOOK) Unset()
- type NullableEnumWAITELEMENT
- func (v NullableEnumWAITELEMENT) Get() *EnumWAITELEMENT
- func (v NullableEnumWAITELEMENT) IsSet() bool
- func (v NullableEnumWAITELEMENT) MarshalJSON() ([]byte, error)
- func (v *NullableEnumWAITELEMENT) Set(val *EnumWAITELEMENT)
- func (v *NullableEnumWAITELEMENT) UnmarshalJSON(src []byte) error
- func (v *NullableEnumWAITELEMENT) Unset()
- type NullableEnumWAITTEXT
- func (v NullableEnumWAITTEXT) Get() *EnumWAITTEXT
- func (v NullableEnumWAITTEXT) IsSet() bool
- func (v NullableEnumWAITTEXT) MarshalJSON() ([]byte, error)
- func (v *NullableEnumWAITTEXT) Set(val *EnumWAITTEXT)
- func (v *NullableEnumWAITTEXT) UnmarshalJSON(src []byte) error
- func (v *NullableEnumWAITTEXT) Unset()
- type NullableEnumWEBHOOK
- func (v NullableEnumWEBHOOK) Get() *EnumWEBHOOK
- func (v NullableEnumWEBHOOK) IsSet() bool
- func (v NullableEnumWEBHOOK) MarshalJSON() ([]byte, error)
- func (v *NullableEnumWEBHOOK) Set(val *EnumWEBHOOK)
- func (v *NullableEnumWEBHOOK) UnmarshalJSON(src []byte) error
- func (v *NullableEnumWEBHOOK) Unset()
- type NullableEnumWIZ
- type NullableFloat32
- type NullableFloat64
- type NullableFrontend
- type NullableFrontendConfiguration
- func (v NullableFrontendConfiguration) Get() *FrontendConfiguration
- func (v NullableFrontendConfiguration) IsSet() bool
- func (v NullableFrontendConfiguration) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfiguration) Set(val *FrontendConfiguration)
- func (v *NullableFrontendConfiguration) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfiguration) Unset()
- type NullableFrontendConfigurationAuthentication
- func (v NullableFrontendConfigurationAuthentication) Get() *FrontendConfigurationAuthentication
- func (v NullableFrontendConfigurationAuthentication) IsSet() bool
- func (v NullableFrontendConfigurationAuthentication) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthentication) Set(val *FrontendConfigurationAuthentication)
- func (v *NullableFrontendConfigurationAuthentication) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthentication) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInner
- func (v NullableFrontendConfigurationAuthenticationPresetsInner) Get() *FrontendConfigurationAuthenticationPresetsInner
- func (v NullableFrontendConfigurationAuthenticationPresetsInner) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInner) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInner) Set(val *FrontendConfigurationAuthenticationPresetsInner)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInner) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInner) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf) Get() *FrontendConfigurationAuthenticationPresetsInnerOneOf
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf) Set(val *FrontendConfigurationAuthenticationPresetsInnerOneOf)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1) Get() *FrontendConfigurationAuthenticationPresetsInnerOneOf1
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1) Set(val *FrontendConfigurationAuthenticationPresetsInnerOneOf1)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10) Get() *FrontendConfigurationAuthenticationPresetsInnerOneOf10
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10) Set(val *FrontendConfigurationAuthenticationPresetsInnerOneOf10)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10Injections
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10Injections) Get() *FrontendConfigurationAuthenticationPresetsInnerOneOf10Injections
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10Injections) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10Injections) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10Injections) Set(val *FrontendConfigurationAuthenticationPresetsInnerOneOf10Injections)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10Injections) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10Injections) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) Get() *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) Set(val *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) Get() ...
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) Set(...)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11) Get() *FrontendConfigurationAuthenticationPresetsInnerOneOf11
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11) Set(val *FrontendConfigurationAuthenticationPresetsInnerOneOf11)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) Get() *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) Set(val *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner) Get() *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner) Set(...)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) Get() ...
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) Set(...)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) Get() ...
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) Set(...)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) Get() ...
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) Set(...)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) Get() ...
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) Set(...)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) Get() ...
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) Set(...)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) Get() ...
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) Set(...)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) Get() ...
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) Set(...)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) Get() ...
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) Set(...)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) Get() ...
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) Set(...)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) Get() *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) Set(val *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2) Get() *FrontendConfigurationAuthenticationPresetsInnerOneOf2
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2) Set(val *FrontendConfigurationAuthenticationPresetsInnerOneOf2)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) Get() *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) Set(val *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3) Get() *FrontendConfigurationAuthenticationPresetsInnerOneOf3
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3) Set(val *FrontendConfigurationAuthenticationPresetsInnerOneOf3)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) Get() *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) Set(val *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4) Get() *FrontendConfigurationAuthenticationPresetsInnerOneOf4
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4) Set(val *FrontendConfigurationAuthenticationPresetsInnerOneOf4)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) Get() *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) Set(val *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf5
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf5) Get() *FrontendConfigurationAuthenticationPresetsInnerOneOf5
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf5) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf5) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf5) Set(val *FrontendConfigurationAuthenticationPresetsInnerOneOf5)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf5) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf5) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf6
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf6) Get() *FrontendConfigurationAuthenticationPresetsInnerOneOf6
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf6) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf6) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf6) Set(val *FrontendConfigurationAuthenticationPresetsInnerOneOf6)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf6) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf6) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7) Get() *FrontendConfigurationAuthenticationPresetsInnerOneOf7
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7) Set(val *FrontendConfigurationAuthenticationPresetsInnerOneOf7)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) Get() *FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) Set(val *FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8) Get() *FrontendConfigurationAuthenticationPresetsInnerOneOf8
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8) Set(val *FrontendConfigurationAuthenticationPresetsInnerOneOf8)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) Get() *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) Set(val *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9) Get() *FrontendConfigurationAuthenticationPresetsInnerOneOf9
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9) Set(val *FrontendConfigurationAuthenticationPresetsInnerOneOf9)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) Get() *FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) Set(val *FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) Get() *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) Set(val *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInnerOneOfRequest
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOfRequest) Get() *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOfRequest) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOfRequest) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOfRequest) Set(val *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOfRequest) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOfRequest) Unset()
- type NullableFrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) Get() *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) Set(val *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner)
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) Unset()
- type NullableFrontendConfigurationAuthenticationProceduresInner
- func (v NullableFrontendConfigurationAuthenticationProceduresInner) Get() *FrontendConfigurationAuthenticationProceduresInner
- func (v NullableFrontendConfigurationAuthenticationProceduresInner) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationProceduresInner) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationProceduresInner) Set(val *FrontendConfigurationAuthenticationProceduresInner)
- func (v *NullableFrontendConfigurationAuthenticationProceduresInner) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationProceduresInner) Unset()
- type NullableFrontendConfigurationAuthenticationProceduresInnerInjections
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerInjections) Get() *FrontendConfigurationAuthenticationProceduresInnerInjections
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerInjections) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerInjections) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerInjections) Set(val *FrontendConfigurationAuthenticationProceduresInnerInjections)
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerInjections) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerInjections) Unset()
- type NullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) Get() *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) Set(val *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner)
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) Unset()
- type NullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) Get() *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) Set(val *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1)
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) Unset()
- type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInner
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInner) Get() *FrontendConfigurationAuthenticationProceduresInnerOperationsInner
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInner) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInner) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInner) Set(val *FrontendConfigurationAuthenticationProceduresInnerOperationsInner)
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInner) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInner) Unset()
- type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) Get() *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) Set(val *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf)
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) Unset()
- type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) Get() *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) Set(val *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1)
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) Unset()
- type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions) Get() ...
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions) Set(...)
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions) Unset()
- type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) Get() ...
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) Set(...)
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) Unset()
- type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) Get() ...
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) Set(...)
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) Unset()
- type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) Get() ...
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) Set(...)
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) Unset()
- type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) Get() *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) Set(val *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2)
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) Unset()
- type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) Get() ...
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) Set(...)
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) Unset()
- type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) Get() *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) Set(val *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3)
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) Unset()
- type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) Get() ...
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) Set(...)
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) Unset()
- type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) Get() ...
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) Set(...)
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) Unset()
- type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) Get() ...
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) Set(...)
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) Unset()
- type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) Get() ...
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) Set(...)
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) Unset()
- type NullableFrontendConfigurationAuthenticationUsersInner
- func (v NullableFrontendConfigurationAuthenticationUsersInner) Get() *FrontendConfigurationAuthenticationUsersInner
- func (v NullableFrontendConfigurationAuthenticationUsersInner) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationUsersInner) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationUsersInner) Set(val *FrontendConfigurationAuthenticationUsersInner)
- func (v *NullableFrontendConfigurationAuthenticationUsersInner) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationUsersInner) Unset()
- type NullableFrontendConfigurationAuthenticationUsersInnerCredentials
- func (v NullableFrontendConfigurationAuthenticationUsersInnerCredentials) Get() *FrontendConfigurationAuthenticationUsersInnerCredentials
- func (v NullableFrontendConfigurationAuthenticationUsersInnerCredentials) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationUsersInnerCredentials) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationUsersInnerCredentials) Set(val *FrontendConfigurationAuthenticationUsersInnerCredentials)
- func (v *NullableFrontendConfigurationAuthenticationUsersInnerCredentials) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationUsersInnerCredentials) Unset()
- type NullableFrontendConfigurationAuthenticationUsersInnerRefresh
- func (v NullableFrontendConfigurationAuthenticationUsersInnerRefresh) Get() *FrontendConfigurationAuthenticationUsersInnerRefresh
- func (v NullableFrontendConfigurationAuthenticationUsersInnerRefresh) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationUsersInnerRefresh) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationUsersInnerRefresh) Set(val *FrontendConfigurationAuthenticationUsersInnerRefresh)
- func (v *NullableFrontendConfigurationAuthenticationUsersInnerRefresh) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationUsersInnerRefresh) Unset()
- type NullableFrontendConfigurationAuthenticationUsersInnerVariablesInner
- func (v NullableFrontendConfigurationAuthenticationUsersInnerVariablesInner) Get() *FrontendConfigurationAuthenticationUsersInnerVariablesInner
- func (v NullableFrontendConfigurationAuthenticationUsersInnerVariablesInner) IsSet() bool
- func (v NullableFrontendConfigurationAuthenticationUsersInnerVariablesInner) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationAuthenticationUsersInnerVariablesInner) Set(val *FrontendConfigurationAuthenticationUsersInnerVariablesInner)
- func (v *NullableFrontendConfigurationAuthenticationUsersInnerVariablesInner) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationAuthenticationUsersInnerVariablesInner) Unset()
- type NullableFrontendConfigurationClient
- func (v NullableFrontendConfigurationClient) Get() *FrontendConfigurationClient
- func (v NullableFrontendConfigurationClient) IsSet() bool
- func (v NullableFrontendConfigurationClient) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationClient) Set(val *FrontendConfigurationClient)
- func (v *NullableFrontendConfigurationClient) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationClient) Unset()
- type NullableFrontendConfigurationCustomRulesInner
- func (v NullableFrontendConfigurationCustomRulesInner) Get() *FrontendConfigurationCustomRulesInner
- func (v NullableFrontendConfigurationCustomRulesInner) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInner) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInner) Set(val *FrontendConfigurationCustomRulesInner)
- func (v *NullableFrontendConfigurationCustomRulesInner) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInner) Unset()
- type NullableFrontendConfigurationCustomRulesInnerAlert
- func (v NullableFrontendConfigurationCustomRulesInnerAlert) Get() *FrontendConfigurationCustomRulesInnerAlert
- func (v NullableFrontendConfigurationCustomRulesInnerAlert) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerAlert) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerAlert) Set(val *FrontendConfigurationCustomRulesInnerAlert)
- func (v *NullableFrontendConfigurationCustomRulesInnerAlert) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerAlert) Unset()
- type NullableFrontendConfigurationCustomRulesInnerAlertCompliance
- func (v NullableFrontendConfigurationCustomRulesInnerAlertCompliance) Get() *FrontendConfigurationCustomRulesInnerAlertCompliance
- func (v NullableFrontendConfigurationCustomRulesInnerAlertCompliance) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerAlertCompliance) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerAlertCompliance) Set(val *FrontendConfigurationCustomRulesInnerAlertCompliance)
- func (v *NullableFrontendConfigurationCustomRulesInnerAlertCompliance) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerAlertCompliance) Unset()
- type NullableFrontendConfigurationCustomRulesInnerSeedInner
- func (v NullableFrontendConfigurationCustomRulesInnerSeedInner) Get() *FrontendConfigurationCustomRulesInnerSeedInner
- func (v NullableFrontendConfigurationCustomRulesInnerSeedInner) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerSeedInner) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerSeedInner) Set(val *FrontendConfigurationCustomRulesInnerSeedInner)
- func (v *NullableFrontendConfigurationCustomRulesInnerSeedInner) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerSeedInner) Unset()
- type NullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf
- func (v NullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf) Get() *FrontendConfigurationCustomRulesInnerSeedInnerOneOf
- func (v NullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf) Set(val *FrontendConfigurationCustomRulesInnerSeedInnerOneOf)
- func (v *NullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf) Unset()
- type NullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf1
- func (v NullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf1) Get() *FrontendConfigurationCustomRulesInnerSeedInnerOneOf1
- func (v NullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf1) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf1) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf1) Set(val *FrontendConfigurationCustomRulesInnerSeedInnerOneOf1)
- func (v *NullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf1) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf1) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransform
- func (v NullableFrontendConfigurationCustomRulesInnerTransform) Get() *FrontendConfigurationCustomRulesInnerTransform
- func (v NullableFrontendConfigurationCustomRulesInnerTransform) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransform) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransform) Set(val *FrontendConfigurationCustomRulesInnerTransform)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransform) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransform) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformMutateInner
- func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInner) Get() *FrontendConfigurationCustomRulesInnerTransformMutateInner
- func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInner) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInner) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInner) Set(val *FrontendConfigurationCustomRulesInnerTransformMutateInner)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInner) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInner) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf
- func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) Get() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf
- func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) Set(val *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1
- func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) Get() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1
- func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) Set(val *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2
- func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) Get() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2
- func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) Set(val *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3
- func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) Get() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3
- func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) Set(val *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4
- func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) Get() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4
- func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) Set(val *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5
- func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) Get() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5
- func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) Set(val *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6
- func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) Get() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6
- func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) Set(val *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate
- func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) Get() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate
- func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) Set(val *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select
- func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) Get() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select
- func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) Set(val *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7
- func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) Get() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7
- func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) Set(val *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace
- func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) Get() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace
- func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) Set(...)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInner
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInner) Get() *FrontendConfigurationCustomRulesInnerTransformTriggerInner
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInner) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInner) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInner) Set(val *FrontendConfigurationCustomRulesInnerTransformTriggerInner)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInner) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInner) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) Get() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) Set(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) Get() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) Set(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) Get() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) Set(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) Get() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) Set(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) Get() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) Set(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) Get() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) Set(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner) Get() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner) Set(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is) Get() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is) Set(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) Get() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) Set(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) Get() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) Set(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) Get() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) Set(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) Get() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) Set(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) Get() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) Set(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) Get() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) Set(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) Get() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) Set(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) Get() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) Set(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) Get() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) Set(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) Get() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) Set(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) Get() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) Set(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) Get() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) Set(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) Get() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) Set(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) Get() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) Set(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) Get() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) Set(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) Get() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) Set(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) Get() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) Set(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) Unset()
- type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) Get() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) IsSet() bool
- func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) Set(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9)
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) Unset()
- type NullableFrontendConfigurationInternal
- func (v NullableFrontendConfigurationInternal) Get() *FrontendConfigurationInternal
- func (v NullableFrontendConfigurationInternal) IsSet() bool
- func (v NullableFrontendConfigurationInternal) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationInternal) Set(val *FrontendConfigurationInternal)
- func (v *NullableFrontendConfigurationInternal) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationInternal) Unset()
- type NullableFrontendConfigurationScan
- func (v NullableFrontendConfigurationScan) Get() *FrontendConfigurationScan
- func (v NullableFrontendConfigurationScan) IsSet() bool
- func (v NullableFrontendConfigurationScan) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationScan) Set(val *FrontendConfigurationScan)
- func (v *NullableFrontendConfigurationScan) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationScan) Unset()
- type NullableFrontendConfigurationScanBlocklist
- func (v NullableFrontendConfigurationScanBlocklist) Get() *FrontendConfigurationScanBlocklist
- func (v NullableFrontendConfigurationScanBlocklist) IsSet() bool
- func (v NullableFrontendConfigurationScanBlocklist) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationScanBlocklist) Set(val *FrontendConfigurationScanBlocklist)
- func (v *NullableFrontendConfigurationScanBlocklist) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationScanBlocklist) Unset()
- type NullableFrontendConfigurationScanBlocklistRoutesInner
- func (v NullableFrontendConfigurationScanBlocklistRoutesInner) Get() *FrontendConfigurationScanBlocklistRoutesInner
- func (v NullableFrontendConfigurationScanBlocklistRoutesInner) IsSet() bool
- func (v NullableFrontendConfigurationScanBlocklistRoutesInner) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationScanBlocklistRoutesInner) Set(val *FrontendConfigurationScanBlocklistRoutesInner)
- func (v *NullableFrontendConfigurationScanBlocklistRoutesInner) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationScanBlocklistRoutesInner) Unset()
- type NullableFrontendConfigurationScanScalarsValue
- func (v NullableFrontendConfigurationScanScalarsValue) Get() *FrontendConfigurationScanScalarsValue
- func (v NullableFrontendConfigurationScanScalarsValue) IsSet() bool
- func (v NullableFrontendConfigurationScanScalarsValue) MarshalJSON() ([]byte, error)
- func (v *NullableFrontendConfigurationScanScalarsValue) Set(val *FrontendConfigurationScanScalarsValue)
- func (v *NullableFrontendConfigurationScanScalarsValue) UnmarshalJSON(src []byte) error
- func (v *NullableFrontendConfigurationScanScalarsValue) Unset()
- type NullableGetApplication200Response
- func (v NullableGetApplication200Response) Get() *GetApplication200Response
- func (v NullableGetApplication200Response) IsSet() bool
- func (v NullableGetApplication200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetApplication200Response) Set(val *GetApplication200Response)
- func (v *NullableGetApplication200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetApplication200Response) Unset()
- type NullableGetIntegration200Response
- func (v NullableGetIntegration200Response) Get() *GetIntegration200Response
- func (v NullableGetIntegration200Response) IsSet() bool
- func (v NullableGetIntegration200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200Response) Set(val *GetIntegration200Response)
- func (v *NullableGetIntegration200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200Response) Unset()
- type NullableGetIntegration200ResponseData
- func (v NullableGetIntegration200ResponseData) Get() *GetIntegration200ResponseData
- func (v NullableGetIntegration200ResponseData) IsSet() bool
- func (v NullableGetIntegration200ResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseData) Set(val *GetIntegration200ResponseData)
- func (v *NullableGetIntegration200ResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseData) Unset()
- type NullableGetIntegration200ResponseDataOneOf
- func (v NullableGetIntegration200ResponseDataOneOf) Get() *GetIntegration200ResponseDataOneOf
- func (v NullableGetIntegration200ResponseDataOneOf) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf) Set(val *GetIntegration200ResponseDataOneOf)
- func (v *NullableGetIntegration200ResponseDataOneOf) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf) Unset()
- type NullableGetIntegration200ResponseDataOneOf1
- func (v NullableGetIntegration200ResponseDataOneOf1) Get() *GetIntegration200ResponseDataOneOf1
- func (v NullableGetIntegration200ResponseDataOneOf1) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf1) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf1) Set(val *GetIntegration200ResponseDataOneOf1)
- func (v *NullableGetIntegration200ResponseDataOneOf1) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf1) Unset()
- type NullableGetIntegration200ResponseDataOneOf10
- func (v NullableGetIntegration200ResponseDataOneOf10) Get() *GetIntegration200ResponseDataOneOf10
- func (v NullableGetIntegration200ResponseDataOneOf10) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf10) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf10) Set(val *GetIntegration200ResponseDataOneOf10)
- func (v *NullableGetIntegration200ResponseDataOneOf10) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf10) Unset()
- type NullableGetIntegration200ResponseDataOneOf11
- func (v NullableGetIntegration200ResponseDataOneOf11) Get() *GetIntegration200ResponseDataOneOf11
- func (v NullableGetIntegration200ResponseDataOneOf11) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf11) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf11) Set(val *GetIntegration200ResponseDataOneOf11)
- func (v *NullableGetIntegration200ResponseDataOneOf11) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf11) Unset()
- type NullableGetIntegration200ResponseDataOneOf11Parameters
- func (v NullableGetIntegration200ResponseDataOneOf11Parameters) Get() *GetIntegration200ResponseDataOneOf11Parameters
- func (v NullableGetIntegration200ResponseDataOneOf11Parameters) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf11Parameters) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf11Parameters) Set(val *GetIntegration200ResponseDataOneOf11Parameters)
- func (v *NullableGetIntegration200ResponseDataOneOf11Parameters) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf11Parameters) Unset()
- type NullableGetIntegration200ResponseDataOneOf12
- func (v NullableGetIntegration200ResponseDataOneOf12) Get() *GetIntegration200ResponseDataOneOf12
- func (v NullableGetIntegration200ResponseDataOneOf12) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf12) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf12) Set(val *GetIntegration200ResponseDataOneOf12)
- func (v *NullableGetIntegration200ResponseDataOneOf12) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf12) Unset()
- type NullableGetIntegration200ResponseDataOneOf12Parameters
- func (v NullableGetIntegration200ResponseDataOneOf12Parameters) Get() *GetIntegration200ResponseDataOneOf12Parameters
- func (v NullableGetIntegration200ResponseDataOneOf12Parameters) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf12Parameters) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf12Parameters) Set(val *GetIntegration200ResponseDataOneOf12Parameters)
- func (v *NullableGetIntegration200ResponseDataOneOf12Parameters) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf12Parameters) Unset()
- type NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInner
- func (v NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInner) Get() *GetIntegration200ResponseDataOneOf12ParametersTemplatesInner
- func (v NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInner) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInner) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInner) Set(val *GetIntegration200ResponseDataOneOf12ParametersTemplatesInner)
- func (v *NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInner) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInner) Unset()
- type NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner
- func (v NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) Get() ...
- func (v NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) Set(...)
- func (v *NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) Unset()
- type NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner
- func (v NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) Get() ...
- func (v NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) Set(...)
- func (v *NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) Unset()
- type NullableGetIntegration200ResponseDataOneOf13
- func (v NullableGetIntegration200ResponseDataOneOf13) Get() *GetIntegration200ResponseDataOneOf13
- func (v NullableGetIntegration200ResponseDataOneOf13) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf13) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf13) Set(val *GetIntegration200ResponseDataOneOf13)
- func (v *NullableGetIntegration200ResponseDataOneOf13) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf13) Unset()
- type NullableGetIntegration200ResponseDataOneOf13Parameters
- func (v NullableGetIntegration200ResponseDataOneOf13Parameters) Get() *GetIntegration200ResponseDataOneOf13Parameters
- func (v NullableGetIntegration200ResponseDataOneOf13Parameters) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf13Parameters) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf13Parameters) Set(val *GetIntegration200ResponseDataOneOf13Parameters)
- func (v *NullableGetIntegration200ResponseDataOneOf13Parameters) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf13Parameters) Unset()
- type NullableGetIntegration200ResponseDataOneOf14
- func (v NullableGetIntegration200ResponseDataOneOf14) Get() *GetIntegration200ResponseDataOneOf14
- func (v NullableGetIntegration200ResponseDataOneOf14) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf14) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf14) Set(val *GetIntegration200ResponseDataOneOf14)
- func (v *NullableGetIntegration200ResponseDataOneOf14) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf14) Unset()
- type NullableGetIntegration200ResponseDataOneOf14Parameters
- func (v NullableGetIntegration200ResponseDataOneOf14Parameters) Get() *GetIntegration200ResponseDataOneOf14Parameters
- func (v NullableGetIntegration200ResponseDataOneOf14Parameters) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf14Parameters) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf14Parameters) Set(val *GetIntegration200ResponseDataOneOf14Parameters)
- func (v *NullableGetIntegration200ResponseDataOneOf14Parameters) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf14Parameters) Unset()
- type NullableGetIntegration200ResponseDataOneOf15
- func (v NullableGetIntegration200ResponseDataOneOf15) Get() *GetIntegration200ResponseDataOneOf15
- func (v NullableGetIntegration200ResponseDataOneOf15) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf15) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf15) Set(val *GetIntegration200ResponseDataOneOf15)
- func (v *NullableGetIntegration200ResponseDataOneOf15) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf15) Unset()
- type NullableGetIntegration200ResponseDataOneOf15Parameters
- func (v NullableGetIntegration200ResponseDataOneOf15Parameters) Get() *GetIntegration200ResponseDataOneOf15Parameters
- func (v NullableGetIntegration200ResponseDataOneOf15Parameters) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf15Parameters) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf15Parameters) Set(val *GetIntegration200ResponseDataOneOf15Parameters)
- func (v *NullableGetIntegration200ResponseDataOneOf15Parameters) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf15Parameters) Unset()
- type NullableGetIntegration200ResponseDataOneOf15ParametersBlacklist
- func (v NullableGetIntegration200ResponseDataOneOf15ParametersBlacklist) Get() *GetIntegration200ResponseDataOneOf15ParametersBlacklist
- func (v NullableGetIntegration200ResponseDataOneOf15ParametersBlacklist) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf15ParametersBlacklist) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf15ParametersBlacklist) Set(val *GetIntegration200ResponseDataOneOf15ParametersBlacklist)
- func (v *NullableGetIntegration200ResponseDataOneOf15ParametersBlacklist) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf15ParametersBlacklist) Unset()
- type NullableGetIntegration200ResponseDataOneOf15ParametersTags
- func (v NullableGetIntegration200ResponseDataOneOf15ParametersTags) Get() *GetIntegration200ResponseDataOneOf15ParametersTags
- func (v NullableGetIntegration200ResponseDataOneOf15ParametersTags) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf15ParametersTags) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf15ParametersTags) Set(val *GetIntegration200ResponseDataOneOf15ParametersTags)
- func (v *NullableGetIntegration200ResponseDataOneOf15ParametersTags) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf15ParametersTags) Unset()
- type NullableGetIntegration200ResponseDataOneOf16
- func (v NullableGetIntegration200ResponseDataOneOf16) Get() *GetIntegration200ResponseDataOneOf16
- func (v NullableGetIntegration200ResponseDataOneOf16) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf16) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf16) Set(val *GetIntegration200ResponseDataOneOf16)
- func (v *NullableGetIntegration200ResponseDataOneOf16) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf16) Unset()
- type NullableGetIntegration200ResponseDataOneOf17
- func (v NullableGetIntegration200ResponseDataOneOf17) Get() *GetIntegration200ResponseDataOneOf17
- func (v NullableGetIntegration200ResponseDataOneOf17) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf17) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf17) Set(val *GetIntegration200ResponseDataOneOf17)
- func (v *NullableGetIntegration200ResponseDataOneOf17) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf17) Unset()
- type NullableGetIntegration200ResponseDataOneOf18
- func (v NullableGetIntegration200ResponseDataOneOf18) Get() *GetIntegration200ResponseDataOneOf18
- func (v NullableGetIntegration200ResponseDataOneOf18) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf18) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf18) Set(val *GetIntegration200ResponseDataOneOf18)
- func (v *NullableGetIntegration200ResponseDataOneOf18) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf18) Unset()
- type NullableGetIntegration200ResponseDataOneOf19
- func (v NullableGetIntegration200ResponseDataOneOf19) Get() *GetIntegration200ResponseDataOneOf19
- func (v NullableGetIntegration200ResponseDataOneOf19) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf19) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf19) Set(val *GetIntegration200ResponseDataOneOf19)
- func (v *NullableGetIntegration200ResponseDataOneOf19) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf19) Unset()
- type NullableGetIntegration200ResponseDataOneOf1Parameters
- func (v NullableGetIntegration200ResponseDataOneOf1Parameters) Get() *GetIntegration200ResponseDataOneOf1Parameters
- func (v NullableGetIntegration200ResponseDataOneOf1Parameters) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf1Parameters) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf1Parameters) Set(val *GetIntegration200ResponseDataOneOf1Parameters)
- func (v *NullableGetIntegration200ResponseDataOneOf1Parameters) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf1Parameters) Unset()
- type NullableGetIntegration200ResponseDataOneOf2
- func (v NullableGetIntegration200ResponseDataOneOf2) Get() *GetIntegration200ResponseDataOneOf2
- func (v NullableGetIntegration200ResponseDataOneOf2) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf2) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf2) Set(val *GetIntegration200ResponseDataOneOf2)
- func (v *NullableGetIntegration200ResponseDataOneOf2) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf2) Unset()
- type NullableGetIntegration200ResponseDataOneOf20
- func (v NullableGetIntegration200ResponseDataOneOf20) Get() *GetIntegration200ResponseDataOneOf20
- func (v NullableGetIntegration200ResponseDataOneOf20) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf20) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf20) Set(val *GetIntegration200ResponseDataOneOf20)
- func (v *NullableGetIntegration200ResponseDataOneOf20) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf20) Unset()
- type NullableGetIntegration200ResponseDataOneOf20Parameters
- func (v NullableGetIntegration200ResponseDataOneOf20Parameters) Get() *GetIntegration200ResponseDataOneOf20Parameters
- func (v NullableGetIntegration200ResponseDataOneOf20Parameters) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf20Parameters) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf20Parameters) Set(val *GetIntegration200ResponseDataOneOf20Parameters)
- func (v *NullableGetIntegration200ResponseDataOneOf20Parameters) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf20Parameters) Unset()
- type NullableGetIntegration200ResponseDataOneOf2Parameters
- func (v NullableGetIntegration200ResponseDataOneOf2Parameters) Get() *GetIntegration200ResponseDataOneOf2Parameters
- func (v NullableGetIntegration200ResponseDataOneOf2Parameters) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf2Parameters) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf2Parameters) Set(val *GetIntegration200ResponseDataOneOf2Parameters)
- func (v *NullableGetIntegration200ResponseDataOneOf2Parameters) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf2Parameters) Unset()
- type NullableGetIntegration200ResponseDataOneOf3
- func (v NullableGetIntegration200ResponseDataOneOf3) Get() *GetIntegration200ResponseDataOneOf3
- func (v NullableGetIntegration200ResponseDataOneOf3) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf3) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf3) Set(val *GetIntegration200ResponseDataOneOf3)
- func (v *NullableGetIntegration200ResponseDataOneOf3) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf3) Unset()
- type NullableGetIntegration200ResponseDataOneOf3Parameters
- func (v NullableGetIntegration200ResponseDataOneOf3Parameters) Get() *GetIntegration200ResponseDataOneOf3Parameters
- func (v NullableGetIntegration200ResponseDataOneOf3Parameters) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf3Parameters) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf3Parameters) Set(val *GetIntegration200ResponseDataOneOf3Parameters)
- func (v *NullableGetIntegration200ResponseDataOneOf3Parameters) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf3Parameters) Unset()
- type NullableGetIntegration200ResponseDataOneOf4
- func (v NullableGetIntegration200ResponseDataOneOf4) Get() *GetIntegration200ResponseDataOneOf4
- func (v NullableGetIntegration200ResponseDataOneOf4) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf4) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf4) Set(val *GetIntegration200ResponseDataOneOf4)
- func (v *NullableGetIntegration200ResponseDataOneOf4) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf4) Unset()
- type NullableGetIntegration200ResponseDataOneOf4Parameters
- func (v NullableGetIntegration200ResponseDataOneOf4Parameters) Get() *GetIntegration200ResponseDataOneOf4Parameters
- func (v NullableGetIntegration200ResponseDataOneOf4Parameters) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf4Parameters) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf4Parameters) Set(val *GetIntegration200ResponseDataOneOf4Parameters)
- func (v *NullableGetIntegration200ResponseDataOneOf4Parameters) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf4Parameters) Unset()
- type NullableGetIntegration200ResponseDataOneOf5
- func (v NullableGetIntegration200ResponseDataOneOf5) Get() *GetIntegration200ResponseDataOneOf5
- func (v NullableGetIntegration200ResponseDataOneOf5) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf5) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf5) Set(val *GetIntegration200ResponseDataOneOf5)
- func (v *NullableGetIntegration200ResponseDataOneOf5) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf5) Unset()
- type NullableGetIntegration200ResponseDataOneOf5Parameters
- func (v NullableGetIntegration200ResponseDataOneOf5Parameters) Get() *GetIntegration200ResponseDataOneOf5Parameters
- func (v NullableGetIntegration200ResponseDataOneOf5Parameters) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf5Parameters) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf5Parameters) Set(val *GetIntegration200ResponseDataOneOf5Parameters)
- func (v *NullableGetIntegration200ResponseDataOneOf5Parameters) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf5Parameters) Unset()
- type NullableGetIntegration200ResponseDataOneOf6
- func (v NullableGetIntegration200ResponseDataOneOf6) Get() *GetIntegration200ResponseDataOneOf6
- func (v NullableGetIntegration200ResponseDataOneOf6) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf6) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf6) Set(val *GetIntegration200ResponseDataOneOf6)
- func (v *NullableGetIntegration200ResponseDataOneOf6) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf6) Unset()
- type NullableGetIntegration200ResponseDataOneOf6Parameters
- func (v NullableGetIntegration200ResponseDataOneOf6Parameters) Get() *GetIntegration200ResponseDataOneOf6Parameters
- func (v NullableGetIntegration200ResponseDataOneOf6Parameters) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf6Parameters) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf6Parameters) Set(val *GetIntegration200ResponseDataOneOf6Parameters)
- func (v *NullableGetIntegration200ResponseDataOneOf6Parameters) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf6Parameters) Unset()
- type NullableGetIntegration200ResponseDataOneOf7
- func (v NullableGetIntegration200ResponseDataOneOf7) Get() *GetIntegration200ResponseDataOneOf7
- func (v NullableGetIntegration200ResponseDataOneOf7) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf7) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf7) Set(val *GetIntegration200ResponseDataOneOf7)
- func (v *NullableGetIntegration200ResponseDataOneOf7) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf7) Unset()
- type NullableGetIntegration200ResponseDataOneOf8
- func (v NullableGetIntegration200ResponseDataOneOf8) Get() *GetIntegration200ResponseDataOneOf8
- func (v NullableGetIntegration200ResponseDataOneOf8) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf8) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf8) Set(val *GetIntegration200ResponseDataOneOf8)
- func (v *NullableGetIntegration200ResponseDataOneOf8) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf8) Unset()
- type NullableGetIntegration200ResponseDataOneOf9
- func (v NullableGetIntegration200ResponseDataOneOf9) Get() *GetIntegration200ResponseDataOneOf9
- func (v NullableGetIntegration200ResponseDataOneOf9) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOf9) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOf9) Set(val *GetIntegration200ResponseDataOneOf9)
- func (v *NullableGetIntegration200ResponseDataOneOf9) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOf9) Unset()
- type NullableGetIntegration200ResponseDataOneOfParameters
- func (v NullableGetIntegration200ResponseDataOneOfParameters) Get() *GetIntegration200ResponseDataOneOfParameters
- func (v NullableGetIntegration200ResponseDataOneOfParameters) IsSet() bool
- func (v NullableGetIntegration200ResponseDataOneOfParameters) MarshalJSON() ([]byte, error)
- func (v *NullableGetIntegration200ResponseDataOneOfParameters) Set(val *GetIntegration200ResponseDataOneOfParameters)
- func (v *NullableGetIntegration200ResponseDataOneOfParameters) UnmarshalJSON(src []byte) error
- func (v *NullableGetIntegration200ResponseDataOneOfParameters) Unset()
- type NullableGetLocation404Response
- func (v NullableGetLocation404Response) Get() *GetLocation404Response
- func (v NullableGetLocation404Response) IsSet() bool
- func (v NullableGetLocation404Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetLocation404Response) Set(val *GetLocation404Response)
- func (v *NullableGetLocation404Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetLocation404Response) Unset()
- type NullableGetScanExchangesArchive200Response
- func (v NullableGetScanExchangesArchive200Response) Get() *GetScanExchangesArchive200Response
- func (v NullableGetScanExchangesArchive200Response) IsSet() bool
- func (v NullableGetScanExchangesArchive200Response) MarshalJSON() ([]byte, error)
- func (v *NullableGetScanExchangesArchive200Response) Set(val *GetScanExchangesArchive200Response)
- func (v *NullableGetScanExchangesArchive200Response) UnmarshalJSON(src []byte) error
- func (v *NullableGetScanExchangesArchive200Response) Unset()
- type NullableGraphQL
- type NullableGraphQLSchema
- func (v NullableGraphQLSchema) Get() *GraphQLSchema
- func (v NullableGraphQLSchema) IsSet() bool
- func (v NullableGraphQLSchema) MarshalJSON() ([]byte, error)
- func (v *NullableGraphQLSchema) Set(val *GraphQLSchema)
- func (v *NullableGraphQLSchema) UnmarshalJSON(src []byte) error
- func (v *NullableGraphQLSchema) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableListApplications200ResponseInner
- func (v NullableListApplications200ResponseInner) Get() *ListApplications200ResponseInner
- func (v NullableListApplications200ResponseInner) IsSet() bool
- func (v NullableListApplications200ResponseInner) MarshalJSON() ([]byte, error)
- func (v *NullableListApplications200ResponseInner) Set(val *ListApplications200ResponseInner)
- func (v *NullableListApplications200ResponseInner) UnmarshalJSON(src []byte) error
- func (v *NullableListApplications200ResponseInner) Unset()
- type NullableListAuditLogs200Response
- func (v NullableListAuditLogs200Response) Get() *ListAuditLogs200Response
- func (v NullableListAuditLogs200Response) IsSet() bool
- func (v NullableListAuditLogs200Response) MarshalJSON() ([]byte, error)
- func (v *NullableListAuditLogs200Response) Set(val *ListAuditLogs200Response)
- func (v *NullableListAuditLogs200Response) UnmarshalJSON(src []byte) error
- func (v *NullableListAuditLogs200Response) Unset()
- type NullableListAuditLogs200ResponseDataInner
- func (v NullableListAuditLogs200ResponseDataInner) Get() *ListAuditLogs200ResponseDataInner
- func (v NullableListAuditLogs200ResponseDataInner) IsSet() bool
- func (v NullableListAuditLogs200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableListAuditLogs200ResponseDataInner) Set(val *ListAuditLogs200ResponseDataInner)
- func (v *NullableListAuditLogs200ResponseDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableListAuditLogs200ResponseDataInner) Unset()
- type NullableListDomains200ResponseInner
- func (v NullableListDomains200ResponseInner) Get() *ListDomains200ResponseInner
- func (v NullableListDomains200ResponseInner) IsSet() bool
- func (v NullableListDomains200ResponseInner) MarshalJSON() ([]byte, error)
- func (v *NullableListDomains200ResponseInner) Set(val *ListDomains200ResponseInner)
- func (v *NullableListDomains200ResponseInner) UnmarshalJSON(src []byte) error
- func (v *NullableListDomains200ResponseInner) Unset()
- type NullableListEvents200Response
- func (v NullableListEvents200Response) Get() *ListEvents200Response
- func (v NullableListEvents200Response) IsSet() bool
- func (v NullableListEvents200Response) MarshalJSON() ([]byte, error)
- func (v *NullableListEvents200Response) Set(val *ListEvents200Response)
- func (v *NullableListEvents200Response) UnmarshalJSON(src []byte) error
- func (v *NullableListEvents200Response) Unset()
- type NullableListEvents200ResponseDataInner
- func (v NullableListEvents200ResponseDataInner) Get() *ListEvents200ResponseDataInner
- func (v NullableListEvents200ResponseDataInner) IsSet() bool
- func (v NullableListEvents200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableListEvents200ResponseDataInner) Set(val *ListEvents200ResponseDataInner)
- func (v *NullableListEvents200ResponseDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableListEvents200ResponseDataInner) Unset()
- type NullableListIntegrations200ResponseInner
- func (v NullableListIntegrations200ResponseInner) Get() *ListIntegrations200ResponseInner
- func (v NullableListIntegrations200ResponseInner) IsSet() bool
- func (v NullableListIntegrations200ResponseInner) MarshalJSON() ([]byte, error)
- func (v *NullableListIntegrations200ResponseInner) Set(val *ListIntegrations200ResponseInner)
- func (v *NullableListIntegrations200ResponseInner) UnmarshalJSON(src []byte) error
- func (v *NullableListIntegrations200ResponseInner) Unset()
- type NullableListIssues200ResponseInner
- func (v NullableListIssues200ResponseInner) Get() *ListIssues200ResponseInner
- func (v NullableListIssues200ResponseInner) IsSet() bool
- func (v NullableListIssues200ResponseInner) MarshalJSON() ([]byte, error)
- func (v *NullableListIssues200ResponseInner) Set(val *ListIssues200ResponseInner)
- func (v *NullableListIssues200ResponseInner) UnmarshalJSON(src []byte) error
- func (v *NullableListIssues200ResponseInner) Unset()
- type NullableListLocations200Response
- func (v NullableListLocations200Response) Get() *ListLocations200Response
- func (v NullableListLocations200Response) IsSet() bool
- func (v NullableListLocations200Response) MarshalJSON() ([]byte, error)
- func (v *NullableListLocations200Response) Set(val *ListLocations200Response)
- func (v *NullableListLocations200Response) UnmarshalJSON(src []byte) error
- func (v *NullableListLocations200Response) Unset()
- type NullableListLocations200ResponseDataInner
- func (v NullableListLocations200ResponseDataInner) Get() *ListLocations200ResponseDataInner
- func (v NullableListLocations200ResponseDataInner) IsSet() bool
- func (v NullableListLocations200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableListLocations200ResponseDataInner) Set(val *ListLocations200ResponseDataInner)
- func (v *NullableListLocations200ResponseDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableListLocations200ResponseDataInner) Unset()
- type NullableListRoles200ResponseInner
- func (v NullableListRoles200ResponseInner) Get() *ListRoles200ResponseInner
- func (v NullableListRoles200ResponseInner) IsSet() bool
- func (v NullableListRoles200ResponseInner) MarshalJSON() ([]byte, error)
- func (v *NullableListRoles200ResponseInner) Set(val *ListRoles200ResponseInner)
- func (v *NullableListRoles200ResponseInner) UnmarshalJSON(src []byte) error
- func (v *NullableListRoles200ResponseInner) Unset()
- type NullableListRoles200ResponseInnerRoleUsersInner
- func (v NullableListRoles200ResponseInnerRoleUsersInner) Get() *ListRoles200ResponseInnerRoleUsersInner
- func (v NullableListRoles200ResponseInnerRoleUsersInner) IsSet() bool
- func (v NullableListRoles200ResponseInnerRoleUsersInner) MarshalJSON() ([]byte, error)
- func (v *NullableListRoles200ResponseInnerRoleUsersInner) Set(val *ListRoles200ResponseInnerRoleUsersInner)
- func (v *NullableListRoles200ResponseInnerRoleUsersInner) UnmarshalJSON(src []byte) error
- func (v *NullableListRoles200ResponseInnerRoleUsersInner) Unset()
- type NullableListRoles200ResponseInnerRoleUsersInnerUser
- func (v NullableListRoles200ResponseInnerRoleUsersInnerUser) Get() *ListRoles200ResponseInnerRoleUsersInnerUser
- func (v NullableListRoles200ResponseInnerRoleUsersInnerUser) IsSet() bool
- func (v NullableListRoles200ResponseInnerRoleUsersInnerUser) MarshalJSON() ([]byte, error)
- func (v *NullableListRoles200ResponseInnerRoleUsersInnerUser) Set(val *ListRoles200ResponseInnerRoleUsersInnerUser)
- func (v *NullableListRoles200ResponseInnerRoleUsersInnerUser) UnmarshalJSON(src []byte) error
- func (v *NullableListRoles200ResponseInnerRoleUsersInnerUser) Unset()
- type NullableListScans200Response
- func (v NullableListScans200Response) Get() *ListScans200Response
- func (v NullableListScans200Response) IsSet() bool
- func (v NullableListScans200Response) MarshalJSON() ([]byte, error)
- func (v *NullableListScans200Response) Set(val *ListScans200Response)
- func (v *NullableListScans200Response) UnmarshalJSON(src []byte) error
- func (v *NullableListScans200Response) Unset()
- type NullableListScans200ResponseDataInner
- func (v NullableListScans200ResponseDataInner) Get() *ListScans200ResponseDataInner
- func (v NullableListScans200ResponseDataInner) IsSet() bool
- func (v NullableListScans200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableListScans200ResponseDataInner) Set(val *ListScans200ResponseDataInner)
- func (v *NullableListScans200ResponseDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableListScans200ResponseDataInner) Unset()
- type NullableListScans400Response
- func (v NullableListScans400Response) Get() *ListScans400Response
- func (v NullableListScans400Response) IsSet() bool
- func (v NullableListScans400Response) MarshalJSON() ([]byte, error)
- func (v *NullableListScans400Response) Set(val *ListScans400Response)
- func (v *NullableListScans400Response) UnmarshalJSON(src []byte) error
- func (v *NullableListScans400Response) Unset()
- type NullableListSubdomains200Response
- func (v NullableListSubdomains200Response) Get() *ListSubdomains200Response
- func (v NullableListSubdomains200Response) IsSet() bool
- func (v NullableListSubdomains200Response) MarshalJSON() ([]byte, error)
- func (v *NullableListSubdomains200Response) Set(val *ListSubdomains200Response)
- func (v *NullableListSubdomains200Response) UnmarshalJSON(src []byte) error
- func (v *NullableListSubdomains200Response) Unset()
- type NullableListSubdomains200ResponseDataInner
- func (v NullableListSubdomains200ResponseDataInner) Get() *ListSubdomains200ResponseDataInner
- func (v NullableListSubdomains200ResponseDataInner) IsSet() bool
- func (v NullableListSubdomains200ResponseDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableListSubdomains200ResponseDataInner) Set(val *ListSubdomains200ResponseDataInner)
- func (v *NullableListSubdomains200ResponseDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableListSubdomains200ResponseDataInner) Unset()
- type NullableREST
- type NullableStartScanRequest
- func (v NullableStartScanRequest) Get() *StartScanRequest
- func (v NullableStartScanRequest) IsSet() bool
- func (v NullableStartScanRequest) MarshalJSON() ([]byte, error)
- func (v *NullableStartScanRequest) Set(val *StartScanRequest)
- func (v *NullableStartScanRequest) UnmarshalJSON(src []byte) error
- func (v *NullableStartScanRequest) Unset()
- type NullableString
- type NullableTime
- type NullableUpdateApplicationRequest
- func (v NullableUpdateApplicationRequest) Get() *UpdateApplicationRequest
- func (v NullableUpdateApplicationRequest) IsSet() bool
- func (v NullableUpdateApplicationRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateApplicationRequest) Set(val *UpdateApplicationRequest)
- func (v *NullableUpdateApplicationRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateApplicationRequest) Unset()
- type NullableUpdateIntegrationRequest
- func (v NullableUpdateIntegrationRequest) Get() *UpdateIntegrationRequest
- func (v NullableUpdateIntegrationRequest) IsSet() bool
- func (v NullableUpdateIntegrationRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateIntegrationRequest) Set(val *UpdateIntegrationRequest)
- func (v *NullableUpdateIntegrationRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateIntegrationRequest) Unset()
- type NullableUpdateLocationRequest
- func (v NullableUpdateLocationRequest) Get() *UpdateLocationRequest
- func (v NullableUpdateLocationRequest) IsSet() bool
- func (v NullableUpdateLocationRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateLocationRequest) Set(val *UpdateLocationRequest)
- func (v *NullableUpdateLocationRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateLocationRequest) Unset()
- type NullableUpdateSchema200Response
- func (v NullableUpdateSchema200Response) Get() *UpdateSchema200Response
- func (v NullableUpdateSchema200Response) IsSet() bool
- func (v NullableUpdateSchema200Response) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateSchema200Response) Set(val *UpdateSchema200Response)
- func (v *NullableUpdateSchema200Response) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateSchema200Response) Unset()
- type REST
- func (o *REST) GetConfiguration() FrontendConfiguration
- func (o *REST) GetConfigurationOk() (*FrontendConfiguration, bool)
- func (o *REST) GetCron() string
- func (o *REST) GetCronOk() (*string, bool)
- func (o *REST) GetLocationId() string
- func (o *REST) GetLocationIdOk() (*string, bool)
- func (o *REST) GetName() string
- func (o *REST) GetNameOk() (*string, bool)
- func (o *REST) GetSchema() GraphQLSchema
- func (o *REST) GetSchemaOk() (*GraphQLSchema, bool)
- func (o *REST) GetType() EnumREST
- func (o *REST) GetTypeOk() (*EnumREST, bool)
- func (o *REST) GetUrl() string
- func (o *REST) GetUrlOk() (*string, bool)
- func (o *REST) HasConfiguration() bool
- func (o *REST) HasCron() bool
- func (o *REST) HasLocationId() bool
- func (o REST) MarshalJSON() ([]byte, error)
- func (o *REST) SetConfiguration(v FrontendConfiguration)
- func (o *REST) SetCron(v string)
- func (o *REST) SetLocationId(v string)
- func (o *REST) SetName(v string)
- func (o *REST) SetSchema(v GraphQLSchema)
- func (o *REST) SetType(v EnumREST)
- func (o *REST) SetUrl(v string)
- func (o REST) ToMap() (map[string]interface{}, error)
- func (o *REST) UnmarshalJSON(data []byte) (err error)
- type RolesAPIService
- type ScansAPIService
- func (a *ScansAPIService) GetScan(ctx context.Context, id string) ApiGetScanRequest
- func (a *ScansAPIService) GetScanExchangesArchive(ctx context.Context, id string) ApiGetScanExchangesArchiveRequest
- func (a *ScansAPIService) GetScanExchangesArchiveExecute(r ApiGetScanExchangesArchiveRequest) (*GetScanExchangesArchive200Response, *http.Response, error)
- func (a *ScansAPIService) GetScanExecute(r ApiGetScanRequest) (*ListScans200ResponseDataInner, *http.Response, error)
- func (a *ScansAPIService) ListEvents(ctx context.Context, id string) ApiListEventsRequest
- func (a *ScansAPIService) ListEventsExecute(r ApiListEventsRequest) (*ListEvents200Response, *http.Response, error)
- func (a *ScansAPIService) ListIssues(ctx context.Context, id string) ApiListIssuesRequest
- func (a *ScansAPIService) ListIssuesExecute(r ApiListIssuesRequest) ([]ListIssues200ResponseInner, *http.Response, error)
- func (a *ScansAPIService) StartScan(ctx context.Context) ApiStartScanRequest
- func (a *ScansAPIService) StartScanExecute(r ApiStartScanRequest) (*ListScans200ResponseDataInner, *http.Response, error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type StartScanRequest
- func (o *StartScanRequest) GetApplicationId() string
- func (o *StartScanRequest) GetApplicationIdOk() (*string, bool)
- func (o *StartScanRequest) GetCommitAuthor() string
- func (o *StartScanRequest) GetCommitAuthorOk() (*string, bool)
- func (o *StartScanRequest) GetCommitAuthorProfilePictureLink() string
- func (o *StartScanRequest) GetCommitAuthorProfilePictureLinkOk() (*string, bool)
- func (o *StartScanRequest) GetCommitBranch() string
- func (o *StartScanRequest) GetCommitBranchOk() (*string, bool)
- func (o *StartScanRequest) GetCommitHash() string
- func (o *StartScanRequest) GetCommitHashOk() (*string, bool)
- func (o *StartScanRequest) GetCommitLink() string
- func (o *StartScanRequest) GetCommitLinkOk() (*string, bool)
- func (o *StartScanRequest) GetConfigurationOverride() FrontendConfiguration
- func (o *StartScanRequest) GetConfigurationOverrideOk() (*FrontendConfiguration, bool)
- func (o *StartScanRequest) HasCommitAuthor() bool
- func (o *StartScanRequest) HasCommitAuthorProfilePictureLink() bool
- func (o *StartScanRequest) HasCommitBranch() bool
- func (o *StartScanRequest) HasCommitHash() bool
- func (o *StartScanRequest) HasCommitLink() bool
- func (o *StartScanRequest) HasConfigurationOverride() bool
- func (o StartScanRequest) MarshalJSON() ([]byte, error)
- func (o *StartScanRequest) SetApplicationId(v string)
- func (o *StartScanRequest) SetCommitAuthor(v string)
- func (o *StartScanRequest) SetCommitAuthorProfilePictureLink(v string)
- func (o *StartScanRequest) SetCommitBranch(v string)
- func (o *StartScanRequest) SetCommitHash(v string)
- func (o *StartScanRequest) SetCommitLink(v string)
- func (o *StartScanRequest) SetConfigurationOverride(v FrontendConfiguration)
- func (o StartScanRequest) ToMap() (map[string]interface{}, error)
- func (o *StartScanRequest) UnmarshalJSON(data []byte) (err error)
- type SubdomainsAPIService
- type UpdateApplicationRequest
- func (o *UpdateApplicationRequest) GetCron() string
- func (o *UpdateApplicationRequest) GetCronOk() (*string, bool)
- func (o *UpdateApplicationRequest) GetLocationId() string
- func (o *UpdateApplicationRequest) GetLocationIdOk() (*string, bool)
- func (o *UpdateApplicationRequest) GetName() string
- func (o *UpdateApplicationRequest) GetNameOk() (*string, bool)
- func (o *UpdateApplicationRequest) HasCron() bool
- func (o *UpdateApplicationRequest) HasLocationId() bool
- func (o *UpdateApplicationRequest) HasName() bool
- func (o UpdateApplicationRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateApplicationRequest) SetCron(v string)
- func (o *UpdateApplicationRequest) SetLocationId(v string)
- func (o *UpdateApplicationRequest) SetName(v string)
- func (o UpdateApplicationRequest) ToMap() (map[string]interface{}, error)
- func (o *UpdateApplicationRequest) UnmarshalJSON(data []byte) (err error)
- type UpdateIntegrationRequest
- func (o *UpdateIntegrationRequest) GetData() GetIntegration200ResponseData
- func (o *UpdateIntegrationRequest) GetDataOk() (*GetIntegration200ResponseData, bool)
- func (o *UpdateIntegrationRequest) GetLocationId() string
- func (o *UpdateIntegrationRequest) GetLocationIdOk() (*string, bool)
- func (o *UpdateIntegrationRequest) GetName() string
- func (o *UpdateIntegrationRequest) GetNameOk() (*string, bool)
- func (o *UpdateIntegrationRequest) HasLocationId() bool
- func (o UpdateIntegrationRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateIntegrationRequest) SetData(v GetIntegration200ResponseData)
- func (o *UpdateIntegrationRequest) SetLocationId(v string)
- func (o *UpdateIntegrationRequest) SetName(v string)
- func (o UpdateIntegrationRequest) ToMap() (map[string]interface{}, error)
- func (o *UpdateIntegrationRequest) UnmarshalJSON(data []byte) (err error)
- type UpdateLocationRequest
- func (o *UpdateLocationRequest) GetName() string
- func (o *UpdateLocationRequest) GetNameOk() (*string, bool)
- func (o *UpdateLocationRequest) GetSshPublicKey() string
- func (o *UpdateLocationRequest) GetSshPublicKeyOk() (*string, bool)
- func (o *UpdateLocationRequest) HasName() bool
- func (o *UpdateLocationRequest) HasSshPublicKey() bool
- func (o UpdateLocationRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateLocationRequest) SetName(v string)
- func (o *UpdateLocationRequest) SetSshPublicKey(v string)
- func (o UpdateLocationRequest) ToMap() (map[string]interface{}, error)
- func (o *UpdateLocationRequest) UnmarshalJSON(data []byte) (err error)
- type UpdateSchema200Response
- func (o *UpdateSchema200Response) GetMessage() EnumSCHEMAUPDATED
- func (o *UpdateSchema200Response) GetMessageOk() (*EnumSCHEMAUPDATED, bool)
- func (o UpdateSchema200Response) MarshalJSON() ([]byte, error)
- func (o *UpdateSchema200Response) SetMessage(v EnumSCHEMAUPDATED)
- func (o UpdateSchema200Response) ToMap() (map[string]interface{}, error)
- func (o *UpdateSchema200Response) UnmarshalJSON(data []byte) (err error)
- type UploadAPIService
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") // 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 AllowedEnum041c163680d484c3944c5d3c68a9635bEnumValues = []Enum041c163680d484c3944c5d3c68a9635b{
"ADMIN",
"EDITOR",
"VIEWER",
"NONE",
}
All allowed values of Enum041c163680d484c3944c5d3c68a9635b enum
var AllowedEnum08a525336b538128cd395ea29110b935EnumValues = []Enum08a525336b538128cd395ea29110b935{
"page",
"browser_local_storage",
"browser_session_storage",
"browser_cookies",
}
All allowed values of Enum08a525336b538128cd395ea29110b935 enum
var AllowedEnum08b09d97ca82baf197de83a269dac339EnumValues = []Enum08b09d97ca82baf197de83a269dac339{
"CC1",
"CC2",
"CC4",
"CC5",
"CC6",
"CC7",
"CC9",
}
All allowed values of Enum08b09d97ca82baf197de83a269dac339 enum
var AllowedEnum099ff370106bbdadb403f9dd62027576EnumValues = []Enum099ff370106bbdadb403f9dd62027576{
"us-east-2",
"us-east-1",
"us-west-1",
"us-west-2",
"af-south-1",
"ap-east-1",
"ap-south-1",
"ap-northeast-3",
"ap-northeast-2",
"ap-southeast-1",
"ap-southeast-2",
"ap-northeast-1",
"ca-central-1",
"cn-north-1",
"cn-northwest-1",
"eu-central-1",
"eu-west-1",
"eu-west-2",
"eu-south-1",
"eu-west-3",
"eu-north-1",
"me-south-1",
"sa-east-1",
}
All allowed values of Enum099ff370106bbdadb403f9dd62027576 enum
var AllowedEnum1a7b888d2ef5b26fc63749f8e3a87cfaEnumValues = []Enum1a7b888d2ef5b26fc63749f8e3a87cfa{
"16",
"20",
"22",
"78",
"79",
"89",
"93",
"94",
"116",
"119",
"200",
"209",
"215",
"264",
"284",
"285",
"287",
"295",
"306",
"307",
"319",
"326",
"330",
"346",
"347",
"352",
"354",
"400",
"444",
"453",
"489",
"502",
"523",
"524",
"548",
"551",
"573",
"601",
"611",
"614",
"676",
"704",
"710",
"730",
"732",
"758",
"770",
"829",
"862",
"863",
"915",
"918",
"942",
"943",
"1029",
"1195",
}
All allowed values of Enum1a7b888d2ef5b26fc63749f8e3a87cfa enum
var AllowedEnum1ab0ceef9ae9ece93c01f2d976ec3990EnumValues = []Enum1ab0ceef9ae9ece93c01f2d976ec3990{
"GRAPHQL",
"REST",
}
All allowed values of Enum1ab0ceef9ae9ece93c01f2d976ec3990 enum
var AllowedEnum1ab5d44a8d8b0e47bb5ab55e0fd2b986EnumValues = []Enum1ab5d44a8d8b0e47bb5ab55e0fd2b986{
"API",
"FRONTEND",
}
All allowed values of Enum1ab5d44a8d8b0e47bb5ab55e0fd2b986 enum
var AllowedEnum1f6d3642ca98942a86c3631840441183EnumValues = []Enum1f6d3642ca98942a86c3631840441183{
"HIGH",
"MEDIUM",
"LOW",
"INFO",
}
All allowed values of Enum1f6d3642ca98942a86c3631840441183 enum
var AllowedEnum200018d75ade9e46d41a8d1efb27c511EnumValues = []Enum200018d75ade9e46d41a8d1efb27c511{
"Strict",
"Lax",
"None",
}
All allowed values of Enum200018d75ade9e46d41a8d1efb27c511 enum
var AllowedEnum2a0a63bd2634c78edc28210c0bdd7520EnumValues = []Enum2a0a63bd2634c78edc28210c0bdd7520{
"API1:2023",
"API2:2023",
"API3:2023",
"API4:2023",
"API5:2023",
"API6:2023",
"API7:2023",
"API8:2023",
"API9:2023",
"API10:2023",
}
All allowed values of Enum2a0a63bd2634c78edc28210c0bdd7520 enum
var AllowedEnum33e76a7bc4c97ff8dbfe29d1d45aaa56EnumValues = []Enum33e76a7bc4c97ff8dbfe29d1d45aaa56{
"US",
"EU",
"AU",
}
All allowed values of Enum33e76a7bc4c97ff8dbfe29d1d45aaa56 enum
var AllowedEnum3b03ec8408c363f23b7d74d99b6ba8f4EnumValues = []Enum3b03ec8408c363f23b7d74d99b6ba8f4{
"SP800-40",
"SP800-41",
"SP800-44",
"SP800-52",
"SP800-53",
"SP800-63B",
"SP800-81-2",
"SP800-92",
"SP800-95",
"SP800-123",
"SP800-161",
"SP800-190",
"SP800-207",
}
All allowed values of Enum3b03ec8408c363f23b7d74d99b6ba8f4 enum
var AllowedEnum4e0943c4ae7a2a2d426c0a6c0b839e82EnumValues = []Enum4e0943c4ae7a2a2d426c0a6c0b839e82{
"CONNECT",
"DELETE",
"GET",
"HEAD",
"OPTIONS",
"PATCH",
"POST",
"PUT",
"TRACE",
}
All allowed values of Enum4e0943c4ae7a2a2d426c0a6c0b839e82 enum
var AllowedEnum5240b1e44488028e2fb125a667a7a4bdEnumValues = []Enum5240b1e44488028e2fb125a667a7a4bd{
"Article-5",
"Article-25",
"Article-32",
"Article-33",
}
All allowed values of Enum5240b1e44488028e2fb125a667a7a4bd enum
var AllowedEnum549d6d987f9711d8c5b7a2472e0c9d65EnumValues = []Enum549d6d987f9711d8c5b7a2472e0c9d65{
"GET",
"POST",
"PUT",
"DELETE",
"HEAD",
"PATCH",
"OPTIONS",
"TRACE",
"CONNECT",
}
All allowed values of Enum549d6d987f9711d8c5b7a2472e0c9d65 enum
var AllowedEnum54f0a5f011be184847a3933abc4c6999EnumValues = []Enum54f0a5f011be184847a3933abc4c6999{
"surface",
"marketing",
"cicd",
"default",
"deep",
"unrestricted",
}
All allowed values of Enum54f0a5f011be184847a3933abc4c6999 enum
var AllowedEnum5cf07f4dc5d62ad66f92942c1b7ce23fEnumValues = []Enum5cf07f4dc5d62ad66f92942c1b7ce23f{
"ACCESS_CONTROL",
"CONFIGURATION",
"CUSTOM",
"INFORMATION_DISCLOSURE",
"INJECTION",
"PROTOCOL",
"REQUEST_FORGERY",
"SENSITIVE_DATA",
"RESOURCE_LIMITATION",
"SCHEMA",
}
All allowed values of Enum5cf07f4dc5d62ad66f92942c1b7ce23f enum
var AllowedEnum6741c81b56f1b47f9c4e941a35bc8afbEnumValues = []Enum6741c81b56f1b47f9c4e941a35bc8afb{
"1.2.3",
"1.3",
"1.3.7",
"2.2.2",
"2.2.5",
"4.1",
"6.1",
"6.2",
"6.5",
"6.5.1",
"6.5.2",
"6.5.3",
"6.5.4",
"6.5.5",
"6.5.6",
"6.5.7",
"6.5.8",
"6.5.9",
"6.5.10",
"7.1",
"7.1.2",
"8.2.1",
"10.2.4",
}
All allowed values of Enum6741c81b56f1b47f9c4e941a35bc8afb enum
var AllowedEnum6b715a076de4c8a128eec128b79c270bEnumValues = []Enum6b715a076de4c8a128eec128b79c270b{
"severity",
"applicationName",
"context",
"testCategory",
"scanId",
"linkToEscape",
}
All allowed values of Enum6b715a076de4c8a128eec128b79c270b enum
var AllowedEnum729547c90705c82a79ed6fbc3adcfa94EnumValues = []Enum729547c90705c82a79ed6fbc3adcfa94{
"ACCESS_CONTROL",
"CONFIGURATION",
"INFORMATION_DISCLOSURE",
"INJECTION",
"PROTOCOL",
"REQUEST_FORGERY",
"RESOURCE_LIMITATION",
"SENSITIVE_DATA",
"SCHEMA",
"CUSTOM",
}
All allowed values of Enum729547c90705c82a79ed6fbc3adcfa94 enum
var AllowedEnum777e439dc57940d3df1f77b9e31ced05EnumValues = []Enum777e439dc57940d3df1f77b9e31ced05{
"AKAMAI",
"APIGEE",
"AWS",
"AZURE",
"AZURE_DEVOPS",
"BITBUCKET_REPO",
"CLOUDFLARE",
"DISCORD_WEBHOOK",
"EMAIL",
"GCP",
"GITHUB_API_KEY",
"GITLAB_API_KEY",
"JIRA",
"KONG_GATEWAY",
"KONG_KONNECT",
"KUBERNETES",
"POSTMAN_API_KEY",
"SLACK_WEBHOOK",
"TEAMS_WEBHOOK",
"WEBHOOK",
"WIZ",
}
All allowed values of Enum777e439dc57940d3df1f77b9e31ced05 enum
var AllowedEnum7f9dfa9af8b93bdca51d0e79de301f7bEnumValues = []Enum7f9dfa9af8b93bdca51d0e79de301f7b{
"A.9.4",
"A.10.1",
"A.12.1",
"A.12.2",
"A.12.3",
"A.12.6",
"A.12.7",
"A.13.1",
"A.14.1",
"A.14.2",
"A.17.1",
"A.18.1",
}
All allowed values of Enum7f9dfa9af8b93bdca51d0e79de301f7b enum
var AllowedEnum80229dc8a40727ab101f9b3e03267361EnumValues = []Enum80229dc8a40727ab101f9b3e03267361{
"LLM01",
"LLM02",
"LLM03",
"LLM04",
"LLM05",
"LLM06",
"LLM07",
"LLM08",
"LLM09",
"LLM10",
}
All allowed values of Enum80229dc8a40727ab101f9b3e03267361 enum
var AllowedEnum83878678114937d099c9b534cb78beafEnumValues = []Enum83878678114937d099c9b534cb78beaf{
"header",
"cookie",
"body",
"query",
}
All allowed values of Enum83878678114937d099c9b534cb78beaf enum
var AllowedEnum88381acf2baeed408becef5653510069EnumValues = []Enum88381acf2baeed408becef5653510069{}/* 256 elements not displayed */
All allowed values of Enum88381acf2baeed408becef5653510069 enum
var AllowedEnum9c1e82c38fa16c4851aece69dc28da0bEnumValues = []Enum9c1e82c38fa16c4851aece69dc28da0b{
"HIGH",
"MEDIUM",
"LOW",
"INFO",
"CRITICAL",
}
All allowed values of Enum9c1e82c38fa16c4851aece69dc28da0b enum
var AllowedEnum9def3867f5ea1dc45dde745eee25cf64EnumValues = []Enum9def3867f5ea1dc45dde745eee25cf64{
"CREATE",
"READ",
"UPDATE",
"DELETE",
}
All allowed values of Enum9def3867f5ea1dc45dde745eee25cf64 enum
var AllowedEnumA59e4e0f7039345a12220706339ba411EnumValues = []EnumA59e4e0f7039345a12220706339ba411{
"GRAPHQL",
"REST",
"FRONTEND",
"GRPC",
"SOAP",
"WEBSOCKET",
}
All allowed values of EnumA59e4e0f7039345a12220706339ba411 enum
var AllowedEnumA8e620669cc60d45b9f04eb14bdfef5dEnumValues = []EnumA8e620669cc60d45b9f04eb14bdfef5d{
"String",
"Int",
"Float",
"Boolean",
}
All allowed values of EnumA8e620669cc60d45b9f04eb14bdfef5d enum
var AllowedEnumAKAMAIEnumValues = []EnumAKAMAI{
"AKAMAI",
}
All allowed values of EnumAKAMAI enum
var AllowedEnumANDEnumValues = []EnumAND{
"and",
}
All allowed values of EnumAND enum
var AllowedEnumAPIGEEEnumValues = []EnumAPIGEE{
"APIGEE",
}
All allowed values of EnumAPIGEE enum
var AllowedEnumAWSEnumValues = []EnumAWS{
"AWS",
}
All allowed values of EnumAWS enum
var AllowedEnumAZUREDEVOPSEnumValues = []EnumAZUREDEVOPS{
"AZURE_DEVOPS",
}
All allowed values of EnumAZUREDEVOPS enum
var AllowedEnumAZUREEnumValues = []EnumAZURE{
"AZURE",
}
All allowed values of EnumAZURE enum
var AllowedEnumAc8825c946764c840068c1a5eddeee84EnumValues = []EnumAc8825c946764c840068c1a5eddeee84{
"DEBUG",
"ERROR",
"INFO",
"WARNING",
}
All allowed values of EnumAc8825c946764c840068c1a5eddeee84 enum
var AllowedEnumB2ba5e44bc46a15fb43cda9911cf1860EnumValues = []EnumB2ba5e44bc46a15fb43cda9911cf1860{
"multi_modal_openai",
"url_action_state_identifier",
"url_state_identifier",
"multi_modal_clustering_identifier",
}
All allowed values of EnumB2ba5e44bc46a15fb43cda9911cf1860 enum
var AllowedEnumBADREQUESTEnumValues = []EnumBADREQUEST{
"Bad Request",
}
All allowed values of EnumBADREQUEST enum
var AllowedEnumBASICEnumValues = []EnumBASIC{
"basic",
}
All allowed values of EnumBASIC enum
var AllowedEnumBITBUCKETREPOEnumValues = []EnumBITBUCKETREPO{
"BITBUCKET_REPO",
}
All allowed values of EnumBITBUCKETREPO enum
var AllowedEnumBROWSERACTIONSEnumValues = []EnumBROWSERACTIONS{
"browser_actions",
}
All allowed values of EnumBROWSERACTIONS enum
var AllowedEnumBROWSERAGENTEnumValues = []EnumBROWSERAGENT{
"browser_agent",
}
All allowed values of EnumBROWSERAGENT enum
var AllowedEnumBafa7e8598be648bd1bf40163099110aEnumValues = []EnumBafa7e8598be648bd1bf40163099110a{
"key",
"key_strict",
"value",
"value_strict",
"key_or_value",
"key_or_value_strict",
"key_strict_or_value",
"key_and_value_strict",
}
All allowed values of EnumBafa7e8598be648bd1bf40163099110a enum
var AllowedEnumC48f4480ca763c1e3645aed08c52cfc1EnumValues = []EnumC48f4480ca763c1e3645aed08c52cfc1{
"Standard-1",
"Standard-2",
"Standard-3",
"Standard-4",
"Standard-5",
}
All allowed values of EnumC48f4480ca763c1e3645aed08c52cfc1 enum
var AllowedEnumC9df31378b5ab99a9fcb2d159ba1f602EnumValues = []EnumC9df31378b5ab99a9fcb2d159ba1f602{
"NONE",
"LOW",
"MEDIUM",
"HIGH",
}
All allowed values of EnumC9df31378b5ab99a9fcb2d159ba1f602 enum
var AllowedEnumCHECKEnumValues = []EnumCHECK{
"check",
}
All allowed values of EnumCHECK enum
var AllowedEnumCLICKEnumValues = []EnumCLICK{
"click",
}
All allowed values of EnumCLICK enum
var AllowedEnumCLOUDFLAREEnumValues = []EnumCLOUDFLARE{
"CLOUDFLARE",
}
All allowed values of EnumCLOUDFLARE enum
var AllowedEnumCOGNITOUSERPASSEnumValues = []EnumCOGNITOUSERPASS{
"cognito_userpass",
}
All allowed values of EnumCOGNITOUSERPASS enum
var AllowedEnumCONFLICTONTHEFOLLOWINGFIELDEnumValues = []EnumCONFLICTONTHEFOLLOWINGFIELD{
"Conflict on the following field",
}
All allowed values of EnumCONFLICTONTHEFOLLOWINGFIELD enum
var AllowedEnumCURLEnumValues = []EnumCURL{
"curl",
}
All allowed values of EnumCURL enum
var AllowedEnumCURLSEQUENCEEnumValues = []EnumCURLSEQUENCE{
"curl_sequence",
}
All allowed values of EnumCURLSEQUENCE enum
var AllowedEnumD528205b1dacf02f72b02e9e61efdb57EnumValues = []EnumD528205b1dacf02f72b02e9e61efdb57{
"API_TYPE_GRAPHQL",
"API_TYPE_REST",
}
All allowed values of EnumD528205b1dacf02f72b02e9e61efdb57 enum
var AllowedEnumD757e8c31ab9423604d4eece2cdb5160EnumValues = []EnumD757e8c31ab9423604d4eece2cdb5160{
"Article-5",
"Article-21",
"Article-32",
"Article-94",
"Article-95",
"Article-96",
"Article-97",
"Article-98",
}
All allowed values of EnumD757e8c31ab9423604d4eece2cdb5160 enum
var AllowedEnumDIGESTEnumValues = []EnumDIGEST{
"digest",
}
All allowed values of EnumDIGEST enum
var AllowedEnumDISCORDWEBHOOKEnumValues = []EnumDISCORDWEBHOOK{
"DISCORD_WEBHOOK",
}
All allowed values of EnumDISCORDWEBHOOK enum
var AllowedEnumDOMAINDELETIONSCHEDULEDSUCCESSFULLYEnumValues = []EnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY{
"Domain deletion scheduled successfully",
}
All allowed values of EnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY enum
var AllowedEnumE48dd51fe8a350a4154904abf16320d7EnumValues = []EnumE48dd51fe8a350a4154904abf16320d7{
"STARTING",
"RUNNING",
"CANCELED",
"FINISHED",
"FAILED",
}
All allowed values of EnumE48dd51fe8a350a4154904abf16320d7 enum
var AllowedEnumE72f9dda622f4cb5cd0a811e58e7f98eEnumValues = []EnumE72f9dda622f4cb5cd0a811e58e7f98e{
"AC-2",
"AC-3",
"AC-4",
"AC-6",
"AC-7",
"AC-14",
"AC-17",
"AC-22",
"CM-2",
"CM-3",
"SA-11",
"SC-5",
"SC-7",
"SC-8",
"SC-12",
"SC-13",
"SC-17",
"SC-18",
"SC-20",
"SC-28",
"SI-2",
"SI-3",
"SI-4",
"SI-7",
"SI-10",
"SI-11",
}
All allowed values of EnumE72f9dda622f4cb5cd0a811e58e7f98e enum
var AllowedEnumEMAILEnumValues = []EnumEMAIL{
"EMAIL",
}
All allowed values of EnumEMAIL enum
var AllowedEnumF33adad4c808d4d9ab51ae2bf931668bEnumValues = []EnumF33adad4c808d4d9ab51ae2bf931668b{
"Article-6",
"Article-21",
"Article-22",
"Article-23",
"Article-28",
"Article-29",
"Article-33",
}
All allowed values of EnumF33adad4c808d4d9ab51ae2bf931668b enum
var AllowedEnumFILLEnumValues = []EnumFILL{
"fill",
}
All allowed values of EnumFILL enum
var AllowedEnumFOCUSPAGEEnumValues = []EnumFOCUSPAGE{
"focus_page",
}
All allowed values of EnumFOCUSPAGE enum
var AllowedEnumFRONTENDEnumValues = []EnumFRONTEND{
"FRONTEND",
}
All allowed values of EnumFRONTEND enum
var AllowedEnumGCPEnumValues = []EnumGCP{
"GCP",
}
All allowed values of EnumGCP enum
var AllowedEnumGITHUBAPIKEYEnumValues = []EnumGITHUBAPIKEY{
"GITHUB_API_KEY",
}
All allowed values of EnumGITHUBAPIKEY enum
var AllowedEnumGITLABAPIKEYEnumValues = []EnumGITLABAPIKEY{
"GITLAB_API_KEY",
}
All allowed values of EnumGITLABAPIKEY enum
var AllowedEnumGOTOEnumValues = []EnumGOTO{
"goto",
}
All allowed values of EnumGOTO enum
var AllowedEnumGRAPHQLEnumValues = []EnumGRAPHQL{
"graphql",
}
All allowed values of EnumGRAPHQL enum
var AllowedEnumHEADERSEnumValues = []EnumHEADERS{
"headers",
}
All allowed values of EnumHEADERS enum
var AllowedEnumHELPERSREQUESTCRUDEnumValues = []EnumHELPERSREQUESTCRUD{
"helpers.request.crud",
}
All allowed values of EnumHELPERSREQUESTCRUD enum
var AllowedEnumHELPERSRESPONSEISSUCCESSFULEnumValues = []EnumHELPERSRESPONSEISSUCCESSFUL{
"helpers.response.is_successful",
}
All allowed values of EnumHELPERSRESPONSEISSUCCESSFUL enum
var AllowedEnumHTTPEnumValues = []EnumHTTP{
"http",
}
All allowed values of EnumHTTP enum
var AllowedEnumINTEGRATIONDELETEDSUCCESSFULLYEnumValues = []EnumINTEGRATIONDELETEDSUCCESSFULLY{
"Integration deleted successfully",
}
All allowed values of EnumINTEGRATIONDELETEDSUCCESSFULLY enum
var AllowedEnumINVALIDCURSOREnumValues = []EnumINVALIDCURSOR{
"Invalid cursor",
}
All allowed values of EnumINVALIDCURSOR enum
var AllowedEnumJIRAEnumValues = []EnumJIRA{
"JIRA",
}
All allowed values of EnumJIRA enum
var AllowedEnumKONGGATEWAYEnumValues = []EnumKONGGATEWAY{
"KONG_GATEWAY",
}
All allowed values of EnumKONGGATEWAY enum
var AllowedEnumKONGKONNECTEnumValues = []EnumKONGKONNECT{
"KONG_KONNECT",
}
All allowed values of EnumKONGKONNECT enum
var AllowedEnumKUBERNETESEnumValues = []EnumKUBERNETES{
"KUBERNETES",
}
All allowed values of EnumKUBERNETES enum
var AllowedEnumLOCATIONDELETEDSUCCESSFULLYEnumValues = []EnumLOCATIONDELETEDSUCCESSFULLY{
"Location deleted successfully",
}
All allowed values of EnumLOCATIONDELETEDSUCCESSFULLY enum
var AllowedEnumNOTEnumValues = []EnumNOT{
"not",
}
All allowed values of EnumNOT enum
var AllowedEnumNOTFOUNDEnumValues = []EnumNOTFOUND{
"Not found",
}
All allowed values of EnumNOTFOUND enum
var AllowedEnumOAUTHCLIENTCREDENTIALSEnumValues = []EnumOAUTHCLIENTCREDENTIALS{
"oauth_client_credentials",
}
All allowed values of EnumOAUTHCLIENTCREDENTIALS enum
var AllowedEnumOAUTHUSERPASSEnumValues = []EnumOAUTHUSERPASS{
"oauth_userpass",
}
All allowed values of EnumOAUTHUSERPASS enum
var AllowedEnumOREnumValues = []EnumOR{
"or",
}
All allowed values of EnumOR enum
var AllowedEnumPOSTMANAPIKEYEnumValues = []EnumPOSTMANAPIKEY{
"POSTMAN_API_KEY",
}
All allowed values of EnumPOSTMANAPIKEY enum
var AllowedEnumREQUESTBODYJSONEnumValues = []EnumREQUESTBODYJSON{
"request.body.json",
}
All allowed values of EnumREQUESTBODYJSON enum
var AllowedEnumREQUESTBODYTEXTEnumValues = []EnumREQUESTBODYTEXT{
"request.body.text",
}
All allowed values of EnumREQUESTBODYTEXT enum
var AllowedEnumREQUESTHEADERSEnumValues = []EnumREQUESTHEADERS{
"request.headers",
}
All allowed values of EnumREQUESTHEADERS enum
var AllowedEnumREQUESTISAUTHENTICATEDEnumValues = []EnumREQUESTISAUTHENTICATED{
"request.is_authenticated",
}
All allowed values of EnumREQUESTISAUTHENTICATED enum
var AllowedEnumREQUESTMETHODEnumValues = []EnumREQUESTMETHOD{
"request.method",
}
All allowed values of EnumREQUESTMETHOD enum
var AllowedEnumREQUESTOBJECTEnumValues = []EnumREQUESTOBJECT{
"request.object",
}
All allowed values of EnumREQUESTOBJECT enum
var AllowedEnumREQUESTUSEREnumValues = []EnumREQUESTUSER{
"request.user",
}
All allowed values of EnumREQUESTUSER enum
var AllowedEnumRESPONSEBODYJSONEnumValues = []EnumRESPONSEBODYJSON{
"response.body.json",
}
All allowed values of EnumRESPONSEBODYJSON enum
var AllowedEnumRESPONSEBODYTEXTEnumValues = []EnumRESPONSEBODYTEXT{
"response.body.text",
}
All allowed values of EnumRESPONSEBODYTEXT enum
var AllowedEnumRESPONSEDURATIONMSEnumValues = []EnumRESPONSEDURATIONMS{
"response.duration_ms",
}
All allowed values of EnumRESPONSEDURATIONMS enum
var AllowedEnumRESPONSEHEADERSEnumValues = []EnumRESPONSEHEADERS{
"response.headers",
}
All allowed values of EnumRESPONSEHEADERS enum
var AllowedEnumRESPONSEOBJECTEnumValues = []EnumRESPONSEOBJECT{
"response.object",
}
All allowed values of EnumRESPONSEOBJECT enum
var AllowedEnumRESPONSESTATUSCODEEnumValues = []EnumRESPONSESTATUSCODE{
"response.status_code",
}
All allowed values of EnumRESPONSESTATUSCODE enum
var AllowedEnumRESTEnumValues = []EnumREST{
"rest",
}
All allowed values of EnumREST enum
var AllowedEnumSCANTYPEEnumValues = []EnumSCANTYPE{
"scan.type",
}
All allowed values of EnumSCANTYPE enum
var AllowedEnumSCHEMANEEDAUTHENTICATIONEnumValues = []EnumSCHEMANEEDAUTHENTICATION{
"schema.need_authentication",
}
All allowed values of EnumSCHEMANEEDAUTHENTICATION enum
var AllowedEnumSCHEMAPATHREFEnumValues = []EnumSCHEMAPATHREF{
"schema.path_ref",
}
All allowed values of EnumSCHEMAPATHREF enum
var AllowedEnumSCHEMAUPDATEDEnumValues = []EnumSCHEMAUPDATED{
"Schema updated",
}
All allowed values of EnumSCHEMAUPDATED enum
var AllowedEnumSCHEMAURLEnumValues = []EnumSCHEMAURL{
"schema.url",
}
All allowed values of EnumSCHEMAURL enum
var AllowedEnumSELECTEnumValues = []EnumSELECT{
"select",
}
All allowed values of EnumSELECT enum
var AllowedEnumSLACKWEBHOOKEnumValues = []EnumSLACKWEBHOOK{
"SLACK_WEBHOOK",
}
All allowed values of EnumSLACKWEBHOOK enum
var AllowedEnumSLEEPEnumValues = []EnumSLEEP{
"sleep",
}
All allowed values of EnumSLEEP enum
var AllowedEnumTEAMSWEBHOOKEnumValues = []EnumTEAMSWEBHOOK{
"TEAMS_WEBHOOK",
}
All allowed values of EnumTEAMSWEBHOOK enum
var AllowedEnumWAITELEMENTEnumValues = []EnumWAITELEMENT{
"wait_element",
}
All allowed values of EnumWAITELEMENT enum
var AllowedEnumWAITTEXTEnumValues = []EnumWAITTEXT{
"wait_text",
}
All allowed values of EnumWAITTEXT enum
var AllowedEnumWEBHOOKEnumValues = []EnumWEBHOOK{
"WEBHOOK",
}
All allowed values of EnumWEBHOOK enum
var AllowedEnumWIZEnumValues = []EnumWIZ{
"WIZ",
}
All allowed values of EnumWIZ 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 {
ApplicationsAPI *ApplicationsAPIService
AuditAPI *AuditAPIService
DomainsAPI *DomainsAPIService
IntegrationsAPI *IntegrationsAPIService
LocationsAPI *LocationsAPIService
RolesAPI *RolesAPIService
ScansAPI *ScansAPIService
SubdomainsAPI *SubdomainsAPIService
UploadAPI *UploadAPIService
// contains filtered or unexported fields
}
APIClient manages communication with the Escape Public API API v2.0.0 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct {
*http.Response `json:"-"`
Message string `json:"message,omitempty"`
// Operation is the name of the OpenAPI operation.
Operation string `json:"operation,omitempty"`
// RequestURL is the request URL. This value is always available, even if the
// embedded *http.Response is nil.
RequestURL string `json:"url,omitempty"`
// Method is the HTTP method used for the request. This value is always
// available, even if the embedded *http.Response is nil.
Method string `json:"method,omitempty"`
// Payload holds the contents of the response body (which may be nil or empty).
// This is provided here as the raw response.Body() reader will have already
// been drained.
Payload []byte `json:"-"`
}
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type ApiCreateApplicationRequest ¶
type ApiCreateApplicationRequest struct {
ApiService *ApplicationsAPIService
// contains filtered or unexported fields
}
func (ApiCreateApplicationRequest) CreateApplicationRequest ¶
func (r ApiCreateApplicationRequest) CreateApplicationRequest(createApplicationRequest CreateApplicationRequest) ApiCreateApplicationRequest
func (ApiCreateApplicationRequest) Execute ¶
func (r ApiCreateApplicationRequest) Execute() (*ListApplications200ResponseInner, *http.Response, error)
type ApiCreateDomainRequest ¶
type ApiCreateDomainRequest struct {
ApiService *DomainsAPIService
// contains filtered or unexported fields
}
func (ApiCreateDomainRequest) CreateDomainRequest ¶
func (r ApiCreateDomainRequest) CreateDomainRequest(createDomainRequest CreateDomainRequest) ApiCreateDomainRequest
func (ApiCreateDomainRequest) Execute ¶
func (r ApiCreateDomainRequest) Execute() (*ListDomains200ResponseInner, *http.Response, error)
type ApiCreateIntegrationRequest ¶
type ApiCreateIntegrationRequest struct {
ApiService *IntegrationsAPIService
// contains filtered or unexported fields
}
func (ApiCreateIntegrationRequest) Execute ¶
func (r ApiCreateIntegrationRequest) Execute() (*GetIntegration200Response, *http.Response, error)
func (ApiCreateIntegrationRequest) UpdateIntegrationRequest ¶
func (r ApiCreateIntegrationRequest) UpdateIntegrationRequest(updateIntegrationRequest UpdateIntegrationRequest) ApiCreateIntegrationRequest
type ApiCreateLocationRequest ¶
type ApiCreateLocationRequest struct {
ApiService *LocationsAPIService
// contains filtered or unexported fields
}
func (ApiCreateLocationRequest) CreateLocationRequest ¶
func (r ApiCreateLocationRequest) CreateLocationRequest(createLocationRequest CreateLocationRequest) ApiCreateLocationRequest
func (ApiCreateLocationRequest) Execute ¶
func (r ApiCreateLocationRequest) Execute() (*ListLocations200ResponseDataInner, *http.Response, error)
type ApiCreateUploadSignedUrlRequest ¶
type ApiCreateUploadSignedUrlRequest struct {
ApiService *UploadAPIService
// contains filtered or unexported fields
}
func (ApiCreateUploadSignedUrlRequest) Execute ¶
func (r ApiCreateUploadSignedUrlRequest) Execute() (*CreateUploadSignedUrl200Response, *http.Response, error)
type ApiDeleteDomainRequest ¶
type ApiDeleteDomainRequest struct {
ApiService *DomainsAPIService
// contains filtered or unexported fields
}
func (ApiDeleteDomainRequest) Execute ¶
func (r ApiDeleteDomainRequest) Execute() (*DeleteDomain200Response, *http.Response, error)
type ApiDeleteIntegrationRequest ¶
type ApiDeleteIntegrationRequest struct {
ApiService *IntegrationsAPIService
// contains filtered or unexported fields
}
func (ApiDeleteIntegrationRequest) Execute ¶
func (r ApiDeleteIntegrationRequest) Execute() (*DeleteIntegration200Response, *http.Response, error)
type ApiDeleteLocationRequest ¶
type ApiDeleteLocationRequest struct {
ApiService *LocationsAPIService
// contains filtered or unexported fields
}
func (ApiDeleteLocationRequest) Execute ¶
func (r ApiDeleteLocationRequest) Execute() (*DeleteLocation200Response, *http.Response, error)
type ApiGetApplicationRequest ¶
type ApiGetApplicationRequest struct {
ApiService *ApplicationsAPIService
// contains filtered or unexported fields
}
func (ApiGetApplicationRequest) Execute ¶
func (r ApiGetApplicationRequest) Execute() (*GetApplication200Response, *http.Response, error)
type ApiGetIntegrationRequest ¶
type ApiGetIntegrationRequest struct {
ApiService *IntegrationsAPIService
// contains filtered or unexported fields
}
func (ApiGetIntegrationRequest) Execute ¶
func (r ApiGetIntegrationRequest) Execute() (*GetIntegration200Response, *http.Response, error)
type ApiGetLocationRequest ¶
type ApiGetLocationRequest struct {
ApiService *LocationsAPIService
// contains filtered or unexported fields
}
func (ApiGetLocationRequest) Execute ¶
func (r ApiGetLocationRequest) Execute() (*ListLocations200ResponseDataInner, *http.Response, error)
type ApiGetScanExchangesArchiveRequest ¶
type ApiGetScanExchangesArchiveRequest struct {
ApiService *ScansAPIService
// contains filtered or unexported fields
}
func (ApiGetScanExchangesArchiveRequest) Execute ¶
func (r ApiGetScanExchangesArchiveRequest) Execute() (*GetScanExchangesArchive200Response, *http.Response, error)
type ApiGetScanRequest ¶
type ApiGetScanRequest struct {
ApiService *ScansAPIService
// contains filtered or unexported fields
}
func (ApiGetScanRequest) Execute ¶
func (r ApiGetScanRequest) Execute() (*ListScans200ResponseDataInner, *http.Response, error)
type ApiListApplicationsRequest ¶
type ApiListApplicationsRequest struct {
ApiService *ApplicationsAPIService
// contains filtered or unexported fields
}
func (ApiListApplicationsRequest) Execute ¶
func (r ApiListApplicationsRequest) Execute() ([]ListApplications200ResponseInner, *http.Response, error)
type ApiListAuditLogsRequest ¶ added in v0.1.21
type ApiListAuditLogsRequest struct {
ApiService *AuditAPIService
// contains filtered or unexported fields
}
func (ApiListAuditLogsRequest) After ¶ added in v0.1.21
func (r ApiListAuditLogsRequest) After(after string) ApiListAuditLogsRequest
The cursor to start the pagination from
func (ApiListAuditLogsRequest) Count ¶ added in v0.1.21
func (r ApiListAuditLogsRequest) Count(count int) ApiListAuditLogsRequest
The number of items to return
func (ApiListAuditLogsRequest) Execute ¶ added in v0.1.21
func (r ApiListAuditLogsRequest) Execute() (*ListAuditLogs200Response, *http.Response, error)
type ApiListDomainsRequest ¶
type ApiListDomainsRequest struct {
ApiService *DomainsAPIService
// contains filtered or unexported fields
}
func (ApiListDomainsRequest) Execute ¶
func (r ApiListDomainsRequest) Execute() ([]ListDomains200ResponseInner, *http.Response, error)
type ApiListEventsRequest ¶
type ApiListEventsRequest struct {
ApiService *ScansAPIService
// contains filtered or unexported fields
}
func (ApiListEventsRequest) After ¶
func (r ApiListEventsRequest) After(after string) ApiListEventsRequest
The cursor to start the pagination from
func (ApiListEventsRequest) Count ¶
func (r ApiListEventsRequest) Count(count int) ApiListEventsRequest
The number of items to return
func (ApiListEventsRequest) Execute ¶
func (r ApiListEventsRequest) Execute() (*ListEvents200Response, *http.Response, error)
type ApiListIntegrationsRequest ¶
type ApiListIntegrationsRequest struct {
ApiService *IntegrationsAPIService
// contains filtered or unexported fields
}
func (ApiListIntegrationsRequest) Execute ¶
func (r ApiListIntegrationsRequest) Execute() ([]ListIntegrations200ResponseInner, *http.Response, error)
type ApiListIssuesRequest ¶
type ApiListIssuesRequest struct {
ApiService *ScansAPIService
// contains filtered or unexported fields
}
func (ApiListIssuesRequest) Execute ¶
func (r ApiListIssuesRequest) Execute() ([]ListIssues200ResponseInner, *http.Response, error)
type ApiListLocationsRequest ¶
type ApiListLocationsRequest struct {
ApiService *LocationsAPIService
// contains filtered or unexported fields
}
func (ApiListLocationsRequest) After ¶ added in v0.1.22
func (r ApiListLocationsRequest) After(after string) ApiListLocationsRequest
The cursor to start the pagination from
func (ApiListLocationsRequest) Count ¶ added in v0.1.22
func (r ApiListLocationsRequest) Count(count int) ApiListLocationsRequest
The number of items to return
func (ApiListLocationsRequest) Execute ¶
func (r ApiListLocationsRequest) Execute() (*ListLocations200Response, *http.Response, error)
type ApiListRolesRequest ¶
type ApiListRolesRequest struct {
ApiService *RolesAPIService
// contains filtered or unexported fields
}
func (ApiListRolesRequest) Execute ¶
func (r ApiListRolesRequest) Execute() ([]ListRoles200ResponseInner, *http.Response, error)
type ApiListScansRequest ¶
type ApiListScansRequest struct {
ApiService *ApplicationsAPIService
// contains filtered or unexported fields
}
func (ApiListScansRequest) After ¶
func (r ApiListScansRequest) After(after string) ApiListScansRequest
The cursor to start the pagination from
func (ApiListScansRequest) Count ¶
func (r ApiListScansRequest) Count(count int) ApiListScansRequest
The number of items to return
func (ApiListScansRequest) Execute ¶
func (r ApiListScansRequest) Execute() (*ListScans200Response, *http.Response, error)
type ApiListSubdomainsRequest ¶
type ApiListSubdomainsRequest struct {
ApiService *SubdomainsAPIService
// contains filtered or unexported fields
}
func (ApiListSubdomainsRequest) After ¶
func (r ApiListSubdomainsRequest) After(after string) ApiListSubdomainsRequest
The cursor to start the pagination from
func (ApiListSubdomainsRequest) Count ¶
func (r ApiListSubdomainsRequest) Count(count int) ApiListSubdomainsRequest
The number of items to return
func (ApiListSubdomainsRequest) Execute ¶
func (r ApiListSubdomainsRequest) Execute() (*ListSubdomains200Response, *http.Response, error)
type ApiStartScanRequest ¶
type ApiStartScanRequest struct {
ApiService *ScansAPIService
// contains filtered or unexported fields
}
func (ApiStartScanRequest) Execute ¶
func (r ApiStartScanRequest) Execute() (*ListScans200ResponseDataInner, *http.Response, error)
func (ApiStartScanRequest) StartScanRequest ¶
func (r ApiStartScanRequest) StartScanRequest(startScanRequest StartScanRequest) ApiStartScanRequest
type ApiUpdateApplicationRequest ¶
type ApiUpdateApplicationRequest struct {
ApiService *ApplicationsAPIService
// contains filtered or unexported fields
}
func (ApiUpdateApplicationRequest) Execute ¶
func (r ApiUpdateApplicationRequest) Execute() (*ListApplications200ResponseInner, *http.Response, error)
func (ApiUpdateApplicationRequest) UpdateApplicationRequest ¶
func (r ApiUpdateApplicationRequest) UpdateApplicationRequest(updateApplicationRequest UpdateApplicationRequest) ApiUpdateApplicationRequest
type ApiUpdateConfigurationRequest ¶
type ApiUpdateConfigurationRequest struct {
ApiService *ApplicationsAPIService
// contains filtered or unexported fields
}
func (ApiUpdateConfigurationRequest) Execute ¶
func (r ApiUpdateConfigurationRequest) Execute() (*FrontendConfiguration, *http.Response, error)
func (ApiUpdateConfigurationRequest) FrontendConfiguration ¶ added in v0.1.22
func (r ApiUpdateConfigurationRequest) FrontendConfiguration(frontendConfiguration FrontendConfiguration) ApiUpdateConfigurationRequest
type ApiUpdateIntegrationRequest ¶
type ApiUpdateIntegrationRequest struct {
ApiService *IntegrationsAPIService
// contains filtered or unexported fields
}
func (ApiUpdateIntegrationRequest) Execute ¶
func (r ApiUpdateIntegrationRequest) Execute() (*GetIntegration200Response, *http.Response, error)
func (ApiUpdateIntegrationRequest) UpdateIntegrationRequest ¶
func (r ApiUpdateIntegrationRequest) UpdateIntegrationRequest(updateIntegrationRequest UpdateIntegrationRequest) ApiUpdateIntegrationRequest
type ApiUpdateLocationRequest ¶
type ApiUpdateLocationRequest struct {
ApiService *LocationsAPIService
// contains filtered or unexported fields
}
func (ApiUpdateLocationRequest) Execute ¶
func (r ApiUpdateLocationRequest) Execute() (*ListLocations200ResponseDataInner, *http.Response, error)
func (ApiUpdateLocationRequest) UpdateLocationRequest ¶
func (r ApiUpdateLocationRequest) UpdateLocationRequest(updateLocationRequest UpdateLocationRequest) ApiUpdateLocationRequest
type ApiUpdateSchemaRequest ¶
type ApiUpdateSchemaRequest struct {
ApiService *ApplicationsAPIService
// contains filtered or unexported fields
}
func (ApiUpdateSchemaRequest) Execute ¶
func (r ApiUpdateSchemaRequest) Execute() (*UpdateSchema200Response, *http.Response, error)
func (ApiUpdateSchemaRequest) GraphQLSchema ¶ added in v0.1.22
func (r ApiUpdateSchemaRequest) GraphQLSchema(graphQLSchema GraphQLSchema) ApiUpdateSchemaRequest
type ApplicationsAPIService ¶
type ApplicationsAPIService service
ApplicationsAPIService ApplicationsAPI service
func (*ApplicationsAPIService) CreateApplication ¶
func (a *ApplicationsAPIService) CreateApplication(ctx context.Context) ApiCreateApplicationRequest
CreateApplication Create application
Creates a new application.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateApplicationRequest
func (*ApplicationsAPIService) CreateApplicationExecute ¶
func (a *ApplicationsAPIService) CreateApplicationExecute(r ApiCreateApplicationRequest) (*ListApplications200ResponseInner, *http.Response, error)
Execute executes the request
@return ListApplications200ResponseInner
func (*ApplicationsAPIService) GetApplication ¶
func (a *ApplicationsAPIService) GetApplication(ctx context.Context, id string) ApiGetApplicationRequest
GetApplication Get application
Get an application by ID.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Application ID @return ApiGetApplicationRequest
func (*ApplicationsAPIService) GetApplicationExecute ¶
func (a *ApplicationsAPIService) GetApplicationExecute(r ApiGetApplicationRequest) (*GetApplication200Response, *http.Response, error)
Execute executes the request
@return GetApplication200Response
func (*ApplicationsAPIService) ListApplications ¶
func (a *ApplicationsAPIService) ListApplications(ctx context.Context) ApiListApplicationsRequest
ListApplications List applications
List all applications of the organization.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListApplicationsRequest
func (*ApplicationsAPIService) ListApplicationsExecute ¶
func (a *ApplicationsAPIService) ListApplicationsExecute(r ApiListApplicationsRequest) ([]ListApplications200ResponseInner, *http.Response, error)
Execute executes the request
@return []ListApplications200ResponseInner
func (*ApplicationsAPIService) ListScans ¶
func (a *ApplicationsAPIService) ListScans(ctx context.Context, id string) ApiListScansRequest
ListScans List scans
List the scans of an application.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The ID of the application to get scans for @return ApiListScansRequest
func (*ApplicationsAPIService) ListScansExecute ¶
func (a *ApplicationsAPIService) ListScansExecute(r ApiListScansRequest) (*ListScans200Response, *http.Response, error)
Execute executes the request
@return ListScans200Response
func (*ApplicationsAPIService) UpdateApplication ¶
func (a *ApplicationsAPIService) UpdateApplication(ctx context.Context, id string) ApiUpdateApplicationRequest
UpdateApplication Update an application
Updates an application
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The ID of the application to update @return ApiUpdateApplicationRequest
func (*ApplicationsAPIService) UpdateApplicationExecute ¶
func (a *ApplicationsAPIService) UpdateApplicationExecute(r ApiUpdateApplicationRequest) (*ListApplications200ResponseInner, *http.Response, error)
Execute executes the request
@return ListApplications200ResponseInner
func (*ApplicationsAPIService) UpdateConfiguration ¶
func (a *ApplicationsAPIService) UpdateConfiguration(ctx context.Context, id string) ApiUpdateConfigurationRequest
UpdateConfiguration Update configuration
Update an application configuration
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Application ID @return ApiUpdateConfigurationRequest
func (*ApplicationsAPIService) UpdateConfigurationExecute ¶
func (a *ApplicationsAPIService) UpdateConfigurationExecute(r ApiUpdateConfigurationRequest) (*FrontendConfiguration, *http.Response, error)
Execute executes the request
@return FrontendConfiguration
func (*ApplicationsAPIService) UpdateSchema ¶
func (a *ApplicationsAPIService) UpdateSchema(ctx context.Context, id string) ApiUpdateSchemaRequest
UpdateSchema Update schema
Update the application schema (you can see previously uploaded schemas in the application details).
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id Application ID @return ApiUpdateSchemaRequest
func (*ApplicationsAPIService) UpdateSchemaExecute ¶
func (a *ApplicationsAPIService) UpdateSchemaExecute(r ApiUpdateSchemaRequest) (*UpdateSchema200Response, *http.Response, error)
Execute executes the request
@return UpdateSchema200Response
type AuditAPIService ¶ added in v0.1.21
type AuditAPIService service
AuditAPIService AuditAPI service
func (*AuditAPIService) ListAuditLogs ¶ added in v0.1.21
func (a *AuditAPIService) ListAuditLogs(ctx context.Context) ApiListAuditLogsRequest
ListAuditLogs List audit logs
List all audit logs of the organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListAuditLogsRequest
func (*AuditAPIService) ListAuditLogsExecute ¶ added in v0.1.21
func (a *AuditAPIService) ListAuditLogsExecute(r ApiListAuditLogsRequest) (*ListAuditLogs200Response, *http.Response, error)
Execute executes the request
@return ListAuditLogs200Response
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 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 CreateApplication400Response ¶
type CreateApplication400Response struct {
Message EnumBADREQUEST `json:"message"`
Details string `json:"details"`
AdditionalProperties map[string]interface{}
}
CreateApplication400Response struct for CreateApplication400Response
func NewCreateApplication400Response ¶
func NewCreateApplication400Response(message EnumBADREQUEST, details string) *CreateApplication400Response
NewCreateApplication400Response instantiates a new CreateApplication400Response 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 NewCreateApplication400ResponseWithDefaults ¶
func NewCreateApplication400ResponseWithDefaults() *CreateApplication400Response
NewCreateApplication400ResponseWithDefaults instantiates a new CreateApplication400Response 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 (*CreateApplication400Response) GetDetails ¶
func (o *CreateApplication400Response) GetDetails() string
GetDetails returns the Details field value
func (*CreateApplication400Response) GetDetailsOk ¶
func (o *CreateApplication400Response) GetDetailsOk() (*string, bool)
GetDetailsOk returns a tuple with the Details field value and a boolean to check if the value has been set.
func (*CreateApplication400Response) GetMessage ¶
func (o *CreateApplication400Response) GetMessage() EnumBADREQUEST
GetMessage returns the Message field value
func (*CreateApplication400Response) GetMessageOk ¶
func (o *CreateApplication400Response) GetMessageOk() (*EnumBADREQUEST, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (CreateApplication400Response) MarshalJSON ¶
func (o CreateApplication400Response) MarshalJSON() ([]byte, error)
func (*CreateApplication400Response) SetDetails ¶
func (o *CreateApplication400Response) SetDetails(v string)
SetDetails sets field value
func (*CreateApplication400Response) SetMessage ¶
func (o *CreateApplication400Response) SetMessage(v EnumBADREQUEST)
SetMessage sets field value
func (CreateApplication400Response) ToMap ¶
func (o CreateApplication400Response) ToMap() (map[string]interface{}, error)
func (*CreateApplication400Response) UnmarshalJSON ¶
func (o *CreateApplication400Response) UnmarshalJSON(data []byte) (err error)
type CreateApplicationRequest ¶
CreateApplicationRequest struct for CreateApplicationRequest
func (CreateApplicationRequest) MarshalJSON ¶
func (src CreateApplicationRequest) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*CreateApplicationRequest) UnmarshalJSON ¶
func (dst *CreateApplicationRequest) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type CreateDomainRequest ¶
type CreateDomainRequest struct {
// The domain name to add.
Domain string `json:"domain"`
AdditionalProperties map[string]interface{}
}
CreateDomainRequest struct for CreateDomainRequest
func NewCreateDomainRequest ¶
func NewCreateDomainRequest(domain string) *CreateDomainRequest
NewCreateDomainRequest instantiates a new CreateDomainRequest 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 NewCreateDomainRequestWithDefaults ¶
func NewCreateDomainRequestWithDefaults() *CreateDomainRequest
NewCreateDomainRequestWithDefaults instantiates a new CreateDomainRequest 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 (*CreateDomainRequest) GetDomain ¶
func (o *CreateDomainRequest) GetDomain() string
GetDomain returns the Domain field value
func (*CreateDomainRequest) GetDomainOk ¶
func (o *CreateDomainRequest) GetDomainOk() (*string, bool)
GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.
func (CreateDomainRequest) MarshalJSON ¶
func (o CreateDomainRequest) MarshalJSON() ([]byte, error)
func (*CreateDomainRequest) SetDomain ¶
func (o *CreateDomainRequest) SetDomain(v string)
SetDomain sets field value
func (CreateDomainRequest) ToMap ¶
func (o CreateDomainRequest) ToMap() (map[string]interface{}, error)
func (*CreateDomainRequest) UnmarshalJSON ¶
func (o *CreateDomainRequest) UnmarshalJSON(data []byte) (err error)
type CreateLocation409Response ¶
type CreateLocation409Response struct {
Message EnumCONFLICTONTHEFOLLOWINGFIELD `json:"message"`
Field string `json:"field"`
InstanceId string `json:"instanceId"`
AdditionalProperties map[string]interface{}
}
CreateLocation409Response struct for CreateLocation409Response
func NewCreateLocation409Response ¶
func NewCreateLocation409Response(message EnumCONFLICTONTHEFOLLOWINGFIELD, field string, instanceId string) *CreateLocation409Response
NewCreateLocation409Response instantiates a new CreateLocation409Response 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 NewCreateLocation409ResponseWithDefaults ¶
func NewCreateLocation409ResponseWithDefaults() *CreateLocation409Response
NewCreateLocation409ResponseWithDefaults instantiates a new CreateLocation409Response 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 (*CreateLocation409Response) GetField ¶
func (o *CreateLocation409Response) GetField() string
GetField returns the Field field value
func (*CreateLocation409Response) GetFieldOk ¶
func (o *CreateLocation409Response) GetFieldOk() (*string, bool)
GetFieldOk returns a tuple with the Field field value and a boolean to check if the value has been set.
func (*CreateLocation409Response) GetInstanceId ¶
func (o *CreateLocation409Response) GetInstanceId() string
GetInstanceId returns the InstanceId field value
func (*CreateLocation409Response) GetInstanceIdOk ¶
func (o *CreateLocation409Response) GetInstanceIdOk() (*string, bool)
GetInstanceIdOk returns a tuple with the InstanceId field value and a boolean to check if the value has been set.
func (*CreateLocation409Response) GetMessage ¶
func (o *CreateLocation409Response) GetMessage() EnumCONFLICTONTHEFOLLOWINGFIELD
GetMessage returns the Message field value
func (*CreateLocation409Response) GetMessageOk ¶
func (o *CreateLocation409Response) GetMessageOk() (*EnumCONFLICTONTHEFOLLOWINGFIELD, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (CreateLocation409Response) MarshalJSON ¶
func (o CreateLocation409Response) MarshalJSON() ([]byte, error)
func (*CreateLocation409Response) SetField ¶
func (o *CreateLocation409Response) SetField(v string)
SetField sets field value
func (*CreateLocation409Response) SetInstanceId ¶
func (o *CreateLocation409Response) SetInstanceId(v string)
SetInstanceId sets field value
func (*CreateLocation409Response) SetMessage ¶
func (o *CreateLocation409Response) SetMessage(v EnumCONFLICTONTHEFOLLOWINGFIELD)
SetMessage sets field value
func (CreateLocation409Response) ToMap ¶
func (o CreateLocation409Response) ToMap() (map[string]interface{}, error)
func (*CreateLocation409Response) UnmarshalJSON ¶
func (o *CreateLocation409Response) UnmarshalJSON(data []byte) (err error)
type CreateLocationRequest ¶
type CreateLocationRequest struct {
// The name of the location.
Name string `json:"name"`
// The SSH public key to use to connect to the location.
SshPublicKey string `json:"sshPublicKey"`
AdditionalProperties map[string]interface{}
}
CreateLocationRequest struct for CreateLocationRequest
func NewCreateLocationRequest ¶
func NewCreateLocationRequest(name string, sshPublicKey string) *CreateLocationRequest
NewCreateLocationRequest instantiates a new CreateLocationRequest 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 NewCreateLocationRequestWithDefaults ¶
func NewCreateLocationRequestWithDefaults() *CreateLocationRequest
NewCreateLocationRequestWithDefaults instantiates a new CreateLocationRequest 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 (*CreateLocationRequest) GetName ¶
func (o *CreateLocationRequest) GetName() string
GetName returns the Name field value
func (*CreateLocationRequest) GetNameOk ¶
func (o *CreateLocationRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateLocationRequest) GetSshPublicKey ¶
func (o *CreateLocationRequest) GetSshPublicKey() string
GetSshPublicKey returns the SshPublicKey field value
func (*CreateLocationRequest) GetSshPublicKeyOk ¶
func (o *CreateLocationRequest) GetSshPublicKeyOk() (*string, bool)
GetSshPublicKeyOk returns a tuple with the SshPublicKey field value and a boolean to check if the value has been set.
func (CreateLocationRequest) MarshalJSON ¶
func (o CreateLocationRequest) MarshalJSON() ([]byte, error)
func (*CreateLocationRequest) SetName ¶
func (o *CreateLocationRequest) SetName(v string)
SetName sets field value
func (*CreateLocationRequest) SetSshPublicKey ¶
func (o *CreateLocationRequest) SetSshPublicKey(v string)
SetSshPublicKey sets field value
func (CreateLocationRequest) ToMap ¶
func (o CreateLocationRequest) ToMap() (map[string]interface{}, error)
func (*CreateLocationRequest) UnmarshalJSON ¶
func (o *CreateLocationRequest) UnmarshalJSON(data []byte) (err error)
type CreateUploadSignedUrl200Response ¶
type CreateUploadSignedUrl200Response struct {
// The signed URL to upload a file to the Escape Platform.
Url string `json:"url"`
// The signed URL ID to upload a file to the Escape Platform.
Id string `json:"id"`
AdditionalProperties map[string]interface{}
}
CreateUploadSignedUrl200Response struct for CreateUploadSignedUrl200Response
func NewCreateUploadSignedUrl200Response ¶
func NewCreateUploadSignedUrl200Response(url string, id string) *CreateUploadSignedUrl200Response
NewCreateUploadSignedUrl200Response instantiates a new CreateUploadSignedUrl200Response 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 NewCreateUploadSignedUrl200ResponseWithDefaults ¶
func NewCreateUploadSignedUrl200ResponseWithDefaults() *CreateUploadSignedUrl200Response
NewCreateUploadSignedUrl200ResponseWithDefaults instantiates a new CreateUploadSignedUrl200Response 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 (*CreateUploadSignedUrl200Response) GetId ¶
func (o *CreateUploadSignedUrl200Response) GetId() string
GetId returns the Id field value
func (*CreateUploadSignedUrl200Response) GetIdOk ¶
func (o *CreateUploadSignedUrl200Response) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*CreateUploadSignedUrl200Response) GetUrl ¶
func (o *CreateUploadSignedUrl200Response) GetUrl() string
GetUrl returns the Url field value
func (*CreateUploadSignedUrl200Response) GetUrlOk ¶
func (o *CreateUploadSignedUrl200Response) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (CreateUploadSignedUrl200Response) MarshalJSON ¶
func (o CreateUploadSignedUrl200Response) MarshalJSON() ([]byte, error)
func (*CreateUploadSignedUrl200Response) SetId ¶
func (o *CreateUploadSignedUrl200Response) SetId(v string)
SetId sets field value
func (*CreateUploadSignedUrl200Response) SetUrl ¶
func (o *CreateUploadSignedUrl200Response) SetUrl(v string)
SetUrl sets field value
func (CreateUploadSignedUrl200Response) ToMap ¶
func (o CreateUploadSignedUrl200Response) ToMap() (map[string]interface{}, error)
func (*CreateUploadSignedUrl200Response) UnmarshalJSON ¶
func (o *CreateUploadSignedUrl200Response) UnmarshalJSON(data []byte) (err error)
type DeleteDomain200Response ¶
type DeleteDomain200Response struct {
Message EnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY `json:"message"`
AdditionalProperties map[string]interface{}
}
DeleteDomain200Response struct for DeleteDomain200Response
func NewDeleteDomain200Response ¶
func NewDeleteDomain200Response(message EnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY) *DeleteDomain200Response
NewDeleteDomain200Response instantiates a new DeleteDomain200Response 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 NewDeleteDomain200ResponseWithDefaults ¶
func NewDeleteDomain200ResponseWithDefaults() *DeleteDomain200Response
NewDeleteDomain200ResponseWithDefaults instantiates a new DeleteDomain200Response 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 (*DeleteDomain200Response) GetMessage ¶
func (o *DeleteDomain200Response) GetMessage() EnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY
GetMessage returns the Message field value
func (*DeleteDomain200Response) GetMessageOk ¶
func (o *DeleteDomain200Response) GetMessageOk() (*EnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (DeleteDomain200Response) MarshalJSON ¶
func (o DeleteDomain200Response) MarshalJSON() ([]byte, error)
func (*DeleteDomain200Response) SetMessage ¶
func (o *DeleteDomain200Response) SetMessage(v EnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY)
SetMessage sets field value
func (DeleteDomain200Response) ToMap ¶
func (o DeleteDomain200Response) ToMap() (map[string]interface{}, error)
func (*DeleteDomain200Response) UnmarshalJSON ¶
func (o *DeleteDomain200Response) UnmarshalJSON(data []byte) (err error)
type DeleteIntegration200Response ¶
type DeleteIntegration200Response struct {
Message EnumINTEGRATIONDELETEDSUCCESSFULLY `json:"message"`
AdditionalProperties map[string]interface{}
}
DeleteIntegration200Response struct for DeleteIntegration200Response
func NewDeleteIntegration200Response ¶
func NewDeleteIntegration200Response(message EnumINTEGRATIONDELETEDSUCCESSFULLY) *DeleteIntegration200Response
NewDeleteIntegration200Response instantiates a new DeleteIntegration200Response 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 NewDeleteIntegration200ResponseWithDefaults ¶
func NewDeleteIntegration200ResponseWithDefaults() *DeleteIntegration200Response
NewDeleteIntegration200ResponseWithDefaults instantiates a new DeleteIntegration200Response 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 (*DeleteIntegration200Response) GetMessage ¶
func (o *DeleteIntegration200Response) GetMessage() EnumINTEGRATIONDELETEDSUCCESSFULLY
GetMessage returns the Message field value
func (*DeleteIntegration200Response) GetMessageOk ¶
func (o *DeleteIntegration200Response) GetMessageOk() (*EnumINTEGRATIONDELETEDSUCCESSFULLY, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (DeleteIntegration200Response) MarshalJSON ¶
func (o DeleteIntegration200Response) MarshalJSON() ([]byte, error)
func (*DeleteIntegration200Response) SetMessage ¶
func (o *DeleteIntegration200Response) SetMessage(v EnumINTEGRATIONDELETEDSUCCESSFULLY)
SetMessage sets field value
func (DeleteIntegration200Response) ToMap ¶
func (o DeleteIntegration200Response) ToMap() (map[string]interface{}, error)
func (*DeleteIntegration200Response) UnmarshalJSON ¶
func (o *DeleteIntegration200Response) UnmarshalJSON(data []byte) (err error)
type DeleteLocation200Response ¶
type DeleteLocation200Response struct {
Message EnumLOCATIONDELETEDSUCCESSFULLY `json:"message"`
AdditionalProperties map[string]interface{}
}
DeleteLocation200Response struct for DeleteLocation200Response
func NewDeleteLocation200Response ¶
func NewDeleteLocation200Response(message EnumLOCATIONDELETEDSUCCESSFULLY) *DeleteLocation200Response
NewDeleteLocation200Response instantiates a new DeleteLocation200Response 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 NewDeleteLocation200ResponseWithDefaults ¶
func NewDeleteLocation200ResponseWithDefaults() *DeleteLocation200Response
NewDeleteLocation200ResponseWithDefaults instantiates a new DeleteLocation200Response 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 (*DeleteLocation200Response) GetMessage ¶
func (o *DeleteLocation200Response) GetMessage() EnumLOCATIONDELETEDSUCCESSFULLY
GetMessage returns the Message field value
func (*DeleteLocation200Response) GetMessageOk ¶
func (o *DeleteLocation200Response) GetMessageOk() (*EnumLOCATIONDELETEDSUCCESSFULLY, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (DeleteLocation200Response) MarshalJSON ¶
func (o DeleteLocation200Response) MarshalJSON() ([]byte, error)
func (*DeleteLocation200Response) SetMessage ¶
func (o *DeleteLocation200Response) SetMessage(v EnumLOCATIONDELETEDSUCCESSFULLY)
SetMessage sets field value
func (DeleteLocation200Response) ToMap ¶
func (o DeleteLocation200Response) ToMap() (map[string]interface{}, error)
func (*DeleteLocation200Response) UnmarshalJSON ¶
func (o *DeleteLocation200Response) UnmarshalJSON(data []byte) (err error)
type DomainsAPIService ¶
type DomainsAPIService service
DomainsAPIService DomainsAPI service
func (*DomainsAPIService) CreateDomain ¶
func (a *DomainsAPIService) CreateDomain(ctx context.Context) ApiCreateDomainRequest
CreateDomain Create a domain
Add the following domain to the Escape Platform as an Inventory input.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateDomainRequest
func (*DomainsAPIService) CreateDomainExecute ¶
func (a *DomainsAPIService) CreateDomainExecute(r ApiCreateDomainRequest) (*ListDomains200ResponseInner, *http.Response, error)
Execute executes the request
@return ListDomains200ResponseInner
func (*DomainsAPIService) DeleteDomain ¶
func (a *DomainsAPIService) DeleteDomain(ctx context.Context, id string) ApiDeleteDomainRequest
DeleteDomain Delete a domain
Delete a domain
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The ID of the domain to delete @return ApiDeleteDomainRequest
func (*DomainsAPIService) DeleteDomainExecute ¶
func (a *DomainsAPIService) DeleteDomainExecute(r ApiDeleteDomainRequest) (*DeleteDomain200Response, *http.Response, error)
Execute executes the request
@return DeleteDomain200Response
func (*DomainsAPIService) ListDomains ¶
func (a *DomainsAPIService) ListDomains(ctx context.Context) ApiListDomainsRequest
ListDomains List domains
List all domains on the organization.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListDomainsRequest
func (*DomainsAPIService) ListDomainsExecute ¶
func (a *DomainsAPIService) ListDomainsExecute(r ApiListDomainsRequest) ([]ListDomains200ResponseInner, *http.Response, error)
Execute executes the request
@return []ListDomains200ResponseInner
type Enum041c163680d484c3944c5d3c68a9635b ¶
type Enum041c163680d484c3944c5d3c68a9635b string
Enum041c163680d484c3944c5d3c68a9635b Access level for workflows.
const ( ENUM041C163680D484C3944C5D3C68A9635B_ADMIN Enum041c163680d484c3944c5d3c68a9635b = "ADMIN" ENUM041C163680D484C3944C5D3C68A9635B_EDITOR Enum041c163680d484c3944c5d3c68a9635b = "EDITOR" ENUM041C163680D484C3944C5D3C68A9635B_VIEWER Enum041c163680d484c3944c5d3c68a9635b = "VIEWER" ENUM041C163680D484C3944C5D3C68A9635B_NONE Enum041c163680d484c3944c5d3c68a9635b = "NONE" )
List of Enum_041c163680d484c3944c5d3c68a9635b
func NewEnum041c163680d484c3944c5d3c68a9635bFromValue ¶
func NewEnum041c163680d484c3944c5d3c68a9635bFromValue(v string) (*Enum041c163680d484c3944c5d3c68a9635b, error)
NewEnum041c163680d484c3944c5d3c68a9635bFromValue returns a pointer to a valid Enum041c163680d484c3944c5d3c68a9635b for the value passed as argument, or an error if the value passed is not allowed by the enum
func (Enum041c163680d484c3944c5d3c68a9635b) IsValid ¶
func (v Enum041c163680d484c3944c5d3c68a9635b) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (Enum041c163680d484c3944c5d3c68a9635b) Ptr ¶
Ptr returns reference to Enum_041c163680d484c3944c5d3c68a9635b value
func (*Enum041c163680d484c3944c5d3c68a9635b) UnmarshalJSON ¶
func (v *Enum041c163680d484c3944c5d3c68a9635b) UnmarshalJSON(src []byte) error
type Enum08a525336b538128cd395ea29110b935 ¶
type Enum08a525336b538128cd395ea29110b935 string
Enum08a525336b538128cd395ea29110b935 the model 'Enum08a525336b538128cd395ea29110b935'
const ( ENUM08A525336B538128CD395EA29110B935_PAGE Enum08a525336b538128cd395ea29110b935 = "page" ENUM08A525336B538128CD395EA29110B935_BROWSER_LOCAL_STORAGE Enum08a525336b538128cd395ea29110b935 = "browser_local_storage" ENUM08A525336B538128CD395EA29110B935_BROWSER_SESSION_STORAGE Enum08a525336b538128cd395ea29110b935 = "browser_session_storage" ENUM08A525336B538128CD395EA29110B935_BROWSER_COOKIES Enum08a525336b538128cd395ea29110b935 = "browser_cookies" )
List of Enum_08a525336b538128cd395ea29110b935
func NewEnum08a525336b538128cd395ea29110b935FromValue ¶
func NewEnum08a525336b538128cd395ea29110b935FromValue(v string) (*Enum08a525336b538128cd395ea29110b935, error)
NewEnum08a525336b538128cd395ea29110b935FromValue returns a pointer to a valid Enum08a525336b538128cd395ea29110b935 for the value passed as argument, or an error if the value passed is not allowed by the enum
func (Enum08a525336b538128cd395ea29110b935) IsValid ¶
func (v Enum08a525336b538128cd395ea29110b935) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (Enum08a525336b538128cd395ea29110b935) Ptr ¶
Ptr returns reference to Enum_08a525336b538128cd395ea29110b935 value
func (*Enum08a525336b538128cd395ea29110b935) UnmarshalJSON ¶
func (v *Enum08a525336b538128cd395ea29110b935) UnmarshalJSON(src []byte) error
type Enum08b09d97ca82baf197de83a269dac339 ¶
type Enum08b09d97ca82baf197de83a269dac339 string
Enum08b09d97ca82baf197de83a269dac339 the model 'Enum08b09d97ca82baf197de83a269dac339'
const ( ENUM08B09D97CA82BAF197DE83A269DAC339_CC1 Enum08b09d97ca82baf197de83a269dac339 = "CC1" ENUM08B09D97CA82BAF197DE83A269DAC339_CC2 Enum08b09d97ca82baf197de83a269dac339 = "CC2" ENUM08B09D97CA82BAF197DE83A269DAC339_CC4 Enum08b09d97ca82baf197de83a269dac339 = "CC4" ENUM08B09D97CA82BAF197DE83A269DAC339_CC5 Enum08b09d97ca82baf197de83a269dac339 = "CC5" ENUM08B09D97CA82BAF197DE83A269DAC339_CC6 Enum08b09d97ca82baf197de83a269dac339 = "CC6" ENUM08B09D97CA82BAF197DE83A269DAC339_CC7 Enum08b09d97ca82baf197de83a269dac339 = "CC7" ENUM08B09D97CA82BAF197DE83A269DAC339_CC9 Enum08b09d97ca82baf197de83a269dac339 = "CC9" )
List of Enum_08b09d97ca82baf197de83a269dac339
func NewEnum08b09d97ca82baf197de83a269dac339FromValue ¶
func NewEnum08b09d97ca82baf197de83a269dac339FromValue(v string) (*Enum08b09d97ca82baf197de83a269dac339, error)
NewEnum08b09d97ca82baf197de83a269dac339FromValue returns a pointer to a valid Enum08b09d97ca82baf197de83a269dac339 for the value passed as argument, or an error if the value passed is not allowed by the enum
func (Enum08b09d97ca82baf197de83a269dac339) IsValid ¶
func (v Enum08b09d97ca82baf197de83a269dac339) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (Enum08b09d97ca82baf197de83a269dac339) Ptr ¶
Ptr returns reference to Enum_08b09d97ca82baf197de83a269dac339 value
func (*Enum08b09d97ca82baf197de83a269dac339) UnmarshalJSON ¶
func (v *Enum08b09d97ca82baf197de83a269dac339) UnmarshalJSON(src []byte) error
type Enum099ff370106bbdadb403f9dd62027576 ¶
type Enum099ff370106bbdadb403f9dd62027576 string
Enum099ff370106bbdadb403f9dd62027576 the model 'Enum099ff370106bbdadb403f9dd62027576'
const ( ENUM099FF370106BBDADB403F9DD62027576_US_EAST_2 Enum099ff370106bbdadb403f9dd62027576 = "us-east-2" ENUM099FF370106BBDADB403F9DD62027576_US_EAST_1 Enum099ff370106bbdadb403f9dd62027576 = "us-east-1" ENUM099FF370106BBDADB403F9DD62027576_US_WEST_1 Enum099ff370106bbdadb403f9dd62027576 = "us-west-1" ENUM099FF370106BBDADB403F9DD62027576_US_WEST_2 Enum099ff370106bbdadb403f9dd62027576 = "us-west-2" ENUM099FF370106BBDADB403F9DD62027576_AF_SOUTH_1 Enum099ff370106bbdadb403f9dd62027576 = "af-south-1" ENUM099FF370106BBDADB403F9DD62027576_AP_EAST_1 Enum099ff370106bbdadb403f9dd62027576 = "ap-east-1" ENUM099FF370106BBDADB403F9DD62027576_AP_SOUTH_1 Enum099ff370106bbdadb403f9dd62027576 = "ap-south-1" ENUM099FF370106BBDADB403F9DD62027576_AP_NORTHEAST_3 Enum099ff370106bbdadb403f9dd62027576 = "ap-northeast-3" ENUM099FF370106BBDADB403F9DD62027576_AP_NORTHEAST_2 Enum099ff370106bbdadb403f9dd62027576 = "ap-northeast-2" ENUM099FF370106BBDADB403F9DD62027576_AP_SOUTHEAST_1 Enum099ff370106bbdadb403f9dd62027576 = "ap-southeast-1" ENUM099FF370106BBDADB403F9DD62027576_AP_SOUTHEAST_2 Enum099ff370106bbdadb403f9dd62027576 = "ap-southeast-2" ENUM099FF370106BBDADB403F9DD62027576_AP_NORTHEAST_1 Enum099ff370106bbdadb403f9dd62027576 = "ap-northeast-1" ENUM099FF370106BBDADB403F9DD62027576_CA_CENTRAL_1 Enum099ff370106bbdadb403f9dd62027576 = "ca-central-1" ENUM099FF370106BBDADB403F9DD62027576_CN_NORTH_1 Enum099ff370106bbdadb403f9dd62027576 = "cn-north-1" ENUM099FF370106BBDADB403F9DD62027576_CN_NORTHWEST_1 Enum099ff370106bbdadb403f9dd62027576 = "cn-northwest-1" ENUM099FF370106BBDADB403F9DD62027576_EU_CENTRAL_1 Enum099ff370106bbdadb403f9dd62027576 = "eu-central-1" ENUM099FF370106BBDADB403F9DD62027576_EU_WEST_1 Enum099ff370106bbdadb403f9dd62027576 = "eu-west-1" ENUM099FF370106BBDADB403F9DD62027576_EU_WEST_2 Enum099ff370106bbdadb403f9dd62027576 = "eu-west-2" ENUM099FF370106BBDADB403F9DD62027576_EU_SOUTH_1 Enum099ff370106bbdadb403f9dd62027576 = "eu-south-1" ENUM099FF370106BBDADB403F9DD62027576_EU_WEST_3 Enum099ff370106bbdadb403f9dd62027576 = "eu-west-3" ENUM099FF370106BBDADB403F9DD62027576_EU_NORTH_1 Enum099ff370106bbdadb403f9dd62027576 = "eu-north-1" ENUM099FF370106BBDADB403F9DD62027576_ME_SOUTH_1 Enum099ff370106bbdadb403f9dd62027576 = "me-south-1" ENUM099FF370106BBDADB403F9DD62027576_SA_EAST_1 Enum099ff370106bbdadb403f9dd62027576 = "sa-east-1" )
List of Enum_099ff370106bbdadb403f9dd62027576
func NewEnum099ff370106bbdadb403f9dd62027576FromValue ¶
func NewEnum099ff370106bbdadb403f9dd62027576FromValue(v string) (*Enum099ff370106bbdadb403f9dd62027576, error)
NewEnum099ff370106bbdadb403f9dd62027576FromValue returns a pointer to a valid Enum099ff370106bbdadb403f9dd62027576 for the value passed as argument, or an error if the value passed is not allowed by the enum
func (Enum099ff370106bbdadb403f9dd62027576) IsValid ¶
func (v Enum099ff370106bbdadb403f9dd62027576) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (Enum099ff370106bbdadb403f9dd62027576) Ptr ¶
Ptr returns reference to Enum_099ff370106bbdadb403f9dd62027576 value
func (*Enum099ff370106bbdadb403f9dd62027576) UnmarshalJSON ¶
func (v *Enum099ff370106bbdadb403f9dd62027576) UnmarshalJSON(src []byte) error
type Enum1a7b888d2ef5b26fc63749f8e3a87cfa ¶ added in v0.1.22
type Enum1a7b888d2ef5b26fc63749f8e3a87cfa string
Enum1a7b888d2ef5b26fc63749f8e3a87cfa the model 'Enum1a7b888d2ef5b26fc63749f8e3a87cfa'
const ( ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__16 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "16" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__20 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "20" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__22 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "22" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__78 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "78" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__79 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "79" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__89 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "89" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__93 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "93" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__94 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "94" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__116 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "116" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__119 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "119" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__200 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "200" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__209 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "209" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__215 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "215" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__264 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "264" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__284 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "284" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__285 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "285" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__287 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "287" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__295 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "295" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__306 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "306" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__307 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "307" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__319 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "319" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__326 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "326" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__330 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "330" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__346 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "346" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__347 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "347" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__352 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "352" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__354 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "354" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__400 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "400" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__444 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "444" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__453 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "453" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__489 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "489" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__502 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "502" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__523 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "523" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__524 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "524" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__548 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "548" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__551 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "551" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__573 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "573" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__601 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "601" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__611 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "611" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__614 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "614" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__676 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "676" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__704 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "704" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__710 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "710" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__730 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "730" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__732 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "732" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__758 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "758" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__770 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "770" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__829 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "829" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__862 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "862" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__863 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "863" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__915 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "915" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__918 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "918" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__942 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "942" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__943 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "943" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__1029 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "1029" ENUM1A7B888D2EF5B26FC63749F8E3A87CFA__1195 Enum1a7b888d2ef5b26fc63749f8e3a87cfa = "1195" )
List of Enum_1a7b888d2ef5b26fc63749f8e3a87cfa
func NewEnum1a7b888d2ef5b26fc63749f8e3a87cfaFromValue ¶ added in v0.1.22
func NewEnum1a7b888d2ef5b26fc63749f8e3a87cfaFromValue(v string) (*Enum1a7b888d2ef5b26fc63749f8e3a87cfa, error)
NewEnum1a7b888d2ef5b26fc63749f8e3a87cfaFromValue returns a pointer to a valid Enum1a7b888d2ef5b26fc63749f8e3a87cfa for the value passed as argument, or an error if the value passed is not allowed by the enum
func (Enum1a7b888d2ef5b26fc63749f8e3a87cfa) IsValid ¶ added in v0.1.22
func (v Enum1a7b888d2ef5b26fc63749f8e3a87cfa) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (Enum1a7b888d2ef5b26fc63749f8e3a87cfa) Ptr ¶ added in v0.1.22
Ptr returns reference to Enum_1a7b888d2ef5b26fc63749f8e3a87cfa value
func (*Enum1a7b888d2ef5b26fc63749f8e3a87cfa) UnmarshalJSON ¶ added in v0.1.22
func (v *Enum1a7b888d2ef5b26fc63749f8e3a87cfa) UnmarshalJSON(src []byte) error
type Enum1ab0ceef9ae9ece93c01f2d976ec3990 ¶
type Enum1ab0ceef9ae9ece93c01f2d976ec3990 string
Enum1ab0ceef9ae9ece93c01f2d976ec3990 the model 'Enum1ab0ceef9ae9ece93c01f2d976ec3990'
const ( ENUM1AB0CEEF9AE9ECE93C01F2D976EC3990_GRAPHQL Enum1ab0ceef9ae9ece93c01f2d976ec3990 = "GRAPHQL" ENUM1AB0CEEF9AE9ECE93C01F2D976EC3990_REST Enum1ab0ceef9ae9ece93c01f2d976ec3990 = "REST" )
List of Enum_1ab0ceef9ae9ece93c01f2d976ec3990
func NewEnum1ab0ceef9ae9ece93c01f2d976ec3990FromValue ¶
func NewEnum1ab0ceef9ae9ece93c01f2d976ec3990FromValue(v string) (*Enum1ab0ceef9ae9ece93c01f2d976ec3990, error)
NewEnum1ab0ceef9ae9ece93c01f2d976ec3990FromValue returns a pointer to a valid Enum1ab0ceef9ae9ece93c01f2d976ec3990 for the value passed as argument, or an error if the value passed is not allowed by the enum
func (Enum1ab0ceef9ae9ece93c01f2d976ec3990) IsValid ¶
func (v Enum1ab0ceef9ae9ece93c01f2d976ec3990) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (Enum1ab0ceef9ae9ece93c01f2d976ec3990) Ptr ¶
Ptr returns reference to Enum_1ab0ceef9ae9ece93c01f2d976ec3990 value
func (*Enum1ab0ceef9ae9ece93c01f2d976ec3990) UnmarshalJSON ¶
func (v *Enum1ab0ceef9ae9ece93c01f2d976ec3990) UnmarshalJSON(src []byte) error
type Enum1ab5d44a8d8b0e47bb5ab55e0fd2b986 ¶
type Enum1ab5d44a8d8b0e47bb5ab55e0fd2b986 string
Enum1ab5d44a8d8b0e47bb5ab55e0fd2b986 the model 'Enum1ab5d44a8d8b0e47bb5ab55e0fd2b986'
const ( ENUM1AB5D44A8D8B0E47BB5AB55E0FD2B986_API Enum1ab5d44a8d8b0e47bb5ab55e0fd2b986 = "API" ENUM1AB5D44A8D8B0E47BB5AB55E0FD2B986_FRONTEND Enum1ab5d44a8d8b0e47bb5ab55e0fd2b986 = "FRONTEND" )
List of Enum_1ab5d44a8d8b0e47bb5ab55e0fd2b986
func NewEnum1ab5d44a8d8b0e47bb5ab55e0fd2b986FromValue ¶
func NewEnum1ab5d44a8d8b0e47bb5ab55e0fd2b986FromValue(v string) (*Enum1ab5d44a8d8b0e47bb5ab55e0fd2b986, error)
NewEnum1ab5d44a8d8b0e47bb5ab55e0fd2b986FromValue returns a pointer to a valid Enum1ab5d44a8d8b0e47bb5ab55e0fd2b986 for the value passed as argument, or an error if the value passed is not allowed by the enum
func (Enum1ab5d44a8d8b0e47bb5ab55e0fd2b986) IsValid ¶
func (v Enum1ab5d44a8d8b0e47bb5ab55e0fd2b986) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (Enum1ab5d44a8d8b0e47bb5ab55e0fd2b986) Ptr ¶
Ptr returns reference to Enum_1ab5d44a8d8b0e47bb5ab55e0fd2b986 value
func (*Enum1ab5d44a8d8b0e47bb5ab55e0fd2b986) UnmarshalJSON ¶
func (v *Enum1ab5d44a8d8b0e47bb5ab55e0fd2b986) UnmarshalJSON(src []byte) error
type Enum1f6d3642ca98942a86c3631840441183 ¶
type Enum1f6d3642ca98942a86c3631840441183 string
Enum1f6d3642ca98942a86c3631840441183 the model 'Enum1f6d3642ca98942a86c3631840441183'
const ( ENUM1F6D3642CA98942A86C3631840441183_HIGH Enum1f6d3642ca98942a86c3631840441183 = "HIGH" ENUM1F6D3642CA98942A86C3631840441183_MEDIUM Enum1f6d3642ca98942a86c3631840441183 = "MEDIUM" ENUM1F6D3642CA98942A86C3631840441183_LOW Enum1f6d3642ca98942a86c3631840441183 = "LOW" ENUM1F6D3642CA98942A86C3631840441183_INFO Enum1f6d3642ca98942a86c3631840441183 = "INFO" )
List of Enum_1f6d3642ca98942a86c3631840441183
func NewEnum1f6d3642ca98942a86c3631840441183FromValue ¶
func NewEnum1f6d3642ca98942a86c3631840441183FromValue(v string) (*Enum1f6d3642ca98942a86c3631840441183, error)
NewEnum1f6d3642ca98942a86c3631840441183FromValue returns a pointer to a valid Enum1f6d3642ca98942a86c3631840441183 for the value passed as argument, or an error if the value passed is not allowed by the enum
func (Enum1f6d3642ca98942a86c3631840441183) IsValid ¶
func (v Enum1f6d3642ca98942a86c3631840441183) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (Enum1f6d3642ca98942a86c3631840441183) Ptr ¶
Ptr returns reference to Enum_1f6d3642ca98942a86c3631840441183 value
func (*Enum1f6d3642ca98942a86c3631840441183) UnmarshalJSON ¶
func (v *Enum1f6d3642ca98942a86c3631840441183) UnmarshalJSON(src []byte) error
type Enum200018d75ade9e46d41a8d1efb27c511 ¶
type Enum200018d75ade9e46d41a8d1efb27c511 string
Enum200018d75ade9e46d41a8d1efb27c511 the model 'Enum200018d75ade9e46d41a8d1efb27c511'
const ( ENUM200018D75ADE9E46D41A8D1EFB27C511_STRICT Enum200018d75ade9e46d41a8d1efb27c511 = "Strict" ENUM200018D75ADE9E46D41A8D1EFB27C511_LAX Enum200018d75ade9e46d41a8d1efb27c511 = "Lax" ENUM200018D75ADE9E46D41A8D1EFB27C511_NONE Enum200018d75ade9e46d41a8d1efb27c511 = "None" )
List of Enum_200018d75ade9e46d41a8d1efb27c511
func NewEnum200018d75ade9e46d41a8d1efb27c511FromValue ¶
func NewEnum200018d75ade9e46d41a8d1efb27c511FromValue(v string) (*Enum200018d75ade9e46d41a8d1efb27c511, error)
NewEnum200018d75ade9e46d41a8d1efb27c511FromValue returns a pointer to a valid Enum200018d75ade9e46d41a8d1efb27c511 for the value passed as argument, or an error if the value passed is not allowed by the enum
func (Enum200018d75ade9e46d41a8d1efb27c511) IsValid ¶
func (v Enum200018d75ade9e46d41a8d1efb27c511) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (Enum200018d75ade9e46d41a8d1efb27c511) Ptr ¶
Ptr returns reference to Enum_200018d75ade9e46d41a8d1efb27c511 value
func (*Enum200018d75ade9e46d41a8d1efb27c511) UnmarshalJSON ¶
func (v *Enum200018d75ade9e46d41a8d1efb27c511) UnmarshalJSON(src []byte) error
type Enum2a0a63bd2634c78edc28210c0bdd7520 ¶
type Enum2a0a63bd2634c78edc28210c0bdd7520 string
Enum2a0a63bd2634c78edc28210c0bdd7520 the model 'Enum2a0a63bd2634c78edc28210c0bdd7520'
const ( ENUM2A0A63BD2634C78EDC28210C0BDD7520_API1_2023 Enum2a0a63bd2634c78edc28210c0bdd7520 = "API1:2023" ENUM2A0A63BD2634C78EDC28210C0BDD7520_API2_2023 Enum2a0a63bd2634c78edc28210c0bdd7520 = "API2:2023" ENUM2A0A63BD2634C78EDC28210C0BDD7520_API3_2023 Enum2a0a63bd2634c78edc28210c0bdd7520 = "API3:2023" ENUM2A0A63BD2634C78EDC28210C0BDD7520_API4_2023 Enum2a0a63bd2634c78edc28210c0bdd7520 = "API4:2023" ENUM2A0A63BD2634C78EDC28210C0BDD7520_API5_2023 Enum2a0a63bd2634c78edc28210c0bdd7520 = "API5:2023" ENUM2A0A63BD2634C78EDC28210C0BDD7520_API6_2023 Enum2a0a63bd2634c78edc28210c0bdd7520 = "API6:2023" ENUM2A0A63BD2634C78EDC28210C0BDD7520_API7_2023 Enum2a0a63bd2634c78edc28210c0bdd7520 = "API7:2023" ENUM2A0A63BD2634C78EDC28210C0BDD7520_API8_2023 Enum2a0a63bd2634c78edc28210c0bdd7520 = "API8:2023" ENUM2A0A63BD2634C78EDC28210C0BDD7520_API9_2023 Enum2a0a63bd2634c78edc28210c0bdd7520 = "API9:2023" ENUM2A0A63BD2634C78EDC28210C0BDD7520_API10_2023 Enum2a0a63bd2634c78edc28210c0bdd7520 = "API10:2023" )
List of Enum_2a0a63bd2634c78edc28210c0bdd7520
func NewEnum2a0a63bd2634c78edc28210c0bdd7520FromValue ¶
func NewEnum2a0a63bd2634c78edc28210c0bdd7520FromValue(v string) (*Enum2a0a63bd2634c78edc28210c0bdd7520, error)
NewEnum2a0a63bd2634c78edc28210c0bdd7520FromValue returns a pointer to a valid Enum2a0a63bd2634c78edc28210c0bdd7520 for the value passed as argument, or an error if the value passed is not allowed by the enum
func (Enum2a0a63bd2634c78edc28210c0bdd7520) IsValid ¶
func (v Enum2a0a63bd2634c78edc28210c0bdd7520) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (Enum2a0a63bd2634c78edc28210c0bdd7520) Ptr ¶
Ptr returns reference to Enum_2a0a63bd2634c78edc28210c0bdd7520 value
func (*Enum2a0a63bd2634c78edc28210c0bdd7520) UnmarshalJSON ¶
func (v *Enum2a0a63bd2634c78edc28210c0bdd7520) UnmarshalJSON(src []byte) error
type Enum33e76a7bc4c97ff8dbfe29d1d45aaa56 ¶
type Enum33e76a7bc4c97ff8dbfe29d1d45aaa56 string
Enum33e76a7bc4c97ff8dbfe29d1d45aaa56 the model 'Enum33e76a7bc4c97ff8dbfe29d1d45aaa56'
const ( ENUM33E76A7BC4C97FF8DBFE29D1D45AAA56_US Enum33e76a7bc4c97ff8dbfe29d1d45aaa56 = "US" ENUM33E76A7BC4C97FF8DBFE29D1D45AAA56_EU Enum33e76a7bc4c97ff8dbfe29d1d45aaa56 = "EU" ENUM33E76A7BC4C97FF8DBFE29D1D45AAA56_AU Enum33e76a7bc4c97ff8dbfe29d1d45aaa56 = "AU" )
List of Enum_33e76a7bc4c97ff8dbfe29d1d45aaa56
func NewEnum33e76a7bc4c97ff8dbfe29d1d45aaa56FromValue ¶
func NewEnum33e76a7bc4c97ff8dbfe29d1d45aaa56FromValue(v string) (*Enum33e76a7bc4c97ff8dbfe29d1d45aaa56, error)
NewEnum33e76a7bc4c97ff8dbfe29d1d45aaa56FromValue returns a pointer to a valid Enum33e76a7bc4c97ff8dbfe29d1d45aaa56 for the value passed as argument, or an error if the value passed is not allowed by the enum
func (Enum33e76a7bc4c97ff8dbfe29d1d45aaa56) IsValid ¶
func (v Enum33e76a7bc4c97ff8dbfe29d1d45aaa56) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (Enum33e76a7bc4c97ff8dbfe29d1d45aaa56) Ptr ¶
Ptr returns reference to Enum_33e76a7bc4c97ff8dbfe29d1d45aaa56 value
func (*Enum33e76a7bc4c97ff8dbfe29d1d45aaa56) UnmarshalJSON ¶
func (v *Enum33e76a7bc4c97ff8dbfe29d1d45aaa56) UnmarshalJSON(src []byte) error
type Enum3b03ec8408c363f23b7d74d99b6ba8f4 ¶
type Enum3b03ec8408c363f23b7d74d99b6ba8f4 string
Enum3b03ec8408c363f23b7d74d99b6ba8f4 the model 'Enum3b03ec8408c363f23b7d74d99b6ba8f4'
const ( ENUM3B03EC8408C363F23B7D74D99B6BA8F4_SP800_40 Enum3b03ec8408c363f23b7d74d99b6ba8f4 = "SP800-40" ENUM3B03EC8408C363F23B7D74D99B6BA8F4_SP800_41 Enum3b03ec8408c363f23b7d74d99b6ba8f4 = "SP800-41" ENUM3B03EC8408C363F23B7D74D99B6BA8F4_SP800_44 Enum3b03ec8408c363f23b7d74d99b6ba8f4 = "SP800-44" ENUM3B03EC8408C363F23B7D74D99B6BA8F4_SP800_52 Enum3b03ec8408c363f23b7d74d99b6ba8f4 = "SP800-52" ENUM3B03EC8408C363F23B7D74D99B6BA8F4_SP800_53 Enum3b03ec8408c363f23b7d74d99b6ba8f4 = "SP800-53" ENUM3B03EC8408C363F23B7D74D99B6BA8F4_SP800_63_B Enum3b03ec8408c363f23b7d74d99b6ba8f4 = "SP800-63B" ENUM3B03EC8408C363F23B7D74D99B6BA8F4_SP800_81_2 Enum3b03ec8408c363f23b7d74d99b6ba8f4 = "SP800-81-2" ENUM3B03EC8408C363F23B7D74D99B6BA8F4_SP800_92 Enum3b03ec8408c363f23b7d74d99b6ba8f4 = "SP800-92" ENUM3B03EC8408C363F23B7D74D99B6BA8F4_SP800_95 Enum3b03ec8408c363f23b7d74d99b6ba8f4 = "SP800-95" ENUM3B03EC8408C363F23B7D74D99B6BA8F4_SP800_123 Enum3b03ec8408c363f23b7d74d99b6ba8f4 = "SP800-123" ENUM3B03EC8408C363F23B7D74D99B6BA8F4_SP800_161 Enum3b03ec8408c363f23b7d74d99b6ba8f4 = "SP800-161" ENUM3B03EC8408C363F23B7D74D99B6BA8F4_SP800_190 Enum3b03ec8408c363f23b7d74d99b6ba8f4 = "SP800-190" ENUM3B03EC8408C363F23B7D74D99B6BA8F4_SP800_207 Enum3b03ec8408c363f23b7d74d99b6ba8f4 = "SP800-207" )
List of Enum_3b03ec8408c363f23b7d74d99b6ba8f4
func NewEnum3b03ec8408c363f23b7d74d99b6ba8f4FromValue ¶
func NewEnum3b03ec8408c363f23b7d74d99b6ba8f4FromValue(v string) (*Enum3b03ec8408c363f23b7d74d99b6ba8f4, error)
NewEnum3b03ec8408c363f23b7d74d99b6ba8f4FromValue returns a pointer to a valid Enum3b03ec8408c363f23b7d74d99b6ba8f4 for the value passed as argument, or an error if the value passed is not allowed by the enum
func (Enum3b03ec8408c363f23b7d74d99b6ba8f4) IsValid ¶
func (v Enum3b03ec8408c363f23b7d74d99b6ba8f4) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (Enum3b03ec8408c363f23b7d74d99b6ba8f4) Ptr ¶
Ptr returns reference to Enum_3b03ec8408c363f23b7d74d99b6ba8f4 value
func (*Enum3b03ec8408c363f23b7d74d99b6ba8f4) UnmarshalJSON ¶
func (v *Enum3b03ec8408c363f23b7d74d99b6ba8f4) UnmarshalJSON(src []byte) error
type Enum4e0943c4ae7a2a2d426c0a6c0b839e82 ¶
type Enum4e0943c4ae7a2a2d426c0a6c0b839e82 string
Enum4e0943c4ae7a2a2d426c0a6c0b839e82 the model 'Enum4e0943c4ae7a2a2d426c0a6c0b839e82'
const ( ENUM4E0943C4AE7A2A2D426C0A6C0B839E82_CONNECT Enum4e0943c4ae7a2a2d426c0a6c0b839e82 = "CONNECT" ENUM4E0943C4AE7A2A2D426C0A6C0B839E82_DELETE Enum4e0943c4ae7a2a2d426c0a6c0b839e82 = "DELETE" ENUM4E0943C4AE7A2A2D426C0A6C0B839E82_GET Enum4e0943c4ae7a2a2d426c0a6c0b839e82 = "GET" ENUM4E0943C4AE7A2A2D426C0A6C0B839E82_HEAD Enum4e0943c4ae7a2a2d426c0a6c0b839e82 = "HEAD" ENUM4E0943C4AE7A2A2D426C0A6C0B839E82_OPTIONS Enum4e0943c4ae7a2a2d426c0a6c0b839e82 = "OPTIONS" ENUM4E0943C4AE7A2A2D426C0A6C0B839E82_PATCH Enum4e0943c4ae7a2a2d426c0a6c0b839e82 = "PATCH" ENUM4E0943C4AE7A2A2D426C0A6C0B839E82_POST Enum4e0943c4ae7a2a2d426c0a6c0b839e82 = "POST" ENUM4E0943C4AE7A2A2D426C0A6C0B839E82_PUT Enum4e0943c4ae7a2a2d426c0a6c0b839e82 = "PUT" ENUM4E0943C4AE7A2A2D426C0A6C0B839E82_TRACE Enum4e0943c4ae7a2a2d426c0a6c0b839e82 = "TRACE" )
List of Enum_4e0943c4ae7a2a2d426c0a6c0b839e82
func NewEnum4e0943c4ae7a2a2d426c0a6c0b839e82FromValue ¶
func NewEnum4e0943c4ae7a2a2d426c0a6c0b839e82FromValue(v string) (*Enum4e0943c4ae7a2a2d426c0a6c0b839e82, error)
NewEnum4e0943c4ae7a2a2d426c0a6c0b839e82FromValue returns a pointer to a valid Enum4e0943c4ae7a2a2d426c0a6c0b839e82 for the value passed as argument, or an error if the value passed is not allowed by the enum
func (Enum4e0943c4ae7a2a2d426c0a6c0b839e82) IsValid ¶
func (v Enum4e0943c4ae7a2a2d426c0a6c0b839e82) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (Enum4e0943c4ae7a2a2d426c0a6c0b839e82) Ptr ¶
Ptr returns reference to Enum_4e0943c4ae7a2a2d426c0a6c0b839e82 value
func (*Enum4e0943c4ae7a2a2d426c0a6c0b839e82) UnmarshalJSON ¶
func (v *Enum4e0943c4ae7a2a2d426c0a6c0b839e82) UnmarshalJSON(src []byte) error
type Enum5240b1e44488028e2fb125a667a7a4bd ¶
type Enum5240b1e44488028e2fb125a667a7a4bd string
Enum5240b1e44488028e2fb125a667a7a4bd the model 'Enum5240b1e44488028e2fb125a667a7a4bd'
const ( ENUM5240B1E44488028E2FB125A667A7A4BD_ARTICLE_5 Enum5240b1e44488028e2fb125a667a7a4bd = "Article-5" ENUM5240B1E44488028E2FB125A667A7A4BD_ARTICLE_25 Enum5240b1e44488028e2fb125a667a7a4bd = "Article-25" ENUM5240B1E44488028E2FB125A667A7A4BD_ARTICLE_32 Enum5240b1e44488028e2fb125a667a7a4bd = "Article-32" ENUM5240B1E44488028E2FB125A667A7A4BD_ARTICLE_33 Enum5240b1e44488028e2fb125a667a7a4bd = "Article-33" )
List of Enum_5240b1e44488028e2fb125a667a7a4bd
func NewEnum5240b1e44488028e2fb125a667a7a4bdFromValue ¶
func NewEnum5240b1e44488028e2fb125a667a7a4bdFromValue(v string) (*Enum5240b1e44488028e2fb125a667a7a4bd, error)
NewEnum5240b1e44488028e2fb125a667a7a4bdFromValue returns a pointer to a valid Enum5240b1e44488028e2fb125a667a7a4bd for the value passed as argument, or an error if the value passed is not allowed by the enum
func (Enum5240b1e44488028e2fb125a667a7a4bd) IsValid ¶
func (v Enum5240b1e44488028e2fb125a667a7a4bd) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (Enum5240b1e44488028e2fb125a667a7a4bd) Ptr ¶
Ptr returns reference to Enum_5240b1e44488028e2fb125a667a7a4bd value
func (*Enum5240b1e44488028e2fb125a667a7a4bd) UnmarshalJSON ¶
func (v *Enum5240b1e44488028e2fb125a667a7a4bd) UnmarshalJSON(src []byte) error
type Enum549d6d987f9711d8c5b7a2472e0c9d65 ¶
type Enum549d6d987f9711d8c5b7a2472e0c9d65 string
Enum549d6d987f9711d8c5b7a2472e0c9d65 the model 'Enum549d6d987f9711d8c5b7a2472e0c9d65'
const ( ENUM549D6D987F9711D8C5B7A2472E0C9D65_GET Enum549d6d987f9711d8c5b7a2472e0c9d65 = "GET" ENUM549D6D987F9711D8C5B7A2472E0C9D65_POST Enum549d6d987f9711d8c5b7a2472e0c9d65 = "POST" ENUM549D6D987F9711D8C5B7A2472E0C9D65_PUT Enum549d6d987f9711d8c5b7a2472e0c9d65 = "PUT" ENUM549D6D987F9711D8C5B7A2472E0C9D65_DELETE Enum549d6d987f9711d8c5b7a2472e0c9d65 = "DELETE" ENUM549D6D987F9711D8C5B7A2472E0C9D65_HEAD Enum549d6d987f9711d8c5b7a2472e0c9d65 = "HEAD" ENUM549D6D987F9711D8C5B7A2472E0C9D65_PATCH Enum549d6d987f9711d8c5b7a2472e0c9d65 = "PATCH" ENUM549D6D987F9711D8C5B7A2472E0C9D65_OPTIONS Enum549d6d987f9711d8c5b7a2472e0c9d65 = "OPTIONS" ENUM549D6D987F9711D8C5B7A2472E0C9D65_TRACE Enum549d6d987f9711d8c5b7a2472e0c9d65 = "TRACE" ENUM549D6D987F9711D8C5B7A2472E0C9D65_CONNECT Enum549d6d987f9711d8c5b7a2472e0c9d65 = "CONNECT" )
List of Enum_549d6d987f9711d8c5b7a2472e0c9d65
func NewEnum549d6d987f9711d8c5b7a2472e0c9d65FromValue ¶
func NewEnum549d6d987f9711d8c5b7a2472e0c9d65FromValue(v string) (*Enum549d6d987f9711d8c5b7a2472e0c9d65, error)
NewEnum549d6d987f9711d8c5b7a2472e0c9d65FromValue returns a pointer to a valid Enum549d6d987f9711d8c5b7a2472e0c9d65 for the value passed as argument, or an error if the value passed is not allowed by the enum
func (Enum549d6d987f9711d8c5b7a2472e0c9d65) IsValid ¶
func (v Enum549d6d987f9711d8c5b7a2472e0c9d65) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (Enum549d6d987f9711d8c5b7a2472e0c9d65) Ptr ¶
Ptr returns reference to Enum_549d6d987f9711d8c5b7a2472e0c9d65 value
func (*Enum549d6d987f9711d8c5b7a2472e0c9d65) UnmarshalJSON ¶
func (v *Enum549d6d987f9711d8c5b7a2472e0c9d65) UnmarshalJSON(src []byte) error
type Enum54f0a5f011be184847a3933abc4c6999 ¶
type Enum54f0a5f011be184847a3933abc4c6999 string
Enum54f0a5f011be184847a3933abc4c6999 the model 'Enum54f0a5f011be184847a3933abc4c6999'
const ( ENUM54F0A5F011BE184847A3933ABC4C6999_SURFACE Enum54f0a5f011be184847a3933abc4c6999 = "surface" ENUM54F0A5F011BE184847A3933ABC4C6999_MARKETING Enum54f0a5f011be184847a3933abc4c6999 = "marketing" ENUM54F0A5F011BE184847A3933ABC4C6999_CICD Enum54f0a5f011be184847a3933abc4c6999 = "cicd" ENUM54F0A5F011BE184847A3933ABC4C6999_DEFAULT Enum54f0a5f011be184847a3933abc4c6999 = "default" ENUM54F0A5F011BE184847A3933ABC4C6999_DEEP Enum54f0a5f011be184847a3933abc4c6999 = "deep" ENUM54F0A5F011BE184847A3933ABC4C6999_UNRESTRICTED Enum54f0a5f011be184847a3933abc4c6999 = "unrestricted" )
List of Enum_54f0a5f011be184847a3933abc4c6999
func NewEnum54f0a5f011be184847a3933abc4c6999FromValue ¶
func NewEnum54f0a5f011be184847a3933abc4c6999FromValue(v string) (*Enum54f0a5f011be184847a3933abc4c6999, error)
NewEnum54f0a5f011be184847a3933abc4c6999FromValue returns a pointer to a valid Enum54f0a5f011be184847a3933abc4c6999 for the value passed as argument, or an error if the value passed is not allowed by the enum
func (Enum54f0a5f011be184847a3933abc4c6999) IsValid ¶
func (v Enum54f0a5f011be184847a3933abc4c6999) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (Enum54f0a5f011be184847a3933abc4c6999) Ptr ¶
Ptr returns reference to Enum_54f0a5f011be184847a3933abc4c6999 value
func (*Enum54f0a5f011be184847a3933abc4c6999) UnmarshalJSON ¶
func (v *Enum54f0a5f011be184847a3933abc4c6999) UnmarshalJSON(src []byte) error
type Enum5cf07f4dc5d62ad66f92942c1b7ce23f ¶ added in v0.1.22
type Enum5cf07f4dc5d62ad66f92942c1b7ce23f string
Enum5cf07f4dc5d62ad66f92942c1b7ce23f the model 'Enum5cf07f4dc5d62ad66f92942c1b7ce23f'
const ( ENUM5CF07F4DC5D62AD66F92942C1B7CE23F_ACCESS_CONTROL Enum5cf07f4dc5d62ad66f92942c1b7ce23f = "ACCESS_CONTROL" ENUM5CF07F4DC5D62AD66F92942C1B7CE23F_CONFIGURATION Enum5cf07f4dc5d62ad66f92942c1b7ce23f = "CONFIGURATION" ENUM5CF07F4DC5D62AD66F92942C1B7CE23F_CUSTOM Enum5cf07f4dc5d62ad66f92942c1b7ce23f = "CUSTOM" ENUM5CF07F4DC5D62AD66F92942C1B7CE23F_INFORMATION_DISCLOSURE Enum5cf07f4dc5d62ad66f92942c1b7ce23f = "INFORMATION_DISCLOSURE" ENUM5CF07F4DC5D62AD66F92942C1B7CE23F_INJECTION Enum5cf07f4dc5d62ad66f92942c1b7ce23f = "INJECTION" ENUM5CF07F4DC5D62AD66F92942C1B7CE23F_PROTOCOL Enum5cf07f4dc5d62ad66f92942c1b7ce23f = "PROTOCOL" ENUM5CF07F4DC5D62AD66F92942C1B7CE23F_REQUEST_FORGERY Enum5cf07f4dc5d62ad66f92942c1b7ce23f = "REQUEST_FORGERY" ENUM5CF07F4DC5D62AD66F92942C1B7CE23F_SENSITIVE_DATA Enum5cf07f4dc5d62ad66f92942c1b7ce23f = "SENSITIVE_DATA" ENUM5CF07F4DC5D62AD66F92942C1B7CE23F_RESOURCE_LIMITATION Enum5cf07f4dc5d62ad66f92942c1b7ce23f = "RESOURCE_LIMITATION" ENUM5CF07F4DC5D62AD66F92942C1B7CE23F_SCHEMA Enum5cf07f4dc5d62ad66f92942c1b7ce23f = "SCHEMA" )
List of Enum_5cf07f4dc5d62ad66f92942c1b7ce23f
func NewEnum5cf07f4dc5d62ad66f92942c1b7ce23fFromValue ¶ added in v0.1.22
func NewEnum5cf07f4dc5d62ad66f92942c1b7ce23fFromValue(v string) (*Enum5cf07f4dc5d62ad66f92942c1b7ce23f, error)
NewEnum5cf07f4dc5d62ad66f92942c1b7ce23fFromValue returns a pointer to a valid Enum5cf07f4dc5d62ad66f92942c1b7ce23f for the value passed as argument, or an error if the value passed is not allowed by the enum
func (Enum5cf07f4dc5d62ad66f92942c1b7ce23f) IsValid ¶ added in v0.1.22
func (v Enum5cf07f4dc5d62ad66f92942c1b7ce23f) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (Enum5cf07f4dc5d62ad66f92942c1b7ce23f) Ptr ¶ added in v0.1.22
Ptr returns reference to Enum_5cf07f4dc5d62ad66f92942c1b7ce23f value
func (*Enum5cf07f4dc5d62ad66f92942c1b7ce23f) UnmarshalJSON ¶ added in v0.1.22
func (v *Enum5cf07f4dc5d62ad66f92942c1b7ce23f) UnmarshalJSON(src []byte) error
type Enum6741c81b56f1b47f9c4e941a35bc8afb ¶
type Enum6741c81b56f1b47f9c4e941a35bc8afb string
Enum6741c81b56f1b47f9c4e941a35bc8afb the model 'Enum6741c81b56f1b47f9c4e941a35bc8afb'
const ( ENUM6741C81B56F1B47F9C4E941A35BC8AFB__1_2_3 Enum6741c81b56f1b47f9c4e941a35bc8afb = "1.2.3" ENUM6741C81B56F1B47F9C4E941A35BC8AFB__1_3 Enum6741c81b56f1b47f9c4e941a35bc8afb = "1.3" ENUM6741C81B56F1B47F9C4E941A35BC8AFB__1_3_7 Enum6741c81b56f1b47f9c4e941a35bc8afb = "1.3.7" ENUM6741C81B56F1B47F9C4E941A35BC8AFB__2_2_2 Enum6741c81b56f1b47f9c4e941a35bc8afb = "2.2.2" ENUM6741C81B56F1B47F9C4E941A35BC8AFB__2_2_5 Enum6741c81b56f1b47f9c4e941a35bc8afb = "2.2.5" ENUM6741C81B56F1B47F9C4E941A35BC8AFB__4_1 Enum6741c81b56f1b47f9c4e941a35bc8afb = "4.1" ENUM6741C81B56F1B47F9C4E941A35BC8AFB__6_1 Enum6741c81b56f1b47f9c4e941a35bc8afb = "6.1" ENUM6741C81B56F1B47F9C4E941A35BC8AFB__6_2 Enum6741c81b56f1b47f9c4e941a35bc8afb = "6.2" ENUM6741C81B56F1B47F9C4E941A35BC8AFB__6_5 Enum6741c81b56f1b47f9c4e941a35bc8afb = "6.5" ENUM6741C81B56F1B47F9C4E941A35BC8AFB__6_5_1 Enum6741c81b56f1b47f9c4e941a35bc8afb = "6.5.1" ENUM6741C81B56F1B47F9C4E941A35BC8AFB__6_5_2 Enum6741c81b56f1b47f9c4e941a35bc8afb = "6.5.2" ENUM6741C81B56F1B47F9C4E941A35BC8AFB__6_5_3 Enum6741c81b56f1b47f9c4e941a35bc8afb = "6.5.3" ENUM6741C81B56F1B47F9C4E941A35BC8AFB__6_5_4 Enum6741c81b56f1b47f9c4e941a35bc8afb = "6.5.4" ENUM6741C81B56F1B47F9C4E941A35BC8AFB__6_5_5 Enum6741c81b56f1b47f9c4e941a35bc8afb = "6.5.5" ENUM6741C81B56F1B47F9C4E941A35BC8AFB__6_5_6 Enum6741c81b56f1b47f9c4e941a35bc8afb = "6.5.6" ENUM6741C81B56F1B47F9C4E941A35BC8AFB__6_5_7 Enum6741c81b56f1b47f9c4e941a35bc8afb = "6.5.7" ENUM6741C81B56F1B47F9C4E941A35BC8AFB__6_5_8 Enum6741c81b56f1b47f9c4e941a35bc8afb = "6.5.8" ENUM6741C81B56F1B47F9C4E941A35BC8AFB__6_5_9 Enum6741c81b56f1b47f9c4e941a35bc8afb = "6.5.9" ENUM6741C81B56F1B47F9C4E941A35BC8AFB__6_5_10 Enum6741c81b56f1b47f9c4e941a35bc8afb = "6.5.10" ENUM6741C81B56F1B47F9C4E941A35BC8AFB__7_1 Enum6741c81b56f1b47f9c4e941a35bc8afb = "7.1" ENUM6741C81B56F1B47F9C4E941A35BC8AFB__7_1_2 Enum6741c81b56f1b47f9c4e941a35bc8afb = "7.1.2" ENUM6741C81B56F1B47F9C4E941A35BC8AFB__8_2_1 Enum6741c81b56f1b47f9c4e941a35bc8afb = "8.2.1" ENUM6741C81B56F1B47F9C4E941A35BC8AFB__10_2_4 Enum6741c81b56f1b47f9c4e941a35bc8afb = "10.2.4" )
List of Enum_6741c81b56f1b47f9c4e941a35bc8afb
func NewEnum6741c81b56f1b47f9c4e941a35bc8afbFromValue ¶
func NewEnum6741c81b56f1b47f9c4e941a35bc8afbFromValue(v string) (*Enum6741c81b56f1b47f9c4e941a35bc8afb, error)
NewEnum6741c81b56f1b47f9c4e941a35bc8afbFromValue returns a pointer to a valid Enum6741c81b56f1b47f9c4e941a35bc8afb for the value passed as argument, or an error if the value passed is not allowed by the enum
func (Enum6741c81b56f1b47f9c4e941a35bc8afb) IsValid ¶
func (v Enum6741c81b56f1b47f9c4e941a35bc8afb) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (Enum6741c81b56f1b47f9c4e941a35bc8afb) Ptr ¶
Ptr returns reference to Enum_6741c81b56f1b47f9c4e941a35bc8afb value
func (*Enum6741c81b56f1b47f9c4e941a35bc8afb) UnmarshalJSON ¶
func (v *Enum6741c81b56f1b47f9c4e941a35bc8afb) UnmarshalJSON(src []byte) error
type Enum6b715a076de4c8a128eec128b79c270b ¶
type Enum6b715a076de4c8a128eec128b79c270b string
Enum6b715a076de4c8a128eec128b79c270b the model 'Enum6b715a076de4c8a128eec128b79c270b'
const ( ENUM6B715A076DE4C8A128EEC128B79C270B_SEVERITY Enum6b715a076de4c8a128eec128b79c270b = "severity" ENUM6B715A076DE4C8A128EEC128B79C270B_APPLICATION_NAME Enum6b715a076de4c8a128eec128b79c270b = "applicationName" ENUM6B715A076DE4C8A128EEC128B79C270B_CONTEXT Enum6b715a076de4c8a128eec128b79c270b = "context" ENUM6B715A076DE4C8A128EEC128B79C270B_TEST_CATEGORY Enum6b715a076de4c8a128eec128b79c270b = "testCategory" ENUM6B715A076DE4C8A128EEC128B79C270B_SCAN_ID Enum6b715a076de4c8a128eec128b79c270b = "scanId" ENUM6B715A076DE4C8A128EEC128B79C270B_LINK_TO_ESCAPE Enum6b715a076de4c8a128eec128b79c270b = "linkToEscape" )
List of Enum_6b715a076de4c8a128eec128b79c270b
func NewEnum6b715a076de4c8a128eec128b79c270bFromValue ¶
func NewEnum6b715a076de4c8a128eec128b79c270bFromValue(v string) (*Enum6b715a076de4c8a128eec128b79c270b, error)
NewEnum6b715a076de4c8a128eec128b79c270bFromValue returns a pointer to a valid Enum6b715a076de4c8a128eec128b79c270b for the value passed as argument, or an error if the value passed is not allowed by the enum
func (Enum6b715a076de4c8a128eec128b79c270b) IsValid ¶
func (v Enum6b715a076de4c8a128eec128b79c270b) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (Enum6b715a076de4c8a128eec128b79c270b) Ptr ¶
Ptr returns reference to Enum_6b715a076de4c8a128eec128b79c270b value
func (*Enum6b715a076de4c8a128eec128b79c270b) UnmarshalJSON ¶
func (v *Enum6b715a076de4c8a128eec128b79c270b) UnmarshalJSON(src []byte) error
type Enum729547c90705c82a79ed6fbc3adcfa94 ¶ added in v0.1.22
type Enum729547c90705c82a79ed6fbc3adcfa94 string
Enum729547c90705c82a79ed6fbc3adcfa94 the model 'Enum729547c90705c82a79ed6fbc3adcfa94'
const ( ENUM729547C90705C82A79ED6FBC3ADCFA94_ACCESS_CONTROL Enum729547c90705c82a79ed6fbc3adcfa94 = "ACCESS_CONTROL" ENUM729547C90705C82A79ED6FBC3ADCFA94_CONFIGURATION Enum729547c90705c82a79ed6fbc3adcfa94 = "CONFIGURATION" ENUM729547C90705C82A79ED6FBC3ADCFA94_INFORMATION_DISCLOSURE Enum729547c90705c82a79ed6fbc3adcfa94 = "INFORMATION_DISCLOSURE" ENUM729547C90705C82A79ED6FBC3ADCFA94_INJECTION Enum729547c90705c82a79ed6fbc3adcfa94 = "INJECTION" ENUM729547C90705C82A79ED6FBC3ADCFA94_PROTOCOL Enum729547c90705c82a79ed6fbc3adcfa94 = "PROTOCOL" ENUM729547C90705C82A79ED6FBC3ADCFA94_REQUEST_FORGERY Enum729547c90705c82a79ed6fbc3adcfa94 = "REQUEST_FORGERY" ENUM729547C90705C82A79ED6FBC3ADCFA94_RESOURCE_LIMITATION Enum729547c90705c82a79ed6fbc3adcfa94 = "RESOURCE_LIMITATION" ENUM729547C90705C82A79ED6FBC3ADCFA94_SENSITIVE_DATA Enum729547c90705c82a79ed6fbc3adcfa94 = "SENSITIVE_DATA" ENUM729547C90705C82A79ED6FBC3ADCFA94_SCHEMA Enum729547c90705c82a79ed6fbc3adcfa94 = "SCHEMA" ENUM729547C90705C82A79ED6FBC3ADCFA94_CUSTOM Enum729547c90705c82a79ed6fbc3adcfa94 = "CUSTOM" )
List of Enum_729547c90705c82a79ed6fbc3adcfa94
func NewEnum729547c90705c82a79ed6fbc3adcfa94FromValue ¶ added in v0.1.22
func NewEnum729547c90705c82a79ed6fbc3adcfa94FromValue(v string) (*Enum729547c90705c82a79ed6fbc3adcfa94, error)
NewEnum729547c90705c82a79ed6fbc3adcfa94FromValue returns a pointer to a valid Enum729547c90705c82a79ed6fbc3adcfa94 for the value passed as argument, or an error if the value passed is not allowed by the enum
func (Enum729547c90705c82a79ed6fbc3adcfa94) IsValid ¶ added in v0.1.22
func (v Enum729547c90705c82a79ed6fbc3adcfa94) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (Enum729547c90705c82a79ed6fbc3adcfa94) Ptr ¶ added in v0.1.22
Ptr returns reference to Enum_729547c90705c82a79ed6fbc3adcfa94 value
func (*Enum729547c90705c82a79ed6fbc3adcfa94) UnmarshalJSON ¶ added in v0.1.22
func (v *Enum729547c90705c82a79ed6fbc3adcfa94) UnmarshalJSON(src []byte) error
type Enum777e439dc57940d3df1f77b9e31ced05 ¶
type Enum777e439dc57940d3df1f77b9e31ced05 string
Enum777e439dc57940d3df1f77b9e31ced05 the model 'Enum777e439dc57940d3df1f77b9e31ced05'
const ( ENUM777E439DC57940D3DF1F77B9E31CED05_AKAMAI Enum777e439dc57940d3df1f77b9e31ced05 = "AKAMAI" ENUM777E439DC57940D3DF1F77B9E31CED05_APIGEE Enum777e439dc57940d3df1f77b9e31ced05 = "APIGEE" ENUM777E439DC57940D3DF1F77B9E31CED05_AWS Enum777e439dc57940d3df1f77b9e31ced05 = "AWS" ENUM777E439DC57940D3DF1F77B9E31CED05_AZURE Enum777e439dc57940d3df1f77b9e31ced05 = "AZURE" ENUM777E439DC57940D3DF1F77B9E31CED05_AZURE_DEVOPS Enum777e439dc57940d3df1f77b9e31ced05 = "AZURE_DEVOPS" ENUM777E439DC57940D3DF1F77B9E31CED05_BITBUCKET_REPO Enum777e439dc57940d3df1f77b9e31ced05 = "BITBUCKET_REPO" ENUM777E439DC57940D3DF1F77B9E31CED05_CLOUDFLARE Enum777e439dc57940d3df1f77b9e31ced05 = "CLOUDFLARE" ENUM777E439DC57940D3DF1F77B9E31CED05_DISCORD_WEBHOOK Enum777e439dc57940d3df1f77b9e31ced05 = "DISCORD_WEBHOOK" ENUM777E439DC57940D3DF1F77B9E31CED05_EMAIL Enum777e439dc57940d3df1f77b9e31ced05 = "EMAIL" ENUM777E439DC57940D3DF1F77B9E31CED05_GCP Enum777e439dc57940d3df1f77b9e31ced05 = "GCP" ENUM777E439DC57940D3DF1F77B9E31CED05_GITHUB_API_KEY Enum777e439dc57940d3df1f77b9e31ced05 = "GITHUB_API_KEY" ENUM777E439DC57940D3DF1F77B9E31CED05_GITLAB_API_KEY Enum777e439dc57940d3df1f77b9e31ced05 = "GITLAB_API_KEY" ENUM777E439DC57940D3DF1F77B9E31CED05_JIRA Enum777e439dc57940d3df1f77b9e31ced05 = "JIRA" ENUM777E439DC57940D3DF1F77B9E31CED05_KONG_GATEWAY Enum777e439dc57940d3df1f77b9e31ced05 = "KONG_GATEWAY" ENUM777E439DC57940D3DF1F77B9E31CED05_KONG_KONNECT Enum777e439dc57940d3df1f77b9e31ced05 = "KONG_KONNECT" ENUM777E439DC57940D3DF1F77B9E31CED05_KUBERNETES Enum777e439dc57940d3df1f77b9e31ced05 = "KUBERNETES" ENUM777E439DC57940D3DF1F77B9E31CED05_POSTMAN_API_KEY Enum777e439dc57940d3df1f77b9e31ced05 = "POSTMAN_API_KEY" ENUM777E439DC57940D3DF1F77B9E31CED05_SLACK_WEBHOOK Enum777e439dc57940d3df1f77b9e31ced05 = "SLACK_WEBHOOK" ENUM777E439DC57940D3DF1F77B9E31CED05_TEAMS_WEBHOOK Enum777e439dc57940d3df1f77b9e31ced05 = "TEAMS_WEBHOOK" ENUM777E439DC57940D3DF1F77B9E31CED05_WEBHOOK Enum777e439dc57940d3df1f77b9e31ced05 = "WEBHOOK" ENUM777E439DC57940D3DF1F77B9E31CED05_WIZ Enum777e439dc57940d3df1f77b9e31ced05 = "WIZ" )
List of Enum_777e439dc57940d3df1f77b9e31ced05
func NewEnum777e439dc57940d3df1f77b9e31ced05FromValue ¶
func NewEnum777e439dc57940d3df1f77b9e31ced05FromValue(v string) (*Enum777e439dc57940d3df1f77b9e31ced05, error)
NewEnum777e439dc57940d3df1f77b9e31ced05FromValue returns a pointer to a valid Enum777e439dc57940d3df1f77b9e31ced05 for the value passed as argument, or an error if the value passed is not allowed by the enum
func (Enum777e439dc57940d3df1f77b9e31ced05) IsValid ¶
func (v Enum777e439dc57940d3df1f77b9e31ced05) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (Enum777e439dc57940d3df1f77b9e31ced05) Ptr ¶
Ptr returns reference to Enum_777e439dc57940d3df1f77b9e31ced05 value
func (*Enum777e439dc57940d3df1f77b9e31ced05) UnmarshalJSON ¶
func (v *Enum777e439dc57940d3df1f77b9e31ced05) UnmarshalJSON(src []byte) error
type Enum7f9dfa9af8b93bdca51d0e79de301f7b ¶
type Enum7f9dfa9af8b93bdca51d0e79de301f7b string
Enum7f9dfa9af8b93bdca51d0e79de301f7b the model 'Enum7f9dfa9af8b93bdca51d0e79de301f7b'
const ( ENUM7F9DFA9AF8B93BDCA51D0E79DE301F7B_A_9_4 Enum7f9dfa9af8b93bdca51d0e79de301f7b = "A.9.4" ENUM7F9DFA9AF8B93BDCA51D0E79DE301F7B_A_10_1 Enum7f9dfa9af8b93bdca51d0e79de301f7b = "A.10.1" ENUM7F9DFA9AF8B93BDCA51D0E79DE301F7B_A_12_1 Enum7f9dfa9af8b93bdca51d0e79de301f7b = "A.12.1" ENUM7F9DFA9AF8B93BDCA51D0E79DE301F7B_A_12_2 Enum7f9dfa9af8b93bdca51d0e79de301f7b = "A.12.2" ENUM7F9DFA9AF8B93BDCA51D0E79DE301F7B_A_12_3 Enum7f9dfa9af8b93bdca51d0e79de301f7b = "A.12.3" ENUM7F9DFA9AF8B93BDCA51D0E79DE301F7B_A_12_6 Enum7f9dfa9af8b93bdca51d0e79de301f7b = "A.12.6" ENUM7F9DFA9AF8B93BDCA51D0E79DE301F7B_A_12_7 Enum7f9dfa9af8b93bdca51d0e79de301f7b = "A.12.7" ENUM7F9DFA9AF8B93BDCA51D0E79DE301F7B_A_13_1 Enum7f9dfa9af8b93bdca51d0e79de301f7b = "A.13.1" ENUM7F9DFA9AF8B93BDCA51D0E79DE301F7B_A_14_1 Enum7f9dfa9af8b93bdca51d0e79de301f7b = "A.14.1" ENUM7F9DFA9AF8B93BDCA51D0E79DE301F7B_A_14_2 Enum7f9dfa9af8b93bdca51d0e79de301f7b = "A.14.2" ENUM7F9DFA9AF8B93BDCA51D0E79DE301F7B_A_17_1 Enum7f9dfa9af8b93bdca51d0e79de301f7b = "A.17.1" ENUM7F9DFA9AF8B93BDCA51D0E79DE301F7B_A_18_1 Enum7f9dfa9af8b93bdca51d0e79de301f7b = "A.18.1" )
List of Enum_7f9dfa9af8b93bdca51d0e79de301f7b
func NewEnum7f9dfa9af8b93bdca51d0e79de301f7bFromValue ¶
func NewEnum7f9dfa9af8b93bdca51d0e79de301f7bFromValue(v string) (*Enum7f9dfa9af8b93bdca51d0e79de301f7b, error)
NewEnum7f9dfa9af8b93bdca51d0e79de301f7bFromValue returns a pointer to a valid Enum7f9dfa9af8b93bdca51d0e79de301f7b for the value passed as argument, or an error if the value passed is not allowed by the enum
func (Enum7f9dfa9af8b93bdca51d0e79de301f7b) IsValid ¶
func (v Enum7f9dfa9af8b93bdca51d0e79de301f7b) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (Enum7f9dfa9af8b93bdca51d0e79de301f7b) Ptr ¶
Ptr returns reference to Enum_7f9dfa9af8b93bdca51d0e79de301f7b value
func (*Enum7f9dfa9af8b93bdca51d0e79de301f7b) UnmarshalJSON ¶
func (v *Enum7f9dfa9af8b93bdca51d0e79de301f7b) UnmarshalJSON(src []byte) error
type Enum80229dc8a40727ab101f9b3e03267361 ¶
type Enum80229dc8a40727ab101f9b3e03267361 string
Enum80229dc8a40727ab101f9b3e03267361 the model 'Enum80229dc8a40727ab101f9b3e03267361'
const ( ENUM80229DC8A40727AB101F9B3E03267361_LLM01 Enum80229dc8a40727ab101f9b3e03267361 = "LLM01" ENUM80229DC8A40727AB101F9B3E03267361_LLM02 Enum80229dc8a40727ab101f9b3e03267361 = "LLM02" ENUM80229DC8A40727AB101F9B3E03267361_LLM03 Enum80229dc8a40727ab101f9b3e03267361 = "LLM03" ENUM80229DC8A40727AB101F9B3E03267361_LLM04 Enum80229dc8a40727ab101f9b3e03267361 = "LLM04" ENUM80229DC8A40727AB101F9B3E03267361_LLM05 Enum80229dc8a40727ab101f9b3e03267361 = "LLM05" ENUM80229DC8A40727AB101F9B3E03267361_LLM06 Enum80229dc8a40727ab101f9b3e03267361 = "LLM06" ENUM80229DC8A40727AB101F9B3E03267361_LLM07 Enum80229dc8a40727ab101f9b3e03267361 = "LLM07" ENUM80229DC8A40727AB101F9B3E03267361_LLM08 Enum80229dc8a40727ab101f9b3e03267361 = "LLM08" ENUM80229DC8A40727AB101F9B3E03267361_LLM09 Enum80229dc8a40727ab101f9b3e03267361 = "LLM09" ENUM80229DC8A40727AB101F9B3E03267361_LLM10 Enum80229dc8a40727ab101f9b3e03267361 = "LLM10" )
List of Enum_80229dc8a40727ab101f9b3e03267361
func NewEnum80229dc8a40727ab101f9b3e03267361FromValue ¶
func NewEnum80229dc8a40727ab101f9b3e03267361FromValue(v string) (*Enum80229dc8a40727ab101f9b3e03267361, error)
NewEnum80229dc8a40727ab101f9b3e03267361FromValue returns a pointer to a valid Enum80229dc8a40727ab101f9b3e03267361 for the value passed as argument, or an error if the value passed is not allowed by the enum
func (Enum80229dc8a40727ab101f9b3e03267361) IsValid ¶
func (v Enum80229dc8a40727ab101f9b3e03267361) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (Enum80229dc8a40727ab101f9b3e03267361) Ptr ¶
Ptr returns reference to Enum_80229dc8a40727ab101f9b3e03267361 value
func (*Enum80229dc8a40727ab101f9b3e03267361) UnmarshalJSON ¶
func (v *Enum80229dc8a40727ab101f9b3e03267361) UnmarshalJSON(src []byte) error
type Enum83878678114937d099c9b534cb78beaf ¶
type Enum83878678114937d099c9b534cb78beaf string
Enum83878678114937d099c9b534cb78beaf the model 'Enum83878678114937d099c9b534cb78beaf'
const ( ENUM83878678114937D099C9B534CB78BEAF_HEADER Enum83878678114937d099c9b534cb78beaf = "header" ENUM83878678114937D099C9B534CB78BEAF_COOKIE Enum83878678114937d099c9b534cb78beaf = "cookie" ENUM83878678114937D099C9B534CB78BEAF_BODY Enum83878678114937d099c9b534cb78beaf = "body" ENUM83878678114937D099C9B534CB78BEAF_QUERY Enum83878678114937d099c9b534cb78beaf = "query" )
List of Enum_83878678114937d099c9b534cb78beaf
func NewEnum83878678114937d099c9b534cb78beafFromValue ¶
func NewEnum83878678114937d099c9b534cb78beafFromValue(v string) (*Enum83878678114937d099c9b534cb78beaf, error)
NewEnum83878678114937d099c9b534cb78beafFromValue returns a pointer to a valid Enum83878678114937d099c9b534cb78beaf for the value passed as argument, or an error if the value passed is not allowed by the enum
func (Enum83878678114937d099c9b534cb78beaf) IsValid ¶
func (v Enum83878678114937d099c9b534cb78beaf) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (Enum83878678114937d099c9b534cb78beaf) Ptr ¶
Ptr returns reference to Enum_83878678114937d099c9b534cb78beaf value
func (*Enum83878678114937d099c9b534cb78beaf) UnmarshalJSON ¶
func (v *Enum83878678114937d099c9b534cb78beaf) UnmarshalJSON(src []byte) error
type Enum88381acf2baeed408becef5653510069 ¶ added in v0.1.21
type Enum88381acf2baeed408becef5653510069 string
Enum88381acf2baeed408becef5653510069 the model 'Enum88381acf2baeed408becef5653510069'
const ( ENUM88381ACF2BAEED408BECEF5653510069_ADOBE_CLIENT_ID Enum88381acf2baeed408becef5653510069 = "adobe_client_id" ENUM88381ACF2BAEED408BECEF5653510069_ADOBE_CLIENT_SECRET Enum88381acf2baeed408becef5653510069 = "adobe_client_secret" ENUM88381ACF2BAEED408BECEF5653510069_AGE_SECRET_KEY Enum88381acf2baeed408becef5653510069 = "age_secret_key" ENUM88381ACF2BAEED408BECEF5653510069_ALGOLIA_API_KEY Enum88381acf2baeed408becef5653510069 = "algolia_api_key" ENUM88381ACF2BAEED408BECEF5653510069_ALIBABA_ACCESS_KEY_ID Enum88381acf2baeed408becef5653510069 = "alibaba_access_key_id" ENUM88381ACF2BAEED408BECEF5653510069_ALIBABA_SECRET_KEY Enum88381acf2baeed408becef5653510069 = "alibaba_secret_key" ENUM88381ACF2BAEED408BECEF5653510069_AMOUNT Enum88381acf2baeed408becef5653510069 = "amount" ENUM88381ACF2BAEED408BECEF5653510069_APPLICATION Enum88381acf2baeed408becef5653510069 = "application" ENUM88381ACF2BAEED408BECEF5653510069_AREA_CODE Enum88381acf2baeed408becef5653510069 = "area_code" ENUM88381ACF2BAEED408BECEF5653510069_ASANA_CLIENT_ID Enum88381acf2baeed408becef5653510069 = "asana_client_id" ENUM88381ACF2BAEED408BECEF5653510069_ASANA_CLIENT_SECRET Enum88381acf2baeed408becef5653510069 = "asana_client_secret" ENUM88381ACF2BAEED408BECEF5653510069_ATLASSIAN_API_TOKEN Enum88381acf2baeed408becef5653510069 = "atlassian_api_token" ENUM88381ACF2BAEED408BECEF5653510069_AUTHENTICATION Enum88381acf2baeed408becef5653510069 = "authentication" ENUM88381ACF2BAEED408BECEF5653510069_AUTHOR Enum88381acf2baeed408becef5653510069 = "author" ENUM88381ACF2BAEED408BECEF5653510069_AUTHORIZATION_CODE Enum88381acf2baeed408becef5653510069 = "authorization_code" ENUM88381ACF2BAEED408BECEF5653510069_AWS_ACCESS_TOKEN Enum88381acf2baeed408becef5653510069 = "aws_access_token" ENUM88381ACF2BAEED408BECEF5653510069_AWS_MWS_ID Enum88381acf2baeed408becef5653510069 = "aws_mws_id" ENUM88381ACF2BAEED408BECEF5653510069_BANK Enum88381acf2baeed408becef5653510069 = "bank" ENUM88381ACF2BAEED408BECEF5653510069_BANK_ACCOUNT Enum88381acf2baeed408becef5653510069 = "bank_account" ENUM88381ACF2BAEED408BECEF5653510069_BANK_CARD Enum88381acf2baeed408becef5653510069 = "bank_card" ENUM88381ACF2BAEED408BECEF5653510069_BASE64 Enum88381acf2baeed408becef5653510069 = "base64" ENUM88381ACF2BAEED408BECEF5653510069_BCRYPT Enum88381acf2baeed408becef5653510069 = "bcrypt" ENUM88381ACF2BAEED408BECEF5653510069_BEAMER_API_TOKEN Enum88381acf2baeed408becef5653510069 = "beamer_api_token" ENUM88381ACF2BAEED408BECEF5653510069_BEARER Enum88381acf2baeed408becef5653510069 = "bearer" ENUM88381ACF2BAEED408BECEF5653510069_BEARER_UUID Enum88381acf2baeed408becef5653510069 = "bearer_uuid" ENUM88381ACF2BAEED408BECEF5653510069_BITBUCKET_CLIENT_ID Enum88381acf2baeed408becef5653510069 = "bitbucket_client_id" ENUM88381ACF2BAEED408BECEF5653510069_BITBUCKET_CLIENT_SECRET Enum88381acf2baeed408becef5653510069 = "bitbucket_client_secret" ENUM88381ACF2BAEED408BECEF5653510069_BITCOIN Enum88381acf2baeed408becef5653510069 = "bitcoin" ENUM88381ACF2BAEED408BECEF5653510069_BODY_TYPE Enum88381acf2baeed408becef5653510069 = "body_type" ENUM88381ACF2BAEED408BECEF5653510069_BOOLEAN Enum88381acf2baeed408becef5653510069 = "boolean" ENUM88381ACF2BAEED408BECEF5653510069_BOOLEAN_WANNABE Enum88381acf2baeed408becef5653510069 = "boolean_wannabe" ENUM88381ACF2BAEED408BECEF5653510069_BUILDING Enum88381acf2baeed408becef5653510069 = "building" ENUM88381ACF2BAEED408BECEF5653510069_CARD_TYPE Enum88381acf2baeed408becef5653510069 = "card_type" ENUM88381ACF2BAEED408BECEF5653510069_CATEGORY Enum88381acf2baeed408becef5653510069 = "category" ENUM88381ACF2BAEED408BECEF5653510069_CITY Enum88381acf2baeed408becef5653510069 = "city" ENUM88381ACF2BAEED408BECEF5653510069_CLOJARS_API_TOKEN Enum88381acf2baeed408becef5653510069 = "clojars_api_token" ENUM88381ACF2BAEED408BECEF5653510069_COMMAND Enum88381acf2baeed408becef5653510069 = "command" ENUM88381ACF2BAEED408BECEF5653510069_COMMIT_HASH Enum88381acf2baeed408becef5653510069 = "commit_hash" ENUM88381ACF2BAEED408BECEF5653510069_CONFIRMATION_CODE Enum88381acf2baeed408becef5653510069 = "confirmation_code" ENUM88381ACF2BAEED408BECEF5653510069_CONTENT_TYPE Enum88381acf2baeed408becef5653510069 = "content_type" ENUM88381ACF2BAEED408BECEF5653510069_CONTENTFUL_DELIVERY_API_TOKEN Enum88381acf2baeed408becef5653510069 = "contentful_delivery_api_token" ENUM88381ACF2BAEED408BECEF5653510069_COUNTRY Enum88381acf2baeed408becef5653510069 = "country" ENUM88381ACF2BAEED408BECEF5653510069_COUNTRY_CODE Enum88381acf2baeed408becef5653510069 = "country_code" ENUM88381ACF2BAEED408BECEF5653510069_COUNTY Enum88381acf2baeed408becef5653510069 = "county" ENUM88381ACF2BAEED408BECEF5653510069_COUPON_CODE Enum88381acf2baeed408becef5653510069 = "coupon_code" ENUM88381ACF2BAEED408BECEF5653510069_CUID Enum88381acf2baeed408becef5653510069 = "cuid" ENUM88381ACF2BAEED408BECEF5653510069_CURRENCY_CODE Enum88381acf2baeed408becef5653510069 = "currency_code" ENUM88381ACF2BAEED408BECEF5653510069_CVV Enum88381acf2baeed408becef5653510069 = "cvv" ENUM88381ACF2BAEED408BECEF5653510069_DASH Enum88381acf2baeed408becef5653510069 = "dash" ENUM88381ACF2BAEED408BECEF5653510069_DATABRICKS_API_TOKEN Enum88381acf2baeed408becef5653510069 = "databricks_api_token" ENUM88381ACF2BAEED408BECEF5653510069_DATADOG_ACCESS_TOKEN Enum88381acf2baeed408becef5653510069 = "datadog_access_token" ENUM88381ACF2BAEED408BECEF5653510069_DATE Enum88381acf2baeed408becef5653510069 = "date" ENUM88381ACF2BAEED408BECEF5653510069_DATETIME Enum88381acf2baeed408becef5653510069 = "datetime" ENUM88381ACF2BAEED408BECEF5653510069_DELIVERY_METHOD Enum88381acf2baeed408becef5653510069 = "delivery_method" ENUM88381ACF2BAEED408BECEF5653510069_DEVICE_NAME Enum88381acf2baeed408becef5653510069 = "device_name" ENUM88381ACF2BAEED408BECEF5653510069_DEVICE_TYPE Enum88381acf2baeed408becef5653510069 = "device_type" ENUM88381ACF2BAEED408BECEF5653510069_DID Enum88381acf2baeed408becef5653510069 = "did" ENUM88381ACF2BAEED408BECEF5653510069_DIGITALOCEAN_PAT Enum88381acf2baeed408becef5653510069 = "digitalocean_pat" ENUM88381ACF2BAEED408BECEF5653510069_DIRECTORY Enum88381acf2baeed408becef5653510069 = "directory" ENUM88381ACF2BAEED408BECEF5653510069_DISCOUNT Enum88381acf2baeed408becef5653510069 = "discount" ENUM88381ACF2BAEED408BECEF5653510069_DOCUMENT_TYPE Enum88381acf2baeed408becef5653510069 = "document_type" ENUM88381ACF2BAEED408BECEF5653510069_DOPPLER_API_TOKEN Enum88381acf2baeed408becef5653510069 = "doppler_api_token" ENUM88381ACF2BAEED408BECEF5653510069_DRIVING_LICENSE Enum88381acf2baeed408becef5653510069 = "driving_license" ENUM88381ACF2BAEED408BECEF5653510069_DROPBOX_API_TOKEN Enum88381acf2baeed408becef5653510069 = "dropbox_api_token" ENUM88381ACF2BAEED408BECEF5653510069_DROPBOX_LONG_LIVED_API_TOKEN Enum88381acf2baeed408becef5653510069 = "dropbox_long_lived_api_token" ENUM88381ACF2BAEED408BECEF5653510069_DROPBOX_SHORT_LIVED_API_TOKEN Enum88381acf2baeed408becef5653510069 = "dropbox_short_lived_api_token" ENUM88381ACF2BAEED408BECEF5653510069_DUFFEL_API_TOKEN Enum88381acf2baeed408becef5653510069 = "duffel_api_token" ENUM88381ACF2BAEED408BECEF5653510069_DURATION Enum88381acf2baeed408becef5653510069 = "duration" ENUM88381ACF2BAEED408BECEF5653510069_DYNATRACE_API_TOKEN Enum88381acf2baeed408becef5653510069 = "dynatrace_api_token" ENUM88381ACF2BAEED408BECEF5653510069_E_COMMERCE_INDICATOR Enum88381acf2baeed408becef5653510069 = "e_commerce_indicator" ENUM88381ACF2BAEED408BECEF5653510069_EASYPOST_API_TOKEN Enum88381acf2baeed408becef5653510069 = "easypost_api_token" ENUM88381ACF2BAEED408BECEF5653510069_EASYPOST_TEST_API_TOKEN Enum88381acf2baeed408becef5653510069 = "easypost_test_api_token" ENUM88381ACF2BAEED408BECEF5653510069_EMAIL Enum88381acf2baeed408becef5653510069 = "email" ENUM88381ACF2BAEED408BECEF5653510069_ENVIRONMENT Enum88381acf2baeed408becef5653510069 = "environment" ENUM88381ACF2BAEED408BECEF5653510069_ETHEREUM Enum88381acf2baeed408becef5653510069 = "ethereum" ENUM88381ACF2BAEED408BECEF5653510069_ETSY_ACCESS_TOKEN Enum88381acf2baeed408becef5653510069 = "etsy_access_token" ENUM88381ACF2BAEED408BECEF5653510069_EVENT_TYPE Enum88381acf2baeed408becef5653510069 = "event_type" ENUM88381ACF2BAEED408BECEF5653510069_FACEBOOK Enum88381acf2baeed408becef5653510069 = "facebook" ENUM88381ACF2BAEED408BECEF5653510069_FASTLY_API_TOKEN Enum88381acf2baeed408becef5653510069 = "fastly_api_token" ENUM88381ACF2BAEED408BECEF5653510069_FEE Enum88381acf2baeed408becef5653510069 = "fee" ENUM88381ACF2BAEED408BECEF5653510069_FILE Enum88381acf2baeed408becef5653510069 = "file" ENUM88381ACF2BAEED408BECEF5653510069_FINICITY_API_TOKEN Enum88381acf2baeed408becef5653510069 = "finicity_api_token" ENUM88381ACF2BAEED408BECEF5653510069_FINICITY_CLIENT_SECRET Enum88381acf2baeed408becef5653510069 = "finicity_client_secret" ENUM88381ACF2BAEED408BECEF5653510069_FLICKR_ACCESS_TOKEN Enum88381acf2baeed408becef5653510069 = "flickr_access_token" ENUM88381ACF2BAEED408BECEF5653510069_FLOAT Enum88381acf2baeed408becef5653510069 = "float" ENUM88381ACF2BAEED408BECEF5653510069_FLUTTERWAVE_ENCRYPTION_KEY Enum88381acf2baeed408becef5653510069 = "flutterwave_encryption_key" ENUM88381ACF2BAEED408BECEF5653510069_FLUTTERWAVE_SECRET_KEY Enum88381acf2baeed408becef5653510069 = "flutterwave_secret_key" ENUM88381ACF2BAEED408BECEF5653510069_FORM Enum88381acf2baeed408becef5653510069 = "form" ENUM88381ACF2BAEED408BECEF5653510069_FRAMEIO_API_TOKEN Enum88381acf2baeed408becef5653510069 = "frameio_api_token" ENUM88381ACF2BAEED408BECEF5653510069_FRENCH_PHONE Enum88381acf2baeed408becef5653510069 = "french_phone" ENUM88381ACF2BAEED408BECEF5653510069_FUNC Enum88381acf2baeed408becef5653510069 = "func" ENUM88381ACF2BAEED408BECEF5653510069_GCP_API_KEY Enum88381acf2baeed408becef5653510069 = "gcp_api_key" ENUM88381ACF2BAEED408BECEF5653510069_GENDER Enum88381acf2baeed408becef5653510069 = "gender" ENUM88381ACF2BAEED408BECEF5653510069_GENERIC_API_KEY Enum88381acf2baeed408becef5653510069 = "generic_api_key" ENUM88381ACF2BAEED408BECEF5653510069_GEOCODIO Enum88381acf2baeed408becef5653510069 = "geocodio" ENUM88381ACF2BAEED408BECEF5653510069_GITHUB_APP_TOKEN Enum88381acf2baeed408becef5653510069 = "github_app_token" ENUM88381ACF2BAEED408BECEF5653510069_GITHUB_FINE_GRAINED_PAT Enum88381acf2baeed408becef5653510069 = "github_fine_grained_pat" ENUM88381ACF2BAEED408BECEF5653510069_GITHUB_OAUTH Enum88381acf2baeed408becef5653510069 = "github_oauth" ENUM88381ACF2BAEED408BECEF5653510069_GITHUB_PAT Enum88381acf2baeed408becef5653510069 = "github_pat" ENUM88381ACF2BAEED408BECEF5653510069_GITHUB_REFRESH_TOKEN Enum88381acf2baeed408becef5653510069 = "github_refresh_token" ENUM88381ACF2BAEED408BECEF5653510069_GITLAB_PAT Enum88381acf2baeed408becef5653510069 = "gitlab_pat" ENUM88381ACF2BAEED408BECEF5653510069_GITLAB_RRT Enum88381acf2baeed408becef5653510069 = "gitlab_rrt" ENUM88381ACF2BAEED408BECEF5653510069_GRAFANA_API_KEY Enum88381acf2baeed408becef5653510069 = "grafana_api_key" ENUM88381ACF2BAEED408BECEF5653510069_GRAFANA_SERVICE_ACCOUNT_TOKEN Enum88381acf2baeed408becef5653510069 = "grafana_service_account_token" ENUM88381ACF2BAEED408BECEF5653510069_GRAPHCMS Enum88381acf2baeed408becef5653510069 = "graphcms" ENUM88381ACF2BAEED408BECEF5653510069_HASH Enum88381acf2baeed408becef5653510069 = "hash" ENUM88381ACF2BAEED408BECEF5653510069_HASHICORP_TF_API_TOKEN Enum88381acf2baeed408becef5653510069 = "hashicorp_tf_api_token" ENUM88381ACF2BAEED408BECEF5653510069_HEALTH_INSURANCE_NUMBER Enum88381acf2baeed408becef5653510069 = "health_insurance_number" ENUM88381ACF2BAEED408BECEF5653510069_HEROKU_API_KEY Enum88381acf2baeed408becef5653510069 = "heroku_api_key" ENUM88381ACF2BAEED408BECEF5653510069_HEX_COLOR_CODE Enum88381acf2baeed408becef5653510069 = "hex_color_code" ENUM88381ACF2BAEED408BECEF5653510069_HEXADECIMAL Enum88381acf2baeed408becef5653510069 = "hexadecimal" ENUM88381ACF2BAEED408BECEF5653510069_HOST Enum88381acf2baeed408becef5653510069 = "host" ENUM88381ACF2BAEED408BECEF5653510069_HOUSE_NUMBER Enum88381acf2baeed408becef5653510069 = "house_number" ENUM88381ACF2BAEED408BECEF5653510069_HSL Enum88381acf2baeed408becef5653510069 = "hsl" ENUM88381ACF2BAEED408BECEF5653510069_HSLA Enum88381acf2baeed408becef5653510069 = "hsla" ENUM88381ACF2BAEED408BECEF5653510069_HTML_BODY Enum88381acf2baeed408becef5653510069 = "html_body" ENUM88381ACF2BAEED408BECEF5653510069_HTTP_METHOD Enum88381acf2baeed408becef5653510069 = "http_method" ENUM88381ACF2BAEED408BECEF5653510069_HUBSPOT_API_KEY Enum88381acf2baeed408becef5653510069 = "hubspot_api_key" ENUM88381ACF2BAEED408BECEF5653510069_ID Enum88381acf2baeed408becef5653510069 = "id" ENUM88381ACF2BAEED408BECEF5653510069_IDENTITY_NUMBER Enum88381acf2baeed408becef5653510069 = "identity_number" ENUM88381ACF2BAEED408BECEF5653510069_INJECTION Enum88381acf2baeed408becef5653510069 = "injection" ENUM88381ACF2BAEED408BECEF5653510069_INSTAGRAM_OAUTH Enum88381acf2baeed408becef5653510069 = "instagram_oauth" ENUM88381ACF2BAEED408BECEF5653510069_INTEGER Enum88381acf2baeed408becef5653510069 = "integer" ENUM88381ACF2BAEED408BECEF5653510069_INTERCOM_API_KEY Enum88381acf2baeed408becef5653510069 = "intercom_api_key" ENUM88381ACF2BAEED408BECEF5653510069_IPC_PATENT Enum88381acf2baeed408becef5653510069 = "ipc_patent" ENUM88381ACF2BAEED408BECEF5653510069_IPSTACK_TOKEN Enum88381acf2baeed408becef5653510069 = "ipstack_token" ENUM88381ACF2BAEED408BECEF5653510069_IPV4 Enum88381acf2baeed408becef5653510069 = "ipv4" ENUM88381ACF2BAEED408BECEF5653510069_IPV6 Enum88381acf2baeed408becef5653510069 = "ipv6" ENUM88381ACF2BAEED408BECEF5653510069_ISBN Enum88381acf2baeed408becef5653510069 = "isbn" ENUM88381ACF2BAEED408BECEF5653510069_ITEM Enum88381acf2baeed408becef5653510069 = "item" ENUM88381ACF2BAEED408BECEF5653510069_JFROG_API_KEY Enum88381acf2baeed408becef5653510069 = "jfrog_api_key" ENUM88381ACF2BAEED408BECEF5653510069_JIRATOKEN Enum88381acf2baeed408becef5653510069 = "jiratoken" ENUM88381ACF2BAEED408BECEF5653510069_JOIN Enum88381acf2baeed408becef5653510069 = "join" ENUM88381ACF2BAEED408BECEF5653510069_JSON Enum88381acf2baeed408becef5653510069 = "json" ENUM88381ACF2BAEED408BECEF5653510069_JWT Enum88381acf2baeed408becef5653510069 = "jwt" ENUM88381ACF2BAEED408BECEF5653510069_LANGUAGE_ISO_639_1 Enum88381acf2baeed408becef5653510069 = "language_iso_639_1" ENUM88381ACF2BAEED408BECEF5653510069_LANGUAGE_ISO_639_2 Enum88381acf2baeed408becef5653510069 = "language_iso_639_2" ENUM88381ACF2BAEED408BECEF5653510069_LATITUDE Enum88381acf2baeed408becef5653510069 = "latitude" ENUM88381ACF2BAEED408BECEF5653510069_LAUNCHDARKLY_ACCESS_TOKEN Enum88381acf2baeed408becef5653510069 = "launchdarkly_access_token" ENUM88381ACF2BAEED408BECEF5653510069_LEGAL_NAME Enum88381acf2baeed408becef5653510069 = "legal_name" ENUM88381ACF2BAEED408BECEF5653510069_LIMIT Enum88381acf2baeed408becef5653510069 = "limit" ENUM88381ACF2BAEED408BECEF5653510069_LINEAR_API_KEY Enum88381acf2baeed408becef5653510069 = "linear_api_key" ENUM88381ACF2BAEED408BECEF5653510069_LINEAR_CLIENT_SECRET Enum88381acf2baeed408becef5653510069 = "linear_client_secret" ENUM88381ACF2BAEED408BECEF5653510069_LINKEDIN_CLIENT_SECRET Enum88381acf2baeed408becef5653510069 = "linkedin_client_secret" ENUM88381ACF2BAEED408BECEF5653510069_LLM_INPUT Enum88381acf2baeed408becef5653510069 = "llm_input" ENUM88381ACF2BAEED408BECEF5653510069_LOB_API_KEY Enum88381acf2baeed408becef5653510069 = "lob_api_key" ENUM88381ACF2BAEED408BECEF5653510069_LOCALE Enum88381acf2baeed408becef5653510069 = "locale" ENUM88381ACF2BAEED408BECEF5653510069_LOCATION Enum88381acf2baeed408becef5653510069 = "location" ENUM88381ACF2BAEED408BECEF5653510069_LONGITUDE Enum88381acf2baeed408becef5653510069 = "longitude" ENUM88381ACF2BAEED408BECEF5653510069_MAC Enum88381acf2baeed408becef5653510069 = "mac" ENUM88381ACF2BAEED408BECEF5653510069_MAILCHIMP_API_KEY Enum88381acf2baeed408becef5653510069 = "mailchimp_api_key" ENUM88381ACF2BAEED408BECEF5653510069_MAILGUN_PRIVATE_API_TOKEN Enum88381acf2baeed408becef5653510069 = "mailgun_private_api_token" ENUM88381ACF2BAEED408BECEF5653510069_MAILGUN_SIGNING_KEY Enum88381acf2baeed408becef5653510069 = "mailgun_signing_key" ENUM88381ACF2BAEED408BECEF5653510069_MASK Enum88381acf2baeed408becef5653510069 = "mask" ENUM88381ACF2BAEED408BECEF5653510069_MD5 Enum88381acf2baeed408becef5653510069 = "md5" ENUM88381ACF2BAEED408BECEF5653510069_MEDICAL_RECORD_NUMBER Enum88381acf2baeed408becef5653510069 = "medical_record_number" ENUM88381ACF2BAEED408BECEF5653510069_MERCHANT Enum88381acf2baeed408becef5653510069 = "merchant" ENUM88381ACF2BAEED408BECEF5653510069_MESSAGEBIRD_API_TOKEN Enum88381acf2baeed408becef5653510069 = "messagebird_api_token" ENUM88381ACF2BAEED408BECEF5653510069_MICROSOFT_TEAMS_WEBHOOK Enum88381acf2baeed408becef5653510069 = "microsoft_teams_webhook" ENUM88381ACF2BAEED408BECEF5653510069_MONERO Enum88381acf2baeed408becef5653510069 = "monero" ENUM88381ACF2BAEED408BECEF5653510069_MONGO_DB_OBJECT_ID Enum88381acf2baeed408becef5653510069 = "mongo_db_object_id" ENUM88381ACF2BAEED408BECEF5653510069_MONTH Enum88381acf2baeed408becef5653510069 = "month" ENUM88381ACF2BAEED408BECEF5653510069_NAVIGATION Enum88381acf2baeed408becef5653510069 = "navigation" ENUM88381ACF2BAEED408BECEF5653510069_NETLIFY_ACCESS_TOKEN Enum88381acf2baeed408becef5653510069 = "netlify_access_token" ENUM88381ACF2BAEED408BECEF5653510069_NEW_RELIC_USER_API_ID Enum88381acf2baeed408becef5653510069 = "new_relic_user_api_id" ENUM88381ACF2BAEED408BECEF5653510069_NPM_ACCESS_TOKEN Enum88381acf2baeed408becef5653510069 = "npm_access_token" ENUM88381ACF2BAEED408BECEF5653510069_OFFSET Enum88381acf2baeed408becef5653510069 = "offset" ENUM88381ACF2BAEED408BECEF5653510069_OKTA_ACCESS_TOKEN Enum88381acf2baeed408becef5653510069 = "okta_access_token" ENUM88381ACF2BAEED408BECEF5653510069_OPENAI_API_KEY Enum88381acf2baeed408becef5653510069 = "openai_api_key" ENUM88381ACF2BAEED408BECEF5653510069_PAGINATION Enum88381acf2baeed408becef5653510069 = "pagination" ENUM88381ACF2BAEED408BECEF5653510069_PAGINATION_LIMIT Enum88381acf2baeed408becef5653510069 = "pagination_limit" ENUM88381ACF2BAEED408BECEF5653510069_PAGINATION_WANNABE Enum88381acf2baeed408becef5653510069 = "pagination_wannabe" ENUM88381ACF2BAEED408BECEF5653510069_PASSPORT Enum88381acf2baeed408becef5653510069 = "passport" ENUM88381ACF2BAEED408BECEF5653510069_PASSWORD Enum88381acf2baeed408becef5653510069 = "password" ENUM88381ACF2BAEED408BECEF5653510069_PAYPALOAUTH Enum88381acf2baeed408becef5653510069 = "paypaloauth" ENUM88381ACF2BAEED408BECEF5653510069_PERMISSION Enum88381acf2baeed408becef5653510069 = "permission" ENUM88381ACF2BAEED408BECEF5653510069_PHONE Enum88381acf2baeed408becef5653510069 = "phone" ENUM88381ACF2BAEED408BECEF5653510069_PIN_CODE Enum88381acf2baeed408becef5653510069 = "pin_code" ENUM88381ACF2BAEED408BECEF5653510069_PLAN Enum88381acf2baeed408becef5653510069 = "plan" ENUM88381ACF2BAEED408BECEF5653510069_PLANETSCALE_API_TOKEN Enum88381acf2baeed408becef5653510069 = "planetscale_api_token" ENUM88381ACF2BAEED408BECEF5653510069_PLANETSCALE_PASSWORD Enum88381acf2baeed408becef5653510069 = "planetscale_password" ENUM88381ACF2BAEED408BECEF5653510069_POLICY Enum88381acf2baeed408becef5653510069 = "policy" ENUM88381ACF2BAEED408BECEF5653510069_PORT Enum88381acf2baeed408becef5653510069 = "port" ENUM88381ACF2BAEED408BECEF5653510069_POSTMAN_API_TOKEN Enum88381acf2baeed408becef5653510069 = "postman_api_token" ENUM88381ACF2BAEED408BECEF5653510069_PRESCRIPTION_NUMBER Enum88381acf2baeed408becef5653510069 = "prescription_number" ENUM88381ACF2BAEED408BECEF5653510069_PRICE Enum88381acf2baeed408becef5653510069 = "price" ENUM88381ACF2BAEED408BECEF5653510069_PRIVATE_KEY Enum88381acf2baeed408becef5653510069 = "private_key" ENUM88381ACF2BAEED408BECEF5653510069_PROTOCOL Enum88381acf2baeed408becef5653510069 = "protocol" ENUM88381ACF2BAEED408BECEF5653510069_PUBNUBPUBLISHKEY Enum88381acf2baeed408becef5653510069 = "pubnubpublishkey" ENUM88381ACF2BAEED408BECEF5653510069_PULUMI_API_TOKEN Enum88381acf2baeed408becef5653510069 = "pulumi_api_token" ENUM88381ACF2BAEED408BECEF5653510069_PYPI_UPLOAD_TOKEN Enum88381acf2baeed408becef5653510069 = "pypi_upload_token" ENUM88381ACF2BAEED408BECEF5653510069_REASON_CODE Enum88381acf2baeed408becef5653510069 = "reason_code" ENUM88381ACF2BAEED408BECEF5653510069_REFERENCE Enum88381acf2baeed408becef5653510069 = "reference" ENUM88381ACF2BAEED408BECEF5653510069_REGION Enum88381acf2baeed408becef5653510069 = "region" ENUM88381ACF2BAEED408BECEF5653510069_RETURN_TYPE Enum88381acf2baeed408becef5653510069 = "return_type" ENUM88381ACF2BAEED408BECEF5653510069_RGB Enum88381acf2baeed408becef5653510069 = "rgb" ENUM88381ACF2BAEED408BECEF5653510069_RGBA Enum88381acf2baeed408becef5653510069 = "rgba" ENUM88381ACF2BAEED408BECEF5653510069_ROLE Enum88381acf2baeed408becef5653510069 = "role" ENUM88381ACF2BAEED408BECEF5653510069_RUBYGEMS_API_TOKEN Enum88381acf2baeed408becef5653510069 = "rubygems_api_token" ENUM88381ACF2BAEED408BECEF5653510069_SEARCH Enum88381acf2baeed408becef5653510069 = "search" ENUM88381ACF2BAEED408BECEF5653510069_SECRET Enum88381acf2baeed408becef5653510069 = "secret" ENUM88381ACF2BAEED408BECEF5653510069_SENDGRID_API_TOKEN Enum88381acf2baeed408becef5653510069 = "sendgrid_api_token" ENUM88381ACF2BAEED408BECEF5653510069_SENDINBLUE_API_TOKEN Enum88381acf2baeed408becef5653510069 = "sendinblue_api_token" ENUM88381ACF2BAEED408BECEF5653510069_SENTRY_ACCESS_TOKEN Enum88381acf2baeed408becef5653510069 = "sentry_access_token" ENUM88381ACF2BAEED408BECEF5653510069_SERIAL_NUMBER Enum88381acf2baeed408becef5653510069 = "serial_number" ENUM88381ACF2BAEED408BECEF5653510069_SHA1 Enum88381acf2baeed408becef5653510069 = "sha1" ENUM88381ACF2BAEED408BECEF5653510069_SHA256 Enum88381acf2baeed408becef5653510069 = "sha256" ENUM88381ACF2BAEED408BECEF5653510069_SHIPPING_METHOD Enum88381acf2baeed408becef5653510069 = "shipping_method" ENUM88381ACF2BAEED408BECEF5653510069_SHIPPO_API_TOKEN Enum88381acf2baeed408becef5653510069 = "shippo_api_token" ENUM88381ACF2BAEED408BECEF5653510069_SHOPIFY_ACCESS_TOKEN Enum88381acf2baeed408becef5653510069 = "shopify_access_token" ENUM88381ACF2BAEED408BECEF5653510069_SHOPIFY_CUSTOM_ACCESS_TOKEN Enum88381acf2baeed408becef5653510069 = "shopify_custom_access_token" ENUM88381ACF2BAEED408BECEF5653510069_SHOPIFY_PRIVATE_APP_ACCESS_TOKEN Enum88381acf2baeed408becef5653510069 = "shopify_private_app_access_token" ENUM88381ACF2BAEED408BECEF5653510069_SHOPIFY_SHARED_SECRET Enum88381acf2baeed408becef5653510069 = "shopify_shared_secret" ENUM88381ACF2BAEED408BECEF5653510069_SIDEKIQ_SECRET Enum88381acf2baeed408becef5653510069 = "sidekiq_secret" ENUM88381ACF2BAEED408BECEF5653510069_SLACK_BOT_TOKEN Enum88381acf2baeed408becef5653510069 = "slack_bot_token" ENUM88381ACF2BAEED408BECEF5653510069_SLACK_LEGACY_WORKSPACE_TOKEN Enum88381acf2baeed408becef5653510069 = "slack_legacy_workspace_token" ENUM88381ACF2BAEED408BECEF5653510069_SLACK_USER_TOKEN Enum88381acf2baeed408becef5653510069 = "slack_user_token" ENUM88381ACF2BAEED408BECEF5653510069_SLACK_WEBHOOK_URL Enum88381acf2baeed408becef5653510069 = "slack_webhook_url" ENUM88381ACF2BAEED408BECEF5653510069_SLUG Enum88381acf2baeed408becef5653510069 = "slug" ENUM88381ACF2BAEED408BECEF5653510069_SOCIAL_SECURITY_NUMBER Enum88381acf2baeed408becef5653510069 = "social_security_number" ENUM88381ACF2BAEED408BECEF5653510069_SOFTWARE_COMPONENT Enum88381acf2baeed408becef5653510069 = "software_component" ENUM88381ACF2BAEED408BECEF5653510069_SSH_URL Enum88381acf2baeed408becef5653510069 = "ssh_url" ENUM88381ACF2BAEED408BECEF5653510069_STATUS Enum88381acf2baeed408becef5653510069 = "status" ENUM88381ACF2BAEED408BECEF5653510069_STATUS_CODE Enum88381acf2baeed408becef5653510069 = "status_code" ENUM88381ACF2BAEED408BECEF5653510069_STATUS_MESSAGE Enum88381acf2baeed408becef5653510069 = "status_message" ENUM88381ACF2BAEED408BECEF5653510069_STREET_ADDRESS Enum88381acf2baeed408becef5653510069 = "street_address" ENUM88381ACF2BAEED408BECEF5653510069_STRING Enum88381acf2baeed408becef5653510069 = "string" ENUM88381ACF2BAEED408BECEF5653510069_STRIPE_ACCESS_TOKEN Enum88381acf2baeed408becef5653510069 = "stripe_access_token" ENUM88381ACF2BAEED408BECEF5653510069_STRIPE_PUBLIC_ACCESS_TOKEN Enum88381acf2baeed408becef5653510069 = "stripe_public_access_token" ENUM88381ACF2BAEED408BECEF5653510069_SUMOLOGIC_ACCESS_TOKEN Enum88381acf2baeed408becef5653510069 = "sumologic_access_token" ENUM88381ACF2BAEED408BECEF5653510069_THINKIFIC Enum88381acf2baeed408becef5653510069 = "thinkific" ENUM88381ACF2BAEED408BECEF5653510069_TIME Enum88381acf2baeed408becef5653510069 = "time" ENUM88381ACF2BAEED408BECEF5653510069_TIMESTAMP Enum88381acf2baeed408becef5653510069 = "timestamp" ENUM88381ACF2BAEED408BECEF5653510069_TITLE Enum88381acf2baeed408becef5653510069 = "title" ENUM88381ACF2BAEED408BECEF5653510069_TWILIO_API_KEY Enum88381acf2baeed408becef5653510069 = "twilio_api_key" ENUM88381ACF2BAEED408BECEF5653510069_TWITCH_API_TOKEN Enum88381acf2baeed408becef5653510069 = "twitch_api_token" ENUM88381ACF2BAEED408BECEF5653510069_TWITTER_API_KEY Enum88381acf2baeed408becef5653510069 = "twitter_api_key" ENUM88381ACF2BAEED408BECEF5653510069_TYPEFORM_API_TOKEN Enum88381acf2baeed408becef5653510069 = "typeform_api_token" ENUM88381ACF2BAEED408BECEF5653510069_UNSANITIZED_PAYLOAD Enum88381acf2baeed408becef5653510069 = "unsanitized_payload" ENUM88381ACF2BAEED408BECEF5653510069_UPLOAD Enum88381acf2baeed408becef5653510069 = "upload" ENUM88381ACF2BAEED408BECEF5653510069_URI Enum88381acf2baeed408becef5653510069 = "uri" ENUM88381ACF2BAEED408BECEF5653510069_URL Enum88381acf2baeed408becef5653510069 = "url" ENUM88381ACF2BAEED408BECEF5653510069_US_BANK_ACCOUNT_NUMBER Enum88381acf2baeed408becef5653510069 = "us_bank_account_number" ENUM88381ACF2BAEED408BECEF5653510069_US_BANK_ROUTING_NUMBER Enum88381acf2baeed408becef5653510069 = "us_bank_routing_number" ENUM88381ACF2BAEED408BECEF5653510069_US_ZIP_CODE Enum88381acf2baeed408becef5653510069 = "us_zip_code" ENUM88381ACF2BAEED408BECEF5653510069_USER_AGENT Enum88381acf2baeed408becef5653510069 = "user_agent" ENUM88381ACF2BAEED408BECEF5653510069_USERNAME Enum88381acf2baeed408becef5653510069 = "username" ENUM88381ACF2BAEED408BECEF5653510069_UUID Enum88381acf2baeed408becef5653510069 = "uuid" ENUM88381ACF2BAEED408BECEF5653510069_VAULT_SERVICE_TOKEN Enum88381acf2baeed408becef5653510069 = "vault_service_token" ENUM88381ACF2BAEED408BECEF5653510069_VEHICLE_TYPE Enum88381acf2baeed408becef5653510069 = "vehicle_type" ENUM88381ACF2BAEED408BECEF5653510069_VERSION Enum88381acf2baeed408becef5653510069 = "version" ENUM88381ACF2BAEED408BECEF5653510069_VIEW Enum88381acf2baeed408becef5653510069 = "view" ENUM88381ACF2BAEED408BECEF5653510069_YEAR Enum88381acf2baeed408becef5653510069 = "year" ENUM88381ACF2BAEED408BECEF5653510069_YOUTUBEAPIKEY Enum88381acf2baeed408becef5653510069 = "youtubeapikey" ENUM88381ACF2BAEED408BECEF5653510069_ZENDESK_SECRET_KEY Enum88381acf2baeed408becef5653510069 = "zendesk_secret_key" ENUM88381ACF2BAEED408BECEF5653510069_ZIP_CODE Enum88381acf2baeed408becef5653510069 = "zip_code" )
List of Enum_88381acf2baeed408becef5653510069
func NewEnum88381acf2baeed408becef5653510069FromValue ¶ added in v0.1.21
func NewEnum88381acf2baeed408becef5653510069FromValue(v string) (*Enum88381acf2baeed408becef5653510069, error)
NewEnum88381acf2baeed408becef5653510069FromValue returns a pointer to a valid Enum88381acf2baeed408becef5653510069 for the value passed as argument, or an error if the value passed is not allowed by the enum
func (Enum88381acf2baeed408becef5653510069) IsValid ¶ added in v0.1.21
func (v Enum88381acf2baeed408becef5653510069) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (Enum88381acf2baeed408becef5653510069) Ptr ¶ added in v0.1.21
Ptr returns reference to Enum_88381acf2baeed408becef5653510069 value
func (*Enum88381acf2baeed408becef5653510069) UnmarshalJSON ¶ added in v0.1.21
func (v *Enum88381acf2baeed408becef5653510069) UnmarshalJSON(src []byte) error
type Enum9c1e82c38fa16c4851aece69dc28da0b ¶
type Enum9c1e82c38fa16c4851aece69dc28da0b string
Enum9c1e82c38fa16c4851aece69dc28da0b the model 'Enum9c1e82c38fa16c4851aece69dc28da0b'
const ( ENUM9C1E82C38FA16C4851AECE69DC28DA0B_HIGH Enum9c1e82c38fa16c4851aece69dc28da0b = "HIGH" ENUM9C1E82C38FA16C4851AECE69DC28DA0B_MEDIUM Enum9c1e82c38fa16c4851aece69dc28da0b = "MEDIUM" ENUM9C1E82C38FA16C4851AECE69DC28DA0B_LOW Enum9c1e82c38fa16c4851aece69dc28da0b = "LOW" ENUM9C1E82C38FA16C4851AECE69DC28DA0B_INFO Enum9c1e82c38fa16c4851aece69dc28da0b = "INFO" ENUM9C1E82C38FA16C4851AECE69DC28DA0B_CRITICAL Enum9c1e82c38fa16c4851aece69dc28da0b = "CRITICAL" )
List of Enum_9c1e82c38fa16c4851aece69dc28da0b
func NewEnum9c1e82c38fa16c4851aece69dc28da0bFromValue ¶
func NewEnum9c1e82c38fa16c4851aece69dc28da0bFromValue(v string) (*Enum9c1e82c38fa16c4851aece69dc28da0b, error)
NewEnum9c1e82c38fa16c4851aece69dc28da0bFromValue returns a pointer to a valid Enum9c1e82c38fa16c4851aece69dc28da0b for the value passed as argument, or an error if the value passed is not allowed by the enum
func (Enum9c1e82c38fa16c4851aece69dc28da0b) IsValid ¶
func (v Enum9c1e82c38fa16c4851aece69dc28da0b) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (Enum9c1e82c38fa16c4851aece69dc28da0b) Ptr ¶
Ptr returns reference to Enum_9c1e82c38fa16c4851aece69dc28da0b value
func (*Enum9c1e82c38fa16c4851aece69dc28da0b) UnmarshalJSON ¶
func (v *Enum9c1e82c38fa16c4851aece69dc28da0b) UnmarshalJSON(src []byte) error
type Enum9def3867f5ea1dc45dde745eee25cf64 ¶
type Enum9def3867f5ea1dc45dde745eee25cf64 string
Enum9def3867f5ea1dc45dde745eee25cf64 the model 'Enum9def3867f5ea1dc45dde745eee25cf64'
const ( ENUM9DEF3867F5EA1DC45DDE745EEE25CF64_CREATE Enum9def3867f5ea1dc45dde745eee25cf64 = "CREATE" ENUM9DEF3867F5EA1DC45DDE745EEE25CF64_READ Enum9def3867f5ea1dc45dde745eee25cf64 = "READ" ENUM9DEF3867F5EA1DC45DDE745EEE25CF64_UPDATE Enum9def3867f5ea1dc45dde745eee25cf64 = "UPDATE" ENUM9DEF3867F5EA1DC45DDE745EEE25CF64_DELETE Enum9def3867f5ea1dc45dde745eee25cf64 = "DELETE" )
List of Enum_9def3867f5ea1dc45dde745eee25cf64
func NewEnum9def3867f5ea1dc45dde745eee25cf64FromValue ¶
func NewEnum9def3867f5ea1dc45dde745eee25cf64FromValue(v string) (*Enum9def3867f5ea1dc45dde745eee25cf64, error)
NewEnum9def3867f5ea1dc45dde745eee25cf64FromValue returns a pointer to a valid Enum9def3867f5ea1dc45dde745eee25cf64 for the value passed as argument, or an error if the value passed is not allowed by the enum
func (Enum9def3867f5ea1dc45dde745eee25cf64) IsValid ¶
func (v Enum9def3867f5ea1dc45dde745eee25cf64) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (Enum9def3867f5ea1dc45dde745eee25cf64) Ptr ¶
Ptr returns reference to Enum_9def3867f5ea1dc45dde745eee25cf64 value
func (*Enum9def3867f5ea1dc45dde745eee25cf64) UnmarshalJSON ¶
func (v *Enum9def3867f5ea1dc45dde745eee25cf64) UnmarshalJSON(src []byte) error
type EnumA59e4e0f7039345a12220706339ba411 ¶
type EnumA59e4e0f7039345a12220706339ba411 string
EnumA59e4e0f7039345a12220706339ba411 the model 'EnumA59e4e0f7039345a12220706339ba411'
const ( ENUMA59E4E0F7039345A12220706339BA411_GRAPHQL EnumA59e4e0f7039345a12220706339ba411 = "GRAPHQL" ENUMA59E4E0F7039345A12220706339BA411_REST EnumA59e4e0f7039345a12220706339ba411 = "REST" ENUMA59E4E0F7039345A12220706339BA411_FRONTEND EnumA59e4e0f7039345a12220706339ba411 = "FRONTEND" ENUMA59E4E0F7039345A12220706339BA411_GRPC EnumA59e4e0f7039345a12220706339ba411 = "GRPC" ENUMA59E4E0F7039345A12220706339BA411_SOAP EnumA59e4e0f7039345a12220706339ba411 = "SOAP" ENUMA59E4E0F7039345A12220706339BA411_WEBSOCKET EnumA59e4e0f7039345a12220706339ba411 = "WEBSOCKET" )
List of Enum_a59e4e0f7039345a12220706339ba411
func NewEnumA59e4e0f7039345a12220706339ba411FromValue ¶
func NewEnumA59e4e0f7039345a12220706339ba411FromValue(v string) (*EnumA59e4e0f7039345a12220706339ba411, error)
NewEnumA59e4e0f7039345a12220706339ba411FromValue returns a pointer to a valid EnumA59e4e0f7039345a12220706339ba411 for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumA59e4e0f7039345a12220706339ba411) IsValid ¶
func (v EnumA59e4e0f7039345a12220706339ba411) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumA59e4e0f7039345a12220706339ba411) Ptr ¶
Ptr returns reference to Enum_a59e4e0f7039345a12220706339ba411 value
func (*EnumA59e4e0f7039345a12220706339ba411) UnmarshalJSON ¶
func (v *EnumA59e4e0f7039345a12220706339ba411) UnmarshalJSON(src []byte) error
type EnumA8e620669cc60d45b9f04eb14bdfef5d ¶
type EnumA8e620669cc60d45b9f04eb14bdfef5d string
EnumA8e620669cc60d45b9f04eb14bdfef5d the model 'EnumA8e620669cc60d45b9f04eb14bdfef5d'
const ( ENUMA8E620669CC60D45B9F04EB14BDFEF5D_STRING EnumA8e620669cc60d45b9f04eb14bdfef5d = "String" ENUMA8E620669CC60D45B9F04EB14BDFEF5D_INT EnumA8e620669cc60d45b9f04eb14bdfef5d = "Int" ENUMA8E620669CC60D45B9F04EB14BDFEF5D_FLOAT EnumA8e620669cc60d45b9f04eb14bdfef5d = "Float" ENUMA8E620669CC60D45B9F04EB14BDFEF5D_BOOLEAN EnumA8e620669cc60d45b9f04eb14bdfef5d = "Boolean" )
List of Enum_a8e620669cc60d45b9f04eb14bdfef5d
func NewEnumA8e620669cc60d45b9f04eb14bdfef5dFromValue ¶
func NewEnumA8e620669cc60d45b9f04eb14bdfef5dFromValue(v string) (*EnumA8e620669cc60d45b9f04eb14bdfef5d, error)
NewEnumA8e620669cc60d45b9f04eb14bdfef5dFromValue returns a pointer to a valid EnumA8e620669cc60d45b9f04eb14bdfef5d for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumA8e620669cc60d45b9f04eb14bdfef5d) IsValid ¶
func (v EnumA8e620669cc60d45b9f04eb14bdfef5d) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumA8e620669cc60d45b9f04eb14bdfef5d) Ptr ¶
Ptr returns reference to Enum_a8e620669cc60d45b9f04eb14bdfef5d value
func (*EnumA8e620669cc60d45b9f04eb14bdfef5d) UnmarshalJSON ¶
func (v *EnumA8e620669cc60d45b9f04eb14bdfef5d) UnmarshalJSON(src []byte) error
type EnumAKAMAI ¶
type EnumAKAMAI string
EnumAKAMAI the model 'EnumAKAMAI'
const (
ENUMAKAMAI_AKAMAI EnumAKAMAI = "AKAMAI"
)
List of Enum_AKAMAI
func NewEnumAKAMAIFromValue ¶
func NewEnumAKAMAIFromValue(v string) (*EnumAKAMAI, error)
NewEnumAKAMAIFromValue returns a pointer to a valid EnumAKAMAI for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumAKAMAI) IsValid ¶
func (v EnumAKAMAI) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumAKAMAI) Ptr ¶
func (v EnumAKAMAI) Ptr() *EnumAKAMAI
Ptr returns reference to Enum_AKAMAI value
func (*EnumAKAMAI) UnmarshalJSON ¶
func (v *EnumAKAMAI) UnmarshalJSON(src []byte) error
type EnumAND ¶
type EnumAND string
EnumAND the model 'EnumAND'
const (
ENUMAND_AND EnumAND = "and"
)
List of Enum_AND
func NewEnumANDFromValue ¶
NewEnumANDFromValue returns a pointer to a valid EnumAND for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*EnumAND) UnmarshalJSON ¶
type EnumAPIGEE ¶
type EnumAPIGEE string
EnumAPIGEE the model 'EnumAPIGEE'
const (
ENUMAPIGEE_APIGEE EnumAPIGEE = "APIGEE"
)
List of Enum_APIGEE
func NewEnumAPIGEEFromValue ¶
func NewEnumAPIGEEFromValue(v string) (*EnumAPIGEE, error)
NewEnumAPIGEEFromValue returns a pointer to a valid EnumAPIGEE for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumAPIGEE) IsValid ¶
func (v EnumAPIGEE) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumAPIGEE) Ptr ¶
func (v EnumAPIGEE) Ptr() *EnumAPIGEE
Ptr returns reference to Enum_APIGEE value
func (*EnumAPIGEE) UnmarshalJSON ¶
func (v *EnumAPIGEE) UnmarshalJSON(src []byte) error
type EnumAWS ¶
type EnumAWS string
EnumAWS the model 'EnumAWS'
const (
ENUMAWS_AWS EnumAWS = "AWS"
)
List of Enum_AWS
func NewEnumAWSFromValue ¶
NewEnumAWSFromValue returns a pointer to a valid EnumAWS for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*EnumAWS) UnmarshalJSON ¶
type EnumAZURE ¶
type EnumAZURE string
EnumAZURE the model 'EnumAZURE'
const (
ENUMAZURE_AZURE EnumAZURE = "AZURE"
)
List of Enum_AZURE
func NewEnumAZUREFromValue ¶
NewEnumAZUREFromValue returns a pointer to a valid EnumAZURE for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*EnumAZURE) UnmarshalJSON ¶
type EnumAZUREDEVOPS ¶
type EnumAZUREDEVOPS string
EnumAZUREDEVOPS the model 'EnumAZUREDEVOPS'
const (
ENUMAZUREDEVOPS_AZURE_DEVOPS EnumAZUREDEVOPS = "AZURE_DEVOPS"
)
List of Enum_AZURE_DEVOPS
func NewEnumAZUREDEVOPSFromValue ¶
func NewEnumAZUREDEVOPSFromValue(v string) (*EnumAZUREDEVOPS, error)
NewEnumAZUREDEVOPSFromValue returns a pointer to a valid EnumAZUREDEVOPS for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumAZUREDEVOPS) IsValid ¶
func (v EnumAZUREDEVOPS) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumAZUREDEVOPS) Ptr ¶
func (v EnumAZUREDEVOPS) Ptr() *EnumAZUREDEVOPS
Ptr returns reference to Enum_AZURE_DEVOPS value
func (*EnumAZUREDEVOPS) UnmarshalJSON ¶
func (v *EnumAZUREDEVOPS) UnmarshalJSON(src []byte) error
type EnumAc8825c946764c840068c1a5eddeee84 ¶
type EnumAc8825c946764c840068c1a5eddeee84 string
EnumAc8825c946764c840068c1a5eddeee84 the model 'EnumAc8825c946764c840068c1a5eddeee84'
const ( ENUMAC8825C946764C840068C1A5EDDEEE84_DEBUG EnumAc8825c946764c840068c1a5eddeee84 = "DEBUG" ENUMAC8825C946764C840068C1A5EDDEEE84_ERROR EnumAc8825c946764c840068c1a5eddeee84 = "ERROR" ENUMAC8825C946764C840068C1A5EDDEEE84_INFO EnumAc8825c946764c840068c1a5eddeee84 = "INFO" ENUMAC8825C946764C840068C1A5EDDEEE84_WARNING EnumAc8825c946764c840068c1a5eddeee84 = "WARNING" )
List of Enum_ac8825c946764c840068c1a5eddeee84
func NewEnumAc8825c946764c840068c1a5eddeee84FromValue ¶
func NewEnumAc8825c946764c840068c1a5eddeee84FromValue(v string) (*EnumAc8825c946764c840068c1a5eddeee84, error)
NewEnumAc8825c946764c840068c1a5eddeee84FromValue returns a pointer to a valid EnumAc8825c946764c840068c1a5eddeee84 for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumAc8825c946764c840068c1a5eddeee84) IsValid ¶
func (v EnumAc8825c946764c840068c1a5eddeee84) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumAc8825c946764c840068c1a5eddeee84) Ptr ¶
Ptr returns reference to Enum_ac8825c946764c840068c1a5eddeee84 value
func (*EnumAc8825c946764c840068c1a5eddeee84) UnmarshalJSON ¶
func (v *EnumAc8825c946764c840068c1a5eddeee84) UnmarshalJSON(src []byte) error
type EnumB2ba5e44bc46a15fb43cda9911cf1860 ¶ added in v0.1.22
type EnumB2ba5e44bc46a15fb43cda9911cf1860 string
EnumB2ba5e44bc46a15fb43cda9911cf1860 the model 'EnumB2ba5e44bc46a15fb43cda9911cf1860'
const ( ENUMB2BA5E44BC46A15FB43CDA9911CF1860_MULTI_MODAL_OPENAI EnumB2ba5e44bc46a15fb43cda9911cf1860 = "multi_modal_openai" ENUMB2BA5E44BC46A15FB43CDA9911CF1860_URL_ACTION_STATE_IDENTIFIER EnumB2ba5e44bc46a15fb43cda9911cf1860 = "url_action_state_identifier" ENUMB2BA5E44BC46A15FB43CDA9911CF1860_URL_STATE_IDENTIFIER EnumB2ba5e44bc46a15fb43cda9911cf1860 = "url_state_identifier" ENUMB2BA5E44BC46A15FB43CDA9911CF1860_MULTI_MODAL_CLUSTERING_IDENTIFIER EnumB2ba5e44bc46a15fb43cda9911cf1860 = "multi_modal_clustering_identifier" )
List of Enum_b2ba5e44bc46a15fb43cda9911cf1860
func NewEnumB2ba5e44bc46a15fb43cda9911cf1860FromValue ¶ added in v0.1.22
func NewEnumB2ba5e44bc46a15fb43cda9911cf1860FromValue(v string) (*EnumB2ba5e44bc46a15fb43cda9911cf1860, error)
NewEnumB2ba5e44bc46a15fb43cda9911cf1860FromValue returns a pointer to a valid EnumB2ba5e44bc46a15fb43cda9911cf1860 for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumB2ba5e44bc46a15fb43cda9911cf1860) IsValid ¶ added in v0.1.22
func (v EnumB2ba5e44bc46a15fb43cda9911cf1860) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumB2ba5e44bc46a15fb43cda9911cf1860) Ptr ¶ added in v0.1.22
Ptr returns reference to Enum_b2ba5e44bc46a15fb43cda9911cf1860 value
func (*EnumB2ba5e44bc46a15fb43cda9911cf1860) UnmarshalJSON ¶ added in v0.1.22
func (v *EnumB2ba5e44bc46a15fb43cda9911cf1860) UnmarshalJSON(src []byte) error
type EnumBADREQUEST ¶
type EnumBADREQUEST string
EnumBADREQUEST the model 'EnumBADREQUEST'
const (
ENUMBADREQUEST_BAD_REQUEST EnumBADREQUEST = "Bad Request"
)
List of Enum_BAD_REQUEST
func NewEnumBADREQUESTFromValue ¶
func NewEnumBADREQUESTFromValue(v string) (*EnumBADREQUEST, error)
NewEnumBADREQUESTFromValue returns a pointer to a valid EnumBADREQUEST for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumBADREQUEST) IsValid ¶
func (v EnumBADREQUEST) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumBADREQUEST) Ptr ¶
func (v EnumBADREQUEST) Ptr() *EnumBADREQUEST
Ptr returns reference to Enum_BAD_REQUEST value
func (*EnumBADREQUEST) UnmarshalJSON ¶
func (v *EnumBADREQUEST) UnmarshalJSON(src []byte) error
type EnumBASIC ¶
type EnumBASIC string
EnumBASIC the model 'EnumBASIC'
const (
ENUMBASIC_BASIC EnumBASIC = "basic"
)
List of Enum_BASIC
func NewEnumBASICFromValue ¶
NewEnumBASICFromValue returns a pointer to a valid EnumBASIC for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*EnumBASIC) UnmarshalJSON ¶
type EnumBITBUCKETREPO ¶
type EnumBITBUCKETREPO string
EnumBITBUCKETREPO the model 'EnumBITBUCKETREPO'
const (
ENUMBITBUCKETREPO_BITBUCKET_REPO EnumBITBUCKETREPO = "BITBUCKET_REPO"
)
List of Enum_BITBUCKET_REPO
func NewEnumBITBUCKETREPOFromValue ¶
func NewEnumBITBUCKETREPOFromValue(v string) (*EnumBITBUCKETREPO, error)
NewEnumBITBUCKETREPOFromValue returns a pointer to a valid EnumBITBUCKETREPO for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumBITBUCKETREPO) IsValid ¶
func (v EnumBITBUCKETREPO) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumBITBUCKETREPO) Ptr ¶
func (v EnumBITBUCKETREPO) Ptr() *EnumBITBUCKETREPO
Ptr returns reference to Enum_BITBUCKET_REPO value
func (*EnumBITBUCKETREPO) UnmarshalJSON ¶
func (v *EnumBITBUCKETREPO) UnmarshalJSON(src []byte) error
type EnumBROWSERACTIONS ¶
type EnumBROWSERACTIONS string
EnumBROWSERACTIONS the model 'EnumBROWSERACTIONS'
const (
ENUMBROWSERACTIONS_BROWSER_ACTIONS EnumBROWSERACTIONS = "browser_actions"
)
List of Enum_BROWSER_ACTIONS
func NewEnumBROWSERACTIONSFromValue ¶
func NewEnumBROWSERACTIONSFromValue(v string) (*EnumBROWSERACTIONS, error)
NewEnumBROWSERACTIONSFromValue returns a pointer to a valid EnumBROWSERACTIONS for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumBROWSERACTIONS) IsValid ¶
func (v EnumBROWSERACTIONS) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumBROWSERACTIONS) Ptr ¶
func (v EnumBROWSERACTIONS) Ptr() *EnumBROWSERACTIONS
Ptr returns reference to Enum_BROWSER_ACTIONS value
func (*EnumBROWSERACTIONS) UnmarshalJSON ¶
func (v *EnumBROWSERACTIONS) UnmarshalJSON(src []byte) error
type EnumBROWSERAGENT ¶
type EnumBROWSERAGENT string
EnumBROWSERAGENT the model 'EnumBROWSERAGENT'
const (
ENUMBROWSERAGENT_BROWSER_AGENT EnumBROWSERAGENT = "browser_agent"
)
List of Enum_BROWSER_AGENT
func NewEnumBROWSERAGENTFromValue ¶
func NewEnumBROWSERAGENTFromValue(v string) (*EnumBROWSERAGENT, error)
NewEnumBROWSERAGENTFromValue returns a pointer to a valid EnumBROWSERAGENT for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumBROWSERAGENT) IsValid ¶
func (v EnumBROWSERAGENT) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumBROWSERAGENT) Ptr ¶
func (v EnumBROWSERAGENT) Ptr() *EnumBROWSERAGENT
Ptr returns reference to Enum_BROWSER_AGENT value
func (*EnumBROWSERAGENT) UnmarshalJSON ¶
func (v *EnumBROWSERAGENT) UnmarshalJSON(src []byte) error
type EnumBafa7e8598be648bd1bf40163099110a ¶
type EnumBafa7e8598be648bd1bf40163099110a string
EnumBafa7e8598be648bd1bf40163099110a the model 'EnumBafa7e8598be648bd1bf40163099110a'
const ( ENUMBAFA7E8598BE648BD1BF40163099110A_KEY EnumBafa7e8598be648bd1bf40163099110a = "key" ENUMBAFA7E8598BE648BD1BF40163099110A_KEY_STRICT EnumBafa7e8598be648bd1bf40163099110a = "key_strict" ENUMBAFA7E8598BE648BD1BF40163099110A_VALUE EnumBafa7e8598be648bd1bf40163099110a = "value" ENUMBAFA7E8598BE648BD1BF40163099110A_VALUE_STRICT EnumBafa7e8598be648bd1bf40163099110a = "value_strict" ENUMBAFA7E8598BE648BD1BF40163099110A_KEY_OR_VALUE EnumBafa7e8598be648bd1bf40163099110a = "key_or_value" ENUMBAFA7E8598BE648BD1BF40163099110A_KEY_OR_VALUE_STRICT EnumBafa7e8598be648bd1bf40163099110a = "key_or_value_strict" ENUMBAFA7E8598BE648BD1BF40163099110A_KEY_STRICT_OR_VALUE EnumBafa7e8598be648bd1bf40163099110a = "key_strict_or_value" ENUMBAFA7E8598BE648BD1BF40163099110A_KEY_AND_VALUE_STRICT EnumBafa7e8598be648bd1bf40163099110a = "key_and_value_strict" )
List of Enum_bafa7e8598be648bd1bf40163099110a
func NewEnumBafa7e8598be648bd1bf40163099110aFromValue ¶
func NewEnumBafa7e8598be648bd1bf40163099110aFromValue(v string) (*EnumBafa7e8598be648bd1bf40163099110a, error)
NewEnumBafa7e8598be648bd1bf40163099110aFromValue returns a pointer to a valid EnumBafa7e8598be648bd1bf40163099110a for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumBafa7e8598be648bd1bf40163099110a) IsValid ¶
func (v EnumBafa7e8598be648bd1bf40163099110a) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumBafa7e8598be648bd1bf40163099110a) Ptr ¶
Ptr returns reference to Enum_bafa7e8598be648bd1bf40163099110a value
func (*EnumBafa7e8598be648bd1bf40163099110a) UnmarshalJSON ¶
func (v *EnumBafa7e8598be648bd1bf40163099110a) UnmarshalJSON(src []byte) error
type EnumC48f4480ca763c1e3645aed08c52cfc1 ¶
type EnumC48f4480ca763c1e3645aed08c52cfc1 string
EnumC48f4480ca763c1e3645aed08c52cfc1 the model 'EnumC48f4480ca763c1e3645aed08c52cfc1'
const ( ENUMC48F4480CA763C1E3645AED08C52CFC1_STANDARD_1 EnumC48f4480ca763c1e3645aed08c52cfc1 = "Standard-1" ENUMC48F4480CA763C1E3645AED08C52CFC1_STANDARD_2 EnumC48f4480ca763c1e3645aed08c52cfc1 = "Standard-2" ENUMC48F4480CA763C1E3645AED08C52CFC1_STANDARD_3 EnumC48f4480ca763c1e3645aed08c52cfc1 = "Standard-3" ENUMC48F4480CA763C1E3645AED08C52CFC1_STANDARD_4 EnumC48f4480ca763c1e3645aed08c52cfc1 = "Standard-4" ENUMC48F4480CA763C1E3645AED08C52CFC1_STANDARD_5 EnumC48f4480ca763c1e3645aed08c52cfc1 = "Standard-5" )
List of Enum_c48f4480ca763c1e3645aed08c52cfc1
func NewEnumC48f4480ca763c1e3645aed08c52cfc1FromValue ¶
func NewEnumC48f4480ca763c1e3645aed08c52cfc1FromValue(v string) (*EnumC48f4480ca763c1e3645aed08c52cfc1, error)
NewEnumC48f4480ca763c1e3645aed08c52cfc1FromValue returns a pointer to a valid EnumC48f4480ca763c1e3645aed08c52cfc1 for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumC48f4480ca763c1e3645aed08c52cfc1) IsValid ¶
func (v EnumC48f4480ca763c1e3645aed08c52cfc1) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumC48f4480ca763c1e3645aed08c52cfc1) Ptr ¶
Ptr returns reference to Enum_c48f4480ca763c1e3645aed08c52cfc1 value
func (*EnumC48f4480ca763c1e3645aed08c52cfc1) UnmarshalJSON ¶
func (v *EnumC48f4480ca763c1e3645aed08c52cfc1) UnmarshalJSON(src []byte) error
type EnumC9df31378b5ab99a9fcb2d159ba1f602 ¶
type EnumC9df31378b5ab99a9fcb2d159ba1f602 string
EnumC9df31378b5ab99a9fcb2d159ba1f602 the model 'EnumC9df31378b5ab99a9fcb2d159ba1f602'
const ( ENUMC9DF31378B5AB99A9FCB2D159BA1F602_NONE EnumC9df31378b5ab99a9fcb2d159ba1f602 = "NONE" ENUMC9DF31378B5AB99A9FCB2D159BA1F602_LOW EnumC9df31378b5ab99a9fcb2d159ba1f602 = "LOW" ENUMC9DF31378B5AB99A9FCB2D159BA1F602_MEDIUM EnumC9df31378b5ab99a9fcb2d159ba1f602 = "MEDIUM" ENUMC9DF31378B5AB99A9FCB2D159BA1F602_HIGH EnumC9df31378b5ab99a9fcb2d159ba1f602 = "HIGH" )
List of Enum_c9df31378b5ab99a9fcb2d159ba1f602
func NewEnumC9df31378b5ab99a9fcb2d159ba1f602FromValue ¶
func NewEnumC9df31378b5ab99a9fcb2d159ba1f602FromValue(v string) (*EnumC9df31378b5ab99a9fcb2d159ba1f602, error)
NewEnumC9df31378b5ab99a9fcb2d159ba1f602FromValue returns a pointer to a valid EnumC9df31378b5ab99a9fcb2d159ba1f602 for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumC9df31378b5ab99a9fcb2d159ba1f602) IsValid ¶
func (v EnumC9df31378b5ab99a9fcb2d159ba1f602) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumC9df31378b5ab99a9fcb2d159ba1f602) Ptr ¶
Ptr returns reference to Enum_c9df31378b5ab99a9fcb2d159ba1f602 value
func (*EnumC9df31378b5ab99a9fcb2d159ba1f602) UnmarshalJSON ¶
func (v *EnumC9df31378b5ab99a9fcb2d159ba1f602) UnmarshalJSON(src []byte) error
type EnumCHECK ¶
type EnumCHECK string
EnumCHECK the model 'EnumCHECK'
const (
ENUMCHECK_CHECK EnumCHECK = "check"
)
List of Enum_CHECK
func NewEnumCHECKFromValue ¶
NewEnumCHECKFromValue returns a pointer to a valid EnumCHECK for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*EnumCHECK) UnmarshalJSON ¶
type EnumCLICK ¶
type EnumCLICK string
EnumCLICK the model 'EnumCLICK'
const (
ENUMCLICK_CLICK EnumCLICK = "click"
)
List of Enum_CLICK
func NewEnumCLICKFromValue ¶
NewEnumCLICKFromValue returns a pointer to a valid EnumCLICK for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*EnumCLICK) UnmarshalJSON ¶
type EnumCLOUDFLARE ¶
type EnumCLOUDFLARE string
EnumCLOUDFLARE the model 'EnumCLOUDFLARE'
const (
ENUMCLOUDFLARE_CLOUDFLARE EnumCLOUDFLARE = "CLOUDFLARE"
)
List of Enum_CLOUDFLARE
func NewEnumCLOUDFLAREFromValue ¶
func NewEnumCLOUDFLAREFromValue(v string) (*EnumCLOUDFLARE, error)
NewEnumCLOUDFLAREFromValue returns a pointer to a valid EnumCLOUDFLARE for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumCLOUDFLARE) IsValid ¶
func (v EnumCLOUDFLARE) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumCLOUDFLARE) Ptr ¶
func (v EnumCLOUDFLARE) Ptr() *EnumCLOUDFLARE
Ptr returns reference to Enum_CLOUDFLARE value
func (*EnumCLOUDFLARE) UnmarshalJSON ¶
func (v *EnumCLOUDFLARE) UnmarshalJSON(src []byte) error
type EnumCOGNITOUSERPASS ¶
type EnumCOGNITOUSERPASS string
EnumCOGNITOUSERPASS the model 'EnumCOGNITOUSERPASS'
const (
ENUMCOGNITOUSERPASS_COGNITO_USERPASS EnumCOGNITOUSERPASS = "cognito_userpass"
)
List of Enum_COGNITO_USERPASS
func NewEnumCOGNITOUSERPASSFromValue ¶
func NewEnumCOGNITOUSERPASSFromValue(v string) (*EnumCOGNITOUSERPASS, error)
NewEnumCOGNITOUSERPASSFromValue returns a pointer to a valid EnumCOGNITOUSERPASS for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumCOGNITOUSERPASS) IsValid ¶
func (v EnumCOGNITOUSERPASS) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumCOGNITOUSERPASS) Ptr ¶
func (v EnumCOGNITOUSERPASS) Ptr() *EnumCOGNITOUSERPASS
Ptr returns reference to Enum_COGNITO_USERPASS value
func (*EnumCOGNITOUSERPASS) UnmarshalJSON ¶
func (v *EnumCOGNITOUSERPASS) UnmarshalJSON(src []byte) error
type EnumCONFLICTONTHEFOLLOWINGFIELD ¶
type EnumCONFLICTONTHEFOLLOWINGFIELD string
EnumCONFLICTONTHEFOLLOWINGFIELD the model 'EnumCONFLICTONTHEFOLLOWINGFIELD'
const (
ENUMCONFLICTONTHEFOLLOWINGFIELD_CONFLICT_ON_THE_FOLLOWING_FIELD EnumCONFLICTONTHEFOLLOWINGFIELD = "Conflict on the following field"
)
List of Enum_CONFLICT_ON_THE_FOLLOWING_FIELD
func NewEnumCONFLICTONTHEFOLLOWINGFIELDFromValue ¶
func NewEnumCONFLICTONTHEFOLLOWINGFIELDFromValue(v string) (*EnumCONFLICTONTHEFOLLOWINGFIELD, error)
NewEnumCONFLICTONTHEFOLLOWINGFIELDFromValue returns a pointer to a valid EnumCONFLICTONTHEFOLLOWINGFIELD for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumCONFLICTONTHEFOLLOWINGFIELD) IsValid ¶
func (v EnumCONFLICTONTHEFOLLOWINGFIELD) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumCONFLICTONTHEFOLLOWINGFIELD) Ptr ¶
func (v EnumCONFLICTONTHEFOLLOWINGFIELD) Ptr() *EnumCONFLICTONTHEFOLLOWINGFIELD
Ptr returns reference to Enum_CONFLICT_ON_THE_FOLLOWING_FIELD value
func (*EnumCONFLICTONTHEFOLLOWINGFIELD) UnmarshalJSON ¶
func (v *EnumCONFLICTONTHEFOLLOWINGFIELD) UnmarshalJSON(src []byte) error
type EnumCURL ¶
type EnumCURL string
EnumCURL the model 'EnumCURL'
const (
ENUMCURL_CURL EnumCURL = "curl"
)
List of Enum_CURL
func NewEnumCURLFromValue ¶
NewEnumCURLFromValue returns a pointer to a valid EnumCURL for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*EnumCURL) UnmarshalJSON ¶
type EnumCURLSEQUENCE ¶
type EnumCURLSEQUENCE string
EnumCURLSEQUENCE the model 'EnumCURLSEQUENCE'
const (
ENUMCURLSEQUENCE_CURL_SEQUENCE EnumCURLSEQUENCE = "curl_sequence"
)
List of Enum_CURL_SEQUENCE
func NewEnumCURLSEQUENCEFromValue ¶
func NewEnumCURLSEQUENCEFromValue(v string) (*EnumCURLSEQUENCE, error)
NewEnumCURLSEQUENCEFromValue returns a pointer to a valid EnumCURLSEQUENCE for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumCURLSEQUENCE) IsValid ¶
func (v EnumCURLSEQUENCE) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumCURLSEQUENCE) Ptr ¶
func (v EnumCURLSEQUENCE) Ptr() *EnumCURLSEQUENCE
Ptr returns reference to Enum_CURL_SEQUENCE value
func (*EnumCURLSEQUENCE) UnmarshalJSON ¶
func (v *EnumCURLSEQUENCE) UnmarshalJSON(src []byte) error
type EnumD528205b1dacf02f72b02e9e61efdb57 ¶
type EnumD528205b1dacf02f72b02e9e61efdb57 string
EnumD528205b1dacf02f72b02e9e61efdb57 the model 'EnumD528205b1dacf02f72b02e9e61efdb57'
const ( ENUMD528205B1DACF02F72B02E9E61EFDB57_API_TYPE_GRAPHQL EnumD528205b1dacf02f72b02e9e61efdb57 = "API_TYPE_GRAPHQL" ENUMD528205B1DACF02F72B02E9E61EFDB57_API_TYPE_REST EnumD528205b1dacf02f72b02e9e61efdb57 = "API_TYPE_REST" )
List of Enum_d528205b1dacf02f72b02e9e61efdb57
func NewEnumD528205b1dacf02f72b02e9e61efdb57FromValue ¶
func NewEnumD528205b1dacf02f72b02e9e61efdb57FromValue(v string) (*EnumD528205b1dacf02f72b02e9e61efdb57, error)
NewEnumD528205b1dacf02f72b02e9e61efdb57FromValue returns a pointer to a valid EnumD528205b1dacf02f72b02e9e61efdb57 for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumD528205b1dacf02f72b02e9e61efdb57) IsValid ¶
func (v EnumD528205b1dacf02f72b02e9e61efdb57) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumD528205b1dacf02f72b02e9e61efdb57) Ptr ¶
Ptr returns reference to Enum_d528205b1dacf02f72b02e9e61efdb57 value
func (*EnumD528205b1dacf02f72b02e9e61efdb57) UnmarshalJSON ¶
func (v *EnumD528205b1dacf02f72b02e9e61efdb57) UnmarshalJSON(src []byte) error
type EnumD757e8c31ab9423604d4eece2cdb5160 ¶ added in v0.1.21
type EnumD757e8c31ab9423604d4eece2cdb5160 string
EnumD757e8c31ab9423604d4eece2cdb5160 the model 'EnumD757e8c31ab9423604d4eece2cdb5160'
const ( ENUMD757E8C31AB9423604D4EECE2CDB5160_ARTICLE_5 EnumD757e8c31ab9423604d4eece2cdb5160 = "Article-5" ENUMD757E8C31AB9423604D4EECE2CDB5160_ARTICLE_21 EnumD757e8c31ab9423604d4eece2cdb5160 = "Article-21" ENUMD757E8C31AB9423604D4EECE2CDB5160_ARTICLE_32 EnumD757e8c31ab9423604d4eece2cdb5160 = "Article-32" ENUMD757E8C31AB9423604D4EECE2CDB5160_ARTICLE_94 EnumD757e8c31ab9423604d4eece2cdb5160 = "Article-94" ENUMD757E8C31AB9423604D4EECE2CDB5160_ARTICLE_95 EnumD757e8c31ab9423604d4eece2cdb5160 = "Article-95" ENUMD757E8C31AB9423604D4EECE2CDB5160_ARTICLE_96 EnumD757e8c31ab9423604d4eece2cdb5160 = "Article-96" ENUMD757E8C31AB9423604D4EECE2CDB5160_ARTICLE_97 EnumD757e8c31ab9423604d4eece2cdb5160 = "Article-97" ENUMD757E8C31AB9423604D4EECE2CDB5160_ARTICLE_98 EnumD757e8c31ab9423604d4eece2cdb5160 = "Article-98" )
List of Enum_d757e8c31ab9423604d4eece2cdb5160
func NewEnumD757e8c31ab9423604d4eece2cdb5160FromValue ¶ added in v0.1.21
func NewEnumD757e8c31ab9423604d4eece2cdb5160FromValue(v string) (*EnumD757e8c31ab9423604d4eece2cdb5160, error)
NewEnumD757e8c31ab9423604d4eece2cdb5160FromValue returns a pointer to a valid EnumD757e8c31ab9423604d4eece2cdb5160 for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumD757e8c31ab9423604d4eece2cdb5160) IsValid ¶ added in v0.1.21
func (v EnumD757e8c31ab9423604d4eece2cdb5160) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumD757e8c31ab9423604d4eece2cdb5160) Ptr ¶ added in v0.1.21
Ptr returns reference to Enum_d757e8c31ab9423604d4eece2cdb5160 value
func (*EnumD757e8c31ab9423604d4eece2cdb5160) UnmarshalJSON ¶ added in v0.1.21
func (v *EnumD757e8c31ab9423604d4eece2cdb5160) UnmarshalJSON(src []byte) error
type EnumDIGEST ¶
type EnumDIGEST string
EnumDIGEST the model 'EnumDIGEST'
const (
ENUMDIGEST_DIGEST EnumDIGEST = "digest"
)
List of Enum_DIGEST
func NewEnumDIGESTFromValue ¶
func NewEnumDIGESTFromValue(v string) (*EnumDIGEST, error)
NewEnumDIGESTFromValue returns a pointer to a valid EnumDIGEST for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumDIGEST) IsValid ¶
func (v EnumDIGEST) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumDIGEST) Ptr ¶
func (v EnumDIGEST) Ptr() *EnumDIGEST
Ptr returns reference to Enum_DIGEST value
func (*EnumDIGEST) UnmarshalJSON ¶
func (v *EnumDIGEST) UnmarshalJSON(src []byte) error
type EnumDISCORDWEBHOOK ¶
type EnumDISCORDWEBHOOK string
EnumDISCORDWEBHOOK the model 'EnumDISCORDWEBHOOK'
const (
ENUMDISCORDWEBHOOK_DISCORD_WEBHOOK EnumDISCORDWEBHOOK = "DISCORD_WEBHOOK"
)
List of Enum_DISCORD_WEBHOOK
func NewEnumDISCORDWEBHOOKFromValue ¶
func NewEnumDISCORDWEBHOOKFromValue(v string) (*EnumDISCORDWEBHOOK, error)
NewEnumDISCORDWEBHOOKFromValue returns a pointer to a valid EnumDISCORDWEBHOOK for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumDISCORDWEBHOOK) IsValid ¶
func (v EnumDISCORDWEBHOOK) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumDISCORDWEBHOOK) Ptr ¶
func (v EnumDISCORDWEBHOOK) Ptr() *EnumDISCORDWEBHOOK
Ptr returns reference to Enum_DISCORD_WEBHOOK value
func (*EnumDISCORDWEBHOOK) UnmarshalJSON ¶
func (v *EnumDISCORDWEBHOOK) UnmarshalJSON(src []byte) error
type EnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY ¶
type EnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY string
EnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY the model 'EnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY'
const (
ENUMDOMAINDELETIONSCHEDULEDSUCCESSFULLY_DOMAIN_DELETION_SCHEDULED_SUCCESSFULLY EnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY = "Domain deletion scheduled successfully"
)
List of Enum_DOMAIN_DELETION_SCHEDULED_SUCCESSFULLY
func NewEnumDOMAINDELETIONSCHEDULEDSUCCESSFULLYFromValue ¶
func NewEnumDOMAINDELETIONSCHEDULEDSUCCESSFULLYFromValue(v string) (*EnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY, error)
NewEnumDOMAINDELETIONSCHEDULEDSUCCESSFULLYFromValue returns a pointer to a valid EnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY) IsValid ¶
func (v EnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY) Ptr ¶
Ptr returns reference to Enum_DOMAIN_DELETION_SCHEDULED_SUCCESSFULLY value
func (*EnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY) UnmarshalJSON ¶
func (v *EnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY) UnmarshalJSON(src []byte) error
type EnumE48dd51fe8a350a4154904abf16320d7 ¶
type EnumE48dd51fe8a350a4154904abf16320d7 string
EnumE48dd51fe8a350a4154904abf16320d7 the model 'EnumE48dd51fe8a350a4154904abf16320d7'
const ( ENUME48DD51FE8A350A4154904ABF16320D7_STARTING EnumE48dd51fe8a350a4154904abf16320d7 = "STARTING" ENUME48DD51FE8A350A4154904ABF16320D7_RUNNING EnumE48dd51fe8a350a4154904abf16320d7 = "RUNNING" ENUME48DD51FE8A350A4154904ABF16320D7_CANCELED EnumE48dd51fe8a350a4154904abf16320d7 = "CANCELED" ENUME48DD51FE8A350A4154904ABF16320D7_FINISHED EnumE48dd51fe8a350a4154904abf16320d7 = "FINISHED" ENUME48DD51FE8A350A4154904ABF16320D7_FAILED EnumE48dd51fe8a350a4154904abf16320d7 = "FAILED" )
List of Enum_e48dd51fe8a350a4154904abf16320d7
func NewEnumE48dd51fe8a350a4154904abf16320d7FromValue ¶
func NewEnumE48dd51fe8a350a4154904abf16320d7FromValue(v string) (*EnumE48dd51fe8a350a4154904abf16320d7, error)
NewEnumE48dd51fe8a350a4154904abf16320d7FromValue returns a pointer to a valid EnumE48dd51fe8a350a4154904abf16320d7 for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumE48dd51fe8a350a4154904abf16320d7) IsValid ¶
func (v EnumE48dd51fe8a350a4154904abf16320d7) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumE48dd51fe8a350a4154904abf16320d7) Ptr ¶
Ptr returns reference to Enum_e48dd51fe8a350a4154904abf16320d7 value
func (*EnumE48dd51fe8a350a4154904abf16320d7) UnmarshalJSON ¶
func (v *EnumE48dd51fe8a350a4154904abf16320d7) UnmarshalJSON(src []byte) error
type EnumE72f9dda622f4cb5cd0a811e58e7f98e ¶
type EnumE72f9dda622f4cb5cd0a811e58e7f98e string
EnumE72f9dda622f4cb5cd0a811e58e7f98e the model 'EnumE72f9dda622f4cb5cd0a811e58e7f98e'
const ( ENUME72F9DDA622F4CB5CD0A811E58E7F98E_AC_2 EnumE72f9dda622f4cb5cd0a811e58e7f98e = "AC-2" ENUME72F9DDA622F4CB5CD0A811E58E7F98E_AC_3 EnumE72f9dda622f4cb5cd0a811e58e7f98e = "AC-3" ENUME72F9DDA622F4CB5CD0A811E58E7F98E_AC_4 EnumE72f9dda622f4cb5cd0a811e58e7f98e = "AC-4" ENUME72F9DDA622F4CB5CD0A811E58E7F98E_AC_6 EnumE72f9dda622f4cb5cd0a811e58e7f98e = "AC-6" ENUME72F9DDA622F4CB5CD0A811E58E7F98E_AC_7 EnumE72f9dda622f4cb5cd0a811e58e7f98e = "AC-7" ENUME72F9DDA622F4CB5CD0A811E58E7F98E_AC_14 EnumE72f9dda622f4cb5cd0a811e58e7f98e = "AC-14" ENUME72F9DDA622F4CB5CD0A811E58E7F98E_AC_17 EnumE72f9dda622f4cb5cd0a811e58e7f98e = "AC-17" ENUME72F9DDA622F4CB5CD0A811E58E7F98E_AC_22 EnumE72f9dda622f4cb5cd0a811e58e7f98e = "AC-22" ENUME72F9DDA622F4CB5CD0A811E58E7F98E_CM_2 EnumE72f9dda622f4cb5cd0a811e58e7f98e = "CM-2" ENUME72F9DDA622F4CB5CD0A811E58E7F98E_CM_3 EnumE72f9dda622f4cb5cd0a811e58e7f98e = "CM-3" ENUME72F9DDA622F4CB5CD0A811E58E7F98E_SA_11 EnumE72f9dda622f4cb5cd0a811e58e7f98e = "SA-11" ENUME72F9DDA622F4CB5CD0A811E58E7F98E_SC_5 EnumE72f9dda622f4cb5cd0a811e58e7f98e = "SC-5" ENUME72F9DDA622F4CB5CD0A811E58E7F98E_SC_7 EnumE72f9dda622f4cb5cd0a811e58e7f98e = "SC-7" ENUME72F9DDA622F4CB5CD0A811E58E7F98E_SC_8 EnumE72f9dda622f4cb5cd0a811e58e7f98e = "SC-8" ENUME72F9DDA622F4CB5CD0A811E58E7F98E_SC_12 EnumE72f9dda622f4cb5cd0a811e58e7f98e = "SC-12" ENUME72F9DDA622F4CB5CD0A811E58E7F98E_SC_13 EnumE72f9dda622f4cb5cd0a811e58e7f98e = "SC-13" ENUME72F9DDA622F4CB5CD0A811E58E7F98E_SC_17 EnumE72f9dda622f4cb5cd0a811e58e7f98e = "SC-17" ENUME72F9DDA622F4CB5CD0A811E58E7F98E_SC_18 EnumE72f9dda622f4cb5cd0a811e58e7f98e = "SC-18" ENUME72F9DDA622F4CB5CD0A811E58E7F98E_SC_20 EnumE72f9dda622f4cb5cd0a811e58e7f98e = "SC-20" ENUME72F9DDA622F4CB5CD0A811E58E7F98E_SC_28 EnumE72f9dda622f4cb5cd0a811e58e7f98e = "SC-28" ENUME72F9DDA622F4CB5CD0A811E58E7F98E_SI_2 EnumE72f9dda622f4cb5cd0a811e58e7f98e = "SI-2" ENUME72F9DDA622F4CB5CD0A811E58E7F98E_SI_3 EnumE72f9dda622f4cb5cd0a811e58e7f98e = "SI-3" ENUME72F9DDA622F4CB5CD0A811E58E7F98E_SI_4 EnumE72f9dda622f4cb5cd0a811e58e7f98e = "SI-4" ENUME72F9DDA622F4CB5CD0A811E58E7F98E_SI_7 EnumE72f9dda622f4cb5cd0a811e58e7f98e = "SI-7" ENUME72F9DDA622F4CB5CD0A811E58E7F98E_SI_10 EnumE72f9dda622f4cb5cd0a811e58e7f98e = "SI-10" ENUME72F9DDA622F4CB5CD0A811E58E7F98E_SI_11 EnumE72f9dda622f4cb5cd0a811e58e7f98e = "SI-11" )
List of Enum_e72f9dda622f4cb5cd0a811e58e7f98e
func NewEnumE72f9dda622f4cb5cd0a811e58e7f98eFromValue ¶
func NewEnumE72f9dda622f4cb5cd0a811e58e7f98eFromValue(v string) (*EnumE72f9dda622f4cb5cd0a811e58e7f98e, error)
NewEnumE72f9dda622f4cb5cd0a811e58e7f98eFromValue returns a pointer to a valid EnumE72f9dda622f4cb5cd0a811e58e7f98e for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumE72f9dda622f4cb5cd0a811e58e7f98e) IsValid ¶
func (v EnumE72f9dda622f4cb5cd0a811e58e7f98e) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumE72f9dda622f4cb5cd0a811e58e7f98e) Ptr ¶
Ptr returns reference to Enum_e72f9dda622f4cb5cd0a811e58e7f98e value
func (*EnumE72f9dda622f4cb5cd0a811e58e7f98e) UnmarshalJSON ¶
func (v *EnumE72f9dda622f4cb5cd0a811e58e7f98e) UnmarshalJSON(src []byte) error
type EnumEMAIL ¶
type EnumEMAIL string
EnumEMAIL the model 'EnumEMAIL'
const (
ENUMEMAIL_EMAIL EnumEMAIL = "EMAIL"
)
List of Enum_EMAIL
func NewEnumEMAILFromValue ¶
NewEnumEMAILFromValue returns a pointer to a valid EnumEMAIL for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*EnumEMAIL) UnmarshalJSON ¶
type EnumF33adad4c808d4d9ab51ae2bf931668b ¶
type EnumF33adad4c808d4d9ab51ae2bf931668b string
EnumF33adad4c808d4d9ab51ae2bf931668b the model 'EnumF33adad4c808d4d9ab51ae2bf931668b'
const ( ENUMF33ADAD4C808D4D9AB51AE2BF931668B_ARTICLE_6 EnumF33adad4c808d4d9ab51ae2bf931668b = "Article-6" ENUMF33ADAD4C808D4D9AB51AE2BF931668B_ARTICLE_21 EnumF33adad4c808d4d9ab51ae2bf931668b = "Article-21" ENUMF33ADAD4C808D4D9AB51AE2BF931668B_ARTICLE_22 EnumF33adad4c808d4d9ab51ae2bf931668b = "Article-22" ENUMF33ADAD4C808D4D9AB51AE2BF931668B_ARTICLE_23 EnumF33adad4c808d4d9ab51ae2bf931668b = "Article-23" ENUMF33ADAD4C808D4D9AB51AE2BF931668B_ARTICLE_28 EnumF33adad4c808d4d9ab51ae2bf931668b = "Article-28" ENUMF33ADAD4C808D4D9AB51AE2BF931668B_ARTICLE_29 EnumF33adad4c808d4d9ab51ae2bf931668b = "Article-29" ENUMF33ADAD4C808D4D9AB51AE2BF931668B_ARTICLE_33 EnumF33adad4c808d4d9ab51ae2bf931668b = "Article-33" )
List of Enum_f33adad4c808d4d9ab51ae2bf931668b
func NewEnumF33adad4c808d4d9ab51ae2bf931668bFromValue ¶
func NewEnumF33adad4c808d4d9ab51ae2bf931668bFromValue(v string) (*EnumF33adad4c808d4d9ab51ae2bf931668b, error)
NewEnumF33adad4c808d4d9ab51ae2bf931668bFromValue returns a pointer to a valid EnumF33adad4c808d4d9ab51ae2bf931668b for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumF33adad4c808d4d9ab51ae2bf931668b) IsValid ¶
func (v EnumF33adad4c808d4d9ab51ae2bf931668b) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumF33adad4c808d4d9ab51ae2bf931668b) Ptr ¶
Ptr returns reference to Enum_f33adad4c808d4d9ab51ae2bf931668b value
func (*EnumF33adad4c808d4d9ab51ae2bf931668b) UnmarshalJSON ¶
func (v *EnumF33adad4c808d4d9ab51ae2bf931668b) UnmarshalJSON(src []byte) error
type EnumFILL ¶
type EnumFILL string
EnumFILL the model 'EnumFILL'
const (
ENUMFILL_FILL EnumFILL = "fill"
)
List of Enum_FILL
func NewEnumFILLFromValue ¶
NewEnumFILLFromValue returns a pointer to a valid EnumFILL for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*EnumFILL) UnmarshalJSON ¶
type EnumFOCUSPAGE ¶
type EnumFOCUSPAGE string
EnumFOCUSPAGE the model 'EnumFOCUSPAGE'
const (
ENUMFOCUSPAGE_FOCUS_PAGE EnumFOCUSPAGE = "focus_page"
)
List of Enum_FOCUS_PAGE
func NewEnumFOCUSPAGEFromValue ¶
func NewEnumFOCUSPAGEFromValue(v string) (*EnumFOCUSPAGE, error)
NewEnumFOCUSPAGEFromValue returns a pointer to a valid EnumFOCUSPAGE for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumFOCUSPAGE) IsValid ¶
func (v EnumFOCUSPAGE) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumFOCUSPAGE) Ptr ¶
func (v EnumFOCUSPAGE) Ptr() *EnumFOCUSPAGE
Ptr returns reference to Enum_FOCUS_PAGE value
func (*EnumFOCUSPAGE) UnmarshalJSON ¶
func (v *EnumFOCUSPAGE) UnmarshalJSON(src []byte) error
type EnumFRONTEND ¶ added in v0.1.21
type EnumFRONTEND string
EnumFRONTEND the model 'EnumFRONTEND'
const (
ENUMFRONTEND_FRONTEND EnumFRONTEND = "FRONTEND"
)
List of Enum_FRONTEND
func NewEnumFRONTENDFromValue ¶ added in v0.1.21
func NewEnumFRONTENDFromValue(v string) (*EnumFRONTEND, error)
NewEnumFRONTENDFromValue returns a pointer to a valid EnumFRONTEND for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumFRONTEND) IsValid ¶ added in v0.1.21
func (v EnumFRONTEND) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumFRONTEND) Ptr ¶ added in v0.1.21
func (v EnumFRONTEND) Ptr() *EnumFRONTEND
Ptr returns reference to Enum_FRONTEND value
func (*EnumFRONTEND) UnmarshalJSON ¶ added in v0.1.21
func (v *EnumFRONTEND) UnmarshalJSON(src []byte) error
type EnumGCP ¶
type EnumGCP string
EnumGCP the model 'EnumGCP'
const (
ENUMGCP_GCP EnumGCP = "GCP"
)
List of Enum_GCP
func NewEnumGCPFromValue ¶
NewEnumGCPFromValue returns a pointer to a valid EnumGCP for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*EnumGCP) UnmarshalJSON ¶
type EnumGITHUBAPIKEY ¶
type EnumGITHUBAPIKEY string
EnumGITHUBAPIKEY the model 'EnumGITHUBAPIKEY'
const (
ENUMGITHUBAPIKEY_GITHUB_API_KEY EnumGITHUBAPIKEY = "GITHUB_API_KEY"
)
List of Enum_GITHUB_API_KEY
func NewEnumGITHUBAPIKEYFromValue ¶
func NewEnumGITHUBAPIKEYFromValue(v string) (*EnumGITHUBAPIKEY, error)
NewEnumGITHUBAPIKEYFromValue returns a pointer to a valid EnumGITHUBAPIKEY for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumGITHUBAPIKEY) IsValid ¶
func (v EnumGITHUBAPIKEY) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumGITHUBAPIKEY) Ptr ¶
func (v EnumGITHUBAPIKEY) Ptr() *EnumGITHUBAPIKEY
Ptr returns reference to Enum_GITHUB_API_KEY value
func (*EnumGITHUBAPIKEY) UnmarshalJSON ¶
func (v *EnumGITHUBAPIKEY) UnmarshalJSON(src []byte) error
type EnumGITLABAPIKEY ¶
type EnumGITLABAPIKEY string
EnumGITLABAPIKEY the model 'EnumGITLABAPIKEY'
const (
ENUMGITLABAPIKEY_GITLAB_API_KEY EnumGITLABAPIKEY = "GITLAB_API_KEY"
)
List of Enum_GITLAB_API_KEY
func NewEnumGITLABAPIKEYFromValue ¶
func NewEnumGITLABAPIKEYFromValue(v string) (*EnumGITLABAPIKEY, error)
NewEnumGITLABAPIKEYFromValue returns a pointer to a valid EnumGITLABAPIKEY for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumGITLABAPIKEY) IsValid ¶
func (v EnumGITLABAPIKEY) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumGITLABAPIKEY) Ptr ¶
func (v EnumGITLABAPIKEY) Ptr() *EnumGITLABAPIKEY
Ptr returns reference to Enum_GITLAB_API_KEY value
func (*EnumGITLABAPIKEY) UnmarshalJSON ¶
func (v *EnumGITLABAPIKEY) UnmarshalJSON(src []byte) error
type EnumGOTO ¶
type EnumGOTO string
EnumGOTO the model 'EnumGOTO'
const (
ENUMGOTO_GOTO EnumGOTO = "goto"
)
List of Enum_GOTO
func NewEnumGOTOFromValue ¶
NewEnumGOTOFromValue returns a pointer to a valid EnumGOTO for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*EnumGOTO) UnmarshalJSON ¶
type EnumGRAPHQL ¶
type EnumGRAPHQL string
EnumGRAPHQL the model 'EnumGRAPHQL'
const (
ENUMGRAPHQL_GRAPHQL EnumGRAPHQL = "graphql"
)
List of Enum_GRAPHQL
func NewEnumGRAPHQLFromValue ¶
func NewEnumGRAPHQLFromValue(v string) (*EnumGRAPHQL, error)
NewEnumGRAPHQLFromValue returns a pointer to a valid EnumGRAPHQL for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumGRAPHQL) IsValid ¶
func (v EnumGRAPHQL) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumGRAPHQL) Ptr ¶
func (v EnumGRAPHQL) Ptr() *EnumGRAPHQL
Ptr returns reference to Enum_GRAPHQL value
func (*EnumGRAPHQL) UnmarshalJSON ¶
func (v *EnumGRAPHQL) UnmarshalJSON(src []byte) error
type EnumHEADERS ¶
type EnumHEADERS string
EnumHEADERS the model 'EnumHEADERS'
const (
ENUMHEADERS_HEADERS EnumHEADERS = "headers"
)
List of Enum_HEADERS
func NewEnumHEADERSFromValue ¶
func NewEnumHEADERSFromValue(v string) (*EnumHEADERS, error)
NewEnumHEADERSFromValue returns a pointer to a valid EnumHEADERS for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumHEADERS) IsValid ¶
func (v EnumHEADERS) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumHEADERS) Ptr ¶
func (v EnumHEADERS) Ptr() *EnumHEADERS
Ptr returns reference to Enum_HEADERS value
func (*EnumHEADERS) UnmarshalJSON ¶
func (v *EnumHEADERS) UnmarshalJSON(src []byte) error
type EnumHELPERSREQUESTCRUD ¶
type EnumHELPERSREQUESTCRUD string
EnumHELPERSREQUESTCRUD the model 'EnumHELPERSREQUESTCRUD'
const (
ENUMHELPERSREQUESTCRUD_HELPERS_REQUEST_CRUD EnumHELPERSREQUESTCRUD = "helpers.request.crud"
)
List of Enum_HELPERS_REQUEST_CRUD
func NewEnumHELPERSREQUESTCRUDFromValue ¶
func NewEnumHELPERSREQUESTCRUDFromValue(v string) (*EnumHELPERSREQUESTCRUD, error)
NewEnumHELPERSREQUESTCRUDFromValue returns a pointer to a valid EnumHELPERSREQUESTCRUD for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumHELPERSREQUESTCRUD) IsValid ¶
func (v EnumHELPERSREQUESTCRUD) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumHELPERSREQUESTCRUD) Ptr ¶
func (v EnumHELPERSREQUESTCRUD) Ptr() *EnumHELPERSREQUESTCRUD
Ptr returns reference to Enum_HELPERS_REQUEST_CRUD value
func (*EnumHELPERSREQUESTCRUD) UnmarshalJSON ¶
func (v *EnumHELPERSREQUESTCRUD) UnmarshalJSON(src []byte) error
type EnumHELPERSRESPONSEISSUCCESSFUL ¶
type EnumHELPERSRESPONSEISSUCCESSFUL string
EnumHELPERSRESPONSEISSUCCESSFUL the model 'EnumHELPERSRESPONSEISSUCCESSFUL'
const (
ENUMHELPERSRESPONSEISSUCCESSFUL_HELPERS_RESPONSE_IS_SUCCESSFUL EnumHELPERSRESPONSEISSUCCESSFUL = "helpers.response.is_successful"
)
List of Enum_HELPERS_RESPONSE_IS_SUCCESSFUL
func NewEnumHELPERSRESPONSEISSUCCESSFULFromValue ¶
func NewEnumHELPERSRESPONSEISSUCCESSFULFromValue(v string) (*EnumHELPERSRESPONSEISSUCCESSFUL, error)
NewEnumHELPERSRESPONSEISSUCCESSFULFromValue returns a pointer to a valid EnumHELPERSRESPONSEISSUCCESSFUL for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumHELPERSRESPONSEISSUCCESSFUL) IsValid ¶
func (v EnumHELPERSRESPONSEISSUCCESSFUL) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumHELPERSRESPONSEISSUCCESSFUL) Ptr ¶
func (v EnumHELPERSRESPONSEISSUCCESSFUL) Ptr() *EnumHELPERSRESPONSEISSUCCESSFUL
Ptr returns reference to Enum_HELPERS_RESPONSE_IS_SUCCESSFUL value
func (*EnumHELPERSRESPONSEISSUCCESSFUL) UnmarshalJSON ¶
func (v *EnumHELPERSRESPONSEISSUCCESSFUL) UnmarshalJSON(src []byte) error
type EnumHTTP ¶
type EnumHTTP string
EnumHTTP the model 'EnumHTTP'
const (
ENUMHTTP_HTTP EnumHTTP = "http"
)
List of Enum_HTTP
func NewEnumHTTPFromValue ¶
NewEnumHTTPFromValue returns a pointer to a valid EnumHTTP for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*EnumHTTP) UnmarshalJSON ¶
type EnumINTEGRATIONDELETEDSUCCESSFULLY ¶
type EnumINTEGRATIONDELETEDSUCCESSFULLY string
EnumINTEGRATIONDELETEDSUCCESSFULLY the model 'EnumINTEGRATIONDELETEDSUCCESSFULLY'
const (
ENUMINTEGRATIONDELETEDSUCCESSFULLY_INTEGRATION_DELETED_SUCCESSFULLY EnumINTEGRATIONDELETEDSUCCESSFULLY = "Integration deleted successfully"
)
List of Enum_INTEGRATION_DELETED_SUCCESSFULLY
func NewEnumINTEGRATIONDELETEDSUCCESSFULLYFromValue ¶
func NewEnumINTEGRATIONDELETEDSUCCESSFULLYFromValue(v string) (*EnumINTEGRATIONDELETEDSUCCESSFULLY, error)
NewEnumINTEGRATIONDELETEDSUCCESSFULLYFromValue returns a pointer to a valid EnumINTEGRATIONDELETEDSUCCESSFULLY for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumINTEGRATIONDELETEDSUCCESSFULLY) IsValid ¶
func (v EnumINTEGRATIONDELETEDSUCCESSFULLY) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumINTEGRATIONDELETEDSUCCESSFULLY) Ptr ¶
func (v EnumINTEGRATIONDELETEDSUCCESSFULLY) Ptr() *EnumINTEGRATIONDELETEDSUCCESSFULLY
Ptr returns reference to Enum_INTEGRATION_DELETED_SUCCESSFULLY value
func (*EnumINTEGRATIONDELETEDSUCCESSFULLY) UnmarshalJSON ¶
func (v *EnumINTEGRATIONDELETEDSUCCESSFULLY) UnmarshalJSON(src []byte) error
type EnumINVALIDCURSOR ¶ added in v0.1.21
type EnumINVALIDCURSOR string
EnumINVALIDCURSOR the model 'EnumINVALIDCURSOR'
const (
ENUMINVALIDCURSOR_INVALID_CURSOR EnumINVALIDCURSOR = "Invalid cursor"
)
List of Enum_INVALID_CURSOR
func NewEnumINVALIDCURSORFromValue ¶ added in v0.1.21
func NewEnumINVALIDCURSORFromValue(v string) (*EnumINVALIDCURSOR, error)
NewEnumINVALIDCURSORFromValue returns a pointer to a valid EnumINVALIDCURSOR for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumINVALIDCURSOR) IsValid ¶ added in v0.1.21
func (v EnumINVALIDCURSOR) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumINVALIDCURSOR) Ptr ¶ added in v0.1.21
func (v EnumINVALIDCURSOR) Ptr() *EnumINVALIDCURSOR
Ptr returns reference to Enum_INVALID_CURSOR value
func (*EnumINVALIDCURSOR) UnmarshalJSON ¶ added in v0.1.21
func (v *EnumINVALIDCURSOR) UnmarshalJSON(src []byte) error
type EnumJIRA ¶
type EnumJIRA string
EnumJIRA the model 'EnumJIRA'
const (
ENUMJIRA_JIRA EnumJIRA = "JIRA"
)
List of Enum_JIRA
func NewEnumJIRAFromValue ¶
NewEnumJIRAFromValue returns a pointer to a valid EnumJIRA for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*EnumJIRA) UnmarshalJSON ¶
type EnumKONGGATEWAY ¶
type EnumKONGGATEWAY string
EnumKONGGATEWAY the model 'EnumKONGGATEWAY'
const (
ENUMKONGGATEWAY_KONG_GATEWAY EnumKONGGATEWAY = "KONG_GATEWAY"
)
List of Enum_KONG_GATEWAY
func NewEnumKONGGATEWAYFromValue ¶
func NewEnumKONGGATEWAYFromValue(v string) (*EnumKONGGATEWAY, error)
NewEnumKONGGATEWAYFromValue returns a pointer to a valid EnumKONGGATEWAY for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumKONGGATEWAY) IsValid ¶
func (v EnumKONGGATEWAY) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumKONGGATEWAY) Ptr ¶
func (v EnumKONGGATEWAY) Ptr() *EnumKONGGATEWAY
Ptr returns reference to Enum_KONG_GATEWAY value
func (*EnumKONGGATEWAY) UnmarshalJSON ¶
func (v *EnumKONGGATEWAY) UnmarshalJSON(src []byte) error
type EnumKONGKONNECT ¶
type EnumKONGKONNECT string
EnumKONGKONNECT the model 'EnumKONGKONNECT'
const (
ENUMKONGKONNECT_KONG_KONNECT EnumKONGKONNECT = "KONG_KONNECT"
)
List of Enum_KONG_KONNECT
func NewEnumKONGKONNECTFromValue ¶
func NewEnumKONGKONNECTFromValue(v string) (*EnumKONGKONNECT, error)
NewEnumKONGKONNECTFromValue returns a pointer to a valid EnumKONGKONNECT for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumKONGKONNECT) IsValid ¶
func (v EnumKONGKONNECT) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumKONGKONNECT) Ptr ¶
func (v EnumKONGKONNECT) Ptr() *EnumKONGKONNECT
Ptr returns reference to Enum_KONG_KONNECT value
func (*EnumKONGKONNECT) UnmarshalJSON ¶
func (v *EnumKONGKONNECT) UnmarshalJSON(src []byte) error
type EnumKUBERNETES ¶
type EnumKUBERNETES string
EnumKUBERNETES the model 'EnumKUBERNETES'
const (
ENUMKUBERNETES_KUBERNETES EnumKUBERNETES = "KUBERNETES"
)
List of Enum_KUBERNETES
func NewEnumKUBERNETESFromValue ¶
func NewEnumKUBERNETESFromValue(v string) (*EnumKUBERNETES, error)
NewEnumKUBERNETESFromValue returns a pointer to a valid EnumKUBERNETES for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumKUBERNETES) IsValid ¶
func (v EnumKUBERNETES) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumKUBERNETES) Ptr ¶
func (v EnumKUBERNETES) Ptr() *EnumKUBERNETES
Ptr returns reference to Enum_KUBERNETES value
func (*EnumKUBERNETES) UnmarshalJSON ¶
func (v *EnumKUBERNETES) UnmarshalJSON(src []byte) error
type EnumLOCATIONDELETEDSUCCESSFULLY ¶
type EnumLOCATIONDELETEDSUCCESSFULLY string
EnumLOCATIONDELETEDSUCCESSFULLY the model 'EnumLOCATIONDELETEDSUCCESSFULLY'
const (
ENUMLOCATIONDELETEDSUCCESSFULLY_LOCATION_DELETED_SUCCESSFULLY EnumLOCATIONDELETEDSUCCESSFULLY = "Location deleted successfully"
)
List of Enum_LOCATION_DELETED_SUCCESSFULLY
func NewEnumLOCATIONDELETEDSUCCESSFULLYFromValue ¶
func NewEnumLOCATIONDELETEDSUCCESSFULLYFromValue(v string) (*EnumLOCATIONDELETEDSUCCESSFULLY, error)
NewEnumLOCATIONDELETEDSUCCESSFULLYFromValue returns a pointer to a valid EnumLOCATIONDELETEDSUCCESSFULLY for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumLOCATIONDELETEDSUCCESSFULLY) IsValid ¶
func (v EnumLOCATIONDELETEDSUCCESSFULLY) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumLOCATIONDELETEDSUCCESSFULLY) Ptr ¶
func (v EnumLOCATIONDELETEDSUCCESSFULLY) Ptr() *EnumLOCATIONDELETEDSUCCESSFULLY
Ptr returns reference to Enum_LOCATION_DELETED_SUCCESSFULLY value
func (*EnumLOCATIONDELETEDSUCCESSFULLY) UnmarshalJSON ¶
func (v *EnumLOCATIONDELETEDSUCCESSFULLY) UnmarshalJSON(src []byte) error
type EnumNOT ¶
type EnumNOT string
EnumNOT the model 'EnumNOT'
const (
ENUMNOT_NOT EnumNOT = "not"
)
List of Enum_NOT
func NewEnumNOTFromValue ¶
NewEnumNOTFromValue returns a pointer to a valid EnumNOT for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*EnumNOT) UnmarshalJSON ¶
type EnumNOTFOUND ¶
type EnumNOTFOUND string
EnumNOTFOUND the model 'EnumNOTFOUND'
const (
ENUMNOTFOUND_NOT_FOUND EnumNOTFOUND = "Not found"
)
List of Enum_NOT_FOUND
func NewEnumNOTFOUNDFromValue ¶
func NewEnumNOTFOUNDFromValue(v string) (*EnumNOTFOUND, error)
NewEnumNOTFOUNDFromValue returns a pointer to a valid EnumNOTFOUND for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumNOTFOUND) IsValid ¶
func (v EnumNOTFOUND) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumNOTFOUND) Ptr ¶
func (v EnumNOTFOUND) Ptr() *EnumNOTFOUND
Ptr returns reference to Enum_NOT_FOUND value
func (*EnumNOTFOUND) UnmarshalJSON ¶
func (v *EnumNOTFOUND) UnmarshalJSON(src []byte) error
type EnumOAUTHCLIENTCREDENTIALS ¶
type EnumOAUTHCLIENTCREDENTIALS string
EnumOAUTHCLIENTCREDENTIALS the model 'EnumOAUTHCLIENTCREDENTIALS'
const (
ENUMOAUTHCLIENTCREDENTIALS_OAUTH_CLIENT_CREDENTIALS EnumOAUTHCLIENTCREDENTIALS = "oauth_client_credentials"
)
List of Enum_OAUTH_CLIENT_CREDENTIALS
func NewEnumOAUTHCLIENTCREDENTIALSFromValue ¶
func NewEnumOAUTHCLIENTCREDENTIALSFromValue(v string) (*EnumOAUTHCLIENTCREDENTIALS, error)
NewEnumOAUTHCLIENTCREDENTIALSFromValue returns a pointer to a valid EnumOAUTHCLIENTCREDENTIALS for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumOAUTHCLIENTCREDENTIALS) IsValid ¶
func (v EnumOAUTHCLIENTCREDENTIALS) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumOAUTHCLIENTCREDENTIALS) Ptr ¶
func (v EnumOAUTHCLIENTCREDENTIALS) Ptr() *EnumOAUTHCLIENTCREDENTIALS
Ptr returns reference to Enum_OAUTH_CLIENT_CREDENTIALS value
func (*EnumOAUTHCLIENTCREDENTIALS) UnmarshalJSON ¶
func (v *EnumOAUTHCLIENTCREDENTIALS) UnmarshalJSON(src []byte) error
type EnumOAUTHUSERPASS ¶
type EnumOAUTHUSERPASS string
EnumOAUTHUSERPASS the model 'EnumOAUTHUSERPASS'
const (
ENUMOAUTHUSERPASS_OAUTH_USERPASS EnumOAUTHUSERPASS = "oauth_userpass"
)
List of Enum_OAUTH_USERPASS
func NewEnumOAUTHUSERPASSFromValue ¶
func NewEnumOAUTHUSERPASSFromValue(v string) (*EnumOAUTHUSERPASS, error)
NewEnumOAUTHUSERPASSFromValue returns a pointer to a valid EnumOAUTHUSERPASS for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumOAUTHUSERPASS) IsValid ¶
func (v EnumOAUTHUSERPASS) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumOAUTHUSERPASS) Ptr ¶
func (v EnumOAUTHUSERPASS) Ptr() *EnumOAUTHUSERPASS
Ptr returns reference to Enum_OAUTH_USERPASS value
func (*EnumOAUTHUSERPASS) UnmarshalJSON ¶
func (v *EnumOAUTHUSERPASS) UnmarshalJSON(src []byte) error
type EnumOR ¶
type EnumOR string
EnumOR the model 'EnumOR'
const (
ENUMOR_OR EnumOR = "or"
)
List of Enum_OR
func NewEnumORFromValue ¶
NewEnumORFromValue returns a pointer to a valid EnumOR for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*EnumOR) UnmarshalJSON ¶
type EnumPOSTMANAPIKEY ¶
type EnumPOSTMANAPIKEY string
EnumPOSTMANAPIKEY the model 'EnumPOSTMANAPIKEY'
const (
ENUMPOSTMANAPIKEY_POSTMAN_API_KEY EnumPOSTMANAPIKEY = "POSTMAN_API_KEY"
)
List of Enum_POSTMAN_API_KEY
func NewEnumPOSTMANAPIKEYFromValue ¶
func NewEnumPOSTMANAPIKEYFromValue(v string) (*EnumPOSTMANAPIKEY, error)
NewEnumPOSTMANAPIKEYFromValue returns a pointer to a valid EnumPOSTMANAPIKEY for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumPOSTMANAPIKEY) IsValid ¶
func (v EnumPOSTMANAPIKEY) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumPOSTMANAPIKEY) Ptr ¶
func (v EnumPOSTMANAPIKEY) Ptr() *EnumPOSTMANAPIKEY
Ptr returns reference to Enum_POSTMAN_API_KEY value
func (*EnumPOSTMANAPIKEY) UnmarshalJSON ¶
func (v *EnumPOSTMANAPIKEY) UnmarshalJSON(src []byte) error
type EnumREQUESTBODYJSON ¶
type EnumREQUESTBODYJSON string
EnumREQUESTBODYJSON the model 'EnumREQUESTBODYJSON'
const (
ENUMREQUESTBODYJSON_REQUEST_BODY_JSON EnumREQUESTBODYJSON = "request.body.json"
)
List of Enum_REQUEST_BODY_JSON
func NewEnumREQUESTBODYJSONFromValue ¶
func NewEnumREQUESTBODYJSONFromValue(v string) (*EnumREQUESTBODYJSON, error)
NewEnumREQUESTBODYJSONFromValue returns a pointer to a valid EnumREQUESTBODYJSON for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumREQUESTBODYJSON) IsValid ¶
func (v EnumREQUESTBODYJSON) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumREQUESTBODYJSON) Ptr ¶
func (v EnumREQUESTBODYJSON) Ptr() *EnumREQUESTBODYJSON
Ptr returns reference to Enum_REQUEST_BODY_JSON value
func (*EnumREQUESTBODYJSON) UnmarshalJSON ¶
func (v *EnumREQUESTBODYJSON) UnmarshalJSON(src []byte) error
type EnumREQUESTBODYTEXT ¶
type EnumREQUESTBODYTEXT string
EnumREQUESTBODYTEXT the model 'EnumREQUESTBODYTEXT'
const (
ENUMREQUESTBODYTEXT_REQUEST_BODY_TEXT EnumREQUESTBODYTEXT = "request.body.text"
)
List of Enum_REQUEST_BODY_TEXT
func NewEnumREQUESTBODYTEXTFromValue ¶
func NewEnumREQUESTBODYTEXTFromValue(v string) (*EnumREQUESTBODYTEXT, error)
NewEnumREQUESTBODYTEXTFromValue returns a pointer to a valid EnumREQUESTBODYTEXT for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumREQUESTBODYTEXT) IsValid ¶
func (v EnumREQUESTBODYTEXT) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumREQUESTBODYTEXT) Ptr ¶
func (v EnumREQUESTBODYTEXT) Ptr() *EnumREQUESTBODYTEXT
Ptr returns reference to Enum_REQUEST_BODY_TEXT value
func (*EnumREQUESTBODYTEXT) UnmarshalJSON ¶
func (v *EnumREQUESTBODYTEXT) UnmarshalJSON(src []byte) error
type EnumREQUESTHEADERS ¶
type EnumREQUESTHEADERS string
EnumREQUESTHEADERS the model 'EnumREQUESTHEADERS'
const (
ENUMREQUESTHEADERS_REQUEST_HEADERS EnumREQUESTHEADERS = "request.headers"
)
List of Enum_REQUEST_HEADERS
func NewEnumREQUESTHEADERSFromValue ¶
func NewEnumREQUESTHEADERSFromValue(v string) (*EnumREQUESTHEADERS, error)
NewEnumREQUESTHEADERSFromValue returns a pointer to a valid EnumREQUESTHEADERS for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumREQUESTHEADERS) IsValid ¶
func (v EnumREQUESTHEADERS) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumREQUESTHEADERS) Ptr ¶
func (v EnumREQUESTHEADERS) Ptr() *EnumREQUESTHEADERS
Ptr returns reference to Enum_REQUEST_HEADERS value
func (*EnumREQUESTHEADERS) UnmarshalJSON ¶
func (v *EnumREQUESTHEADERS) UnmarshalJSON(src []byte) error
type EnumREQUESTISAUTHENTICATED ¶
type EnumREQUESTISAUTHENTICATED string
EnumREQUESTISAUTHENTICATED the model 'EnumREQUESTISAUTHENTICATED'
const (
ENUMREQUESTISAUTHENTICATED_REQUEST_IS_AUTHENTICATED EnumREQUESTISAUTHENTICATED = "request.is_authenticated"
)
List of Enum_REQUEST_IS_AUTHENTICATED
func NewEnumREQUESTISAUTHENTICATEDFromValue ¶
func NewEnumREQUESTISAUTHENTICATEDFromValue(v string) (*EnumREQUESTISAUTHENTICATED, error)
NewEnumREQUESTISAUTHENTICATEDFromValue returns a pointer to a valid EnumREQUESTISAUTHENTICATED for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumREQUESTISAUTHENTICATED) IsValid ¶
func (v EnumREQUESTISAUTHENTICATED) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumREQUESTISAUTHENTICATED) Ptr ¶
func (v EnumREQUESTISAUTHENTICATED) Ptr() *EnumREQUESTISAUTHENTICATED
Ptr returns reference to Enum_REQUEST_IS_AUTHENTICATED value
func (*EnumREQUESTISAUTHENTICATED) UnmarshalJSON ¶
func (v *EnumREQUESTISAUTHENTICATED) UnmarshalJSON(src []byte) error
type EnumREQUESTMETHOD ¶
type EnumREQUESTMETHOD string
EnumREQUESTMETHOD the model 'EnumREQUESTMETHOD'
const (
ENUMREQUESTMETHOD_REQUEST_METHOD EnumREQUESTMETHOD = "request.method"
)
List of Enum_REQUEST_METHOD
func NewEnumREQUESTMETHODFromValue ¶
func NewEnumREQUESTMETHODFromValue(v string) (*EnumREQUESTMETHOD, error)
NewEnumREQUESTMETHODFromValue returns a pointer to a valid EnumREQUESTMETHOD for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumREQUESTMETHOD) IsValid ¶
func (v EnumREQUESTMETHOD) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumREQUESTMETHOD) Ptr ¶
func (v EnumREQUESTMETHOD) Ptr() *EnumREQUESTMETHOD
Ptr returns reference to Enum_REQUEST_METHOD value
func (*EnumREQUESTMETHOD) UnmarshalJSON ¶
func (v *EnumREQUESTMETHOD) UnmarshalJSON(src []byte) error
type EnumREQUESTOBJECT ¶
type EnumREQUESTOBJECT string
EnumREQUESTOBJECT the model 'EnumREQUESTOBJECT'
const (
ENUMREQUESTOBJECT_REQUEST_OBJECT EnumREQUESTOBJECT = "request.object"
)
List of Enum_REQUEST_OBJECT
func NewEnumREQUESTOBJECTFromValue ¶
func NewEnumREQUESTOBJECTFromValue(v string) (*EnumREQUESTOBJECT, error)
NewEnumREQUESTOBJECTFromValue returns a pointer to a valid EnumREQUESTOBJECT for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumREQUESTOBJECT) IsValid ¶
func (v EnumREQUESTOBJECT) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumREQUESTOBJECT) Ptr ¶
func (v EnumREQUESTOBJECT) Ptr() *EnumREQUESTOBJECT
Ptr returns reference to Enum_REQUEST_OBJECT value
func (*EnumREQUESTOBJECT) UnmarshalJSON ¶
func (v *EnumREQUESTOBJECT) UnmarshalJSON(src []byte) error
type EnumREQUESTUSER ¶
type EnumREQUESTUSER string
EnumREQUESTUSER the model 'EnumREQUESTUSER'
const (
ENUMREQUESTUSER_REQUEST_USER EnumREQUESTUSER = "request.user"
)
List of Enum_REQUEST_USER
func NewEnumREQUESTUSERFromValue ¶
func NewEnumREQUESTUSERFromValue(v string) (*EnumREQUESTUSER, error)
NewEnumREQUESTUSERFromValue returns a pointer to a valid EnumREQUESTUSER for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumREQUESTUSER) IsValid ¶
func (v EnumREQUESTUSER) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumREQUESTUSER) Ptr ¶
func (v EnumREQUESTUSER) Ptr() *EnumREQUESTUSER
Ptr returns reference to Enum_REQUEST_USER value
func (*EnumREQUESTUSER) UnmarshalJSON ¶
func (v *EnumREQUESTUSER) UnmarshalJSON(src []byte) error
type EnumRESPONSEBODYJSON ¶
type EnumRESPONSEBODYJSON string
EnumRESPONSEBODYJSON the model 'EnumRESPONSEBODYJSON'
const (
ENUMRESPONSEBODYJSON_RESPONSE_BODY_JSON EnumRESPONSEBODYJSON = "response.body.json"
)
List of Enum_RESPONSE_BODY_JSON
func NewEnumRESPONSEBODYJSONFromValue ¶
func NewEnumRESPONSEBODYJSONFromValue(v string) (*EnumRESPONSEBODYJSON, error)
NewEnumRESPONSEBODYJSONFromValue returns a pointer to a valid EnumRESPONSEBODYJSON for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumRESPONSEBODYJSON) IsValid ¶
func (v EnumRESPONSEBODYJSON) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumRESPONSEBODYJSON) Ptr ¶
func (v EnumRESPONSEBODYJSON) Ptr() *EnumRESPONSEBODYJSON
Ptr returns reference to Enum_RESPONSE_BODY_JSON value
func (*EnumRESPONSEBODYJSON) UnmarshalJSON ¶
func (v *EnumRESPONSEBODYJSON) UnmarshalJSON(src []byte) error
type EnumRESPONSEBODYTEXT ¶
type EnumRESPONSEBODYTEXT string
EnumRESPONSEBODYTEXT the model 'EnumRESPONSEBODYTEXT'
const (
ENUMRESPONSEBODYTEXT_RESPONSE_BODY_TEXT EnumRESPONSEBODYTEXT = "response.body.text"
)
List of Enum_RESPONSE_BODY_TEXT
func NewEnumRESPONSEBODYTEXTFromValue ¶
func NewEnumRESPONSEBODYTEXTFromValue(v string) (*EnumRESPONSEBODYTEXT, error)
NewEnumRESPONSEBODYTEXTFromValue returns a pointer to a valid EnumRESPONSEBODYTEXT for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumRESPONSEBODYTEXT) IsValid ¶
func (v EnumRESPONSEBODYTEXT) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumRESPONSEBODYTEXT) Ptr ¶
func (v EnumRESPONSEBODYTEXT) Ptr() *EnumRESPONSEBODYTEXT
Ptr returns reference to Enum_RESPONSE_BODY_TEXT value
func (*EnumRESPONSEBODYTEXT) UnmarshalJSON ¶
func (v *EnumRESPONSEBODYTEXT) UnmarshalJSON(src []byte) error
type EnumRESPONSEDURATIONMS ¶
type EnumRESPONSEDURATIONMS string
EnumRESPONSEDURATIONMS the model 'EnumRESPONSEDURATIONMS'
const (
ENUMRESPONSEDURATIONMS_RESPONSE_DURATION_MS EnumRESPONSEDURATIONMS = "response.duration_ms"
)
List of Enum_RESPONSE_DURATION_MS
func NewEnumRESPONSEDURATIONMSFromValue ¶
func NewEnumRESPONSEDURATIONMSFromValue(v string) (*EnumRESPONSEDURATIONMS, error)
NewEnumRESPONSEDURATIONMSFromValue returns a pointer to a valid EnumRESPONSEDURATIONMS for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumRESPONSEDURATIONMS) IsValid ¶
func (v EnumRESPONSEDURATIONMS) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumRESPONSEDURATIONMS) Ptr ¶
func (v EnumRESPONSEDURATIONMS) Ptr() *EnumRESPONSEDURATIONMS
Ptr returns reference to Enum_RESPONSE_DURATION_MS value
func (*EnumRESPONSEDURATIONMS) UnmarshalJSON ¶
func (v *EnumRESPONSEDURATIONMS) UnmarshalJSON(src []byte) error
type EnumRESPONSEHEADERS ¶
type EnumRESPONSEHEADERS string
EnumRESPONSEHEADERS the model 'EnumRESPONSEHEADERS'
const (
ENUMRESPONSEHEADERS_RESPONSE_HEADERS EnumRESPONSEHEADERS = "response.headers"
)
List of Enum_RESPONSE_HEADERS
func NewEnumRESPONSEHEADERSFromValue ¶
func NewEnumRESPONSEHEADERSFromValue(v string) (*EnumRESPONSEHEADERS, error)
NewEnumRESPONSEHEADERSFromValue returns a pointer to a valid EnumRESPONSEHEADERS for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumRESPONSEHEADERS) IsValid ¶
func (v EnumRESPONSEHEADERS) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumRESPONSEHEADERS) Ptr ¶
func (v EnumRESPONSEHEADERS) Ptr() *EnumRESPONSEHEADERS
Ptr returns reference to Enum_RESPONSE_HEADERS value
func (*EnumRESPONSEHEADERS) UnmarshalJSON ¶
func (v *EnumRESPONSEHEADERS) UnmarshalJSON(src []byte) error
type EnumRESPONSEOBJECT ¶
type EnumRESPONSEOBJECT string
EnumRESPONSEOBJECT the model 'EnumRESPONSEOBJECT'
const (
ENUMRESPONSEOBJECT_RESPONSE_OBJECT EnumRESPONSEOBJECT = "response.object"
)
List of Enum_RESPONSE_OBJECT
func NewEnumRESPONSEOBJECTFromValue ¶
func NewEnumRESPONSEOBJECTFromValue(v string) (*EnumRESPONSEOBJECT, error)
NewEnumRESPONSEOBJECTFromValue returns a pointer to a valid EnumRESPONSEOBJECT for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumRESPONSEOBJECT) IsValid ¶
func (v EnumRESPONSEOBJECT) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumRESPONSEOBJECT) Ptr ¶
func (v EnumRESPONSEOBJECT) Ptr() *EnumRESPONSEOBJECT
Ptr returns reference to Enum_RESPONSE_OBJECT value
func (*EnumRESPONSEOBJECT) UnmarshalJSON ¶
func (v *EnumRESPONSEOBJECT) UnmarshalJSON(src []byte) error
type EnumRESPONSESTATUSCODE ¶
type EnumRESPONSESTATUSCODE string
EnumRESPONSESTATUSCODE the model 'EnumRESPONSESTATUSCODE'
const (
ENUMRESPONSESTATUSCODE_RESPONSE_STATUS_CODE EnumRESPONSESTATUSCODE = "response.status_code"
)
List of Enum_RESPONSE_STATUS_CODE
func NewEnumRESPONSESTATUSCODEFromValue ¶
func NewEnumRESPONSESTATUSCODEFromValue(v string) (*EnumRESPONSESTATUSCODE, error)
NewEnumRESPONSESTATUSCODEFromValue returns a pointer to a valid EnumRESPONSESTATUSCODE for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumRESPONSESTATUSCODE) IsValid ¶
func (v EnumRESPONSESTATUSCODE) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumRESPONSESTATUSCODE) Ptr ¶
func (v EnumRESPONSESTATUSCODE) Ptr() *EnumRESPONSESTATUSCODE
Ptr returns reference to Enum_RESPONSE_STATUS_CODE value
func (*EnumRESPONSESTATUSCODE) UnmarshalJSON ¶
func (v *EnumRESPONSESTATUSCODE) UnmarshalJSON(src []byte) error
type EnumREST ¶
type EnumREST string
EnumREST the model 'EnumREST'
const (
ENUMREST_REST EnumREST = "rest"
)
List of Enum_REST
func NewEnumRESTFromValue ¶
NewEnumRESTFromValue returns a pointer to a valid EnumREST for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*EnumREST) UnmarshalJSON ¶
type EnumSCANTYPE ¶
type EnumSCANTYPE string
EnumSCANTYPE the model 'EnumSCANTYPE'
const (
ENUMSCANTYPE_SCAN_TYPE EnumSCANTYPE = "scan.type"
)
List of Enum_SCAN_TYPE
func NewEnumSCANTYPEFromValue ¶
func NewEnumSCANTYPEFromValue(v string) (*EnumSCANTYPE, error)
NewEnumSCANTYPEFromValue returns a pointer to a valid EnumSCANTYPE for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumSCANTYPE) IsValid ¶
func (v EnumSCANTYPE) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumSCANTYPE) Ptr ¶
func (v EnumSCANTYPE) Ptr() *EnumSCANTYPE
Ptr returns reference to Enum_SCAN_TYPE value
func (*EnumSCANTYPE) UnmarshalJSON ¶
func (v *EnumSCANTYPE) UnmarshalJSON(src []byte) error
type EnumSCHEMANEEDAUTHENTICATION ¶
type EnumSCHEMANEEDAUTHENTICATION string
EnumSCHEMANEEDAUTHENTICATION the model 'EnumSCHEMANEEDAUTHENTICATION'
const (
ENUMSCHEMANEEDAUTHENTICATION_SCHEMA_NEED_AUTHENTICATION EnumSCHEMANEEDAUTHENTICATION = "schema.need_authentication"
)
List of Enum_SCHEMA_NEED_AUTHENTICATION
func NewEnumSCHEMANEEDAUTHENTICATIONFromValue ¶
func NewEnumSCHEMANEEDAUTHENTICATIONFromValue(v string) (*EnumSCHEMANEEDAUTHENTICATION, error)
NewEnumSCHEMANEEDAUTHENTICATIONFromValue returns a pointer to a valid EnumSCHEMANEEDAUTHENTICATION for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumSCHEMANEEDAUTHENTICATION) IsValid ¶
func (v EnumSCHEMANEEDAUTHENTICATION) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumSCHEMANEEDAUTHENTICATION) Ptr ¶
func (v EnumSCHEMANEEDAUTHENTICATION) Ptr() *EnumSCHEMANEEDAUTHENTICATION
Ptr returns reference to Enum_SCHEMA_NEED_AUTHENTICATION value
func (*EnumSCHEMANEEDAUTHENTICATION) UnmarshalJSON ¶
func (v *EnumSCHEMANEEDAUTHENTICATION) UnmarshalJSON(src []byte) error
type EnumSCHEMAPATHREF ¶
type EnumSCHEMAPATHREF string
EnumSCHEMAPATHREF the model 'EnumSCHEMAPATHREF'
const (
ENUMSCHEMAPATHREF_SCHEMA_PATH_REF EnumSCHEMAPATHREF = "schema.path_ref"
)
List of Enum_SCHEMA_PATH_REF
func NewEnumSCHEMAPATHREFFromValue ¶
func NewEnumSCHEMAPATHREFFromValue(v string) (*EnumSCHEMAPATHREF, error)
NewEnumSCHEMAPATHREFFromValue returns a pointer to a valid EnumSCHEMAPATHREF for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumSCHEMAPATHREF) IsValid ¶
func (v EnumSCHEMAPATHREF) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumSCHEMAPATHREF) Ptr ¶
func (v EnumSCHEMAPATHREF) Ptr() *EnumSCHEMAPATHREF
Ptr returns reference to Enum_SCHEMA_PATH_REF value
func (*EnumSCHEMAPATHREF) UnmarshalJSON ¶
func (v *EnumSCHEMAPATHREF) UnmarshalJSON(src []byte) error
type EnumSCHEMAUPDATED ¶
type EnumSCHEMAUPDATED string
EnumSCHEMAUPDATED the model 'EnumSCHEMAUPDATED'
const (
ENUMSCHEMAUPDATED_SCHEMA_UPDATED EnumSCHEMAUPDATED = "Schema updated"
)
List of Enum_SCHEMA_UPDATED
func NewEnumSCHEMAUPDATEDFromValue ¶
func NewEnumSCHEMAUPDATEDFromValue(v string) (*EnumSCHEMAUPDATED, error)
NewEnumSCHEMAUPDATEDFromValue returns a pointer to a valid EnumSCHEMAUPDATED for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumSCHEMAUPDATED) IsValid ¶
func (v EnumSCHEMAUPDATED) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumSCHEMAUPDATED) Ptr ¶
func (v EnumSCHEMAUPDATED) Ptr() *EnumSCHEMAUPDATED
Ptr returns reference to Enum_SCHEMA_UPDATED value
func (*EnumSCHEMAUPDATED) UnmarshalJSON ¶
func (v *EnumSCHEMAUPDATED) UnmarshalJSON(src []byte) error
type EnumSCHEMAURL ¶
type EnumSCHEMAURL string
EnumSCHEMAURL the model 'EnumSCHEMAURL'
const (
ENUMSCHEMAURL_SCHEMA_URL EnumSCHEMAURL = "schema.url"
)
List of Enum_SCHEMA_URL
func NewEnumSCHEMAURLFromValue ¶
func NewEnumSCHEMAURLFromValue(v string) (*EnumSCHEMAURL, error)
NewEnumSCHEMAURLFromValue returns a pointer to a valid EnumSCHEMAURL for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumSCHEMAURL) IsValid ¶
func (v EnumSCHEMAURL) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumSCHEMAURL) Ptr ¶
func (v EnumSCHEMAURL) Ptr() *EnumSCHEMAURL
Ptr returns reference to Enum_SCHEMA_URL value
func (*EnumSCHEMAURL) UnmarshalJSON ¶
func (v *EnumSCHEMAURL) UnmarshalJSON(src []byte) error
type EnumSELECT ¶
type EnumSELECT string
EnumSELECT the model 'EnumSELECT'
const (
ENUMSELECT_SELECT EnumSELECT = "select"
)
List of Enum_SELECT
func NewEnumSELECTFromValue ¶
func NewEnumSELECTFromValue(v string) (*EnumSELECT, error)
NewEnumSELECTFromValue returns a pointer to a valid EnumSELECT for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumSELECT) IsValid ¶
func (v EnumSELECT) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumSELECT) Ptr ¶
func (v EnumSELECT) Ptr() *EnumSELECT
Ptr returns reference to Enum_SELECT value
func (*EnumSELECT) UnmarshalJSON ¶
func (v *EnumSELECT) UnmarshalJSON(src []byte) error
type EnumSLACKWEBHOOK ¶
type EnumSLACKWEBHOOK string
EnumSLACKWEBHOOK the model 'EnumSLACKWEBHOOK'
const (
ENUMSLACKWEBHOOK_SLACK_WEBHOOK EnumSLACKWEBHOOK = "SLACK_WEBHOOK"
)
List of Enum_SLACK_WEBHOOK
func NewEnumSLACKWEBHOOKFromValue ¶
func NewEnumSLACKWEBHOOKFromValue(v string) (*EnumSLACKWEBHOOK, error)
NewEnumSLACKWEBHOOKFromValue returns a pointer to a valid EnumSLACKWEBHOOK for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumSLACKWEBHOOK) IsValid ¶
func (v EnumSLACKWEBHOOK) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumSLACKWEBHOOK) Ptr ¶
func (v EnumSLACKWEBHOOK) Ptr() *EnumSLACKWEBHOOK
Ptr returns reference to Enum_SLACK_WEBHOOK value
func (*EnumSLACKWEBHOOK) UnmarshalJSON ¶
func (v *EnumSLACKWEBHOOK) UnmarshalJSON(src []byte) error
type EnumSLEEP ¶
type EnumSLEEP string
EnumSLEEP the model 'EnumSLEEP'
const (
ENUMSLEEP_SLEEP EnumSLEEP = "sleep"
)
List of Enum_SLEEP
func NewEnumSLEEPFromValue ¶
NewEnumSLEEPFromValue returns a pointer to a valid EnumSLEEP for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*EnumSLEEP) UnmarshalJSON ¶
type EnumTEAMSWEBHOOK ¶
type EnumTEAMSWEBHOOK string
EnumTEAMSWEBHOOK the model 'EnumTEAMSWEBHOOK'
const (
ENUMTEAMSWEBHOOK_TEAMS_WEBHOOK EnumTEAMSWEBHOOK = "TEAMS_WEBHOOK"
)
List of Enum_TEAMS_WEBHOOK
func NewEnumTEAMSWEBHOOKFromValue ¶
func NewEnumTEAMSWEBHOOKFromValue(v string) (*EnumTEAMSWEBHOOK, error)
NewEnumTEAMSWEBHOOKFromValue returns a pointer to a valid EnumTEAMSWEBHOOK for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumTEAMSWEBHOOK) IsValid ¶
func (v EnumTEAMSWEBHOOK) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumTEAMSWEBHOOK) Ptr ¶
func (v EnumTEAMSWEBHOOK) Ptr() *EnumTEAMSWEBHOOK
Ptr returns reference to Enum_TEAMS_WEBHOOK value
func (*EnumTEAMSWEBHOOK) UnmarshalJSON ¶
func (v *EnumTEAMSWEBHOOK) UnmarshalJSON(src []byte) error
type EnumWAITELEMENT ¶
type EnumWAITELEMENT string
EnumWAITELEMENT the model 'EnumWAITELEMENT'
const (
ENUMWAITELEMENT_WAIT_ELEMENT EnumWAITELEMENT = "wait_element"
)
List of Enum_WAIT_ELEMENT
func NewEnumWAITELEMENTFromValue ¶
func NewEnumWAITELEMENTFromValue(v string) (*EnumWAITELEMENT, error)
NewEnumWAITELEMENTFromValue returns a pointer to a valid EnumWAITELEMENT for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumWAITELEMENT) IsValid ¶
func (v EnumWAITELEMENT) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumWAITELEMENT) Ptr ¶
func (v EnumWAITELEMENT) Ptr() *EnumWAITELEMENT
Ptr returns reference to Enum_WAIT_ELEMENT value
func (*EnumWAITELEMENT) UnmarshalJSON ¶
func (v *EnumWAITELEMENT) UnmarshalJSON(src []byte) error
type EnumWAITTEXT ¶
type EnumWAITTEXT string
EnumWAITTEXT the model 'EnumWAITTEXT'
const (
ENUMWAITTEXT_WAIT_TEXT EnumWAITTEXT = "wait_text"
)
List of Enum_WAIT_TEXT
func NewEnumWAITTEXTFromValue ¶
func NewEnumWAITTEXTFromValue(v string) (*EnumWAITTEXT, error)
NewEnumWAITTEXTFromValue returns a pointer to a valid EnumWAITTEXT for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumWAITTEXT) IsValid ¶
func (v EnumWAITTEXT) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumWAITTEXT) Ptr ¶
func (v EnumWAITTEXT) Ptr() *EnumWAITTEXT
Ptr returns reference to Enum_WAIT_TEXT value
func (*EnumWAITTEXT) UnmarshalJSON ¶
func (v *EnumWAITTEXT) UnmarshalJSON(src []byte) error
type EnumWEBHOOK ¶
type EnumWEBHOOK string
EnumWEBHOOK the model 'EnumWEBHOOK'
const (
ENUMWEBHOOK_WEBHOOK EnumWEBHOOK = "WEBHOOK"
)
List of Enum_WEBHOOK
func NewEnumWEBHOOKFromValue ¶
func NewEnumWEBHOOKFromValue(v string) (*EnumWEBHOOK, error)
NewEnumWEBHOOKFromValue returns a pointer to a valid EnumWEBHOOK for the value passed as argument, or an error if the value passed is not allowed by the enum
func (EnumWEBHOOK) IsValid ¶
func (v EnumWEBHOOK) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (EnumWEBHOOK) Ptr ¶
func (v EnumWEBHOOK) Ptr() *EnumWEBHOOK
Ptr returns reference to Enum_WEBHOOK value
func (*EnumWEBHOOK) UnmarshalJSON ¶
func (v *EnumWEBHOOK) UnmarshalJSON(src []byte) error
type EnumWIZ ¶
type EnumWIZ string
EnumWIZ the model 'EnumWIZ'
const (
ENUMWIZ_WIZ EnumWIZ = "WIZ"
)
List of Enum_WIZ
func NewEnumWIZFromValue ¶
NewEnumWIZFromValue returns a pointer to a valid EnumWIZ for the value passed as argument, or an error if the value passed is not allowed by the enum
func (*EnumWIZ) UnmarshalJSON ¶
type Frontend ¶ added in v0.1.22
type Frontend struct {
// Application name
Name string `json:"name"`
// Application URL
Url string `json:"url"`
Type EnumFRONTEND `json:"type"`
Configuration *FrontendConfiguration `json:"configuration,omitempty"`
LocationId *string `json:"locationId,omitempty"`
Cron *string `json:"cron,omitempty"`
AdditionalProperties map[string]interface{}
}
Frontend struct for Frontend
func NewFrontend ¶ added in v0.1.22
func NewFrontend(name string, url string, type_ EnumFRONTEND) *Frontend
NewFrontend instantiates a new Frontend 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 NewFrontendWithDefaults ¶ added in v0.1.22
func NewFrontendWithDefaults() *Frontend
NewFrontendWithDefaults instantiates a new Frontend 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 (*Frontend) GetConfiguration ¶ added in v0.1.22
func (o *Frontend) GetConfiguration() FrontendConfiguration
GetConfiguration returns the Configuration field value if set, zero value otherwise.
func (*Frontend) GetConfigurationOk ¶ added in v0.1.22
func (o *Frontend) GetConfigurationOk() (*FrontendConfiguration, bool)
GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Frontend) GetCron ¶ added in v0.1.22
GetCron returns the Cron field value if set, zero value otherwise.
func (*Frontend) GetCronOk ¶ added in v0.1.22
GetCronOk returns a tuple with the Cron field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Frontend) GetLocationId ¶ added in v0.1.22
GetLocationId returns the LocationId field value if set, zero value otherwise.
func (*Frontend) GetLocationIdOk ¶ added in v0.1.22
GetLocationIdOk returns a tuple with the LocationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Frontend) GetNameOk ¶ added in v0.1.22
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Frontend) GetType ¶ added in v0.1.22
func (o *Frontend) GetType() EnumFRONTEND
GetType returns the Type field value
func (*Frontend) GetTypeOk ¶ added in v0.1.22
func (o *Frontend) GetTypeOk() (*EnumFRONTEND, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*Frontend) GetUrlOk ¶ added in v0.1.22
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*Frontend) HasConfiguration ¶ added in v0.1.22
HasConfiguration returns a boolean if a field has been set.
func (*Frontend) HasLocationId ¶ added in v0.1.22
HasLocationId returns a boolean if a field has been set.
func (Frontend) MarshalJSON ¶ added in v0.1.22
func (*Frontend) SetConfiguration ¶ added in v0.1.22
func (o *Frontend) SetConfiguration(v FrontendConfiguration)
SetConfiguration gets a reference to the given FrontendConfiguration and assigns it to the Configuration field.
func (*Frontend) SetCron ¶ added in v0.1.22
SetCron gets a reference to the given string and assigns it to the Cron field.
func (*Frontend) SetLocationId ¶ added in v0.1.22
SetLocationId gets a reference to the given string and assigns it to the LocationId field.
func (*Frontend) SetType ¶ added in v0.1.22
func (o *Frontend) SetType(v EnumFRONTEND)
SetType sets field value
func (*Frontend) UnmarshalJSON ¶ added in v0.1.22
type FrontendConfiguration ¶ added in v0.1.22
type FrontendConfiguration struct {
Authentication *FrontendConfigurationAuthentication `json:"authentication,omitempty"`
Client *FrontendConfigurationClient `json:"client,omitempty"`
Scan *FrontendConfigurationScan `json:"scan,omitempty"`
Internal *FrontendConfigurationInternal `json:"internal,omitempty"`
CustomRules []FrontendConfigurationCustomRulesInner `json:"custom_rules,omitempty"`
Checks map[string]interface{} `json:"checks,omitempty"`
Url *string `json:"url,omitempty"`
UndefinedBlobStr *string `json:"undefined_blob_str,omitempty"`
AuthenticationId *string `json:"authentication_id,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfiguration struct for FrontendConfiguration
func NewFrontendConfiguration ¶ added in v0.1.22
func NewFrontendConfiguration() *FrontendConfiguration
NewFrontendConfiguration instantiates a new FrontendConfiguration 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 NewFrontendConfigurationWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationWithDefaults() *FrontendConfiguration
NewFrontendConfigurationWithDefaults instantiates a new FrontendConfiguration 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 (*FrontendConfiguration) GetAuthentication ¶ added in v0.1.22
func (o *FrontendConfiguration) GetAuthentication() FrontendConfigurationAuthentication
GetAuthentication returns the Authentication field value if set, zero value otherwise.
func (*FrontendConfiguration) GetAuthenticationId ¶ added in v0.1.22
func (o *FrontendConfiguration) GetAuthenticationId() string
GetAuthenticationId returns the AuthenticationId field value if set, zero value otherwise.
func (*FrontendConfiguration) GetAuthenticationIdOk ¶ added in v0.1.22
func (o *FrontendConfiguration) GetAuthenticationIdOk() (*string, bool)
GetAuthenticationIdOk returns a tuple with the AuthenticationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfiguration) GetAuthenticationOk ¶ added in v0.1.22
func (o *FrontendConfiguration) GetAuthenticationOk() (*FrontendConfigurationAuthentication, bool)
GetAuthenticationOk returns a tuple with the Authentication field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfiguration) GetChecks ¶ added in v0.1.22
func (o *FrontendConfiguration) GetChecks() map[string]interface{}
GetChecks returns the Checks field value if set, zero value otherwise.
func (*FrontendConfiguration) GetChecksOk ¶ added in v0.1.22
func (o *FrontendConfiguration) GetChecksOk() (map[string]interface{}, bool)
GetChecksOk returns a tuple with the Checks field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfiguration) GetClient ¶ added in v0.1.22
func (o *FrontendConfiguration) GetClient() FrontendConfigurationClient
GetClient returns the Client field value if set, zero value otherwise.
func (*FrontendConfiguration) GetClientOk ¶ added in v0.1.22
func (o *FrontendConfiguration) GetClientOk() (*FrontendConfigurationClient, bool)
GetClientOk returns a tuple with the Client field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfiguration) GetCustomRules ¶ added in v0.1.22
func (o *FrontendConfiguration) GetCustomRules() []FrontendConfigurationCustomRulesInner
GetCustomRules returns the CustomRules field value if set, zero value otherwise.
func (*FrontendConfiguration) GetCustomRulesOk ¶ added in v0.1.22
func (o *FrontendConfiguration) GetCustomRulesOk() ([]FrontendConfigurationCustomRulesInner, bool)
GetCustomRulesOk returns a tuple with the CustomRules field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfiguration) GetInternal ¶ added in v0.1.22
func (o *FrontendConfiguration) GetInternal() FrontendConfigurationInternal
GetInternal returns the Internal field value if set, zero value otherwise.
func (*FrontendConfiguration) GetInternalOk ¶ added in v0.1.22
func (o *FrontendConfiguration) GetInternalOk() (*FrontendConfigurationInternal, bool)
GetInternalOk returns a tuple with the Internal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfiguration) GetScan ¶ added in v0.1.22
func (o *FrontendConfiguration) GetScan() FrontendConfigurationScan
GetScan returns the Scan field value if set, zero value otherwise.
func (*FrontendConfiguration) GetScanOk ¶ added in v0.1.22
func (o *FrontendConfiguration) GetScanOk() (*FrontendConfigurationScan, bool)
GetScanOk returns a tuple with the Scan field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfiguration) GetUndefinedBlobStr ¶ added in v0.1.22
func (o *FrontendConfiguration) GetUndefinedBlobStr() string
GetUndefinedBlobStr returns the UndefinedBlobStr field value if set, zero value otherwise.
func (*FrontendConfiguration) GetUndefinedBlobStrOk ¶ added in v0.1.22
func (o *FrontendConfiguration) GetUndefinedBlobStrOk() (*string, bool)
GetUndefinedBlobStrOk returns a tuple with the UndefinedBlobStr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfiguration) GetUrl ¶ added in v0.1.22
func (o *FrontendConfiguration) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*FrontendConfiguration) GetUrlOk ¶ added in v0.1.22
func (o *FrontendConfiguration) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfiguration) HasAuthentication ¶ added in v0.1.22
func (o *FrontendConfiguration) HasAuthentication() bool
HasAuthentication returns a boolean if a field has been set.
func (*FrontendConfiguration) HasAuthenticationId ¶ added in v0.1.22
func (o *FrontendConfiguration) HasAuthenticationId() bool
HasAuthenticationId returns a boolean if a field has been set.
func (*FrontendConfiguration) HasChecks ¶ added in v0.1.22
func (o *FrontendConfiguration) HasChecks() bool
HasChecks returns a boolean if a field has been set.
func (*FrontendConfiguration) HasClient ¶ added in v0.1.22
func (o *FrontendConfiguration) HasClient() bool
HasClient returns a boolean if a field has been set.
func (*FrontendConfiguration) HasCustomRules ¶ added in v0.1.22
func (o *FrontendConfiguration) HasCustomRules() bool
HasCustomRules returns a boolean if a field has been set.
func (*FrontendConfiguration) HasInternal ¶ added in v0.1.22
func (o *FrontendConfiguration) HasInternal() bool
HasInternal returns a boolean if a field has been set.
func (*FrontendConfiguration) HasScan ¶ added in v0.1.22
func (o *FrontendConfiguration) HasScan() bool
HasScan returns a boolean if a field has been set.
func (*FrontendConfiguration) HasUndefinedBlobStr ¶ added in v0.1.22
func (o *FrontendConfiguration) HasUndefinedBlobStr() bool
HasUndefinedBlobStr returns a boolean if a field has been set.
func (*FrontendConfiguration) HasUrl ¶ added in v0.1.22
func (o *FrontendConfiguration) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (FrontendConfiguration) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfiguration) MarshalJSON() ([]byte, error)
func (*FrontendConfiguration) SetAuthentication ¶ added in v0.1.22
func (o *FrontendConfiguration) SetAuthentication(v FrontendConfigurationAuthentication)
SetAuthentication gets a reference to the given FrontendConfigurationAuthentication and assigns it to the Authentication field.
func (*FrontendConfiguration) SetAuthenticationId ¶ added in v0.1.22
func (o *FrontendConfiguration) SetAuthenticationId(v string)
SetAuthenticationId gets a reference to the given string and assigns it to the AuthenticationId field.
func (*FrontendConfiguration) SetChecks ¶ added in v0.1.22
func (o *FrontendConfiguration) SetChecks(v map[string]interface{})
SetChecks gets a reference to the given map[string]interface{} and assigns it to the Checks field.
func (*FrontendConfiguration) SetClient ¶ added in v0.1.22
func (o *FrontendConfiguration) SetClient(v FrontendConfigurationClient)
SetClient gets a reference to the given FrontendConfigurationClient and assigns it to the Client field.
func (*FrontendConfiguration) SetCustomRules ¶ added in v0.1.22
func (o *FrontendConfiguration) SetCustomRules(v []FrontendConfigurationCustomRulesInner)
SetCustomRules gets a reference to the given []FrontendConfigurationCustomRulesInner and assigns it to the CustomRules field.
func (*FrontendConfiguration) SetInternal ¶ added in v0.1.22
func (o *FrontendConfiguration) SetInternal(v FrontendConfigurationInternal)
SetInternal gets a reference to the given FrontendConfigurationInternal and assigns it to the Internal field.
func (*FrontendConfiguration) SetScan ¶ added in v0.1.22
func (o *FrontendConfiguration) SetScan(v FrontendConfigurationScan)
SetScan gets a reference to the given FrontendConfigurationScan and assigns it to the Scan field.
func (*FrontendConfiguration) SetUndefinedBlobStr ¶ added in v0.1.22
func (o *FrontendConfiguration) SetUndefinedBlobStr(v string)
SetUndefinedBlobStr gets a reference to the given string and assigns it to the UndefinedBlobStr field.
func (*FrontendConfiguration) SetUrl ¶ added in v0.1.22
func (o *FrontendConfiguration) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
func (FrontendConfiguration) ToMap ¶ added in v0.1.22
func (o FrontendConfiguration) ToMap() (map[string]interface{}, error)
func (*FrontendConfiguration) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfiguration) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthentication ¶ added in v0.1.22
type FrontendConfigurationAuthentication struct {
Schema *string `json:"$schema,omitempty"`
Procedures []FrontendConfigurationAuthenticationProceduresInner `json:"procedures,omitempty"`
Presets []FrontendConfigurationAuthenticationPresetsInner `json:"presets,omitempty"`
Users []FrontendConfigurationAuthenticationUsersInner `json:"users,omitempty"`
Proxy *string `json:"proxy,omitempty"`
Validation *bool `json:"validation,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthentication struct for FrontendConfigurationAuthentication
func NewFrontendConfigurationAuthentication ¶ added in v0.1.22
func NewFrontendConfigurationAuthentication() *FrontendConfigurationAuthentication
NewFrontendConfigurationAuthentication instantiates a new FrontendConfigurationAuthentication 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 NewFrontendConfigurationAuthenticationWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationWithDefaults() *FrontendConfigurationAuthentication
NewFrontendConfigurationAuthenticationWithDefaults instantiates a new FrontendConfigurationAuthentication 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 (*FrontendConfigurationAuthentication) GetPresets ¶ added in v0.1.22
func (o *FrontendConfigurationAuthentication) GetPresets() []FrontendConfigurationAuthenticationPresetsInner
GetPresets returns the Presets field value if set, zero value otherwise.
func (*FrontendConfigurationAuthentication) GetPresetsOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthentication) GetPresetsOk() ([]FrontendConfigurationAuthenticationPresetsInner, bool)
GetPresetsOk returns a tuple with the Presets field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthentication) GetProcedures ¶ added in v0.1.22
func (o *FrontendConfigurationAuthentication) GetProcedures() []FrontendConfigurationAuthenticationProceduresInner
GetProcedures returns the Procedures field value if set, zero value otherwise.
func (*FrontendConfigurationAuthentication) GetProceduresOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthentication) GetProceduresOk() ([]FrontendConfigurationAuthenticationProceduresInner, bool)
GetProceduresOk returns a tuple with the Procedures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthentication) GetProxy ¶ added in v0.1.22
func (o *FrontendConfigurationAuthentication) GetProxy() string
GetProxy returns the Proxy field value if set, zero value otherwise.
func (*FrontendConfigurationAuthentication) GetProxyOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthentication) GetProxyOk() (*string, bool)
GetProxyOk returns a tuple with the Proxy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthentication) GetSchema ¶ added in v0.1.22
func (o *FrontendConfigurationAuthentication) GetSchema() string
GetSchema returns the Schema field value if set, zero value otherwise.
func (*FrontendConfigurationAuthentication) GetSchemaOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthentication) GetSchemaOk() (*string, bool)
GetSchemaOk returns a tuple with the Schema field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthentication) GetUsers ¶ added in v0.1.22
func (o *FrontendConfigurationAuthentication) GetUsers() []FrontendConfigurationAuthenticationUsersInner
GetUsers returns the Users field value if set, zero value otherwise.
func (*FrontendConfigurationAuthentication) GetUsersOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthentication) GetUsersOk() ([]FrontendConfigurationAuthenticationUsersInner, bool)
GetUsersOk returns a tuple with the Users field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthentication) GetValidation ¶ added in v0.1.22
func (o *FrontendConfigurationAuthentication) GetValidation() bool
GetValidation returns the Validation field value if set, zero value otherwise.
func (*FrontendConfigurationAuthentication) GetValidationOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthentication) GetValidationOk() (*bool, bool)
GetValidationOk returns a tuple with the Validation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthentication) HasPresets ¶ added in v0.1.22
func (o *FrontendConfigurationAuthentication) HasPresets() bool
HasPresets returns a boolean if a field has been set.
func (*FrontendConfigurationAuthentication) HasProcedures ¶ added in v0.1.22
func (o *FrontendConfigurationAuthentication) HasProcedures() bool
HasProcedures returns a boolean if a field has been set.
func (*FrontendConfigurationAuthentication) HasProxy ¶ added in v0.1.22
func (o *FrontendConfigurationAuthentication) HasProxy() bool
HasProxy returns a boolean if a field has been set.
func (*FrontendConfigurationAuthentication) HasSchema ¶ added in v0.1.22
func (o *FrontendConfigurationAuthentication) HasSchema() bool
HasSchema returns a boolean if a field has been set.
func (*FrontendConfigurationAuthentication) HasUsers ¶ added in v0.1.22
func (o *FrontendConfigurationAuthentication) HasUsers() bool
HasUsers returns a boolean if a field has been set.
func (*FrontendConfigurationAuthentication) HasValidation ¶ added in v0.1.22
func (o *FrontendConfigurationAuthentication) HasValidation() bool
HasValidation returns a boolean if a field has been set.
func (FrontendConfigurationAuthentication) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthentication) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthentication) SetPresets ¶ added in v0.1.22
func (o *FrontendConfigurationAuthentication) SetPresets(v []FrontendConfigurationAuthenticationPresetsInner)
SetPresets gets a reference to the given []FrontendConfigurationAuthenticationPresetsInner and assigns it to the Presets field.
func (*FrontendConfigurationAuthentication) SetProcedures ¶ added in v0.1.22
func (o *FrontendConfigurationAuthentication) SetProcedures(v []FrontendConfigurationAuthenticationProceduresInner)
SetProcedures gets a reference to the given []FrontendConfigurationAuthenticationProceduresInner and assigns it to the Procedures field.
func (*FrontendConfigurationAuthentication) SetProxy ¶ added in v0.1.22
func (o *FrontendConfigurationAuthentication) SetProxy(v string)
SetProxy gets a reference to the given string and assigns it to the Proxy field.
func (*FrontendConfigurationAuthentication) SetSchema ¶ added in v0.1.22
func (o *FrontendConfigurationAuthentication) SetSchema(v string)
SetSchema gets a reference to the given string and assigns it to the Schema field.
func (*FrontendConfigurationAuthentication) SetUsers ¶ added in v0.1.22
func (o *FrontendConfigurationAuthentication) SetUsers(v []FrontendConfigurationAuthenticationUsersInner)
SetUsers gets a reference to the given []FrontendConfigurationAuthenticationUsersInner and assigns it to the Users field.
func (*FrontendConfigurationAuthentication) SetValidation ¶ added in v0.1.22
func (o *FrontendConfigurationAuthentication) SetValidation(v bool)
SetValidation gets a reference to the given bool and assigns it to the Validation field.
func (FrontendConfigurationAuthentication) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthentication) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthentication) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthentication) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationPresetsInner ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInner struct {
FrontendConfigurationAuthenticationPresetsInnerOneOf *FrontendConfigurationAuthenticationPresetsInnerOneOf
FrontendConfigurationAuthenticationPresetsInnerOneOf1 *FrontendConfigurationAuthenticationPresetsInnerOneOf1
FrontendConfigurationAuthenticationPresetsInnerOneOf10 *FrontendConfigurationAuthenticationPresetsInnerOneOf10
FrontendConfigurationAuthenticationPresetsInnerOneOf11 *FrontendConfigurationAuthenticationPresetsInnerOneOf11
FrontendConfigurationAuthenticationPresetsInnerOneOf2 *FrontendConfigurationAuthenticationPresetsInnerOneOf2
FrontendConfigurationAuthenticationPresetsInnerOneOf3 *FrontendConfigurationAuthenticationPresetsInnerOneOf3
FrontendConfigurationAuthenticationPresetsInnerOneOf4 *FrontendConfigurationAuthenticationPresetsInnerOneOf4
FrontendConfigurationAuthenticationPresetsInnerOneOf5 *FrontendConfigurationAuthenticationPresetsInnerOneOf5
FrontendConfigurationAuthenticationPresetsInnerOneOf6 *FrontendConfigurationAuthenticationPresetsInnerOneOf6
FrontendConfigurationAuthenticationPresetsInnerOneOf7 *FrontendConfigurationAuthenticationPresetsInnerOneOf7
FrontendConfigurationAuthenticationPresetsInnerOneOf8 *FrontendConfigurationAuthenticationPresetsInnerOneOf8
FrontendConfigurationAuthenticationPresetsInnerOneOf9 *FrontendConfigurationAuthenticationPresetsInnerOneOf9
}
FrontendConfigurationAuthenticationPresetsInner - struct for FrontendConfigurationAuthenticationPresetsInner
func FrontendConfigurationAuthenticationPresetsInnerOneOf10AsFrontendConfigurationAuthenticationPresetsInner ¶ added in v0.1.22
func FrontendConfigurationAuthenticationPresetsInnerOneOf10AsFrontendConfigurationAuthenticationPresetsInner(v *FrontendConfigurationAuthenticationPresetsInnerOneOf10) FrontendConfigurationAuthenticationPresetsInner
FrontendConfigurationAuthenticationPresetsInnerOneOf10AsFrontendConfigurationAuthenticationPresetsInner is a convenience function that returns FrontendConfigurationAuthenticationPresetsInnerOneOf10 wrapped in FrontendConfigurationAuthenticationPresetsInner
func FrontendConfigurationAuthenticationPresetsInnerOneOf11AsFrontendConfigurationAuthenticationPresetsInner ¶ added in v0.1.22
func FrontendConfigurationAuthenticationPresetsInnerOneOf11AsFrontendConfigurationAuthenticationPresetsInner(v *FrontendConfigurationAuthenticationPresetsInnerOneOf11) FrontendConfigurationAuthenticationPresetsInner
FrontendConfigurationAuthenticationPresetsInnerOneOf11AsFrontendConfigurationAuthenticationPresetsInner is a convenience function that returns FrontendConfigurationAuthenticationPresetsInnerOneOf11 wrapped in FrontendConfigurationAuthenticationPresetsInner
func FrontendConfigurationAuthenticationPresetsInnerOneOf1AsFrontendConfigurationAuthenticationPresetsInner ¶ added in v0.1.22
func FrontendConfigurationAuthenticationPresetsInnerOneOf1AsFrontendConfigurationAuthenticationPresetsInner(v *FrontendConfigurationAuthenticationPresetsInnerOneOf1) FrontendConfigurationAuthenticationPresetsInner
FrontendConfigurationAuthenticationPresetsInnerOneOf1AsFrontendConfigurationAuthenticationPresetsInner is a convenience function that returns FrontendConfigurationAuthenticationPresetsInnerOneOf1 wrapped in FrontendConfigurationAuthenticationPresetsInner
func FrontendConfigurationAuthenticationPresetsInnerOneOf2AsFrontendConfigurationAuthenticationPresetsInner ¶ added in v0.1.22
func FrontendConfigurationAuthenticationPresetsInnerOneOf2AsFrontendConfigurationAuthenticationPresetsInner(v *FrontendConfigurationAuthenticationPresetsInnerOneOf2) FrontendConfigurationAuthenticationPresetsInner
FrontendConfigurationAuthenticationPresetsInnerOneOf2AsFrontendConfigurationAuthenticationPresetsInner is a convenience function that returns FrontendConfigurationAuthenticationPresetsInnerOneOf2 wrapped in FrontendConfigurationAuthenticationPresetsInner
func FrontendConfigurationAuthenticationPresetsInnerOneOf3AsFrontendConfigurationAuthenticationPresetsInner ¶ added in v0.1.22
func FrontendConfigurationAuthenticationPresetsInnerOneOf3AsFrontendConfigurationAuthenticationPresetsInner(v *FrontendConfigurationAuthenticationPresetsInnerOneOf3) FrontendConfigurationAuthenticationPresetsInner
FrontendConfigurationAuthenticationPresetsInnerOneOf3AsFrontendConfigurationAuthenticationPresetsInner is a convenience function that returns FrontendConfigurationAuthenticationPresetsInnerOneOf3 wrapped in FrontendConfigurationAuthenticationPresetsInner
func FrontendConfigurationAuthenticationPresetsInnerOneOf4AsFrontendConfigurationAuthenticationPresetsInner ¶ added in v0.1.22
func FrontendConfigurationAuthenticationPresetsInnerOneOf4AsFrontendConfigurationAuthenticationPresetsInner(v *FrontendConfigurationAuthenticationPresetsInnerOneOf4) FrontendConfigurationAuthenticationPresetsInner
FrontendConfigurationAuthenticationPresetsInnerOneOf4AsFrontendConfigurationAuthenticationPresetsInner is a convenience function that returns FrontendConfigurationAuthenticationPresetsInnerOneOf4 wrapped in FrontendConfigurationAuthenticationPresetsInner
func FrontendConfigurationAuthenticationPresetsInnerOneOf5AsFrontendConfigurationAuthenticationPresetsInner ¶ added in v0.1.22
func FrontendConfigurationAuthenticationPresetsInnerOneOf5AsFrontendConfigurationAuthenticationPresetsInner(v *FrontendConfigurationAuthenticationPresetsInnerOneOf5) FrontendConfigurationAuthenticationPresetsInner
FrontendConfigurationAuthenticationPresetsInnerOneOf5AsFrontendConfigurationAuthenticationPresetsInner is a convenience function that returns FrontendConfigurationAuthenticationPresetsInnerOneOf5 wrapped in FrontendConfigurationAuthenticationPresetsInner
func FrontendConfigurationAuthenticationPresetsInnerOneOf6AsFrontendConfigurationAuthenticationPresetsInner ¶ added in v0.1.22
func FrontendConfigurationAuthenticationPresetsInnerOneOf6AsFrontendConfigurationAuthenticationPresetsInner(v *FrontendConfigurationAuthenticationPresetsInnerOneOf6) FrontendConfigurationAuthenticationPresetsInner
FrontendConfigurationAuthenticationPresetsInnerOneOf6AsFrontendConfigurationAuthenticationPresetsInner is a convenience function that returns FrontendConfigurationAuthenticationPresetsInnerOneOf6 wrapped in FrontendConfigurationAuthenticationPresetsInner
func FrontendConfigurationAuthenticationPresetsInnerOneOf7AsFrontendConfigurationAuthenticationPresetsInner ¶ added in v0.1.22
func FrontendConfigurationAuthenticationPresetsInnerOneOf7AsFrontendConfigurationAuthenticationPresetsInner(v *FrontendConfigurationAuthenticationPresetsInnerOneOf7) FrontendConfigurationAuthenticationPresetsInner
FrontendConfigurationAuthenticationPresetsInnerOneOf7AsFrontendConfigurationAuthenticationPresetsInner is a convenience function that returns FrontendConfigurationAuthenticationPresetsInnerOneOf7 wrapped in FrontendConfigurationAuthenticationPresetsInner
func FrontendConfigurationAuthenticationPresetsInnerOneOf8AsFrontendConfigurationAuthenticationPresetsInner ¶ added in v0.1.22
func FrontendConfigurationAuthenticationPresetsInnerOneOf8AsFrontendConfigurationAuthenticationPresetsInner(v *FrontendConfigurationAuthenticationPresetsInnerOneOf8) FrontendConfigurationAuthenticationPresetsInner
FrontendConfigurationAuthenticationPresetsInnerOneOf8AsFrontendConfigurationAuthenticationPresetsInner is a convenience function that returns FrontendConfigurationAuthenticationPresetsInnerOneOf8 wrapped in FrontendConfigurationAuthenticationPresetsInner
func FrontendConfigurationAuthenticationPresetsInnerOneOf9AsFrontendConfigurationAuthenticationPresetsInner ¶ added in v0.1.22
func FrontendConfigurationAuthenticationPresetsInnerOneOf9AsFrontendConfigurationAuthenticationPresetsInner(v *FrontendConfigurationAuthenticationPresetsInnerOneOf9) FrontendConfigurationAuthenticationPresetsInner
FrontendConfigurationAuthenticationPresetsInnerOneOf9AsFrontendConfigurationAuthenticationPresetsInner is a convenience function that returns FrontendConfigurationAuthenticationPresetsInnerOneOf9 wrapped in FrontendConfigurationAuthenticationPresetsInner
func FrontendConfigurationAuthenticationPresetsInnerOneOfAsFrontendConfigurationAuthenticationPresetsInner ¶ added in v0.1.22
func FrontendConfigurationAuthenticationPresetsInnerOneOfAsFrontendConfigurationAuthenticationPresetsInner(v *FrontendConfigurationAuthenticationPresetsInnerOneOf) FrontendConfigurationAuthenticationPresetsInner
FrontendConfigurationAuthenticationPresetsInnerOneOfAsFrontendConfigurationAuthenticationPresetsInner is a convenience function that returns FrontendConfigurationAuthenticationPresetsInnerOneOf wrapped in FrontendConfigurationAuthenticationPresetsInner
func (*FrontendConfigurationAuthenticationPresetsInner) GetActualInstance ¶ added in v0.1.22
func (obj *FrontendConfigurationAuthenticationPresetsInner) GetActualInstance() interface{}
Get the actual instance
func (FrontendConfigurationAuthenticationPresetsInner) GetActualInstanceValue ¶ added in v0.1.22
func (obj FrontendConfigurationAuthenticationPresetsInner) GetActualInstanceValue() interface{}
Get the actual instance value
func (FrontendConfigurationAuthenticationPresetsInner) MarshalJSON ¶ added in v0.1.22
func (src FrontendConfigurationAuthenticationPresetsInner) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*FrontendConfigurationAuthenticationPresetsInner) UnmarshalJSON ¶ added in v0.1.22
func (dst *FrontendConfigurationAuthenticationPresetsInner) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type FrontendConfigurationAuthenticationPresetsInnerOneOf ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInnerOneOf struct {
Type EnumHTTP `json:"type"`
Users []FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner `json:"users"`
Request FrontendConfigurationAuthenticationPresetsInnerOneOfRequest `json:"request"`
Extractions []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner `json:"extractions,omitempty"`
Injections []FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner `json:"injections,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationPresetsInnerOneOf struct for FrontendConfigurationAuthenticationPresetsInnerOneOf
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf(type_ EnumHTTP, users []FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner, request FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) *FrontendConfigurationAuthenticationPresetsInnerOneOf
NewFrontendConfigurationAuthenticationPresetsInnerOneOf instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf 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 NewFrontendConfigurationAuthenticationPresetsInnerOneOfWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOfWithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf
NewFrontendConfigurationAuthenticationPresetsInnerOneOfWithDefaults instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf 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 (*FrontendConfigurationAuthenticationPresetsInnerOneOf) GetExtractions ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf) GetExtractions() []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner
GetExtractions returns the Extractions field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf) GetExtractionsOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf) GetExtractionsOk() ([]FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner, bool)
GetExtractionsOk returns a tuple with the Extractions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf) GetInjections ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf) GetInjections() []FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner
GetInjections returns the Injections field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf) GetInjectionsOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf) GetInjectionsOk() ([]FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner, bool)
GetInjectionsOk returns a tuple with the Injections field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf) GetRequest ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf) GetRequest() FrontendConfigurationAuthenticationPresetsInnerOneOfRequest
GetRequest returns the Request field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf) GetRequestOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf) GetRequestOk() (*FrontendConfigurationAuthenticationPresetsInnerOneOfRequest, bool)
GetRequestOk returns a tuple with the Request field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf) GetType ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf) GetType() EnumHTTP
GetType returns the Type field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf) GetTypeOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf) GetTypeOk() (*EnumHTTP, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf) GetUsers ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf) GetUsers() []FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner
GetUsers returns the Users field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf) GetUsersOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf) GetUsersOk() ([]FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner, bool)
GetUsersOk returns a tuple with the Users field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf) HasExtractions ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf) HasExtractions() bool
HasExtractions returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf) HasInjections ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf) HasInjections() bool
HasInjections returns a boolean if a field has been set.
func (FrontendConfigurationAuthenticationPresetsInnerOneOf) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf) SetExtractions ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf) SetExtractions(v []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner)
SetExtractions gets a reference to the given []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner and assigns it to the Extractions field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf) SetInjections ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf) SetInjections(v []FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner)
SetInjections gets a reference to the given []FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner and assigns it to the Injections field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf) SetRequest ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf) SetRequest(v FrontendConfigurationAuthenticationPresetsInnerOneOfRequest)
SetRequest sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf) SetType ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf) SetType(v EnumHTTP)
SetType sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf) SetUsers ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf) SetUsers(v []FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner)
SetUsers sets field value
func (FrontendConfigurationAuthenticationPresetsInnerOneOf) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationPresetsInnerOneOf1 ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInnerOneOf1 struct {
Type EnumOAUTHUSERPASS `json:"type"`
Users []FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner `json:"users"`
Url string `json:"url"`
ClientId string `json:"client_id"`
ClientSecret string `json:"client_secret"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationPresetsInnerOneOf1 struct for FrontendConfigurationAuthenticationPresetsInnerOneOf1
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf1 ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf1(type_ EnumOAUTHUSERPASS, users []FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner, url string, clientId string, clientSecret string) *FrontendConfigurationAuthenticationPresetsInnerOneOf1
NewFrontendConfigurationAuthenticationPresetsInnerOneOf1 instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf1 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 NewFrontendConfigurationAuthenticationPresetsInnerOneOf1WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf1WithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf1
NewFrontendConfigurationAuthenticationPresetsInnerOneOf1WithDefaults instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf1 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 (*FrontendConfigurationAuthenticationPresetsInnerOneOf1) GetClientId ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1) GetClientId() string
GetClientId returns the ClientId field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf1) GetClientIdOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf1) GetClientSecret ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1) GetClientSecret() string
GetClientSecret returns the ClientSecret field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf1) GetClientSecretOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1) GetClientSecretOk() (*string, bool)
GetClientSecretOk returns a tuple with the ClientSecret field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf1) GetType ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1) GetType() EnumOAUTHUSERPASS
GetType returns the Type field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf1) GetTypeOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1) GetTypeOk() (*EnumOAUTHUSERPASS, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf1) GetUrl ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1) GetUrl() string
GetUrl returns the Url field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf1) GetUrlOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf1) GetUsers ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1) GetUsers() []FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner
GetUsers returns the Users field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf1) GetUsersOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1) GetUsersOk() ([]FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner, bool)
GetUsersOk returns a tuple with the Users field value and a boolean to check if the value has been set.
func (FrontendConfigurationAuthenticationPresetsInnerOneOf1) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf1) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf1) SetClientId ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1) SetClientId(v string)
SetClientId sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf1) SetClientSecret ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1) SetClientSecret(v string)
SetClientSecret sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf1) SetType ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1) SetType(v EnumOAUTHUSERPASS)
SetType sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf1) SetUrl ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1) SetUrl(v string)
SetUrl sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf1) SetUsers ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1) SetUsers(v []FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner)
SetUsers sets field value
func (FrontendConfigurationAuthenticationPresetsInnerOneOf1) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf1) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf1) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationPresetsInnerOneOf10 ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInnerOneOf10 struct {
Type EnumBROWSERAGENT `json:"type"`
Users []FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner `json:"users"`
LoginUrl string `json:"login_url"`
LoggedInDetectorText *string `json:"logged_in_detector_text,omitempty"`
LoggedInDetectorTimeout *float32 `json:"logged_in_detector_timeout,omitempty"`
Extractions []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner `json:"extractions,omitempty"`
Injections NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10Injections `json:"injections,omitempty"`
AutoExtractionUrls []string `json:"auto_extraction_urls,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationPresetsInnerOneOf10 struct for FrontendConfigurationAuthenticationPresetsInnerOneOf10
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf10 ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf10(type_ EnumBROWSERAGENT, users []FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner, loginUrl string) *FrontendConfigurationAuthenticationPresetsInnerOneOf10
NewFrontendConfigurationAuthenticationPresetsInnerOneOf10 instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf10 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 NewFrontendConfigurationAuthenticationPresetsInnerOneOf10WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf10WithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf10
NewFrontendConfigurationAuthenticationPresetsInnerOneOf10WithDefaults instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf10 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 (*FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetAutoExtractionUrls ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetAutoExtractionUrls() []string
GetAutoExtractionUrls returns the AutoExtractionUrls field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetAutoExtractionUrlsOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetAutoExtractionUrlsOk() ([]string, bool)
GetAutoExtractionUrlsOk returns a tuple with the AutoExtractionUrls field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetExtractions ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetExtractions() []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner
GetExtractions returns the Extractions field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetExtractionsOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetExtractionsOk() ([]FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner, bool)
GetExtractionsOk returns a tuple with the Extractions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetInjections ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetInjections() FrontendConfigurationAuthenticationPresetsInnerOneOf10Injections
GetInjections returns the Injections field value if set, zero value otherwise (both if not set or set to explicit null).
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetInjectionsOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetInjectionsOk() (*FrontendConfigurationAuthenticationPresetsInnerOneOf10Injections, bool)
GetInjectionsOk returns a tuple with the Injections field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetLoggedInDetectorText ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetLoggedInDetectorText() string
GetLoggedInDetectorText returns the LoggedInDetectorText field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetLoggedInDetectorTextOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetLoggedInDetectorTextOk() (*string, bool)
GetLoggedInDetectorTextOk returns a tuple with the LoggedInDetectorText field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetLoggedInDetectorTimeout ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetLoggedInDetectorTimeout() float32
GetLoggedInDetectorTimeout returns the LoggedInDetectorTimeout field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetLoggedInDetectorTimeoutOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetLoggedInDetectorTimeoutOk() (*float32, bool)
GetLoggedInDetectorTimeoutOk returns a tuple with the LoggedInDetectorTimeout field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetLoginUrl ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetLoginUrl() string
GetLoginUrl returns the LoginUrl field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetLoginUrlOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetLoginUrlOk() (*string, bool)
GetLoginUrlOk returns a tuple with the LoginUrl field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetType ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetType() EnumBROWSERAGENT
GetType returns the Type field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetTypeOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetTypeOk() (*EnumBROWSERAGENT, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetUsers ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetUsers() []FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner
GetUsers returns the Users field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetUsersOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) GetUsersOk() ([]FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner, bool)
GetUsersOk returns a tuple with the Users field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10) HasAutoExtractionUrls ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) HasAutoExtractionUrls() bool
HasAutoExtractionUrls returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10) HasExtractions ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) HasExtractions() bool
HasExtractions returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10) HasInjections ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) HasInjections() bool
HasInjections returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10) HasLoggedInDetectorText ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) HasLoggedInDetectorText() bool
HasLoggedInDetectorText returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10) HasLoggedInDetectorTimeout ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) HasLoggedInDetectorTimeout() bool
HasLoggedInDetectorTimeout returns a boolean if a field has been set.
func (FrontendConfigurationAuthenticationPresetsInnerOneOf10) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf10) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10) SetAutoExtractionUrls ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) SetAutoExtractionUrls(v []string)
SetAutoExtractionUrls gets a reference to the given []string and assigns it to the AutoExtractionUrls field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10) SetExtractions ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) SetExtractions(v []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner)
SetExtractions gets a reference to the given []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner and assigns it to the Extractions field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10) SetInjections ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) SetInjections(v FrontendConfigurationAuthenticationPresetsInnerOneOf10Injections)
SetInjections gets a reference to the given NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10Injections and assigns it to the Injections field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10) SetInjectionsNil ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) SetInjectionsNil()
SetInjectionsNil sets the value for Injections to be an explicit nil
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10) SetLoggedInDetectorText ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) SetLoggedInDetectorText(v string)
SetLoggedInDetectorText gets a reference to the given string and assigns it to the LoggedInDetectorText field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10) SetLoggedInDetectorTimeout ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) SetLoggedInDetectorTimeout(v float32)
SetLoggedInDetectorTimeout gets a reference to the given float32 and assigns it to the LoggedInDetectorTimeout field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10) SetLoginUrl ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) SetLoginUrl(v string)
SetLoginUrl sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10) SetType ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) SetType(v EnumBROWSERAGENT)
SetType sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10) SetUsers ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) SetUsers(v []FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner)
SetUsers sets field value
func (FrontendConfigurationAuthenticationPresetsInnerOneOf10) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf10) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) UnmarshalJSON(data []byte) (err error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10) UnsetInjections ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10) UnsetInjections()
UnsetInjections ensures that no value is present for Injections, not even an explicit nil
type FrontendConfigurationAuthenticationPresetsInnerOneOf10Injections ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInnerOneOf10Injections struct {
ArrayOfFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner *[]FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner
ArrayOfFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1 *[]FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1
}
FrontendConfigurationAuthenticationPresetsInnerOneOf10Injections struct for FrontendConfigurationAuthenticationPresetsInnerOneOf10Injections
func (FrontendConfigurationAuthenticationPresetsInnerOneOf10Injections) MarshalJSON ¶ added in v0.1.22
func (src FrontendConfigurationAuthenticationPresetsInnerOneOf10Injections) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10Injections) UnmarshalJSON ¶ added in v0.1.22
func (dst *FrontendConfigurationAuthenticationPresetsInnerOneOf10Injections) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner struct {
Username string `json:"username"`
Headers map[string]string `json:"headers,omitempty"`
Cookies map[string]string `json:"cookies,omitempty"`
Password string `json:"password"`
AdditionalFields []FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner `json:"additional_fields,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner struct for FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner(username string, password string) *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner
NewFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner 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 NewFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerWithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner
NewFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerWithDefaults instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner 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 (*FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) GetAdditionalFields ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) GetAdditionalFields() []FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner
GetAdditionalFields returns the AdditionalFields field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) GetAdditionalFieldsOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) GetAdditionalFieldsOk() ([]FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner, bool)
GetAdditionalFieldsOk returns a tuple with the AdditionalFields field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) GetCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) GetCookies() map[string]string
GetCookies returns the Cookies field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) GetCookiesOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) GetCookiesOk() (map[string]string, bool)
GetCookiesOk returns a tuple with the Cookies field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) GetHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) GetHeaders() map[string]string
GetHeaders returns the Headers field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) GetHeadersOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) GetHeadersOk() (map[string]string, bool)
GetHeadersOk returns a tuple with the Headers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) GetPassword ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) GetPassword() string
GetPassword returns the Password field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) GetPasswordOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) GetUsername ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) GetUsername() string
GetUsername returns the Username field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) GetUsernameOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) HasAdditionalFields ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) HasAdditionalFields() bool
HasAdditionalFields returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) HasCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) HasCookies() bool
HasCookies returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) HasHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) HasHeaders() bool
HasHeaders returns a boolean if a field has been set.
func (FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) SetAdditionalFields ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) SetAdditionalFields(v []FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner)
SetAdditionalFields gets a reference to the given []FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner and assigns it to the AdditionalFields field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) SetCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) SetCookies(v map[string]string)
SetCookies gets a reference to the given map[string]string and assigns it to the Cookies field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) SetHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) SetHeaders(v map[string]string)
SetHeaders gets a reference to the given map[string]string and assigns it to the Headers field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) SetPassword ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) SetPassword(v string)
SetPassword sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) SetUsername ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) SetUsername(v string)
SetUsername sets field value
func (FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner struct {
Locator string `json:"locator"`
Value string `json:"value"`
AutoSubmit *bool `json:"auto_submit,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner struct for FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner(locator string, value string) *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner
NewFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner 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 NewFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInnerWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInnerWithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner
NewFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInnerWithDefaults instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner 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 (*FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) GetAutoSubmit ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) GetAutoSubmit() bool
GetAutoSubmit returns the AutoSubmit field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) GetAutoSubmitOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) GetAutoSubmitOk() (*bool, bool)
GetAutoSubmitOk returns a tuple with the AutoSubmit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) GetLocator ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) GetLocator() string
GetLocator returns the Locator field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) GetLocatorOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) GetLocatorOk() (*string, bool)
GetLocatorOk returns a tuple with the Locator field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) GetValue ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) GetValue() string
GetValue returns the Value field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) GetValueOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) HasAutoSubmit ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) HasAutoSubmit() bool
HasAutoSubmit returns a boolean if a field has been set.
func (FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) SetAutoSubmit ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) SetAutoSubmit(v bool)
SetAutoSubmit gets a reference to the given bool and assigns it to the AutoSubmit field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) SetLocator ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) SetLocator(v string)
SetLocator sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) SetValue ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) SetValue(v string)
SetValue sets field value
func (FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationPresetsInnerOneOf11 ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInnerOneOf11 struct {
Type EnumBROWSERACTIONS `json:"type"`
Users []FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner `json:"users"`
Extractions []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner `json:"extractions,omitempty"`
Injections NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10Injections `json:"injections,omitempty"`
AutoExtractionUrls []string `json:"auto_extraction_urls,omitempty"`
LoginUrl string `json:"login_url"`
LoggedInDetectorText *string `json:"logged_in_detector_text,omitempty"`
LoggedInDetectorTimeout *float32 `json:"logged_in_detector_timeout,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationPresetsInnerOneOf11 struct for FrontendConfigurationAuthenticationPresetsInnerOneOf11
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf11 ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf11(type_ EnumBROWSERACTIONS, users []FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner, loginUrl string) *FrontendConfigurationAuthenticationPresetsInnerOneOf11
NewFrontendConfigurationAuthenticationPresetsInnerOneOf11 instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf11 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 NewFrontendConfigurationAuthenticationPresetsInnerOneOf11WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf11WithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf11
NewFrontendConfigurationAuthenticationPresetsInnerOneOf11WithDefaults instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf11 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 (*FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetAutoExtractionUrls ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetAutoExtractionUrls() []string
GetAutoExtractionUrls returns the AutoExtractionUrls field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetAutoExtractionUrlsOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetAutoExtractionUrlsOk() ([]string, bool)
GetAutoExtractionUrlsOk returns a tuple with the AutoExtractionUrls field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetExtractions ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetExtractions() []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner
GetExtractions returns the Extractions field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetExtractionsOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetExtractionsOk() ([]FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner, bool)
GetExtractionsOk returns a tuple with the Extractions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetInjections ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetInjections() FrontendConfigurationAuthenticationPresetsInnerOneOf10Injections
GetInjections returns the Injections field value if set, zero value otherwise (both if not set or set to explicit null).
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetInjectionsOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetInjectionsOk() (*FrontendConfigurationAuthenticationPresetsInnerOneOf10Injections, bool)
GetInjectionsOk returns a tuple with the Injections field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetLoggedInDetectorText ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetLoggedInDetectorText() string
GetLoggedInDetectorText returns the LoggedInDetectorText field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetLoggedInDetectorTextOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetLoggedInDetectorTextOk() (*string, bool)
GetLoggedInDetectorTextOk returns a tuple with the LoggedInDetectorText field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetLoggedInDetectorTimeout ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetLoggedInDetectorTimeout() float32
GetLoggedInDetectorTimeout returns the LoggedInDetectorTimeout field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetLoggedInDetectorTimeoutOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetLoggedInDetectorTimeoutOk() (*float32, bool)
GetLoggedInDetectorTimeoutOk returns a tuple with the LoggedInDetectorTimeout field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetLoginUrl ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetLoginUrl() string
GetLoginUrl returns the LoginUrl field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetLoginUrlOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetLoginUrlOk() (*string, bool)
GetLoginUrlOk returns a tuple with the LoginUrl field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetType ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetType() EnumBROWSERACTIONS
GetType returns the Type field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetTypeOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetTypeOk() (*EnumBROWSERACTIONS, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetUsers ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetUsers() []FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner
GetUsers returns the Users field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetUsersOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) GetUsersOk() ([]FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner, bool)
GetUsersOk returns a tuple with the Users field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11) HasAutoExtractionUrls ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) HasAutoExtractionUrls() bool
HasAutoExtractionUrls returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11) HasExtractions ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) HasExtractions() bool
HasExtractions returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11) HasInjections ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) HasInjections() bool
HasInjections returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11) HasLoggedInDetectorText ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) HasLoggedInDetectorText() bool
HasLoggedInDetectorText returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11) HasLoggedInDetectorTimeout ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) HasLoggedInDetectorTimeout() bool
HasLoggedInDetectorTimeout returns a boolean if a field has been set.
func (FrontendConfigurationAuthenticationPresetsInnerOneOf11) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11) SetAutoExtractionUrls ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) SetAutoExtractionUrls(v []string)
SetAutoExtractionUrls gets a reference to the given []string and assigns it to the AutoExtractionUrls field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11) SetExtractions ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) SetExtractions(v []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner)
SetExtractions gets a reference to the given []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner and assigns it to the Extractions field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11) SetInjections ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) SetInjections(v FrontendConfigurationAuthenticationPresetsInnerOneOf10Injections)
SetInjections gets a reference to the given NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10Injections and assigns it to the Injections field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11) SetInjectionsNil ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) SetInjectionsNil()
SetInjectionsNil sets the value for Injections to be an explicit nil
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11) SetLoggedInDetectorText ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) SetLoggedInDetectorText(v string)
SetLoggedInDetectorText gets a reference to the given string and assigns it to the LoggedInDetectorText field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11) SetLoggedInDetectorTimeout ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) SetLoggedInDetectorTimeout(v float32)
SetLoggedInDetectorTimeout gets a reference to the given float32 and assigns it to the LoggedInDetectorTimeout field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11) SetLoginUrl ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) SetLoginUrl(v string)
SetLoginUrl sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11) SetType ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) SetType(v EnumBROWSERACTIONS)
SetType sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11) SetUsers ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) SetUsers(v []FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner)
SetUsers sets field value
func (FrontendConfigurationAuthenticationPresetsInnerOneOf11) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) UnmarshalJSON(data []byte) (err error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11) UnsetInjections ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11) UnsetInjections()
UnsetInjections ensures that no value is present for Injections, not even an explicit nil
type FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner struct {
Username string `json:"username"`
Headers map[string]string `json:"headers,omitempty"`
Cookies map[string]string `json:"cookies,omitempty"`
Actions []FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner `json:"actions"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner struct for FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner(username string, actions []FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner) *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner
NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner 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 NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerWithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner
NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerWithDefaults instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner 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 (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) GetActions ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) GetActions() []FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner
GetActions returns the Actions field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) GetActionsOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) GetActionsOk() ([]FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner, bool)
GetActionsOk returns a tuple with the Actions field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) GetCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) GetCookies() map[string]string
GetCookies returns the Cookies field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) GetCookiesOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) GetCookiesOk() (map[string]string, bool)
GetCookiesOk returns a tuple with the Cookies field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) GetHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) GetHeaders() map[string]string
GetHeaders returns the Headers field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) GetHeadersOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) GetHeadersOk() (map[string]string, bool)
GetHeadersOk returns a tuple with the Headers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) GetUsername ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) GetUsername() string
GetUsername returns the Username field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) GetUsernameOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) HasCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) HasCookies() bool
HasCookies returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) HasHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) HasHeaders() bool
HasHeaders returns a boolean if a field has been set.
func (FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) SetActions ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) SetActions(v []FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner)
SetActions sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) SetCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) SetCookies(v map[string]string)
SetCookies gets a reference to the given map[string]string and assigns it to the Cookies field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) SetHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) SetHeaders(v map[string]string)
SetHeaders gets a reference to the given map[string]string and assigns it to the Headers field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) SetUsername ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) SetUsername(v string)
SetUsername sets field value
func (FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner struct {
FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf
FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1 *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1
FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2 *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2
FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3 *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3
FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4 *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4
FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5 *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5
FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6 *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6
FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7 *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7
FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8 *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8
}
FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner - struct for FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner
func FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1AsFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner ¶ added in v0.1.22
func FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1AsFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner(v *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner
FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1AsFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner is a convenience function that returns FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1 wrapped in FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner
func FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2AsFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner ¶ added in v0.1.22
func FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2AsFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner(v *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner
FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2AsFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner is a convenience function that returns FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2 wrapped in FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner
func FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3AsFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner ¶ added in v0.1.22
func FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3AsFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner(v *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner
FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3AsFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner is a convenience function that returns FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3 wrapped in FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner
func FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4AsFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner ¶ added in v0.1.22
func FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4AsFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner(v *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner
FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4AsFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner is a convenience function that returns FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4 wrapped in FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner
func FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5AsFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner ¶ added in v0.1.22
func FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5AsFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner(v *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner
FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5AsFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner is a convenience function that returns FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5 wrapped in FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner
func FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6AsFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner ¶ added in v0.1.22
func FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6AsFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner(v *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner
FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6AsFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner is a convenience function that returns FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6 wrapped in FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner
func FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7AsFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner ¶ added in v0.1.22
func FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7AsFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner(v *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner
FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7AsFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner is a convenience function that returns FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7 wrapped in FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner
func FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8AsFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner ¶ added in v0.1.22
func FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8AsFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner(v *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner
FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8AsFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner is a convenience function that returns FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8 wrapped in FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner
func FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOfAsFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner ¶ added in v0.1.22
func FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOfAsFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner(v *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner
FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOfAsFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner is a convenience function that returns FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf wrapped in FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner) GetActualInstance ¶ added in v0.1.22
func (obj *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner) GetActualInstance() interface{}
Get the actual instance
func (FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner) GetActualInstanceValue ¶ added in v0.1.22
func (obj FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner) GetActualInstanceValue() interface{}
Get the actual instance value
func (FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner) MarshalJSON ¶ added in v0.1.22
func (src FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner) UnmarshalJSON ¶ added in v0.1.22
func (dst *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf struct {
Action EnumCLICK `json:"action"`
Locator string `json:"locator"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf struct for FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf(action EnumCLICK, locator string) *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf
NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf 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 NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOfWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOfWithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf
NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOfWithDefaults instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf 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 (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) GetAction ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) GetAction() EnumCLICK
GetAction returns the Action field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) GetActionOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) GetActionOk() (*EnumCLICK, bool)
GetActionOk returns a tuple with the Action field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) GetLocator ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) GetLocator() string
GetLocator returns the Locator field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) GetLocatorOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) GetLocatorOk() (*string, bool)
GetLocatorOk returns a tuple with the Locator field value and a boolean to check if the value has been set.
func (FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) SetAction ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) SetAction(v EnumCLICK)
SetAction sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) SetLocator ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) SetLocator(v string)
SetLocator sets field value
func (FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1 ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1 struct {
Action EnumFILL `json:"action"`
Locator string `json:"locator"`
Value string `json:"value"`
AutoSubmit *bool `json:"auto_submit,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1 struct for FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1 ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1(action EnumFILL, locator string, value string) *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1
NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1 instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1 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 NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1WithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1
NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1WithDefaults instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1 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 (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) GetAction ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) GetAction() EnumFILL
GetAction returns the Action field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) GetActionOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) GetActionOk() (*EnumFILL, bool)
GetActionOk returns a tuple with the Action field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) GetAutoSubmit ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) GetAutoSubmit() bool
GetAutoSubmit returns the AutoSubmit field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) GetAutoSubmitOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) GetAutoSubmitOk() (*bool, bool)
GetAutoSubmitOk returns a tuple with the AutoSubmit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) GetLocator ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) GetLocator() string
GetLocator returns the Locator field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) GetLocatorOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) GetLocatorOk() (*string, bool)
GetLocatorOk returns a tuple with the Locator field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) GetValue ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) GetValue() string
GetValue returns the Value field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) GetValueOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) HasAutoSubmit ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) HasAutoSubmit() bool
HasAutoSubmit returns a boolean if a field has been set.
func (FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) SetAction ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) SetAction(v EnumFILL)
SetAction sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) SetAutoSubmit ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) SetAutoSubmit(v bool)
SetAutoSubmit gets a reference to the given bool and assigns it to the AutoSubmit field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) SetLocator ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) SetLocator(v string)
SetLocator sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) SetValue ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) SetValue(v string)
SetValue sets field value
func (FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2 ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2 struct {
Action EnumGOTO `json:"action"`
Url string `json:"url"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2 struct for FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2 ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2(action EnumGOTO, url string) *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2
NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2 instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2 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 NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2WithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2
NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2WithDefaults instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2 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 (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) GetAction ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) GetAction() EnumGOTO
GetAction returns the Action field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) GetActionOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) GetActionOk() (*EnumGOTO, bool)
GetActionOk returns a tuple with the Action field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) GetUrl ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) GetUrl() string
GetUrl returns the Url field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) GetUrlOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) SetAction ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) SetAction(v EnumGOTO)
SetAction sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) SetUrl ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) SetUrl(v string)
SetUrl sets field value
func (FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3 ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3 struct {
Action EnumCHECK `json:"action"`
Locator string `json:"locator"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3 struct for FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3 ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3(action EnumCHECK, locator string) *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3
NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3 instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3 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 NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3WithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3
NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3WithDefaults instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3 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 (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) GetAction ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) GetAction() EnumCHECK
GetAction returns the Action field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) GetActionOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) GetActionOk() (*EnumCHECK, bool)
GetActionOk returns a tuple with the Action field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) GetLocator ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) GetLocator() string
GetLocator returns the Locator field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) GetLocatorOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) GetLocatorOk() (*string, bool)
GetLocatorOk returns a tuple with the Locator field value and a boolean to check if the value has been set.
func (FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) SetAction ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) SetAction(v EnumCHECK)
SetAction sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) SetLocator ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) SetLocator(v string)
SetLocator sets field value
func (FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4 ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4 struct {
Action EnumSELECT `json:"action"`
Locator string `json:"locator"`
Value string `json:"value"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4 struct for FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4 ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4(action EnumSELECT, locator string, value string) *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4
NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4 instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4 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 NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4WithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4
NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4WithDefaults instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4 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 (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) GetAction ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) GetAction() EnumSELECT
GetAction returns the Action field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) GetActionOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) GetActionOk() (*EnumSELECT, bool)
GetActionOk returns a tuple with the Action field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) GetLocator ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) GetLocator() string
GetLocator returns the Locator field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) GetLocatorOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) GetLocatorOk() (*string, bool)
GetLocatorOk returns a tuple with the Locator field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) GetValue ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) GetValue() string
GetValue returns the Value field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) GetValueOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) SetAction ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) SetAction(v EnumSELECT)
SetAction sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) SetLocator ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) SetLocator(v string)
SetLocator sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) SetValue ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) SetValue(v string)
SetValue sets field value
func (FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5 ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5 struct {
Action EnumWAITELEMENT `json:"action"`
Locator string `json:"locator"`
Timeout float32 `json:"timeout"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5 struct for FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5 ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5(action EnumWAITELEMENT, locator string, timeout float32) *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5
NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5 instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5 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 NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5WithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5
NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5WithDefaults instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5 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 (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) GetAction ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) GetAction() EnumWAITELEMENT
GetAction returns the Action field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) GetActionOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) GetActionOk() (*EnumWAITELEMENT, bool)
GetActionOk returns a tuple with the Action field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) GetLocator ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) GetLocator() string
GetLocator returns the Locator field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) GetLocatorOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) GetLocatorOk() (*string, bool)
GetLocatorOk returns a tuple with the Locator field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) GetTimeout ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) GetTimeout() float32
GetTimeout returns the Timeout field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) GetTimeoutOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) GetTimeoutOk() (*float32, bool)
GetTimeoutOk returns a tuple with the Timeout field value and a boolean to check if the value has been set.
func (FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) SetAction ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) SetAction(v EnumWAITELEMENT)
SetAction sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) SetLocator ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) SetLocator(v string)
SetLocator sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) SetTimeout ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) SetTimeout(v float32)
SetTimeout sets field value
func (FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6 ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6 struct {
Action EnumWAITTEXT `json:"action"`
Value string `json:"value"`
Timeout float32 `json:"timeout"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6 struct for FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6 ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6(action EnumWAITTEXT, value string, timeout float32) *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6
NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6 instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6 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 NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6WithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6
NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6WithDefaults instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6 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 (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) GetAction ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) GetAction() EnumWAITTEXT
GetAction returns the Action field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) GetActionOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) GetActionOk() (*EnumWAITTEXT, bool)
GetActionOk returns a tuple with the Action field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) GetTimeout ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) GetTimeout() float32
GetTimeout returns the Timeout field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) GetTimeoutOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) GetTimeoutOk() (*float32, bool)
GetTimeoutOk returns a tuple with the Timeout field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) GetValue ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) GetValue() string
GetValue returns the Value field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) GetValueOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) SetAction ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) SetAction(v EnumWAITTEXT)
SetAction sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) SetTimeout ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) SetTimeout(v float32)
SetTimeout sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) SetValue ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) SetValue(v string)
SetValue sets field value
func (FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7 ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7 struct {
Action EnumFOCUSPAGE `json:"action"`
UrlPattern string `json:"url_pattern"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7 struct for FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7 ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7(action EnumFOCUSPAGE, urlPattern string) *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7
NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7 instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7 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 NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7WithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7
NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7WithDefaults instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7 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 (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) GetAction ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) GetAction() EnumFOCUSPAGE
GetAction returns the Action field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) GetActionOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) GetActionOk() (*EnumFOCUSPAGE, bool)
GetActionOk returns a tuple with the Action field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) GetUrlPattern ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) GetUrlPattern() string
GetUrlPattern returns the UrlPattern field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) GetUrlPatternOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) GetUrlPatternOk() (*string, bool)
GetUrlPatternOk returns a tuple with the UrlPattern field value and a boolean to check if the value has been set.
func (FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) SetAction ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) SetAction(v EnumFOCUSPAGE)
SetAction sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) SetUrlPattern ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) SetUrlPattern(v string)
SetUrlPattern sets field value
func (FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8 ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8 struct {
Action EnumSLEEP `json:"action"`
Seconds float32 `json:"seconds"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8 struct for FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8 ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8(action EnumSLEEP, seconds float32) *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8
NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8 instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8 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 NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8WithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8
NewFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8WithDefaults instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8 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 (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) GetAction ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) GetAction() EnumSLEEP
GetAction returns the Action field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) GetActionOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) GetActionOk() (*EnumSLEEP, bool)
GetActionOk returns a tuple with the Action field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) GetSeconds ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) GetSeconds() float32
GetSeconds returns the Seconds field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) GetSecondsOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) GetSecondsOk() (*float32, bool)
GetSecondsOk returns a tuple with the Seconds field value and a boolean to check if the value has been set.
func (FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) SetAction ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) SetAction(v EnumSLEEP)
SetAction sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) SetSeconds ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) SetSeconds(v float32)
SetSeconds sets field value
func (FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner struct {
Username string `json:"username"`
Headers map[string]string `json:"headers,omitempty"`
Cookies map[string]string `json:"cookies,omitempty"`
Password string `json:"password"`
Scopes []string `json:"scopes,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner struct for FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner(username string, password string) *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner
NewFrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner 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 NewFrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInnerWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInnerWithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner
NewFrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInnerWithDefaults instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner 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 (*FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) GetCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) GetCookies() map[string]string
GetCookies returns the Cookies field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) GetCookiesOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) GetCookiesOk() (map[string]string, bool)
GetCookiesOk returns a tuple with the Cookies field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) GetHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) GetHeaders() map[string]string
GetHeaders returns the Headers field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) GetHeadersOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) GetHeadersOk() (map[string]string, bool)
GetHeadersOk returns a tuple with the Headers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) GetPassword ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) GetPassword() string
GetPassword returns the Password field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) GetPasswordOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) GetScopes ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) GetScopes() []string
GetScopes returns the Scopes field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) GetScopesOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) GetScopesOk() ([]string, bool)
GetScopesOk returns a tuple with the Scopes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) GetUsername ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) GetUsername() string
GetUsername returns the Username field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) GetUsernameOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) HasCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) HasCookies() bool
HasCookies returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) HasHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) HasHeaders() bool
HasHeaders returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) HasScopes ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) HasScopes() bool
HasScopes returns a boolean if a field has been set.
func (FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) SetCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) SetCookies(v map[string]string)
SetCookies gets a reference to the given map[string]string and assigns it to the Cookies field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) SetHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) SetHeaders(v map[string]string)
SetHeaders gets a reference to the given map[string]string and assigns it to the Headers field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) SetPassword ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) SetPassword(v string)
SetPassword sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) SetScopes ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) SetScopes(v []string)
SetScopes gets a reference to the given []string and assigns it to the Scopes field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) SetUsername ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) SetUsername(v string)
SetUsername sets field value
func (FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationPresetsInnerOneOf2 ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInnerOneOf2 struct {
Type EnumOAUTHCLIENTCREDENTIALS `json:"type"`
Users []FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner `json:"users"`
Url string `json:"url"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationPresetsInnerOneOf2 struct for FrontendConfigurationAuthenticationPresetsInnerOneOf2
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf2 ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf2(type_ EnumOAUTHCLIENTCREDENTIALS, users []FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner, url string) *FrontendConfigurationAuthenticationPresetsInnerOneOf2
NewFrontendConfigurationAuthenticationPresetsInnerOneOf2 instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf2 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 NewFrontendConfigurationAuthenticationPresetsInnerOneOf2WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf2WithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf2
NewFrontendConfigurationAuthenticationPresetsInnerOneOf2WithDefaults instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf2 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 (*FrontendConfigurationAuthenticationPresetsInnerOneOf2) GetType ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2) GetType() EnumOAUTHCLIENTCREDENTIALS
GetType returns the Type field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf2) GetTypeOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2) GetTypeOk() (*EnumOAUTHCLIENTCREDENTIALS, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf2) GetUrl ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2) GetUrl() string
GetUrl returns the Url field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf2) GetUrlOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf2) GetUsers ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2) GetUsers() []FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner
GetUsers returns the Users field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf2) GetUsersOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2) GetUsersOk() ([]FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner, bool)
GetUsersOk returns a tuple with the Users field value and a boolean to check if the value has been set.
func (FrontendConfigurationAuthenticationPresetsInnerOneOf2) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf2) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf2) SetType ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2) SetType(v EnumOAUTHCLIENTCREDENTIALS)
SetType sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf2) SetUrl ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2) SetUrl(v string)
SetUrl sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf2) SetUsers ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2) SetUsers(v []FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner)
SetUsers sets field value
func (FrontendConfigurationAuthenticationPresetsInnerOneOf2) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf2) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf2) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner struct {
Username string `json:"username"`
Headers map[string]string `json:"headers,omitempty"`
Cookies map[string]string `json:"cookies,omitempty"`
ClientId string `json:"client_id"`
ClientSecret string `json:"client_secret"`
Scopes []string `json:"scopes,omitempty"`
Audience *string `json:"audience,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner struct for FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner(username string, clientId string, clientSecret string) *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner
NewFrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner 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 NewFrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInnerWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInnerWithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner
NewFrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInnerWithDefaults instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner 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 (*FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetAudience ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetAudience() string
GetAudience returns the Audience field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetAudienceOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetAudienceOk() (*string, bool)
GetAudienceOk returns a tuple with the Audience field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetClientId ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetClientId() string
GetClientId returns the ClientId field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetClientIdOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetClientSecret ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetClientSecret() string
GetClientSecret returns the ClientSecret field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetClientSecretOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetClientSecretOk() (*string, bool)
GetClientSecretOk returns a tuple with the ClientSecret field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetCookies() map[string]string
GetCookies returns the Cookies field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetCookiesOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetCookiesOk() (map[string]string, bool)
GetCookiesOk returns a tuple with the Cookies field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetHeaders() map[string]string
GetHeaders returns the Headers field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetHeadersOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetHeadersOk() (map[string]string, bool)
GetHeadersOk returns a tuple with the Headers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetScopes ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetScopes() []string
GetScopes returns the Scopes field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetScopesOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetScopesOk() ([]string, bool)
GetScopesOk returns a tuple with the Scopes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetUsername ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetUsername() string
GetUsername returns the Username field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetUsernameOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) HasAudience ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) HasAudience() bool
HasAudience returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) HasCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) HasCookies() bool
HasCookies returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) HasHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) HasHeaders() bool
HasHeaders returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) HasScopes ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) HasScopes() bool
HasScopes returns a boolean if a field has been set.
func (FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) SetAudience ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) SetAudience(v string)
SetAudience gets a reference to the given string and assigns it to the Audience field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) SetClientId ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) SetClientId(v string)
SetClientId sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) SetClientSecret ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) SetClientSecret(v string)
SetClientSecret sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) SetCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) SetCookies(v map[string]string)
SetCookies gets a reference to the given map[string]string and assigns it to the Cookies field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) SetHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) SetHeaders(v map[string]string)
SetHeaders gets a reference to the given map[string]string and assigns it to the Headers field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) SetScopes ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) SetScopes(v []string)
SetScopes gets a reference to the given []string and assigns it to the Scopes field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) SetUsername ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) SetUsername(v string)
SetUsername sets field value
func (FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationPresetsInnerOneOf3 ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInnerOneOf3 struct {
Type EnumBASIC `json:"type"`
Users []FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner `json:"users"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationPresetsInnerOneOf3 struct for FrontendConfigurationAuthenticationPresetsInnerOneOf3
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf3 ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf3(type_ EnumBASIC, users []FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) *FrontendConfigurationAuthenticationPresetsInnerOneOf3
NewFrontendConfigurationAuthenticationPresetsInnerOneOf3 instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf3 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 NewFrontendConfigurationAuthenticationPresetsInnerOneOf3WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf3WithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf3
NewFrontendConfigurationAuthenticationPresetsInnerOneOf3WithDefaults instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf3 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 (*FrontendConfigurationAuthenticationPresetsInnerOneOf3) GetType ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3) GetType() EnumBASIC
GetType returns the Type field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf3) GetTypeOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3) GetTypeOk() (*EnumBASIC, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf3) GetUsers ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3) GetUsers() []FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner
GetUsers returns the Users field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf3) GetUsersOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3) GetUsersOk() ([]FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner, bool)
GetUsersOk returns a tuple with the Users field value and a boolean to check if the value has been set.
func (FrontendConfigurationAuthenticationPresetsInnerOneOf3) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf3) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf3) SetType ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3) SetType(v EnumBASIC)
SetType sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf3) SetUsers ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3) SetUsers(v []FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner)
SetUsers sets field value
func (FrontendConfigurationAuthenticationPresetsInnerOneOf3) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf3) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf3) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner struct {
Username string `json:"username"`
Headers map[string]string `json:"headers,omitempty"`
Cookies map[string]string `json:"cookies,omitempty"`
Password string `json:"password"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner struct for FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner(username string, password string) *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner
NewFrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner 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 NewFrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInnerWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInnerWithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner
NewFrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInnerWithDefaults instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner 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 (*FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) GetCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) GetCookies() map[string]string
GetCookies returns the Cookies field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) GetCookiesOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) GetCookiesOk() (map[string]string, bool)
GetCookiesOk returns a tuple with the Cookies field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) GetHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) GetHeaders() map[string]string
GetHeaders returns the Headers field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) GetHeadersOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) GetHeadersOk() (map[string]string, bool)
GetHeadersOk returns a tuple with the Headers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) GetPassword ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) GetPassword() string
GetPassword returns the Password field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) GetPasswordOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) GetUsername ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) GetUsername() string
GetUsername returns the Username field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) GetUsernameOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) HasCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) HasCookies() bool
HasCookies returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) HasHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) HasHeaders() bool
HasHeaders returns a boolean if a field has been set.
func (FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) SetCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) SetCookies(v map[string]string)
SetCookies gets a reference to the given map[string]string and assigns it to the Cookies field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) SetHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) SetHeaders(v map[string]string)
SetHeaders gets a reference to the given map[string]string and assigns it to the Headers field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) SetPassword ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) SetPassword(v string)
SetPassword sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) SetUsername ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) SetUsername(v string)
SetUsername sets field value
func (FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationPresetsInnerOneOf4 ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInnerOneOf4 struct {
Type EnumGRAPHQL `json:"type"`
Users []FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner `json:"users"`
Url string `json:"url"`
Query string `json:"query"`
Extractions []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner `json:"extractions,omitempty"`
Injections []FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner `json:"injections,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationPresetsInnerOneOf4 struct for FrontendConfigurationAuthenticationPresetsInnerOneOf4
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf4 ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf4(type_ EnumGRAPHQL, users []FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner, url string, query string) *FrontendConfigurationAuthenticationPresetsInnerOneOf4
NewFrontendConfigurationAuthenticationPresetsInnerOneOf4 instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf4 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 NewFrontendConfigurationAuthenticationPresetsInnerOneOf4WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf4WithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf4
NewFrontendConfigurationAuthenticationPresetsInnerOneOf4WithDefaults instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf4 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 (*FrontendConfigurationAuthenticationPresetsInnerOneOf4) GetExtractions ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) GetExtractions() []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner
GetExtractions returns the Extractions field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf4) GetExtractionsOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) GetExtractionsOk() ([]FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner, bool)
GetExtractionsOk returns a tuple with the Extractions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf4) GetInjections ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) GetInjections() []FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner
GetInjections returns the Injections field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf4) GetInjectionsOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) GetInjectionsOk() ([]FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner, bool)
GetInjectionsOk returns a tuple with the Injections field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf4) GetQuery ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) GetQuery() string
GetQuery returns the Query field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf4) GetQueryOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) GetQueryOk() (*string, bool)
GetQueryOk returns a tuple with the Query field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf4) GetType ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) GetType() EnumGRAPHQL
GetType returns the Type field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf4) GetTypeOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) GetTypeOk() (*EnumGRAPHQL, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf4) GetUrl ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) GetUrl() string
GetUrl returns the Url field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf4) GetUrlOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf4) GetUsers ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) GetUsers() []FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner
GetUsers returns the Users field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf4) GetUsersOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) GetUsersOk() ([]FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner, bool)
GetUsersOk returns a tuple with the Users field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf4) HasExtractions ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) HasExtractions() bool
HasExtractions returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf4) HasInjections ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) HasInjections() bool
HasInjections returns a boolean if a field has been set.
func (FrontendConfigurationAuthenticationPresetsInnerOneOf4) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf4) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf4) SetExtractions ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) SetExtractions(v []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner)
SetExtractions gets a reference to the given []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner and assigns it to the Extractions field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf4) SetInjections ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) SetInjections(v []FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner)
SetInjections gets a reference to the given []FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner and assigns it to the Injections field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf4) SetQuery ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) SetQuery(v string)
SetQuery sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf4) SetType ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) SetType(v EnumGRAPHQL)
SetType sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf4) SetUrl ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) SetUrl(v string)
SetUrl sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf4) SetUsers ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) SetUsers(v []FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner)
SetUsers sets field value
func (FrontendConfigurationAuthenticationPresetsInnerOneOf4) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf4) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf4) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner struct {
Username string `json:"username"`
Headers map[string]string `json:"headers,omitempty"`
Cookies map[string]string `json:"cookies,omitempty"`
Variables map[string]string `json:"variables"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner struct for FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner(username string, variables map[string]string) *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner
NewFrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner 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 NewFrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInnerWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInnerWithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner
NewFrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInnerWithDefaults instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner 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 (*FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) GetCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) GetCookies() map[string]string
GetCookies returns the Cookies field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) GetCookiesOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) GetCookiesOk() (map[string]string, bool)
GetCookiesOk returns a tuple with the Cookies field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) GetHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) GetHeaders() map[string]string
GetHeaders returns the Headers field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) GetHeadersOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) GetHeadersOk() (map[string]string, bool)
GetHeadersOk returns a tuple with the Headers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) GetUsername ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) GetUsername() string
GetUsername returns the Username field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) GetUsernameOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) GetVariables ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) GetVariables() map[string]string
GetVariables returns the Variables field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) GetVariablesOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) GetVariablesOk() (map[string]string, bool)
GetVariablesOk returns a tuple with the Variables field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) HasCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) HasCookies() bool
HasCookies returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) HasHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) HasHeaders() bool
HasHeaders returns a boolean if a field has been set.
func (FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) SetCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) SetCookies(v map[string]string)
SetCookies gets a reference to the given map[string]string and assigns it to the Cookies field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) SetHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) SetHeaders(v map[string]string)
SetHeaders gets a reference to the given map[string]string and assigns it to the Headers field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) SetUsername ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) SetUsername(v string)
SetUsername sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) SetVariables ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) SetVariables(v map[string]string)
SetVariables sets field value
func (FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationPresetsInnerOneOf5 ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInnerOneOf5 struct {
Type EnumDIGEST `json:"type"`
Users []FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner `json:"users"`
FirstRequest FrontendConfigurationAuthenticationPresetsInnerOneOfRequest `json:"first_request"`
SecondRequest *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest `json:"second_request,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationPresetsInnerOneOf5 struct for FrontendConfigurationAuthenticationPresetsInnerOneOf5
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf5 ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf5(type_ EnumDIGEST, users []FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner, firstRequest FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) *FrontendConfigurationAuthenticationPresetsInnerOneOf5
NewFrontendConfigurationAuthenticationPresetsInnerOneOf5 instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf5 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 NewFrontendConfigurationAuthenticationPresetsInnerOneOf5WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf5WithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf5
NewFrontendConfigurationAuthenticationPresetsInnerOneOf5WithDefaults instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf5 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 (*FrontendConfigurationAuthenticationPresetsInnerOneOf5) GetFirstRequest ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf5) GetFirstRequest() FrontendConfigurationAuthenticationPresetsInnerOneOfRequest
GetFirstRequest returns the FirstRequest field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf5) GetFirstRequestOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf5) GetFirstRequestOk() (*FrontendConfigurationAuthenticationPresetsInnerOneOfRequest, bool)
GetFirstRequestOk returns a tuple with the FirstRequest field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf5) GetSecondRequest ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf5) GetSecondRequest() FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest
GetSecondRequest returns the SecondRequest field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf5) GetSecondRequestOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf5) GetSecondRequestOk() (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest, bool)
GetSecondRequestOk returns a tuple with the SecondRequest field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf5) GetType ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf5) GetType() EnumDIGEST
GetType returns the Type field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf5) GetTypeOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf5) GetTypeOk() (*EnumDIGEST, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf5) GetUsers ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf5) GetUsers() []FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner
GetUsers returns the Users field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf5) GetUsersOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf5) GetUsersOk() ([]FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner, bool)
GetUsersOk returns a tuple with the Users field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf5) HasSecondRequest ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf5) HasSecondRequest() bool
HasSecondRequest returns a boolean if a field has been set.
func (FrontendConfigurationAuthenticationPresetsInnerOneOf5) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf5) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf5) SetFirstRequest ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf5) SetFirstRequest(v FrontendConfigurationAuthenticationPresetsInnerOneOfRequest)
SetFirstRequest sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf5) SetSecondRequest ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf5) SetSecondRequest(v FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest)
SetSecondRequest gets a reference to the given FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest and assigns it to the SecondRequest field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf5) SetType ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf5) SetType(v EnumDIGEST)
SetType sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf5) SetUsers ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf5) SetUsers(v []FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner)
SetUsers sets field value
func (FrontendConfigurationAuthenticationPresetsInnerOneOf5) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf5) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf5) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf5) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationPresetsInnerOneOf6 ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInnerOneOf6 struct {
Type EnumCOGNITOUSERPASS `json:"type"`
Users []FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner `json:"users"`
Region Enum099ff370106bbdadb403f9dd62027576 `json:"region"`
ClientId string `json:"client_id"`
ClientSecret string `json:"client_secret"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationPresetsInnerOneOf6 struct for FrontendConfigurationAuthenticationPresetsInnerOneOf6
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf6 ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf6(type_ EnumCOGNITOUSERPASS, users []FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner, region Enum099ff370106bbdadb403f9dd62027576, clientId string, clientSecret string) *FrontendConfigurationAuthenticationPresetsInnerOneOf6
NewFrontendConfigurationAuthenticationPresetsInnerOneOf6 instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf6 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 NewFrontendConfigurationAuthenticationPresetsInnerOneOf6WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf6WithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf6
NewFrontendConfigurationAuthenticationPresetsInnerOneOf6WithDefaults instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf6 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 (*FrontendConfigurationAuthenticationPresetsInnerOneOf6) GetClientId ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf6) GetClientId() string
GetClientId returns the ClientId field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf6) GetClientIdOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf6) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf6) GetClientSecret ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf6) GetClientSecret() string
GetClientSecret returns the ClientSecret field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf6) GetClientSecretOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf6) GetClientSecretOk() (*string, bool)
GetClientSecretOk returns a tuple with the ClientSecret field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf6) GetRegion ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf6) GetRegion() Enum099ff370106bbdadb403f9dd62027576
GetRegion returns the Region field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf6) GetRegionOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf6) GetRegionOk() (*Enum099ff370106bbdadb403f9dd62027576, bool)
GetRegionOk returns a tuple with the Region field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf6) GetType ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf6) GetType() EnumCOGNITOUSERPASS
GetType returns the Type field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf6) GetTypeOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf6) GetTypeOk() (*EnumCOGNITOUSERPASS, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf6) GetUsers ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf6) GetUsers() []FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner
GetUsers returns the Users field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf6) GetUsersOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf6) GetUsersOk() ([]FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner, bool)
GetUsersOk returns a tuple with the Users field value and a boolean to check if the value has been set.
func (FrontendConfigurationAuthenticationPresetsInnerOneOf6) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf6) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf6) SetClientId ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf6) SetClientId(v string)
SetClientId sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf6) SetClientSecret ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf6) SetClientSecret(v string)
SetClientSecret sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf6) SetRegion ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf6) SetRegion(v Enum099ff370106bbdadb403f9dd62027576)
SetRegion sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf6) SetType ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf6) SetType(v EnumCOGNITOUSERPASS)
SetType sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf6) SetUsers ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf6) SetUsers(v []FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner)
SetUsers sets field value
func (FrontendConfigurationAuthenticationPresetsInnerOneOf6) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf6) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf6) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf6) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationPresetsInnerOneOf7 ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInnerOneOf7 struct {
Type EnumHEADERS `json:"type"`
Users []FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner `json:"users"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationPresetsInnerOneOf7 struct for FrontendConfigurationAuthenticationPresetsInnerOneOf7
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf7 ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf7(type_ EnumHEADERS, users []FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) *FrontendConfigurationAuthenticationPresetsInnerOneOf7
NewFrontendConfigurationAuthenticationPresetsInnerOneOf7 instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf7 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 NewFrontendConfigurationAuthenticationPresetsInnerOneOf7WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf7WithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf7
NewFrontendConfigurationAuthenticationPresetsInnerOneOf7WithDefaults instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf7 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 (*FrontendConfigurationAuthenticationPresetsInnerOneOf7) GetType ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf7) GetType() EnumHEADERS
GetType returns the Type field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf7) GetTypeOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf7) GetTypeOk() (*EnumHEADERS, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf7) GetUsers ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf7) GetUsers() []FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner
GetUsers returns the Users field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf7) GetUsersOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf7) GetUsersOk() ([]FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner, bool)
GetUsersOk returns a tuple with the Users field value and a boolean to check if the value has been set.
func (FrontendConfigurationAuthenticationPresetsInnerOneOf7) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf7) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf7) SetType ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf7) SetType(v EnumHEADERS)
SetType sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf7) SetUsers ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf7) SetUsers(v []FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner)
SetUsers sets field value
func (FrontendConfigurationAuthenticationPresetsInnerOneOf7) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf7) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf7) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf7) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner struct {
Username string `json:"username"`
Headers map[string]string `json:"headers"`
Cookies map[string]string `json:"cookies,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner struct for FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner(username string, headers map[string]string) *FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner
NewFrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner 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 NewFrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInnerWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInnerWithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner
NewFrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInnerWithDefaults instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner 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 (*FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) GetCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) GetCookies() map[string]string
GetCookies returns the Cookies field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) GetCookiesOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) GetCookiesOk() (map[string]string, bool)
GetCookiesOk returns a tuple with the Cookies field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) GetHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) GetHeaders() map[string]string
GetHeaders returns the Headers field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) GetHeadersOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) GetHeadersOk() (map[string]string, bool)
GetHeadersOk returns a tuple with the Headers field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) GetUsername ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) GetUsername() string
GetUsername returns the Username field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) GetUsernameOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) HasCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) HasCookies() bool
HasCookies returns a boolean if a field has been set.
func (FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) SetCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) SetCookies(v map[string]string)
SetCookies gets a reference to the given map[string]string and assigns it to the Cookies field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) SetHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) SetHeaders(v map[string]string)
SetHeaders sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) SetUsername ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) SetUsername(v string)
SetUsername sets field value
func (FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationPresetsInnerOneOf8 ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInnerOneOf8 struct {
Type EnumCURL `json:"type"`
Users []FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner `json:"users"`
Extractions []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner `json:"extractions"`
Injections []FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner `json:"injections"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationPresetsInnerOneOf8 struct for FrontendConfigurationAuthenticationPresetsInnerOneOf8
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf8 ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf8(type_ EnumCURL, users []FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner, extractions []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner, injections []FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) *FrontendConfigurationAuthenticationPresetsInnerOneOf8
NewFrontendConfigurationAuthenticationPresetsInnerOneOf8 instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf8 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 NewFrontendConfigurationAuthenticationPresetsInnerOneOf8WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf8WithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf8
NewFrontendConfigurationAuthenticationPresetsInnerOneOf8WithDefaults instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf8 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 (*FrontendConfigurationAuthenticationPresetsInnerOneOf8) GetExtractions ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8) GetExtractions() []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner
GetExtractions returns the Extractions field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf8) GetExtractionsOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8) GetExtractionsOk() ([]FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner, bool)
GetExtractionsOk returns a tuple with the Extractions field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf8) GetInjections ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8) GetInjections() []FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner
GetInjections returns the Injections field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf8) GetInjectionsOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8) GetInjectionsOk() ([]FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner, bool)
GetInjectionsOk returns a tuple with the Injections field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf8) GetType ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8) GetType() EnumCURL
GetType returns the Type field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf8) GetTypeOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8) GetTypeOk() (*EnumCURL, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf8) GetUsers ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8) GetUsers() []FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner
GetUsers returns the Users field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf8) GetUsersOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8) GetUsersOk() ([]FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner, bool)
GetUsersOk returns a tuple with the Users field value and a boolean to check if the value has been set.
func (FrontendConfigurationAuthenticationPresetsInnerOneOf8) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf8) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf8) SetExtractions ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8) SetExtractions(v []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner)
SetExtractions sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf8) SetInjections ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8) SetInjections(v []FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner)
SetInjections sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf8) SetType ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8) SetType(v EnumCURL)
SetType sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf8) SetUsers ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8) SetUsers(v []FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner)
SetUsers sets field value
func (FrontendConfigurationAuthenticationPresetsInnerOneOf8) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf8) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf8) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner struct {
Username string `json:"username"`
Headers map[string]string `json:"headers,omitempty"`
Cookies map[string]string `json:"cookies,omitempty"`
Curl string `json:"curl"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner struct for FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner(username string, curl string) *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner
NewFrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner 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 NewFrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInnerWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInnerWithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner
NewFrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInnerWithDefaults instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner 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 (*FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) GetCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) GetCookies() map[string]string
GetCookies returns the Cookies field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) GetCookiesOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) GetCookiesOk() (map[string]string, bool)
GetCookiesOk returns a tuple with the Cookies field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) GetCurl ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) GetCurl() string
GetCurl returns the Curl field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) GetCurlOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) GetCurlOk() (*string, bool)
GetCurlOk returns a tuple with the Curl field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) GetHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) GetHeaders() map[string]string
GetHeaders returns the Headers field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) GetHeadersOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) GetHeadersOk() (map[string]string, bool)
GetHeadersOk returns a tuple with the Headers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) GetUsername ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) GetUsername() string
GetUsername returns the Username field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) GetUsernameOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) HasCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) HasCookies() bool
HasCookies returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) HasHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) HasHeaders() bool
HasHeaders returns a boolean if a field has been set.
func (FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) SetCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) SetCookies(v map[string]string)
SetCookies gets a reference to the given map[string]string and assigns it to the Cookies field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) SetCurl ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) SetCurl(v string)
SetCurl sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) SetHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) SetHeaders(v map[string]string)
SetHeaders gets a reference to the given map[string]string and assigns it to the Headers field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) SetUsername ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) SetUsername(v string)
SetUsername sets field value
func (FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationPresetsInnerOneOf9 ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInnerOneOf9 struct {
Type EnumCURLSEQUENCE `json:"type"`
Users []FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner `json:"users"`
Requests []FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner `json:"requests"`
Injections []FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner `json:"injections,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationPresetsInnerOneOf9 struct for FrontendConfigurationAuthenticationPresetsInnerOneOf9
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf9 ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf9(type_ EnumCURLSEQUENCE, users []FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner, requests []FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) *FrontendConfigurationAuthenticationPresetsInnerOneOf9
NewFrontendConfigurationAuthenticationPresetsInnerOneOf9 instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf9 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 NewFrontendConfigurationAuthenticationPresetsInnerOneOf9WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf9WithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf9
NewFrontendConfigurationAuthenticationPresetsInnerOneOf9WithDefaults instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf9 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 (*FrontendConfigurationAuthenticationPresetsInnerOneOf9) GetInjections ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9) GetInjections() []FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner
GetInjections returns the Injections field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf9) GetInjectionsOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9) GetInjectionsOk() ([]FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner, bool)
GetInjectionsOk returns a tuple with the Injections field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf9) GetRequests ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9) GetRequests() []FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner
GetRequests returns the Requests field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf9) GetRequestsOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9) GetRequestsOk() ([]FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner, bool)
GetRequestsOk returns a tuple with the Requests field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf9) GetType ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9) GetType() EnumCURLSEQUENCE
GetType returns the Type field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf9) GetTypeOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9) GetTypeOk() (*EnumCURLSEQUENCE, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf9) GetUsers ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9) GetUsers() []FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner
GetUsers returns the Users field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf9) GetUsersOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9) GetUsersOk() ([]FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner, bool)
GetUsersOk returns a tuple with the Users field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf9) HasInjections ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9) HasInjections() bool
HasInjections returns a boolean if a field has been set.
func (FrontendConfigurationAuthenticationPresetsInnerOneOf9) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf9) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf9) SetInjections ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9) SetInjections(v []FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner)
SetInjections gets a reference to the given []FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner and assigns it to the Injections field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf9) SetRequests ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9) SetRequests(v []FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner)
SetRequests sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf9) SetType ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9) SetType(v EnumCURLSEQUENCE)
SetType sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf9) SetUsers ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9) SetUsers(v []FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner)
SetUsers sets field value
func (FrontendConfigurationAuthenticationPresetsInnerOneOf9) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf9) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf9) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner struct {
Curl string `json:"curl"`
Extractions []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner `json:"extractions,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner struct for FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner(curl string) *FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner
NewFrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner 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 NewFrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInnerWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInnerWithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner
NewFrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInnerWithDefaults instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner 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 (*FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) GetCurl ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) GetCurl() string
GetCurl returns the Curl field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) GetCurlOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) GetCurlOk() (*string, bool)
GetCurlOk returns a tuple with the Curl field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) GetExtractions ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) GetExtractions() []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner
GetExtractions returns the Extractions field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) GetExtractionsOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) GetExtractionsOk() ([]FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner, bool)
GetExtractionsOk returns a tuple with the Extractions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) HasExtractions ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) HasExtractions() bool
HasExtractions returns a boolean if a field has been set.
func (FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) SetCurl ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) SetCurl(v string)
SetCurl sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) SetExtractions ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) SetExtractions(v []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner)
SetExtractions gets a reference to the given []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner and assigns it to the Extractions field.
func (FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner struct {
Username string `json:"username"`
Headers map[string]string `json:"headers,omitempty"`
Cookies map[string]string `json:"cookies,omitempty"`
Variables map[string]string `json:"variables,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner struct for FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner(username string) *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner
NewFrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner 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 NewFrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInnerWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInnerWithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner
NewFrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInnerWithDefaults instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner 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 (*FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) GetCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) GetCookies() map[string]string
GetCookies returns the Cookies field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) GetCookiesOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) GetCookiesOk() (map[string]string, bool)
GetCookiesOk returns a tuple with the Cookies field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) GetHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) GetHeaders() map[string]string
GetHeaders returns the Headers field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) GetHeadersOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) GetHeadersOk() (map[string]string, bool)
GetHeadersOk returns a tuple with the Headers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) GetUsername ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) GetUsername() string
GetUsername returns the Username field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) GetUsernameOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) GetVariables ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) GetVariables() map[string]string
GetVariables returns the Variables field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) GetVariablesOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) GetVariablesOk() (map[string]string, bool)
GetVariablesOk returns a tuple with the Variables field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) HasCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) HasCookies() bool
HasCookies returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) HasHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) HasHeaders() bool
HasHeaders returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) HasVariables ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) HasVariables() bool
HasVariables returns a boolean if a field has been set.
func (FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) SetCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) SetCookies(v map[string]string)
SetCookies gets a reference to the given map[string]string and assigns it to the Cookies field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) SetHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) SetHeaders(v map[string]string)
SetHeaders gets a reference to the given map[string]string and assigns it to the Headers field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) SetUsername ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) SetUsername(v string)
SetUsername sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) SetVariables ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) SetVariables(v map[string]string)
SetVariables gets a reference to the given map[string]string and assigns it to the Variables field.
func (FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationPresetsInnerOneOfRequest ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInnerOneOfRequest struct {
Url string `json:"url"`
Method Enum4e0943c4ae7a2a2d426c0a6c0b839e82 `json:"method"`
Headers map[string]string `json:"headers,omitempty"`
Cookies map[string]string `json:"cookies,omitempty"`
QueryParameters map[string]string `json:"query_parameters,omitempty"`
Body interface{} `json:"body,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationPresetsInnerOneOfRequest struct for FrontendConfigurationAuthenticationPresetsInnerOneOfRequest
func NewFrontendConfigurationAuthenticationPresetsInnerOneOfRequest ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOfRequest(url string, method Enum4e0943c4ae7a2a2d426c0a6c0b839e82) *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest
NewFrontendConfigurationAuthenticationPresetsInnerOneOfRequest instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOfRequest 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 NewFrontendConfigurationAuthenticationPresetsInnerOneOfRequestWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOfRequestWithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest
NewFrontendConfigurationAuthenticationPresetsInnerOneOfRequestWithDefaults instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOfRequest 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 (*FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) GetBody ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) GetBody() interface{}
GetBody returns the Body field value if set, zero value otherwise (both if not set or set to explicit null).
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) GetBodyOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) GetBodyOk() (*interface{}, bool)
GetBodyOk returns a tuple with the Body field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) GetCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) GetCookies() map[string]string
GetCookies returns the Cookies field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) GetCookiesOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) GetCookiesOk() (map[string]string, bool)
GetCookiesOk returns a tuple with the Cookies field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) GetHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) GetHeaders() map[string]string
GetHeaders returns the Headers field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) GetHeadersOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) GetHeadersOk() (map[string]string, bool)
GetHeadersOk returns a tuple with the Headers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) GetMethod ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) GetMethod() Enum4e0943c4ae7a2a2d426c0a6c0b839e82
GetMethod returns the Method field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) GetMethodOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) GetMethodOk() (*Enum4e0943c4ae7a2a2d426c0a6c0b839e82, bool)
GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) GetQueryParameters ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) GetQueryParameters() map[string]string
GetQueryParameters returns the QueryParameters field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) GetQueryParametersOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) GetQueryParametersOk() (map[string]string, bool)
GetQueryParametersOk returns a tuple with the QueryParameters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) GetUrl ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) GetUrl() string
GetUrl returns the Url field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) GetUrlOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) HasBody ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) HasBody() bool
HasBody returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) HasCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) HasCookies() bool
HasCookies returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) HasHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) HasHeaders() bool
HasHeaders returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) HasQueryParameters ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) HasQueryParameters() bool
HasQueryParameters returns a boolean if a field has been set.
func (FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) SetBody ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) SetBody(v interface{})
SetBody gets a reference to the given interface{} and assigns it to the Body field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) SetCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) SetCookies(v map[string]string)
SetCookies gets a reference to the given map[string]string and assigns it to the Cookies field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) SetHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) SetHeaders(v map[string]string)
SetHeaders gets a reference to the given map[string]string and assigns it to the Headers field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) SetMethod ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) SetMethod(v Enum4e0943c4ae7a2a2d426c0a6c0b839e82)
SetMethod sets field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) SetQueryParameters ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) SetQueryParameters(v map[string]string)
SetQueryParameters gets a reference to the given map[string]string and assigns it to the QueryParameters field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) SetUrl ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) SetUrl(v string)
SetUrl sets field value
func (FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner ¶ added in v0.1.22
type FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner struct {
Username string `json:"username"`
Headers map[string]string `json:"headers,omitempty"`
Cookies map[string]string `json:"cookies,omitempty"`
Password *string `json:"password,omitempty"`
QueryParameters map[string]string `json:"queryParameters,omitempty"`
Body interface{} `json:"body,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner struct for FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner
func NewFrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner(username string) *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner
NewFrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner 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 NewFrontendConfigurationAuthenticationPresetsInnerOneOfUsersInnerWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationPresetsInnerOneOfUsersInnerWithDefaults() *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner
NewFrontendConfigurationAuthenticationPresetsInnerOneOfUsersInnerWithDefaults instantiates a new FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner 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 (*FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) GetBody ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) GetBody() interface{}
GetBody returns the Body field value if set, zero value otherwise (both if not set or set to explicit null).
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) GetBodyOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) GetBodyOk() (*interface{}, bool)
GetBodyOk returns a tuple with the Body field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) GetCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) GetCookies() map[string]string
GetCookies returns the Cookies field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) GetCookiesOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) GetCookiesOk() (map[string]string, bool)
GetCookiesOk returns a tuple with the Cookies field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) GetHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) GetHeaders() map[string]string
GetHeaders returns the Headers field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) GetHeadersOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) GetHeadersOk() (map[string]string, bool)
GetHeadersOk returns a tuple with the Headers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) GetPassword ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) GetPassword() string
GetPassword returns the Password field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) GetPasswordOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) GetQueryParameters ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) GetQueryParameters() map[string]string
GetQueryParameters returns the QueryParameters field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) GetQueryParametersOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) GetQueryParametersOk() (map[string]string, bool)
GetQueryParametersOk returns a tuple with the QueryParameters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) GetUsername ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) GetUsername() string
GetUsername returns the Username field value
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) GetUsernameOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) HasBody ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) HasBody() bool
HasBody returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) HasCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) HasCookies() bool
HasCookies returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) HasHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) HasHeaders() bool
HasHeaders returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) HasPassword ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) HasQueryParameters ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) HasQueryParameters() bool
HasQueryParameters returns a boolean if a field has been set.
func (FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) SetBody ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) SetBody(v interface{})
SetBody gets a reference to the given interface{} and assigns it to the Body field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) SetCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) SetCookies(v map[string]string)
SetCookies gets a reference to the given map[string]string and assigns it to the Cookies field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) SetHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) SetHeaders(v map[string]string)
SetHeaders gets a reference to the given map[string]string and assigns it to the Headers field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) SetPassword ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) SetPassword(v string)
SetPassword gets a reference to the given string and assigns it to the Password field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) SetQueryParameters ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) SetQueryParameters(v map[string]string)
SetQueryParameters gets a reference to the given map[string]string and assigns it to the QueryParameters field.
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) SetUsername ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) SetUsername(v string)
SetUsername sets field value
func (FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationProceduresInner ¶ added in v0.1.22
type FrontendConfigurationAuthenticationProceduresInner struct {
Name string `json:"name"`
Operations []FrontendConfigurationAuthenticationProceduresInnerOperationsInner `json:"operations"`
Injections FrontendConfigurationAuthenticationProceduresInnerInjections `json:"injections"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationProceduresInner struct for FrontendConfigurationAuthenticationProceduresInner
func NewFrontendConfigurationAuthenticationProceduresInner ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationProceduresInner(name string, operations []FrontendConfigurationAuthenticationProceduresInnerOperationsInner, injections FrontendConfigurationAuthenticationProceduresInnerInjections) *FrontendConfigurationAuthenticationProceduresInner
NewFrontendConfigurationAuthenticationProceduresInner instantiates a new FrontendConfigurationAuthenticationProceduresInner 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 NewFrontendConfigurationAuthenticationProceduresInnerWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationProceduresInnerWithDefaults() *FrontendConfigurationAuthenticationProceduresInner
NewFrontendConfigurationAuthenticationProceduresInnerWithDefaults instantiates a new FrontendConfigurationAuthenticationProceduresInner 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 (*FrontendConfigurationAuthenticationProceduresInner) GetInjections ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInner) GetInjections() FrontendConfigurationAuthenticationProceduresInnerInjections
GetInjections returns the Injections field value
func (*FrontendConfigurationAuthenticationProceduresInner) GetInjectionsOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInner) GetInjectionsOk() (*FrontendConfigurationAuthenticationProceduresInnerInjections, bool)
GetInjectionsOk returns a tuple with the Injections field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInner) GetName ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInner) GetName() string
GetName returns the Name field value
func (*FrontendConfigurationAuthenticationProceduresInner) GetNameOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInner) GetOperations ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInner) GetOperations() []FrontendConfigurationAuthenticationProceduresInnerOperationsInner
GetOperations returns the Operations field value
func (*FrontendConfigurationAuthenticationProceduresInner) GetOperationsOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInner) GetOperationsOk() ([]FrontendConfigurationAuthenticationProceduresInnerOperationsInner, bool)
GetOperationsOk returns a tuple with the Operations field value and a boolean to check if the value has been set.
func (FrontendConfigurationAuthenticationProceduresInner) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationProceduresInner) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationProceduresInner) SetInjections ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInner) SetInjections(v FrontendConfigurationAuthenticationProceduresInnerInjections)
SetInjections sets field value
func (*FrontendConfigurationAuthenticationProceduresInner) SetName ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInner) SetName(v string)
SetName sets field value
func (*FrontendConfigurationAuthenticationProceduresInner) SetOperations ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInner) SetOperations(v []FrontendConfigurationAuthenticationProceduresInnerOperationsInner)
SetOperations sets field value
func (FrontendConfigurationAuthenticationProceduresInner) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationProceduresInner) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationProceduresInner) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInner) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationProceduresInnerInjections ¶ added in v0.1.22
type FrontendConfigurationAuthenticationProceduresInnerInjections struct {
ArrayOfFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner *[]FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner
ArrayOfFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1 *[]FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1
}
FrontendConfigurationAuthenticationProceduresInnerInjections struct for FrontendConfigurationAuthenticationProceduresInnerInjections
func (FrontendConfigurationAuthenticationProceduresInnerInjections) MarshalJSON ¶ added in v0.1.22
func (src FrontendConfigurationAuthenticationProceduresInnerInjections) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*FrontendConfigurationAuthenticationProceduresInnerInjections) UnmarshalJSON ¶ added in v0.1.22
func (dst *FrontendConfigurationAuthenticationProceduresInnerInjections) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner ¶ added in v0.1.22
type FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner struct {
Location Enum83878678114937d099c9b534cb78beaf `json:"location"`
Key string `json:"key"`
Prefix *string `json:"prefix,omitempty"`
Variable string `json:"variable"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner struct for FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner
func NewFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner(location Enum83878678114937d099c9b534cb78beaf, key string, variable string) *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner
NewFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner instantiates a new FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner 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 NewFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInnerWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInnerWithDefaults() *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner
NewFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInnerWithDefaults instantiates a new FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner 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 (*FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) GetKey ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) GetKey() string
GetKey returns the Key field value
func (*FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) GetKeyOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) GetLocation ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) GetLocation() Enum83878678114937d099c9b534cb78beaf
GetLocation returns the Location field value
func (*FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) GetLocationOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) GetLocationOk() (*Enum83878678114937d099c9b534cb78beaf, bool)
GetLocationOk returns a tuple with the Location field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) GetPrefix ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) GetPrefix() string
GetPrefix returns the Prefix field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) GetPrefixOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) GetPrefixOk() (*string, bool)
GetPrefixOk returns a tuple with the Prefix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) GetVariable ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) GetVariable() string
GetVariable returns the Variable field value
func (*FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) GetVariableOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) GetVariableOk() (*string, bool)
GetVariableOk returns a tuple with the Variable field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) HasPrefix ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) HasPrefix() bool
HasPrefix returns a boolean if a field has been set.
func (FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) SetKey ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) SetKey(v string)
SetKey sets field value
func (*FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) SetLocation ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) SetLocation(v Enum83878678114937d099c9b534cb78beaf)
SetLocation sets field value
func (*FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) SetPrefix ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) SetPrefix(v string)
SetPrefix gets a reference to the given string and assigns it to the Prefix field.
func (*FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) SetVariable ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) SetVariable(v string)
SetVariable sets field value
func (FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1 ¶ added in v0.1.22
type FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1 struct {
Location Enum08a525336b538128cd395ea29110b935 `json:"location"`
Origin string `json:"origin"`
Key string `json:"key"`
Variable string `json:"variable"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1 struct for FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1
func NewFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1 ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1(location Enum08a525336b538128cd395ea29110b935, origin string, key string, variable string) *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1
NewFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1 instantiates a new FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1 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 NewFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1WithDefaults() *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1
NewFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1WithDefaults instantiates a new FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1 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 (*FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) GetKey ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) GetKey() string
GetKey returns the Key field value
func (*FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) GetKeyOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) GetLocation ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) GetLocation() Enum08a525336b538128cd395ea29110b935
GetLocation returns the Location field value
func (*FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) GetLocationOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) GetLocationOk() (*Enum08a525336b538128cd395ea29110b935, bool)
GetLocationOk returns a tuple with the Location field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) GetOrigin ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) GetOrigin() string
GetOrigin returns the Origin field value
func (*FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) GetOriginOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) GetOriginOk() (*string, bool)
GetOriginOk returns a tuple with the Origin field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) GetVariable ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) GetVariable() string
GetVariable returns the Variable field value
func (*FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) GetVariableOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) GetVariableOk() (*string, bool)
GetVariableOk returns a tuple with the Variable field value and a boolean to check if the value has been set.
func (FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) SetKey ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) SetKey(v string)
SetKey sets field value
func (*FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) SetLocation ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) SetLocation(v Enum08a525336b538128cd395ea29110b935)
SetLocation sets field value
func (*FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) SetOrigin ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) SetOrigin(v string)
SetOrigin sets field value
func (*FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) SetVariable ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) SetVariable(v string)
SetVariable sets field value
func (FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationProceduresInnerOperationsInner ¶ added in v0.1.22
type FrontendConfigurationAuthenticationProceduresInnerOperationsInner struct {
FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf
FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1 *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1
FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2 *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2
FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3 *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3
}
FrontendConfigurationAuthenticationProceduresInnerOperationsInner - struct for FrontendConfigurationAuthenticationProceduresInnerOperationsInner
func FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1AsFrontendConfigurationAuthenticationProceduresInnerOperationsInner ¶ added in v0.1.22
func FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1AsFrontendConfigurationAuthenticationProceduresInnerOperationsInner(v *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) FrontendConfigurationAuthenticationProceduresInnerOperationsInner
FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1AsFrontendConfigurationAuthenticationProceduresInnerOperationsInner is a convenience function that returns FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1 wrapped in FrontendConfigurationAuthenticationProceduresInnerOperationsInner
func FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2AsFrontendConfigurationAuthenticationProceduresInnerOperationsInner ¶ added in v0.1.22
func FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2AsFrontendConfigurationAuthenticationProceduresInnerOperationsInner(v *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) FrontendConfigurationAuthenticationProceduresInnerOperationsInner
FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2AsFrontendConfigurationAuthenticationProceduresInnerOperationsInner is a convenience function that returns FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2 wrapped in FrontendConfigurationAuthenticationProceduresInnerOperationsInner
func FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3AsFrontendConfigurationAuthenticationProceduresInnerOperationsInner ¶ added in v0.1.22
func FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3AsFrontendConfigurationAuthenticationProceduresInnerOperationsInner(v *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) FrontendConfigurationAuthenticationProceduresInnerOperationsInner
FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3AsFrontendConfigurationAuthenticationProceduresInnerOperationsInner is a convenience function that returns FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3 wrapped in FrontendConfigurationAuthenticationProceduresInnerOperationsInner
func FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfAsFrontendConfigurationAuthenticationProceduresInnerOperationsInner ¶ added in v0.1.22
func FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfAsFrontendConfigurationAuthenticationProceduresInnerOperationsInner(v *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) FrontendConfigurationAuthenticationProceduresInnerOperationsInner
FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfAsFrontendConfigurationAuthenticationProceduresInnerOperationsInner is a convenience function that returns FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf wrapped in FrontendConfigurationAuthenticationProceduresInnerOperationsInner
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInner) GetActualInstance ¶ added in v0.1.22
func (obj *FrontendConfigurationAuthenticationProceduresInnerOperationsInner) GetActualInstance() interface{}
Get the actual instance
func (FrontendConfigurationAuthenticationProceduresInnerOperationsInner) GetActualInstanceValue ¶ added in v0.1.22
func (obj FrontendConfigurationAuthenticationProceduresInnerOperationsInner) GetActualInstanceValue() interface{}
Get the actual instance value
func (FrontendConfigurationAuthenticationProceduresInnerOperationsInner) MarshalJSON ¶ added in v0.1.22
func (src FrontendConfigurationAuthenticationProceduresInnerOperationsInner) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInner) UnmarshalJSON ¶ added in v0.1.22
func (dst *FrontendConfigurationAuthenticationProceduresInnerOperationsInner) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf ¶ added in v0.1.22
type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf struct {
Tech EnumHTTP `json:"tech"`
Parameters FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters `json:"parameters"`
Extractions []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner `json:"extractions"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf struct for FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf
func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf(tech EnumHTTP, parameters FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters, extractions []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf
NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf instantiates a new FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf 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 NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfWithDefaults() *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf
NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfWithDefaults instantiates a new FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf 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 (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) GetExtractions ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) GetExtractions() []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner
GetExtractions returns the Extractions field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) GetExtractionsOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) GetExtractionsOk() ([]FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner, bool)
GetExtractionsOk returns a tuple with the Extractions field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) GetParameters ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) GetParameters() FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters
GetParameters returns the Parameters field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) GetParametersOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) GetParametersOk() (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters, bool)
GetParametersOk returns a tuple with the Parameters field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) GetTech ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) GetTech() EnumHTTP
GetTech returns the Tech field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) GetTechOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) GetTechOk() (*EnumHTTP, bool)
GetTechOk returns a tuple with the Tech field value and a boolean to check if the value has been set.
func (FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) SetExtractions ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) SetExtractions(v []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner)
SetExtractions sets field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) SetParameters ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) SetParameters(v FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters)
SetParameters sets field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) SetTech ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) SetTech(v EnumHTTP)
SetTech sets field value
func (FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1 ¶ added in v0.1.22
type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1 struct {
Tech EnumDIGEST `json:"tech"`
Parameters FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters `json:"parameters"`
Extractions FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions `json:"extractions"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1 struct for FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1
func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1 ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1(tech EnumDIGEST, parameters FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters, extractions FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions) *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1
NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1 instantiates a new FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1 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 NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1WithDefaults() *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1
NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1WithDefaults instantiates a new FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1 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 (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) GetExtractions ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) GetExtractions() FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions
GetExtractions returns the Extractions field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) GetExtractionsOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) GetExtractionsOk() (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions, bool)
GetExtractionsOk returns a tuple with the Extractions field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) GetParameters ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) GetParameters() FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters
GetParameters returns the Parameters field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) GetParametersOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) GetParametersOk() (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters, bool)
GetParametersOk returns a tuple with the Parameters field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) GetTech ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) GetTech() EnumDIGEST
GetTech returns the Tech field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) GetTechOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) GetTechOk() (*EnumDIGEST, bool)
GetTechOk returns a tuple with the Tech field value and a boolean to check if the value has been set.
func (FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) SetExtractions ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) SetExtractions(v FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions)
SetExtractions sets field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) SetParameters ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) SetParameters(v FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters)
SetParameters sets field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) SetTech ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) SetTech(v EnumDIGEST)
SetTech sets field value
func (FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions ¶ added in v0.1.22
type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions struct {
ArrayOfFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner *[]FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner
ArrayOfFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner *[]FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner
}
FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions struct for FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions
func (FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions) MarshalJSON ¶ added in v0.1.22
func (src FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions) UnmarshalJSON ¶ added in v0.1.22
func (dst *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner ¶ added in v0.1.22
type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner struct {
Location Enum08a525336b538128cd395ea29110b935 `json:"location"`
Origin string `json:"origin"`
Key string `json:"key"`
Name string `json:"name"`
Regex *string `json:"regex,omitempty"`
Jq *string `json:"jq,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner struct for FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner
func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner(location Enum08a525336b538128cd395ea29110b935, origin string, key string, name string) *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner
NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner instantiates a new FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner 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 NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInnerWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInnerWithDefaults() *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner
NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInnerWithDefaults instantiates a new FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner 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 (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) GetJq ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) GetJq() string
GetJq returns the Jq field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) GetJqOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) GetJqOk() (*string, bool)
GetJqOk returns a tuple with the Jq field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) GetKey ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) GetKey() string
GetKey returns the Key field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) GetKeyOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) GetLocation ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) GetLocation() Enum08a525336b538128cd395ea29110b935
GetLocation returns the Location field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) GetLocationOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) GetLocationOk() (*Enum08a525336b538128cd395ea29110b935, bool)
GetLocationOk returns a tuple with the Location field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) GetName ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) GetName() string
GetName returns the Name field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) GetNameOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) GetOrigin ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) GetOrigin() string
GetOrigin returns the Origin field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) GetOriginOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) GetOriginOk() (*string, bool)
GetOriginOk returns a tuple with the Origin field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) GetRegex ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) GetRegex() string
GetRegex returns the Regex field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) GetRegexOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) GetRegexOk() (*string, bool)
GetRegexOk returns a tuple with the Regex field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) HasJq ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) HasJq() bool
HasJq returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) HasRegex ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) HasRegex() bool
HasRegex returns a boolean if a field has been set.
func (FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) SetJq ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) SetJq(v string)
SetJq gets a reference to the given string and assigns it to the Jq field.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) SetKey ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) SetKey(v string)
SetKey sets field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) SetLocation ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) SetLocation(v Enum08a525336b538128cd395ea29110b935)
SetLocation sets field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) SetName ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) SetName(v string)
SetName sets field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) SetOrigin ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) SetOrigin(v string)
SetOrigin sets field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) SetRegex ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) SetRegex(v string)
SetRegex gets a reference to the given string and assigns it to the Regex field.
func (FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters ¶ added in v0.1.22
type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters struct {
Proxy *string `json:"proxy,omitempty"`
FirstRequest FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters `json:"first_request"`
SecondRequest *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest `json:"second_request,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters struct for FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters
func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters(firstRequest FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters
NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters instantiates a new FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters 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 NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersWithDefaults() *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters
NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersWithDefaults instantiates a new FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters 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 (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) GetFirstRequest ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) GetFirstRequest() FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters
GetFirstRequest returns the FirstRequest field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) GetFirstRequestOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) GetFirstRequestOk() (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters, bool)
GetFirstRequestOk returns a tuple with the FirstRequest field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) GetProxy ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) GetProxy() string
GetProxy returns the Proxy field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) GetProxyOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) GetProxyOk() (*string, bool)
GetProxyOk returns a tuple with the Proxy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) GetSecondRequest ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) GetSecondRequest() FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest
GetSecondRequest returns the SecondRequest field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) GetSecondRequestOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) GetSecondRequestOk() (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest, bool)
GetSecondRequestOk returns a tuple with the SecondRequest field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) HasProxy ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) HasProxy() bool
HasProxy returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) HasSecondRequest ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) HasSecondRequest() bool
HasSecondRequest returns a boolean if a field has been set.
func (FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) SetFirstRequest ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) SetFirstRequest(v FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters)
SetFirstRequest sets field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) SetProxy ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) SetProxy(v string)
SetProxy gets a reference to the given string and assigns it to the Proxy field.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) SetSecondRequest ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) SetSecondRequest(v FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest)
SetSecondRequest gets a reference to the given FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest and assigns it to the SecondRequest field.
func (FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest ¶ added in v0.1.22
type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest struct {
Url *string `json:"url,omitempty"`
Method *Enum4e0943c4ae7a2a2d426c0a6c0b839e82 `json:"method,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest struct for FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest
func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest() *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest
NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest instantiates a new FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest 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 NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequestWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequestWithDefaults() *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest
NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequestWithDefaults instantiates a new FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest 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 (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) GetMethod ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) GetMethod() Enum4e0943c4ae7a2a2d426c0a6c0b839e82
GetMethod returns the Method field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) GetMethodOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) GetMethodOk() (*Enum4e0943c4ae7a2a2d426c0a6c0b839e82, 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 (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) GetUrl ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) GetUrlOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) HasMethod ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) HasMethod() bool
HasMethod returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) HasUrl ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) SetMethod ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) SetMethod(v Enum4e0943c4ae7a2a2d426c0a6c0b839e82)
SetMethod gets a reference to the given Enum4e0943c4ae7a2a2d426c0a6c0b839e82 and assigns it to the Method field.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) SetUrl ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
func (FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2 ¶ added in v0.1.22
type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2 struct {
Tech EnumBROWSERAGENT `json:"tech"`
Parameters FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters `json:"parameters"`
Extractions FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions `json:"extractions"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2 struct for FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2
func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2 ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2(tech EnumBROWSERAGENT, parameters FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters, extractions FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions) *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2
NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2 instantiates a new FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2 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 NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2WithDefaults() *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2
NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2WithDefaults instantiates a new FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2 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 (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) GetExtractions ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) GetExtractions() FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions
GetExtractions returns the Extractions field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) GetExtractionsOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) GetExtractionsOk() (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions, bool)
GetExtractionsOk returns a tuple with the Extractions field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) GetParameters ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) GetParameters() FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters
GetParameters returns the Parameters field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) GetParametersOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) GetParametersOk() (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters, bool)
GetParametersOk returns a tuple with the Parameters field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) GetTech ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) GetTech() EnumBROWSERAGENT
GetTech returns the Tech field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) GetTechOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) GetTechOk() (*EnumBROWSERAGENT, bool)
GetTechOk returns a tuple with the Tech field value and a boolean to check if the value has been set.
func (FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) SetExtractions ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) SetExtractions(v FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions)
SetExtractions sets field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) SetParameters ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) SetParameters(v FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters)
SetParameters sets field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) SetTech ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) SetTech(v EnumBROWSERAGENT)
SetTech sets field value
func (FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters ¶ added in v0.1.22
type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters struct {
Proxy *string `json:"proxy,omitempty"`
LoginUrl string `json:"login_url"`
AutoExtractionUrls []string `json:"auto_extraction_urls,omitempty"`
LoggedInDetectorText *string `json:"logged_in_detector_text,omitempty"`
LoggedInDetectorTimeout *float32 `json:"logged_in_detector_timeout,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters struct for FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters
func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters(loginUrl string) *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters
NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters instantiates a new FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters 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 NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2ParametersWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2ParametersWithDefaults() *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters
NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2ParametersWithDefaults instantiates a new FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters 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 (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) GetAutoExtractionUrls ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) GetAutoExtractionUrls() []string
GetAutoExtractionUrls returns the AutoExtractionUrls field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) GetAutoExtractionUrlsOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) GetAutoExtractionUrlsOk() ([]string, bool)
GetAutoExtractionUrlsOk returns a tuple with the AutoExtractionUrls field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) GetLoggedInDetectorText ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) GetLoggedInDetectorText() string
GetLoggedInDetectorText returns the LoggedInDetectorText field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) GetLoggedInDetectorTextOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) GetLoggedInDetectorTextOk() (*string, bool)
GetLoggedInDetectorTextOk returns a tuple with the LoggedInDetectorText field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) GetLoggedInDetectorTimeout ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) GetLoggedInDetectorTimeout() float32
GetLoggedInDetectorTimeout returns the LoggedInDetectorTimeout field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) GetLoggedInDetectorTimeoutOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) GetLoggedInDetectorTimeoutOk() (*float32, bool)
GetLoggedInDetectorTimeoutOk returns a tuple with the LoggedInDetectorTimeout field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) GetLoginUrl ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) GetLoginUrl() string
GetLoginUrl returns the LoginUrl field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) GetLoginUrlOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) GetLoginUrlOk() (*string, bool)
GetLoginUrlOk returns a tuple with the LoginUrl field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) GetProxy ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) GetProxy() string
GetProxy returns the Proxy field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) GetProxyOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) GetProxyOk() (*string, bool)
GetProxyOk returns a tuple with the Proxy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) HasAutoExtractionUrls ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) HasAutoExtractionUrls() bool
HasAutoExtractionUrls returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) HasLoggedInDetectorText ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) HasLoggedInDetectorText() bool
HasLoggedInDetectorText returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) HasLoggedInDetectorTimeout ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) HasLoggedInDetectorTimeout() bool
HasLoggedInDetectorTimeout returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) HasProxy ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) HasProxy() bool
HasProxy returns a boolean if a field has been set.
func (FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) SetAutoExtractionUrls ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) SetAutoExtractionUrls(v []string)
SetAutoExtractionUrls gets a reference to the given []string and assigns it to the AutoExtractionUrls field.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) SetLoggedInDetectorText ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) SetLoggedInDetectorText(v string)
SetLoggedInDetectorText gets a reference to the given string and assigns it to the LoggedInDetectorText field.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) SetLoggedInDetectorTimeout ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) SetLoggedInDetectorTimeout(v float32)
SetLoggedInDetectorTimeout gets a reference to the given float32 and assigns it to the LoggedInDetectorTimeout field.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) SetLoginUrl ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) SetLoginUrl(v string)
SetLoginUrl sets field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) SetProxy ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) SetProxy(v string)
SetProxy gets a reference to the given string and assigns it to the Proxy field.
func (FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3 ¶ added in v0.1.22
type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3 struct {
Tech EnumBROWSERACTIONS `json:"tech"`
Parameters FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters `json:"parameters"`
Extractions FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions `json:"extractions"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3 struct for FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3
func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3 ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3(tech EnumBROWSERACTIONS, parameters FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters, extractions FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions) *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3
NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3 instantiates a new FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3 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 NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3WithDefaults() *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3
NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3WithDefaults instantiates a new FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3 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 (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) GetExtractions ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) GetExtractions() FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions
GetExtractions returns the Extractions field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) GetExtractionsOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) GetExtractionsOk() (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions, bool)
GetExtractionsOk returns a tuple with the Extractions field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) GetParameters ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) GetParameters() FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters
GetParameters returns the Parameters field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) GetParametersOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) GetParametersOk() (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters, bool)
GetParametersOk returns a tuple with the Parameters field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) GetTech ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) GetTech() EnumBROWSERACTIONS
GetTech returns the Tech field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) GetTechOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) GetTechOk() (*EnumBROWSERACTIONS, bool)
GetTechOk returns a tuple with the Tech field value and a boolean to check if the value has been set.
func (FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) SetExtractions ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) SetExtractions(v FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions)
SetExtractions sets field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) SetParameters ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) SetParameters(v FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters)
SetParameters sets field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) SetTech ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) SetTech(v EnumBROWSERACTIONS)
SetTech sets field value
func (FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner ¶ added in v0.1.22
type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner struct {
Location Enum83878678114937d099c9b534cb78beaf `json:"location"`
Key string `json:"key"`
Regex *string `json:"regex,omitempty"`
Name string `json:"name"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner struct for FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner
func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner(location Enum83878678114937d099c9b534cb78beaf, key string, name string) *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner
NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner instantiates a new FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner 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 NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInnerWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInnerWithDefaults() *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner
NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInnerWithDefaults instantiates a new FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner 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 (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) GetKey ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) GetKey() string
GetKey returns the Key field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) GetKeyOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) GetLocation ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) GetLocation() Enum83878678114937d099c9b534cb78beaf
GetLocation returns the Location field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) GetLocationOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) GetLocationOk() (*Enum83878678114937d099c9b534cb78beaf, bool)
GetLocationOk returns a tuple with the Location field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) GetName ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) GetName() string
GetName returns the Name field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) GetNameOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) GetRegex ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) GetRegex() string
GetRegex returns the Regex field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) GetRegexOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) GetRegexOk() (*string, bool)
GetRegexOk returns a tuple with the Regex field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) HasRegex ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) HasRegex() bool
HasRegex returns a boolean if a field has been set.
func (FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) SetKey ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) SetKey(v string)
SetKey sets field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) SetLocation ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) SetLocation(v Enum83878678114937d099c9b534cb78beaf)
SetLocation sets field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) SetName ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) SetName(v string)
SetName sets field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) SetRegex ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) SetRegex(v string)
SetRegex gets a reference to the given string and assigns it to the Regex field.
func (FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters ¶ added in v0.1.22
type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters struct {
Proxy *string `json:"proxy,omitempty"`
Url string `json:"url"`
Method Enum4e0943c4ae7a2a2d426c0a6c0b839e82 `json:"method"`
Headers []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner `json:"headers"`
Cookies []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner `json:"cookies"`
QueryParameters []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner `json:"queryParameters"`
Body interface{} `json:"body,omitempty"`
Timeout *float32 `json:"timeout,omitempty"`
Insecure *bool `json:"insecure,omitempty"`
FollowRedirects *float32 `json:"follow_redirects,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters struct for FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters
func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters(url string, method Enum4e0943c4ae7a2a2d426c0a6c0b839e82, headers []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner, cookies []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner, queryParameters []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters
NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters instantiates a new FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters 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 NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersWithDefaults() *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters
NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersWithDefaults instantiates a new FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters 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 (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetBody ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetBody() interface{}
GetBody returns the Body field value if set, zero value otherwise (both if not set or set to explicit null).
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetBodyOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetBodyOk() (*interface{}, bool)
GetBodyOk returns a tuple with the Body field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetCookies() []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner
GetCookies returns the Cookies field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetCookiesOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetCookiesOk() ([]FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner, bool)
GetCookiesOk returns a tuple with the Cookies field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetFollowRedirects ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetFollowRedirects() float32
GetFollowRedirects returns the FollowRedirects field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetFollowRedirectsOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetFollowRedirectsOk() (*float32, bool)
GetFollowRedirectsOk returns a tuple with the FollowRedirects field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetHeaders() []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner
GetHeaders returns the Headers field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetHeadersOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetHeadersOk() ([]FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner, bool)
GetHeadersOk returns a tuple with the Headers field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetInsecure ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetInsecure() bool
GetInsecure returns the Insecure field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetInsecureOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetInsecureOk() (*bool, bool)
GetInsecureOk returns a tuple with the Insecure field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetMethod ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetMethod() Enum4e0943c4ae7a2a2d426c0a6c0b839e82
GetMethod returns the Method field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetMethodOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetMethodOk() (*Enum4e0943c4ae7a2a2d426c0a6c0b839e82, bool)
GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetProxy ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetProxy() string
GetProxy returns the Proxy field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetProxyOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetProxyOk() (*string, bool)
GetProxyOk returns a tuple with the Proxy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetQueryParameters ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetQueryParameters() []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner
GetQueryParameters returns the QueryParameters field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetQueryParametersOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetQueryParametersOk() ([]FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner, bool)
GetQueryParametersOk returns a tuple with the QueryParameters field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetTimeout ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetTimeout() float32
GetTimeout returns the Timeout field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetTimeoutOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetTimeoutOk() (*float32, bool)
GetTimeoutOk returns a tuple with the Timeout field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetUrl ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetUrl() string
GetUrl returns the Url field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetUrlOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) HasBody ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) HasBody() bool
HasBody returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) HasFollowRedirects ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) HasFollowRedirects() bool
HasFollowRedirects returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) HasInsecure ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) HasInsecure() bool
HasInsecure returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) HasProxy ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) HasProxy() bool
HasProxy returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) HasTimeout ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) HasTimeout() bool
HasTimeout returns a boolean if a field has been set.
func (FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) SetBody ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) SetBody(v interface{})
SetBody gets a reference to the given interface{} and assigns it to the Body field.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) SetCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) SetCookies(v []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner)
SetCookies sets field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) SetFollowRedirects ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) SetFollowRedirects(v float32)
SetFollowRedirects gets a reference to the given float32 and assigns it to the FollowRedirects field.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) SetHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) SetHeaders(v []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner)
SetHeaders sets field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) SetInsecure ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) SetInsecure(v bool)
SetInsecure gets a reference to the given bool and assigns it to the Insecure field.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) SetMethod ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) SetMethod(v Enum4e0943c4ae7a2a2d426c0a6c0b839e82)
SetMethod sets field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) SetProxy ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) SetProxy(v string)
SetProxy gets a reference to the given string and assigns it to the Proxy field.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) SetQueryParameters ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) SetQueryParameters(v []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner)
SetQueryParameters sets field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) SetTimeout ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) SetTimeout(v float32)
SetTimeout gets a reference to the given float32 and assigns it to the Timeout field.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) SetUrl ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) SetUrl(v string)
SetUrl sets field value
func (FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner ¶ added in v0.1.22
type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner struct {
Name string `json:"name"`
Domain *string `json:"domain,omitempty"`
Path *string `json:"path,omitempty"`
HttpOnly *bool `json:"http_only,omitempty"`
Secure *bool `json:"secure,omitempty"`
SameSite *Enum200018d75ade9e46d41a8d1efb27c511 `json:"same_site,omitempty"`
Values []string `json:"values"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner struct for FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner
func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner(name string, values []string) *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner
NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner instantiates a new FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner 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 NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInnerWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInnerWithDefaults() *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner
NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInnerWithDefaults instantiates a new FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner 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 (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetDomain ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetDomain() string
GetDomain returns the Domain field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetDomainOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetDomainOk() (*string, bool)
GetDomainOk returns a tuple with the Domain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetHttpOnly ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetHttpOnly() bool
GetHttpOnly returns the HttpOnly field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetHttpOnlyOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetHttpOnlyOk() (*bool, bool)
GetHttpOnlyOk returns a tuple with the HttpOnly field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetName ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetName() string
GetName returns the Name field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetNameOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetPath ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetPath() string
GetPath returns the Path field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetPathOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetSameSite ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetSameSite() Enum200018d75ade9e46d41a8d1efb27c511
GetSameSite returns the SameSite field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetSameSiteOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetSameSiteOk() (*Enum200018d75ade9e46d41a8d1efb27c511, bool)
GetSameSiteOk returns a tuple with the SameSite field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetSecure ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetSecure() bool
GetSecure returns the Secure field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetSecureOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetSecureOk() (*bool, bool)
GetSecureOk returns a tuple with the Secure field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetValues ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetValues() []string
GetValues returns the Values field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetValuesOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) GetValuesOk() ([]string, bool)
GetValuesOk returns a tuple with the Values field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) HasDomain ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) HasDomain() bool
HasDomain returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) HasHttpOnly ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) HasHttpOnly() bool
HasHttpOnly returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) HasPath ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) HasPath() bool
HasPath returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) HasSameSite ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) HasSameSite() bool
HasSameSite returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) HasSecure ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) HasSecure() bool
HasSecure returns a boolean if a field has been set.
func (FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) SetDomain ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) SetDomain(v string)
SetDomain gets a reference to the given string and assigns it to the Domain field.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) SetHttpOnly ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) SetHttpOnly(v bool)
SetHttpOnly gets a reference to the given bool and assigns it to the HttpOnly field.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) SetName ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) SetName(v string)
SetName sets field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) SetPath ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) SetPath(v string)
SetPath gets a reference to the given string and assigns it to the Path field.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) SetSameSite ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) SetSameSite(v Enum200018d75ade9e46d41a8d1efb27c511)
SetSameSite gets a reference to the given Enum200018d75ade9e46d41a8d1efb27c511 and assigns it to the SameSite field.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) SetSecure ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) SetSecure(v bool)
SetSecure gets a reference to the given bool and assigns it to the Secure field.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) SetValues ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) SetValues(v []string)
SetValues sets field value
func (FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner ¶ added in v0.1.22
type FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner struct {
Name string `json:"name"`
Values []string `json:"values"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner struct for FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner
func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner(name string, values []string) *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner
NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner instantiates a new FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner 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 NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInnerWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInnerWithDefaults() *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner
NewFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInnerWithDefaults instantiates a new FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner 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 (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) GetName ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) GetName() string
GetName returns the Name field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) GetNameOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) GetValues ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) GetValues() []string
GetValues returns the Values field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) GetValuesOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) GetValuesOk() ([]string, bool)
GetValuesOk returns a tuple with the Values field value and a boolean to check if the value has been set.
func (FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) SetName ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) SetName(v string)
SetName sets field value
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) SetValues ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) SetValues(v []string)
SetValues sets field value
func (FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationUsersInner ¶ added in v0.1.22
type FrontendConfigurationAuthenticationUsersInner struct {
Name string `json:"name"`
Credentials *FrontendConfigurationAuthenticationUsersInnerCredentials `json:"credentials,omitempty"`
Procedure *string `json:"procedure,omitempty"`
Variables []FrontendConfigurationAuthenticationUsersInnerVariablesInner `json:"variables,omitempty"`
Refresh *FrontendConfigurationAuthenticationUsersInnerRefresh `json:"refresh,omitempty"`
RepeaterMtls *bool `json:"repeater_mtls,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationUsersInner struct for FrontendConfigurationAuthenticationUsersInner
func NewFrontendConfigurationAuthenticationUsersInner ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationUsersInner(name string) *FrontendConfigurationAuthenticationUsersInner
NewFrontendConfigurationAuthenticationUsersInner instantiates a new FrontendConfigurationAuthenticationUsersInner 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 NewFrontendConfigurationAuthenticationUsersInnerWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationUsersInnerWithDefaults() *FrontendConfigurationAuthenticationUsersInner
NewFrontendConfigurationAuthenticationUsersInnerWithDefaults instantiates a new FrontendConfigurationAuthenticationUsersInner 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 (*FrontendConfigurationAuthenticationUsersInner) GetCredentials ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInner) GetCredentials() FrontendConfigurationAuthenticationUsersInnerCredentials
GetCredentials returns the Credentials field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationUsersInner) GetCredentialsOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInner) GetCredentialsOk() (*FrontendConfigurationAuthenticationUsersInnerCredentials, bool)
GetCredentialsOk returns a tuple with the Credentials field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationUsersInner) GetName ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInner) GetName() string
GetName returns the Name field value
func (*FrontendConfigurationAuthenticationUsersInner) GetNameOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationUsersInner) GetProcedure ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInner) GetProcedure() string
GetProcedure returns the Procedure field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationUsersInner) GetProcedureOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInner) GetProcedureOk() (*string, bool)
GetProcedureOk returns a tuple with the Procedure field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationUsersInner) GetRefresh ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInner) GetRefresh() FrontendConfigurationAuthenticationUsersInnerRefresh
GetRefresh returns the Refresh field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationUsersInner) GetRefreshOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInner) GetRefreshOk() (*FrontendConfigurationAuthenticationUsersInnerRefresh, bool)
GetRefreshOk returns a tuple with the Refresh field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationUsersInner) GetRepeaterMtls ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInner) GetRepeaterMtls() bool
GetRepeaterMtls returns the RepeaterMtls field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationUsersInner) GetRepeaterMtlsOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInner) GetRepeaterMtlsOk() (*bool, bool)
GetRepeaterMtlsOk returns a tuple with the RepeaterMtls field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationUsersInner) GetVariables ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInner) GetVariables() []FrontendConfigurationAuthenticationUsersInnerVariablesInner
GetVariables returns the Variables field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationUsersInner) GetVariablesOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInner) GetVariablesOk() ([]FrontendConfigurationAuthenticationUsersInnerVariablesInner, bool)
GetVariablesOk returns a tuple with the Variables field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationUsersInner) HasCredentials ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInner) HasCredentials() bool
HasCredentials returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationUsersInner) HasProcedure ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInner) HasProcedure() bool
HasProcedure returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationUsersInner) HasRefresh ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInner) HasRefresh() bool
HasRefresh returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationUsersInner) HasRepeaterMtls ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInner) HasRepeaterMtls() bool
HasRepeaterMtls returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationUsersInner) HasVariables ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInner) HasVariables() bool
HasVariables returns a boolean if a field has been set.
func (FrontendConfigurationAuthenticationUsersInner) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationUsersInner) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationUsersInner) SetCredentials ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInner) SetCredentials(v FrontendConfigurationAuthenticationUsersInnerCredentials)
SetCredentials gets a reference to the given FrontendConfigurationAuthenticationUsersInnerCredentials and assigns it to the Credentials field.
func (*FrontendConfigurationAuthenticationUsersInner) SetName ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInner) SetName(v string)
SetName sets field value
func (*FrontendConfigurationAuthenticationUsersInner) SetProcedure ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInner) SetProcedure(v string)
SetProcedure gets a reference to the given string and assigns it to the Procedure field.
func (*FrontendConfigurationAuthenticationUsersInner) SetRefresh ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInner) SetRefresh(v FrontendConfigurationAuthenticationUsersInnerRefresh)
SetRefresh gets a reference to the given FrontendConfigurationAuthenticationUsersInnerRefresh and assigns it to the Refresh field.
func (*FrontendConfigurationAuthenticationUsersInner) SetRepeaterMtls ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInner) SetRepeaterMtls(v bool)
SetRepeaterMtls gets a reference to the given bool and assigns it to the RepeaterMtls field.
func (*FrontendConfigurationAuthenticationUsersInner) SetVariables ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInner) SetVariables(v []FrontendConfigurationAuthenticationUsersInnerVariablesInner)
SetVariables gets a reference to the given []FrontendConfigurationAuthenticationUsersInnerVariablesInner and assigns it to the Variables field.
func (FrontendConfigurationAuthenticationUsersInner) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationUsersInner) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationUsersInner) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInner) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationUsersInnerCredentials ¶ added in v0.1.22
type FrontendConfigurationAuthenticationUsersInnerCredentials struct {
Username *string `json:"username,omitempty"`
Password *string `json:"password,omitempty"`
Headers []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner `json:"headers,omitempty"`
Cookies []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner `json:"cookies,omitempty"`
QueryParameters []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner `json:"queryParameters,omitempty"`
Body interface{} `json:"body,omitempty"`
LocalStorage map[string]map[string]string `json:"local_storage,omitempty"`
SessionStorage map[string]map[string]string `json:"session_storage,omitempty"`
Actions []FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner `json:"actions,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationUsersInnerCredentials struct for FrontendConfigurationAuthenticationUsersInnerCredentials
func NewFrontendConfigurationAuthenticationUsersInnerCredentials ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationUsersInnerCredentials() *FrontendConfigurationAuthenticationUsersInnerCredentials
NewFrontendConfigurationAuthenticationUsersInnerCredentials instantiates a new FrontendConfigurationAuthenticationUsersInnerCredentials 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 NewFrontendConfigurationAuthenticationUsersInnerCredentialsWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationUsersInnerCredentialsWithDefaults() *FrontendConfigurationAuthenticationUsersInnerCredentials
NewFrontendConfigurationAuthenticationUsersInnerCredentialsWithDefaults instantiates a new FrontendConfigurationAuthenticationUsersInnerCredentials 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 (*FrontendConfigurationAuthenticationUsersInnerCredentials) GetActions ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) GetActions() []FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner
GetActions returns the Actions field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationUsersInnerCredentials) GetActionsOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) GetActionsOk() ([]FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner, bool)
GetActionsOk returns a tuple with the Actions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationUsersInnerCredentials) GetBody ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) GetBody() interface{}
GetBody returns the Body field value if set, zero value otherwise (both if not set or set to explicit null).
func (*FrontendConfigurationAuthenticationUsersInnerCredentials) GetBodyOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) GetBodyOk() (*interface{}, bool)
GetBodyOk returns a tuple with the Body field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*FrontendConfigurationAuthenticationUsersInnerCredentials) GetCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) GetCookies() []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner
GetCookies returns the Cookies field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationUsersInnerCredentials) GetCookiesOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) GetCookiesOk() ([]FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner, bool)
GetCookiesOk returns a tuple with the Cookies field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationUsersInnerCredentials) GetHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) GetHeaders() []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner
GetHeaders returns the Headers field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationUsersInnerCredentials) GetHeadersOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) GetHeadersOk() ([]FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner, bool)
GetHeadersOk returns a tuple with the Headers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationUsersInnerCredentials) GetLocalStorage ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) GetLocalStorage() map[string]map[string]string
GetLocalStorage returns the LocalStorage field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationUsersInnerCredentials) GetLocalStorageOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) GetLocalStorageOk() (map[string]map[string]string, bool)
GetLocalStorageOk returns a tuple with the LocalStorage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationUsersInnerCredentials) GetPassword ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) GetPassword() string
GetPassword returns the Password field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationUsersInnerCredentials) GetPasswordOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationUsersInnerCredentials) GetQueryParameters ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) GetQueryParameters() []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner
GetQueryParameters returns the QueryParameters field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationUsersInnerCredentials) GetQueryParametersOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) GetQueryParametersOk() ([]FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner, bool)
GetQueryParametersOk returns a tuple with the QueryParameters field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationUsersInnerCredentials) GetSessionStorage ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) GetSessionStorage() map[string]map[string]string
GetSessionStorage returns the SessionStorage field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationUsersInnerCredentials) GetSessionStorageOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) GetSessionStorageOk() (map[string]map[string]string, bool)
GetSessionStorageOk returns a tuple with the SessionStorage field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationUsersInnerCredentials) GetUsername ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) GetUsername() string
GetUsername returns the Username field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationUsersInnerCredentials) GetUsernameOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) 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.
func (*FrontendConfigurationAuthenticationUsersInnerCredentials) HasActions ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) HasActions() bool
HasActions returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationUsersInnerCredentials) HasBody ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) HasBody() bool
HasBody returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationUsersInnerCredentials) HasCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) HasCookies() bool
HasCookies returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationUsersInnerCredentials) HasHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) HasHeaders() bool
HasHeaders returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationUsersInnerCredentials) HasLocalStorage ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) HasLocalStorage() bool
HasLocalStorage returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationUsersInnerCredentials) HasPassword ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationUsersInnerCredentials) HasQueryParameters ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) HasQueryParameters() bool
HasQueryParameters returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationUsersInnerCredentials) HasSessionStorage ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) HasSessionStorage() bool
HasSessionStorage returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationUsersInnerCredentials) HasUsername ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (FrontendConfigurationAuthenticationUsersInnerCredentials) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationUsersInnerCredentials) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationUsersInnerCredentials) SetActions ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) SetActions(v []FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner)
SetActions gets a reference to the given []FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner and assigns it to the Actions field.
func (*FrontendConfigurationAuthenticationUsersInnerCredentials) SetBody ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) SetBody(v interface{})
SetBody gets a reference to the given interface{} and assigns it to the Body field.
func (*FrontendConfigurationAuthenticationUsersInnerCredentials) SetCookies ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) SetCookies(v []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner)
SetCookies gets a reference to the given []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner and assigns it to the Cookies field.
func (*FrontendConfigurationAuthenticationUsersInnerCredentials) SetHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) SetHeaders(v []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner)
SetHeaders gets a reference to the given []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner and assigns it to the Headers field.
func (*FrontendConfigurationAuthenticationUsersInnerCredentials) SetLocalStorage ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) SetLocalStorage(v map[string]map[string]string)
SetLocalStorage gets a reference to the given map[string]map[string]string and assigns it to the LocalStorage field.
func (*FrontendConfigurationAuthenticationUsersInnerCredentials) SetPassword ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) SetPassword(v string)
SetPassword gets a reference to the given string and assigns it to the Password field.
func (*FrontendConfigurationAuthenticationUsersInnerCredentials) SetQueryParameters ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) SetQueryParameters(v []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner)
SetQueryParameters gets a reference to the given []FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner and assigns it to the QueryParameters field.
func (*FrontendConfigurationAuthenticationUsersInnerCredentials) SetSessionStorage ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) SetSessionStorage(v map[string]map[string]string)
SetSessionStorage gets a reference to the given map[string]map[string]string and assigns it to the SessionStorage field.
func (*FrontendConfigurationAuthenticationUsersInnerCredentials) SetUsername ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) SetUsername(v string)
SetUsername gets a reference to the given string and assigns it to the Username field.
func (FrontendConfigurationAuthenticationUsersInnerCredentials) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationUsersInnerCredentials) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationUsersInnerCredentials) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerCredentials) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationUsersInnerRefresh ¶ added in v0.1.22
type FrontendConfigurationAuthenticationUsersInnerRefresh struct {
Procedure *string `json:"procedure,omitempty"`
SessionSeconds *float32 `json:"sessionSeconds,omitempty"`
Keep bool `json:"keep"`
Credentials *FrontendConfigurationAuthenticationUsersInnerCredentials `json:"credentials,omitempty"`
Variables []FrontendConfigurationAuthenticationUsersInnerVariablesInner `json:"variables,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationUsersInnerRefresh struct for FrontendConfigurationAuthenticationUsersInnerRefresh
func NewFrontendConfigurationAuthenticationUsersInnerRefresh ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationUsersInnerRefresh(keep bool) *FrontendConfigurationAuthenticationUsersInnerRefresh
NewFrontendConfigurationAuthenticationUsersInnerRefresh instantiates a new FrontendConfigurationAuthenticationUsersInnerRefresh 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 NewFrontendConfigurationAuthenticationUsersInnerRefreshWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationUsersInnerRefreshWithDefaults() *FrontendConfigurationAuthenticationUsersInnerRefresh
NewFrontendConfigurationAuthenticationUsersInnerRefreshWithDefaults instantiates a new FrontendConfigurationAuthenticationUsersInnerRefresh 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 (*FrontendConfigurationAuthenticationUsersInnerRefresh) GetCredentials ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) GetCredentials() FrontendConfigurationAuthenticationUsersInnerCredentials
GetCredentials returns the Credentials field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationUsersInnerRefresh) GetCredentialsOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) GetCredentialsOk() (*FrontendConfigurationAuthenticationUsersInnerCredentials, bool)
GetCredentialsOk returns a tuple with the Credentials field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationUsersInnerRefresh) GetKeep ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) GetKeep() bool
GetKeep returns the Keep field value
func (*FrontendConfigurationAuthenticationUsersInnerRefresh) GetKeepOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) GetKeepOk() (*bool, bool)
GetKeepOk returns a tuple with the Keep field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationUsersInnerRefresh) GetProcedure ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) GetProcedure() string
GetProcedure returns the Procedure field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationUsersInnerRefresh) GetProcedureOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) GetProcedureOk() (*string, bool)
GetProcedureOk returns a tuple with the Procedure field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationUsersInnerRefresh) GetSessionSeconds ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) GetSessionSeconds() float32
GetSessionSeconds returns the SessionSeconds field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationUsersInnerRefresh) GetSessionSecondsOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) GetSessionSecondsOk() (*float32, bool)
GetSessionSecondsOk returns a tuple with the SessionSeconds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationUsersInnerRefresh) GetVariables ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) GetVariables() []FrontendConfigurationAuthenticationUsersInnerVariablesInner
GetVariables returns the Variables field value if set, zero value otherwise.
func (*FrontendConfigurationAuthenticationUsersInnerRefresh) GetVariablesOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) GetVariablesOk() ([]FrontendConfigurationAuthenticationUsersInnerVariablesInner, bool)
GetVariablesOk returns a tuple with the Variables field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationUsersInnerRefresh) HasCredentials ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) HasCredentials() bool
HasCredentials returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationUsersInnerRefresh) HasProcedure ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) HasProcedure() bool
HasProcedure returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationUsersInnerRefresh) HasSessionSeconds ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) HasSessionSeconds() bool
HasSessionSeconds returns a boolean if a field has been set.
func (*FrontendConfigurationAuthenticationUsersInnerRefresh) HasVariables ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) HasVariables() bool
HasVariables returns a boolean if a field has been set.
func (FrontendConfigurationAuthenticationUsersInnerRefresh) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationUsersInnerRefresh) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationUsersInnerRefresh) SetCredentials ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) SetCredentials(v FrontendConfigurationAuthenticationUsersInnerCredentials)
SetCredentials gets a reference to the given FrontendConfigurationAuthenticationUsersInnerCredentials and assigns it to the Credentials field.
func (*FrontendConfigurationAuthenticationUsersInnerRefresh) SetKeep ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) SetKeep(v bool)
SetKeep sets field value
func (*FrontendConfigurationAuthenticationUsersInnerRefresh) SetProcedure ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) SetProcedure(v string)
SetProcedure gets a reference to the given string and assigns it to the Procedure field.
func (*FrontendConfigurationAuthenticationUsersInnerRefresh) SetSessionSeconds ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) SetSessionSeconds(v float32)
SetSessionSeconds gets a reference to the given float32 and assigns it to the SessionSeconds field.
func (*FrontendConfigurationAuthenticationUsersInnerRefresh) SetVariables ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) SetVariables(v []FrontendConfigurationAuthenticationUsersInnerVariablesInner)
SetVariables gets a reference to the given []FrontendConfigurationAuthenticationUsersInnerVariablesInner and assigns it to the Variables field.
func (FrontendConfigurationAuthenticationUsersInnerRefresh) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationUsersInnerRefresh) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationUsersInnerRefresh) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerRefresh) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationAuthenticationUsersInnerVariablesInner ¶ added in v0.1.22
type FrontendConfigurationAuthenticationUsersInnerVariablesInner struct {
Name string `json:"name"`
Value string `json:"value"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationAuthenticationUsersInnerVariablesInner struct for FrontendConfigurationAuthenticationUsersInnerVariablesInner
func NewFrontendConfigurationAuthenticationUsersInnerVariablesInner ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationUsersInnerVariablesInner(name string, value string) *FrontendConfigurationAuthenticationUsersInnerVariablesInner
NewFrontendConfigurationAuthenticationUsersInnerVariablesInner instantiates a new FrontendConfigurationAuthenticationUsersInnerVariablesInner 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 NewFrontendConfigurationAuthenticationUsersInnerVariablesInnerWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationAuthenticationUsersInnerVariablesInnerWithDefaults() *FrontendConfigurationAuthenticationUsersInnerVariablesInner
NewFrontendConfigurationAuthenticationUsersInnerVariablesInnerWithDefaults instantiates a new FrontendConfigurationAuthenticationUsersInnerVariablesInner 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 (*FrontendConfigurationAuthenticationUsersInnerVariablesInner) GetName ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerVariablesInner) GetName() string
GetName returns the Name field value
func (*FrontendConfigurationAuthenticationUsersInnerVariablesInner) GetNameOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerVariablesInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*FrontendConfigurationAuthenticationUsersInnerVariablesInner) GetValue ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerVariablesInner) GetValue() string
GetValue returns the Value field value
func (*FrontendConfigurationAuthenticationUsersInnerVariablesInner) GetValueOk ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerVariablesInner) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (FrontendConfigurationAuthenticationUsersInnerVariablesInner) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationUsersInnerVariablesInner) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationAuthenticationUsersInnerVariablesInner) SetName ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerVariablesInner) SetName(v string)
SetName sets field value
func (*FrontendConfigurationAuthenticationUsersInnerVariablesInner) SetValue ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerVariablesInner) SetValue(v string)
SetValue sets field value
func (FrontendConfigurationAuthenticationUsersInnerVariablesInner) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationAuthenticationUsersInnerVariablesInner) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationAuthenticationUsersInnerVariablesInner) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationAuthenticationUsersInnerVariablesInner) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationClient ¶ added in v0.1.22
type FrontendConfigurationClient struct {
RequestTimeout *float32 `json:"request_timeout,omitempty"`
RequestsPerMinute *float32 `json:"requests_per_minute,omitempty"`
XTracingHeader *string `json:"x_tracing_header,omitempty"`
UserAgent *string `json:"user_agent,omitempty"`
DiscretMode *bool `json:"discret_mode,omitempty"`
MaxRequests *float32 `json:"max_requests,omitempty"`
ProxyId *string `json:"proxy_id,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationClient struct for FrontendConfigurationClient
func NewFrontendConfigurationClient ¶ added in v0.1.22
func NewFrontendConfigurationClient() *FrontendConfigurationClient
NewFrontendConfigurationClient instantiates a new FrontendConfigurationClient 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 NewFrontendConfigurationClientWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationClientWithDefaults() *FrontendConfigurationClient
NewFrontendConfigurationClientWithDefaults instantiates a new FrontendConfigurationClient 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 (*FrontendConfigurationClient) GetDiscretMode ¶ added in v0.1.22
func (o *FrontendConfigurationClient) GetDiscretMode() bool
GetDiscretMode returns the DiscretMode field value if set, zero value otherwise.
func (*FrontendConfigurationClient) GetDiscretModeOk ¶ added in v0.1.22
func (o *FrontendConfigurationClient) GetDiscretModeOk() (*bool, bool)
GetDiscretModeOk returns a tuple with the DiscretMode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationClient) GetMaxRequests ¶ added in v0.1.22
func (o *FrontendConfigurationClient) GetMaxRequests() float32
GetMaxRequests returns the MaxRequests field value if set, zero value otherwise.
func (*FrontendConfigurationClient) GetMaxRequestsOk ¶ added in v0.1.22
func (o *FrontendConfigurationClient) GetMaxRequestsOk() (*float32, bool)
GetMaxRequestsOk returns a tuple with the MaxRequests field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationClient) GetProxyId ¶ added in v0.1.22
func (o *FrontendConfigurationClient) GetProxyId() string
GetProxyId returns the ProxyId field value if set, zero value otherwise.
func (*FrontendConfigurationClient) GetProxyIdOk ¶ added in v0.1.22
func (o *FrontendConfigurationClient) GetProxyIdOk() (*string, bool)
GetProxyIdOk returns a tuple with the ProxyId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationClient) GetRequestTimeout ¶ added in v0.1.22
func (o *FrontendConfigurationClient) GetRequestTimeout() float32
GetRequestTimeout returns the RequestTimeout field value if set, zero value otherwise.
func (*FrontendConfigurationClient) GetRequestTimeoutOk ¶ added in v0.1.22
func (o *FrontendConfigurationClient) GetRequestTimeoutOk() (*float32, bool)
GetRequestTimeoutOk returns a tuple with the RequestTimeout field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationClient) GetRequestsPerMinute ¶ added in v0.1.22
func (o *FrontendConfigurationClient) GetRequestsPerMinute() float32
GetRequestsPerMinute returns the RequestsPerMinute field value if set, zero value otherwise.
func (*FrontendConfigurationClient) GetRequestsPerMinuteOk ¶ added in v0.1.22
func (o *FrontendConfigurationClient) GetRequestsPerMinuteOk() (*float32, bool)
GetRequestsPerMinuteOk returns a tuple with the RequestsPerMinute field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationClient) GetUserAgent ¶ added in v0.1.22
func (o *FrontendConfigurationClient) GetUserAgent() string
GetUserAgent returns the UserAgent field value if set, zero value otherwise.
func (*FrontendConfigurationClient) GetUserAgentOk ¶ added in v0.1.22
func (o *FrontendConfigurationClient) GetUserAgentOk() (*string, bool)
GetUserAgentOk returns a tuple with the UserAgent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationClient) GetXTracingHeader ¶ added in v0.1.22
func (o *FrontendConfigurationClient) GetXTracingHeader() string
GetXTracingHeader returns the XTracingHeader field value if set, zero value otherwise.
func (*FrontendConfigurationClient) GetXTracingHeaderOk ¶ added in v0.1.22
func (o *FrontendConfigurationClient) GetXTracingHeaderOk() (*string, bool)
GetXTracingHeaderOk returns a tuple with the XTracingHeader field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationClient) HasDiscretMode ¶ added in v0.1.22
func (o *FrontendConfigurationClient) HasDiscretMode() bool
HasDiscretMode returns a boolean if a field has been set.
func (*FrontendConfigurationClient) HasMaxRequests ¶ added in v0.1.22
func (o *FrontendConfigurationClient) HasMaxRequests() bool
HasMaxRequests returns a boolean if a field has been set.
func (*FrontendConfigurationClient) HasProxyId ¶ added in v0.1.22
func (o *FrontendConfigurationClient) HasProxyId() bool
HasProxyId returns a boolean if a field has been set.
func (*FrontendConfigurationClient) HasRequestTimeout ¶ added in v0.1.22
func (o *FrontendConfigurationClient) HasRequestTimeout() bool
HasRequestTimeout returns a boolean if a field has been set.
func (*FrontendConfigurationClient) HasRequestsPerMinute ¶ added in v0.1.22
func (o *FrontendConfigurationClient) HasRequestsPerMinute() bool
HasRequestsPerMinute returns a boolean if a field has been set.
func (*FrontendConfigurationClient) HasUserAgent ¶ added in v0.1.22
func (o *FrontendConfigurationClient) HasUserAgent() bool
HasUserAgent returns a boolean if a field has been set.
func (*FrontendConfigurationClient) HasXTracingHeader ¶ added in v0.1.22
func (o *FrontendConfigurationClient) HasXTracingHeader() bool
HasXTracingHeader returns a boolean if a field has been set.
func (FrontendConfigurationClient) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationClient) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationClient) SetDiscretMode ¶ added in v0.1.22
func (o *FrontendConfigurationClient) SetDiscretMode(v bool)
SetDiscretMode gets a reference to the given bool and assigns it to the DiscretMode field.
func (*FrontendConfigurationClient) SetMaxRequests ¶ added in v0.1.22
func (o *FrontendConfigurationClient) SetMaxRequests(v float32)
SetMaxRequests gets a reference to the given float32 and assigns it to the MaxRequests field.
func (*FrontendConfigurationClient) SetProxyId ¶ added in v0.1.22
func (o *FrontendConfigurationClient) SetProxyId(v string)
SetProxyId gets a reference to the given string and assigns it to the ProxyId field.
func (*FrontendConfigurationClient) SetRequestTimeout ¶ added in v0.1.22
func (o *FrontendConfigurationClient) SetRequestTimeout(v float32)
SetRequestTimeout gets a reference to the given float32 and assigns it to the RequestTimeout field.
func (*FrontendConfigurationClient) SetRequestsPerMinute ¶ added in v0.1.22
func (o *FrontendConfigurationClient) SetRequestsPerMinute(v float32)
SetRequestsPerMinute gets a reference to the given float32 and assigns it to the RequestsPerMinute field.
func (*FrontendConfigurationClient) SetUserAgent ¶ added in v0.1.22
func (o *FrontendConfigurationClient) SetUserAgent(v string)
SetUserAgent gets a reference to the given string and assigns it to the UserAgent field.
func (*FrontendConfigurationClient) SetXTracingHeader ¶ added in v0.1.22
func (o *FrontendConfigurationClient) SetXTracingHeader(v string)
SetXTracingHeader gets a reference to the given string and assigns it to the XTracingHeader field.
func (FrontendConfigurationClient) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationClient) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationClient) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationClient) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInner ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInner struct {
Id string `json:"id"`
Seed []FrontendConfigurationCustomRulesInnerSeedInner `json:"seed,omitempty"`
Transform *FrontendConfigurationCustomRulesInnerTransform `json:"transform,omitempty"`
Detect []FrontendConfigurationCustomRulesInnerTransformTriggerInner `json:"detect"`
Alert FrontendConfigurationCustomRulesInnerAlert `json:"alert"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInner struct for FrontendConfigurationCustomRulesInner
func NewFrontendConfigurationCustomRulesInner ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInner(id string, detect []FrontendConfigurationCustomRulesInnerTransformTriggerInner, alert FrontendConfigurationCustomRulesInnerAlert) *FrontendConfigurationCustomRulesInner
NewFrontendConfigurationCustomRulesInner instantiates a new FrontendConfigurationCustomRulesInner 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 NewFrontendConfigurationCustomRulesInnerWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerWithDefaults() *FrontendConfigurationCustomRulesInner
NewFrontendConfigurationCustomRulesInnerWithDefaults instantiates a new FrontendConfigurationCustomRulesInner 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 (*FrontendConfigurationCustomRulesInner) GetAlert ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInner) GetAlert() FrontendConfigurationCustomRulesInnerAlert
GetAlert returns the Alert field value
func (*FrontendConfigurationCustomRulesInner) GetAlertOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInner) GetAlertOk() (*FrontendConfigurationCustomRulesInnerAlert, bool)
GetAlertOk returns a tuple with the Alert field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInner) GetDetect ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInner) GetDetect() []FrontendConfigurationCustomRulesInnerTransformTriggerInner
GetDetect returns the Detect field value
func (*FrontendConfigurationCustomRulesInner) GetDetectOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInner) GetDetectOk() ([]FrontendConfigurationCustomRulesInnerTransformTriggerInner, bool)
GetDetectOk returns a tuple with the Detect field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInner) GetId ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInner) GetId() string
GetId returns the Id field value
func (*FrontendConfigurationCustomRulesInner) GetIdOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInner) GetSeed ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInner) GetSeed() []FrontendConfigurationCustomRulesInnerSeedInner
GetSeed returns the Seed field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInner) GetSeedOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInner) GetSeedOk() ([]FrontendConfigurationCustomRulesInnerSeedInner, bool)
GetSeedOk returns a tuple with the Seed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInner) GetTransform ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInner) GetTransform() FrontendConfigurationCustomRulesInnerTransform
GetTransform returns the Transform field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInner) GetTransformOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInner) GetTransformOk() (*FrontendConfigurationCustomRulesInnerTransform, bool)
GetTransformOk returns a tuple with the Transform field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInner) HasSeed ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInner) HasSeed() bool
HasSeed returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInner) HasTransform ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInner) HasTransform() bool
HasTransform returns a boolean if a field has been set.
func (FrontendConfigurationCustomRulesInner) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInner) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInner) SetAlert ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInner) SetAlert(v FrontendConfigurationCustomRulesInnerAlert)
SetAlert sets field value
func (*FrontendConfigurationCustomRulesInner) SetDetect ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInner) SetDetect(v []FrontendConfigurationCustomRulesInnerTransformTriggerInner)
SetDetect sets field value
func (*FrontendConfigurationCustomRulesInner) SetId ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInner) SetId(v string)
SetId sets field value
func (*FrontendConfigurationCustomRulesInner) SetSeed ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInner) SetSeed(v []FrontendConfigurationCustomRulesInnerSeedInner)
SetSeed gets a reference to the given []FrontendConfigurationCustomRulesInnerSeedInner and assigns it to the Seed field.
func (*FrontendConfigurationCustomRulesInner) SetTransform ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInner) SetTransform(v FrontendConfigurationCustomRulesInnerTransform)
SetTransform gets a reference to the given FrontendConfigurationCustomRulesInnerTransform and assigns it to the Transform field.
func (FrontendConfigurationCustomRulesInner) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInner) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInner) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInner) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerAlert ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerAlert struct {
Severity Enum1f6d3642ca98942a86c3631840441183 `json:"severity"`
Name string `json:"name"`
Context string `json:"context"`
Category Enum729547c90705c82a79ed6fbc3adcfa94 `json:"category"`
Description *string `json:"description,omitempty"`
Remediation *string `json:"remediation,omitempty"`
Compliance *FrontendConfigurationCustomRulesInnerAlertCompliance `json:"compliance,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerAlert struct for FrontendConfigurationCustomRulesInnerAlert
func NewFrontendConfigurationCustomRulesInnerAlert ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerAlert(severity Enum1f6d3642ca98942a86c3631840441183, name string, context string, category Enum729547c90705c82a79ed6fbc3adcfa94) *FrontendConfigurationCustomRulesInnerAlert
NewFrontendConfigurationCustomRulesInnerAlert instantiates a new FrontendConfigurationCustomRulesInnerAlert 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 NewFrontendConfigurationCustomRulesInnerAlertWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerAlertWithDefaults() *FrontendConfigurationCustomRulesInnerAlert
NewFrontendConfigurationCustomRulesInnerAlertWithDefaults instantiates a new FrontendConfigurationCustomRulesInnerAlert 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 (*FrontendConfigurationCustomRulesInnerAlert) GetCategory ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlert) GetCategory() Enum729547c90705c82a79ed6fbc3adcfa94
GetCategory returns the Category field value
func (*FrontendConfigurationCustomRulesInnerAlert) GetCategoryOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlert) GetCategoryOk() (*Enum729547c90705c82a79ed6fbc3adcfa94, bool)
GetCategoryOk returns a tuple with the Category field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerAlert) GetCompliance ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlert) GetCompliance() FrontendConfigurationCustomRulesInnerAlertCompliance
GetCompliance returns the Compliance field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerAlert) GetComplianceOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlert) GetComplianceOk() (*FrontendConfigurationCustomRulesInnerAlertCompliance, bool)
GetComplianceOk returns a tuple with the Compliance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerAlert) GetContext ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlert) GetContext() string
GetContext returns the Context field value
func (*FrontendConfigurationCustomRulesInnerAlert) GetContextOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlert) GetContextOk() (*string, bool)
GetContextOk returns a tuple with the Context field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerAlert) GetDescription ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlert) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerAlert) GetDescriptionOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlert) 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.
func (*FrontendConfigurationCustomRulesInnerAlert) GetName ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlert) GetName() string
GetName returns the Name field value
func (*FrontendConfigurationCustomRulesInnerAlert) GetNameOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlert) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerAlert) GetRemediation ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlert) GetRemediation() string
GetRemediation returns the Remediation field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerAlert) GetRemediationOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlert) GetRemediationOk() (*string, bool)
GetRemediationOk returns a tuple with the Remediation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerAlert) GetSeverity ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlert) GetSeverity() Enum1f6d3642ca98942a86c3631840441183
GetSeverity returns the Severity field value
func (*FrontendConfigurationCustomRulesInnerAlert) GetSeverityOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlert) GetSeverityOk() (*Enum1f6d3642ca98942a86c3631840441183, bool)
GetSeverityOk returns a tuple with the Severity field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerAlert) HasCompliance ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlert) HasCompliance() bool
HasCompliance returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerAlert) HasDescription ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlert) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerAlert) HasRemediation ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlert) HasRemediation() bool
HasRemediation returns a boolean if a field has been set.
func (FrontendConfigurationCustomRulesInnerAlert) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerAlert) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerAlert) SetCategory ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlert) SetCategory(v Enum729547c90705c82a79ed6fbc3adcfa94)
SetCategory sets field value
func (*FrontendConfigurationCustomRulesInnerAlert) SetCompliance ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlert) SetCompliance(v FrontendConfigurationCustomRulesInnerAlertCompliance)
SetCompliance gets a reference to the given FrontendConfigurationCustomRulesInnerAlertCompliance and assigns it to the Compliance field.
func (*FrontendConfigurationCustomRulesInnerAlert) SetContext ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlert) SetContext(v string)
SetContext sets field value
func (*FrontendConfigurationCustomRulesInnerAlert) SetDescription ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlert) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*FrontendConfigurationCustomRulesInnerAlert) SetName ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlert) SetName(v string)
SetName sets field value
func (*FrontendConfigurationCustomRulesInnerAlert) SetRemediation ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlert) SetRemediation(v string)
SetRemediation gets a reference to the given string and assigns it to the Remediation field.
func (*FrontendConfigurationCustomRulesInnerAlert) SetSeverity ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlert) SetSeverity(v Enum1f6d3642ca98942a86c3631840441183)
SetSeverity sets field value
func (FrontendConfigurationCustomRulesInnerAlert) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerAlert) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerAlert) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlert) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerAlertCompliance ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerAlertCompliance struct {
Owasp *Enum2a0a63bd2634c78edc28210c0bdd7520 `json:"owasp,omitempty"`
PciDss *Enum6741c81b56f1b47f9c4e941a35bc8afb `json:"pci-dss,omitempty"`
Gdpr *Enum5240b1e44488028e2fb125a667a7a4bd `json:"gdpr,omitempty"`
Soc2 *Enum08b09d97ca82baf197de83a269dac339 `json:"soc2,omitempty"`
Psd2 *EnumD757e8c31ab9423604d4eece2cdb5160 `json:"psd2,omitempty"`
Iso27001 *Enum7f9dfa9af8b93bdca51d0e79de301f7b `json:"iso27001,omitempty"`
Nist *Enum3b03ec8408c363f23b7d74d99b6ba8f4 `json:"nist,omitempty"`
Fedramp *EnumE72f9dda622f4cb5cd0a811e58e7f98e `json:"fedramp,omitempty"`
Nis2 *EnumF33adad4c808d4d9ab51ae2bf931668b `json:"nis2,omitempty"`
Hipaa *EnumC48f4480ca763c1e3645aed08c52cfc1 `json:"hipaa,omitempty"`
OwaspLlm *Enum80229dc8a40727ab101f9b3e03267361 `json:"owasp_llm,omitempty"`
Cwe *Enum1a7b888d2ef5b26fc63749f8e3a87cfa `json:"cwe,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerAlertCompliance struct for FrontendConfigurationCustomRulesInnerAlertCompliance
func NewFrontendConfigurationCustomRulesInnerAlertCompliance ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerAlertCompliance() *FrontendConfigurationCustomRulesInnerAlertCompliance
NewFrontendConfigurationCustomRulesInnerAlertCompliance instantiates a new FrontendConfigurationCustomRulesInnerAlertCompliance 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 NewFrontendConfigurationCustomRulesInnerAlertComplianceWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerAlertComplianceWithDefaults() *FrontendConfigurationCustomRulesInnerAlertCompliance
NewFrontendConfigurationCustomRulesInnerAlertComplianceWithDefaults instantiates a new FrontendConfigurationCustomRulesInnerAlertCompliance 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 (*FrontendConfigurationCustomRulesInnerAlertCompliance) GetCwe ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetCwe() Enum1a7b888d2ef5b26fc63749f8e3a87cfa
GetCwe returns the Cwe field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) GetCweOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetCweOk() (*Enum1a7b888d2ef5b26fc63749f8e3a87cfa, bool)
GetCweOk returns a tuple with the Cwe field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) GetFedramp ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetFedramp() EnumE72f9dda622f4cb5cd0a811e58e7f98e
GetFedramp returns the Fedramp field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) GetFedrampOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetFedrampOk() (*EnumE72f9dda622f4cb5cd0a811e58e7f98e, bool)
GetFedrampOk returns a tuple with the Fedramp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) GetGdpr ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetGdpr() Enum5240b1e44488028e2fb125a667a7a4bd
GetGdpr returns the Gdpr field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) GetGdprOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetGdprOk() (*Enum5240b1e44488028e2fb125a667a7a4bd, bool)
GetGdprOk returns a tuple with the Gdpr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) GetHipaa ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetHipaa() EnumC48f4480ca763c1e3645aed08c52cfc1
GetHipaa returns the Hipaa field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) GetHipaaOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetHipaaOk() (*EnumC48f4480ca763c1e3645aed08c52cfc1, bool)
GetHipaaOk returns a tuple with the Hipaa field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) GetIso27001 ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetIso27001() Enum7f9dfa9af8b93bdca51d0e79de301f7b
GetIso27001 returns the Iso27001 field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) GetIso27001Ok ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetIso27001Ok() (*Enum7f9dfa9af8b93bdca51d0e79de301f7b, bool)
GetIso27001Ok returns a tuple with the Iso27001 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) GetNis2 ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetNis2() EnumF33adad4c808d4d9ab51ae2bf931668b
GetNis2 returns the Nis2 field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) GetNis2Ok ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetNis2Ok() (*EnumF33adad4c808d4d9ab51ae2bf931668b, bool)
GetNis2Ok returns a tuple with the Nis2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) GetNist ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetNist() Enum3b03ec8408c363f23b7d74d99b6ba8f4
GetNist returns the Nist field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) GetNistOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetNistOk() (*Enum3b03ec8408c363f23b7d74d99b6ba8f4, bool)
GetNistOk returns a tuple with the Nist field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) GetOwasp ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetOwasp() Enum2a0a63bd2634c78edc28210c0bdd7520
GetOwasp returns the Owasp field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) GetOwaspLlm ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetOwaspLlm() Enum80229dc8a40727ab101f9b3e03267361
GetOwaspLlm returns the OwaspLlm field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) GetOwaspLlmOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetOwaspLlmOk() (*Enum80229dc8a40727ab101f9b3e03267361, bool)
GetOwaspLlmOk returns a tuple with the OwaspLlm field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) GetOwaspOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetOwaspOk() (*Enum2a0a63bd2634c78edc28210c0bdd7520, bool)
GetOwaspOk returns a tuple with the Owasp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) GetPciDss ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetPciDss() Enum6741c81b56f1b47f9c4e941a35bc8afb
GetPciDss returns the PciDss field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) GetPciDssOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetPciDssOk() (*Enum6741c81b56f1b47f9c4e941a35bc8afb, bool)
GetPciDssOk returns a tuple with the PciDss field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) GetPsd2 ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetPsd2() EnumD757e8c31ab9423604d4eece2cdb5160
GetPsd2 returns the Psd2 field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) GetPsd2Ok ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetPsd2Ok() (*EnumD757e8c31ab9423604d4eece2cdb5160, bool)
GetPsd2Ok returns a tuple with the Psd2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) GetSoc2 ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetSoc2() Enum08b09d97ca82baf197de83a269dac339
GetSoc2 returns the Soc2 field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) GetSoc2Ok ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) GetSoc2Ok() (*Enum08b09d97ca82baf197de83a269dac339, bool)
GetSoc2Ok returns a tuple with the Soc2 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) HasCwe ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) HasCwe() bool
HasCwe returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) HasFedramp ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) HasFedramp() bool
HasFedramp returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) HasGdpr ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) HasGdpr() bool
HasGdpr returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) HasHipaa ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) HasHipaa() bool
HasHipaa returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) HasIso27001 ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) HasIso27001() bool
HasIso27001 returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) HasNis2 ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) HasNis2() bool
HasNis2 returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) HasNist ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) HasNist() bool
HasNist returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) HasOwasp ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) HasOwasp() bool
HasOwasp returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) HasOwaspLlm ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) HasOwaspLlm() bool
HasOwaspLlm returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) HasPciDss ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) HasPciDss() bool
HasPciDss returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) HasPsd2 ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) HasPsd2() bool
HasPsd2 returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) HasSoc2 ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) HasSoc2() bool
HasSoc2 returns a boolean if a field has been set.
func (FrontendConfigurationCustomRulesInnerAlertCompliance) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerAlertCompliance) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) SetCwe ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) SetCwe(v Enum1a7b888d2ef5b26fc63749f8e3a87cfa)
SetCwe gets a reference to the given Enum1a7b888d2ef5b26fc63749f8e3a87cfa and assigns it to the Cwe field.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) SetFedramp ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) SetFedramp(v EnumE72f9dda622f4cb5cd0a811e58e7f98e)
SetFedramp gets a reference to the given EnumE72f9dda622f4cb5cd0a811e58e7f98e and assigns it to the Fedramp field.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) SetGdpr ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) SetGdpr(v Enum5240b1e44488028e2fb125a667a7a4bd)
SetGdpr gets a reference to the given Enum5240b1e44488028e2fb125a667a7a4bd and assigns it to the Gdpr field.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) SetHipaa ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) SetHipaa(v EnumC48f4480ca763c1e3645aed08c52cfc1)
SetHipaa gets a reference to the given EnumC48f4480ca763c1e3645aed08c52cfc1 and assigns it to the Hipaa field.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) SetIso27001 ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) SetIso27001(v Enum7f9dfa9af8b93bdca51d0e79de301f7b)
SetIso27001 gets a reference to the given Enum7f9dfa9af8b93bdca51d0e79de301f7b and assigns it to the Iso27001 field.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) SetNis2 ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) SetNis2(v EnumF33adad4c808d4d9ab51ae2bf931668b)
SetNis2 gets a reference to the given EnumF33adad4c808d4d9ab51ae2bf931668b and assigns it to the Nis2 field.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) SetNist ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) SetNist(v Enum3b03ec8408c363f23b7d74d99b6ba8f4)
SetNist gets a reference to the given Enum3b03ec8408c363f23b7d74d99b6ba8f4 and assigns it to the Nist field.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) SetOwasp ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) SetOwasp(v Enum2a0a63bd2634c78edc28210c0bdd7520)
SetOwasp gets a reference to the given Enum2a0a63bd2634c78edc28210c0bdd7520 and assigns it to the Owasp field.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) SetOwaspLlm ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) SetOwaspLlm(v Enum80229dc8a40727ab101f9b3e03267361)
SetOwaspLlm gets a reference to the given Enum80229dc8a40727ab101f9b3e03267361 and assigns it to the OwaspLlm field.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) SetPciDss ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) SetPciDss(v Enum6741c81b56f1b47f9c4e941a35bc8afb)
SetPciDss gets a reference to the given Enum6741c81b56f1b47f9c4e941a35bc8afb and assigns it to the PciDss field.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) SetPsd2 ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) SetPsd2(v EnumD757e8c31ab9423604d4eece2cdb5160)
SetPsd2 gets a reference to the given EnumD757e8c31ab9423604d4eece2cdb5160 and assigns it to the Psd2 field.
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) SetSoc2 ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) SetSoc2(v Enum08b09d97ca82baf197de83a269dac339)
SetSoc2 gets a reference to the given Enum08b09d97ca82baf197de83a269dac339 and assigns it to the Soc2 field.
func (FrontendConfigurationCustomRulesInnerAlertCompliance) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerAlertCompliance) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerAlertCompliance) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerAlertCompliance) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerSeedInner ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerSeedInner struct {
FrontendConfigurationCustomRulesInnerSeedInnerOneOf *FrontendConfigurationCustomRulesInnerSeedInnerOneOf
FrontendConfigurationCustomRulesInnerSeedInnerOneOf1 *FrontendConfigurationCustomRulesInnerSeedInnerOneOf1
}
FrontendConfigurationCustomRulesInnerSeedInner - struct for FrontendConfigurationCustomRulesInnerSeedInner
func FrontendConfigurationCustomRulesInnerSeedInnerOneOf1AsFrontendConfigurationCustomRulesInnerSeedInner ¶ added in v0.1.22
func FrontendConfigurationCustomRulesInnerSeedInnerOneOf1AsFrontendConfigurationCustomRulesInnerSeedInner(v *FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) FrontendConfigurationCustomRulesInnerSeedInner
FrontendConfigurationCustomRulesInnerSeedInnerOneOf1AsFrontendConfigurationCustomRulesInnerSeedInner is a convenience function that returns FrontendConfigurationCustomRulesInnerSeedInnerOneOf1 wrapped in FrontendConfigurationCustomRulesInnerSeedInner
func FrontendConfigurationCustomRulesInnerSeedInnerOneOfAsFrontendConfigurationCustomRulesInnerSeedInner ¶ added in v0.1.22
func FrontendConfigurationCustomRulesInnerSeedInnerOneOfAsFrontendConfigurationCustomRulesInnerSeedInner(v *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) FrontendConfigurationCustomRulesInnerSeedInner
FrontendConfigurationCustomRulesInnerSeedInnerOneOfAsFrontendConfigurationCustomRulesInnerSeedInner is a convenience function that returns FrontendConfigurationCustomRulesInnerSeedInnerOneOf wrapped in FrontendConfigurationCustomRulesInnerSeedInner
func (*FrontendConfigurationCustomRulesInnerSeedInner) GetActualInstance ¶ added in v0.1.22
func (obj *FrontendConfigurationCustomRulesInnerSeedInner) GetActualInstance() interface{}
Get the actual instance
func (FrontendConfigurationCustomRulesInnerSeedInner) GetActualInstanceValue ¶ added in v0.1.22
func (obj FrontendConfigurationCustomRulesInnerSeedInner) GetActualInstanceValue() interface{}
Get the actual instance value
func (FrontendConfigurationCustomRulesInnerSeedInner) MarshalJSON ¶ added in v0.1.22
func (src FrontendConfigurationCustomRulesInnerSeedInner) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*FrontendConfigurationCustomRulesInnerSeedInner) UnmarshalJSON ¶ added in v0.1.22
func (dst *FrontendConfigurationCustomRulesInnerSeedInner) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type FrontendConfigurationCustomRulesInnerSeedInnerOneOf ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerSeedInnerOneOf struct {
Protocol EnumREST `json:"protocol"`
User *string `json:"user,omitempty"`
Path *string `json:"path,omitempty"`
Method *Enum549d6d987f9711d8c5b7a2472e0c9d65 `json:"method,omitempty"`
Headers map[string]string `json:"headers,omitempty"`
Body *string `json:"body,omitempty"`
Params map[string]string `json:"params,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerSeedInnerOneOf struct for FrontendConfigurationCustomRulesInnerSeedInnerOneOf
func NewFrontendConfigurationCustomRulesInnerSeedInnerOneOf ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerSeedInnerOneOf(protocol EnumREST) *FrontendConfigurationCustomRulesInnerSeedInnerOneOf
NewFrontendConfigurationCustomRulesInnerSeedInnerOneOf instantiates a new FrontendConfigurationCustomRulesInnerSeedInnerOneOf 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 NewFrontendConfigurationCustomRulesInnerSeedInnerOneOfWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerSeedInnerOneOfWithDefaults() *FrontendConfigurationCustomRulesInnerSeedInnerOneOf
NewFrontendConfigurationCustomRulesInnerSeedInnerOneOfWithDefaults instantiates a new FrontendConfigurationCustomRulesInnerSeedInnerOneOf 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 (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetBody ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetBody() string
GetBody returns the Body field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetBodyOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetBodyOk() (*string, bool)
GetBodyOk returns a tuple with the Body field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetHeaders() map[string]string
GetHeaders returns the Headers field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetHeadersOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetHeadersOk() (map[string]string, bool)
GetHeadersOk returns a tuple with the Headers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetMethod ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetMethod() Enum549d6d987f9711d8c5b7a2472e0c9d65
GetMethod returns the Method field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetMethodOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetMethodOk() (*Enum549d6d987f9711d8c5b7a2472e0c9d65, 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 (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetParams ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetParams() map[string]string
GetParams returns the Params field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetParamsOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetParamsOk() (map[string]string, bool)
GetParamsOk returns a tuple with the Params field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetPath ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetPath() string
GetPath returns the Path field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetPathOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetProtocol ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetProtocol() EnumREST
GetProtocol returns the Protocol field value
func (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetProtocolOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetProtocolOk() (*EnumREST, bool)
GetProtocolOk returns a tuple with the Protocol field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetUser ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetUser() string
GetUser returns the User field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetUserOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) GetUserOk() (*string, bool)
GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf) HasBody ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) HasBody() bool
HasBody returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf) HasHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) HasHeaders() bool
HasHeaders returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf) HasMethod ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) HasMethod() bool
HasMethod returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf) HasParams ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) HasParams() bool
HasParams returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf) HasPath ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) HasPath() bool
HasPath returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf) HasUser ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) HasUser() bool
HasUser returns a boolean if a field has been set.
func (FrontendConfigurationCustomRulesInnerSeedInnerOneOf) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerSeedInnerOneOf) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf) SetBody ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) SetBody(v string)
SetBody gets a reference to the given string and assigns it to the Body field.
func (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf) SetHeaders ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) SetHeaders(v map[string]string)
SetHeaders gets a reference to the given map[string]string and assigns it to the Headers field.
func (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf) SetMethod ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) SetMethod(v Enum549d6d987f9711d8c5b7a2472e0c9d65)
SetMethod gets a reference to the given Enum549d6d987f9711d8c5b7a2472e0c9d65 and assigns it to the Method field.
func (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf) SetParams ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) SetParams(v map[string]string)
SetParams gets a reference to the given map[string]string and assigns it to the Params field.
func (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf) SetPath ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) SetPath(v string)
SetPath gets a reference to the given string and assigns it to the Path field.
func (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf) SetProtocol ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) SetProtocol(v EnumREST)
SetProtocol sets field value
func (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf) SetUser ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) SetUser(v string)
SetUser gets a reference to the given string and assigns it to the User field.
func (FrontendConfigurationCustomRulesInnerSeedInnerOneOf) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerSeedInnerOneOf) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerSeedInnerOneOf1 ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerSeedInnerOneOf1 struct {
Protocol EnumHTTP `json:"protocol"`
Raw string `json:"raw"`
User *string `json:"user,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerSeedInnerOneOf1 struct for FrontendConfigurationCustomRulesInnerSeedInnerOneOf1
func NewFrontendConfigurationCustomRulesInnerSeedInnerOneOf1 ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerSeedInnerOneOf1(protocol EnumHTTP, raw string) *FrontendConfigurationCustomRulesInnerSeedInnerOneOf1
NewFrontendConfigurationCustomRulesInnerSeedInnerOneOf1 instantiates a new FrontendConfigurationCustomRulesInnerSeedInnerOneOf1 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 NewFrontendConfigurationCustomRulesInnerSeedInnerOneOf1WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerSeedInnerOneOf1WithDefaults() *FrontendConfigurationCustomRulesInnerSeedInnerOneOf1
NewFrontendConfigurationCustomRulesInnerSeedInnerOneOf1WithDefaults instantiates a new FrontendConfigurationCustomRulesInnerSeedInnerOneOf1 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 (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) GetProtocol ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) GetProtocol() EnumHTTP
GetProtocol returns the Protocol field value
func (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) GetProtocolOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) GetProtocolOk() (*EnumHTTP, bool)
GetProtocolOk returns a tuple with the Protocol field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) GetRaw ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) GetRaw() string
GetRaw returns the Raw field value
func (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) GetRawOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) GetRawOk() (*string, bool)
GetRawOk returns a tuple with the Raw field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) GetUser ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) GetUser() string
GetUser returns the User field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) GetUserOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) GetUserOk() (*string, bool)
GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) HasUser ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) HasUser() bool
HasUser returns a boolean if a field has been set.
func (FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) SetProtocol ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) SetProtocol(v EnumHTTP)
SetProtocol sets field value
func (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) SetRaw ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) SetRaw(v string)
SetRaw sets field value
func (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) SetUser ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) SetUser(v string)
SetUser gets a reference to the given string and assigns it to the User field.
func (FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerTransform ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransform struct {
Trigger []FrontendConfigurationCustomRulesInnerTransformTriggerInner `json:"trigger"`
Mutate []FrontendConfigurationCustomRulesInnerTransformMutateInner `json:"mutate"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransform struct for FrontendConfigurationCustomRulesInnerTransform
func NewFrontendConfigurationCustomRulesInnerTransform ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransform(trigger []FrontendConfigurationCustomRulesInnerTransformTriggerInner, mutate []FrontendConfigurationCustomRulesInnerTransformMutateInner) *FrontendConfigurationCustomRulesInnerTransform
NewFrontendConfigurationCustomRulesInnerTransform instantiates a new FrontendConfigurationCustomRulesInnerTransform 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 NewFrontendConfigurationCustomRulesInnerTransformWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformWithDefaults() *FrontendConfigurationCustomRulesInnerTransform
NewFrontendConfigurationCustomRulesInnerTransformWithDefaults instantiates a new FrontendConfigurationCustomRulesInnerTransform 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 (*FrontendConfigurationCustomRulesInnerTransform) GetMutate ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransform) GetMutate() []FrontendConfigurationCustomRulesInnerTransformMutateInner
GetMutate returns the Mutate field value
func (*FrontendConfigurationCustomRulesInnerTransform) GetMutateOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransform) GetMutateOk() ([]FrontendConfigurationCustomRulesInnerTransformMutateInner, bool)
GetMutateOk returns a tuple with the Mutate field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransform) GetTrigger ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransform) GetTrigger() []FrontendConfigurationCustomRulesInnerTransformTriggerInner
GetTrigger returns the Trigger field value
func (*FrontendConfigurationCustomRulesInnerTransform) GetTriggerOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransform) GetTriggerOk() ([]FrontendConfigurationCustomRulesInnerTransformTriggerInner, bool)
GetTriggerOk returns a tuple with the Trigger field value and a boolean to check if the value has been set.
func (FrontendConfigurationCustomRulesInnerTransform) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransform) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerTransform) SetMutate ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransform) SetMutate(v []FrontendConfigurationCustomRulesInnerTransformMutateInner)
SetMutate sets field value
func (*FrontendConfigurationCustomRulesInnerTransform) SetTrigger ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransform) SetTrigger(v []FrontendConfigurationCustomRulesInnerTransformTriggerInner)
SetTrigger sets field value
func (FrontendConfigurationCustomRulesInnerTransform) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransform) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerTransform) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransform) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerTransformMutateInner ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformMutateInner struct {
FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf
FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1 *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1
FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2 *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2
FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3 *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3
FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4 *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4
FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5 *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5
FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6 *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6
FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7 *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7
}
FrontendConfigurationCustomRulesInnerTransformMutateInner - struct for FrontendConfigurationCustomRulesInnerTransformMutateInner
func FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1AsFrontendConfigurationCustomRulesInnerTransformMutateInner ¶ added in v0.1.22
func FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1AsFrontendConfigurationCustomRulesInnerTransformMutateInner(v *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) FrontendConfigurationCustomRulesInnerTransformMutateInner
FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1AsFrontendConfigurationCustomRulesInnerTransformMutateInner is a convenience function that returns FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1 wrapped in FrontendConfigurationCustomRulesInnerTransformMutateInner
func FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2AsFrontendConfigurationCustomRulesInnerTransformMutateInner ¶ added in v0.1.22
func FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2AsFrontendConfigurationCustomRulesInnerTransformMutateInner(v *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) FrontendConfigurationCustomRulesInnerTransformMutateInner
FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2AsFrontendConfigurationCustomRulesInnerTransformMutateInner is a convenience function that returns FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2 wrapped in FrontendConfigurationCustomRulesInnerTransformMutateInner
func FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3AsFrontendConfigurationCustomRulesInnerTransformMutateInner ¶ added in v0.1.22
func FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3AsFrontendConfigurationCustomRulesInnerTransformMutateInner(v *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) FrontendConfigurationCustomRulesInnerTransformMutateInner
FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3AsFrontendConfigurationCustomRulesInnerTransformMutateInner is a convenience function that returns FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3 wrapped in FrontendConfigurationCustomRulesInnerTransformMutateInner
func FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4AsFrontendConfigurationCustomRulesInnerTransformMutateInner ¶ added in v0.1.22
func FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4AsFrontendConfigurationCustomRulesInnerTransformMutateInner(v *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) FrontendConfigurationCustomRulesInnerTransformMutateInner
FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4AsFrontendConfigurationCustomRulesInnerTransformMutateInner is a convenience function that returns FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4 wrapped in FrontendConfigurationCustomRulesInnerTransformMutateInner
func FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5AsFrontendConfigurationCustomRulesInnerTransformMutateInner ¶ added in v0.1.22
func FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5AsFrontendConfigurationCustomRulesInnerTransformMutateInner(v *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) FrontendConfigurationCustomRulesInnerTransformMutateInner
FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5AsFrontendConfigurationCustomRulesInnerTransformMutateInner is a convenience function that returns FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5 wrapped in FrontendConfigurationCustomRulesInnerTransformMutateInner
func FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6AsFrontendConfigurationCustomRulesInnerTransformMutateInner ¶ added in v0.1.22
func FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6AsFrontendConfigurationCustomRulesInnerTransformMutateInner(v *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) FrontendConfigurationCustomRulesInnerTransformMutateInner
FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6AsFrontendConfigurationCustomRulesInnerTransformMutateInner is a convenience function that returns FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6 wrapped in FrontendConfigurationCustomRulesInnerTransformMutateInner
func FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7AsFrontendConfigurationCustomRulesInnerTransformMutateInner ¶ added in v0.1.22
func FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7AsFrontendConfigurationCustomRulesInnerTransformMutateInner(v *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) FrontendConfigurationCustomRulesInnerTransformMutateInner
FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7AsFrontendConfigurationCustomRulesInnerTransformMutateInner is a convenience function that returns FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7 wrapped in FrontendConfigurationCustomRulesInnerTransformMutateInner
func FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfAsFrontendConfigurationCustomRulesInnerTransformMutateInner ¶ added in v0.1.22
func FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfAsFrontendConfigurationCustomRulesInnerTransformMutateInner(v *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) FrontendConfigurationCustomRulesInnerTransformMutateInner
FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfAsFrontendConfigurationCustomRulesInnerTransformMutateInner is a convenience function that returns FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf wrapped in FrontendConfigurationCustomRulesInnerTransformMutateInner
func (*FrontendConfigurationCustomRulesInnerTransformMutateInner) GetActualInstance ¶ added in v0.1.22
func (obj *FrontendConfigurationCustomRulesInnerTransformMutateInner) GetActualInstance() interface{}
Get the actual instance
func (FrontendConfigurationCustomRulesInnerTransformMutateInner) GetActualInstanceValue ¶ added in v0.1.22
func (obj FrontendConfigurationCustomRulesInnerTransformMutateInner) GetActualInstanceValue() interface{}
Get the actual instance value
func (FrontendConfigurationCustomRulesInnerTransformMutateInner) MarshalJSON ¶ added in v0.1.22
func (src FrontendConfigurationCustomRulesInnerTransformMutateInner) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*FrontendConfigurationCustomRulesInnerTransformMutateInner) UnmarshalJSON ¶ added in v0.1.22
func (dst *FrontendConfigurationCustomRulesInnerTransformMutateInner) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf struct {
Value *string `json:"value,omitempty"`
Values []string `json:"values,omitempty"`
RegexReplace *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace `json:"regex_replace,omitempty"`
Key EnumSCHEMAURL `json:"key"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf struct for FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf
func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf(key EnumSCHEMAURL) *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf
NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf instantiates a new FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf 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 NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfWithDefaults() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf
NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfWithDefaults instantiates a new FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf 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 (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) GetKey ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) GetKey() EnumSCHEMAURL
GetKey returns the Key field value
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) GetKeyOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) GetKeyOk() (*EnumSCHEMAURL, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) GetRegexReplace ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) GetRegexReplace() FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace
GetRegexReplace returns the RegexReplace field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) GetRegexReplaceOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) GetRegexReplaceOk() (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace, bool)
GetRegexReplaceOk returns a tuple with the RegexReplace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) GetValue ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) GetValue() string
GetValue returns the Value field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) GetValueOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) GetValues ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) GetValues() []string
GetValues returns the Values field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) GetValuesOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) GetValuesOk() ([]string, bool)
GetValuesOk returns a tuple with the Values field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) HasRegexReplace ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) HasRegexReplace() bool
HasRegexReplace returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) HasValue ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) HasValue() bool
HasValue returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) HasValues ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) HasValues() bool
HasValues returns a boolean if a field has been set.
func (FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) SetKey ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) SetKey(v EnumSCHEMAURL)
SetKey sets field value
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) SetRegexReplace ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) SetRegexReplace(v FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace)
SetRegexReplace gets a reference to the given FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace and assigns it to the RegexReplace field.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) SetValue ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) SetValues ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) SetValues(v []string)
SetValues gets a reference to the given []string and assigns it to the Values field.
func (FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1 ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1 struct {
Value *string `json:"value,omitempty"`
Values []string `json:"values,omitempty"`
RegexReplace *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace `json:"regex_replace,omitempty"`
Key EnumSCHEMAPATHREF `json:"key"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1 struct for FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1
func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1 ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1(key EnumSCHEMAPATHREF) *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1
NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1 instantiates a new FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1 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 NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1WithDefaults() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1
NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1WithDefaults instantiates a new FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1 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 (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) GetKey ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) GetKey() EnumSCHEMAPATHREF
GetKey returns the Key field value
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) GetKeyOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) GetKeyOk() (*EnumSCHEMAPATHREF, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) GetRegexReplace ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) GetRegexReplace() FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace
GetRegexReplace returns the RegexReplace field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) GetRegexReplaceOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) GetRegexReplaceOk() (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace, bool)
GetRegexReplaceOk returns a tuple with the RegexReplace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) GetValue ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) GetValue() string
GetValue returns the Value field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) GetValueOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) GetValues ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) GetValues() []string
GetValues returns the Values field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) GetValuesOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) GetValuesOk() ([]string, bool)
GetValuesOk returns a tuple with the Values field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) HasRegexReplace ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) HasRegexReplace() bool
HasRegexReplace returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) HasValue ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) HasValue() bool
HasValue returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) HasValues ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) HasValues() bool
HasValues returns a boolean if a field has been set.
func (FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) SetKey ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) SetKey(v EnumSCHEMAPATHREF)
SetKey sets field value
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) SetRegexReplace ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) SetRegexReplace(v FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace)
SetRegexReplace gets a reference to the given FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace and assigns it to the RegexReplace field.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) SetValue ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) SetValues ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) SetValues(v []string)
SetValues gets a reference to the given []string and assigns it to the Values field.
func (FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2 ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2 struct {
Value *string `json:"value,omitempty"`
Values []string `json:"values,omitempty"`
RegexReplace *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace `json:"regex_replace,omitempty"`
Key EnumREQUESTUSER `json:"key"`
DropUser *bool `json:"drop_user,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2 struct for FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2
func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2 ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2(key EnumREQUESTUSER) *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2
NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2 instantiates a new FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2 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 NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2WithDefaults() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2
NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2WithDefaults instantiates a new FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2 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 (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) GetDropUser ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) GetDropUser() bool
GetDropUser returns the DropUser field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) GetDropUserOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) GetDropUserOk() (*bool, bool)
GetDropUserOk returns a tuple with the DropUser field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) GetKey ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) GetKey() EnumREQUESTUSER
GetKey returns the Key field value
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) GetKeyOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) GetKeyOk() (*EnumREQUESTUSER, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) GetRegexReplace ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) GetRegexReplace() FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace
GetRegexReplace returns the RegexReplace field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) GetRegexReplaceOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) GetRegexReplaceOk() (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace, bool)
GetRegexReplaceOk returns a tuple with the RegexReplace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) GetValue ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) GetValue() string
GetValue returns the Value field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) GetValueOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) GetValues ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) GetValues() []string
GetValues returns the Values field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) GetValuesOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) GetValuesOk() ([]string, bool)
GetValuesOk returns a tuple with the Values field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) HasDropUser ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) HasDropUser() bool
HasDropUser returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) HasRegexReplace ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) HasRegexReplace() bool
HasRegexReplace returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) HasValue ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) HasValue() bool
HasValue returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) HasValues ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) HasValues() bool
HasValues returns a boolean if a field has been set.
func (FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) SetDropUser ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) SetDropUser(v bool)
SetDropUser gets a reference to the given bool and assigns it to the DropUser field.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) SetKey ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) SetKey(v EnumREQUESTUSER)
SetKey sets field value
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) SetRegexReplace ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) SetRegexReplace(v FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace)
SetRegexReplace gets a reference to the given FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace and assigns it to the RegexReplace field.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) SetValue ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) SetValues ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) SetValues(v []string)
SetValues gets a reference to the given []string and assigns it to the Values field.
func (FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3 ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3 struct {
Value *string `json:"value,omitempty"`
Values []string `json:"values,omitempty"`
RegexReplace *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace `json:"regex_replace,omitempty"`
Key EnumREQUESTHEADERS `json:"key"`
Name string `json:"name"`
Delete *bool `json:"delete,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3 struct for FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3
func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3 ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3(key EnumREQUESTHEADERS, name string) *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3
NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3 instantiates a new FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3 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 NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3WithDefaults() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3
NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3WithDefaults instantiates a new FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3 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 (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) GetDelete ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) GetDelete() bool
GetDelete returns the Delete field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) GetDeleteOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) GetDeleteOk() (*bool, bool)
GetDeleteOk returns a tuple with the Delete field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) GetKey ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) GetKey() EnumREQUESTHEADERS
GetKey returns the Key field value
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) GetKeyOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) GetKeyOk() (*EnumREQUESTHEADERS, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) GetName ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) GetName() string
GetName returns the Name field value
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) GetNameOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) GetRegexReplace ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) GetRegexReplace() FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace
GetRegexReplace returns the RegexReplace field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) GetRegexReplaceOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) GetRegexReplaceOk() (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace, bool)
GetRegexReplaceOk returns a tuple with the RegexReplace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) GetValue ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) GetValue() string
GetValue returns the Value field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) GetValueOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) GetValues ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) GetValues() []string
GetValues returns the Values field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) GetValuesOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) GetValuesOk() ([]string, bool)
GetValuesOk returns a tuple with the Values field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) HasDelete ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) HasDelete() bool
HasDelete returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) HasRegexReplace ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) HasRegexReplace() bool
HasRegexReplace returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) HasValue ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) HasValue() bool
HasValue returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) HasValues ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) HasValues() bool
HasValues returns a boolean if a field has been set.
func (FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) SetDelete ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) SetDelete(v bool)
SetDelete gets a reference to the given bool and assigns it to the Delete field.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) SetKey ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) SetKey(v EnumREQUESTHEADERS)
SetKey sets field value
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) SetName ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) SetName(v string)
SetName sets field value
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) SetRegexReplace ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) SetRegexReplace(v FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace)
SetRegexReplace gets a reference to the given FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace and assigns it to the RegexReplace field.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) SetValue ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) SetValues ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) SetValues(v []string)
SetValues gets a reference to the given []string and assigns it to the Values field.
func (FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4 ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4 struct {
Key EnumREQUESTBODYJSON `json:"key"`
Jq *string `json:"jq,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4 struct for FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4
func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4 ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4(key EnumREQUESTBODYJSON) *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4
NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4 instantiates a new FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4 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 NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4WithDefaults() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4
NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4WithDefaults instantiates a new FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4 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 (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) GetJq ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) GetJq() string
GetJq returns the Jq field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) GetJqOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) GetJqOk() (*string, bool)
GetJqOk returns a tuple with the Jq field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) GetKey ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) GetKey() EnumREQUESTBODYJSON
GetKey returns the Key field value
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) GetKeyOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) GetKeyOk() (*EnumREQUESTBODYJSON, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) HasJq ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) HasJq() bool
HasJq returns a boolean if a field has been set.
func (FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) SetJq ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) SetJq(v string)
SetJq gets a reference to the given string and assigns it to the Jq field.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) SetKey ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) SetKey(v EnumREQUESTBODYJSON)
SetKey sets field value
func (FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5 ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5 struct {
Value *string `json:"value,omitempty"`
Values []string `json:"values,omitempty"`
RegexReplace *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace `json:"regex_replace,omitempty"`
Key EnumREQUESTBODYTEXT `json:"key"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5 struct for FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5
func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5 ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5(key EnumREQUESTBODYTEXT) *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5
NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5 instantiates a new FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5 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 NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5WithDefaults() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5
NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5WithDefaults instantiates a new FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5 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 (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) GetKey ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) GetKey() EnumREQUESTBODYTEXT
GetKey returns the Key field value
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) GetKeyOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) GetKeyOk() (*EnumREQUESTBODYTEXT, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) GetRegexReplace ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) GetRegexReplace() FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace
GetRegexReplace returns the RegexReplace field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) GetRegexReplaceOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) GetRegexReplaceOk() (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace, bool)
GetRegexReplaceOk returns a tuple with the RegexReplace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) GetValue ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) GetValue() string
GetValue returns the Value field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) GetValueOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) GetValues ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) GetValues() []string
GetValues returns the Values field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) GetValuesOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) GetValuesOk() ([]string, bool)
GetValuesOk returns a tuple with the Values field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) HasRegexReplace ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) HasRegexReplace() bool
HasRegexReplace returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) HasValue ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) HasValue() bool
HasValue returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) HasValues ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) HasValues() bool
HasValues returns a boolean if a field has been set.
func (FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) SetKey ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) SetKey(v EnumREQUESTBODYTEXT)
SetKey sets field value
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) SetRegexReplace ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) SetRegexReplace(v FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace)
SetRegexReplace gets a reference to the given FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace and assigns it to the RegexReplace field.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) SetValue ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) SetValues ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) SetValues(v []string)
SetValues gets a reference to the given []string and assigns it to the Values field.
func (FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6 ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6 struct {
Key EnumREQUESTOBJECT `json:"key"`
Select FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select `json:"select"`
Mutate FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate `json:"mutate"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6 struct for FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6
func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6 ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6(key EnumREQUESTOBJECT, select_ FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select, mutate FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6
NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6 instantiates a new FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6 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 NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6WithDefaults() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6
NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6WithDefaults instantiates a new FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6 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 (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) GetKey ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) GetKey() EnumREQUESTOBJECT
GetKey returns the Key field value
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) GetKeyOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) GetKeyOk() (*EnumREQUESTOBJECT, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) GetMutate ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) GetMutate() FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate
GetMutate returns the Mutate field value
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) GetMutateOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) GetMutateOk() (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate, bool)
GetMutateOk returns a tuple with the Mutate field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) GetSelect ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) GetSelect() FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select
GetSelect returns the Select field value
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) GetSelectOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) GetSelectOk() (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select, bool)
GetSelectOk returns a tuple with the Select field value and a boolean to check if the value has been set.
func (FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) SetKey ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) SetKey(v EnumREQUESTOBJECT)
SetKey sets field value
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) SetMutate ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) SetMutate(v FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate)
SetMutate sets field value
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) SetSelect ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) SetSelect(v FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select)
SetSelect sets field value
func (FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate struct {
Value *string `json:"value,omitempty"`
Values []string `json:"values,omitempty"`
RegexReplace *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace `json:"regex_replace,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate struct for FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate
func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate
NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate instantiates a new FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate 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 NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6MutateWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6MutateWithDefaults() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate
NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6MutateWithDefaults instantiates a new FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate 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 (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) GetRegexReplace ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) GetRegexReplace() FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace
GetRegexReplace returns the RegexReplace field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) GetRegexReplaceOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) GetRegexReplaceOk() (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace, bool)
GetRegexReplaceOk returns a tuple with the RegexReplace field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) GetValue ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) GetValue() string
GetValue returns the Value field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) GetValueOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) GetValues ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) GetValues() []string
GetValues returns the Values field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) GetValuesOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) GetValuesOk() ([]string, bool)
GetValuesOk returns a tuple with the Values field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) HasRegexReplace ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) HasRegexReplace() bool
HasRegexReplace returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) HasValue ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) HasValue() bool
HasValue returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) HasValues ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) HasValues() bool
HasValues returns a boolean if a field has been set.
func (FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) SetRegexReplace ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) SetRegexReplace(v FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace)
SetRegexReplace gets a reference to the given FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace and assigns it to the RegexReplace field.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) SetValue ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) SetValues ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) SetValues(v []string)
SetValues gets a reference to the given []string and assigns it to the Values field.
func (FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select struct {
Type *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type `json:"type,omitempty"`
Name *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key `json:"name,omitempty"`
Value *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key `json:"value,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select struct for FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select
func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select
NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select instantiates a new FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select 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 NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6SelectWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6SelectWithDefaults() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select
NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6SelectWithDefaults instantiates a new FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select 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 (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) GetName ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) GetName() FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key
GetName returns the Name field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) GetNameOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) GetNameOk() (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) GetType ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) GetType() FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type
GetType returns the Type field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) GetTypeOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) GetTypeOk() (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) GetValue ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) GetValue() FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key
GetValue returns the Value field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) GetValueOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) GetValueOk() (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) HasName ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) HasName() bool
HasName returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) HasType ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) HasType() bool
HasType returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) HasValue ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) HasValue() bool
HasValue returns a boolean if a field has been set.
func (FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) SetName ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) SetName(v FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key)
SetName gets a reference to the given FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key and assigns it to the Name field.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) SetType ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) SetType(v FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type)
SetType gets a reference to the given FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type and assigns it to the Type field.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) SetValue ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) SetValue(v FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key)
SetValue gets a reference to the given FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key and assigns it to the Value field.
func (FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7 ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7 struct {
Key EnumREQUESTMETHOD `json:"key"`
Value *Enum549d6d987f9711d8c5b7a2472e0c9d65 `json:"value,omitempty"`
Values []Enum549d6d987f9711d8c5b7a2472e0c9d65 `json:"values,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7 struct for FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7
func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7 ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7(key EnumREQUESTMETHOD) *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7
NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7 instantiates a new FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7 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 NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7WithDefaults() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7
NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7WithDefaults instantiates a new FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7 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 (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) GetKey ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) GetKey() EnumREQUESTMETHOD
GetKey returns the Key field value
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) GetKeyOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) GetKeyOk() (*EnumREQUESTMETHOD, bool)
GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) GetValue ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) GetValue() Enum549d6d987f9711d8c5b7a2472e0c9d65
GetValue returns the Value field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) GetValueOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) GetValueOk() (*Enum549d6d987f9711d8c5b7a2472e0c9d65, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) GetValues ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) GetValues() []Enum549d6d987f9711d8c5b7a2472e0c9d65
GetValues returns the Values field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) GetValuesOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) GetValuesOk() ([]Enum549d6d987f9711d8c5b7a2472e0c9d65, bool)
GetValuesOk returns a tuple with the Values field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) HasValue ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) HasValue() bool
HasValue returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) HasValues ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) HasValues() bool
HasValues returns a boolean if a field has been set.
func (FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) SetKey ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) SetKey(v EnumREQUESTMETHOD)
SetKey sets field value
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) SetValue ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) SetValue(v Enum549d6d987f9711d8c5b7a2472e0c9d65)
SetValue gets a reference to the given Enum549d6d987f9711d8c5b7a2472e0c9d65 and assigns it to the Value field.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) SetValues ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) SetValues(v []Enum549d6d987f9711d8c5b7a2472e0c9d65)
SetValues gets a reference to the given []Enum549d6d987f9711d8c5b7a2472e0c9d65 and assigns it to the Values field.
func (FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace struct {
Pattern string `json:"pattern"`
Replacement string `json:"replacement"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace struct for FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace
func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace(pattern string, replacement string) *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace
NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace instantiates a new FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace 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 NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplaceWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplaceWithDefaults() *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace
NewFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplaceWithDefaults instantiates a new FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace 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 (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) GetPattern ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) GetPattern() string
GetPattern returns the Pattern field value
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) GetPatternOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) GetPatternOk() (*string, bool)
GetPatternOk returns a tuple with the Pattern field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) GetReplacement ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) GetReplacement() string
GetReplacement returns the Replacement field value
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) GetReplacementOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) GetReplacementOk() (*string, bool)
GetReplacementOk returns a tuple with the Replacement field value and a boolean to check if the value has been set.
func (FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) SetPattern ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) SetPattern(v string)
SetPattern sets field value
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) SetReplacement ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) SetReplacement(v string)
SetReplacement sets field value
func (FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerTransformTriggerInner ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformTriggerInner struct {
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1 *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10 *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11 *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12 *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13 *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14 *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15 *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16 *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17 *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18 *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19 *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2 *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20 *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21 *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3 *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4 *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5 *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6 *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7 *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8 *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9 *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9
}
FrontendConfigurationCustomRulesInnerTransformTriggerInner - struct for FrontendConfigurationCustomRulesInnerTransformTriggerInner
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10AsFrontendConfigurationCustomRulesInnerTransformTriggerInner ¶ added in v0.1.22
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) FrontendConfigurationCustomRulesInnerTransformTriggerInner
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10AsFrontendConfigurationCustomRulesInnerTransformTriggerInner is a convenience function that returns FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10 wrapped in FrontendConfigurationCustomRulesInnerTransformTriggerInner
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11AsFrontendConfigurationCustomRulesInnerTransformTriggerInner ¶ added in v0.1.22
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) FrontendConfigurationCustomRulesInnerTransformTriggerInner
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11AsFrontendConfigurationCustomRulesInnerTransformTriggerInner is a convenience function that returns FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11 wrapped in FrontendConfigurationCustomRulesInnerTransformTriggerInner
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12AsFrontendConfigurationCustomRulesInnerTransformTriggerInner ¶ added in v0.1.22
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) FrontendConfigurationCustomRulesInnerTransformTriggerInner
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12AsFrontendConfigurationCustomRulesInnerTransformTriggerInner is a convenience function that returns FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12 wrapped in FrontendConfigurationCustomRulesInnerTransformTriggerInner
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13AsFrontendConfigurationCustomRulesInnerTransformTriggerInner ¶ added in v0.1.22
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) FrontendConfigurationCustomRulesInnerTransformTriggerInner
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13AsFrontendConfigurationCustomRulesInnerTransformTriggerInner is a convenience function that returns FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13 wrapped in FrontendConfigurationCustomRulesInnerTransformTriggerInner
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14AsFrontendConfigurationCustomRulesInnerTransformTriggerInner ¶ added in v0.1.22
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) FrontendConfigurationCustomRulesInnerTransformTriggerInner
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14AsFrontendConfigurationCustomRulesInnerTransformTriggerInner is a convenience function that returns FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14 wrapped in FrontendConfigurationCustomRulesInnerTransformTriggerInner
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15AsFrontendConfigurationCustomRulesInnerTransformTriggerInner ¶ added in v0.1.22
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) FrontendConfigurationCustomRulesInnerTransformTriggerInner
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15AsFrontendConfigurationCustomRulesInnerTransformTriggerInner is a convenience function that returns FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15 wrapped in FrontendConfigurationCustomRulesInnerTransformTriggerInner
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16AsFrontendConfigurationCustomRulesInnerTransformTriggerInner ¶ added in v0.1.22
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) FrontendConfigurationCustomRulesInnerTransformTriggerInner
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16AsFrontendConfigurationCustomRulesInnerTransformTriggerInner is a convenience function that returns FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16 wrapped in FrontendConfigurationCustomRulesInnerTransformTriggerInner
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17AsFrontendConfigurationCustomRulesInnerTransformTriggerInner ¶ added in v0.1.22
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) FrontendConfigurationCustomRulesInnerTransformTriggerInner
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17AsFrontendConfigurationCustomRulesInnerTransformTriggerInner is a convenience function that returns FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17 wrapped in FrontendConfigurationCustomRulesInnerTransformTriggerInner
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18AsFrontendConfigurationCustomRulesInnerTransformTriggerInner ¶ added in v0.1.22
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) FrontendConfigurationCustomRulesInnerTransformTriggerInner
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18AsFrontendConfigurationCustomRulesInnerTransformTriggerInner is a convenience function that returns FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18 wrapped in FrontendConfigurationCustomRulesInnerTransformTriggerInner
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19AsFrontendConfigurationCustomRulesInnerTransformTriggerInner ¶ added in v0.1.22
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) FrontendConfigurationCustomRulesInnerTransformTriggerInner
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19AsFrontendConfigurationCustomRulesInnerTransformTriggerInner is a convenience function that returns FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19 wrapped in FrontendConfigurationCustomRulesInnerTransformTriggerInner
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1AsFrontendConfigurationCustomRulesInnerTransformTriggerInner ¶ added in v0.1.22
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) FrontendConfigurationCustomRulesInnerTransformTriggerInner
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1AsFrontendConfigurationCustomRulesInnerTransformTriggerInner is a convenience function that returns FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1 wrapped in FrontendConfigurationCustomRulesInnerTransformTriggerInner
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20AsFrontendConfigurationCustomRulesInnerTransformTriggerInner ¶ added in v0.1.22
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) FrontendConfigurationCustomRulesInnerTransformTriggerInner
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20AsFrontendConfigurationCustomRulesInnerTransformTriggerInner is a convenience function that returns FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20 wrapped in FrontendConfigurationCustomRulesInnerTransformTriggerInner
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21AsFrontendConfigurationCustomRulesInnerTransformTriggerInner ¶ added in v0.1.22
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) FrontendConfigurationCustomRulesInnerTransformTriggerInner
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21AsFrontendConfigurationCustomRulesInnerTransformTriggerInner is a convenience function that returns FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21 wrapped in FrontendConfigurationCustomRulesInnerTransformTriggerInner
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2AsFrontendConfigurationCustomRulesInnerTransformTriggerInner ¶ added in v0.1.22
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) FrontendConfigurationCustomRulesInnerTransformTriggerInner
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2AsFrontendConfigurationCustomRulesInnerTransformTriggerInner is a convenience function that returns FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2 wrapped in FrontendConfigurationCustomRulesInnerTransformTriggerInner
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3AsFrontendConfigurationCustomRulesInnerTransformTriggerInner ¶ added in v0.1.22
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) FrontendConfigurationCustomRulesInnerTransformTriggerInner
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3AsFrontendConfigurationCustomRulesInnerTransformTriggerInner is a convenience function that returns FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3 wrapped in FrontendConfigurationCustomRulesInnerTransformTriggerInner
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4AsFrontendConfigurationCustomRulesInnerTransformTriggerInner ¶ added in v0.1.22
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) FrontendConfigurationCustomRulesInnerTransformTriggerInner
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4AsFrontendConfigurationCustomRulesInnerTransformTriggerInner is a convenience function that returns FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4 wrapped in FrontendConfigurationCustomRulesInnerTransformTriggerInner
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5AsFrontendConfigurationCustomRulesInnerTransformTriggerInner ¶ added in v0.1.22
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) FrontendConfigurationCustomRulesInnerTransformTriggerInner
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5AsFrontendConfigurationCustomRulesInnerTransformTriggerInner is a convenience function that returns FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5 wrapped in FrontendConfigurationCustomRulesInnerTransformTriggerInner
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6AsFrontendConfigurationCustomRulesInnerTransformTriggerInner ¶ added in v0.1.22
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) FrontendConfigurationCustomRulesInnerTransformTriggerInner
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6AsFrontendConfigurationCustomRulesInnerTransformTriggerInner is a convenience function that returns FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6 wrapped in FrontendConfigurationCustomRulesInnerTransformTriggerInner
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7AsFrontendConfigurationCustomRulesInnerTransformTriggerInner ¶ added in v0.1.22
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) FrontendConfigurationCustomRulesInnerTransformTriggerInner
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7AsFrontendConfigurationCustomRulesInnerTransformTriggerInner is a convenience function that returns FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7 wrapped in FrontendConfigurationCustomRulesInnerTransformTriggerInner
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8AsFrontendConfigurationCustomRulesInnerTransformTriggerInner ¶ added in v0.1.22
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) FrontendConfigurationCustomRulesInnerTransformTriggerInner
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8AsFrontendConfigurationCustomRulesInnerTransformTriggerInner is a convenience function that returns FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8 wrapped in FrontendConfigurationCustomRulesInnerTransformTriggerInner
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9AsFrontendConfigurationCustomRulesInnerTransformTriggerInner ¶ added in v0.1.22
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9AsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) FrontendConfigurationCustomRulesInnerTransformTriggerInner
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9AsFrontendConfigurationCustomRulesInnerTransformTriggerInner is a convenience function that returns FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9 wrapped in FrontendConfigurationCustomRulesInnerTransformTriggerInner
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOfAsFrontendConfigurationCustomRulesInnerTransformTriggerInner ¶ added in v0.1.22
func FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOfAsFrontendConfigurationCustomRulesInnerTransformTriggerInner(v *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) FrontendConfigurationCustomRulesInnerTransformTriggerInner
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOfAsFrontendConfigurationCustomRulesInnerTransformTriggerInner is a convenience function that returns FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf wrapped in FrontendConfigurationCustomRulesInnerTransformTriggerInner
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInner) GetActualInstance ¶ added in v0.1.22
func (obj *FrontendConfigurationCustomRulesInnerTransformTriggerInner) GetActualInstance() interface{}
Get the actual instance
func (FrontendConfigurationCustomRulesInnerTransformTriggerInner) GetActualInstanceValue ¶ added in v0.1.22
func (obj FrontendConfigurationCustomRulesInnerTransformTriggerInner) GetActualInstanceValue() interface{}
Get the actual instance value
func (FrontendConfigurationCustomRulesInnerTransformTriggerInner) MarshalJSON ¶ added in v0.1.22
func (src FrontendConfigurationCustomRulesInnerTransformTriggerInner) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInner) UnmarshalJSON ¶ added in v0.1.22
func (dst *FrontendConfigurationCustomRulesInnerTransformTriggerInner) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf struct {
Is *Enum1ab0ceef9ae9ece93c01f2d976ec3990 `json:"is,omitempty"`
IsNot *Enum1ab0ceef9ae9ece93c01f2d976ec3990 `json:"is_not,omitempty"`
In []Enum1ab0ceef9ae9ece93c01f2d976ec3990 `json:"in,omitempty"`
If EnumSCANTYPE `json:"if"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf struct for FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf(if_ EnumSCANTYPE) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf 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 NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOfWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOfWithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOfWithDefaults instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf 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 (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) GetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) GetIf() EnumSCANTYPE
GetIf returns the If field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) GetIfOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) GetIfOk() (*EnumSCANTYPE, bool)
GetIfOk returns a tuple with the If field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) GetIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) GetIn() []Enum1ab0ceef9ae9ece93c01f2d976ec3990
GetIn returns the In field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) GetInOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) GetInOk() ([]Enum1ab0ceef9ae9ece93c01f2d976ec3990, bool)
GetInOk returns a tuple with the In field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) GetIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) GetIs() Enum1ab0ceef9ae9ece93c01f2d976ec3990
GetIs returns the Is field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) GetIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) GetIsNot() Enum1ab0ceef9ae9ece93c01f2d976ec3990
GetIsNot returns the IsNot field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) GetIsNotOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) GetIsNotOk() (*Enum1ab0ceef9ae9ece93c01f2d976ec3990, bool)
GetIsNotOk returns a tuple with the IsNot field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) GetIsOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) GetIsOk() (*Enum1ab0ceef9ae9ece93c01f2d976ec3990, bool)
GetIsOk returns a tuple with the Is field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) HasIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) HasIn() bool
HasIn returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) HasIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) HasIs() bool
HasIs returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) HasIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) HasIsNot() bool
HasIsNot returns a boolean if a field has been set.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) SetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) SetIf(v EnumSCANTYPE)
SetIf sets field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) SetIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) SetIn(v []Enum1ab0ceef9ae9ece93c01f2d976ec3990)
SetIn gets a reference to the given []Enum1ab0ceef9ae9ece93c01f2d976ec3990 and assigns it to the In field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) SetIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) SetIs(v Enum1ab0ceef9ae9ece93c01f2d976ec3990)
SetIs gets a reference to the given Enum1ab0ceef9ae9ece93c01f2d976ec3990 and assigns it to the Is field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) SetIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) SetIsNot(v Enum1ab0ceef9ae9ece93c01f2d976ec3990)
SetIsNot gets a reference to the given Enum1ab0ceef9ae9ece93c01f2d976ec3990 and assigns it to the IsNot field.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1 ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1 struct {
Is *Enum9def3867f5ea1dc45dde745eee25cf64 `json:"is,omitempty"`
IsNot *Enum9def3867f5ea1dc45dde745eee25cf64 `json:"is_not,omitempty"`
In []Enum9def3867f5ea1dc45dde745eee25cf64 `json:"in,omitempty"`
If EnumHELPERSREQUESTCRUD `json:"if"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1 struct for FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1 ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1(if_ EnumHELPERSREQUESTCRUD) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1 instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1 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 NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1WithDefaults instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1 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 (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) GetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) GetIf() EnumHELPERSREQUESTCRUD
GetIf returns the If field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) GetIfOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) GetIfOk() (*EnumHELPERSREQUESTCRUD, bool)
GetIfOk returns a tuple with the If field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) GetIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) GetIn() []Enum9def3867f5ea1dc45dde745eee25cf64
GetIn returns the In field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) GetInOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) GetInOk() ([]Enum9def3867f5ea1dc45dde745eee25cf64, bool)
GetInOk returns a tuple with the In field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) GetIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) GetIs() Enum9def3867f5ea1dc45dde745eee25cf64
GetIs returns the Is field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) GetIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) GetIsNot() Enum9def3867f5ea1dc45dde745eee25cf64
GetIsNot returns the IsNot field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) GetIsNotOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) GetIsNotOk() (*Enum9def3867f5ea1dc45dde745eee25cf64, bool)
GetIsNotOk returns a tuple with the IsNot field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) GetIsOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) GetIsOk() (*Enum9def3867f5ea1dc45dde745eee25cf64, bool)
GetIsOk returns a tuple with the Is field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) HasIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) HasIn() bool
HasIn returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) HasIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) HasIs() bool
HasIs returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) HasIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) HasIsNot() bool
HasIsNot returns a boolean if a field has been set.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) SetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) SetIf(v EnumHELPERSREQUESTCRUD)
SetIf sets field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) SetIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) SetIn(v []Enum9def3867f5ea1dc45dde745eee25cf64)
SetIn gets a reference to the given []Enum9def3867f5ea1dc45dde745eee25cf64 and assigns it to the In field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) SetIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) SetIs(v Enum9def3867f5ea1dc45dde745eee25cf64)
SetIs gets a reference to the given Enum9def3867f5ea1dc45dde745eee25cf64 and assigns it to the Is field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) SetIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) SetIsNot(v Enum9def3867f5ea1dc45dde745eee25cf64)
SetIsNot gets a reference to the given Enum9def3867f5ea1dc45dde745eee25cf64 and assigns it to the IsNot field.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10 ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10 struct {
Key *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key `json:"key,omitempty"`
Value *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key `json:"value,omitempty"`
If EnumREQUESTHEADERS `json:"if"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10 struct for FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10 ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10(if_ EnumREQUESTHEADERS) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10 instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10 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 NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10WithDefaults instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10 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 (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) GetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) GetIf() EnumREQUESTHEADERS
GetIf returns the If field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) GetIfOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) GetIfOk() (*EnumREQUESTHEADERS, bool)
GetIfOk returns a tuple with the If field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) GetKey ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) GetKey() FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key
GetKey returns the Key field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) GetKeyOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) GetKeyOk() (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key, bool)
GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) GetValue ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) GetValue() FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key
GetValue returns the Value field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) GetValueOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) GetValueOk() (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) HasKey ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) HasKey() bool
HasKey returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) HasValue ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) HasValue() bool
HasValue returns a boolean if a field has been set.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) SetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) SetIf(v EnumREQUESTHEADERS)
SetIf sets field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) SetKey ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) SetKey(v FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key)
SetKey gets a reference to the given FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key and assigns it to the Key field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) SetValue ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) SetValue(v FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key)
SetValue gets a reference to the given FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key and assigns it to the Value field.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key struct {
Is *string `json:"is,omitempty"`
IsNot *string `json:"is_not,omitempty"`
In []string `json:"in,omitempty"`
Contains *string `json:"contains,omitempty"`
Regex *string `json:"regex,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key struct for FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key 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 NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10KeyWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10KeyWithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10KeyWithDefaults instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key 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 (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) GetContains ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) GetContains() string
GetContains returns the Contains field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) GetContainsOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) GetContainsOk() (*string, bool)
GetContainsOk returns a tuple with the Contains field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) GetIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) GetIn() []string
GetIn returns the In field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) GetInOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) GetInOk() ([]string, bool)
GetInOk returns a tuple with the In field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) GetIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) GetIs() string
GetIs returns the Is field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) GetIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) GetIsNot() string
GetIsNot returns the IsNot field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) GetIsNotOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) GetIsNotOk() (*string, bool)
GetIsNotOk returns a tuple with the IsNot field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) GetIsOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) GetIsOk() (*string, bool)
GetIsOk returns a tuple with the Is field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) GetRegex ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) GetRegex() string
GetRegex returns the Regex field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) GetRegexOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) GetRegexOk() (*string, bool)
GetRegexOk returns a tuple with the Regex field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) HasContains ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) HasContains() bool
HasContains returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) HasIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) HasIn() bool
HasIn returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) HasIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) HasIs() bool
HasIs returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) HasIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) HasIsNot() bool
HasIsNot returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) HasRegex ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) HasRegex() bool
HasRegex returns a boolean if a field has been set.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) SetContains ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) SetContains(v string)
SetContains gets a reference to the given string and assigns it to the Contains field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) SetIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) SetIn(v []string)
SetIn gets a reference to the given []string and assigns it to the In field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) SetIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) SetIs(v string)
SetIs gets a reference to the given string and assigns it to the Is field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) SetIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) SetIsNot(v string)
SetIsNot gets a reference to the given string and assigns it to the IsNot field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) SetRegex ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) SetRegex(v string)
SetRegex gets a reference to the given string and assigns it to the Regex field.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11 ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11 struct {
Key *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key `json:"key,omitempty"`
Value *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key `json:"value,omitempty"`
If EnumRESPONSEHEADERS `json:"if"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11 struct for FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11 ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11(if_ EnumRESPONSEHEADERS) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11 instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11 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 NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11WithDefaults instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11 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 (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) GetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) GetIf() EnumRESPONSEHEADERS
GetIf returns the If field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) GetIfOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) GetIfOk() (*EnumRESPONSEHEADERS, bool)
GetIfOk returns a tuple with the If field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) GetKey ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) GetKey() FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key
GetKey returns the Key field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) GetKeyOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) GetKeyOk() (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key, bool)
GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) GetValue ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) GetValue() FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key
GetValue returns the Value field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) GetValueOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) GetValueOk() (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) HasKey ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) HasKey() bool
HasKey returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) HasValue ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) HasValue() bool
HasValue returns a boolean if a field has been set.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) SetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) SetIf(v EnumRESPONSEHEADERS)
SetIf sets field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) SetKey ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) SetKey(v FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key)
SetKey gets a reference to the given FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key and assigns it to the Key field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) SetValue ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) SetValue(v FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key)
SetValue gets a reference to the given FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key and assigns it to the Value field.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12 ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12 struct {
Is NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is `json:"is,omitempty"`
IsNot NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is `json:"is_not,omitempty"`
In []FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner `json:"in,omitempty"`
Jq *string `json:"jq,omitempty"`
If EnumRESPONSEBODYJSON `json:"if"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12 struct for FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12 ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12(if_ EnumRESPONSEBODYJSON) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12 instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12 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 NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12WithDefaults instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12 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 (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) GetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) GetIf() EnumRESPONSEBODYJSON
GetIf returns the If field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) GetIfOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) GetIfOk() (*EnumRESPONSEBODYJSON, bool)
GetIfOk returns a tuple with the If field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) GetIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) GetIn() []FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner
GetIn returns the In field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) GetInOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) GetInOk() ([]FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner, bool)
GetInOk returns a tuple with the In field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) GetIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) GetIs() FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is
GetIs returns the Is field value if set, zero value otherwise (both if not set or set to explicit null).
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) GetIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) GetIsNot() FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is
GetIsNot returns the IsNot field value if set, zero value otherwise (both if not set or set to explicit null).
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) GetIsNotOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) GetIsNotOk() (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is, bool)
GetIsNotOk returns a tuple with the IsNot field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) GetIsOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) GetIsOk() (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is, bool)
GetIsOk returns a tuple with the Is field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) GetJq ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) GetJq() string
GetJq returns the Jq field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) GetJqOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) GetJqOk() (*string, bool)
GetJqOk returns a tuple with the Jq field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) HasIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) HasIn() bool
HasIn returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) HasIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) HasIs() bool
HasIs returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) HasIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) HasIsNot() bool
HasIsNot returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) HasJq ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) HasJq() bool
HasJq returns a boolean if a field has been set.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) SetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) SetIf(v EnumRESPONSEBODYJSON)
SetIf sets field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) SetIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) SetIn(v []FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner)
SetIn gets a reference to the given []FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner and assigns it to the In field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) SetIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) SetIs(v FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is)
SetIs gets a reference to the given NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is and assigns it to the Is field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) SetIsNil ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) SetIsNil()
SetIsNil sets the value for Is to be an explicit nil
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) SetIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) SetIsNot(v FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is)
SetIsNot gets a reference to the given NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is and assigns it to the IsNot field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) SetIsNotNil ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) SetIsNotNil()
SetIsNotNil sets the value for IsNot to be an explicit nil
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) SetJq ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) SetJq(v string)
SetJq gets a reference to the given string and assigns it to the Jq field.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) UnmarshalJSON(data []byte) (err error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) UnsetIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) UnsetIs()
UnsetIs ensures that no value is present for Is, not even an explicit nil
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) UnsetIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) UnsetIsNot()
UnsetIsNot ensures that no value is present for IsNot, not even an explicit nil
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner struct {
ArrayOfAny *[]interface{}
MapmapOfStringAny *map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner struct for FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner) MarshalJSON ¶ added in v0.1.22
func (src FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner) UnmarshalJSON ¶ added in v0.1.22
func (dst *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is struct {
ArrayOfAny *[]interface{}
MapmapOfStringAny *map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is struct for FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is) MarshalJSON ¶ added in v0.1.22
func (src FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is) UnmarshalJSON ¶ added in v0.1.22
func (dst *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13 ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13 struct {
Is NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is `json:"is,omitempty"`
IsNot NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is `json:"is_not,omitempty"`
In []FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner `json:"in,omitempty"`
Jq *string `json:"jq,omitempty"`
If EnumREQUESTBODYJSON `json:"if"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13 struct for FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13 ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13(if_ EnumREQUESTBODYJSON) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13 instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13 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 NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13WithDefaults instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13 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 (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) GetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) GetIf() EnumREQUESTBODYJSON
GetIf returns the If field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) GetIfOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) GetIfOk() (*EnumREQUESTBODYJSON, bool)
GetIfOk returns a tuple with the If field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) GetIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) GetIn() []FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner
GetIn returns the In field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) GetInOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) GetInOk() ([]FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner, bool)
GetInOk returns a tuple with the In field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) GetIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) GetIs() FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is
GetIs returns the Is field value if set, zero value otherwise (both if not set or set to explicit null).
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) GetIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) GetIsNot() FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is
GetIsNot returns the IsNot field value if set, zero value otherwise (both if not set or set to explicit null).
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) GetIsNotOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) GetIsNotOk() (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is, bool)
GetIsNotOk returns a tuple with the IsNot field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) GetIsOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) GetIsOk() (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is, bool)
GetIsOk returns a tuple with the Is field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) GetJq ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) GetJq() string
GetJq returns the Jq field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) GetJqOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) GetJqOk() (*string, bool)
GetJqOk returns a tuple with the Jq field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) HasIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) HasIn() bool
HasIn returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) HasIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) HasIs() bool
HasIs returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) HasIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) HasIsNot() bool
HasIsNot returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) HasJq ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) HasJq() bool
HasJq returns a boolean if a field has been set.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) SetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) SetIf(v EnumREQUESTBODYJSON)
SetIf sets field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) SetIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) SetIn(v []FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner)
SetIn gets a reference to the given []FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner and assigns it to the In field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) SetIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) SetIs(v FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is)
SetIs gets a reference to the given NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is and assigns it to the Is field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) SetIsNil ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) SetIsNil()
SetIsNil sets the value for Is to be an explicit nil
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) SetIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) SetIsNot(v FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is)
SetIsNot gets a reference to the given NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is and assigns it to the IsNot field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) SetIsNotNil ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) SetIsNotNil()
SetIsNotNil sets the value for IsNot to be an explicit nil
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) SetJq ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) SetJq(v string)
SetJq gets a reference to the given string and assigns it to the Jq field.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) UnmarshalJSON(data []byte) (err error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) UnsetIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) UnsetIs()
UnsetIs ensures that no value is present for Is, not even an explicit nil
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) UnsetIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) UnsetIsNot()
UnsetIsNot ensures that no value is present for IsNot, not even an explicit nil
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14 ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14 struct {
Is *string `json:"is,omitempty"`
IsNot *string `json:"is_not,omitempty"`
In []string `json:"in,omitempty"`
Contains *string `json:"contains,omitempty"`
Regex *string `json:"regex,omitempty"`
If EnumRESPONSEBODYTEXT `json:"if"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14 struct for FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14 ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14(if_ EnumRESPONSEBODYTEXT) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14 instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14 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 NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14WithDefaults instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14 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 (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) GetContains ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) GetContains() string
GetContains returns the Contains field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) GetContainsOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) GetContainsOk() (*string, bool)
GetContainsOk returns a tuple with the Contains field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) GetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) GetIf() EnumRESPONSEBODYTEXT
GetIf returns the If field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) GetIfOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) GetIfOk() (*EnumRESPONSEBODYTEXT, bool)
GetIfOk returns a tuple with the If field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) GetIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) GetIn() []string
GetIn returns the In field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) GetInOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) GetInOk() ([]string, bool)
GetInOk returns a tuple with the In field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) GetIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) GetIs() string
GetIs returns the Is field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) GetIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) GetIsNot() string
GetIsNot returns the IsNot field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) GetIsNotOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) GetIsNotOk() (*string, bool)
GetIsNotOk returns a tuple with the IsNot field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) GetIsOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) GetIsOk() (*string, bool)
GetIsOk returns a tuple with the Is field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) GetRegex ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) GetRegex() string
GetRegex returns the Regex field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) GetRegexOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) GetRegexOk() (*string, bool)
GetRegexOk returns a tuple with the Regex field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) HasContains ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) HasContains() bool
HasContains returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) HasIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) HasIn() bool
HasIn returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) HasIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) HasIs() bool
HasIs returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) HasIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) HasIsNot() bool
HasIsNot returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) HasRegex ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) HasRegex() bool
HasRegex returns a boolean if a field has been set.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) SetContains ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) SetContains(v string)
SetContains gets a reference to the given string and assigns it to the Contains field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) SetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) SetIf(v EnumRESPONSEBODYTEXT)
SetIf sets field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) SetIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) SetIn(v []string)
SetIn gets a reference to the given []string and assigns it to the In field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) SetIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) SetIs(v string)
SetIs gets a reference to the given string and assigns it to the Is field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) SetIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) SetIsNot(v string)
SetIsNot gets a reference to the given string and assigns it to the IsNot field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) SetRegex ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) SetRegex(v string)
SetRegex gets a reference to the given string and assigns it to the Regex field.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15 ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15 struct {
Is *string `json:"is,omitempty"`
IsNot *string `json:"is_not,omitempty"`
In []string `json:"in,omitempty"`
Contains *string `json:"contains,omitempty"`
Regex *string `json:"regex,omitempty"`
If EnumREQUESTBODYTEXT `json:"if"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15 struct for FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15 ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15(if_ EnumREQUESTBODYTEXT) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15 instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15 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 NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15WithDefaults instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15 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 (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) GetContains ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) GetContains() string
GetContains returns the Contains field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) GetContainsOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) GetContainsOk() (*string, bool)
GetContainsOk returns a tuple with the Contains field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) GetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) GetIf() EnumREQUESTBODYTEXT
GetIf returns the If field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) GetIfOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) GetIfOk() (*EnumREQUESTBODYTEXT, bool)
GetIfOk returns a tuple with the If field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) GetIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) GetIn() []string
GetIn returns the In field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) GetInOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) GetInOk() ([]string, bool)
GetInOk returns a tuple with the In field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) GetIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) GetIs() string
GetIs returns the Is field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) GetIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) GetIsNot() string
GetIsNot returns the IsNot field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) GetIsNotOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) GetIsNotOk() (*string, bool)
GetIsNotOk returns a tuple with the IsNot field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) GetIsOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) GetIsOk() (*string, bool)
GetIsOk returns a tuple with the Is field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) GetRegex ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) GetRegex() string
GetRegex returns the Regex field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) GetRegexOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) GetRegexOk() (*string, bool)
GetRegexOk returns a tuple with the Regex field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) HasContains ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) HasContains() bool
HasContains returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) HasIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) HasIn() bool
HasIn returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) HasIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) HasIs() bool
HasIs returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) HasIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) HasIsNot() bool
HasIsNot returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) HasRegex ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) HasRegex() bool
HasRegex returns a boolean if a field has been set.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) SetContains ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) SetContains(v string)
SetContains gets a reference to the given string and assigns it to the Contains field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) SetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) SetIf(v EnumREQUESTBODYTEXT)
SetIf sets field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) SetIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) SetIn(v []string)
SetIn gets a reference to the given []string and assigns it to the In field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) SetIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) SetIs(v string)
SetIs gets a reference to the given string and assigns it to the Is field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) SetIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) SetIsNot(v string)
SetIsNot gets a reference to the given string and assigns it to the IsNot field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) SetRegex ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) SetRegex(v string)
SetRegex gets a reference to the given string and assigns it to the Regex field.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16 ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16 struct {
Type *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type `json:"type,omitempty"`
Name *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key `json:"name,omitempty"`
Value *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key `json:"value,omitempty"`
If EnumREQUESTOBJECT `json:"if"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16 struct for FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16 ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16(if_ EnumREQUESTOBJECT) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16 instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16 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 NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16WithDefaults instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16 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 (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) GetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) GetIf() EnumREQUESTOBJECT
GetIf returns the If field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) GetIfOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) GetIfOk() (*EnumREQUESTOBJECT, bool)
GetIfOk returns a tuple with the If field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) GetName ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) GetName() FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key
GetName returns the Name field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) GetNameOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) GetNameOk() (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) GetType ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) GetType() FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type
GetType returns the Type field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) GetTypeOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) GetTypeOk() (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) GetValue ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) GetValue() FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key
GetValue returns the Value field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) GetValueOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) GetValueOk() (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) HasName ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) HasName() bool
HasName returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) HasType ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) HasType() bool
HasType returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) HasValue ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) HasValue() bool
HasValue returns a boolean if a field has been set.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) SetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) SetIf(v EnumREQUESTOBJECT)
SetIf sets field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) SetName ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) SetName(v FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key)
SetName gets a reference to the given FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key and assigns it to the Name field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) SetType ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) SetType(v FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type)
SetType gets a reference to the given FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type and assigns it to the Type field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) SetValue ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) SetValue(v FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key)
SetValue gets a reference to the given FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key and assigns it to the Value field.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type struct {
Is *Enum88381acf2baeed408becef5653510069 `json:"is,omitempty"`
IsNot *Enum88381acf2baeed408becef5653510069 `json:"is_not,omitempty"`
In []Enum88381acf2baeed408becef5653510069 `json:"in,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type struct for FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type 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 NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16TypeWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16TypeWithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16TypeWithDefaults instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type 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 (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) GetIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) GetIn() []Enum88381acf2baeed408becef5653510069
GetIn returns the In field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) GetInOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) GetInOk() ([]Enum88381acf2baeed408becef5653510069, bool)
GetInOk returns a tuple with the In field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) GetIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) GetIs() Enum88381acf2baeed408becef5653510069
GetIs returns the Is field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) GetIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) GetIsNot() Enum88381acf2baeed408becef5653510069
GetIsNot returns the IsNot field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) GetIsNotOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) GetIsNotOk() (*Enum88381acf2baeed408becef5653510069, bool)
GetIsNotOk returns a tuple with the IsNot field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) GetIsOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) GetIsOk() (*Enum88381acf2baeed408becef5653510069, bool)
GetIsOk returns a tuple with the Is field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) HasIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) HasIn() bool
HasIn returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) HasIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) HasIs() bool
HasIs returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) HasIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) HasIsNot() bool
HasIsNot returns a boolean if a field has been set.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) SetIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) SetIn(v []Enum88381acf2baeed408becef5653510069)
SetIn gets a reference to the given []Enum88381acf2baeed408becef5653510069 and assigns it to the In field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) SetIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) SetIs(v Enum88381acf2baeed408becef5653510069)
SetIs gets a reference to the given Enum88381acf2baeed408becef5653510069 and assigns it to the Is field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) SetIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) SetIsNot(v Enum88381acf2baeed408becef5653510069)
SetIsNot gets a reference to the given Enum88381acf2baeed408becef5653510069 and assigns it to the IsNot field.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17 ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17 struct {
Type *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type `json:"type,omitempty"`
Name *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key `json:"name,omitempty"`
Value *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key `json:"value,omitempty"`
If EnumRESPONSEOBJECT `json:"if"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17 struct for FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17 ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17(if_ EnumRESPONSEOBJECT) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17 instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17 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 NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17WithDefaults instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17 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 (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) GetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) GetIf() EnumRESPONSEOBJECT
GetIf returns the If field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) GetIfOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) GetIfOk() (*EnumRESPONSEOBJECT, bool)
GetIfOk returns a tuple with the If field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) GetName ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) GetName() FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key
GetName returns the Name field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) GetNameOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) GetNameOk() (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) GetType ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) GetType() FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type
GetType returns the Type field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) GetTypeOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) GetTypeOk() (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) GetValue ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) GetValue() FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key
GetValue returns the Value field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) GetValueOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) GetValueOk() (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) HasName ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) HasName() bool
HasName returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) HasType ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) HasType() bool
HasType returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) HasValue ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) HasValue() bool
HasValue returns a boolean if a field has been set.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) SetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) SetIf(v EnumRESPONSEOBJECT)
SetIf sets field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) SetName ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) SetName(v FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key)
SetName gets a reference to the given FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key and assigns it to the Name field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) SetType ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) SetType(v FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type)
SetType gets a reference to the given FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type and assigns it to the Type field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) SetValue ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) SetValue(v FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key)
SetValue gets a reference to the given FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key and assigns it to the Value field.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18 ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18 struct {
Is *Enum549d6d987f9711d8c5b7a2472e0c9d65 `json:"is,omitempty"`
IsNot *Enum549d6d987f9711d8c5b7a2472e0c9d65 `json:"is_not,omitempty"`
In []Enum549d6d987f9711d8c5b7a2472e0c9d65 `json:"in,omitempty"`
If EnumREQUESTMETHOD `json:"if"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18 struct for FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18 ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18(if_ EnumREQUESTMETHOD) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18 instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18 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 NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18WithDefaults instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18 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 (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) GetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) GetIf() EnumREQUESTMETHOD
GetIf returns the If field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) GetIfOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) GetIfOk() (*EnumREQUESTMETHOD, bool)
GetIfOk returns a tuple with the If field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) GetIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) GetIn() []Enum549d6d987f9711d8c5b7a2472e0c9d65
GetIn returns the In field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) GetInOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) GetInOk() ([]Enum549d6d987f9711d8c5b7a2472e0c9d65, bool)
GetInOk returns a tuple with the In field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) GetIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) GetIs() Enum549d6d987f9711d8c5b7a2472e0c9d65
GetIs returns the Is field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) GetIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) GetIsNot() Enum549d6d987f9711d8c5b7a2472e0c9d65
GetIsNot returns the IsNot field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) GetIsNotOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) GetIsNotOk() (*Enum549d6d987f9711d8c5b7a2472e0c9d65, bool)
GetIsNotOk returns a tuple with the IsNot field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) GetIsOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) GetIsOk() (*Enum549d6d987f9711d8c5b7a2472e0c9d65, bool)
GetIsOk returns a tuple with the Is field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) HasIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) HasIn() bool
HasIn returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) HasIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) HasIs() bool
HasIs returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) HasIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) HasIsNot() bool
HasIsNot returns a boolean if a field has been set.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) SetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) SetIf(v EnumREQUESTMETHOD)
SetIf sets field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) SetIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) SetIn(v []Enum549d6d987f9711d8c5b7a2472e0c9d65)
SetIn gets a reference to the given []Enum549d6d987f9711d8c5b7a2472e0c9d65 and assigns it to the In field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) SetIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) SetIs(v Enum549d6d987f9711d8c5b7a2472e0c9d65)
SetIs gets a reference to the given Enum549d6d987f9711d8c5b7a2472e0c9d65 and assigns it to the Is field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) SetIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) SetIsNot(v Enum549d6d987f9711d8c5b7a2472e0c9d65)
SetIsNot gets a reference to the given Enum549d6d987f9711d8c5b7a2472e0c9d65 and assigns it to the IsNot field.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19 ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19 struct {
And []interface{} `json:"and"`
If EnumAND `json:"if"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19 struct for FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19 ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19(and []interface{}, if_ EnumAND) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19 instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19 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 NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19WithDefaults instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19 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 (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) GetAnd ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) GetAnd() []interface{}
GetAnd returns the And field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) GetAndOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) GetAndOk() ([]interface{}, bool)
GetAndOk returns a tuple with the And field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) GetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) GetIf() EnumAND
GetIf returns the If field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) GetIfOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) GetIfOk() (*EnumAND, bool)
GetIfOk returns a tuple with the If field value and a boolean to check if the value has been set.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) SetAnd ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) SetAnd(v []interface{})
SetAnd sets field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) SetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) SetIf(v EnumAND)
SetIf sets field value
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2 ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2 struct {
Is *float32 `json:"is,omitempty"`
IsNot *float32 `json:"is_not,omitempty"`
In []float32 `json:"in,omitempty"`
Gt *float32 `json:"gt,omitempty"`
Lt *float32 `json:"lt,omitempty"`
If EnumRESPONSESTATUSCODE `json:"if"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2 struct for FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2 ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2(if_ EnumRESPONSESTATUSCODE) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2 instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2 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 NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2WithDefaults instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2 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 (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) GetGt ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) GetGt() float32
GetGt returns the Gt field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) GetGtOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) GetGtOk() (*float32, bool)
GetGtOk returns a tuple with the Gt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) GetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) GetIf() EnumRESPONSESTATUSCODE
GetIf returns the If field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) GetIfOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) GetIfOk() (*EnumRESPONSESTATUSCODE, bool)
GetIfOk returns a tuple with the If field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) GetIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) GetIn() []float32
GetIn returns the In field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) GetInOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) GetInOk() ([]float32, bool)
GetInOk returns a tuple with the In field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) GetIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) GetIs() float32
GetIs returns the Is field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) GetIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) GetIsNot() float32
GetIsNot returns the IsNot field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) GetIsNotOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) GetIsNotOk() (*float32, bool)
GetIsNotOk returns a tuple with the IsNot field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) GetIsOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) GetIsOk() (*float32, bool)
GetIsOk returns a tuple with the Is field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) GetLt ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) GetLt() float32
GetLt returns the Lt field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) GetLtOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) GetLtOk() (*float32, bool)
GetLtOk returns a tuple with the Lt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) HasGt ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) HasGt() bool
HasGt returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) HasIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) HasIn() bool
HasIn returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) HasIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) HasIs() bool
HasIs returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) HasIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) HasIsNot() bool
HasIsNot returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) HasLt ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) HasLt() bool
HasLt returns a boolean if a field has been set.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) SetGt ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) SetGt(v float32)
SetGt gets a reference to the given float32 and assigns it to the Gt field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) SetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) SetIf(v EnumRESPONSESTATUSCODE)
SetIf sets field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) SetIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) SetIn(v []float32)
SetIn gets a reference to the given []float32 and assigns it to the In field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) SetIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) SetIs(v float32)
SetIs gets a reference to the given float32 and assigns it to the Is field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) SetIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) SetIsNot(v float32)
SetIsNot gets a reference to the given float32 and assigns it to the IsNot field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) SetLt ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) SetLt(v float32)
SetLt gets a reference to the given float32 and assigns it to the Lt field.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20 ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20 struct {
Or []interface{} `json:"or"`
If EnumOR `json:"if"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20 struct for FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20 ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20(or []interface{}, if_ EnumOR) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20 instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20 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 NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20WithDefaults instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20 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 (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) GetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) GetIf() EnumOR
GetIf returns the If field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) GetIfOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) GetIfOk() (*EnumOR, bool)
GetIfOk returns a tuple with the If field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) GetOr ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) GetOr() []interface{}
GetOr returns the Or field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) GetOrOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) GetOrOk() ([]interface{}, bool)
GetOrOk returns a tuple with the Or field value and a boolean to check if the value has been set.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) SetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) SetIf(v EnumOR)
SetIf sets field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) SetOr ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) SetOr(v []interface{})
SetOr sets field value
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21 ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21 struct {
Not interface{} `json:"not,omitempty"`
If EnumNOT `json:"if"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21 struct for FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21 ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21(if_ EnumNOT) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21 instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21 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 NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21WithDefaults instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21 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 (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) GetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) GetIf() EnumNOT
GetIf returns the If field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) GetIfOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) GetIfOk() (*EnumNOT, bool)
GetIfOk returns a tuple with the If field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) GetNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) GetNot() interface{}
GetNot returns the Not field value if set, zero value otherwise (both if not set or set to explicit null).
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) GetNotOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) GetNotOk() (*interface{}, bool)
GetNotOk returns a tuple with the Not field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) HasNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) HasNot() bool
HasNot returns a boolean if a field has been set.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) SetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) SetIf(v EnumNOT)
SetIf sets field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) SetNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) SetNot(v interface{})
SetNot gets a reference to the given interface{} and assigns it to the Not field.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3 ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3 struct {
Is *float32 `json:"is,omitempty"`
IsNot *float32 `json:"is_not,omitempty"`
In []float32 `json:"in,omitempty"`
Gt *float32 `json:"gt,omitempty"`
Lt *float32 `json:"lt,omitempty"`
If EnumRESPONSEDURATIONMS `json:"if"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3 struct for FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3 ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3(if_ EnumRESPONSEDURATIONMS) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3 instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3 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 NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3WithDefaults instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3 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 (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) GetGt ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) GetGt() float32
GetGt returns the Gt field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) GetGtOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) GetGtOk() (*float32, bool)
GetGtOk returns a tuple with the Gt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) GetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) GetIf() EnumRESPONSEDURATIONMS
GetIf returns the If field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) GetIfOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) GetIfOk() (*EnumRESPONSEDURATIONMS, bool)
GetIfOk returns a tuple with the If field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) GetIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) GetIn() []float32
GetIn returns the In field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) GetInOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) GetInOk() ([]float32, bool)
GetInOk returns a tuple with the In field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) GetIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) GetIs() float32
GetIs returns the Is field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) GetIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) GetIsNot() float32
GetIsNot returns the IsNot field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) GetIsNotOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) GetIsNotOk() (*float32, bool)
GetIsNotOk returns a tuple with the IsNot field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) GetIsOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) GetIsOk() (*float32, bool)
GetIsOk returns a tuple with the Is field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) GetLt ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) GetLt() float32
GetLt returns the Lt field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) GetLtOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) GetLtOk() (*float32, bool)
GetLtOk returns a tuple with the Lt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) HasGt ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) HasGt() bool
HasGt returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) HasIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) HasIn() bool
HasIn returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) HasIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) HasIs() bool
HasIs returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) HasIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) HasIsNot() bool
HasIsNot returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) HasLt ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) HasLt() bool
HasLt returns a boolean if a field has been set.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) SetGt ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) SetGt(v float32)
SetGt gets a reference to the given float32 and assigns it to the Gt field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) SetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) SetIf(v EnumRESPONSEDURATIONMS)
SetIf sets field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) SetIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) SetIn(v []float32)
SetIn gets a reference to the given []float32 and assigns it to the In field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) SetIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) SetIs(v float32)
SetIs gets a reference to the given float32 and assigns it to the Is field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) SetIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) SetIsNot(v float32)
SetIsNot gets a reference to the given float32 and assigns it to the IsNot field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) SetLt ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) SetLt(v float32)
SetLt gets a reference to the given float32 and assigns it to the Lt field.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4 ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4 struct {
Is *bool `json:"is,omitempty"`
IsNot *bool `json:"is_not,omitempty"`
If EnumSCHEMANEEDAUTHENTICATION `json:"if"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4 struct for FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4 ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4(if_ EnumSCHEMANEEDAUTHENTICATION) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4 instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4 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 NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4WithDefaults instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4 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 (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) GetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) GetIf() EnumSCHEMANEEDAUTHENTICATION
GetIf returns the If field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) GetIfOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) GetIfOk() (*EnumSCHEMANEEDAUTHENTICATION, bool)
GetIfOk returns a tuple with the If field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) GetIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) GetIs() bool
GetIs returns the Is field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) GetIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) GetIsNot() bool
GetIsNot returns the IsNot field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) GetIsNotOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) GetIsNotOk() (*bool, bool)
GetIsNotOk returns a tuple with the IsNot field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) GetIsOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) GetIsOk() (*bool, bool)
GetIsOk returns a tuple with the Is field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) HasIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) HasIs() bool
HasIs returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) HasIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) HasIsNot() bool
HasIsNot returns a boolean if a field has been set.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) SetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) SetIf(v EnumSCHEMANEEDAUTHENTICATION)
SetIf sets field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) SetIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) SetIs(v bool)
SetIs gets a reference to the given bool and assigns it to the Is field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) SetIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) SetIsNot(v bool)
SetIsNot gets a reference to the given bool and assigns it to the IsNot field.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5 ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5 struct {
Is *bool `json:"is,omitempty"`
IsNot *bool `json:"is_not,omitempty"`
If EnumREQUESTISAUTHENTICATED `json:"if"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5 struct for FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5 ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5(if_ EnumREQUESTISAUTHENTICATED) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5 instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5 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 NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5WithDefaults instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5 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 (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) GetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) GetIf() EnumREQUESTISAUTHENTICATED
GetIf returns the If field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) GetIfOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) GetIfOk() (*EnumREQUESTISAUTHENTICATED, bool)
GetIfOk returns a tuple with the If field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) GetIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) GetIs() bool
GetIs returns the Is field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) GetIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) GetIsNot() bool
GetIsNot returns the IsNot field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) GetIsNotOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) GetIsNotOk() (*bool, bool)
GetIsNotOk returns a tuple with the IsNot field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) GetIsOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) GetIsOk() (*bool, bool)
GetIsOk returns a tuple with the Is field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) HasIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) HasIs() bool
HasIs returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) HasIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) HasIsNot() bool
HasIsNot returns a boolean if a field has been set.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) SetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) SetIf(v EnumREQUESTISAUTHENTICATED)
SetIf sets field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) SetIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) SetIs(v bool)
SetIs gets a reference to the given bool and assigns it to the Is field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) SetIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) SetIsNot(v bool)
SetIsNot gets a reference to the given bool and assigns it to the IsNot field.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6 ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6 struct {
Is *string `json:"is,omitempty"`
IsNot *string `json:"is_not,omitempty"`
In []string `json:"in,omitempty"`
Contains *string `json:"contains,omitempty"`
Regex *string `json:"regex,omitempty"`
If EnumSCHEMAPATHREF `json:"if"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6 struct for FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6 ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6(if_ EnumSCHEMAPATHREF) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6 instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6 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 NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6WithDefaults instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6 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 (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) GetContains ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) GetContains() string
GetContains returns the Contains field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) GetContainsOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) GetContainsOk() (*string, bool)
GetContainsOk returns a tuple with the Contains field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) GetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) GetIf() EnumSCHEMAPATHREF
GetIf returns the If field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) GetIfOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) GetIfOk() (*EnumSCHEMAPATHREF, bool)
GetIfOk returns a tuple with the If field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) GetIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) GetIn() []string
GetIn returns the In field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) GetInOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) GetInOk() ([]string, bool)
GetInOk returns a tuple with the In field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) GetIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) GetIs() string
GetIs returns the Is field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) GetIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) GetIsNot() string
GetIsNot returns the IsNot field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) GetIsNotOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) GetIsNotOk() (*string, bool)
GetIsNotOk returns a tuple with the IsNot field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) GetIsOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) GetIsOk() (*string, bool)
GetIsOk returns a tuple with the Is field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) GetRegex ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) GetRegex() string
GetRegex returns the Regex field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) GetRegexOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) GetRegexOk() (*string, bool)
GetRegexOk returns a tuple with the Regex field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) HasContains ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) HasContains() bool
HasContains returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) HasIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) HasIn() bool
HasIn returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) HasIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) HasIs() bool
HasIs returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) HasIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) HasIsNot() bool
HasIsNot returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) HasRegex ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) HasRegex() bool
HasRegex returns a boolean if a field has been set.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) SetContains ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) SetContains(v string)
SetContains gets a reference to the given string and assigns it to the Contains field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) SetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) SetIf(v EnumSCHEMAPATHREF)
SetIf sets field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) SetIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) SetIn(v []string)
SetIn gets a reference to the given []string and assigns it to the In field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) SetIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) SetIs(v string)
SetIs gets a reference to the given string and assigns it to the Is field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) SetIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) SetIsNot(v string)
SetIsNot gets a reference to the given string and assigns it to the IsNot field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) SetRegex ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) SetRegex(v string)
SetRegex gets a reference to the given string and assigns it to the Regex field.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7 ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7 struct {
Is *bool `json:"is,omitempty"`
IsNot *bool `json:"is_not,omitempty"`
If EnumHELPERSRESPONSEISSUCCESSFUL `json:"if"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7 struct for FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7 ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7(if_ EnumHELPERSRESPONSEISSUCCESSFUL) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7 instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7 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 NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7WithDefaults instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7 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 (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) GetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) GetIf() EnumHELPERSRESPONSEISSUCCESSFUL
GetIf returns the If field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) GetIfOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) GetIfOk() (*EnumHELPERSRESPONSEISSUCCESSFUL, bool)
GetIfOk returns a tuple with the If field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) GetIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) GetIs() bool
GetIs returns the Is field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) GetIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) GetIsNot() bool
GetIsNot returns the IsNot field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) GetIsNotOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) GetIsNotOk() (*bool, bool)
GetIsNotOk returns a tuple with the IsNot field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) GetIsOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) GetIsOk() (*bool, bool)
GetIsOk returns a tuple with the Is field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) HasIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) HasIs() bool
HasIs returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) HasIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) HasIsNot() bool
HasIsNot returns a boolean if a field has been set.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) SetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) SetIf(v EnumHELPERSRESPONSEISSUCCESSFUL)
SetIf sets field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) SetIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) SetIs(v bool)
SetIs gets a reference to the given bool and assigns it to the Is field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) SetIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) SetIsNot(v bool)
SetIsNot gets a reference to the given bool and assigns it to the IsNot field.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8 ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8 struct {
Is *string `json:"is,omitempty"`
IsNot *string `json:"is_not,omitempty"`
In []string `json:"in,omitempty"`
Contains *string `json:"contains,omitempty"`
Regex *string `json:"regex,omitempty"`
If EnumSCHEMAURL `json:"if"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8 struct for FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8 ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8(if_ EnumSCHEMAURL) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8 instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8 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 NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8WithDefaults instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8 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 (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) GetContains ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) GetContains() string
GetContains returns the Contains field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) GetContainsOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) GetContainsOk() (*string, bool)
GetContainsOk returns a tuple with the Contains field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) GetIf ¶ added in v0.1.22
GetIf returns the If field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) GetIfOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) GetIfOk() (*EnumSCHEMAURL, bool)
GetIfOk returns a tuple with the If field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) GetIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) GetIn() []string
GetIn returns the In field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) GetInOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) GetInOk() ([]string, bool)
GetInOk returns a tuple with the In field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) GetIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) GetIs() string
GetIs returns the Is field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) GetIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) GetIsNot() string
GetIsNot returns the IsNot field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) GetIsNotOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) GetIsNotOk() (*string, bool)
GetIsNotOk returns a tuple with the IsNot field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) GetIsOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) GetIsOk() (*string, bool)
GetIsOk returns a tuple with the Is field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) GetRegex ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) GetRegex() string
GetRegex returns the Regex field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) GetRegexOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) GetRegexOk() (*string, bool)
GetRegexOk returns a tuple with the Regex field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) HasContains ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) HasContains() bool
HasContains returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) HasIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) HasIn() bool
HasIn returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) HasIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) HasIs() bool
HasIs returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) HasIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) HasIsNot() bool
HasIsNot returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) HasRegex ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) HasRegex() bool
HasRegex returns a boolean if a field has been set.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) SetContains ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) SetContains(v string)
SetContains gets a reference to the given string and assigns it to the Contains field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) SetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) SetIf(v EnumSCHEMAURL)
SetIf sets field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) SetIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) SetIn(v []string)
SetIn gets a reference to the given []string and assigns it to the In field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) SetIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) SetIs(v string)
SetIs gets a reference to the given string and assigns it to the Is field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) SetIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) SetIsNot(v string)
SetIsNot gets a reference to the given string and assigns it to the IsNot field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) SetRegex ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) SetRegex(v string)
SetRegex gets a reference to the given string and assigns it to the Regex field.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9 ¶ added in v0.1.22
type FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9 struct {
Is *string `json:"is,omitempty"`
IsNot *string `json:"is_not,omitempty"`
In []string `json:"in,omitempty"`
Contains *string `json:"contains,omitempty"`
Regex *string `json:"regex,omitempty"`
If EnumREQUESTUSER `json:"if"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9 struct for FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9 ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9(if_ EnumREQUESTUSER) *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9 instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9 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 NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9WithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9WithDefaults() *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9
NewFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9WithDefaults instantiates a new FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9 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 (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) GetContains ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) GetContains() string
GetContains returns the Contains field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) GetContainsOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) GetContainsOk() (*string, bool)
GetContainsOk returns a tuple with the Contains field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) GetIf ¶ added in v0.1.22
GetIf returns the If field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) GetIfOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) GetIfOk() (*EnumREQUESTUSER, bool)
GetIfOk returns a tuple with the If field value and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) GetIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) GetIn() []string
GetIn returns the In field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) GetInOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) GetInOk() ([]string, bool)
GetInOk returns a tuple with the In field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) GetIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) GetIs() string
GetIs returns the Is field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) GetIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) GetIsNot() string
GetIsNot returns the IsNot field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) GetIsNotOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) GetIsNotOk() (*string, bool)
GetIsNotOk returns a tuple with the IsNot field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) GetIsOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) GetIsOk() (*string, bool)
GetIsOk returns a tuple with the Is field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) GetRegex ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) GetRegex() string
GetRegex returns the Regex field value if set, zero value otherwise.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) GetRegexOk ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) GetRegexOk() (*string, bool)
GetRegexOk returns a tuple with the Regex field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) HasContains ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) HasContains() bool
HasContains returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) HasIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) HasIn() bool
HasIn returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) HasIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) HasIs() bool
HasIs returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) HasIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) HasIsNot() bool
HasIsNot returns a boolean if a field has been set.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) HasRegex ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) HasRegex() bool
HasRegex returns a boolean if a field has been set.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) SetContains ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) SetContains(v string)
SetContains gets a reference to the given string and assigns it to the Contains field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) SetIf ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) SetIf(v EnumREQUESTUSER)
SetIf sets field value
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) SetIn ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) SetIn(v []string)
SetIn gets a reference to the given []string and assigns it to the In field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) SetIs ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) SetIs(v string)
SetIs gets a reference to the given string and assigns it to the Is field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) SetIsNot ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) SetIsNot(v string)
SetIsNot gets a reference to the given string and assigns it to the IsNot field.
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) SetRegex ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) SetRegex(v string)
SetRegex gets a reference to the given string and assigns it to the Regex field.
func (FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationInternal ¶ added in v0.1.22
type FrontendConfigurationInternal struct {
ScanId *string `json:"scan_id,omitempty"`
EscapeIdentifier *string `json:"escape_identifier,omitempty"`
S3Object *string `json:"s3_object,omitempty"`
S3PersistenceFolder *string `json:"s3_persistence_folder,omitempty"`
ServerUrlOverride *string `json:"server_url_override,omitempty"`
SkipValidation *bool `json:"skip_validation,omitempty"`
SkipSourcing *bool `json:"skip_sourcing,omitempty"`
SkipFingerprinting *bool `json:"skip_fingerprinting,omitempty"`
GraphqlMaxGeneratedDepth *float32 `json:"graphql_max_generated_depth,omitempty"`
ArgumentMaxGeneratedDepth *float32 `json:"argument_max_generated_depth,omitempty"`
SkipGeneratingUnspecifiedEnumValues *bool `json:"skip_generating_unspecified_enum_values,omitempty"`
GraphqlNoOperationName *bool `json:"graphql_no_operation_name,omitempty"`
FrontendMaxGeneratedDepth *float32 `json:"frontend_max_generated_depth,omitempty"`
CancelUnhealthyScanAfter *float32 `json:"cancel_unhealthy_scan_after,omitempty"`
GraphqlPersistedQueriesUrl *string `json:"graphql_persisted_queries_url,omitempty"`
GraphqlPersistedQueriesRaw *string `json:"graphql_persisted_queries_raw,omitempty"`
GraphqlPersistedQueriesFile *string `json:"graphql_persisted_queries_file,omitempty"`
FrontendUseV2Crawling *bool `json:"frontend_use_v2_crawling,omitempty"`
FrontendCrawlingStateBuilder *EnumB2ba5e44bc46a15fb43cda9911cf1860 `json:"frontend_crawling_state_builder,omitempty"`
AgenticScanning *bool `json:"agentic_scanning,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationInternal struct for FrontendConfigurationInternal
func NewFrontendConfigurationInternal ¶ added in v0.1.22
func NewFrontendConfigurationInternal() *FrontendConfigurationInternal
NewFrontendConfigurationInternal instantiates a new FrontendConfigurationInternal 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 NewFrontendConfigurationInternalWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationInternalWithDefaults() *FrontendConfigurationInternal
NewFrontendConfigurationInternalWithDefaults instantiates a new FrontendConfigurationInternal 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 (*FrontendConfigurationInternal) GetAgenticScanning ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetAgenticScanning() bool
GetAgenticScanning returns the AgenticScanning field value if set, zero value otherwise.
func (*FrontendConfigurationInternal) GetAgenticScanningOk ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetAgenticScanningOk() (*bool, bool)
GetAgenticScanningOk returns a tuple with the AgenticScanning field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationInternal) GetArgumentMaxGeneratedDepth ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetArgumentMaxGeneratedDepth() float32
GetArgumentMaxGeneratedDepth returns the ArgumentMaxGeneratedDepth field value if set, zero value otherwise.
func (*FrontendConfigurationInternal) GetArgumentMaxGeneratedDepthOk ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetArgumentMaxGeneratedDepthOk() (*float32, bool)
GetArgumentMaxGeneratedDepthOk returns a tuple with the ArgumentMaxGeneratedDepth field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationInternal) GetCancelUnhealthyScanAfter ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetCancelUnhealthyScanAfter() float32
GetCancelUnhealthyScanAfter returns the CancelUnhealthyScanAfter field value if set, zero value otherwise.
func (*FrontendConfigurationInternal) GetCancelUnhealthyScanAfterOk ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetCancelUnhealthyScanAfterOk() (*float32, bool)
GetCancelUnhealthyScanAfterOk returns a tuple with the CancelUnhealthyScanAfter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationInternal) GetEscapeIdentifier ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetEscapeIdentifier() string
GetEscapeIdentifier returns the EscapeIdentifier field value if set, zero value otherwise.
func (*FrontendConfigurationInternal) GetEscapeIdentifierOk ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetEscapeIdentifierOk() (*string, bool)
GetEscapeIdentifierOk returns a tuple with the EscapeIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationInternal) GetFrontendCrawlingStateBuilder ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetFrontendCrawlingStateBuilder() EnumB2ba5e44bc46a15fb43cda9911cf1860
GetFrontendCrawlingStateBuilder returns the FrontendCrawlingStateBuilder field value if set, zero value otherwise.
func (*FrontendConfigurationInternal) GetFrontendCrawlingStateBuilderOk ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetFrontendCrawlingStateBuilderOk() (*EnumB2ba5e44bc46a15fb43cda9911cf1860, bool)
GetFrontendCrawlingStateBuilderOk returns a tuple with the FrontendCrawlingStateBuilder field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationInternal) GetFrontendMaxGeneratedDepth ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetFrontendMaxGeneratedDepth() float32
GetFrontendMaxGeneratedDepth returns the FrontendMaxGeneratedDepth field value if set, zero value otherwise.
func (*FrontendConfigurationInternal) GetFrontendMaxGeneratedDepthOk ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetFrontendMaxGeneratedDepthOk() (*float32, bool)
GetFrontendMaxGeneratedDepthOk returns a tuple with the FrontendMaxGeneratedDepth field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationInternal) GetFrontendUseV2Crawling ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetFrontendUseV2Crawling() bool
GetFrontendUseV2Crawling returns the FrontendUseV2Crawling field value if set, zero value otherwise.
func (*FrontendConfigurationInternal) GetFrontendUseV2CrawlingOk ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetFrontendUseV2CrawlingOk() (*bool, bool)
GetFrontendUseV2CrawlingOk returns a tuple with the FrontendUseV2Crawling field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationInternal) GetGraphqlMaxGeneratedDepth ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetGraphqlMaxGeneratedDepth() float32
GetGraphqlMaxGeneratedDepth returns the GraphqlMaxGeneratedDepth field value if set, zero value otherwise.
func (*FrontendConfigurationInternal) GetGraphqlMaxGeneratedDepthOk ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetGraphqlMaxGeneratedDepthOk() (*float32, bool)
GetGraphqlMaxGeneratedDepthOk returns a tuple with the GraphqlMaxGeneratedDepth field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationInternal) GetGraphqlNoOperationName ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetGraphqlNoOperationName() bool
GetGraphqlNoOperationName returns the GraphqlNoOperationName field value if set, zero value otherwise.
func (*FrontendConfigurationInternal) GetGraphqlNoOperationNameOk ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetGraphqlNoOperationNameOk() (*bool, bool)
GetGraphqlNoOperationNameOk returns a tuple with the GraphqlNoOperationName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationInternal) GetGraphqlPersistedQueriesFile ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetGraphqlPersistedQueriesFile() string
GetGraphqlPersistedQueriesFile returns the GraphqlPersistedQueriesFile field value if set, zero value otherwise.
func (*FrontendConfigurationInternal) GetGraphqlPersistedQueriesFileOk ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetGraphqlPersistedQueriesFileOk() (*string, bool)
GetGraphqlPersistedQueriesFileOk returns a tuple with the GraphqlPersistedQueriesFile field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationInternal) GetGraphqlPersistedQueriesRaw ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetGraphqlPersistedQueriesRaw() string
GetGraphqlPersistedQueriesRaw returns the GraphqlPersistedQueriesRaw field value if set, zero value otherwise.
func (*FrontendConfigurationInternal) GetGraphqlPersistedQueriesRawOk ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetGraphqlPersistedQueriesRawOk() (*string, bool)
GetGraphqlPersistedQueriesRawOk returns a tuple with the GraphqlPersistedQueriesRaw field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationInternal) GetGraphqlPersistedQueriesUrl ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetGraphqlPersistedQueriesUrl() string
GetGraphqlPersistedQueriesUrl returns the GraphqlPersistedQueriesUrl field value if set, zero value otherwise.
func (*FrontendConfigurationInternal) GetGraphqlPersistedQueriesUrlOk ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetGraphqlPersistedQueriesUrlOk() (*string, bool)
GetGraphqlPersistedQueriesUrlOk returns a tuple with the GraphqlPersistedQueriesUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationInternal) GetS3Object ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetS3Object() string
GetS3Object returns the S3Object field value if set, zero value otherwise.
func (*FrontendConfigurationInternal) GetS3ObjectOk ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetS3ObjectOk() (*string, bool)
GetS3ObjectOk returns a tuple with the S3Object field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationInternal) GetS3PersistenceFolder ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetS3PersistenceFolder() string
GetS3PersistenceFolder returns the S3PersistenceFolder field value if set, zero value otherwise.
func (*FrontendConfigurationInternal) GetS3PersistenceFolderOk ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetS3PersistenceFolderOk() (*string, bool)
GetS3PersistenceFolderOk returns a tuple with the S3PersistenceFolder field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationInternal) GetScanId ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetScanId() string
GetScanId returns the ScanId field value if set, zero value otherwise.
func (*FrontendConfigurationInternal) GetScanIdOk ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetScanIdOk() (*string, bool)
GetScanIdOk returns a tuple with the ScanId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationInternal) GetServerUrlOverride ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetServerUrlOverride() string
GetServerUrlOverride returns the ServerUrlOverride field value if set, zero value otherwise.
func (*FrontendConfigurationInternal) GetServerUrlOverrideOk ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetServerUrlOverrideOk() (*string, bool)
GetServerUrlOverrideOk returns a tuple with the ServerUrlOverride field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationInternal) GetSkipFingerprinting ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetSkipFingerprinting() bool
GetSkipFingerprinting returns the SkipFingerprinting field value if set, zero value otherwise.
func (*FrontendConfigurationInternal) GetSkipFingerprintingOk ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetSkipFingerprintingOk() (*bool, bool)
GetSkipFingerprintingOk returns a tuple with the SkipFingerprinting field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationInternal) GetSkipGeneratingUnspecifiedEnumValues ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetSkipGeneratingUnspecifiedEnumValues() bool
GetSkipGeneratingUnspecifiedEnumValues returns the SkipGeneratingUnspecifiedEnumValues field value if set, zero value otherwise.
func (*FrontendConfigurationInternal) GetSkipGeneratingUnspecifiedEnumValuesOk ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetSkipGeneratingUnspecifiedEnumValuesOk() (*bool, bool)
GetSkipGeneratingUnspecifiedEnumValuesOk returns a tuple with the SkipGeneratingUnspecifiedEnumValues field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationInternal) GetSkipSourcing ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetSkipSourcing() bool
GetSkipSourcing returns the SkipSourcing field value if set, zero value otherwise.
func (*FrontendConfigurationInternal) GetSkipSourcingOk ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetSkipSourcingOk() (*bool, bool)
GetSkipSourcingOk returns a tuple with the SkipSourcing field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationInternal) GetSkipValidation ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetSkipValidation() bool
GetSkipValidation returns the SkipValidation field value if set, zero value otherwise.
func (*FrontendConfigurationInternal) GetSkipValidationOk ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) GetSkipValidationOk() (*bool, bool)
GetSkipValidationOk returns a tuple with the SkipValidation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationInternal) HasAgenticScanning ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) HasAgenticScanning() bool
HasAgenticScanning returns a boolean if a field has been set.
func (*FrontendConfigurationInternal) HasArgumentMaxGeneratedDepth ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) HasArgumentMaxGeneratedDepth() bool
HasArgumentMaxGeneratedDepth returns a boolean if a field has been set.
func (*FrontendConfigurationInternal) HasCancelUnhealthyScanAfter ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) HasCancelUnhealthyScanAfter() bool
HasCancelUnhealthyScanAfter returns a boolean if a field has been set.
func (*FrontendConfigurationInternal) HasEscapeIdentifier ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) HasEscapeIdentifier() bool
HasEscapeIdentifier returns a boolean if a field has been set.
func (*FrontendConfigurationInternal) HasFrontendCrawlingStateBuilder ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) HasFrontendCrawlingStateBuilder() bool
HasFrontendCrawlingStateBuilder returns a boolean if a field has been set.
func (*FrontendConfigurationInternal) HasFrontendMaxGeneratedDepth ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) HasFrontendMaxGeneratedDepth() bool
HasFrontendMaxGeneratedDepth returns a boolean if a field has been set.
func (*FrontendConfigurationInternal) HasFrontendUseV2Crawling ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) HasFrontendUseV2Crawling() bool
HasFrontendUseV2Crawling returns a boolean if a field has been set.
func (*FrontendConfigurationInternal) HasGraphqlMaxGeneratedDepth ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) HasGraphqlMaxGeneratedDepth() bool
HasGraphqlMaxGeneratedDepth returns a boolean if a field has been set.
func (*FrontendConfigurationInternal) HasGraphqlNoOperationName ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) HasGraphqlNoOperationName() bool
HasGraphqlNoOperationName returns a boolean if a field has been set.
func (*FrontendConfigurationInternal) HasGraphqlPersistedQueriesFile ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) HasGraphqlPersistedQueriesFile() bool
HasGraphqlPersistedQueriesFile returns a boolean if a field has been set.
func (*FrontendConfigurationInternal) HasGraphqlPersistedQueriesRaw ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) HasGraphqlPersistedQueriesRaw() bool
HasGraphqlPersistedQueriesRaw returns a boolean if a field has been set.
func (*FrontendConfigurationInternal) HasGraphqlPersistedQueriesUrl ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) HasGraphqlPersistedQueriesUrl() bool
HasGraphqlPersistedQueriesUrl returns a boolean if a field has been set.
func (*FrontendConfigurationInternal) HasS3Object ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) HasS3Object() bool
HasS3Object returns a boolean if a field has been set.
func (*FrontendConfigurationInternal) HasS3PersistenceFolder ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) HasS3PersistenceFolder() bool
HasS3PersistenceFolder returns a boolean if a field has been set.
func (*FrontendConfigurationInternal) HasScanId ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) HasScanId() bool
HasScanId returns a boolean if a field has been set.
func (*FrontendConfigurationInternal) HasServerUrlOverride ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) HasServerUrlOverride() bool
HasServerUrlOverride returns a boolean if a field has been set.
func (*FrontendConfigurationInternal) HasSkipFingerprinting ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) HasSkipFingerprinting() bool
HasSkipFingerprinting returns a boolean if a field has been set.
func (*FrontendConfigurationInternal) HasSkipGeneratingUnspecifiedEnumValues ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) HasSkipGeneratingUnspecifiedEnumValues() bool
HasSkipGeneratingUnspecifiedEnumValues returns a boolean if a field has been set.
func (*FrontendConfigurationInternal) HasSkipSourcing ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) HasSkipSourcing() bool
HasSkipSourcing returns a boolean if a field has been set.
func (*FrontendConfigurationInternal) HasSkipValidation ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) HasSkipValidation() bool
HasSkipValidation returns a boolean if a field has been set.
func (FrontendConfigurationInternal) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationInternal) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationInternal) SetAgenticScanning ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) SetAgenticScanning(v bool)
SetAgenticScanning gets a reference to the given bool and assigns it to the AgenticScanning field.
func (*FrontendConfigurationInternal) SetArgumentMaxGeneratedDepth ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) SetArgumentMaxGeneratedDepth(v float32)
SetArgumentMaxGeneratedDepth gets a reference to the given float32 and assigns it to the ArgumentMaxGeneratedDepth field.
func (*FrontendConfigurationInternal) SetCancelUnhealthyScanAfter ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) SetCancelUnhealthyScanAfter(v float32)
SetCancelUnhealthyScanAfter gets a reference to the given float32 and assigns it to the CancelUnhealthyScanAfter field.
func (*FrontendConfigurationInternal) SetEscapeIdentifier ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) SetEscapeIdentifier(v string)
SetEscapeIdentifier gets a reference to the given string and assigns it to the EscapeIdentifier field.
func (*FrontendConfigurationInternal) SetFrontendCrawlingStateBuilder ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) SetFrontendCrawlingStateBuilder(v EnumB2ba5e44bc46a15fb43cda9911cf1860)
SetFrontendCrawlingStateBuilder gets a reference to the given EnumB2ba5e44bc46a15fb43cda9911cf1860 and assigns it to the FrontendCrawlingStateBuilder field.
func (*FrontendConfigurationInternal) SetFrontendMaxGeneratedDepth ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) SetFrontendMaxGeneratedDepth(v float32)
SetFrontendMaxGeneratedDepth gets a reference to the given float32 and assigns it to the FrontendMaxGeneratedDepth field.
func (*FrontendConfigurationInternal) SetFrontendUseV2Crawling ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) SetFrontendUseV2Crawling(v bool)
SetFrontendUseV2Crawling gets a reference to the given bool and assigns it to the FrontendUseV2Crawling field.
func (*FrontendConfigurationInternal) SetGraphqlMaxGeneratedDepth ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) SetGraphqlMaxGeneratedDepth(v float32)
SetGraphqlMaxGeneratedDepth gets a reference to the given float32 and assigns it to the GraphqlMaxGeneratedDepth field.
func (*FrontendConfigurationInternal) SetGraphqlNoOperationName ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) SetGraphqlNoOperationName(v bool)
SetGraphqlNoOperationName gets a reference to the given bool and assigns it to the GraphqlNoOperationName field.
func (*FrontendConfigurationInternal) SetGraphqlPersistedQueriesFile ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) SetGraphqlPersistedQueriesFile(v string)
SetGraphqlPersistedQueriesFile gets a reference to the given string and assigns it to the GraphqlPersistedQueriesFile field.
func (*FrontendConfigurationInternal) SetGraphqlPersistedQueriesRaw ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) SetGraphqlPersistedQueriesRaw(v string)
SetGraphqlPersistedQueriesRaw gets a reference to the given string and assigns it to the GraphqlPersistedQueriesRaw field.
func (*FrontendConfigurationInternal) SetGraphqlPersistedQueriesUrl ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) SetGraphqlPersistedQueriesUrl(v string)
SetGraphqlPersistedQueriesUrl gets a reference to the given string and assigns it to the GraphqlPersistedQueriesUrl field.
func (*FrontendConfigurationInternal) SetS3Object ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) SetS3Object(v string)
SetS3Object gets a reference to the given string and assigns it to the S3Object field.
func (*FrontendConfigurationInternal) SetS3PersistenceFolder ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) SetS3PersistenceFolder(v string)
SetS3PersistenceFolder gets a reference to the given string and assigns it to the S3PersistenceFolder field.
func (*FrontendConfigurationInternal) SetScanId ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) SetScanId(v string)
SetScanId gets a reference to the given string and assigns it to the ScanId field.
func (*FrontendConfigurationInternal) SetServerUrlOverride ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) SetServerUrlOverride(v string)
SetServerUrlOverride gets a reference to the given string and assigns it to the ServerUrlOverride field.
func (*FrontendConfigurationInternal) SetSkipFingerprinting ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) SetSkipFingerprinting(v bool)
SetSkipFingerprinting gets a reference to the given bool and assigns it to the SkipFingerprinting field.
func (*FrontendConfigurationInternal) SetSkipGeneratingUnspecifiedEnumValues ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) SetSkipGeneratingUnspecifiedEnumValues(v bool)
SetSkipGeneratingUnspecifiedEnumValues gets a reference to the given bool and assigns it to the SkipGeneratingUnspecifiedEnumValues field.
func (*FrontendConfigurationInternal) SetSkipSourcing ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) SetSkipSourcing(v bool)
SetSkipSourcing gets a reference to the given bool and assigns it to the SkipSourcing field.
func (*FrontendConfigurationInternal) SetSkipValidation ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) SetSkipValidation(v bool)
SetSkipValidation gets a reference to the given bool and assigns it to the SkipValidation field.
func (FrontendConfigurationInternal) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationInternal) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationInternal) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationInternal) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationScan ¶ added in v0.1.22
type FrontendConfigurationScan struct {
Profile *Enum54f0a5f011be184847a3933abc4c6999 `json:"profile,omitempty"`
ReadOnly *bool `json:"read_only,omitempty"`
Hotstart []string `json:"hotstart,omitempty"`
Blocklist *FrontendConfigurationScanBlocklist `json:"blocklist,omitempty"`
Scalars map[string]FrontendConfigurationScanScalarsValue `json:"scalars,omitempty"`
ApiType *EnumD528205b1dacf02f72b02e9e61efdb57 `json:"api_type,omitempty"`
NullIsUnauthenticated *bool `json:"null_is_unauthenticated,omitempty"`
HotstartOnly *bool `json:"hotstart_only,omitempty"`
ForceFullScan *bool `json:"force_full_scan,omitempty"`
FrontendInScopeDomains []string `json:"frontend_in_scope_domains,omitempty"`
MaxDuration *float32 `json:"max_duration,omitempty"`
FrontendCrawlingOnly *bool `json:"frontend_crawling_only,omitempty"`
FrontendIntegratedAuthentication *bool `json:"frontend_integrated_authentication,omitempty"`
FrontendSinglePageWorker *bool `json:"frontend_single_page_worker,omitempty"`
FrontendParallelWorkers *float32 `json:"frontend_parallel_workers,omitempty"`
FrontendUserAgent *string `json:"frontend_user_agent,omitempty"`
FrontendUsePersistence *bool `json:"frontend_use_persistence,omitempty"`
FrontendEscapeUserHeader *bool `json:"frontend_escape_user_header,omitempty"`
FrontendPrefetchSitemap *bool `json:"frontend_prefetch_sitemap,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationScan struct for FrontendConfigurationScan
func NewFrontendConfigurationScan ¶ added in v0.1.22
func NewFrontendConfigurationScan() *FrontendConfigurationScan
NewFrontendConfigurationScan instantiates a new FrontendConfigurationScan 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 NewFrontendConfigurationScanWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationScanWithDefaults() *FrontendConfigurationScan
NewFrontendConfigurationScanWithDefaults instantiates a new FrontendConfigurationScan 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 (*FrontendConfigurationScan) GetApiType ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetApiType() EnumD528205b1dacf02f72b02e9e61efdb57
GetApiType returns the ApiType field value if set, zero value otherwise.
func (*FrontendConfigurationScan) GetApiTypeOk ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetApiTypeOk() (*EnumD528205b1dacf02f72b02e9e61efdb57, bool)
GetApiTypeOk returns a tuple with the ApiType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScan) GetBlocklist ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetBlocklist() FrontendConfigurationScanBlocklist
GetBlocklist returns the Blocklist field value if set, zero value otherwise.
func (*FrontendConfigurationScan) GetBlocklistOk ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetBlocklistOk() (*FrontendConfigurationScanBlocklist, bool)
GetBlocklistOk returns a tuple with the Blocklist field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScan) GetForceFullScan ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetForceFullScan() bool
GetForceFullScan returns the ForceFullScan field value if set, zero value otherwise.
func (*FrontendConfigurationScan) GetForceFullScanOk ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetForceFullScanOk() (*bool, bool)
GetForceFullScanOk returns a tuple with the ForceFullScan field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScan) GetFrontendCrawlingOnly ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetFrontendCrawlingOnly() bool
GetFrontendCrawlingOnly returns the FrontendCrawlingOnly field value if set, zero value otherwise.
func (*FrontendConfigurationScan) GetFrontendCrawlingOnlyOk ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetFrontendCrawlingOnlyOk() (*bool, bool)
GetFrontendCrawlingOnlyOk returns a tuple with the FrontendCrawlingOnly field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScan) GetFrontendEscapeUserHeader ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetFrontendEscapeUserHeader() bool
GetFrontendEscapeUserHeader returns the FrontendEscapeUserHeader field value if set, zero value otherwise.
func (*FrontendConfigurationScan) GetFrontendEscapeUserHeaderOk ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetFrontendEscapeUserHeaderOk() (*bool, bool)
GetFrontendEscapeUserHeaderOk returns a tuple with the FrontendEscapeUserHeader field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScan) GetFrontendInScopeDomains ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetFrontendInScopeDomains() []string
GetFrontendInScopeDomains returns the FrontendInScopeDomains field value if set, zero value otherwise.
func (*FrontendConfigurationScan) GetFrontendInScopeDomainsOk ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetFrontendInScopeDomainsOk() ([]string, bool)
GetFrontendInScopeDomainsOk returns a tuple with the FrontendInScopeDomains field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScan) GetFrontendIntegratedAuthentication ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetFrontendIntegratedAuthentication() bool
GetFrontendIntegratedAuthentication returns the FrontendIntegratedAuthentication field value if set, zero value otherwise.
func (*FrontendConfigurationScan) GetFrontendIntegratedAuthenticationOk ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetFrontendIntegratedAuthenticationOk() (*bool, bool)
GetFrontendIntegratedAuthenticationOk returns a tuple with the FrontendIntegratedAuthentication field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScan) GetFrontendParallelWorkers ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetFrontendParallelWorkers() float32
GetFrontendParallelWorkers returns the FrontendParallelWorkers field value if set, zero value otherwise.
func (*FrontendConfigurationScan) GetFrontendParallelWorkersOk ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetFrontendParallelWorkersOk() (*float32, bool)
GetFrontendParallelWorkersOk returns a tuple with the FrontendParallelWorkers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScan) GetFrontendPrefetchSitemap ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetFrontendPrefetchSitemap() bool
GetFrontendPrefetchSitemap returns the FrontendPrefetchSitemap field value if set, zero value otherwise.
func (*FrontendConfigurationScan) GetFrontendPrefetchSitemapOk ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetFrontendPrefetchSitemapOk() (*bool, bool)
GetFrontendPrefetchSitemapOk returns a tuple with the FrontendPrefetchSitemap field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScan) GetFrontendSinglePageWorker ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetFrontendSinglePageWorker() bool
GetFrontendSinglePageWorker returns the FrontendSinglePageWorker field value if set, zero value otherwise.
func (*FrontendConfigurationScan) GetFrontendSinglePageWorkerOk ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetFrontendSinglePageWorkerOk() (*bool, bool)
GetFrontendSinglePageWorkerOk returns a tuple with the FrontendSinglePageWorker field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScan) GetFrontendUsePersistence ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetFrontendUsePersistence() bool
GetFrontendUsePersistence returns the FrontendUsePersistence field value if set, zero value otherwise.
func (*FrontendConfigurationScan) GetFrontendUsePersistenceOk ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetFrontendUsePersistenceOk() (*bool, bool)
GetFrontendUsePersistenceOk returns a tuple with the FrontendUsePersistence field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScan) GetFrontendUserAgent ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetFrontendUserAgent() string
GetFrontendUserAgent returns the FrontendUserAgent field value if set, zero value otherwise.
func (*FrontendConfigurationScan) GetFrontendUserAgentOk ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetFrontendUserAgentOk() (*string, bool)
GetFrontendUserAgentOk returns a tuple with the FrontendUserAgent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScan) GetHotstart ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetHotstart() []string
GetHotstart returns the Hotstart field value if set, zero value otherwise.
func (*FrontendConfigurationScan) GetHotstartOk ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetHotstartOk() ([]string, bool)
GetHotstartOk returns a tuple with the Hotstart field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScan) GetHotstartOnly ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetHotstartOnly() bool
GetHotstartOnly returns the HotstartOnly field value if set, zero value otherwise.
func (*FrontendConfigurationScan) GetHotstartOnlyOk ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetHotstartOnlyOk() (*bool, bool)
GetHotstartOnlyOk returns a tuple with the HotstartOnly field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScan) GetMaxDuration ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetMaxDuration() float32
GetMaxDuration returns the MaxDuration field value if set, zero value otherwise.
func (*FrontendConfigurationScan) GetMaxDurationOk ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetMaxDurationOk() (*float32, bool)
GetMaxDurationOk returns a tuple with the MaxDuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScan) GetNullIsUnauthenticated ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetNullIsUnauthenticated() bool
GetNullIsUnauthenticated returns the NullIsUnauthenticated field value if set, zero value otherwise.
func (*FrontendConfigurationScan) GetNullIsUnauthenticatedOk ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetNullIsUnauthenticatedOk() (*bool, bool)
GetNullIsUnauthenticatedOk returns a tuple with the NullIsUnauthenticated field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScan) GetProfile ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetProfile() Enum54f0a5f011be184847a3933abc4c6999
GetProfile returns the Profile field value if set, zero value otherwise.
func (*FrontendConfigurationScan) GetProfileOk ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetProfileOk() (*Enum54f0a5f011be184847a3933abc4c6999, bool)
GetProfileOk returns a tuple with the Profile field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScan) GetReadOnly ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetReadOnly() bool
GetReadOnly returns the ReadOnly field value if set, zero value otherwise.
func (*FrontendConfigurationScan) GetReadOnlyOk ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetReadOnlyOk() (*bool, bool)
GetReadOnlyOk returns a tuple with the ReadOnly field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScan) GetScalars ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetScalars() map[string]FrontendConfigurationScanScalarsValue
GetScalars returns the Scalars field value if set, zero value otherwise.
func (*FrontendConfigurationScan) GetScalarsOk ¶ added in v0.1.22
func (o *FrontendConfigurationScan) GetScalarsOk() (map[string]FrontendConfigurationScanScalarsValue, bool)
GetScalarsOk returns a tuple with the Scalars field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScan) HasApiType ¶ added in v0.1.22
func (o *FrontendConfigurationScan) HasApiType() bool
HasApiType returns a boolean if a field has been set.
func (*FrontendConfigurationScan) HasBlocklist ¶ added in v0.1.22
func (o *FrontendConfigurationScan) HasBlocklist() bool
HasBlocklist returns a boolean if a field has been set.
func (*FrontendConfigurationScan) HasForceFullScan ¶ added in v0.1.22
func (o *FrontendConfigurationScan) HasForceFullScan() bool
HasForceFullScan returns a boolean if a field has been set.
func (*FrontendConfigurationScan) HasFrontendCrawlingOnly ¶ added in v0.1.22
func (o *FrontendConfigurationScan) HasFrontendCrawlingOnly() bool
HasFrontendCrawlingOnly returns a boolean if a field has been set.
func (*FrontendConfigurationScan) HasFrontendEscapeUserHeader ¶ added in v0.1.22
func (o *FrontendConfigurationScan) HasFrontendEscapeUserHeader() bool
HasFrontendEscapeUserHeader returns a boolean if a field has been set.
func (*FrontendConfigurationScan) HasFrontendInScopeDomains ¶ added in v0.1.22
func (o *FrontendConfigurationScan) HasFrontendInScopeDomains() bool
HasFrontendInScopeDomains returns a boolean if a field has been set.
func (*FrontendConfigurationScan) HasFrontendIntegratedAuthentication ¶ added in v0.1.22
func (o *FrontendConfigurationScan) HasFrontendIntegratedAuthentication() bool
HasFrontendIntegratedAuthentication returns a boolean if a field has been set.
func (*FrontendConfigurationScan) HasFrontendParallelWorkers ¶ added in v0.1.22
func (o *FrontendConfigurationScan) HasFrontendParallelWorkers() bool
HasFrontendParallelWorkers returns a boolean if a field has been set.
func (*FrontendConfigurationScan) HasFrontendPrefetchSitemap ¶ added in v0.1.22
func (o *FrontendConfigurationScan) HasFrontendPrefetchSitemap() bool
HasFrontendPrefetchSitemap returns a boolean if a field has been set.
func (*FrontendConfigurationScan) HasFrontendSinglePageWorker ¶ added in v0.1.22
func (o *FrontendConfigurationScan) HasFrontendSinglePageWorker() bool
HasFrontendSinglePageWorker returns a boolean if a field has been set.
func (*FrontendConfigurationScan) HasFrontendUsePersistence ¶ added in v0.1.22
func (o *FrontendConfigurationScan) HasFrontendUsePersistence() bool
HasFrontendUsePersistence returns a boolean if a field has been set.
func (*FrontendConfigurationScan) HasFrontendUserAgent ¶ added in v0.1.22
func (o *FrontendConfigurationScan) HasFrontendUserAgent() bool
HasFrontendUserAgent returns a boolean if a field has been set.
func (*FrontendConfigurationScan) HasHotstart ¶ added in v0.1.22
func (o *FrontendConfigurationScan) HasHotstart() bool
HasHotstart returns a boolean if a field has been set.
func (*FrontendConfigurationScan) HasHotstartOnly ¶ added in v0.1.22
func (o *FrontendConfigurationScan) HasHotstartOnly() bool
HasHotstartOnly returns a boolean if a field has been set.
func (*FrontendConfigurationScan) HasMaxDuration ¶ added in v0.1.22
func (o *FrontendConfigurationScan) HasMaxDuration() bool
HasMaxDuration returns a boolean if a field has been set.
func (*FrontendConfigurationScan) HasNullIsUnauthenticated ¶ added in v0.1.22
func (o *FrontendConfigurationScan) HasNullIsUnauthenticated() bool
HasNullIsUnauthenticated returns a boolean if a field has been set.
func (*FrontendConfigurationScan) HasProfile ¶ added in v0.1.22
func (o *FrontendConfigurationScan) HasProfile() bool
HasProfile returns a boolean if a field has been set.
func (*FrontendConfigurationScan) HasReadOnly ¶ added in v0.1.22
func (o *FrontendConfigurationScan) HasReadOnly() bool
HasReadOnly returns a boolean if a field has been set.
func (*FrontendConfigurationScan) HasScalars ¶ added in v0.1.22
func (o *FrontendConfigurationScan) HasScalars() bool
HasScalars returns a boolean if a field has been set.
func (FrontendConfigurationScan) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationScan) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationScan) SetApiType ¶ added in v0.1.22
func (o *FrontendConfigurationScan) SetApiType(v EnumD528205b1dacf02f72b02e9e61efdb57)
SetApiType gets a reference to the given EnumD528205b1dacf02f72b02e9e61efdb57 and assigns it to the ApiType field.
func (*FrontendConfigurationScan) SetBlocklist ¶ added in v0.1.22
func (o *FrontendConfigurationScan) SetBlocklist(v FrontendConfigurationScanBlocklist)
SetBlocklist gets a reference to the given FrontendConfigurationScanBlocklist and assigns it to the Blocklist field.
func (*FrontendConfigurationScan) SetForceFullScan ¶ added in v0.1.22
func (o *FrontendConfigurationScan) SetForceFullScan(v bool)
SetForceFullScan gets a reference to the given bool and assigns it to the ForceFullScan field.
func (*FrontendConfigurationScan) SetFrontendCrawlingOnly ¶ added in v0.1.22
func (o *FrontendConfigurationScan) SetFrontendCrawlingOnly(v bool)
SetFrontendCrawlingOnly gets a reference to the given bool and assigns it to the FrontendCrawlingOnly field.
func (*FrontendConfigurationScan) SetFrontendEscapeUserHeader ¶ added in v0.1.22
func (o *FrontendConfigurationScan) SetFrontendEscapeUserHeader(v bool)
SetFrontendEscapeUserHeader gets a reference to the given bool and assigns it to the FrontendEscapeUserHeader field.
func (*FrontendConfigurationScan) SetFrontendInScopeDomains ¶ added in v0.1.22
func (o *FrontendConfigurationScan) SetFrontendInScopeDomains(v []string)
SetFrontendInScopeDomains gets a reference to the given []string and assigns it to the FrontendInScopeDomains field.
func (*FrontendConfigurationScan) SetFrontendIntegratedAuthentication ¶ added in v0.1.22
func (o *FrontendConfigurationScan) SetFrontendIntegratedAuthentication(v bool)
SetFrontendIntegratedAuthentication gets a reference to the given bool and assigns it to the FrontendIntegratedAuthentication field.
func (*FrontendConfigurationScan) SetFrontendParallelWorkers ¶ added in v0.1.22
func (o *FrontendConfigurationScan) SetFrontendParallelWorkers(v float32)
SetFrontendParallelWorkers gets a reference to the given float32 and assigns it to the FrontendParallelWorkers field.
func (*FrontendConfigurationScan) SetFrontendPrefetchSitemap ¶ added in v0.1.22
func (o *FrontendConfigurationScan) SetFrontendPrefetchSitemap(v bool)
SetFrontendPrefetchSitemap gets a reference to the given bool and assigns it to the FrontendPrefetchSitemap field.
func (*FrontendConfigurationScan) SetFrontendSinglePageWorker ¶ added in v0.1.22
func (o *FrontendConfigurationScan) SetFrontendSinglePageWorker(v bool)
SetFrontendSinglePageWorker gets a reference to the given bool and assigns it to the FrontendSinglePageWorker field.
func (*FrontendConfigurationScan) SetFrontendUsePersistence ¶ added in v0.1.22
func (o *FrontendConfigurationScan) SetFrontendUsePersistence(v bool)
SetFrontendUsePersistence gets a reference to the given bool and assigns it to the FrontendUsePersistence field.
func (*FrontendConfigurationScan) SetFrontendUserAgent ¶ added in v0.1.22
func (o *FrontendConfigurationScan) SetFrontendUserAgent(v string)
SetFrontendUserAgent gets a reference to the given string and assigns it to the FrontendUserAgent field.
func (*FrontendConfigurationScan) SetHotstart ¶ added in v0.1.22
func (o *FrontendConfigurationScan) SetHotstart(v []string)
SetHotstart gets a reference to the given []string and assigns it to the Hotstart field.
func (*FrontendConfigurationScan) SetHotstartOnly ¶ added in v0.1.22
func (o *FrontendConfigurationScan) SetHotstartOnly(v bool)
SetHotstartOnly gets a reference to the given bool and assigns it to the HotstartOnly field.
func (*FrontendConfigurationScan) SetMaxDuration ¶ added in v0.1.22
func (o *FrontendConfigurationScan) SetMaxDuration(v float32)
SetMaxDuration gets a reference to the given float32 and assigns it to the MaxDuration field.
func (*FrontendConfigurationScan) SetNullIsUnauthenticated ¶ added in v0.1.22
func (o *FrontendConfigurationScan) SetNullIsUnauthenticated(v bool)
SetNullIsUnauthenticated gets a reference to the given bool and assigns it to the NullIsUnauthenticated field.
func (*FrontendConfigurationScan) SetProfile ¶ added in v0.1.22
func (o *FrontendConfigurationScan) SetProfile(v Enum54f0a5f011be184847a3933abc4c6999)
SetProfile gets a reference to the given Enum54f0a5f011be184847a3933abc4c6999 and assigns it to the Profile field.
func (*FrontendConfigurationScan) SetReadOnly ¶ added in v0.1.22
func (o *FrontendConfigurationScan) SetReadOnly(v bool)
SetReadOnly gets a reference to the given bool and assigns it to the ReadOnly field.
func (*FrontendConfigurationScan) SetScalars ¶ added in v0.1.22
func (o *FrontendConfigurationScan) SetScalars(v map[string]FrontendConfigurationScanScalarsValue)
SetScalars gets a reference to the given map[string]FrontendConfigurationScanScalarsValue and assigns it to the Scalars field.
func (FrontendConfigurationScan) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationScan) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationScan) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationScan) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationScanBlocklist ¶ added in v0.1.22
type FrontendConfigurationScanBlocklist struct {
Routes []FrontendConfigurationScanBlocklistRoutesInner `json:"routes,omitempty"`
Query []string `json:"query,omitempty"`
Mutation []string `json:"mutation,omitempty"`
Subscription []string `json:"subscription,omitempty"`
Objects []string `json:"objects,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationScanBlocklist struct for FrontendConfigurationScanBlocklist
func NewFrontendConfigurationScanBlocklist ¶ added in v0.1.22
func NewFrontendConfigurationScanBlocklist() *FrontendConfigurationScanBlocklist
NewFrontendConfigurationScanBlocklist instantiates a new FrontendConfigurationScanBlocklist 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 NewFrontendConfigurationScanBlocklistWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationScanBlocklistWithDefaults() *FrontendConfigurationScanBlocklist
NewFrontendConfigurationScanBlocklistWithDefaults instantiates a new FrontendConfigurationScanBlocklist 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 (*FrontendConfigurationScanBlocklist) GetMutation ¶ added in v0.1.22
func (o *FrontendConfigurationScanBlocklist) GetMutation() []string
GetMutation returns the Mutation field value if set, zero value otherwise.
func (*FrontendConfigurationScanBlocklist) GetMutationOk ¶ added in v0.1.22
func (o *FrontendConfigurationScanBlocklist) GetMutationOk() ([]string, bool)
GetMutationOk returns a tuple with the Mutation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScanBlocklist) GetObjects ¶ added in v0.1.22
func (o *FrontendConfigurationScanBlocklist) GetObjects() []string
GetObjects returns the Objects field value if set, zero value otherwise.
func (*FrontendConfigurationScanBlocklist) GetObjectsOk ¶ added in v0.1.22
func (o *FrontendConfigurationScanBlocklist) GetObjectsOk() ([]string, bool)
GetObjectsOk returns a tuple with the Objects field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScanBlocklist) GetQuery ¶ added in v0.1.22
func (o *FrontendConfigurationScanBlocklist) GetQuery() []string
GetQuery returns the Query field value if set, zero value otherwise.
func (*FrontendConfigurationScanBlocklist) GetQueryOk ¶ added in v0.1.22
func (o *FrontendConfigurationScanBlocklist) GetQueryOk() ([]string, bool)
GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScanBlocklist) GetRoutes ¶ added in v0.1.22
func (o *FrontendConfigurationScanBlocklist) GetRoutes() []FrontendConfigurationScanBlocklistRoutesInner
GetRoutes returns the Routes field value if set, zero value otherwise.
func (*FrontendConfigurationScanBlocklist) GetRoutesOk ¶ added in v0.1.22
func (o *FrontendConfigurationScanBlocklist) GetRoutesOk() ([]FrontendConfigurationScanBlocklistRoutesInner, bool)
GetRoutesOk returns a tuple with the Routes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScanBlocklist) GetSubscription ¶ added in v0.1.22
func (o *FrontendConfigurationScanBlocklist) GetSubscription() []string
GetSubscription returns the Subscription field value if set, zero value otherwise.
func (*FrontendConfigurationScanBlocklist) GetSubscriptionOk ¶ added in v0.1.22
func (o *FrontendConfigurationScanBlocklist) GetSubscriptionOk() ([]string, bool)
GetSubscriptionOk returns a tuple with the Subscription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScanBlocklist) HasMutation ¶ added in v0.1.22
func (o *FrontendConfigurationScanBlocklist) HasMutation() bool
HasMutation returns a boolean if a field has been set.
func (*FrontendConfigurationScanBlocklist) HasObjects ¶ added in v0.1.22
func (o *FrontendConfigurationScanBlocklist) HasObjects() bool
HasObjects returns a boolean if a field has been set.
func (*FrontendConfigurationScanBlocklist) HasQuery ¶ added in v0.1.22
func (o *FrontendConfigurationScanBlocklist) HasQuery() bool
HasQuery returns a boolean if a field has been set.
func (*FrontendConfigurationScanBlocklist) HasRoutes ¶ added in v0.1.22
func (o *FrontendConfigurationScanBlocklist) HasRoutes() bool
HasRoutes returns a boolean if a field has been set.
func (*FrontendConfigurationScanBlocklist) HasSubscription ¶ added in v0.1.22
func (o *FrontendConfigurationScanBlocklist) HasSubscription() bool
HasSubscription returns a boolean if a field has been set.
func (FrontendConfigurationScanBlocklist) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationScanBlocklist) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationScanBlocklist) SetMutation ¶ added in v0.1.22
func (o *FrontendConfigurationScanBlocklist) SetMutation(v []string)
SetMutation gets a reference to the given []string and assigns it to the Mutation field.
func (*FrontendConfigurationScanBlocklist) SetObjects ¶ added in v0.1.22
func (o *FrontendConfigurationScanBlocklist) SetObjects(v []string)
SetObjects gets a reference to the given []string and assigns it to the Objects field.
func (*FrontendConfigurationScanBlocklist) SetQuery ¶ added in v0.1.22
func (o *FrontendConfigurationScanBlocklist) SetQuery(v []string)
SetQuery gets a reference to the given []string and assigns it to the Query field.
func (*FrontendConfigurationScanBlocklist) SetRoutes ¶ added in v0.1.22
func (o *FrontendConfigurationScanBlocklist) SetRoutes(v []FrontendConfigurationScanBlocklistRoutesInner)
SetRoutes gets a reference to the given []FrontendConfigurationScanBlocklistRoutesInner and assigns it to the Routes field.
func (*FrontendConfigurationScanBlocklist) SetSubscription ¶ added in v0.1.22
func (o *FrontendConfigurationScanBlocklist) SetSubscription(v []string)
SetSubscription gets a reference to the given []string and assigns it to the Subscription field.
func (FrontendConfigurationScanBlocklist) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationScanBlocklist) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationScanBlocklist) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationScanBlocklist) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationScanBlocklistRoutesInner ¶ added in v0.1.22
type FrontendConfigurationScanBlocklistRoutesInner struct {
Method *string `json:"method,omitempty"`
Path *string `json:"path,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationScanBlocklistRoutesInner struct for FrontendConfigurationScanBlocklistRoutesInner
func NewFrontendConfigurationScanBlocklistRoutesInner ¶ added in v0.1.22
func NewFrontendConfigurationScanBlocklistRoutesInner() *FrontendConfigurationScanBlocklistRoutesInner
NewFrontendConfigurationScanBlocklistRoutesInner instantiates a new FrontendConfigurationScanBlocklistRoutesInner 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 NewFrontendConfigurationScanBlocklistRoutesInnerWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationScanBlocklistRoutesInnerWithDefaults() *FrontendConfigurationScanBlocklistRoutesInner
NewFrontendConfigurationScanBlocklistRoutesInnerWithDefaults instantiates a new FrontendConfigurationScanBlocklistRoutesInner 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 (*FrontendConfigurationScanBlocklistRoutesInner) GetMethod ¶ added in v0.1.22
func (o *FrontendConfigurationScanBlocklistRoutesInner) GetMethod() string
GetMethod returns the Method field value if set, zero value otherwise.
func (*FrontendConfigurationScanBlocklistRoutesInner) GetMethodOk ¶ added in v0.1.22
func (o *FrontendConfigurationScanBlocklistRoutesInner) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScanBlocklistRoutesInner) GetPath ¶ added in v0.1.22
func (o *FrontendConfigurationScanBlocklistRoutesInner) GetPath() string
GetPath returns the Path field value if set, zero value otherwise.
func (*FrontendConfigurationScanBlocklistRoutesInner) GetPathOk ¶ added in v0.1.22
func (o *FrontendConfigurationScanBlocklistRoutesInner) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScanBlocklistRoutesInner) HasMethod ¶ added in v0.1.22
func (o *FrontendConfigurationScanBlocklistRoutesInner) HasMethod() bool
HasMethod returns a boolean if a field has been set.
func (*FrontendConfigurationScanBlocklistRoutesInner) HasPath ¶ added in v0.1.22
func (o *FrontendConfigurationScanBlocklistRoutesInner) HasPath() bool
HasPath returns a boolean if a field has been set.
func (FrontendConfigurationScanBlocklistRoutesInner) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationScanBlocklistRoutesInner) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationScanBlocklistRoutesInner) SetMethod ¶ added in v0.1.22
func (o *FrontendConfigurationScanBlocklistRoutesInner) SetMethod(v string)
SetMethod gets a reference to the given string and assigns it to the Method field.
func (*FrontendConfigurationScanBlocklistRoutesInner) SetPath ¶ added in v0.1.22
func (o *FrontendConfigurationScanBlocklistRoutesInner) SetPath(v string)
SetPath gets a reference to the given string and assigns it to the Path field.
func (FrontendConfigurationScanBlocklistRoutesInner) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationScanBlocklistRoutesInner) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationScanBlocklistRoutesInner) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationScanBlocklistRoutesInner) UnmarshalJSON(data []byte) (err error)
type FrontendConfigurationScanScalarsValue ¶ added in v0.1.22
type FrontendConfigurationScanScalarsValue struct {
Description string `json:"description"`
Examples []string `json:"examples,omitempty"`
IgnoredNames []string `json:"ignored_names,omitempty"`
Names []string `json:"names,omitempty"`
Parents []EnumA8e620669cc60d45b9f04eb14bdfef5d `json:"parents,omitempty"`
Patterns []string `json:"patterns,omitempty"`
IgnoredPatterns []string `json:"ignored_patterns,omitempty"`
Sensitivity *EnumC9df31378b5ab99a9fcb2d159ba1f602 `json:"sensitivity,omitempty"`
Strategy *EnumBafa7e8598be648bd1bf40163099110a `json:"strategy,omitempty"`
Entropy *float32 `json:"entropy,omitempty"`
RaiseOnCommit *bool `json:"raise_on_commit,omitempty"`
RaiseOnExposure *bool `json:"raise_on_exposure,omitempty"`
RaiseThreshold *float32 `json:"raise_threshold,omitempty"`
IsSourceable *bool `json:"is_sourceable,omitempty"`
AdditionalProperties map[string]interface{}
}
FrontendConfigurationScanScalarsValue struct for FrontendConfigurationScanScalarsValue
func NewFrontendConfigurationScanScalarsValue ¶ added in v0.1.22
func NewFrontendConfigurationScanScalarsValue(description string) *FrontendConfigurationScanScalarsValue
NewFrontendConfigurationScanScalarsValue instantiates a new FrontendConfigurationScanScalarsValue 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 NewFrontendConfigurationScanScalarsValueWithDefaults ¶ added in v0.1.22
func NewFrontendConfigurationScanScalarsValueWithDefaults() *FrontendConfigurationScanScalarsValue
NewFrontendConfigurationScanScalarsValueWithDefaults instantiates a new FrontendConfigurationScanScalarsValue 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 (*FrontendConfigurationScanScalarsValue) GetDescription ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) GetDescription() string
GetDescription returns the Description field value
func (*FrontendConfigurationScanScalarsValue) GetDescriptionOk ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*FrontendConfigurationScanScalarsValue) GetEntropy ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) GetEntropy() float32
GetEntropy returns the Entropy field value if set, zero value otherwise.
func (*FrontendConfigurationScanScalarsValue) GetEntropyOk ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) GetEntropyOk() (*float32, bool)
GetEntropyOk returns a tuple with the Entropy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScanScalarsValue) GetExamples ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) GetExamples() []string
GetExamples returns the Examples field value if set, zero value otherwise.
func (*FrontendConfigurationScanScalarsValue) GetExamplesOk ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) GetExamplesOk() ([]string, bool)
GetExamplesOk returns a tuple with the Examples field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScanScalarsValue) GetIgnoredNames ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) GetIgnoredNames() []string
GetIgnoredNames returns the IgnoredNames field value if set, zero value otherwise.
func (*FrontendConfigurationScanScalarsValue) GetIgnoredNamesOk ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) GetIgnoredNamesOk() ([]string, bool)
GetIgnoredNamesOk returns a tuple with the IgnoredNames field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScanScalarsValue) GetIgnoredPatterns ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) GetIgnoredPatterns() []string
GetIgnoredPatterns returns the IgnoredPatterns field value if set, zero value otherwise.
func (*FrontendConfigurationScanScalarsValue) GetIgnoredPatternsOk ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) GetIgnoredPatternsOk() ([]string, bool)
GetIgnoredPatternsOk returns a tuple with the IgnoredPatterns field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScanScalarsValue) GetIsSourceable ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) GetIsSourceable() bool
GetIsSourceable returns the IsSourceable field value if set, zero value otherwise.
func (*FrontendConfigurationScanScalarsValue) GetIsSourceableOk ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) GetIsSourceableOk() (*bool, bool)
GetIsSourceableOk returns a tuple with the IsSourceable field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScanScalarsValue) GetNames ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) GetNames() []string
GetNames returns the Names field value if set, zero value otherwise.
func (*FrontendConfigurationScanScalarsValue) GetNamesOk ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) GetNamesOk() ([]string, bool)
GetNamesOk returns a tuple with the Names field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScanScalarsValue) GetParents ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) GetParents() []EnumA8e620669cc60d45b9f04eb14bdfef5d
GetParents returns the Parents field value if set, zero value otherwise.
func (*FrontendConfigurationScanScalarsValue) GetParentsOk ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) GetParentsOk() ([]EnumA8e620669cc60d45b9f04eb14bdfef5d, bool)
GetParentsOk returns a tuple with the Parents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScanScalarsValue) GetPatterns ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) GetPatterns() []string
GetPatterns returns the Patterns field value if set, zero value otherwise.
func (*FrontendConfigurationScanScalarsValue) GetPatternsOk ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) GetPatternsOk() ([]string, bool)
GetPatternsOk returns a tuple with the Patterns field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScanScalarsValue) GetRaiseOnCommit ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) GetRaiseOnCommit() bool
GetRaiseOnCommit returns the RaiseOnCommit field value if set, zero value otherwise.
func (*FrontendConfigurationScanScalarsValue) GetRaiseOnCommitOk ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) GetRaiseOnCommitOk() (*bool, bool)
GetRaiseOnCommitOk returns a tuple with the RaiseOnCommit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScanScalarsValue) GetRaiseOnExposure ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) GetRaiseOnExposure() bool
GetRaiseOnExposure returns the RaiseOnExposure field value if set, zero value otherwise.
func (*FrontendConfigurationScanScalarsValue) GetRaiseOnExposureOk ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) GetRaiseOnExposureOk() (*bool, bool)
GetRaiseOnExposureOk returns a tuple with the RaiseOnExposure field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScanScalarsValue) GetRaiseThreshold ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) GetRaiseThreshold() float32
GetRaiseThreshold returns the RaiseThreshold field value if set, zero value otherwise.
func (*FrontendConfigurationScanScalarsValue) GetRaiseThresholdOk ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) GetRaiseThresholdOk() (*float32, bool)
GetRaiseThresholdOk returns a tuple with the RaiseThreshold field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScanScalarsValue) GetSensitivity ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) GetSensitivity() EnumC9df31378b5ab99a9fcb2d159ba1f602
GetSensitivity returns the Sensitivity field value if set, zero value otherwise.
func (*FrontendConfigurationScanScalarsValue) GetSensitivityOk ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) GetSensitivityOk() (*EnumC9df31378b5ab99a9fcb2d159ba1f602, bool)
GetSensitivityOk returns a tuple with the Sensitivity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScanScalarsValue) GetStrategy ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) GetStrategy() EnumBafa7e8598be648bd1bf40163099110a
GetStrategy returns the Strategy field value if set, zero value otherwise.
func (*FrontendConfigurationScanScalarsValue) GetStrategyOk ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) GetStrategyOk() (*EnumBafa7e8598be648bd1bf40163099110a, bool)
GetStrategyOk returns a tuple with the Strategy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*FrontendConfigurationScanScalarsValue) HasEntropy ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) HasEntropy() bool
HasEntropy returns a boolean if a field has been set.
func (*FrontendConfigurationScanScalarsValue) HasExamples ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) HasExamples() bool
HasExamples returns a boolean if a field has been set.
func (*FrontendConfigurationScanScalarsValue) HasIgnoredNames ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) HasIgnoredNames() bool
HasIgnoredNames returns a boolean if a field has been set.
func (*FrontendConfigurationScanScalarsValue) HasIgnoredPatterns ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) HasIgnoredPatterns() bool
HasIgnoredPatterns returns a boolean if a field has been set.
func (*FrontendConfigurationScanScalarsValue) HasIsSourceable ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) HasIsSourceable() bool
HasIsSourceable returns a boolean if a field has been set.
func (*FrontendConfigurationScanScalarsValue) HasNames ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) HasNames() bool
HasNames returns a boolean if a field has been set.
func (*FrontendConfigurationScanScalarsValue) HasParents ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) HasParents() bool
HasParents returns a boolean if a field has been set.
func (*FrontendConfigurationScanScalarsValue) HasPatterns ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) HasPatterns() bool
HasPatterns returns a boolean if a field has been set.
func (*FrontendConfigurationScanScalarsValue) HasRaiseOnCommit ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) HasRaiseOnCommit() bool
HasRaiseOnCommit returns a boolean if a field has been set.
func (*FrontendConfigurationScanScalarsValue) HasRaiseOnExposure ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) HasRaiseOnExposure() bool
HasRaiseOnExposure returns a boolean if a field has been set.
func (*FrontendConfigurationScanScalarsValue) HasRaiseThreshold ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) HasRaiseThreshold() bool
HasRaiseThreshold returns a boolean if a field has been set.
func (*FrontendConfigurationScanScalarsValue) HasSensitivity ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) HasSensitivity() bool
HasSensitivity returns a boolean if a field has been set.
func (*FrontendConfigurationScanScalarsValue) HasStrategy ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) HasStrategy() bool
HasStrategy returns a boolean if a field has been set.
func (FrontendConfigurationScanScalarsValue) MarshalJSON ¶ added in v0.1.22
func (o FrontendConfigurationScanScalarsValue) MarshalJSON() ([]byte, error)
func (*FrontendConfigurationScanScalarsValue) SetDescription ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) SetDescription(v string)
SetDescription sets field value
func (*FrontendConfigurationScanScalarsValue) SetEntropy ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) SetEntropy(v float32)
SetEntropy gets a reference to the given float32 and assigns it to the Entropy field.
func (*FrontendConfigurationScanScalarsValue) SetExamples ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) SetExamples(v []string)
SetExamples gets a reference to the given []string and assigns it to the Examples field.
func (*FrontendConfigurationScanScalarsValue) SetIgnoredNames ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) SetIgnoredNames(v []string)
SetIgnoredNames gets a reference to the given []string and assigns it to the IgnoredNames field.
func (*FrontendConfigurationScanScalarsValue) SetIgnoredPatterns ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) SetIgnoredPatterns(v []string)
SetIgnoredPatterns gets a reference to the given []string and assigns it to the IgnoredPatterns field.
func (*FrontendConfigurationScanScalarsValue) SetIsSourceable ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) SetIsSourceable(v bool)
SetIsSourceable gets a reference to the given bool and assigns it to the IsSourceable field.
func (*FrontendConfigurationScanScalarsValue) SetNames ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) SetNames(v []string)
SetNames gets a reference to the given []string and assigns it to the Names field.
func (*FrontendConfigurationScanScalarsValue) SetParents ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) SetParents(v []EnumA8e620669cc60d45b9f04eb14bdfef5d)
SetParents gets a reference to the given []EnumA8e620669cc60d45b9f04eb14bdfef5d and assigns it to the Parents field.
func (*FrontendConfigurationScanScalarsValue) SetPatterns ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) SetPatterns(v []string)
SetPatterns gets a reference to the given []string and assigns it to the Patterns field.
func (*FrontendConfigurationScanScalarsValue) SetRaiseOnCommit ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) SetRaiseOnCommit(v bool)
SetRaiseOnCommit gets a reference to the given bool and assigns it to the RaiseOnCommit field.
func (*FrontendConfigurationScanScalarsValue) SetRaiseOnExposure ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) SetRaiseOnExposure(v bool)
SetRaiseOnExposure gets a reference to the given bool and assigns it to the RaiseOnExposure field.
func (*FrontendConfigurationScanScalarsValue) SetRaiseThreshold ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) SetRaiseThreshold(v float32)
SetRaiseThreshold gets a reference to the given float32 and assigns it to the RaiseThreshold field.
func (*FrontendConfigurationScanScalarsValue) SetSensitivity ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) SetSensitivity(v EnumC9df31378b5ab99a9fcb2d159ba1f602)
SetSensitivity gets a reference to the given EnumC9df31378b5ab99a9fcb2d159ba1f602 and assigns it to the Sensitivity field.
func (*FrontendConfigurationScanScalarsValue) SetStrategy ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) SetStrategy(v EnumBafa7e8598be648bd1bf40163099110a)
SetStrategy gets a reference to the given EnumBafa7e8598be648bd1bf40163099110a and assigns it to the Strategy field.
func (FrontendConfigurationScanScalarsValue) ToMap ¶ added in v0.1.22
func (o FrontendConfigurationScanScalarsValue) ToMap() (map[string]interface{}, error)
func (*FrontendConfigurationScanScalarsValue) UnmarshalJSON ¶ added in v0.1.22
func (o *FrontendConfigurationScanScalarsValue) 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 GetApplication200Response ¶
type GetApplication200Response struct {
Id string `json:"id"`
Name string `json:"name"`
AutogeneratedFromInventory bool `json:"autogeneratedFromInventory"`
CreatedAt time.Time `json:"createdAt"`
HasCI bool `json:"hasCI"`
Cron string `json:"cron"`
Type EnumA59e4e0f7039345a12220706339ba411 `json:"type"`
Configuration FrontendConfiguration `json:"configuration"`
Schema *GraphQLSchema `json:"schema,omitempty"`
AdditionalProperties map[string]interface{}
}
GetApplication200Response struct for GetApplication200Response
func NewGetApplication200Response ¶
func NewGetApplication200Response(id string, name string, autogeneratedFromInventory bool, createdAt time.Time, hasCI bool, cron string, type_ EnumA59e4e0f7039345a12220706339ba411, configuration FrontendConfiguration) *GetApplication200Response
NewGetApplication200Response instantiates a new GetApplication200Response 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 NewGetApplication200ResponseWithDefaults ¶
func NewGetApplication200ResponseWithDefaults() *GetApplication200Response
NewGetApplication200ResponseWithDefaults instantiates a new GetApplication200Response 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 (*GetApplication200Response) GetAutogeneratedFromInventory ¶
func (o *GetApplication200Response) GetAutogeneratedFromInventory() bool
GetAutogeneratedFromInventory returns the AutogeneratedFromInventory field value
func (*GetApplication200Response) GetAutogeneratedFromInventoryOk ¶
func (o *GetApplication200Response) GetAutogeneratedFromInventoryOk() (*bool, bool)
GetAutogeneratedFromInventoryOk returns a tuple with the AutogeneratedFromInventory field value and a boolean to check if the value has been set.
func (*GetApplication200Response) GetConfiguration ¶
func (o *GetApplication200Response) GetConfiguration() FrontendConfiguration
GetConfiguration returns the Configuration field value
func (*GetApplication200Response) GetConfigurationOk ¶
func (o *GetApplication200Response) GetConfigurationOk() (*FrontendConfiguration, bool)
GetConfigurationOk returns a tuple with the Configuration field value and a boolean to check if the value has been set.
func (*GetApplication200Response) GetCreatedAt ¶
func (o *GetApplication200Response) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*GetApplication200Response) GetCreatedAtOk ¶
func (o *GetApplication200Response) 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 (*GetApplication200Response) GetCron ¶
func (o *GetApplication200Response) GetCron() string
GetCron returns the Cron field value
func (*GetApplication200Response) GetCronOk ¶
func (o *GetApplication200Response) GetCronOk() (*string, bool)
GetCronOk returns a tuple with the Cron field value and a boolean to check if the value has been set.
func (*GetApplication200Response) GetHasCI ¶
func (o *GetApplication200Response) GetHasCI() bool
GetHasCI returns the HasCI field value
func (*GetApplication200Response) GetHasCIOk ¶
func (o *GetApplication200Response) GetHasCIOk() (*bool, bool)
GetHasCIOk returns a tuple with the HasCI field value and a boolean to check if the value has been set.
func (*GetApplication200Response) GetId ¶
func (o *GetApplication200Response) GetId() string
GetId returns the Id field value
func (*GetApplication200Response) GetIdOk ¶
func (o *GetApplication200Response) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*GetApplication200Response) GetName ¶
func (o *GetApplication200Response) GetName() string
GetName returns the Name field value
func (*GetApplication200Response) GetNameOk ¶
func (o *GetApplication200Response) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*GetApplication200Response) GetSchema ¶
func (o *GetApplication200Response) GetSchema() GraphQLSchema
GetSchema returns the Schema field value if set, zero value otherwise.
func (*GetApplication200Response) GetSchemaOk ¶
func (o *GetApplication200Response) GetSchemaOk() (*GraphQLSchema, bool)
GetSchemaOk returns a tuple with the Schema field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetApplication200Response) GetType ¶
func (o *GetApplication200Response) GetType() EnumA59e4e0f7039345a12220706339ba411
GetType returns the Type field value
func (*GetApplication200Response) GetTypeOk ¶
func (o *GetApplication200Response) GetTypeOk() (*EnumA59e4e0f7039345a12220706339ba411, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*GetApplication200Response) HasSchema ¶
func (o *GetApplication200Response) HasSchema() bool
HasSchema returns a boolean if a field has been set.
func (GetApplication200Response) MarshalJSON ¶
func (o GetApplication200Response) MarshalJSON() ([]byte, error)
func (*GetApplication200Response) SetAutogeneratedFromInventory ¶
func (o *GetApplication200Response) SetAutogeneratedFromInventory(v bool)
SetAutogeneratedFromInventory sets field value
func (*GetApplication200Response) SetConfiguration ¶
func (o *GetApplication200Response) SetConfiguration(v FrontendConfiguration)
SetConfiguration sets field value
func (*GetApplication200Response) SetCreatedAt ¶
func (o *GetApplication200Response) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*GetApplication200Response) SetCron ¶
func (o *GetApplication200Response) SetCron(v string)
SetCron sets field value
func (*GetApplication200Response) SetHasCI ¶
func (o *GetApplication200Response) SetHasCI(v bool)
SetHasCI sets field value
func (*GetApplication200Response) SetId ¶
func (o *GetApplication200Response) SetId(v string)
SetId sets field value
func (*GetApplication200Response) SetName ¶
func (o *GetApplication200Response) SetName(v string)
SetName sets field value
func (*GetApplication200Response) SetSchema ¶
func (o *GetApplication200Response) SetSchema(v GraphQLSchema)
SetSchema gets a reference to the given GraphQLSchema and assigns it to the Schema field.
func (*GetApplication200Response) SetType ¶
func (o *GetApplication200Response) SetType(v EnumA59e4e0f7039345a12220706339ba411)
SetType sets field value
func (GetApplication200Response) ToMap ¶
func (o GetApplication200Response) ToMap() (map[string]interface{}, error)
func (*GetApplication200Response) UnmarshalJSON ¶
func (o *GetApplication200Response) UnmarshalJSON(data []byte) (err error)
type GetIntegration200Response ¶
type GetIntegration200Response struct {
Data GetIntegration200ResponseData `json:"data"`
// The integration ID.
Id *string `json:"id,omitempty"`
// The name of the integration.
Name *string `json:"name,omitempty"`
// A location ID to use with this integration.
LocationId *string `json:"locationId,omitempty"`
AdditionalProperties map[string]interface{}
}
GetIntegration200Response struct for GetIntegration200Response
func NewGetIntegration200Response ¶
func NewGetIntegration200Response(data GetIntegration200ResponseData) *GetIntegration200Response
NewGetIntegration200Response instantiates a new GetIntegration200Response 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 NewGetIntegration200ResponseWithDefaults ¶
func NewGetIntegration200ResponseWithDefaults() *GetIntegration200Response
NewGetIntegration200ResponseWithDefaults instantiates a new GetIntegration200Response 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 (*GetIntegration200Response) GetData ¶
func (o *GetIntegration200Response) GetData() GetIntegration200ResponseData
GetData returns the Data field value
func (*GetIntegration200Response) GetDataOk ¶
func (o *GetIntegration200Response) GetDataOk() (*GetIntegration200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*GetIntegration200Response) GetId ¶
func (o *GetIntegration200Response) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*GetIntegration200Response) GetIdOk ¶
func (o *GetIntegration200Response) 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 (*GetIntegration200Response) GetLocationId ¶
func (o *GetIntegration200Response) GetLocationId() string
GetLocationId returns the LocationId field value if set, zero value otherwise.
func (*GetIntegration200Response) GetLocationIdOk ¶
func (o *GetIntegration200Response) GetLocationIdOk() (*string, bool)
GetLocationIdOk returns a tuple with the LocationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetIntegration200Response) GetName ¶
func (o *GetIntegration200Response) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*GetIntegration200Response) GetNameOk ¶
func (o *GetIntegration200Response) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetIntegration200Response) HasId ¶
func (o *GetIntegration200Response) HasId() bool
HasId returns a boolean if a field has been set.
func (*GetIntegration200Response) HasLocationId ¶
func (o *GetIntegration200Response) HasLocationId() bool
HasLocationId returns a boolean if a field has been set.
func (*GetIntegration200Response) HasName ¶
func (o *GetIntegration200Response) HasName() bool
HasName returns a boolean if a field has been set.
func (GetIntegration200Response) MarshalJSON ¶
func (o GetIntegration200Response) MarshalJSON() ([]byte, error)
func (*GetIntegration200Response) SetData ¶
func (o *GetIntegration200Response) SetData(v GetIntegration200ResponseData)
SetData sets field value
func (*GetIntegration200Response) SetId ¶
func (o *GetIntegration200Response) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*GetIntegration200Response) SetLocationId ¶
func (o *GetIntegration200Response) SetLocationId(v string)
SetLocationId gets a reference to the given string and assigns it to the LocationId field.
func (*GetIntegration200Response) SetName ¶
func (o *GetIntegration200Response) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (GetIntegration200Response) ToMap ¶
func (o GetIntegration200Response) ToMap() (map[string]interface{}, error)
func (*GetIntegration200Response) UnmarshalJSON ¶
func (o *GetIntegration200Response) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseData ¶
type GetIntegration200ResponseData struct {
GetIntegration200ResponseDataOneOf *GetIntegration200ResponseDataOneOf
GetIntegration200ResponseDataOneOf1 *GetIntegration200ResponseDataOneOf1
GetIntegration200ResponseDataOneOf10 *GetIntegration200ResponseDataOneOf10
GetIntegration200ResponseDataOneOf11 *GetIntegration200ResponseDataOneOf11
GetIntegration200ResponseDataOneOf12 *GetIntegration200ResponseDataOneOf12
GetIntegration200ResponseDataOneOf13 *GetIntegration200ResponseDataOneOf13
GetIntegration200ResponseDataOneOf14 *GetIntegration200ResponseDataOneOf14
GetIntegration200ResponseDataOneOf15 *GetIntegration200ResponseDataOneOf15
GetIntegration200ResponseDataOneOf16 *GetIntegration200ResponseDataOneOf16
GetIntegration200ResponseDataOneOf17 *GetIntegration200ResponseDataOneOf17
GetIntegration200ResponseDataOneOf18 *GetIntegration200ResponseDataOneOf18
GetIntegration200ResponseDataOneOf19 *GetIntegration200ResponseDataOneOf19
GetIntegration200ResponseDataOneOf2 *GetIntegration200ResponseDataOneOf2
GetIntegration200ResponseDataOneOf20 *GetIntegration200ResponseDataOneOf20
GetIntegration200ResponseDataOneOf3 *GetIntegration200ResponseDataOneOf3
GetIntegration200ResponseDataOneOf4 *GetIntegration200ResponseDataOneOf4
GetIntegration200ResponseDataOneOf5 *GetIntegration200ResponseDataOneOf5
GetIntegration200ResponseDataOneOf6 *GetIntegration200ResponseDataOneOf6
GetIntegration200ResponseDataOneOf7 *GetIntegration200ResponseDataOneOf7
GetIntegration200ResponseDataOneOf8 *GetIntegration200ResponseDataOneOf8
GetIntegration200ResponseDataOneOf9 *GetIntegration200ResponseDataOneOf9
}
GetIntegration200ResponseData - struct for GetIntegration200ResponseData
func GetIntegration200ResponseDataOneOf10AsGetIntegration200ResponseData ¶
func GetIntegration200ResponseDataOneOf10AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf10) GetIntegration200ResponseData
GetIntegration200ResponseDataOneOf10AsGetIntegration200ResponseData is a convenience function that returns GetIntegration200ResponseDataOneOf10 wrapped in GetIntegration200ResponseData
func GetIntegration200ResponseDataOneOf11AsGetIntegration200ResponseData ¶
func GetIntegration200ResponseDataOneOf11AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf11) GetIntegration200ResponseData
GetIntegration200ResponseDataOneOf11AsGetIntegration200ResponseData is a convenience function that returns GetIntegration200ResponseDataOneOf11 wrapped in GetIntegration200ResponseData
func GetIntegration200ResponseDataOneOf12AsGetIntegration200ResponseData ¶
func GetIntegration200ResponseDataOneOf12AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf12) GetIntegration200ResponseData
GetIntegration200ResponseDataOneOf12AsGetIntegration200ResponseData is a convenience function that returns GetIntegration200ResponseDataOneOf12 wrapped in GetIntegration200ResponseData
func GetIntegration200ResponseDataOneOf13AsGetIntegration200ResponseData ¶
func GetIntegration200ResponseDataOneOf13AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf13) GetIntegration200ResponseData
GetIntegration200ResponseDataOneOf13AsGetIntegration200ResponseData is a convenience function that returns GetIntegration200ResponseDataOneOf13 wrapped in GetIntegration200ResponseData
func GetIntegration200ResponseDataOneOf14AsGetIntegration200ResponseData ¶
func GetIntegration200ResponseDataOneOf14AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf14) GetIntegration200ResponseData
GetIntegration200ResponseDataOneOf14AsGetIntegration200ResponseData is a convenience function that returns GetIntegration200ResponseDataOneOf14 wrapped in GetIntegration200ResponseData
func GetIntegration200ResponseDataOneOf15AsGetIntegration200ResponseData ¶
func GetIntegration200ResponseDataOneOf15AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf15) GetIntegration200ResponseData
GetIntegration200ResponseDataOneOf15AsGetIntegration200ResponseData is a convenience function that returns GetIntegration200ResponseDataOneOf15 wrapped in GetIntegration200ResponseData
func GetIntegration200ResponseDataOneOf16AsGetIntegration200ResponseData ¶
func GetIntegration200ResponseDataOneOf16AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf16) GetIntegration200ResponseData
GetIntegration200ResponseDataOneOf16AsGetIntegration200ResponseData is a convenience function that returns GetIntegration200ResponseDataOneOf16 wrapped in GetIntegration200ResponseData
func GetIntegration200ResponseDataOneOf17AsGetIntegration200ResponseData ¶
func GetIntegration200ResponseDataOneOf17AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf17) GetIntegration200ResponseData
GetIntegration200ResponseDataOneOf17AsGetIntegration200ResponseData is a convenience function that returns GetIntegration200ResponseDataOneOf17 wrapped in GetIntegration200ResponseData
func GetIntegration200ResponseDataOneOf18AsGetIntegration200ResponseData ¶
func GetIntegration200ResponseDataOneOf18AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf18) GetIntegration200ResponseData
GetIntegration200ResponseDataOneOf18AsGetIntegration200ResponseData is a convenience function that returns GetIntegration200ResponseDataOneOf18 wrapped in GetIntegration200ResponseData
func GetIntegration200ResponseDataOneOf19AsGetIntegration200ResponseData ¶
func GetIntegration200ResponseDataOneOf19AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf19) GetIntegration200ResponseData
GetIntegration200ResponseDataOneOf19AsGetIntegration200ResponseData is a convenience function that returns GetIntegration200ResponseDataOneOf19 wrapped in GetIntegration200ResponseData
func GetIntegration200ResponseDataOneOf1AsGetIntegration200ResponseData ¶
func GetIntegration200ResponseDataOneOf1AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf1) GetIntegration200ResponseData
GetIntegration200ResponseDataOneOf1AsGetIntegration200ResponseData is a convenience function that returns GetIntegration200ResponseDataOneOf1 wrapped in GetIntegration200ResponseData
func GetIntegration200ResponseDataOneOf20AsGetIntegration200ResponseData ¶
func GetIntegration200ResponseDataOneOf20AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf20) GetIntegration200ResponseData
GetIntegration200ResponseDataOneOf20AsGetIntegration200ResponseData is a convenience function that returns GetIntegration200ResponseDataOneOf20 wrapped in GetIntegration200ResponseData
func GetIntegration200ResponseDataOneOf2AsGetIntegration200ResponseData ¶
func GetIntegration200ResponseDataOneOf2AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf2) GetIntegration200ResponseData
GetIntegration200ResponseDataOneOf2AsGetIntegration200ResponseData is a convenience function that returns GetIntegration200ResponseDataOneOf2 wrapped in GetIntegration200ResponseData
func GetIntegration200ResponseDataOneOf3AsGetIntegration200ResponseData ¶
func GetIntegration200ResponseDataOneOf3AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf3) GetIntegration200ResponseData
GetIntegration200ResponseDataOneOf3AsGetIntegration200ResponseData is a convenience function that returns GetIntegration200ResponseDataOneOf3 wrapped in GetIntegration200ResponseData
func GetIntegration200ResponseDataOneOf4AsGetIntegration200ResponseData ¶
func GetIntegration200ResponseDataOneOf4AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf4) GetIntegration200ResponseData
GetIntegration200ResponseDataOneOf4AsGetIntegration200ResponseData is a convenience function that returns GetIntegration200ResponseDataOneOf4 wrapped in GetIntegration200ResponseData
func GetIntegration200ResponseDataOneOf5AsGetIntegration200ResponseData ¶
func GetIntegration200ResponseDataOneOf5AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf5) GetIntegration200ResponseData
GetIntegration200ResponseDataOneOf5AsGetIntegration200ResponseData is a convenience function that returns GetIntegration200ResponseDataOneOf5 wrapped in GetIntegration200ResponseData
func GetIntegration200ResponseDataOneOf6AsGetIntegration200ResponseData ¶
func GetIntegration200ResponseDataOneOf6AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf6) GetIntegration200ResponseData
GetIntegration200ResponseDataOneOf6AsGetIntegration200ResponseData is a convenience function that returns GetIntegration200ResponseDataOneOf6 wrapped in GetIntegration200ResponseData
func GetIntegration200ResponseDataOneOf7AsGetIntegration200ResponseData ¶
func GetIntegration200ResponseDataOneOf7AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf7) GetIntegration200ResponseData
GetIntegration200ResponseDataOneOf7AsGetIntegration200ResponseData is a convenience function that returns GetIntegration200ResponseDataOneOf7 wrapped in GetIntegration200ResponseData
func GetIntegration200ResponseDataOneOf8AsGetIntegration200ResponseData ¶
func GetIntegration200ResponseDataOneOf8AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf8) GetIntegration200ResponseData
GetIntegration200ResponseDataOneOf8AsGetIntegration200ResponseData is a convenience function that returns GetIntegration200ResponseDataOneOf8 wrapped in GetIntegration200ResponseData
func GetIntegration200ResponseDataOneOf9AsGetIntegration200ResponseData ¶
func GetIntegration200ResponseDataOneOf9AsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf9) GetIntegration200ResponseData
GetIntegration200ResponseDataOneOf9AsGetIntegration200ResponseData is a convenience function that returns GetIntegration200ResponseDataOneOf9 wrapped in GetIntegration200ResponseData
func GetIntegration200ResponseDataOneOfAsGetIntegration200ResponseData ¶
func GetIntegration200ResponseDataOneOfAsGetIntegration200ResponseData(v *GetIntegration200ResponseDataOneOf) GetIntegration200ResponseData
GetIntegration200ResponseDataOneOfAsGetIntegration200ResponseData is a convenience function that returns GetIntegration200ResponseDataOneOf wrapped in GetIntegration200ResponseData
func (*GetIntegration200ResponseData) GetActualInstance ¶
func (obj *GetIntegration200ResponseData) GetActualInstance() interface{}
Get the actual instance
func (GetIntegration200ResponseData) GetActualInstanceValue ¶
func (obj GetIntegration200ResponseData) GetActualInstanceValue() interface{}
Get the actual instance value
func (GetIntegration200ResponseData) MarshalJSON ¶
func (src GetIntegration200ResponseData) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*GetIntegration200ResponseData) UnmarshalJSON ¶
func (dst *GetIntegration200ResponseData) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type GetIntegration200ResponseDataOneOf ¶
type GetIntegration200ResponseDataOneOf struct {
Kind EnumAKAMAI `json:"kind"`
Parameters GetIntegration200ResponseDataOneOfParameters `json:"parameters"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf struct for GetIntegration200ResponseDataOneOf
func NewGetIntegration200ResponseDataOneOf ¶
func NewGetIntegration200ResponseDataOneOf(kind EnumAKAMAI, parameters GetIntegration200ResponseDataOneOfParameters) *GetIntegration200ResponseDataOneOf
NewGetIntegration200ResponseDataOneOf instantiates a new GetIntegration200ResponseDataOneOf 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 NewGetIntegration200ResponseDataOneOfWithDefaults ¶
func NewGetIntegration200ResponseDataOneOfWithDefaults() *GetIntegration200ResponseDataOneOf
NewGetIntegration200ResponseDataOneOfWithDefaults instantiates a new GetIntegration200ResponseDataOneOf 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 (*GetIntegration200ResponseDataOneOf) GetKind ¶
func (o *GetIntegration200ResponseDataOneOf) GetKind() EnumAKAMAI
GetKind returns the Kind field value
func (*GetIntegration200ResponseDataOneOf) GetKindOk ¶
func (o *GetIntegration200ResponseDataOneOf) GetKindOk() (*EnumAKAMAI, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf) GetParameters ¶
func (o *GetIntegration200ResponseDataOneOf) GetParameters() GetIntegration200ResponseDataOneOfParameters
GetParameters returns the Parameters field value
func (*GetIntegration200ResponseDataOneOf) GetParametersOk ¶
func (o *GetIntegration200ResponseDataOneOf) GetParametersOk() (*GetIntegration200ResponseDataOneOfParameters, bool)
GetParametersOk returns a tuple with the Parameters field value and a boolean to check if the value has been set.
func (GetIntegration200ResponseDataOneOf) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf) SetKind ¶
func (o *GetIntegration200ResponseDataOneOf) SetKind(v EnumAKAMAI)
SetKind sets field value
func (*GetIntegration200ResponseDataOneOf) SetParameters ¶
func (o *GetIntegration200ResponseDataOneOf) SetParameters(v GetIntegration200ResponseDataOneOfParameters)
SetParameters sets field value
func (GetIntegration200ResponseDataOneOf) ToMap ¶
func (o GetIntegration200ResponseDataOneOf) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf1 ¶
type GetIntegration200ResponseDataOneOf1 struct {
Kind EnumAPIGEE `json:"kind"`
Parameters GetIntegration200ResponseDataOneOf1Parameters `json:"parameters"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf1 struct for GetIntegration200ResponseDataOneOf1
func NewGetIntegration200ResponseDataOneOf1 ¶
func NewGetIntegration200ResponseDataOneOf1(kind EnumAPIGEE, parameters GetIntegration200ResponseDataOneOf1Parameters) *GetIntegration200ResponseDataOneOf1
NewGetIntegration200ResponseDataOneOf1 instantiates a new GetIntegration200ResponseDataOneOf1 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 NewGetIntegration200ResponseDataOneOf1WithDefaults ¶
func NewGetIntegration200ResponseDataOneOf1WithDefaults() *GetIntegration200ResponseDataOneOf1
NewGetIntegration200ResponseDataOneOf1WithDefaults instantiates a new GetIntegration200ResponseDataOneOf1 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 (*GetIntegration200ResponseDataOneOf1) GetKind ¶
func (o *GetIntegration200ResponseDataOneOf1) GetKind() EnumAPIGEE
GetKind returns the Kind field value
func (*GetIntegration200ResponseDataOneOf1) GetKindOk ¶
func (o *GetIntegration200ResponseDataOneOf1) GetKindOk() (*EnumAPIGEE, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf1) GetParameters ¶
func (o *GetIntegration200ResponseDataOneOf1) GetParameters() GetIntegration200ResponseDataOneOf1Parameters
GetParameters returns the Parameters field value
func (*GetIntegration200ResponseDataOneOf1) GetParametersOk ¶
func (o *GetIntegration200ResponseDataOneOf1) GetParametersOk() (*GetIntegration200ResponseDataOneOf1Parameters, bool)
GetParametersOk returns a tuple with the Parameters field value and a boolean to check if the value has been set.
func (GetIntegration200ResponseDataOneOf1) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf1) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf1) SetKind ¶
func (o *GetIntegration200ResponseDataOneOf1) SetKind(v EnumAPIGEE)
SetKind sets field value
func (*GetIntegration200ResponseDataOneOf1) SetParameters ¶
func (o *GetIntegration200ResponseDataOneOf1) SetParameters(v GetIntegration200ResponseDataOneOf1Parameters)
SetParameters sets field value
func (GetIntegration200ResponseDataOneOf1) ToMap ¶
func (o GetIntegration200ResponseDataOneOf1) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf1) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf1) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf10 ¶
type GetIntegration200ResponseDataOneOf10 struct {
Kind EnumGITHUBAPIKEY `json:"kind"`
Parameters GetIntegration200ResponseDataOneOf6Parameters `json:"parameters"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf10 struct for GetIntegration200ResponseDataOneOf10
func NewGetIntegration200ResponseDataOneOf10 ¶
func NewGetIntegration200ResponseDataOneOf10(kind EnumGITHUBAPIKEY, parameters GetIntegration200ResponseDataOneOf6Parameters) *GetIntegration200ResponseDataOneOf10
NewGetIntegration200ResponseDataOneOf10 instantiates a new GetIntegration200ResponseDataOneOf10 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 NewGetIntegration200ResponseDataOneOf10WithDefaults ¶
func NewGetIntegration200ResponseDataOneOf10WithDefaults() *GetIntegration200ResponseDataOneOf10
NewGetIntegration200ResponseDataOneOf10WithDefaults instantiates a new GetIntegration200ResponseDataOneOf10 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 (*GetIntegration200ResponseDataOneOf10) GetKind ¶
func (o *GetIntegration200ResponseDataOneOf10) GetKind() EnumGITHUBAPIKEY
GetKind returns the Kind field value
func (*GetIntegration200ResponseDataOneOf10) GetKindOk ¶
func (o *GetIntegration200ResponseDataOneOf10) GetKindOk() (*EnumGITHUBAPIKEY, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf10) GetParameters ¶
func (o *GetIntegration200ResponseDataOneOf10) GetParameters() GetIntegration200ResponseDataOneOf6Parameters
GetParameters returns the Parameters field value
func (*GetIntegration200ResponseDataOneOf10) GetParametersOk ¶
func (o *GetIntegration200ResponseDataOneOf10) GetParametersOk() (*GetIntegration200ResponseDataOneOf6Parameters, bool)
GetParametersOk returns a tuple with the Parameters field value and a boolean to check if the value has been set.
func (GetIntegration200ResponseDataOneOf10) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf10) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf10) SetKind ¶
func (o *GetIntegration200ResponseDataOneOf10) SetKind(v EnumGITHUBAPIKEY)
SetKind sets field value
func (*GetIntegration200ResponseDataOneOf10) SetParameters ¶
func (o *GetIntegration200ResponseDataOneOf10) SetParameters(v GetIntegration200ResponseDataOneOf6Parameters)
SetParameters sets field value
func (GetIntegration200ResponseDataOneOf10) ToMap ¶
func (o GetIntegration200ResponseDataOneOf10) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf10) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf10) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf11 ¶
type GetIntegration200ResponseDataOneOf11 struct {
Kind EnumGITLABAPIKEY `json:"kind"`
Parameters GetIntegration200ResponseDataOneOf11Parameters `json:"parameters"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf11 struct for GetIntegration200ResponseDataOneOf11
func NewGetIntegration200ResponseDataOneOf11 ¶
func NewGetIntegration200ResponseDataOneOf11(kind EnumGITLABAPIKEY, parameters GetIntegration200ResponseDataOneOf11Parameters) *GetIntegration200ResponseDataOneOf11
NewGetIntegration200ResponseDataOneOf11 instantiates a new GetIntegration200ResponseDataOneOf11 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 NewGetIntegration200ResponseDataOneOf11WithDefaults ¶
func NewGetIntegration200ResponseDataOneOf11WithDefaults() *GetIntegration200ResponseDataOneOf11
NewGetIntegration200ResponseDataOneOf11WithDefaults instantiates a new GetIntegration200ResponseDataOneOf11 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 (*GetIntegration200ResponseDataOneOf11) GetKind ¶
func (o *GetIntegration200ResponseDataOneOf11) GetKind() EnumGITLABAPIKEY
GetKind returns the Kind field value
func (*GetIntegration200ResponseDataOneOf11) GetKindOk ¶
func (o *GetIntegration200ResponseDataOneOf11) GetKindOk() (*EnumGITLABAPIKEY, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf11) GetParameters ¶
func (o *GetIntegration200ResponseDataOneOf11) GetParameters() GetIntegration200ResponseDataOneOf11Parameters
GetParameters returns the Parameters field value
func (*GetIntegration200ResponseDataOneOf11) GetParametersOk ¶
func (o *GetIntegration200ResponseDataOneOf11) GetParametersOk() (*GetIntegration200ResponseDataOneOf11Parameters, bool)
GetParametersOk returns a tuple with the Parameters field value and a boolean to check if the value has been set.
func (GetIntegration200ResponseDataOneOf11) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf11) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf11) SetKind ¶
func (o *GetIntegration200ResponseDataOneOf11) SetKind(v EnumGITLABAPIKEY)
SetKind sets field value
func (*GetIntegration200ResponseDataOneOf11) SetParameters ¶
func (o *GetIntegration200ResponseDataOneOf11) SetParameters(v GetIntegration200ResponseDataOneOf11Parameters)
SetParameters sets field value
func (GetIntegration200ResponseDataOneOf11) ToMap ¶
func (o GetIntegration200ResponseDataOneOf11) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf11) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf11) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf11Parameters ¶
type GetIntegration200ResponseDataOneOf11Parameters struct {
ApiKey string `json:"api_key"`
InstanceUrl *string `json:"instance_url,omitempty"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf11Parameters struct for GetIntegration200ResponseDataOneOf11Parameters
func NewGetIntegration200ResponseDataOneOf11Parameters ¶
func NewGetIntegration200ResponseDataOneOf11Parameters(apiKey string) *GetIntegration200ResponseDataOneOf11Parameters
NewGetIntegration200ResponseDataOneOf11Parameters instantiates a new GetIntegration200ResponseDataOneOf11Parameters 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 NewGetIntegration200ResponseDataOneOf11ParametersWithDefaults ¶
func NewGetIntegration200ResponseDataOneOf11ParametersWithDefaults() *GetIntegration200ResponseDataOneOf11Parameters
NewGetIntegration200ResponseDataOneOf11ParametersWithDefaults instantiates a new GetIntegration200ResponseDataOneOf11Parameters 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 (*GetIntegration200ResponseDataOneOf11Parameters) GetApiKey ¶
func (o *GetIntegration200ResponseDataOneOf11Parameters) GetApiKey() string
GetApiKey returns the ApiKey field value
func (*GetIntegration200ResponseDataOneOf11Parameters) GetApiKeyOk ¶
func (o *GetIntegration200ResponseDataOneOf11Parameters) GetApiKeyOk() (*string, bool)
GetApiKeyOk returns a tuple with the ApiKey field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf11Parameters) GetInstanceUrl ¶
func (o *GetIntegration200ResponseDataOneOf11Parameters) GetInstanceUrl() string
GetInstanceUrl returns the InstanceUrl field value if set, zero value otherwise.
func (*GetIntegration200ResponseDataOneOf11Parameters) GetInstanceUrlOk ¶
func (o *GetIntegration200ResponseDataOneOf11Parameters) GetInstanceUrlOk() (*string, bool)
GetInstanceUrlOk returns a tuple with the InstanceUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf11Parameters) HasInstanceUrl ¶
func (o *GetIntegration200ResponseDataOneOf11Parameters) HasInstanceUrl() bool
HasInstanceUrl returns a boolean if a field has been set.
func (GetIntegration200ResponseDataOneOf11Parameters) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf11Parameters) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf11Parameters) SetApiKey ¶
func (o *GetIntegration200ResponseDataOneOf11Parameters) SetApiKey(v string)
SetApiKey sets field value
func (*GetIntegration200ResponseDataOneOf11Parameters) SetInstanceUrl ¶
func (o *GetIntegration200ResponseDataOneOf11Parameters) SetInstanceUrl(v string)
SetInstanceUrl gets a reference to the given string and assigns it to the InstanceUrl field.
func (GetIntegration200ResponseDataOneOf11Parameters) ToMap ¶
func (o GetIntegration200ResponseDataOneOf11Parameters) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf11Parameters) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf11Parameters) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf12 ¶
type GetIntegration200ResponseDataOneOf12 struct {
Kind EnumJIRA `json:"kind"`
Parameters GetIntegration200ResponseDataOneOf12Parameters `json:"parameters"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf12 struct for GetIntegration200ResponseDataOneOf12
func NewGetIntegration200ResponseDataOneOf12 ¶
func NewGetIntegration200ResponseDataOneOf12(kind EnumJIRA, parameters GetIntegration200ResponseDataOneOf12Parameters) *GetIntegration200ResponseDataOneOf12
NewGetIntegration200ResponseDataOneOf12 instantiates a new GetIntegration200ResponseDataOneOf12 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 NewGetIntegration200ResponseDataOneOf12WithDefaults ¶
func NewGetIntegration200ResponseDataOneOf12WithDefaults() *GetIntegration200ResponseDataOneOf12
NewGetIntegration200ResponseDataOneOf12WithDefaults instantiates a new GetIntegration200ResponseDataOneOf12 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 (*GetIntegration200ResponseDataOneOf12) GetKind ¶
func (o *GetIntegration200ResponseDataOneOf12) GetKind() EnumJIRA
GetKind returns the Kind field value
func (*GetIntegration200ResponseDataOneOf12) GetKindOk ¶
func (o *GetIntegration200ResponseDataOneOf12) GetKindOk() (*EnumJIRA, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf12) GetParameters ¶
func (o *GetIntegration200ResponseDataOneOf12) GetParameters() GetIntegration200ResponseDataOneOf12Parameters
GetParameters returns the Parameters field value
func (*GetIntegration200ResponseDataOneOf12) GetParametersOk ¶
func (o *GetIntegration200ResponseDataOneOf12) GetParametersOk() (*GetIntegration200ResponseDataOneOf12Parameters, bool)
GetParametersOk returns a tuple with the Parameters field value and a boolean to check if the value has been set.
func (GetIntegration200ResponseDataOneOf12) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf12) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf12) SetKind ¶
func (o *GetIntegration200ResponseDataOneOf12) SetKind(v EnumJIRA)
SetKind sets field value
func (*GetIntegration200ResponseDataOneOf12) SetParameters ¶
func (o *GetIntegration200ResponseDataOneOf12) SetParameters(v GetIntegration200ResponseDataOneOf12Parameters)
SetParameters sets field value
func (GetIntegration200ResponseDataOneOf12) ToMap ¶
func (o GetIntegration200ResponseDataOneOf12) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf12) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf12) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf12Parameters ¶
type GetIntegration200ResponseDataOneOf12Parameters struct {
Name string `json:"name"`
AccountId string `json:"account_id"`
Email string `json:"email"`
ApiKey string `json:"api_key"`
InstanceUrl string `json:"instance_url"`
Templates []GetIntegration200ResponseDataOneOf12ParametersTemplatesInner `json:"templates,omitempty"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf12Parameters struct for GetIntegration200ResponseDataOneOf12Parameters
func NewGetIntegration200ResponseDataOneOf12Parameters ¶
func NewGetIntegration200ResponseDataOneOf12Parameters(name string, accountId string, email string, apiKey string, instanceUrl string) *GetIntegration200ResponseDataOneOf12Parameters
NewGetIntegration200ResponseDataOneOf12Parameters instantiates a new GetIntegration200ResponseDataOneOf12Parameters 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 NewGetIntegration200ResponseDataOneOf12ParametersWithDefaults ¶
func NewGetIntegration200ResponseDataOneOf12ParametersWithDefaults() *GetIntegration200ResponseDataOneOf12Parameters
NewGetIntegration200ResponseDataOneOf12ParametersWithDefaults instantiates a new GetIntegration200ResponseDataOneOf12Parameters 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 (*GetIntegration200ResponseDataOneOf12Parameters) GetAccountId ¶
func (o *GetIntegration200ResponseDataOneOf12Parameters) GetAccountId() string
GetAccountId returns the AccountId field value
func (*GetIntegration200ResponseDataOneOf12Parameters) GetAccountIdOk ¶
func (o *GetIntegration200ResponseDataOneOf12Parameters) GetAccountIdOk() (*string, bool)
GetAccountIdOk returns a tuple with the AccountId field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf12Parameters) GetApiKey ¶
func (o *GetIntegration200ResponseDataOneOf12Parameters) GetApiKey() string
GetApiKey returns the ApiKey field value
func (*GetIntegration200ResponseDataOneOf12Parameters) GetApiKeyOk ¶
func (o *GetIntegration200ResponseDataOneOf12Parameters) GetApiKeyOk() (*string, bool)
GetApiKeyOk returns a tuple with the ApiKey field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf12Parameters) GetEmail ¶
func (o *GetIntegration200ResponseDataOneOf12Parameters) GetEmail() string
GetEmail returns the Email field value
func (*GetIntegration200ResponseDataOneOf12Parameters) GetEmailOk ¶
func (o *GetIntegration200ResponseDataOneOf12Parameters) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf12Parameters) GetInstanceUrl ¶
func (o *GetIntegration200ResponseDataOneOf12Parameters) GetInstanceUrl() string
GetInstanceUrl returns the InstanceUrl field value
func (*GetIntegration200ResponseDataOneOf12Parameters) GetInstanceUrlOk ¶
func (o *GetIntegration200ResponseDataOneOf12Parameters) GetInstanceUrlOk() (*string, bool)
GetInstanceUrlOk returns a tuple with the InstanceUrl field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf12Parameters) GetName ¶
func (o *GetIntegration200ResponseDataOneOf12Parameters) GetName() string
GetName returns the Name field value
func (*GetIntegration200ResponseDataOneOf12Parameters) GetNameOk ¶
func (o *GetIntegration200ResponseDataOneOf12Parameters) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf12Parameters) GetTemplates ¶
func (o *GetIntegration200ResponseDataOneOf12Parameters) GetTemplates() []GetIntegration200ResponseDataOneOf12ParametersTemplatesInner
GetTemplates returns the Templates field value if set, zero value otherwise.
func (*GetIntegration200ResponseDataOneOf12Parameters) GetTemplatesOk ¶
func (o *GetIntegration200ResponseDataOneOf12Parameters) GetTemplatesOk() ([]GetIntegration200ResponseDataOneOf12ParametersTemplatesInner, bool)
GetTemplatesOk returns a tuple with the Templates field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf12Parameters) HasTemplates ¶
func (o *GetIntegration200ResponseDataOneOf12Parameters) HasTemplates() bool
HasTemplates returns a boolean if a field has been set.
func (GetIntegration200ResponseDataOneOf12Parameters) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf12Parameters) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf12Parameters) SetAccountId ¶
func (o *GetIntegration200ResponseDataOneOf12Parameters) SetAccountId(v string)
SetAccountId sets field value
func (*GetIntegration200ResponseDataOneOf12Parameters) SetApiKey ¶
func (o *GetIntegration200ResponseDataOneOf12Parameters) SetApiKey(v string)
SetApiKey sets field value
func (*GetIntegration200ResponseDataOneOf12Parameters) SetEmail ¶
func (o *GetIntegration200ResponseDataOneOf12Parameters) SetEmail(v string)
SetEmail sets field value
func (*GetIntegration200ResponseDataOneOf12Parameters) SetInstanceUrl ¶
func (o *GetIntegration200ResponseDataOneOf12Parameters) SetInstanceUrl(v string)
SetInstanceUrl sets field value
func (*GetIntegration200ResponseDataOneOf12Parameters) SetName ¶
func (o *GetIntegration200ResponseDataOneOf12Parameters) SetName(v string)
SetName sets field value
func (*GetIntegration200ResponseDataOneOf12Parameters) SetTemplates ¶
func (o *GetIntegration200ResponseDataOneOf12Parameters) SetTemplates(v []GetIntegration200ResponseDataOneOf12ParametersTemplatesInner)
SetTemplates gets a reference to the given []GetIntegration200ResponseDataOneOf12ParametersTemplatesInner and assigns it to the Templates field.
func (GetIntegration200ResponseDataOneOf12Parameters) ToMap ¶
func (o GetIntegration200ResponseDataOneOf12Parameters) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf12Parameters) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf12Parameters) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf12ParametersTemplatesInner ¶
type GetIntegration200ResponseDataOneOf12ParametersTemplatesInner struct {
Name string `json:"name"`
ProjectId string `json:"project_id"`
IssueType string `json:"issue_type"`
PropertiesMapping []GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner `json:"properties_mapping,omitempty"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf12ParametersTemplatesInner struct for GetIntegration200ResponseDataOneOf12ParametersTemplatesInner
func NewGetIntegration200ResponseDataOneOf12ParametersTemplatesInner ¶
func NewGetIntegration200ResponseDataOneOf12ParametersTemplatesInner(name string, projectId string, issueType string) *GetIntegration200ResponseDataOneOf12ParametersTemplatesInner
NewGetIntegration200ResponseDataOneOf12ParametersTemplatesInner instantiates a new GetIntegration200ResponseDataOneOf12ParametersTemplatesInner 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 NewGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerWithDefaults ¶
func NewGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerWithDefaults() *GetIntegration200ResponseDataOneOf12ParametersTemplatesInner
NewGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerWithDefaults instantiates a new GetIntegration200ResponseDataOneOf12ParametersTemplatesInner 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 (*GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) GetIssueType ¶
func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) GetIssueType() string
GetIssueType returns the IssueType field value
func (*GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) GetIssueTypeOk ¶
func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) GetIssueTypeOk() (*string, bool)
GetIssueTypeOk returns a tuple with the IssueType field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) GetName ¶
func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) GetName() string
GetName returns the Name field value
func (*GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) GetNameOk ¶
func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) GetProjectId ¶
func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) GetProjectIdOk ¶
func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) GetPropertiesMapping ¶
func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) GetPropertiesMapping() []GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner
GetPropertiesMapping returns the PropertiesMapping field value if set, zero value otherwise.
func (*GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) GetPropertiesMappingOk ¶
func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) GetPropertiesMappingOk() ([]GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner, bool)
GetPropertiesMappingOk returns a tuple with the PropertiesMapping field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) HasPropertiesMapping ¶
func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) HasPropertiesMapping() bool
HasPropertiesMapping returns a boolean if a field has been set.
func (GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) SetIssueType ¶
func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) SetIssueType(v string)
SetIssueType sets field value
func (*GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) SetName ¶
func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) SetName(v string)
SetName sets field value
func (*GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) SetProjectId ¶
func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) SetProjectId(v string)
SetProjectId sets field value
func (*GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) SetPropertiesMapping ¶
func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) SetPropertiesMapping(v []GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner)
SetPropertiesMapping gets a reference to the given []GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner and assigns it to the PropertiesMapping field.
func (GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) ToMap ¶
func (o GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner ¶
type GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner struct {
Name string `json:"name"`
Mapping []GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner `json:"mapping"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner struct for GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner
func NewGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner ¶
func NewGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner(name string, mapping []GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner
NewGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner instantiates a new GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner 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 NewGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerWithDefaults ¶
func NewGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerWithDefaults() *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner
NewGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerWithDefaults instantiates a new GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner 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 (*GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) GetMapping ¶
func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) GetMapping() []GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner
GetMapping returns the Mapping field value
func (*GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) GetMappingOk ¶
func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) GetMappingOk() ([]GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner, bool)
GetMappingOk returns a tuple with the Mapping field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) GetName ¶
func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) GetName() string
GetName returns the Name field value
func (*GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) GetNameOk ¶
func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) SetMapping ¶
func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) SetMapping(v []GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner)
SetMapping sets field value
func (*GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) SetName ¶
func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) SetName(v string)
SetName sets field value
func (GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) ToMap ¶
func (o GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner ¶
type GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner struct {
EscapeProperty Enum6b715a076de4c8a128eec128b79c270b `json:"escape_property"`
JiraProperty string `json:"jira_property"`
EscapeOption *string `json:"escape_option,omitempty"`
JiraOption *string `json:"jira_option,omitempty"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner struct for GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner
func NewGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner ¶
func NewGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner(escapeProperty Enum6b715a076de4c8a128eec128b79c270b, jiraProperty string) *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner
NewGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner instantiates a new GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner 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 NewGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInnerWithDefaults ¶
func NewGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInnerWithDefaults() *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner
NewGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInnerWithDefaults instantiates a new GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner 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 (*GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) GetEscapeOption ¶
func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) GetEscapeOption() string
GetEscapeOption returns the EscapeOption field value if set, zero value otherwise.
func (*GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) GetEscapeOptionOk ¶
func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) GetEscapeOptionOk() (*string, bool)
GetEscapeOptionOk returns a tuple with the EscapeOption field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) GetEscapeProperty ¶
func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) GetEscapeProperty() Enum6b715a076de4c8a128eec128b79c270b
GetEscapeProperty returns the EscapeProperty field value
func (*GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) GetEscapePropertyOk ¶
func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) GetEscapePropertyOk() (*Enum6b715a076de4c8a128eec128b79c270b, bool)
GetEscapePropertyOk returns a tuple with the EscapeProperty field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) GetJiraOption ¶
func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) GetJiraOption() string
GetJiraOption returns the JiraOption field value if set, zero value otherwise.
func (*GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) GetJiraOptionOk ¶
func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) GetJiraOptionOk() (*string, bool)
GetJiraOptionOk returns a tuple with the JiraOption field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) GetJiraProperty ¶
func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) GetJiraProperty() string
GetJiraProperty returns the JiraProperty field value
func (*GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) GetJiraPropertyOk ¶
func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) GetJiraPropertyOk() (*string, bool)
GetJiraPropertyOk returns a tuple with the JiraProperty field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) HasEscapeOption ¶
func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) HasEscapeOption() bool
HasEscapeOption returns a boolean if a field has been set.
func (*GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) HasJiraOption ¶
func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) HasJiraOption() bool
HasJiraOption returns a boolean if a field has been set.
func (GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) SetEscapeOption ¶
func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) SetEscapeOption(v string)
SetEscapeOption gets a reference to the given string and assigns it to the EscapeOption field.
func (*GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) SetEscapeProperty ¶
func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) SetEscapeProperty(v Enum6b715a076de4c8a128eec128b79c270b)
SetEscapeProperty sets field value
func (*GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) SetJiraOption ¶
func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) SetJiraOption(v string)
SetJiraOption gets a reference to the given string and assigns it to the JiraOption field.
func (*GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) SetJiraProperty ¶
func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) SetJiraProperty(v string)
SetJiraProperty sets field value
func (GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) ToMap ¶
func (o GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf13 ¶
type GetIntegration200ResponseDataOneOf13 struct {
Kind EnumKONGGATEWAY `json:"kind"`
Parameters GetIntegration200ResponseDataOneOf13Parameters `json:"parameters"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf13 struct for GetIntegration200ResponseDataOneOf13
func NewGetIntegration200ResponseDataOneOf13 ¶
func NewGetIntegration200ResponseDataOneOf13(kind EnumKONGGATEWAY, parameters GetIntegration200ResponseDataOneOf13Parameters) *GetIntegration200ResponseDataOneOf13
NewGetIntegration200ResponseDataOneOf13 instantiates a new GetIntegration200ResponseDataOneOf13 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 NewGetIntegration200ResponseDataOneOf13WithDefaults ¶
func NewGetIntegration200ResponseDataOneOf13WithDefaults() *GetIntegration200ResponseDataOneOf13
NewGetIntegration200ResponseDataOneOf13WithDefaults instantiates a new GetIntegration200ResponseDataOneOf13 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 (*GetIntegration200ResponseDataOneOf13) GetKind ¶
func (o *GetIntegration200ResponseDataOneOf13) GetKind() EnumKONGGATEWAY
GetKind returns the Kind field value
func (*GetIntegration200ResponseDataOneOf13) GetKindOk ¶
func (o *GetIntegration200ResponseDataOneOf13) GetKindOk() (*EnumKONGGATEWAY, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf13) GetParameters ¶
func (o *GetIntegration200ResponseDataOneOf13) GetParameters() GetIntegration200ResponseDataOneOf13Parameters
GetParameters returns the Parameters field value
func (*GetIntegration200ResponseDataOneOf13) GetParametersOk ¶
func (o *GetIntegration200ResponseDataOneOf13) GetParametersOk() (*GetIntegration200ResponseDataOneOf13Parameters, bool)
GetParametersOk returns a tuple with the Parameters field value and a boolean to check if the value has been set.
func (GetIntegration200ResponseDataOneOf13) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf13) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf13) SetKind ¶
func (o *GetIntegration200ResponseDataOneOf13) SetKind(v EnumKONGGATEWAY)
SetKind sets field value
func (*GetIntegration200ResponseDataOneOf13) SetParameters ¶
func (o *GetIntegration200ResponseDataOneOf13) SetParameters(v GetIntegration200ResponseDataOneOf13Parameters)
SetParameters sets field value
func (GetIntegration200ResponseDataOneOf13) ToMap ¶
func (o GetIntegration200ResponseDataOneOf13) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf13) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf13) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf13Parameters ¶
type GetIntegration200ResponseDataOneOf13Parameters struct {
ApiKey string `json:"api_key"`
AdminApiUrl string `json:"admin_api_url"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf13Parameters struct for GetIntegration200ResponseDataOneOf13Parameters
func NewGetIntegration200ResponseDataOneOf13Parameters ¶
func NewGetIntegration200ResponseDataOneOf13Parameters(apiKey string, adminApiUrl string) *GetIntegration200ResponseDataOneOf13Parameters
NewGetIntegration200ResponseDataOneOf13Parameters instantiates a new GetIntegration200ResponseDataOneOf13Parameters 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 NewGetIntegration200ResponseDataOneOf13ParametersWithDefaults ¶
func NewGetIntegration200ResponseDataOneOf13ParametersWithDefaults() *GetIntegration200ResponseDataOneOf13Parameters
NewGetIntegration200ResponseDataOneOf13ParametersWithDefaults instantiates a new GetIntegration200ResponseDataOneOf13Parameters 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 (*GetIntegration200ResponseDataOneOf13Parameters) GetAdminApiUrl ¶
func (o *GetIntegration200ResponseDataOneOf13Parameters) GetAdminApiUrl() string
GetAdminApiUrl returns the AdminApiUrl field value
func (*GetIntegration200ResponseDataOneOf13Parameters) GetAdminApiUrlOk ¶
func (o *GetIntegration200ResponseDataOneOf13Parameters) GetAdminApiUrlOk() (*string, bool)
GetAdminApiUrlOk returns a tuple with the AdminApiUrl field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf13Parameters) GetApiKey ¶
func (o *GetIntegration200ResponseDataOneOf13Parameters) GetApiKey() string
GetApiKey returns the ApiKey field value
func (*GetIntegration200ResponseDataOneOf13Parameters) GetApiKeyOk ¶
func (o *GetIntegration200ResponseDataOneOf13Parameters) GetApiKeyOk() (*string, bool)
GetApiKeyOk returns a tuple with the ApiKey field value and a boolean to check if the value has been set.
func (GetIntegration200ResponseDataOneOf13Parameters) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf13Parameters) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf13Parameters) SetAdminApiUrl ¶
func (o *GetIntegration200ResponseDataOneOf13Parameters) SetAdminApiUrl(v string)
SetAdminApiUrl sets field value
func (*GetIntegration200ResponseDataOneOf13Parameters) SetApiKey ¶
func (o *GetIntegration200ResponseDataOneOf13Parameters) SetApiKey(v string)
SetApiKey sets field value
func (GetIntegration200ResponseDataOneOf13Parameters) ToMap ¶
func (o GetIntegration200ResponseDataOneOf13Parameters) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf13Parameters) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf13Parameters) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf14 ¶
type GetIntegration200ResponseDataOneOf14 struct {
Kind EnumKONGKONNECT `json:"kind"`
Parameters GetIntegration200ResponseDataOneOf14Parameters `json:"parameters"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf14 struct for GetIntegration200ResponseDataOneOf14
func NewGetIntegration200ResponseDataOneOf14 ¶
func NewGetIntegration200ResponseDataOneOf14(kind EnumKONGKONNECT, parameters GetIntegration200ResponseDataOneOf14Parameters) *GetIntegration200ResponseDataOneOf14
NewGetIntegration200ResponseDataOneOf14 instantiates a new GetIntegration200ResponseDataOneOf14 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 NewGetIntegration200ResponseDataOneOf14WithDefaults ¶
func NewGetIntegration200ResponseDataOneOf14WithDefaults() *GetIntegration200ResponseDataOneOf14
NewGetIntegration200ResponseDataOneOf14WithDefaults instantiates a new GetIntegration200ResponseDataOneOf14 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 (*GetIntegration200ResponseDataOneOf14) GetKind ¶
func (o *GetIntegration200ResponseDataOneOf14) GetKind() EnumKONGKONNECT
GetKind returns the Kind field value
func (*GetIntegration200ResponseDataOneOf14) GetKindOk ¶
func (o *GetIntegration200ResponseDataOneOf14) GetKindOk() (*EnumKONGKONNECT, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf14) GetParameters ¶
func (o *GetIntegration200ResponseDataOneOf14) GetParameters() GetIntegration200ResponseDataOneOf14Parameters
GetParameters returns the Parameters field value
func (*GetIntegration200ResponseDataOneOf14) GetParametersOk ¶
func (o *GetIntegration200ResponseDataOneOf14) GetParametersOk() (*GetIntegration200ResponseDataOneOf14Parameters, bool)
GetParametersOk returns a tuple with the Parameters field value and a boolean to check if the value has been set.
func (GetIntegration200ResponseDataOneOf14) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf14) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf14) SetKind ¶
func (o *GetIntegration200ResponseDataOneOf14) SetKind(v EnumKONGKONNECT)
SetKind sets field value
func (*GetIntegration200ResponseDataOneOf14) SetParameters ¶
func (o *GetIntegration200ResponseDataOneOf14) SetParameters(v GetIntegration200ResponseDataOneOf14Parameters)
SetParameters sets field value
func (GetIntegration200ResponseDataOneOf14) ToMap ¶
func (o GetIntegration200ResponseDataOneOf14) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf14) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf14) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf14Parameters ¶
type GetIntegration200ResponseDataOneOf14Parameters struct {
SystemAccountToken string `json:"system_account_token"`
Region Enum33e76a7bc4c97ff8dbfe29d1d45aaa56 `json:"region"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf14Parameters struct for GetIntegration200ResponseDataOneOf14Parameters
func NewGetIntegration200ResponseDataOneOf14Parameters ¶
func NewGetIntegration200ResponseDataOneOf14Parameters(systemAccountToken string, region Enum33e76a7bc4c97ff8dbfe29d1d45aaa56) *GetIntegration200ResponseDataOneOf14Parameters
NewGetIntegration200ResponseDataOneOf14Parameters instantiates a new GetIntegration200ResponseDataOneOf14Parameters 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 NewGetIntegration200ResponseDataOneOf14ParametersWithDefaults ¶
func NewGetIntegration200ResponseDataOneOf14ParametersWithDefaults() *GetIntegration200ResponseDataOneOf14Parameters
NewGetIntegration200ResponseDataOneOf14ParametersWithDefaults instantiates a new GetIntegration200ResponseDataOneOf14Parameters 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 (*GetIntegration200ResponseDataOneOf14Parameters) GetRegion ¶
func (o *GetIntegration200ResponseDataOneOf14Parameters) GetRegion() Enum33e76a7bc4c97ff8dbfe29d1d45aaa56
GetRegion returns the Region field value
func (*GetIntegration200ResponseDataOneOf14Parameters) GetRegionOk ¶
func (o *GetIntegration200ResponseDataOneOf14Parameters) GetRegionOk() (*Enum33e76a7bc4c97ff8dbfe29d1d45aaa56, bool)
GetRegionOk returns a tuple with the Region field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf14Parameters) GetSystemAccountToken ¶
func (o *GetIntegration200ResponseDataOneOf14Parameters) GetSystemAccountToken() string
GetSystemAccountToken returns the SystemAccountToken field value
func (*GetIntegration200ResponseDataOneOf14Parameters) GetSystemAccountTokenOk ¶
func (o *GetIntegration200ResponseDataOneOf14Parameters) GetSystemAccountTokenOk() (*string, bool)
GetSystemAccountTokenOk returns a tuple with the SystemAccountToken field value and a boolean to check if the value has been set.
func (GetIntegration200ResponseDataOneOf14Parameters) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf14Parameters) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf14Parameters) SetRegion ¶
func (o *GetIntegration200ResponseDataOneOf14Parameters) SetRegion(v Enum33e76a7bc4c97ff8dbfe29d1d45aaa56)
SetRegion sets field value
func (*GetIntegration200ResponseDataOneOf14Parameters) SetSystemAccountToken ¶
func (o *GetIntegration200ResponseDataOneOf14Parameters) SetSystemAccountToken(v string)
SetSystemAccountToken sets field value
func (GetIntegration200ResponseDataOneOf14Parameters) ToMap ¶
func (o GetIntegration200ResponseDataOneOf14Parameters) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf14Parameters) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf14Parameters) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf15 ¶
type GetIntegration200ResponseDataOneOf15 struct {
Kind EnumKUBERNETES `json:"kind"`
Parameters GetIntegration200ResponseDataOneOf15Parameters `json:"parameters"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf15 struct for GetIntegration200ResponseDataOneOf15
func NewGetIntegration200ResponseDataOneOf15 ¶
func NewGetIntegration200ResponseDataOneOf15(kind EnumKUBERNETES, parameters GetIntegration200ResponseDataOneOf15Parameters) *GetIntegration200ResponseDataOneOf15
NewGetIntegration200ResponseDataOneOf15 instantiates a new GetIntegration200ResponseDataOneOf15 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 NewGetIntegration200ResponseDataOneOf15WithDefaults ¶
func NewGetIntegration200ResponseDataOneOf15WithDefaults() *GetIntegration200ResponseDataOneOf15
NewGetIntegration200ResponseDataOneOf15WithDefaults instantiates a new GetIntegration200ResponseDataOneOf15 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 (*GetIntegration200ResponseDataOneOf15) GetKind ¶
func (o *GetIntegration200ResponseDataOneOf15) GetKind() EnumKUBERNETES
GetKind returns the Kind field value
func (*GetIntegration200ResponseDataOneOf15) GetKindOk ¶
func (o *GetIntegration200ResponseDataOneOf15) GetKindOk() (*EnumKUBERNETES, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf15) GetParameters ¶
func (o *GetIntegration200ResponseDataOneOf15) GetParameters() GetIntegration200ResponseDataOneOf15Parameters
GetParameters returns the Parameters field value
func (*GetIntegration200ResponseDataOneOf15) GetParametersOk ¶
func (o *GetIntegration200ResponseDataOneOf15) GetParametersOk() (*GetIntegration200ResponseDataOneOf15Parameters, bool)
GetParametersOk returns a tuple with the Parameters field value and a boolean to check if the value has been set.
func (GetIntegration200ResponseDataOneOf15) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf15) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf15) SetKind ¶
func (o *GetIntegration200ResponseDataOneOf15) SetKind(v EnumKUBERNETES)
SetKind sets field value
func (*GetIntegration200ResponseDataOneOf15) SetParameters ¶
func (o *GetIntegration200ResponseDataOneOf15) SetParameters(v GetIntegration200ResponseDataOneOf15Parameters)
SetParameters sets field value
func (GetIntegration200ResponseDataOneOf15) ToMap ¶
func (o GetIntegration200ResponseDataOneOf15) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf15) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf15) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf15Parameters ¶
type GetIntegration200ResponseDataOneOf15Parameters struct {
Blacklist *GetIntegration200ResponseDataOneOf15ParametersBlacklist `json:"blacklist,omitempty"`
Tags *GetIntegration200ResponseDataOneOf15ParametersTags `json:"tags,omitempty"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf15Parameters struct for GetIntegration200ResponseDataOneOf15Parameters
func NewGetIntegration200ResponseDataOneOf15Parameters ¶
func NewGetIntegration200ResponseDataOneOf15Parameters() *GetIntegration200ResponseDataOneOf15Parameters
NewGetIntegration200ResponseDataOneOf15Parameters instantiates a new GetIntegration200ResponseDataOneOf15Parameters 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 NewGetIntegration200ResponseDataOneOf15ParametersWithDefaults ¶
func NewGetIntegration200ResponseDataOneOf15ParametersWithDefaults() *GetIntegration200ResponseDataOneOf15Parameters
NewGetIntegration200ResponseDataOneOf15ParametersWithDefaults instantiates a new GetIntegration200ResponseDataOneOf15Parameters 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 (*GetIntegration200ResponseDataOneOf15Parameters) GetBlacklist ¶
func (o *GetIntegration200ResponseDataOneOf15Parameters) GetBlacklist() GetIntegration200ResponseDataOneOf15ParametersBlacklist
GetBlacklist returns the Blacklist field value if set, zero value otherwise.
func (*GetIntegration200ResponseDataOneOf15Parameters) GetBlacklistOk ¶
func (o *GetIntegration200ResponseDataOneOf15Parameters) GetBlacklistOk() (*GetIntegration200ResponseDataOneOf15ParametersBlacklist, bool)
GetBlacklistOk returns a tuple with the Blacklist field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf15Parameters) GetTags ¶
func (o *GetIntegration200ResponseDataOneOf15Parameters) GetTags() GetIntegration200ResponseDataOneOf15ParametersTags
GetTags returns the Tags field value if set, zero value otherwise.
func (*GetIntegration200ResponseDataOneOf15Parameters) GetTagsOk ¶
func (o *GetIntegration200ResponseDataOneOf15Parameters) GetTagsOk() (*GetIntegration200ResponseDataOneOf15ParametersTags, 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.
func (*GetIntegration200ResponseDataOneOf15Parameters) HasBlacklist ¶
func (o *GetIntegration200ResponseDataOneOf15Parameters) HasBlacklist() bool
HasBlacklist returns a boolean if a field has been set.
func (*GetIntegration200ResponseDataOneOf15Parameters) HasTags ¶
func (o *GetIntegration200ResponseDataOneOf15Parameters) HasTags() bool
HasTags returns a boolean if a field has been set.
func (GetIntegration200ResponseDataOneOf15Parameters) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf15Parameters) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf15Parameters) SetBlacklist ¶
func (o *GetIntegration200ResponseDataOneOf15Parameters) SetBlacklist(v GetIntegration200ResponseDataOneOf15ParametersBlacklist)
SetBlacklist gets a reference to the given GetIntegration200ResponseDataOneOf15ParametersBlacklist and assigns it to the Blacklist field.
func (*GetIntegration200ResponseDataOneOf15Parameters) SetTags ¶
func (o *GetIntegration200ResponseDataOneOf15Parameters) SetTags(v GetIntegration200ResponseDataOneOf15ParametersTags)
SetTags gets a reference to the given GetIntegration200ResponseDataOneOf15ParametersTags and assigns it to the Tags field.
func (GetIntegration200ResponseDataOneOf15Parameters) ToMap ¶
func (o GetIntegration200ResponseDataOneOf15Parameters) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf15Parameters) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf15Parameters) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf15ParametersBlacklist ¶
type GetIntegration200ResponseDataOneOf15ParametersBlacklist struct {
Namespaces []string `json:"namespaces,omitempty"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf15ParametersBlacklist struct for GetIntegration200ResponseDataOneOf15ParametersBlacklist
func NewGetIntegration200ResponseDataOneOf15ParametersBlacklist ¶
func NewGetIntegration200ResponseDataOneOf15ParametersBlacklist() *GetIntegration200ResponseDataOneOf15ParametersBlacklist
NewGetIntegration200ResponseDataOneOf15ParametersBlacklist instantiates a new GetIntegration200ResponseDataOneOf15ParametersBlacklist 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 NewGetIntegration200ResponseDataOneOf15ParametersBlacklistWithDefaults ¶
func NewGetIntegration200ResponseDataOneOf15ParametersBlacklistWithDefaults() *GetIntegration200ResponseDataOneOf15ParametersBlacklist
NewGetIntegration200ResponseDataOneOf15ParametersBlacklistWithDefaults instantiates a new GetIntegration200ResponseDataOneOf15ParametersBlacklist 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 (*GetIntegration200ResponseDataOneOf15ParametersBlacklist) GetNamespaces ¶
func (o *GetIntegration200ResponseDataOneOf15ParametersBlacklist) GetNamespaces() []string
GetNamespaces returns the Namespaces field value if set, zero value otherwise.
func (*GetIntegration200ResponseDataOneOf15ParametersBlacklist) GetNamespacesOk ¶
func (o *GetIntegration200ResponseDataOneOf15ParametersBlacklist) GetNamespacesOk() ([]string, bool)
GetNamespacesOk returns a tuple with the Namespaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf15ParametersBlacklist) HasNamespaces ¶
func (o *GetIntegration200ResponseDataOneOf15ParametersBlacklist) HasNamespaces() bool
HasNamespaces returns a boolean if a field has been set.
func (GetIntegration200ResponseDataOneOf15ParametersBlacklist) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf15ParametersBlacklist) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf15ParametersBlacklist) SetNamespaces ¶
func (o *GetIntegration200ResponseDataOneOf15ParametersBlacklist) SetNamespaces(v []string)
SetNamespaces gets a reference to the given []string and assigns it to the Namespaces field.
func (GetIntegration200ResponseDataOneOf15ParametersBlacklist) ToMap ¶
func (o GetIntegration200ResponseDataOneOf15ParametersBlacklist) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf15ParametersBlacklist) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf15ParametersBlacklist) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf15ParametersTags ¶
type GetIntegration200ResponseDataOneOf15ParametersTags struct {
Labels []string `json:"labels,omitempty"`
Namespaces *bool `json:"namespaces,omitempty"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf15ParametersTags struct for GetIntegration200ResponseDataOneOf15ParametersTags
func NewGetIntegration200ResponseDataOneOf15ParametersTags ¶
func NewGetIntegration200ResponseDataOneOf15ParametersTags() *GetIntegration200ResponseDataOneOf15ParametersTags
NewGetIntegration200ResponseDataOneOf15ParametersTags instantiates a new GetIntegration200ResponseDataOneOf15ParametersTags 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 NewGetIntegration200ResponseDataOneOf15ParametersTagsWithDefaults ¶
func NewGetIntegration200ResponseDataOneOf15ParametersTagsWithDefaults() *GetIntegration200ResponseDataOneOf15ParametersTags
NewGetIntegration200ResponseDataOneOf15ParametersTagsWithDefaults instantiates a new GetIntegration200ResponseDataOneOf15ParametersTags 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 (*GetIntegration200ResponseDataOneOf15ParametersTags) GetLabels ¶
func (o *GetIntegration200ResponseDataOneOf15ParametersTags) GetLabels() []string
GetLabels returns the Labels field value if set, zero value otherwise.
func (*GetIntegration200ResponseDataOneOf15ParametersTags) GetLabelsOk ¶
func (o *GetIntegration200ResponseDataOneOf15ParametersTags) GetLabelsOk() ([]string, bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf15ParametersTags) GetNamespaces ¶
func (o *GetIntegration200ResponseDataOneOf15ParametersTags) GetNamespaces() bool
GetNamespaces returns the Namespaces field value if set, zero value otherwise.
func (*GetIntegration200ResponseDataOneOf15ParametersTags) GetNamespacesOk ¶
func (o *GetIntegration200ResponseDataOneOf15ParametersTags) GetNamespacesOk() (*bool, bool)
GetNamespacesOk returns a tuple with the Namespaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf15ParametersTags) HasLabels ¶
func (o *GetIntegration200ResponseDataOneOf15ParametersTags) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (*GetIntegration200ResponseDataOneOf15ParametersTags) HasNamespaces ¶
func (o *GetIntegration200ResponseDataOneOf15ParametersTags) HasNamespaces() bool
HasNamespaces returns a boolean if a field has been set.
func (GetIntegration200ResponseDataOneOf15ParametersTags) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf15ParametersTags) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf15ParametersTags) SetLabels ¶
func (o *GetIntegration200ResponseDataOneOf15ParametersTags) SetLabels(v []string)
SetLabels gets a reference to the given []string and assigns it to the Labels field.
func (*GetIntegration200ResponseDataOneOf15ParametersTags) SetNamespaces ¶
func (o *GetIntegration200ResponseDataOneOf15ParametersTags) SetNamespaces(v bool)
SetNamespaces gets a reference to the given bool and assigns it to the Namespaces field.
func (GetIntegration200ResponseDataOneOf15ParametersTags) ToMap ¶
func (o GetIntegration200ResponseDataOneOf15ParametersTags) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf15ParametersTags) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf15ParametersTags) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf16 ¶
type GetIntegration200ResponseDataOneOf16 struct {
Kind EnumPOSTMANAPIKEY `json:"kind"`
Parameters GetIntegration200ResponseDataOneOf6Parameters `json:"parameters"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf16 struct for GetIntegration200ResponseDataOneOf16
func NewGetIntegration200ResponseDataOneOf16 ¶
func NewGetIntegration200ResponseDataOneOf16(kind EnumPOSTMANAPIKEY, parameters GetIntegration200ResponseDataOneOf6Parameters) *GetIntegration200ResponseDataOneOf16
NewGetIntegration200ResponseDataOneOf16 instantiates a new GetIntegration200ResponseDataOneOf16 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 NewGetIntegration200ResponseDataOneOf16WithDefaults ¶
func NewGetIntegration200ResponseDataOneOf16WithDefaults() *GetIntegration200ResponseDataOneOf16
NewGetIntegration200ResponseDataOneOf16WithDefaults instantiates a new GetIntegration200ResponseDataOneOf16 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 (*GetIntegration200ResponseDataOneOf16) GetKind ¶
func (o *GetIntegration200ResponseDataOneOf16) GetKind() EnumPOSTMANAPIKEY
GetKind returns the Kind field value
func (*GetIntegration200ResponseDataOneOf16) GetKindOk ¶
func (o *GetIntegration200ResponseDataOneOf16) GetKindOk() (*EnumPOSTMANAPIKEY, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf16) GetParameters ¶
func (o *GetIntegration200ResponseDataOneOf16) GetParameters() GetIntegration200ResponseDataOneOf6Parameters
GetParameters returns the Parameters field value
func (*GetIntegration200ResponseDataOneOf16) GetParametersOk ¶
func (o *GetIntegration200ResponseDataOneOf16) GetParametersOk() (*GetIntegration200ResponseDataOneOf6Parameters, bool)
GetParametersOk returns a tuple with the Parameters field value and a boolean to check if the value has been set.
func (GetIntegration200ResponseDataOneOf16) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf16) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf16) SetKind ¶
func (o *GetIntegration200ResponseDataOneOf16) SetKind(v EnumPOSTMANAPIKEY)
SetKind sets field value
func (*GetIntegration200ResponseDataOneOf16) SetParameters ¶
func (o *GetIntegration200ResponseDataOneOf16) SetParameters(v GetIntegration200ResponseDataOneOf6Parameters)
SetParameters sets field value
func (GetIntegration200ResponseDataOneOf16) ToMap ¶
func (o GetIntegration200ResponseDataOneOf16) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf16) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf16) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf17 ¶
type GetIntegration200ResponseDataOneOf17 struct {
Kind EnumSLACKWEBHOOK `json:"kind"`
Parameters map[string]interface{} `json:"parameters"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf17 struct for GetIntegration200ResponseDataOneOf17
func NewGetIntegration200ResponseDataOneOf17 ¶
func NewGetIntegration200ResponseDataOneOf17(kind EnumSLACKWEBHOOK, parameters map[string]interface{}) *GetIntegration200ResponseDataOneOf17
NewGetIntegration200ResponseDataOneOf17 instantiates a new GetIntegration200ResponseDataOneOf17 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 NewGetIntegration200ResponseDataOneOf17WithDefaults ¶
func NewGetIntegration200ResponseDataOneOf17WithDefaults() *GetIntegration200ResponseDataOneOf17
NewGetIntegration200ResponseDataOneOf17WithDefaults instantiates a new GetIntegration200ResponseDataOneOf17 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 (*GetIntegration200ResponseDataOneOf17) GetKind ¶
func (o *GetIntegration200ResponseDataOneOf17) GetKind() EnumSLACKWEBHOOK
GetKind returns the Kind field value
func (*GetIntegration200ResponseDataOneOf17) GetKindOk ¶
func (o *GetIntegration200ResponseDataOneOf17) GetKindOk() (*EnumSLACKWEBHOOK, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf17) GetParameters ¶
func (o *GetIntegration200ResponseDataOneOf17) GetParameters() map[string]interface{}
GetParameters returns the Parameters field value
func (*GetIntegration200ResponseDataOneOf17) GetParametersOk ¶
func (o *GetIntegration200ResponseDataOneOf17) GetParametersOk() (map[string]interface{}, bool)
GetParametersOk returns a tuple with the Parameters field value and a boolean to check if the value has been set.
func (GetIntegration200ResponseDataOneOf17) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf17) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf17) SetKind ¶
func (o *GetIntegration200ResponseDataOneOf17) SetKind(v EnumSLACKWEBHOOK)
SetKind sets field value
func (*GetIntegration200ResponseDataOneOf17) SetParameters ¶
func (o *GetIntegration200ResponseDataOneOf17) SetParameters(v map[string]interface{})
SetParameters sets field value
func (GetIntegration200ResponseDataOneOf17) ToMap ¶
func (o GetIntegration200ResponseDataOneOf17) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf17) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf17) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf18 ¶
type GetIntegration200ResponseDataOneOf18 struct {
Kind EnumTEAMSWEBHOOK `json:"kind"`
Parameters map[string]interface{} `json:"parameters"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf18 struct for GetIntegration200ResponseDataOneOf18
func NewGetIntegration200ResponseDataOneOf18 ¶
func NewGetIntegration200ResponseDataOneOf18(kind EnumTEAMSWEBHOOK, parameters map[string]interface{}) *GetIntegration200ResponseDataOneOf18
NewGetIntegration200ResponseDataOneOf18 instantiates a new GetIntegration200ResponseDataOneOf18 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 NewGetIntegration200ResponseDataOneOf18WithDefaults ¶
func NewGetIntegration200ResponseDataOneOf18WithDefaults() *GetIntegration200ResponseDataOneOf18
NewGetIntegration200ResponseDataOneOf18WithDefaults instantiates a new GetIntegration200ResponseDataOneOf18 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 (*GetIntegration200ResponseDataOneOf18) GetKind ¶
func (o *GetIntegration200ResponseDataOneOf18) GetKind() EnumTEAMSWEBHOOK
GetKind returns the Kind field value
func (*GetIntegration200ResponseDataOneOf18) GetKindOk ¶
func (o *GetIntegration200ResponseDataOneOf18) GetKindOk() (*EnumTEAMSWEBHOOK, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf18) GetParameters ¶
func (o *GetIntegration200ResponseDataOneOf18) GetParameters() map[string]interface{}
GetParameters returns the Parameters field value
func (*GetIntegration200ResponseDataOneOf18) GetParametersOk ¶
func (o *GetIntegration200ResponseDataOneOf18) GetParametersOk() (map[string]interface{}, bool)
GetParametersOk returns a tuple with the Parameters field value and a boolean to check if the value has been set.
func (GetIntegration200ResponseDataOneOf18) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf18) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf18) SetKind ¶
func (o *GetIntegration200ResponseDataOneOf18) SetKind(v EnumTEAMSWEBHOOK)
SetKind sets field value
func (*GetIntegration200ResponseDataOneOf18) SetParameters ¶
func (o *GetIntegration200ResponseDataOneOf18) SetParameters(v map[string]interface{})
SetParameters sets field value
func (GetIntegration200ResponseDataOneOf18) ToMap ¶
func (o GetIntegration200ResponseDataOneOf18) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf18) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf18) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf19 ¶
type GetIntegration200ResponseDataOneOf19 struct {
Kind EnumWEBHOOK `json:"kind"`
Parameters map[string]interface{} `json:"parameters"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf19 struct for GetIntegration200ResponseDataOneOf19
func NewGetIntegration200ResponseDataOneOf19 ¶
func NewGetIntegration200ResponseDataOneOf19(kind EnumWEBHOOK, parameters map[string]interface{}) *GetIntegration200ResponseDataOneOf19
NewGetIntegration200ResponseDataOneOf19 instantiates a new GetIntegration200ResponseDataOneOf19 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 NewGetIntegration200ResponseDataOneOf19WithDefaults ¶
func NewGetIntegration200ResponseDataOneOf19WithDefaults() *GetIntegration200ResponseDataOneOf19
NewGetIntegration200ResponseDataOneOf19WithDefaults instantiates a new GetIntegration200ResponseDataOneOf19 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 (*GetIntegration200ResponseDataOneOf19) GetKind ¶
func (o *GetIntegration200ResponseDataOneOf19) GetKind() EnumWEBHOOK
GetKind returns the Kind field value
func (*GetIntegration200ResponseDataOneOf19) GetKindOk ¶
func (o *GetIntegration200ResponseDataOneOf19) GetKindOk() (*EnumWEBHOOK, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf19) GetParameters ¶
func (o *GetIntegration200ResponseDataOneOf19) GetParameters() map[string]interface{}
GetParameters returns the Parameters field value
func (*GetIntegration200ResponseDataOneOf19) GetParametersOk ¶
func (o *GetIntegration200ResponseDataOneOf19) GetParametersOk() (map[string]interface{}, bool)
GetParametersOk returns a tuple with the Parameters field value and a boolean to check if the value has been set.
func (GetIntegration200ResponseDataOneOf19) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf19) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf19) SetKind ¶
func (o *GetIntegration200ResponseDataOneOf19) SetKind(v EnumWEBHOOK)
SetKind sets field value
func (*GetIntegration200ResponseDataOneOf19) SetParameters ¶
func (o *GetIntegration200ResponseDataOneOf19) SetParameters(v map[string]interface{})
SetParameters sets field value
func (GetIntegration200ResponseDataOneOf19) ToMap ¶
func (o GetIntegration200ResponseDataOneOf19) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf19) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf19) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf1Parameters ¶
type GetIntegration200ResponseDataOneOf1Parameters struct {
AuthProviderX509CertUrl string `json:"auth_provider_x509_cert_url"`
AuthUri string `json:"auth_uri"`
ClientEmail string `json:"client_email"`
ClientId string `json:"client_id"`
ClientX509CertUrl string `json:"client_x509_cert_url"`
PrivateKey string `json:"private_key"`
PrivateKeyId string `json:"private_key_id"`
ProjectId string `json:"project_id"`
TokenUri string `json:"token_uri"`
Type string `json:"type"`
UniverseDomain string `json:"universe_domain"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf1Parameters struct for GetIntegration200ResponseDataOneOf1Parameters
func NewGetIntegration200ResponseDataOneOf1Parameters ¶
func NewGetIntegration200ResponseDataOneOf1Parameters(authProviderX509CertUrl string, authUri string, clientEmail string, clientId string, clientX509CertUrl string, privateKey string, privateKeyId string, projectId string, tokenUri string, type_ string, universeDomain string) *GetIntegration200ResponseDataOneOf1Parameters
NewGetIntegration200ResponseDataOneOf1Parameters instantiates a new GetIntegration200ResponseDataOneOf1Parameters 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 NewGetIntegration200ResponseDataOneOf1ParametersWithDefaults ¶
func NewGetIntegration200ResponseDataOneOf1ParametersWithDefaults() *GetIntegration200ResponseDataOneOf1Parameters
NewGetIntegration200ResponseDataOneOf1ParametersWithDefaults instantiates a new GetIntegration200ResponseDataOneOf1Parameters 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 (*GetIntegration200ResponseDataOneOf1Parameters) GetAuthProviderX509CertUrl ¶
func (o *GetIntegration200ResponseDataOneOf1Parameters) GetAuthProviderX509CertUrl() string
GetAuthProviderX509CertUrl returns the AuthProviderX509CertUrl field value
func (*GetIntegration200ResponseDataOneOf1Parameters) GetAuthProviderX509CertUrlOk ¶
func (o *GetIntegration200ResponseDataOneOf1Parameters) GetAuthProviderX509CertUrlOk() (*string, bool)
GetAuthProviderX509CertUrlOk returns a tuple with the AuthProviderX509CertUrl field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf1Parameters) GetAuthUri ¶
func (o *GetIntegration200ResponseDataOneOf1Parameters) GetAuthUri() string
GetAuthUri returns the AuthUri field value
func (*GetIntegration200ResponseDataOneOf1Parameters) GetAuthUriOk ¶
func (o *GetIntegration200ResponseDataOneOf1Parameters) GetAuthUriOk() (*string, bool)
GetAuthUriOk returns a tuple with the AuthUri field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf1Parameters) GetClientEmail ¶
func (o *GetIntegration200ResponseDataOneOf1Parameters) GetClientEmail() string
GetClientEmail returns the ClientEmail field value
func (*GetIntegration200ResponseDataOneOf1Parameters) GetClientEmailOk ¶
func (o *GetIntegration200ResponseDataOneOf1Parameters) GetClientEmailOk() (*string, bool)
GetClientEmailOk returns a tuple with the ClientEmail field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf1Parameters) GetClientId ¶
func (o *GetIntegration200ResponseDataOneOf1Parameters) GetClientId() string
GetClientId returns the ClientId field value
func (*GetIntegration200ResponseDataOneOf1Parameters) GetClientIdOk ¶
func (o *GetIntegration200ResponseDataOneOf1Parameters) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf1Parameters) GetClientX509CertUrl ¶
func (o *GetIntegration200ResponseDataOneOf1Parameters) GetClientX509CertUrl() string
GetClientX509CertUrl returns the ClientX509CertUrl field value
func (*GetIntegration200ResponseDataOneOf1Parameters) GetClientX509CertUrlOk ¶
func (o *GetIntegration200ResponseDataOneOf1Parameters) GetClientX509CertUrlOk() (*string, bool)
GetClientX509CertUrlOk returns a tuple with the ClientX509CertUrl field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf1Parameters) GetPrivateKey ¶
func (o *GetIntegration200ResponseDataOneOf1Parameters) GetPrivateKey() string
GetPrivateKey returns the PrivateKey field value
func (*GetIntegration200ResponseDataOneOf1Parameters) GetPrivateKeyId ¶
func (o *GetIntegration200ResponseDataOneOf1Parameters) GetPrivateKeyId() string
GetPrivateKeyId returns the PrivateKeyId field value
func (*GetIntegration200ResponseDataOneOf1Parameters) GetPrivateKeyIdOk ¶
func (o *GetIntegration200ResponseDataOneOf1Parameters) GetPrivateKeyIdOk() (*string, bool)
GetPrivateKeyIdOk returns a tuple with the PrivateKeyId field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf1Parameters) GetPrivateKeyOk ¶
func (o *GetIntegration200ResponseDataOneOf1Parameters) GetPrivateKeyOk() (*string, bool)
GetPrivateKeyOk returns a tuple with the PrivateKey field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf1Parameters) GetProjectId ¶
func (o *GetIntegration200ResponseDataOneOf1Parameters) GetProjectId() string
GetProjectId returns the ProjectId field value
func (*GetIntegration200ResponseDataOneOf1Parameters) GetProjectIdOk ¶
func (o *GetIntegration200ResponseDataOneOf1Parameters) GetProjectIdOk() (*string, bool)
GetProjectIdOk returns a tuple with the ProjectId field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf1Parameters) GetTokenUri ¶
func (o *GetIntegration200ResponseDataOneOf1Parameters) GetTokenUri() string
GetTokenUri returns the TokenUri field value
func (*GetIntegration200ResponseDataOneOf1Parameters) GetTokenUriOk ¶
func (o *GetIntegration200ResponseDataOneOf1Parameters) GetTokenUriOk() (*string, bool)
GetTokenUriOk returns a tuple with the TokenUri field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf1Parameters) GetType ¶
func (o *GetIntegration200ResponseDataOneOf1Parameters) GetType() string
GetType returns the Type field value
func (*GetIntegration200ResponseDataOneOf1Parameters) GetTypeOk ¶
func (o *GetIntegration200ResponseDataOneOf1Parameters) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf1Parameters) GetUniverseDomain ¶
func (o *GetIntegration200ResponseDataOneOf1Parameters) GetUniverseDomain() string
GetUniverseDomain returns the UniverseDomain field value
func (*GetIntegration200ResponseDataOneOf1Parameters) GetUniverseDomainOk ¶
func (o *GetIntegration200ResponseDataOneOf1Parameters) GetUniverseDomainOk() (*string, bool)
GetUniverseDomainOk returns a tuple with the UniverseDomain field value and a boolean to check if the value has been set.
func (GetIntegration200ResponseDataOneOf1Parameters) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf1Parameters) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf1Parameters) SetAuthProviderX509CertUrl ¶
func (o *GetIntegration200ResponseDataOneOf1Parameters) SetAuthProviderX509CertUrl(v string)
SetAuthProviderX509CertUrl sets field value
func (*GetIntegration200ResponseDataOneOf1Parameters) SetAuthUri ¶
func (o *GetIntegration200ResponseDataOneOf1Parameters) SetAuthUri(v string)
SetAuthUri sets field value
func (*GetIntegration200ResponseDataOneOf1Parameters) SetClientEmail ¶
func (o *GetIntegration200ResponseDataOneOf1Parameters) SetClientEmail(v string)
SetClientEmail sets field value
func (*GetIntegration200ResponseDataOneOf1Parameters) SetClientId ¶
func (o *GetIntegration200ResponseDataOneOf1Parameters) SetClientId(v string)
SetClientId sets field value
func (*GetIntegration200ResponseDataOneOf1Parameters) SetClientX509CertUrl ¶
func (o *GetIntegration200ResponseDataOneOf1Parameters) SetClientX509CertUrl(v string)
SetClientX509CertUrl sets field value
func (*GetIntegration200ResponseDataOneOf1Parameters) SetPrivateKey ¶
func (o *GetIntegration200ResponseDataOneOf1Parameters) SetPrivateKey(v string)
SetPrivateKey sets field value
func (*GetIntegration200ResponseDataOneOf1Parameters) SetPrivateKeyId ¶
func (o *GetIntegration200ResponseDataOneOf1Parameters) SetPrivateKeyId(v string)
SetPrivateKeyId sets field value
func (*GetIntegration200ResponseDataOneOf1Parameters) SetProjectId ¶
func (o *GetIntegration200ResponseDataOneOf1Parameters) SetProjectId(v string)
SetProjectId sets field value
func (*GetIntegration200ResponseDataOneOf1Parameters) SetTokenUri ¶
func (o *GetIntegration200ResponseDataOneOf1Parameters) SetTokenUri(v string)
SetTokenUri sets field value
func (*GetIntegration200ResponseDataOneOf1Parameters) SetType ¶
func (o *GetIntegration200ResponseDataOneOf1Parameters) SetType(v string)
SetType sets field value
func (*GetIntegration200ResponseDataOneOf1Parameters) SetUniverseDomain ¶
func (o *GetIntegration200ResponseDataOneOf1Parameters) SetUniverseDomain(v string)
SetUniverseDomain sets field value
func (GetIntegration200ResponseDataOneOf1Parameters) ToMap ¶
func (o GetIntegration200ResponseDataOneOf1Parameters) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf1Parameters) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf1Parameters) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf2 ¶
type GetIntegration200ResponseDataOneOf2 struct {
Kind EnumAWS `json:"kind"`
Parameters GetIntegration200ResponseDataOneOf2Parameters `json:"parameters"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf2 struct for GetIntegration200ResponseDataOneOf2
func NewGetIntegration200ResponseDataOneOf2 ¶
func NewGetIntegration200ResponseDataOneOf2(kind EnumAWS, parameters GetIntegration200ResponseDataOneOf2Parameters) *GetIntegration200ResponseDataOneOf2
NewGetIntegration200ResponseDataOneOf2 instantiates a new GetIntegration200ResponseDataOneOf2 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 NewGetIntegration200ResponseDataOneOf2WithDefaults ¶
func NewGetIntegration200ResponseDataOneOf2WithDefaults() *GetIntegration200ResponseDataOneOf2
NewGetIntegration200ResponseDataOneOf2WithDefaults instantiates a new GetIntegration200ResponseDataOneOf2 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 (*GetIntegration200ResponseDataOneOf2) GetKind ¶
func (o *GetIntegration200ResponseDataOneOf2) GetKind() EnumAWS
GetKind returns the Kind field value
func (*GetIntegration200ResponseDataOneOf2) GetKindOk ¶
func (o *GetIntegration200ResponseDataOneOf2) GetKindOk() (*EnumAWS, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf2) GetParameters ¶
func (o *GetIntegration200ResponseDataOneOf2) GetParameters() GetIntegration200ResponseDataOneOf2Parameters
GetParameters returns the Parameters field value
func (*GetIntegration200ResponseDataOneOf2) GetParametersOk ¶
func (o *GetIntegration200ResponseDataOneOf2) GetParametersOk() (*GetIntegration200ResponseDataOneOf2Parameters, bool)
GetParametersOk returns a tuple with the Parameters field value and a boolean to check if the value has been set.
func (GetIntegration200ResponseDataOneOf2) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf2) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf2) SetKind ¶
func (o *GetIntegration200ResponseDataOneOf2) SetKind(v EnumAWS)
SetKind sets field value
func (*GetIntegration200ResponseDataOneOf2) SetParameters ¶
func (o *GetIntegration200ResponseDataOneOf2) SetParameters(v GetIntegration200ResponseDataOneOf2Parameters)
SetParameters sets field value
func (GetIntegration200ResponseDataOneOf2) ToMap ¶
func (o GetIntegration200ResponseDataOneOf2) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf2) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf2) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf20 ¶
type GetIntegration200ResponseDataOneOf20 struct {
Kind EnumWIZ `json:"kind"`
Parameters GetIntegration200ResponseDataOneOf20Parameters `json:"parameters"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf20 struct for GetIntegration200ResponseDataOneOf20
func NewGetIntegration200ResponseDataOneOf20 ¶
func NewGetIntegration200ResponseDataOneOf20(kind EnumWIZ, parameters GetIntegration200ResponseDataOneOf20Parameters) *GetIntegration200ResponseDataOneOf20
NewGetIntegration200ResponseDataOneOf20 instantiates a new GetIntegration200ResponseDataOneOf20 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 NewGetIntegration200ResponseDataOneOf20WithDefaults ¶
func NewGetIntegration200ResponseDataOneOf20WithDefaults() *GetIntegration200ResponseDataOneOf20
NewGetIntegration200ResponseDataOneOf20WithDefaults instantiates a new GetIntegration200ResponseDataOneOf20 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 (*GetIntegration200ResponseDataOneOf20) GetKind ¶
func (o *GetIntegration200ResponseDataOneOf20) GetKind() EnumWIZ
GetKind returns the Kind field value
func (*GetIntegration200ResponseDataOneOf20) GetKindOk ¶
func (o *GetIntegration200ResponseDataOneOf20) GetKindOk() (*EnumWIZ, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf20) GetParameters ¶
func (o *GetIntegration200ResponseDataOneOf20) GetParameters() GetIntegration200ResponseDataOneOf20Parameters
GetParameters returns the Parameters field value
func (*GetIntegration200ResponseDataOneOf20) GetParametersOk ¶
func (o *GetIntegration200ResponseDataOneOf20) GetParametersOk() (*GetIntegration200ResponseDataOneOf20Parameters, bool)
GetParametersOk returns a tuple with the Parameters field value and a boolean to check if the value has been set.
func (GetIntegration200ResponseDataOneOf20) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf20) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf20) SetKind ¶
func (o *GetIntegration200ResponseDataOneOf20) SetKind(v EnumWIZ)
SetKind sets field value
func (*GetIntegration200ResponseDataOneOf20) SetParameters ¶
func (o *GetIntegration200ResponseDataOneOf20) SetParameters(v GetIntegration200ResponseDataOneOf20Parameters)
SetParameters sets field value
func (GetIntegration200ResponseDataOneOf20) ToMap ¶
func (o GetIntegration200ResponseDataOneOf20) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf20) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf20) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf20Parameters ¶
type GetIntegration200ResponseDataOneOf20Parameters struct {
ClientId string `json:"client_id"`
ClientSecret string `json:"client_secret"`
TokenUri string `json:"token_uri"`
ApiEndpoint string `json:"api_endpoint"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf20Parameters struct for GetIntegration200ResponseDataOneOf20Parameters
func NewGetIntegration200ResponseDataOneOf20Parameters ¶
func NewGetIntegration200ResponseDataOneOf20Parameters(clientId string, clientSecret string, tokenUri string, apiEndpoint string) *GetIntegration200ResponseDataOneOf20Parameters
NewGetIntegration200ResponseDataOneOf20Parameters instantiates a new GetIntegration200ResponseDataOneOf20Parameters 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 NewGetIntegration200ResponseDataOneOf20ParametersWithDefaults ¶
func NewGetIntegration200ResponseDataOneOf20ParametersWithDefaults() *GetIntegration200ResponseDataOneOf20Parameters
NewGetIntegration200ResponseDataOneOf20ParametersWithDefaults instantiates a new GetIntegration200ResponseDataOneOf20Parameters 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 (*GetIntegration200ResponseDataOneOf20Parameters) GetApiEndpoint ¶
func (o *GetIntegration200ResponseDataOneOf20Parameters) GetApiEndpoint() string
GetApiEndpoint returns the ApiEndpoint field value
func (*GetIntegration200ResponseDataOneOf20Parameters) GetApiEndpointOk ¶
func (o *GetIntegration200ResponseDataOneOf20Parameters) GetApiEndpointOk() (*string, bool)
GetApiEndpointOk returns a tuple with the ApiEndpoint field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf20Parameters) GetClientId ¶
func (o *GetIntegration200ResponseDataOneOf20Parameters) GetClientId() string
GetClientId returns the ClientId field value
func (*GetIntegration200ResponseDataOneOf20Parameters) GetClientIdOk ¶
func (o *GetIntegration200ResponseDataOneOf20Parameters) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf20Parameters) GetClientSecret ¶
func (o *GetIntegration200ResponseDataOneOf20Parameters) GetClientSecret() string
GetClientSecret returns the ClientSecret field value
func (*GetIntegration200ResponseDataOneOf20Parameters) GetClientSecretOk ¶
func (o *GetIntegration200ResponseDataOneOf20Parameters) GetClientSecretOk() (*string, bool)
GetClientSecretOk returns a tuple with the ClientSecret field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf20Parameters) GetTokenUri ¶
func (o *GetIntegration200ResponseDataOneOf20Parameters) GetTokenUri() string
GetTokenUri returns the TokenUri field value
func (*GetIntegration200ResponseDataOneOf20Parameters) GetTokenUriOk ¶
func (o *GetIntegration200ResponseDataOneOf20Parameters) GetTokenUriOk() (*string, bool)
GetTokenUriOk returns a tuple with the TokenUri field value and a boolean to check if the value has been set.
func (GetIntegration200ResponseDataOneOf20Parameters) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf20Parameters) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf20Parameters) SetApiEndpoint ¶
func (o *GetIntegration200ResponseDataOneOf20Parameters) SetApiEndpoint(v string)
SetApiEndpoint sets field value
func (*GetIntegration200ResponseDataOneOf20Parameters) SetClientId ¶
func (o *GetIntegration200ResponseDataOneOf20Parameters) SetClientId(v string)
SetClientId sets field value
func (*GetIntegration200ResponseDataOneOf20Parameters) SetClientSecret ¶
func (o *GetIntegration200ResponseDataOneOf20Parameters) SetClientSecret(v string)
SetClientSecret sets field value
func (*GetIntegration200ResponseDataOneOf20Parameters) SetTokenUri ¶
func (o *GetIntegration200ResponseDataOneOf20Parameters) SetTokenUri(v string)
SetTokenUri sets field value
func (GetIntegration200ResponseDataOneOf20Parameters) ToMap ¶
func (o GetIntegration200ResponseDataOneOf20Parameters) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf20Parameters) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf20Parameters) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf2Parameters ¶
type GetIntegration200ResponseDataOneOf2Parameters struct {
PubKey string `json:"pub_key"`
PrivKey string `json:"priv_key"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf2Parameters struct for GetIntegration200ResponseDataOneOf2Parameters
func NewGetIntegration200ResponseDataOneOf2Parameters ¶
func NewGetIntegration200ResponseDataOneOf2Parameters(pubKey string, privKey string) *GetIntegration200ResponseDataOneOf2Parameters
NewGetIntegration200ResponseDataOneOf2Parameters instantiates a new GetIntegration200ResponseDataOneOf2Parameters 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 NewGetIntegration200ResponseDataOneOf2ParametersWithDefaults ¶
func NewGetIntegration200ResponseDataOneOf2ParametersWithDefaults() *GetIntegration200ResponseDataOneOf2Parameters
NewGetIntegration200ResponseDataOneOf2ParametersWithDefaults instantiates a new GetIntegration200ResponseDataOneOf2Parameters 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 (*GetIntegration200ResponseDataOneOf2Parameters) GetPrivKey ¶
func (o *GetIntegration200ResponseDataOneOf2Parameters) GetPrivKey() string
GetPrivKey returns the PrivKey field value
func (*GetIntegration200ResponseDataOneOf2Parameters) GetPrivKeyOk ¶
func (o *GetIntegration200ResponseDataOneOf2Parameters) GetPrivKeyOk() (*string, bool)
GetPrivKeyOk returns a tuple with the PrivKey field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf2Parameters) GetPubKey ¶
func (o *GetIntegration200ResponseDataOneOf2Parameters) GetPubKey() string
GetPubKey returns the PubKey field value
func (*GetIntegration200ResponseDataOneOf2Parameters) GetPubKeyOk ¶
func (o *GetIntegration200ResponseDataOneOf2Parameters) GetPubKeyOk() (*string, bool)
GetPubKeyOk returns a tuple with the PubKey field value and a boolean to check if the value has been set.
func (GetIntegration200ResponseDataOneOf2Parameters) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf2Parameters) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf2Parameters) SetPrivKey ¶
func (o *GetIntegration200ResponseDataOneOf2Parameters) SetPrivKey(v string)
SetPrivKey sets field value
func (*GetIntegration200ResponseDataOneOf2Parameters) SetPubKey ¶
func (o *GetIntegration200ResponseDataOneOf2Parameters) SetPubKey(v string)
SetPubKey sets field value
func (GetIntegration200ResponseDataOneOf2Parameters) ToMap ¶
func (o GetIntegration200ResponseDataOneOf2Parameters) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf2Parameters) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf2Parameters) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf3 ¶
type GetIntegration200ResponseDataOneOf3 struct {
Kind EnumAZURE `json:"kind"`
Parameters GetIntegration200ResponseDataOneOf3Parameters `json:"parameters"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf3 struct for GetIntegration200ResponseDataOneOf3
func NewGetIntegration200ResponseDataOneOf3 ¶
func NewGetIntegration200ResponseDataOneOf3(kind EnumAZURE, parameters GetIntegration200ResponseDataOneOf3Parameters) *GetIntegration200ResponseDataOneOf3
NewGetIntegration200ResponseDataOneOf3 instantiates a new GetIntegration200ResponseDataOneOf3 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 NewGetIntegration200ResponseDataOneOf3WithDefaults ¶
func NewGetIntegration200ResponseDataOneOf3WithDefaults() *GetIntegration200ResponseDataOneOf3
NewGetIntegration200ResponseDataOneOf3WithDefaults instantiates a new GetIntegration200ResponseDataOneOf3 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 (*GetIntegration200ResponseDataOneOf3) GetKind ¶
func (o *GetIntegration200ResponseDataOneOf3) GetKind() EnumAZURE
GetKind returns the Kind field value
func (*GetIntegration200ResponseDataOneOf3) GetKindOk ¶
func (o *GetIntegration200ResponseDataOneOf3) GetKindOk() (*EnumAZURE, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf3) GetParameters ¶
func (o *GetIntegration200ResponseDataOneOf3) GetParameters() GetIntegration200ResponseDataOneOf3Parameters
GetParameters returns the Parameters field value
func (*GetIntegration200ResponseDataOneOf3) GetParametersOk ¶
func (o *GetIntegration200ResponseDataOneOf3) GetParametersOk() (*GetIntegration200ResponseDataOneOf3Parameters, bool)
GetParametersOk returns a tuple with the Parameters field value and a boolean to check if the value has been set.
func (GetIntegration200ResponseDataOneOf3) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf3) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf3) SetKind ¶
func (o *GetIntegration200ResponseDataOneOf3) SetKind(v EnumAZURE)
SetKind sets field value
func (*GetIntegration200ResponseDataOneOf3) SetParameters ¶
func (o *GetIntegration200ResponseDataOneOf3) SetParameters(v GetIntegration200ResponseDataOneOf3Parameters)
SetParameters sets field value
func (GetIntegration200ResponseDataOneOf3) ToMap ¶
func (o GetIntegration200ResponseDataOneOf3) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf3) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf3) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf3Parameters ¶
type GetIntegration200ResponseDataOneOf3Parameters struct {
ClientId string `json:"client_id"`
ClientSecret string `json:"client_secret"`
TenantId string `json:"tenant_id"`
SubscriptionId *string `json:"subscription_id,omitempty"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf3Parameters struct for GetIntegration200ResponseDataOneOf3Parameters
func NewGetIntegration200ResponseDataOneOf3Parameters ¶
func NewGetIntegration200ResponseDataOneOf3Parameters(clientId string, clientSecret string, tenantId string) *GetIntegration200ResponseDataOneOf3Parameters
NewGetIntegration200ResponseDataOneOf3Parameters instantiates a new GetIntegration200ResponseDataOneOf3Parameters 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 NewGetIntegration200ResponseDataOneOf3ParametersWithDefaults ¶
func NewGetIntegration200ResponseDataOneOf3ParametersWithDefaults() *GetIntegration200ResponseDataOneOf3Parameters
NewGetIntegration200ResponseDataOneOf3ParametersWithDefaults instantiates a new GetIntegration200ResponseDataOneOf3Parameters 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 (*GetIntegration200ResponseDataOneOf3Parameters) GetClientId ¶
func (o *GetIntegration200ResponseDataOneOf3Parameters) GetClientId() string
GetClientId returns the ClientId field value
func (*GetIntegration200ResponseDataOneOf3Parameters) GetClientIdOk ¶
func (o *GetIntegration200ResponseDataOneOf3Parameters) GetClientIdOk() (*string, bool)
GetClientIdOk returns a tuple with the ClientId field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf3Parameters) GetClientSecret ¶
func (o *GetIntegration200ResponseDataOneOf3Parameters) GetClientSecret() string
GetClientSecret returns the ClientSecret field value
func (*GetIntegration200ResponseDataOneOf3Parameters) GetClientSecretOk ¶
func (o *GetIntegration200ResponseDataOneOf3Parameters) GetClientSecretOk() (*string, bool)
GetClientSecretOk returns a tuple with the ClientSecret field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf3Parameters) GetSubscriptionId ¶
func (o *GetIntegration200ResponseDataOneOf3Parameters) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field value if set, zero value otherwise.
func (*GetIntegration200ResponseDataOneOf3Parameters) GetSubscriptionIdOk ¶
func (o *GetIntegration200ResponseDataOneOf3Parameters) GetSubscriptionIdOk() (*string, bool)
GetSubscriptionIdOk returns a tuple with the SubscriptionId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf3Parameters) GetTenantId ¶
func (o *GetIntegration200ResponseDataOneOf3Parameters) GetTenantId() string
GetTenantId returns the TenantId field value
func (*GetIntegration200ResponseDataOneOf3Parameters) GetTenantIdOk ¶
func (o *GetIntegration200ResponseDataOneOf3Parameters) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf3Parameters) HasSubscriptionId ¶
func (o *GetIntegration200ResponseDataOneOf3Parameters) HasSubscriptionId() bool
HasSubscriptionId returns a boolean if a field has been set.
func (GetIntegration200ResponseDataOneOf3Parameters) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf3Parameters) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf3Parameters) SetClientId ¶
func (o *GetIntegration200ResponseDataOneOf3Parameters) SetClientId(v string)
SetClientId sets field value
func (*GetIntegration200ResponseDataOneOf3Parameters) SetClientSecret ¶
func (o *GetIntegration200ResponseDataOneOf3Parameters) SetClientSecret(v string)
SetClientSecret sets field value
func (*GetIntegration200ResponseDataOneOf3Parameters) SetSubscriptionId ¶
func (o *GetIntegration200ResponseDataOneOf3Parameters) SetSubscriptionId(v string)
SetSubscriptionId gets a reference to the given string and assigns it to the SubscriptionId field.
func (*GetIntegration200ResponseDataOneOf3Parameters) SetTenantId ¶
func (o *GetIntegration200ResponseDataOneOf3Parameters) SetTenantId(v string)
SetTenantId sets field value
func (GetIntegration200ResponseDataOneOf3Parameters) ToMap ¶
func (o GetIntegration200ResponseDataOneOf3Parameters) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf3Parameters) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf3Parameters) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf4 ¶
type GetIntegration200ResponseDataOneOf4 struct {
Kind EnumAZUREDEVOPS `json:"kind"`
Parameters GetIntegration200ResponseDataOneOf4Parameters `json:"parameters"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf4 struct for GetIntegration200ResponseDataOneOf4
func NewGetIntegration200ResponseDataOneOf4 ¶
func NewGetIntegration200ResponseDataOneOf4(kind EnumAZUREDEVOPS, parameters GetIntegration200ResponseDataOneOf4Parameters) *GetIntegration200ResponseDataOneOf4
NewGetIntegration200ResponseDataOneOf4 instantiates a new GetIntegration200ResponseDataOneOf4 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 NewGetIntegration200ResponseDataOneOf4WithDefaults ¶
func NewGetIntegration200ResponseDataOneOf4WithDefaults() *GetIntegration200ResponseDataOneOf4
NewGetIntegration200ResponseDataOneOf4WithDefaults instantiates a new GetIntegration200ResponseDataOneOf4 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 (*GetIntegration200ResponseDataOneOf4) GetKind ¶
func (o *GetIntegration200ResponseDataOneOf4) GetKind() EnumAZUREDEVOPS
GetKind returns the Kind field value
func (*GetIntegration200ResponseDataOneOf4) GetKindOk ¶
func (o *GetIntegration200ResponseDataOneOf4) GetKindOk() (*EnumAZUREDEVOPS, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf4) GetParameters ¶
func (o *GetIntegration200ResponseDataOneOf4) GetParameters() GetIntegration200ResponseDataOneOf4Parameters
GetParameters returns the Parameters field value
func (*GetIntegration200ResponseDataOneOf4) GetParametersOk ¶
func (o *GetIntegration200ResponseDataOneOf4) GetParametersOk() (*GetIntegration200ResponseDataOneOf4Parameters, bool)
GetParametersOk returns a tuple with the Parameters field value and a boolean to check if the value has been set.
func (GetIntegration200ResponseDataOneOf4) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf4) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf4) SetKind ¶
func (o *GetIntegration200ResponseDataOneOf4) SetKind(v EnumAZUREDEVOPS)
SetKind sets field value
func (*GetIntegration200ResponseDataOneOf4) SetParameters ¶
func (o *GetIntegration200ResponseDataOneOf4) SetParameters(v GetIntegration200ResponseDataOneOf4Parameters)
SetParameters sets field value
func (GetIntegration200ResponseDataOneOf4) ToMap ¶
func (o GetIntegration200ResponseDataOneOf4) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf4) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf4) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf4Parameters ¶
type GetIntegration200ResponseDataOneOf4Parameters struct {
ApiKey string `json:"api_key"`
InstanceUrl string `json:"instance_url"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf4Parameters struct for GetIntegration200ResponseDataOneOf4Parameters
func NewGetIntegration200ResponseDataOneOf4Parameters ¶
func NewGetIntegration200ResponseDataOneOf4Parameters(apiKey string, instanceUrl string) *GetIntegration200ResponseDataOneOf4Parameters
NewGetIntegration200ResponseDataOneOf4Parameters instantiates a new GetIntegration200ResponseDataOneOf4Parameters 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 NewGetIntegration200ResponseDataOneOf4ParametersWithDefaults ¶
func NewGetIntegration200ResponseDataOneOf4ParametersWithDefaults() *GetIntegration200ResponseDataOneOf4Parameters
NewGetIntegration200ResponseDataOneOf4ParametersWithDefaults instantiates a new GetIntegration200ResponseDataOneOf4Parameters 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 (*GetIntegration200ResponseDataOneOf4Parameters) GetApiKey ¶
func (o *GetIntegration200ResponseDataOneOf4Parameters) GetApiKey() string
GetApiKey returns the ApiKey field value
func (*GetIntegration200ResponseDataOneOf4Parameters) GetApiKeyOk ¶
func (o *GetIntegration200ResponseDataOneOf4Parameters) GetApiKeyOk() (*string, bool)
GetApiKeyOk returns a tuple with the ApiKey field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf4Parameters) GetInstanceUrl ¶
func (o *GetIntegration200ResponseDataOneOf4Parameters) GetInstanceUrl() string
GetInstanceUrl returns the InstanceUrl field value
func (*GetIntegration200ResponseDataOneOf4Parameters) GetInstanceUrlOk ¶
func (o *GetIntegration200ResponseDataOneOf4Parameters) GetInstanceUrlOk() (*string, bool)
GetInstanceUrlOk returns a tuple with the InstanceUrl field value and a boolean to check if the value has been set.
func (GetIntegration200ResponseDataOneOf4Parameters) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf4Parameters) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf4Parameters) SetApiKey ¶
func (o *GetIntegration200ResponseDataOneOf4Parameters) SetApiKey(v string)
SetApiKey sets field value
func (*GetIntegration200ResponseDataOneOf4Parameters) SetInstanceUrl ¶
func (o *GetIntegration200ResponseDataOneOf4Parameters) SetInstanceUrl(v string)
SetInstanceUrl sets field value
func (GetIntegration200ResponseDataOneOf4Parameters) ToMap ¶
func (o GetIntegration200ResponseDataOneOf4Parameters) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf4Parameters) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf4Parameters) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf5 ¶
type GetIntegration200ResponseDataOneOf5 struct {
Kind EnumBITBUCKETREPO `json:"kind"`
Parameters GetIntegration200ResponseDataOneOf5Parameters `json:"parameters"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf5 struct for GetIntegration200ResponseDataOneOf5
func NewGetIntegration200ResponseDataOneOf5 ¶
func NewGetIntegration200ResponseDataOneOf5(kind EnumBITBUCKETREPO, parameters GetIntegration200ResponseDataOneOf5Parameters) *GetIntegration200ResponseDataOneOf5
NewGetIntegration200ResponseDataOneOf5 instantiates a new GetIntegration200ResponseDataOneOf5 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 NewGetIntegration200ResponseDataOneOf5WithDefaults ¶
func NewGetIntegration200ResponseDataOneOf5WithDefaults() *GetIntegration200ResponseDataOneOf5
NewGetIntegration200ResponseDataOneOf5WithDefaults instantiates a new GetIntegration200ResponseDataOneOf5 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 (*GetIntegration200ResponseDataOneOf5) GetKind ¶
func (o *GetIntegration200ResponseDataOneOf5) GetKind() EnumBITBUCKETREPO
GetKind returns the Kind field value
func (*GetIntegration200ResponseDataOneOf5) GetKindOk ¶
func (o *GetIntegration200ResponseDataOneOf5) GetKindOk() (*EnumBITBUCKETREPO, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf5) GetParameters ¶
func (o *GetIntegration200ResponseDataOneOf5) GetParameters() GetIntegration200ResponseDataOneOf5Parameters
GetParameters returns the Parameters field value
func (*GetIntegration200ResponseDataOneOf5) GetParametersOk ¶
func (o *GetIntegration200ResponseDataOneOf5) GetParametersOk() (*GetIntegration200ResponseDataOneOf5Parameters, bool)
GetParametersOk returns a tuple with the Parameters field value and a boolean to check if the value has been set.
func (GetIntegration200ResponseDataOneOf5) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf5) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf5) SetKind ¶
func (o *GetIntegration200ResponseDataOneOf5) SetKind(v EnumBITBUCKETREPO)
SetKind sets field value
func (*GetIntegration200ResponseDataOneOf5) SetParameters ¶
func (o *GetIntegration200ResponseDataOneOf5) SetParameters(v GetIntegration200ResponseDataOneOf5Parameters)
SetParameters sets field value
func (GetIntegration200ResponseDataOneOf5) ToMap ¶
func (o GetIntegration200ResponseDataOneOf5) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf5) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf5) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf5Parameters ¶
type GetIntegration200ResponseDataOneOf5Parameters struct {
ApiKey string `json:"api_key"`
WorkspaceName string `json:"workspace_name"`
RepositoryName string `json:"repository_name"`
Username *string `json:"username,omitempty"`
InstanceUrl *string `json:"instance_url,omitempty"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf5Parameters struct for GetIntegration200ResponseDataOneOf5Parameters
func NewGetIntegration200ResponseDataOneOf5Parameters ¶
func NewGetIntegration200ResponseDataOneOf5Parameters(apiKey string, workspaceName string, repositoryName string) *GetIntegration200ResponseDataOneOf5Parameters
NewGetIntegration200ResponseDataOneOf5Parameters instantiates a new GetIntegration200ResponseDataOneOf5Parameters 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 NewGetIntegration200ResponseDataOneOf5ParametersWithDefaults ¶
func NewGetIntegration200ResponseDataOneOf5ParametersWithDefaults() *GetIntegration200ResponseDataOneOf5Parameters
NewGetIntegration200ResponseDataOneOf5ParametersWithDefaults instantiates a new GetIntegration200ResponseDataOneOf5Parameters 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 (*GetIntegration200ResponseDataOneOf5Parameters) GetApiKey ¶
func (o *GetIntegration200ResponseDataOneOf5Parameters) GetApiKey() string
GetApiKey returns the ApiKey field value
func (*GetIntegration200ResponseDataOneOf5Parameters) GetApiKeyOk ¶
func (o *GetIntegration200ResponseDataOneOf5Parameters) GetApiKeyOk() (*string, bool)
GetApiKeyOk returns a tuple with the ApiKey field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf5Parameters) GetInstanceUrl ¶
func (o *GetIntegration200ResponseDataOneOf5Parameters) GetInstanceUrl() string
GetInstanceUrl returns the InstanceUrl field value if set, zero value otherwise.
func (*GetIntegration200ResponseDataOneOf5Parameters) GetInstanceUrlOk ¶
func (o *GetIntegration200ResponseDataOneOf5Parameters) GetInstanceUrlOk() (*string, bool)
GetInstanceUrlOk returns a tuple with the InstanceUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf5Parameters) GetRepositoryName ¶
func (o *GetIntegration200ResponseDataOneOf5Parameters) GetRepositoryName() string
GetRepositoryName returns the RepositoryName field value
func (*GetIntegration200ResponseDataOneOf5Parameters) GetRepositoryNameOk ¶
func (o *GetIntegration200ResponseDataOneOf5Parameters) GetRepositoryNameOk() (*string, bool)
GetRepositoryNameOk returns a tuple with the RepositoryName field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf5Parameters) GetUsername ¶
func (o *GetIntegration200ResponseDataOneOf5Parameters) GetUsername() string
GetUsername returns the Username field value if set, zero value otherwise.
func (*GetIntegration200ResponseDataOneOf5Parameters) GetUsernameOk ¶
func (o *GetIntegration200ResponseDataOneOf5Parameters) 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.
func (*GetIntegration200ResponseDataOneOf5Parameters) GetWorkspaceName ¶
func (o *GetIntegration200ResponseDataOneOf5Parameters) GetWorkspaceName() string
GetWorkspaceName returns the WorkspaceName field value
func (*GetIntegration200ResponseDataOneOf5Parameters) GetWorkspaceNameOk ¶
func (o *GetIntegration200ResponseDataOneOf5Parameters) GetWorkspaceNameOk() (*string, bool)
GetWorkspaceNameOk returns a tuple with the WorkspaceName field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf5Parameters) HasInstanceUrl ¶
func (o *GetIntegration200ResponseDataOneOf5Parameters) HasInstanceUrl() bool
HasInstanceUrl returns a boolean if a field has been set.
func (*GetIntegration200ResponseDataOneOf5Parameters) HasUsername ¶
func (o *GetIntegration200ResponseDataOneOf5Parameters) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (GetIntegration200ResponseDataOneOf5Parameters) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf5Parameters) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf5Parameters) SetApiKey ¶
func (o *GetIntegration200ResponseDataOneOf5Parameters) SetApiKey(v string)
SetApiKey sets field value
func (*GetIntegration200ResponseDataOneOf5Parameters) SetInstanceUrl ¶
func (o *GetIntegration200ResponseDataOneOf5Parameters) SetInstanceUrl(v string)
SetInstanceUrl gets a reference to the given string and assigns it to the InstanceUrl field.
func (*GetIntegration200ResponseDataOneOf5Parameters) SetRepositoryName ¶
func (o *GetIntegration200ResponseDataOneOf5Parameters) SetRepositoryName(v string)
SetRepositoryName sets field value
func (*GetIntegration200ResponseDataOneOf5Parameters) SetUsername ¶
func (o *GetIntegration200ResponseDataOneOf5Parameters) SetUsername(v string)
SetUsername gets a reference to the given string and assigns it to the Username field.
func (*GetIntegration200ResponseDataOneOf5Parameters) SetWorkspaceName ¶
func (o *GetIntegration200ResponseDataOneOf5Parameters) SetWorkspaceName(v string)
SetWorkspaceName sets field value
func (GetIntegration200ResponseDataOneOf5Parameters) ToMap ¶
func (o GetIntegration200ResponseDataOneOf5Parameters) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf5Parameters) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf5Parameters) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf6 ¶
type GetIntegration200ResponseDataOneOf6 struct {
Kind EnumCLOUDFLARE `json:"kind"`
Parameters GetIntegration200ResponseDataOneOf6Parameters `json:"parameters"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf6 struct for GetIntegration200ResponseDataOneOf6
func NewGetIntegration200ResponseDataOneOf6 ¶
func NewGetIntegration200ResponseDataOneOf6(kind EnumCLOUDFLARE, parameters GetIntegration200ResponseDataOneOf6Parameters) *GetIntegration200ResponseDataOneOf6
NewGetIntegration200ResponseDataOneOf6 instantiates a new GetIntegration200ResponseDataOneOf6 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 NewGetIntegration200ResponseDataOneOf6WithDefaults ¶
func NewGetIntegration200ResponseDataOneOf6WithDefaults() *GetIntegration200ResponseDataOneOf6
NewGetIntegration200ResponseDataOneOf6WithDefaults instantiates a new GetIntegration200ResponseDataOneOf6 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 (*GetIntegration200ResponseDataOneOf6) GetKind ¶
func (o *GetIntegration200ResponseDataOneOf6) GetKind() EnumCLOUDFLARE
GetKind returns the Kind field value
func (*GetIntegration200ResponseDataOneOf6) GetKindOk ¶
func (o *GetIntegration200ResponseDataOneOf6) GetKindOk() (*EnumCLOUDFLARE, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf6) GetParameters ¶
func (o *GetIntegration200ResponseDataOneOf6) GetParameters() GetIntegration200ResponseDataOneOf6Parameters
GetParameters returns the Parameters field value
func (*GetIntegration200ResponseDataOneOf6) GetParametersOk ¶
func (o *GetIntegration200ResponseDataOneOf6) GetParametersOk() (*GetIntegration200ResponseDataOneOf6Parameters, bool)
GetParametersOk returns a tuple with the Parameters field value and a boolean to check if the value has been set.
func (GetIntegration200ResponseDataOneOf6) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf6) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf6) SetKind ¶
func (o *GetIntegration200ResponseDataOneOf6) SetKind(v EnumCLOUDFLARE)
SetKind sets field value
func (*GetIntegration200ResponseDataOneOf6) SetParameters ¶
func (o *GetIntegration200ResponseDataOneOf6) SetParameters(v GetIntegration200ResponseDataOneOf6Parameters)
SetParameters sets field value
func (GetIntegration200ResponseDataOneOf6) ToMap ¶
func (o GetIntegration200ResponseDataOneOf6) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf6) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf6) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf6Parameters ¶
type GetIntegration200ResponseDataOneOf6Parameters struct {
ApiKey string `json:"api_key"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf6Parameters struct for GetIntegration200ResponseDataOneOf6Parameters
func NewGetIntegration200ResponseDataOneOf6Parameters ¶
func NewGetIntegration200ResponseDataOneOf6Parameters(apiKey string) *GetIntegration200ResponseDataOneOf6Parameters
NewGetIntegration200ResponseDataOneOf6Parameters instantiates a new GetIntegration200ResponseDataOneOf6Parameters 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 NewGetIntegration200ResponseDataOneOf6ParametersWithDefaults ¶
func NewGetIntegration200ResponseDataOneOf6ParametersWithDefaults() *GetIntegration200ResponseDataOneOf6Parameters
NewGetIntegration200ResponseDataOneOf6ParametersWithDefaults instantiates a new GetIntegration200ResponseDataOneOf6Parameters 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 (*GetIntegration200ResponseDataOneOf6Parameters) GetApiKey ¶
func (o *GetIntegration200ResponseDataOneOf6Parameters) GetApiKey() string
GetApiKey returns the ApiKey field value
func (*GetIntegration200ResponseDataOneOf6Parameters) GetApiKeyOk ¶
func (o *GetIntegration200ResponseDataOneOf6Parameters) GetApiKeyOk() (*string, bool)
GetApiKeyOk returns a tuple with the ApiKey field value and a boolean to check if the value has been set.
func (GetIntegration200ResponseDataOneOf6Parameters) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf6Parameters) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf6Parameters) SetApiKey ¶
func (o *GetIntegration200ResponseDataOneOf6Parameters) SetApiKey(v string)
SetApiKey sets field value
func (GetIntegration200ResponseDataOneOf6Parameters) ToMap ¶
func (o GetIntegration200ResponseDataOneOf6Parameters) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf6Parameters) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf6Parameters) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf7 ¶
type GetIntegration200ResponseDataOneOf7 struct {
Kind EnumDISCORDWEBHOOK `json:"kind"`
Parameters map[string]interface{} `json:"parameters"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf7 struct for GetIntegration200ResponseDataOneOf7
func NewGetIntegration200ResponseDataOneOf7 ¶
func NewGetIntegration200ResponseDataOneOf7(kind EnumDISCORDWEBHOOK, parameters map[string]interface{}) *GetIntegration200ResponseDataOneOf7
NewGetIntegration200ResponseDataOneOf7 instantiates a new GetIntegration200ResponseDataOneOf7 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 NewGetIntegration200ResponseDataOneOf7WithDefaults ¶
func NewGetIntegration200ResponseDataOneOf7WithDefaults() *GetIntegration200ResponseDataOneOf7
NewGetIntegration200ResponseDataOneOf7WithDefaults instantiates a new GetIntegration200ResponseDataOneOf7 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 (*GetIntegration200ResponseDataOneOf7) GetKind ¶
func (o *GetIntegration200ResponseDataOneOf7) GetKind() EnumDISCORDWEBHOOK
GetKind returns the Kind field value
func (*GetIntegration200ResponseDataOneOf7) GetKindOk ¶
func (o *GetIntegration200ResponseDataOneOf7) GetKindOk() (*EnumDISCORDWEBHOOK, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf7) GetParameters ¶
func (o *GetIntegration200ResponseDataOneOf7) GetParameters() map[string]interface{}
GetParameters returns the Parameters field value
func (*GetIntegration200ResponseDataOneOf7) GetParametersOk ¶
func (o *GetIntegration200ResponseDataOneOf7) GetParametersOk() (map[string]interface{}, bool)
GetParametersOk returns a tuple with the Parameters field value and a boolean to check if the value has been set.
func (GetIntegration200ResponseDataOneOf7) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf7) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf7) SetKind ¶
func (o *GetIntegration200ResponseDataOneOf7) SetKind(v EnumDISCORDWEBHOOK)
SetKind sets field value
func (*GetIntegration200ResponseDataOneOf7) SetParameters ¶
func (o *GetIntegration200ResponseDataOneOf7) SetParameters(v map[string]interface{})
SetParameters sets field value
func (GetIntegration200ResponseDataOneOf7) ToMap ¶
func (o GetIntegration200ResponseDataOneOf7) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf7) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf7) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf8 ¶
type GetIntegration200ResponseDataOneOf8 struct {
Kind EnumEMAIL `json:"kind"`
Parameters map[string]interface{} `json:"parameters"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf8 struct for GetIntegration200ResponseDataOneOf8
func NewGetIntegration200ResponseDataOneOf8 ¶
func NewGetIntegration200ResponseDataOneOf8(kind EnumEMAIL, parameters map[string]interface{}) *GetIntegration200ResponseDataOneOf8
NewGetIntegration200ResponseDataOneOf8 instantiates a new GetIntegration200ResponseDataOneOf8 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 NewGetIntegration200ResponseDataOneOf8WithDefaults ¶
func NewGetIntegration200ResponseDataOneOf8WithDefaults() *GetIntegration200ResponseDataOneOf8
NewGetIntegration200ResponseDataOneOf8WithDefaults instantiates a new GetIntegration200ResponseDataOneOf8 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 (*GetIntegration200ResponseDataOneOf8) GetKind ¶
func (o *GetIntegration200ResponseDataOneOf8) GetKind() EnumEMAIL
GetKind returns the Kind field value
func (*GetIntegration200ResponseDataOneOf8) GetKindOk ¶
func (o *GetIntegration200ResponseDataOneOf8) GetKindOk() (*EnumEMAIL, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf8) GetParameters ¶
func (o *GetIntegration200ResponseDataOneOf8) GetParameters() map[string]interface{}
GetParameters returns the Parameters field value
func (*GetIntegration200ResponseDataOneOf8) GetParametersOk ¶
func (o *GetIntegration200ResponseDataOneOf8) GetParametersOk() (map[string]interface{}, bool)
GetParametersOk returns a tuple with the Parameters field value and a boolean to check if the value has been set.
func (GetIntegration200ResponseDataOneOf8) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf8) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf8) SetKind ¶
func (o *GetIntegration200ResponseDataOneOf8) SetKind(v EnumEMAIL)
SetKind sets field value
func (*GetIntegration200ResponseDataOneOf8) SetParameters ¶
func (o *GetIntegration200ResponseDataOneOf8) SetParameters(v map[string]interface{})
SetParameters sets field value
func (GetIntegration200ResponseDataOneOf8) ToMap ¶
func (o GetIntegration200ResponseDataOneOf8) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf8) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf8) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOf9 ¶
type GetIntegration200ResponseDataOneOf9 struct {
Kind EnumGCP `json:"kind"`
Parameters GetIntegration200ResponseDataOneOf1Parameters `json:"parameters"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOf9 struct for GetIntegration200ResponseDataOneOf9
func NewGetIntegration200ResponseDataOneOf9 ¶
func NewGetIntegration200ResponseDataOneOf9(kind EnumGCP, parameters GetIntegration200ResponseDataOneOf1Parameters) *GetIntegration200ResponseDataOneOf9
NewGetIntegration200ResponseDataOneOf9 instantiates a new GetIntegration200ResponseDataOneOf9 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 NewGetIntegration200ResponseDataOneOf9WithDefaults ¶
func NewGetIntegration200ResponseDataOneOf9WithDefaults() *GetIntegration200ResponseDataOneOf9
NewGetIntegration200ResponseDataOneOf9WithDefaults instantiates a new GetIntegration200ResponseDataOneOf9 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 (*GetIntegration200ResponseDataOneOf9) GetKind ¶
func (o *GetIntegration200ResponseDataOneOf9) GetKind() EnumGCP
GetKind returns the Kind field value
func (*GetIntegration200ResponseDataOneOf9) GetKindOk ¶
func (o *GetIntegration200ResponseDataOneOf9) GetKindOk() (*EnumGCP, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOf9) GetParameters ¶
func (o *GetIntegration200ResponseDataOneOf9) GetParameters() GetIntegration200ResponseDataOneOf1Parameters
GetParameters returns the Parameters field value
func (*GetIntegration200ResponseDataOneOf9) GetParametersOk ¶
func (o *GetIntegration200ResponseDataOneOf9) GetParametersOk() (*GetIntegration200ResponseDataOneOf1Parameters, bool)
GetParametersOk returns a tuple with the Parameters field value and a boolean to check if the value has been set.
func (GetIntegration200ResponseDataOneOf9) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOf9) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOf9) SetKind ¶
func (o *GetIntegration200ResponseDataOneOf9) SetKind(v EnumGCP)
SetKind sets field value
func (*GetIntegration200ResponseDataOneOf9) SetParameters ¶
func (o *GetIntegration200ResponseDataOneOf9) SetParameters(v GetIntegration200ResponseDataOneOf1Parameters)
SetParameters sets field value
func (GetIntegration200ResponseDataOneOf9) ToMap ¶
func (o GetIntegration200ResponseDataOneOf9) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOf9) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOf9) UnmarshalJSON(data []byte) (err error)
type GetIntegration200ResponseDataOneOfParameters ¶
type GetIntegration200ResponseDataOneOfParameters struct {
ClientSecret string `json:"client_secret"`
Host string `json:"host"`
AccessToken string `json:"access_token"`
ClientToken string `json:"client_token"`
AdditionalProperties map[string]interface{}
}
GetIntegration200ResponseDataOneOfParameters struct for GetIntegration200ResponseDataOneOfParameters
func NewGetIntegration200ResponseDataOneOfParameters ¶
func NewGetIntegration200ResponseDataOneOfParameters(clientSecret string, host string, accessToken string, clientToken string) *GetIntegration200ResponseDataOneOfParameters
NewGetIntegration200ResponseDataOneOfParameters instantiates a new GetIntegration200ResponseDataOneOfParameters 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 NewGetIntegration200ResponseDataOneOfParametersWithDefaults ¶
func NewGetIntegration200ResponseDataOneOfParametersWithDefaults() *GetIntegration200ResponseDataOneOfParameters
NewGetIntegration200ResponseDataOneOfParametersWithDefaults instantiates a new GetIntegration200ResponseDataOneOfParameters 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 (*GetIntegration200ResponseDataOneOfParameters) GetAccessToken ¶
func (o *GetIntegration200ResponseDataOneOfParameters) GetAccessToken() string
GetAccessToken returns the AccessToken field value
func (*GetIntegration200ResponseDataOneOfParameters) GetAccessTokenOk ¶
func (o *GetIntegration200ResponseDataOneOfParameters) GetAccessTokenOk() (*string, bool)
GetAccessTokenOk returns a tuple with the AccessToken field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOfParameters) GetClientSecret ¶
func (o *GetIntegration200ResponseDataOneOfParameters) GetClientSecret() string
GetClientSecret returns the ClientSecret field value
func (*GetIntegration200ResponseDataOneOfParameters) GetClientSecretOk ¶
func (o *GetIntegration200ResponseDataOneOfParameters) GetClientSecretOk() (*string, bool)
GetClientSecretOk returns a tuple with the ClientSecret field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOfParameters) GetClientToken ¶
func (o *GetIntegration200ResponseDataOneOfParameters) GetClientToken() string
GetClientToken returns the ClientToken field value
func (*GetIntegration200ResponseDataOneOfParameters) GetClientTokenOk ¶
func (o *GetIntegration200ResponseDataOneOfParameters) GetClientTokenOk() (*string, bool)
GetClientTokenOk returns a tuple with the ClientToken field value and a boolean to check if the value has been set.
func (*GetIntegration200ResponseDataOneOfParameters) GetHost ¶
func (o *GetIntegration200ResponseDataOneOfParameters) GetHost() string
GetHost returns the Host field value
func (*GetIntegration200ResponseDataOneOfParameters) GetHostOk ¶
func (o *GetIntegration200ResponseDataOneOfParameters) GetHostOk() (*string, bool)
GetHostOk returns a tuple with the Host field value and a boolean to check if the value has been set.
func (GetIntegration200ResponseDataOneOfParameters) MarshalJSON ¶
func (o GetIntegration200ResponseDataOneOfParameters) MarshalJSON() ([]byte, error)
func (*GetIntegration200ResponseDataOneOfParameters) SetAccessToken ¶
func (o *GetIntegration200ResponseDataOneOfParameters) SetAccessToken(v string)
SetAccessToken sets field value
func (*GetIntegration200ResponseDataOneOfParameters) SetClientSecret ¶
func (o *GetIntegration200ResponseDataOneOfParameters) SetClientSecret(v string)
SetClientSecret sets field value
func (*GetIntegration200ResponseDataOneOfParameters) SetClientToken ¶
func (o *GetIntegration200ResponseDataOneOfParameters) SetClientToken(v string)
SetClientToken sets field value
func (*GetIntegration200ResponseDataOneOfParameters) SetHost ¶
func (o *GetIntegration200ResponseDataOneOfParameters) SetHost(v string)
SetHost sets field value
func (GetIntegration200ResponseDataOneOfParameters) ToMap ¶
func (o GetIntegration200ResponseDataOneOfParameters) ToMap() (map[string]interface{}, error)
func (*GetIntegration200ResponseDataOneOfParameters) UnmarshalJSON ¶
func (o *GetIntegration200ResponseDataOneOfParameters) UnmarshalJSON(data []byte) (err error)
type GetLocation404Response ¶
type GetLocation404Response struct {
Message EnumNOTFOUND `json:"message"`
AdditionalProperties map[string]interface{}
}
GetLocation404Response struct for GetLocation404Response
func NewGetLocation404Response ¶
func NewGetLocation404Response(message EnumNOTFOUND) *GetLocation404Response
NewGetLocation404Response instantiates a new GetLocation404Response 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 NewGetLocation404ResponseWithDefaults ¶
func NewGetLocation404ResponseWithDefaults() *GetLocation404Response
NewGetLocation404ResponseWithDefaults instantiates a new GetLocation404Response 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 (*GetLocation404Response) GetMessage ¶
func (o *GetLocation404Response) GetMessage() EnumNOTFOUND
GetMessage returns the Message field value
func (*GetLocation404Response) GetMessageOk ¶
func (o *GetLocation404Response) GetMessageOk() (*EnumNOTFOUND, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (GetLocation404Response) MarshalJSON ¶
func (o GetLocation404Response) MarshalJSON() ([]byte, error)
func (*GetLocation404Response) SetMessage ¶
func (o *GetLocation404Response) SetMessage(v EnumNOTFOUND)
SetMessage sets field value
func (GetLocation404Response) ToMap ¶
func (o GetLocation404Response) ToMap() (map[string]interface{}, error)
func (*GetLocation404Response) UnmarshalJSON ¶
func (o *GetLocation404Response) UnmarshalJSON(data []byte) (err error)
type GetScanExchangesArchive200Response ¶
type GetScanExchangesArchive200Response struct {
Archive string `json:"archive"`
AdditionalProperties map[string]interface{}
}
GetScanExchangesArchive200Response struct for GetScanExchangesArchive200Response
func NewGetScanExchangesArchive200Response ¶
func NewGetScanExchangesArchive200Response(archive string) *GetScanExchangesArchive200Response
NewGetScanExchangesArchive200Response instantiates a new GetScanExchangesArchive200Response 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 NewGetScanExchangesArchive200ResponseWithDefaults ¶
func NewGetScanExchangesArchive200ResponseWithDefaults() *GetScanExchangesArchive200Response
NewGetScanExchangesArchive200ResponseWithDefaults instantiates a new GetScanExchangesArchive200Response 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 (*GetScanExchangesArchive200Response) GetArchive ¶
func (o *GetScanExchangesArchive200Response) GetArchive() string
GetArchive returns the Archive field value
func (*GetScanExchangesArchive200Response) GetArchiveOk ¶
func (o *GetScanExchangesArchive200Response) GetArchiveOk() (*string, bool)
GetArchiveOk returns a tuple with the Archive field value and a boolean to check if the value has been set.
func (GetScanExchangesArchive200Response) MarshalJSON ¶
func (o GetScanExchangesArchive200Response) MarshalJSON() ([]byte, error)
func (*GetScanExchangesArchive200Response) SetArchive ¶
func (o *GetScanExchangesArchive200Response) SetArchive(v string)
SetArchive sets field value
func (GetScanExchangesArchive200Response) ToMap ¶
func (o GetScanExchangesArchive200Response) ToMap() (map[string]interface{}, error)
func (*GetScanExchangesArchive200Response) UnmarshalJSON ¶
func (o *GetScanExchangesArchive200Response) UnmarshalJSON(data []byte) (err error)
type GraphQL ¶ added in v0.1.22
type GraphQL struct {
// Application name
Name string `json:"name"`
// Application URL
Url string `json:"url"`
Type EnumGRAPHQL `json:"type"`
Schema GraphQLSchema `json:"schema"`
Configuration *FrontendConfiguration `json:"configuration,omitempty"`
LocationId *string `json:"locationId,omitempty"`
Cron *string `json:"cron,omitempty"`
AdditionalProperties map[string]interface{}
}
GraphQL struct for GraphQL
func NewGraphQL ¶ added in v0.1.22
func NewGraphQL(name string, url string, type_ EnumGRAPHQL, schema GraphQLSchema) *GraphQL
NewGraphQL instantiates a new GraphQL 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 NewGraphQLWithDefaults ¶ added in v0.1.22
func NewGraphQLWithDefaults() *GraphQL
NewGraphQLWithDefaults instantiates a new GraphQL 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 (*GraphQL) GetConfiguration ¶ added in v0.1.22
func (o *GraphQL) GetConfiguration() FrontendConfiguration
GetConfiguration returns the Configuration field value if set, zero value otherwise.
func (*GraphQL) GetConfigurationOk ¶ added in v0.1.22
func (o *GraphQL) GetConfigurationOk() (*FrontendConfiguration, bool)
GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GraphQL) GetCron ¶ added in v0.1.22
GetCron returns the Cron field value if set, zero value otherwise.
func (*GraphQL) GetCronOk ¶ added in v0.1.22
GetCronOk returns a tuple with the Cron field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GraphQL) GetLocationId ¶ added in v0.1.22
GetLocationId returns the LocationId field value if set, zero value otherwise.
func (*GraphQL) GetLocationIdOk ¶ added in v0.1.22
GetLocationIdOk returns a tuple with the LocationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GraphQL) GetNameOk ¶ added in v0.1.22
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*GraphQL) GetSchema ¶ added in v0.1.22
func (o *GraphQL) GetSchema() GraphQLSchema
GetSchema returns the Schema field value
func (*GraphQL) GetSchemaOk ¶ added in v0.1.22
func (o *GraphQL) GetSchemaOk() (*GraphQLSchema, bool)
GetSchemaOk returns a tuple with the Schema field value and a boolean to check if the value has been set.
func (*GraphQL) GetType ¶ added in v0.1.22
func (o *GraphQL) GetType() EnumGRAPHQL
GetType returns the Type field value
func (*GraphQL) GetTypeOk ¶ added in v0.1.22
func (o *GraphQL) GetTypeOk() (*EnumGRAPHQL, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*GraphQL) GetUrlOk ¶ added in v0.1.22
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*GraphQL) HasConfiguration ¶ added in v0.1.22
HasConfiguration returns a boolean if a field has been set.
func (*GraphQL) HasLocationId ¶ added in v0.1.22
HasLocationId returns a boolean if a field has been set.
func (GraphQL) MarshalJSON ¶ added in v0.1.22
func (*GraphQL) SetConfiguration ¶ added in v0.1.22
func (o *GraphQL) SetConfiguration(v FrontendConfiguration)
SetConfiguration gets a reference to the given FrontendConfiguration and assigns it to the Configuration field.
func (*GraphQL) SetCron ¶ added in v0.1.22
SetCron gets a reference to the given string and assigns it to the Cron field.
func (*GraphQL) SetLocationId ¶ added in v0.1.22
SetLocationId gets a reference to the given string and assigns it to the LocationId field.
func (*GraphQL) SetSchema ¶ added in v0.1.22
func (o *GraphQL) SetSchema(v GraphQLSchema)
SetSchema sets field value
func (*GraphQL) SetType ¶ added in v0.1.22
func (o *GraphQL) SetType(v EnumGRAPHQL)
SetType sets field value
func (*GraphQL) UnmarshalJSON ¶ added in v0.1.22
type GraphQLSchema ¶ added in v0.1.22
type GraphQLSchema struct {
// Schema URL if schema is fetchable from the internet
Url *string `json:"url,omitempty"`
// Schema blob ID from upload url
BlobId string `json:"blobId"`
AdditionalProperties map[string]interface{}
}
GraphQLSchema struct for GraphQLSchema
func NewGraphQLSchema ¶ added in v0.1.22
func NewGraphQLSchema(blobId string) *GraphQLSchema
NewGraphQLSchema instantiates a new GraphQLSchema 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 NewGraphQLSchemaWithDefaults ¶ added in v0.1.22
func NewGraphQLSchemaWithDefaults() *GraphQLSchema
NewGraphQLSchemaWithDefaults instantiates a new GraphQLSchema 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 (*GraphQLSchema) GetBlobId ¶ added in v0.1.22
func (o *GraphQLSchema) GetBlobId() string
GetBlobId returns the BlobId field value
func (*GraphQLSchema) GetBlobIdOk ¶ added in v0.1.22
func (o *GraphQLSchema) GetBlobIdOk() (*string, bool)
GetBlobIdOk returns a tuple with the BlobId field value and a boolean to check if the value has been set.
func (*GraphQLSchema) GetUrl ¶ added in v0.1.22
func (o *GraphQLSchema) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*GraphQLSchema) GetUrlOk ¶ added in v0.1.22
func (o *GraphQLSchema) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GraphQLSchema) HasUrl ¶ added in v0.1.22
func (o *GraphQLSchema) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (GraphQLSchema) MarshalJSON ¶ added in v0.1.22
func (o GraphQLSchema) MarshalJSON() ([]byte, error)
func (*GraphQLSchema) SetBlobId ¶ added in v0.1.22
func (o *GraphQLSchema) SetBlobId(v string)
SetBlobId sets field value
func (*GraphQLSchema) SetUrl ¶ added in v0.1.22
func (o *GraphQLSchema) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
func (GraphQLSchema) ToMap ¶ added in v0.1.22
func (o GraphQLSchema) ToMap() (map[string]interface{}, error)
func (*GraphQLSchema) UnmarshalJSON ¶ added in v0.1.22
func (o *GraphQLSchema) UnmarshalJSON(data []byte) (err error)
type IntegrationsAPIService ¶
type IntegrationsAPIService service
IntegrationsAPIService IntegrationsAPI service
func (*IntegrationsAPIService) CreateIntegration ¶
func (a *IntegrationsAPIService) CreateIntegration(ctx context.Context) ApiCreateIntegrationRequest
CreateIntegration Create integration
Creates an integration by providing the integration name, kind and configuration.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateIntegrationRequest
func (*IntegrationsAPIService) CreateIntegrationExecute ¶
func (a *IntegrationsAPIService) CreateIntegrationExecute(r ApiCreateIntegrationRequest) (*GetIntegration200Response, *http.Response, error)
Execute executes the request
@return GetIntegration200Response
func (*IntegrationsAPIService) DeleteIntegration ¶
func (a *IntegrationsAPIService) DeleteIntegration(ctx context.Context, id string) ApiDeleteIntegrationRequest
DeleteIntegration Delete integration
Delete integration by it's ID.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The ID of the integration to get @return ApiDeleteIntegrationRequest
func (*IntegrationsAPIService) DeleteIntegrationExecute ¶
func (a *IntegrationsAPIService) DeleteIntegrationExecute(r ApiDeleteIntegrationRequest) (*DeleteIntegration200Response, *http.Response, error)
Execute executes the request
@return DeleteIntegration200Response
func (*IntegrationsAPIService) GetIntegration ¶
func (a *IntegrationsAPIService) GetIntegration(ctx context.Context, id string) ApiGetIntegrationRequest
GetIntegration Get integration
Get integration details by it's ID.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The ID of the integration to get @return ApiGetIntegrationRequest
func (*IntegrationsAPIService) GetIntegrationExecute ¶
func (a *IntegrationsAPIService) GetIntegrationExecute(r ApiGetIntegrationRequest) (*GetIntegration200Response, *http.Response, error)
Execute executes the request
@return GetIntegration200Response
func (*IntegrationsAPIService) ListIntegrations ¶
func (a *IntegrationsAPIService) ListIntegrations(ctx context.Context) ApiListIntegrationsRequest
ListIntegrations List integrations
List all integrations of the organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListIntegrationsRequest
func (*IntegrationsAPIService) ListIntegrationsExecute ¶
func (a *IntegrationsAPIService) ListIntegrationsExecute(r ApiListIntegrationsRequest) ([]ListIntegrations200ResponseInner, *http.Response, error)
Execute executes the request
@return []ListIntegrations200ResponseInner
func (*IntegrationsAPIService) UpdateIntegration ¶
func (a *IntegrationsAPIService) UpdateIntegration(ctx context.Context, id string) ApiUpdateIntegrationRequest
UpdateIntegration Update an integration
Update an integration
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The ID of the integration to update @return ApiUpdateIntegrationRequest
func (*IntegrationsAPIService) UpdateIntegrationExecute ¶
func (a *IntegrationsAPIService) UpdateIntegrationExecute(r ApiUpdateIntegrationRequest) (*GetIntegration200Response, *http.Response, error)
Execute executes the request
@return GetIntegration200Response
type ListApplications200ResponseInner ¶
type ListApplications200ResponseInner struct {
Id string `json:"id"`
Name string `json:"name"`
AutogeneratedFromInventory bool `json:"autogeneratedFromInventory"`
CreatedAt time.Time `json:"createdAt"`
HasCI bool `json:"hasCI"`
Cron string `json:"cron"`
Type EnumA59e4e0f7039345a12220706339ba411 `json:"type"`
AdditionalProperties map[string]interface{}
}
ListApplications200ResponseInner struct for ListApplications200ResponseInner
func NewListApplications200ResponseInner ¶
func NewListApplications200ResponseInner(id string, name string, autogeneratedFromInventory bool, createdAt time.Time, hasCI bool, cron string, type_ EnumA59e4e0f7039345a12220706339ba411) *ListApplications200ResponseInner
NewListApplications200ResponseInner instantiates a new ListApplications200ResponseInner 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 NewListApplications200ResponseInnerWithDefaults ¶
func NewListApplications200ResponseInnerWithDefaults() *ListApplications200ResponseInner
NewListApplications200ResponseInnerWithDefaults instantiates a new ListApplications200ResponseInner 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 (*ListApplications200ResponseInner) GetAutogeneratedFromInventory ¶
func (o *ListApplications200ResponseInner) GetAutogeneratedFromInventory() bool
GetAutogeneratedFromInventory returns the AutogeneratedFromInventory field value
func (*ListApplications200ResponseInner) GetAutogeneratedFromInventoryOk ¶
func (o *ListApplications200ResponseInner) GetAutogeneratedFromInventoryOk() (*bool, bool)
GetAutogeneratedFromInventoryOk returns a tuple with the AutogeneratedFromInventory field value and a boolean to check if the value has been set.
func (*ListApplications200ResponseInner) GetCreatedAt ¶
func (o *ListApplications200ResponseInner) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*ListApplications200ResponseInner) GetCreatedAtOk ¶
func (o *ListApplications200ResponseInner) 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 (*ListApplications200ResponseInner) GetCron ¶
func (o *ListApplications200ResponseInner) GetCron() string
GetCron returns the Cron field value
func (*ListApplications200ResponseInner) GetCronOk ¶
func (o *ListApplications200ResponseInner) GetCronOk() (*string, bool)
GetCronOk returns a tuple with the Cron field value and a boolean to check if the value has been set.
func (*ListApplications200ResponseInner) GetHasCI ¶
func (o *ListApplications200ResponseInner) GetHasCI() bool
GetHasCI returns the HasCI field value
func (*ListApplications200ResponseInner) GetHasCIOk ¶
func (o *ListApplications200ResponseInner) GetHasCIOk() (*bool, bool)
GetHasCIOk returns a tuple with the HasCI field value and a boolean to check if the value has been set.
func (*ListApplications200ResponseInner) GetId ¶
func (o *ListApplications200ResponseInner) GetId() string
GetId returns the Id field value
func (*ListApplications200ResponseInner) GetIdOk ¶
func (o *ListApplications200ResponseInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ListApplications200ResponseInner) GetName ¶
func (o *ListApplications200ResponseInner) GetName() string
GetName returns the Name field value
func (*ListApplications200ResponseInner) GetNameOk ¶
func (o *ListApplications200ResponseInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ListApplications200ResponseInner) GetType ¶
func (o *ListApplications200ResponseInner) GetType() EnumA59e4e0f7039345a12220706339ba411
GetType returns the Type field value
func (*ListApplications200ResponseInner) GetTypeOk ¶
func (o *ListApplications200ResponseInner) GetTypeOk() (*EnumA59e4e0f7039345a12220706339ba411, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (ListApplications200ResponseInner) MarshalJSON ¶
func (o ListApplications200ResponseInner) MarshalJSON() ([]byte, error)
func (*ListApplications200ResponseInner) SetAutogeneratedFromInventory ¶
func (o *ListApplications200ResponseInner) SetAutogeneratedFromInventory(v bool)
SetAutogeneratedFromInventory sets field value
func (*ListApplications200ResponseInner) SetCreatedAt ¶
func (o *ListApplications200ResponseInner) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*ListApplications200ResponseInner) SetCron ¶
func (o *ListApplications200ResponseInner) SetCron(v string)
SetCron sets field value
func (*ListApplications200ResponseInner) SetHasCI ¶
func (o *ListApplications200ResponseInner) SetHasCI(v bool)
SetHasCI sets field value
func (*ListApplications200ResponseInner) SetId ¶
func (o *ListApplications200ResponseInner) SetId(v string)
SetId sets field value
func (*ListApplications200ResponseInner) SetName ¶
func (o *ListApplications200ResponseInner) SetName(v string)
SetName sets field value
func (*ListApplications200ResponseInner) SetType ¶
func (o *ListApplications200ResponseInner) SetType(v EnumA59e4e0f7039345a12220706339ba411)
SetType sets field value
func (ListApplications200ResponseInner) ToMap ¶
func (o ListApplications200ResponseInner) ToMap() (map[string]interface{}, error)
func (*ListApplications200ResponseInner) UnmarshalJSON ¶
func (o *ListApplications200ResponseInner) UnmarshalJSON(data []byte) (err error)
type ListAuditLogs200Response ¶ added in v0.1.21
type ListAuditLogs200Response struct {
NextCursor string `json:"nextCursor"`
TotalCount *int `json:"totalCount,omitempty"`
Data []ListAuditLogs200ResponseDataInner `json:"data"`
AdditionalProperties map[string]interface{}
}
ListAuditLogs200Response struct for ListAuditLogs200Response
func NewListAuditLogs200Response ¶ added in v0.1.21
func NewListAuditLogs200Response(nextCursor string, data []ListAuditLogs200ResponseDataInner) *ListAuditLogs200Response
NewListAuditLogs200Response instantiates a new ListAuditLogs200Response 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 NewListAuditLogs200ResponseWithDefaults ¶ added in v0.1.21
func NewListAuditLogs200ResponseWithDefaults() *ListAuditLogs200Response
NewListAuditLogs200ResponseWithDefaults instantiates a new ListAuditLogs200Response 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 (*ListAuditLogs200Response) GetData ¶ added in v0.1.21
func (o *ListAuditLogs200Response) GetData() []ListAuditLogs200ResponseDataInner
GetData returns the Data field value
func (*ListAuditLogs200Response) GetDataOk ¶ added in v0.1.21
func (o *ListAuditLogs200Response) GetDataOk() ([]ListAuditLogs200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ListAuditLogs200Response) GetNextCursor ¶ added in v0.1.21
func (o *ListAuditLogs200Response) GetNextCursor() string
GetNextCursor returns the NextCursor field value
func (*ListAuditLogs200Response) GetNextCursorOk ¶ added in v0.1.21
func (o *ListAuditLogs200Response) GetNextCursorOk() (*string, bool)
GetNextCursorOk returns a tuple with the NextCursor field value and a boolean to check if the value has been set.
func (*ListAuditLogs200Response) GetTotalCount ¶ added in v0.1.21
func (o *ListAuditLogs200Response) GetTotalCount() int
GetTotalCount returns the TotalCount field value if set, zero value otherwise.
func (*ListAuditLogs200Response) GetTotalCountOk ¶ added in v0.1.21
func (o *ListAuditLogs200Response) GetTotalCountOk() (*int, bool)
GetTotalCountOk returns a tuple with the TotalCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListAuditLogs200Response) HasTotalCount ¶ added in v0.1.21
func (o *ListAuditLogs200Response) HasTotalCount() bool
HasTotalCount returns a boolean if a field has been set.
func (ListAuditLogs200Response) MarshalJSON ¶ added in v0.1.21
func (o ListAuditLogs200Response) MarshalJSON() ([]byte, error)
func (*ListAuditLogs200Response) SetData ¶ added in v0.1.21
func (o *ListAuditLogs200Response) SetData(v []ListAuditLogs200ResponseDataInner)
SetData sets field value
func (*ListAuditLogs200Response) SetNextCursor ¶ added in v0.1.21
func (o *ListAuditLogs200Response) SetNextCursor(v string)
SetNextCursor sets field value
func (*ListAuditLogs200Response) SetTotalCount ¶ added in v0.1.21
func (o *ListAuditLogs200Response) SetTotalCount(v int)
SetTotalCount gets a reference to the given int and assigns it to the TotalCount field.
func (ListAuditLogs200Response) ToMap ¶ added in v0.1.21
func (o ListAuditLogs200Response) ToMap() (map[string]interface{}, error)
func (*ListAuditLogs200Response) UnmarshalJSON ¶ added in v0.1.21
func (o *ListAuditLogs200Response) UnmarshalJSON(data []byte) (err error)
type ListAuditLogs200ResponseDataInner ¶ added in v0.1.21
type ListAuditLogs200ResponseDataInner struct {
// The ID of the audit log.
Id string `json:"id"`
// The date and time the audit log was created.
Date time.Time `json:"date"`
// The action that was performed.
Action string `json:"action"`
// The name of the audit log.
Name string `json:"name"`
// The actor that performed the action.
Actor string `json:"actor"`
// The email of the actor that performed the action.
ActorEmail string `json:"actorEmail"`
AdditionalProperties map[string]interface{}
}
ListAuditLogs200ResponseDataInner struct for ListAuditLogs200ResponseDataInner
func NewListAuditLogs200ResponseDataInner ¶ added in v0.1.21
func NewListAuditLogs200ResponseDataInner(id string, date time.Time, action string, name string, actor string, actorEmail string) *ListAuditLogs200ResponseDataInner
NewListAuditLogs200ResponseDataInner instantiates a new ListAuditLogs200ResponseDataInner 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 NewListAuditLogs200ResponseDataInnerWithDefaults ¶ added in v0.1.21
func NewListAuditLogs200ResponseDataInnerWithDefaults() *ListAuditLogs200ResponseDataInner
NewListAuditLogs200ResponseDataInnerWithDefaults instantiates a new ListAuditLogs200ResponseDataInner 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 (*ListAuditLogs200ResponseDataInner) GetAction ¶ added in v0.1.21
func (o *ListAuditLogs200ResponseDataInner) GetAction() string
GetAction returns the Action field value
func (*ListAuditLogs200ResponseDataInner) GetActionOk ¶ added in v0.1.21
func (o *ListAuditLogs200ResponseDataInner) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field value and a boolean to check if the value has been set.
func (*ListAuditLogs200ResponseDataInner) GetActor ¶ added in v0.1.21
func (o *ListAuditLogs200ResponseDataInner) GetActor() string
GetActor returns the Actor field value
func (*ListAuditLogs200ResponseDataInner) GetActorEmail ¶ added in v0.1.21
func (o *ListAuditLogs200ResponseDataInner) GetActorEmail() string
GetActorEmail returns the ActorEmail field value
func (*ListAuditLogs200ResponseDataInner) GetActorEmailOk ¶ added in v0.1.21
func (o *ListAuditLogs200ResponseDataInner) GetActorEmailOk() (*string, bool)
GetActorEmailOk returns a tuple with the ActorEmail field value and a boolean to check if the value has been set.
func (*ListAuditLogs200ResponseDataInner) GetActorOk ¶ added in v0.1.21
func (o *ListAuditLogs200ResponseDataInner) GetActorOk() (*string, bool)
GetActorOk returns a tuple with the Actor field value and a boolean to check if the value has been set.
func (*ListAuditLogs200ResponseDataInner) GetDate ¶ added in v0.1.21
func (o *ListAuditLogs200ResponseDataInner) GetDate() time.Time
GetDate returns the Date field value
func (*ListAuditLogs200ResponseDataInner) GetDateOk ¶ added in v0.1.21
func (o *ListAuditLogs200ResponseDataInner) GetDateOk() (*time.Time, bool)
GetDateOk returns a tuple with the Date field value and a boolean to check if the value has been set.
func (*ListAuditLogs200ResponseDataInner) GetId ¶ added in v0.1.21
func (o *ListAuditLogs200ResponseDataInner) GetId() string
GetId returns the Id field value
func (*ListAuditLogs200ResponseDataInner) GetIdOk ¶ added in v0.1.21
func (o *ListAuditLogs200ResponseDataInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ListAuditLogs200ResponseDataInner) GetName ¶ added in v0.1.21
func (o *ListAuditLogs200ResponseDataInner) GetName() string
GetName returns the Name field value
func (*ListAuditLogs200ResponseDataInner) GetNameOk ¶ added in v0.1.21
func (o *ListAuditLogs200ResponseDataInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (ListAuditLogs200ResponseDataInner) MarshalJSON ¶ added in v0.1.21
func (o ListAuditLogs200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*ListAuditLogs200ResponseDataInner) SetAction ¶ added in v0.1.21
func (o *ListAuditLogs200ResponseDataInner) SetAction(v string)
SetAction sets field value
func (*ListAuditLogs200ResponseDataInner) SetActor ¶ added in v0.1.21
func (o *ListAuditLogs200ResponseDataInner) SetActor(v string)
SetActor sets field value
func (*ListAuditLogs200ResponseDataInner) SetActorEmail ¶ added in v0.1.21
func (o *ListAuditLogs200ResponseDataInner) SetActorEmail(v string)
SetActorEmail sets field value
func (*ListAuditLogs200ResponseDataInner) SetDate ¶ added in v0.1.21
func (o *ListAuditLogs200ResponseDataInner) SetDate(v time.Time)
SetDate sets field value
func (*ListAuditLogs200ResponseDataInner) SetId ¶ added in v0.1.21
func (o *ListAuditLogs200ResponseDataInner) SetId(v string)
SetId sets field value
func (*ListAuditLogs200ResponseDataInner) SetName ¶ added in v0.1.21
func (o *ListAuditLogs200ResponseDataInner) SetName(v string)
SetName sets field value
func (ListAuditLogs200ResponseDataInner) ToMap ¶ added in v0.1.21
func (o ListAuditLogs200ResponseDataInner) ToMap() (map[string]interface{}, error)
func (*ListAuditLogs200ResponseDataInner) UnmarshalJSON ¶ added in v0.1.21
func (o *ListAuditLogs200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
type ListDomains200ResponseInner ¶
type ListDomains200ResponseInner struct {
// The domain ID.
Id *string `json:"id,omitempty"`
// The domain name.
Fqdn *string `json:"fqdn,omitempty"`
// The date and time the domain was created.
CreatedAt time.Time `json:"createdAt"`
// The number of services associated with the domain.
ServicesCount *int `json:"servicesCount,omitempty"`
// If the domain is deleting
ScheduledForDeletion *bool `json:"scheduledForDeletion,omitempty"`
AdditionalProperties map[string]interface{}
}
ListDomains200ResponseInner struct for ListDomains200ResponseInner
func NewListDomains200ResponseInner ¶
func NewListDomains200ResponseInner(createdAt time.Time) *ListDomains200ResponseInner
NewListDomains200ResponseInner instantiates a new ListDomains200ResponseInner 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 NewListDomains200ResponseInnerWithDefaults ¶
func NewListDomains200ResponseInnerWithDefaults() *ListDomains200ResponseInner
NewListDomains200ResponseInnerWithDefaults instantiates a new ListDomains200ResponseInner 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 (*ListDomains200ResponseInner) GetCreatedAt ¶
func (o *ListDomains200ResponseInner) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*ListDomains200ResponseInner) GetCreatedAtOk ¶
func (o *ListDomains200ResponseInner) 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 (*ListDomains200ResponseInner) GetFqdn ¶
func (o *ListDomains200ResponseInner) GetFqdn() string
GetFqdn returns the Fqdn field value if set, zero value otherwise.
func (*ListDomains200ResponseInner) GetFqdnOk ¶
func (o *ListDomains200ResponseInner) GetFqdnOk() (*string, bool)
GetFqdnOk returns a tuple with the Fqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListDomains200ResponseInner) GetId ¶
func (o *ListDomains200ResponseInner) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ListDomains200ResponseInner) GetIdOk ¶
func (o *ListDomains200ResponseInner) 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 (*ListDomains200ResponseInner) GetScheduledForDeletion ¶
func (o *ListDomains200ResponseInner) GetScheduledForDeletion() bool
GetScheduledForDeletion returns the ScheduledForDeletion field value if set, zero value otherwise.
func (*ListDomains200ResponseInner) GetScheduledForDeletionOk ¶
func (o *ListDomains200ResponseInner) GetScheduledForDeletionOk() (*bool, bool)
GetScheduledForDeletionOk returns a tuple with the ScheduledForDeletion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListDomains200ResponseInner) GetServicesCount ¶
func (o *ListDomains200ResponseInner) GetServicesCount() int
GetServicesCount returns the ServicesCount field value if set, zero value otherwise.
func (*ListDomains200ResponseInner) GetServicesCountOk ¶
func (o *ListDomains200ResponseInner) GetServicesCountOk() (*int, bool)
GetServicesCountOk returns a tuple with the ServicesCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListDomains200ResponseInner) HasFqdn ¶
func (o *ListDomains200ResponseInner) HasFqdn() bool
HasFqdn returns a boolean if a field has been set.
func (*ListDomains200ResponseInner) HasId ¶
func (o *ListDomains200ResponseInner) HasId() bool
HasId returns a boolean if a field has been set.
func (*ListDomains200ResponseInner) HasScheduledForDeletion ¶
func (o *ListDomains200ResponseInner) HasScheduledForDeletion() bool
HasScheduledForDeletion returns a boolean if a field has been set.
func (*ListDomains200ResponseInner) HasServicesCount ¶
func (o *ListDomains200ResponseInner) HasServicesCount() bool
HasServicesCount returns a boolean if a field has been set.
func (ListDomains200ResponseInner) MarshalJSON ¶
func (o ListDomains200ResponseInner) MarshalJSON() ([]byte, error)
func (*ListDomains200ResponseInner) SetCreatedAt ¶
func (o *ListDomains200ResponseInner) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*ListDomains200ResponseInner) SetFqdn ¶
func (o *ListDomains200ResponseInner) SetFqdn(v string)
SetFqdn gets a reference to the given string and assigns it to the Fqdn field.
func (*ListDomains200ResponseInner) SetId ¶
func (o *ListDomains200ResponseInner) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ListDomains200ResponseInner) SetScheduledForDeletion ¶
func (o *ListDomains200ResponseInner) SetScheduledForDeletion(v bool)
SetScheduledForDeletion gets a reference to the given bool and assigns it to the ScheduledForDeletion field.
func (*ListDomains200ResponseInner) SetServicesCount ¶
func (o *ListDomains200ResponseInner) SetServicesCount(v int)
SetServicesCount gets a reference to the given int and assigns it to the ServicesCount field.
func (ListDomains200ResponseInner) ToMap ¶
func (o ListDomains200ResponseInner) ToMap() (map[string]interface{}, error)
func (*ListDomains200ResponseInner) UnmarshalJSON ¶
func (o *ListDomains200ResponseInner) UnmarshalJSON(data []byte) (err error)
type ListEvents200Response ¶
type ListEvents200Response struct {
NextCursor string `json:"nextCursor"`
TotalCount *int `json:"totalCount,omitempty"`
Data []ListEvents200ResponseDataInner `json:"data"`
AdditionalProperties map[string]interface{}
}
ListEvents200Response struct for ListEvents200Response
func NewListEvents200Response ¶
func NewListEvents200Response(nextCursor string, data []ListEvents200ResponseDataInner) *ListEvents200Response
NewListEvents200Response instantiates a new ListEvents200Response 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 NewListEvents200ResponseWithDefaults ¶
func NewListEvents200ResponseWithDefaults() *ListEvents200Response
NewListEvents200ResponseWithDefaults instantiates a new ListEvents200Response 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 (*ListEvents200Response) GetData ¶
func (o *ListEvents200Response) GetData() []ListEvents200ResponseDataInner
GetData returns the Data field value
func (*ListEvents200Response) GetDataOk ¶
func (o *ListEvents200Response) GetDataOk() ([]ListEvents200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ListEvents200Response) GetNextCursor ¶
func (o *ListEvents200Response) GetNextCursor() string
GetNextCursor returns the NextCursor field value
func (*ListEvents200Response) GetNextCursorOk ¶
func (o *ListEvents200Response) GetNextCursorOk() (*string, bool)
GetNextCursorOk returns a tuple with the NextCursor field value and a boolean to check if the value has been set.
func (*ListEvents200Response) GetTotalCount ¶
func (o *ListEvents200Response) GetTotalCount() int
GetTotalCount returns the TotalCount field value if set, zero value otherwise.
func (*ListEvents200Response) GetTotalCountOk ¶
func (o *ListEvents200Response) GetTotalCountOk() (*int, bool)
GetTotalCountOk returns a tuple with the TotalCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListEvents200Response) HasTotalCount ¶
func (o *ListEvents200Response) HasTotalCount() bool
HasTotalCount returns a boolean if a field has been set.
func (ListEvents200Response) MarshalJSON ¶
func (o ListEvents200Response) MarshalJSON() ([]byte, error)
func (*ListEvents200Response) SetData ¶
func (o *ListEvents200Response) SetData(v []ListEvents200ResponseDataInner)
SetData sets field value
func (*ListEvents200Response) SetNextCursor ¶
func (o *ListEvents200Response) SetNextCursor(v string)
SetNextCursor sets field value
func (*ListEvents200Response) SetTotalCount ¶
func (o *ListEvents200Response) SetTotalCount(v int)
SetTotalCount gets a reference to the given int and assigns it to the TotalCount field.
func (ListEvents200Response) ToMap ¶
func (o ListEvents200Response) ToMap() (map[string]interface{}, error)
func (*ListEvents200Response) UnmarshalJSON ¶
func (o *ListEvents200Response) UnmarshalJSON(data []byte) (err error)
type ListEvents200ResponseDataInner ¶
type ListEvents200ResponseDataInner struct {
Id string `json:"id"`
CreatedAt time.Time `json:"createdAt"`
Description string `json:"description"`
Level EnumAc8825c946764c840068c1a5eddeee84 `json:"level"`
Title string `json:"title"`
AdditionalProperties map[string]interface{}
}
ListEvents200ResponseDataInner struct for ListEvents200ResponseDataInner
func NewListEvents200ResponseDataInner ¶
func NewListEvents200ResponseDataInner(id string, createdAt time.Time, description string, level EnumAc8825c946764c840068c1a5eddeee84, title string) *ListEvents200ResponseDataInner
NewListEvents200ResponseDataInner instantiates a new ListEvents200ResponseDataInner 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 NewListEvents200ResponseDataInnerWithDefaults ¶
func NewListEvents200ResponseDataInnerWithDefaults() *ListEvents200ResponseDataInner
NewListEvents200ResponseDataInnerWithDefaults instantiates a new ListEvents200ResponseDataInner 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 (*ListEvents200ResponseDataInner) GetCreatedAt ¶
func (o *ListEvents200ResponseDataInner) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*ListEvents200ResponseDataInner) GetCreatedAtOk ¶
func (o *ListEvents200ResponseDataInner) 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 (*ListEvents200ResponseDataInner) GetDescription ¶
func (o *ListEvents200ResponseDataInner) GetDescription() string
GetDescription returns the Description field value
func (*ListEvents200ResponseDataInner) GetDescriptionOk ¶
func (o *ListEvents200ResponseDataInner) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*ListEvents200ResponseDataInner) GetId ¶
func (o *ListEvents200ResponseDataInner) GetId() string
GetId returns the Id field value
func (*ListEvents200ResponseDataInner) GetIdOk ¶
func (o *ListEvents200ResponseDataInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ListEvents200ResponseDataInner) GetLevel ¶
func (o *ListEvents200ResponseDataInner) GetLevel() EnumAc8825c946764c840068c1a5eddeee84
GetLevel returns the Level field value
func (*ListEvents200ResponseDataInner) GetLevelOk ¶
func (o *ListEvents200ResponseDataInner) GetLevelOk() (*EnumAc8825c946764c840068c1a5eddeee84, bool)
GetLevelOk returns a tuple with the Level field value and a boolean to check if the value has been set.
func (*ListEvents200ResponseDataInner) GetTitle ¶
func (o *ListEvents200ResponseDataInner) GetTitle() string
GetTitle returns the Title field value
func (*ListEvents200ResponseDataInner) GetTitleOk ¶
func (o *ListEvents200ResponseDataInner) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (ListEvents200ResponseDataInner) MarshalJSON ¶
func (o ListEvents200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*ListEvents200ResponseDataInner) SetCreatedAt ¶
func (o *ListEvents200ResponseDataInner) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*ListEvents200ResponseDataInner) SetDescription ¶
func (o *ListEvents200ResponseDataInner) SetDescription(v string)
SetDescription sets field value
func (*ListEvents200ResponseDataInner) SetId ¶
func (o *ListEvents200ResponseDataInner) SetId(v string)
SetId sets field value
func (*ListEvents200ResponseDataInner) SetLevel ¶
func (o *ListEvents200ResponseDataInner) SetLevel(v EnumAc8825c946764c840068c1a5eddeee84)
SetLevel sets field value
func (*ListEvents200ResponseDataInner) SetTitle ¶
func (o *ListEvents200ResponseDataInner) SetTitle(v string)
SetTitle sets field value
func (ListEvents200ResponseDataInner) ToMap ¶
func (o ListEvents200ResponseDataInner) ToMap() (map[string]interface{}, error)
func (*ListEvents200ResponseDataInner) UnmarshalJSON ¶
func (o *ListEvents200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
type ListIntegrations200ResponseInner ¶
type ListIntegrations200ResponseInner struct {
// The integration ID.
Id *string `json:"id,omitempty"`
// The name of the integration.
Name *string `json:"name,omitempty"`
// A location ID to use with this integration.
LocationId *string `json:"locationId,omitempty"`
Kind Enum777e439dc57940d3df1f77b9e31ced05 `json:"kind"`
AdditionalProperties map[string]interface{}
}
ListIntegrations200ResponseInner struct for ListIntegrations200ResponseInner
func NewListIntegrations200ResponseInner ¶
func NewListIntegrations200ResponseInner(kind Enum777e439dc57940d3df1f77b9e31ced05) *ListIntegrations200ResponseInner
NewListIntegrations200ResponseInner instantiates a new ListIntegrations200ResponseInner 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 NewListIntegrations200ResponseInnerWithDefaults ¶
func NewListIntegrations200ResponseInnerWithDefaults() *ListIntegrations200ResponseInner
NewListIntegrations200ResponseInnerWithDefaults instantiates a new ListIntegrations200ResponseInner 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 (*ListIntegrations200ResponseInner) GetId ¶
func (o *ListIntegrations200ResponseInner) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ListIntegrations200ResponseInner) GetIdOk ¶
func (o *ListIntegrations200ResponseInner) 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 (*ListIntegrations200ResponseInner) GetKind ¶
func (o *ListIntegrations200ResponseInner) GetKind() Enum777e439dc57940d3df1f77b9e31ced05
GetKind returns the Kind field value
func (*ListIntegrations200ResponseInner) GetKindOk ¶
func (o *ListIntegrations200ResponseInner) GetKindOk() (*Enum777e439dc57940d3df1f77b9e31ced05, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*ListIntegrations200ResponseInner) GetLocationId ¶
func (o *ListIntegrations200ResponseInner) GetLocationId() string
GetLocationId returns the LocationId field value if set, zero value otherwise.
func (*ListIntegrations200ResponseInner) GetLocationIdOk ¶
func (o *ListIntegrations200ResponseInner) GetLocationIdOk() (*string, bool)
GetLocationIdOk returns a tuple with the LocationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListIntegrations200ResponseInner) GetName ¶
func (o *ListIntegrations200ResponseInner) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ListIntegrations200ResponseInner) GetNameOk ¶
func (o *ListIntegrations200ResponseInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListIntegrations200ResponseInner) HasId ¶
func (o *ListIntegrations200ResponseInner) HasId() bool
HasId returns a boolean if a field has been set.
func (*ListIntegrations200ResponseInner) HasLocationId ¶
func (o *ListIntegrations200ResponseInner) HasLocationId() bool
HasLocationId returns a boolean if a field has been set.
func (*ListIntegrations200ResponseInner) HasName ¶
func (o *ListIntegrations200ResponseInner) HasName() bool
HasName returns a boolean if a field has been set.
func (ListIntegrations200ResponseInner) MarshalJSON ¶
func (o ListIntegrations200ResponseInner) MarshalJSON() ([]byte, error)
func (*ListIntegrations200ResponseInner) SetId ¶
func (o *ListIntegrations200ResponseInner) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ListIntegrations200ResponseInner) SetKind ¶
func (o *ListIntegrations200ResponseInner) SetKind(v Enum777e439dc57940d3df1f77b9e31ced05)
SetKind sets field value
func (*ListIntegrations200ResponseInner) SetLocationId ¶
func (o *ListIntegrations200ResponseInner) SetLocationId(v string)
SetLocationId gets a reference to the given string and assigns it to the LocationId field.
func (*ListIntegrations200ResponseInner) SetName ¶
func (o *ListIntegrations200ResponseInner) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (ListIntegrations200ResponseInner) ToMap ¶
func (o ListIntegrations200ResponseInner) ToMap() (map[string]interface{}, error)
func (*ListIntegrations200ResponseInner) UnmarshalJSON ¶
func (o *ListIntegrations200ResponseInner) UnmarshalJSON(data []byte) (err error)
type ListIssues200ResponseInner ¶
type ListIssues200ResponseInner struct {
Id string `json:"id"`
Severity Enum9c1e82c38fa16c4851aece69dc28da0b `json:"severity"`
Name string `json:"name"`
PlatformUrl string `json:"platformUrl"`
Ignored bool `json:"ignored"`
Type Enum1ab5d44a8d8b0e47bb5ab55e0fd2b986 `json:"type"`
Category Enum5cf07f4dc5d62ad66f92942c1b7ce23f `json:"category"`
AdditionalProperties map[string]interface{}
}
ListIssues200ResponseInner struct for ListIssues200ResponseInner
func NewListIssues200ResponseInner ¶
func NewListIssues200ResponseInner(id string, severity Enum9c1e82c38fa16c4851aece69dc28da0b, name string, platformUrl string, ignored bool, type_ Enum1ab5d44a8d8b0e47bb5ab55e0fd2b986, category Enum5cf07f4dc5d62ad66f92942c1b7ce23f) *ListIssues200ResponseInner
NewListIssues200ResponseInner instantiates a new ListIssues200ResponseInner 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 NewListIssues200ResponseInnerWithDefaults ¶
func NewListIssues200ResponseInnerWithDefaults() *ListIssues200ResponseInner
NewListIssues200ResponseInnerWithDefaults instantiates a new ListIssues200ResponseInner 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 (*ListIssues200ResponseInner) GetCategory ¶
func (o *ListIssues200ResponseInner) GetCategory() Enum5cf07f4dc5d62ad66f92942c1b7ce23f
GetCategory returns the Category field value
func (*ListIssues200ResponseInner) GetCategoryOk ¶
func (o *ListIssues200ResponseInner) GetCategoryOk() (*Enum5cf07f4dc5d62ad66f92942c1b7ce23f, bool)
GetCategoryOk returns a tuple with the Category field value and a boolean to check if the value has been set.
func (*ListIssues200ResponseInner) GetId ¶
func (o *ListIssues200ResponseInner) GetId() string
GetId returns the Id field value
func (*ListIssues200ResponseInner) GetIdOk ¶
func (o *ListIssues200ResponseInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ListIssues200ResponseInner) GetIgnored ¶
func (o *ListIssues200ResponseInner) GetIgnored() bool
GetIgnored returns the Ignored field value
func (*ListIssues200ResponseInner) GetIgnoredOk ¶
func (o *ListIssues200ResponseInner) GetIgnoredOk() (*bool, bool)
GetIgnoredOk returns a tuple with the Ignored field value and a boolean to check if the value has been set.
func (*ListIssues200ResponseInner) GetName ¶
func (o *ListIssues200ResponseInner) GetName() string
GetName returns the Name field value
func (*ListIssues200ResponseInner) GetNameOk ¶
func (o *ListIssues200ResponseInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ListIssues200ResponseInner) GetPlatformUrl ¶
func (o *ListIssues200ResponseInner) GetPlatformUrl() string
GetPlatformUrl returns the PlatformUrl field value
func (*ListIssues200ResponseInner) GetPlatformUrlOk ¶
func (o *ListIssues200ResponseInner) GetPlatformUrlOk() (*string, bool)
GetPlatformUrlOk returns a tuple with the PlatformUrl field value and a boolean to check if the value has been set.
func (*ListIssues200ResponseInner) GetSeverity ¶
func (o *ListIssues200ResponseInner) GetSeverity() Enum9c1e82c38fa16c4851aece69dc28da0b
GetSeverity returns the Severity field value
func (*ListIssues200ResponseInner) GetSeverityOk ¶
func (o *ListIssues200ResponseInner) GetSeverityOk() (*Enum9c1e82c38fa16c4851aece69dc28da0b, bool)
GetSeverityOk returns a tuple with the Severity field value and a boolean to check if the value has been set.
func (*ListIssues200ResponseInner) GetType ¶
func (o *ListIssues200ResponseInner) GetType() Enum1ab5d44a8d8b0e47bb5ab55e0fd2b986
GetType returns the Type field value
func (*ListIssues200ResponseInner) GetTypeOk ¶
func (o *ListIssues200ResponseInner) GetTypeOk() (*Enum1ab5d44a8d8b0e47bb5ab55e0fd2b986, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (ListIssues200ResponseInner) MarshalJSON ¶
func (o ListIssues200ResponseInner) MarshalJSON() ([]byte, error)
func (*ListIssues200ResponseInner) SetCategory ¶
func (o *ListIssues200ResponseInner) SetCategory(v Enum5cf07f4dc5d62ad66f92942c1b7ce23f)
SetCategory sets field value
func (*ListIssues200ResponseInner) SetId ¶
func (o *ListIssues200ResponseInner) SetId(v string)
SetId sets field value
func (*ListIssues200ResponseInner) SetIgnored ¶
func (o *ListIssues200ResponseInner) SetIgnored(v bool)
SetIgnored sets field value
func (*ListIssues200ResponseInner) SetName ¶
func (o *ListIssues200ResponseInner) SetName(v string)
SetName sets field value
func (*ListIssues200ResponseInner) SetPlatformUrl ¶
func (o *ListIssues200ResponseInner) SetPlatformUrl(v string)
SetPlatformUrl sets field value
func (*ListIssues200ResponseInner) SetSeverity ¶
func (o *ListIssues200ResponseInner) SetSeverity(v Enum9c1e82c38fa16c4851aece69dc28da0b)
SetSeverity sets field value
func (*ListIssues200ResponseInner) SetType ¶
func (o *ListIssues200ResponseInner) SetType(v Enum1ab5d44a8d8b0e47bb5ab55e0fd2b986)
SetType sets field value
func (ListIssues200ResponseInner) ToMap ¶
func (o ListIssues200ResponseInner) ToMap() (map[string]interface{}, error)
func (*ListIssues200ResponseInner) UnmarshalJSON ¶
func (o *ListIssues200ResponseInner) UnmarshalJSON(data []byte) (err error)
type ListLocations200Response ¶ added in v0.1.22
type ListLocations200Response struct {
NextCursor string `json:"nextCursor"`
TotalCount *int `json:"totalCount,omitempty"`
Data []ListLocations200ResponseDataInner `json:"data"`
AdditionalProperties map[string]interface{}
}
ListLocations200Response struct for ListLocations200Response
func NewListLocations200Response ¶ added in v0.1.22
func NewListLocations200Response(nextCursor string, data []ListLocations200ResponseDataInner) *ListLocations200Response
NewListLocations200Response instantiates a new ListLocations200Response 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 NewListLocations200ResponseWithDefaults ¶ added in v0.1.22
func NewListLocations200ResponseWithDefaults() *ListLocations200Response
NewListLocations200ResponseWithDefaults instantiates a new ListLocations200Response 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 (*ListLocations200Response) GetData ¶ added in v0.1.22
func (o *ListLocations200Response) GetData() []ListLocations200ResponseDataInner
GetData returns the Data field value
func (*ListLocations200Response) GetDataOk ¶ added in v0.1.22
func (o *ListLocations200Response) GetDataOk() ([]ListLocations200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ListLocations200Response) GetNextCursor ¶ added in v0.1.22
func (o *ListLocations200Response) GetNextCursor() string
GetNextCursor returns the NextCursor field value
func (*ListLocations200Response) GetNextCursorOk ¶ added in v0.1.22
func (o *ListLocations200Response) GetNextCursorOk() (*string, bool)
GetNextCursorOk returns a tuple with the NextCursor field value and a boolean to check if the value has been set.
func (*ListLocations200Response) GetTotalCount ¶ added in v0.1.22
func (o *ListLocations200Response) GetTotalCount() int
GetTotalCount returns the TotalCount field value if set, zero value otherwise.
func (*ListLocations200Response) GetTotalCountOk ¶ added in v0.1.22
func (o *ListLocations200Response) GetTotalCountOk() (*int, bool)
GetTotalCountOk returns a tuple with the TotalCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListLocations200Response) HasTotalCount ¶ added in v0.1.22
func (o *ListLocations200Response) HasTotalCount() bool
HasTotalCount returns a boolean if a field has been set.
func (ListLocations200Response) MarshalJSON ¶ added in v0.1.22
func (o ListLocations200Response) MarshalJSON() ([]byte, error)
func (*ListLocations200Response) SetData ¶ added in v0.1.22
func (o *ListLocations200Response) SetData(v []ListLocations200ResponseDataInner)
SetData sets field value
func (*ListLocations200Response) SetNextCursor ¶ added in v0.1.22
func (o *ListLocations200Response) SetNextCursor(v string)
SetNextCursor sets field value
func (*ListLocations200Response) SetTotalCount ¶ added in v0.1.22
func (o *ListLocations200Response) SetTotalCount(v int)
SetTotalCount gets a reference to the given int and assigns it to the TotalCount field.
func (ListLocations200Response) ToMap ¶ added in v0.1.22
func (o ListLocations200Response) ToMap() (map[string]interface{}, error)
func (*ListLocations200Response) UnmarshalJSON ¶ added in v0.1.22
func (o *ListLocations200Response) UnmarshalJSON(data []byte) (err error)
type ListLocations200ResponseDataInner ¶ added in v0.1.22
type ListLocations200ResponseDataInner struct {
// The location ID.
Id *string `json:"id,omitempty"`
// The name of the location.
Name *string `json:"name,omitempty"`
// The SSH public key used to connect to the location.
SshPublicKey *string `json:"sshPublicKey,omitempty"`
AdditionalProperties map[string]interface{}
}
ListLocations200ResponseDataInner struct for ListLocations200ResponseDataInner
func NewListLocations200ResponseDataInner ¶ added in v0.1.22
func NewListLocations200ResponseDataInner() *ListLocations200ResponseDataInner
NewListLocations200ResponseDataInner instantiates a new ListLocations200ResponseDataInner 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 NewListLocations200ResponseDataInnerWithDefaults ¶ added in v0.1.22
func NewListLocations200ResponseDataInnerWithDefaults() *ListLocations200ResponseDataInner
NewListLocations200ResponseDataInnerWithDefaults instantiates a new ListLocations200ResponseDataInner 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 (*ListLocations200ResponseDataInner) GetId ¶ added in v0.1.22
func (o *ListLocations200ResponseDataInner) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ListLocations200ResponseDataInner) GetIdOk ¶ added in v0.1.22
func (o *ListLocations200ResponseDataInner) 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 (*ListLocations200ResponseDataInner) GetName ¶ added in v0.1.22
func (o *ListLocations200ResponseDataInner) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ListLocations200ResponseDataInner) GetNameOk ¶ added in v0.1.22
func (o *ListLocations200ResponseDataInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListLocations200ResponseDataInner) GetSshPublicKey ¶ added in v0.1.22
func (o *ListLocations200ResponseDataInner) GetSshPublicKey() string
GetSshPublicKey returns the SshPublicKey field value if set, zero value otherwise.
func (*ListLocations200ResponseDataInner) GetSshPublicKeyOk ¶ added in v0.1.22
func (o *ListLocations200ResponseDataInner) GetSshPublicKeyOk() (*string, bool)
GetSshPublicKeyOk returns a tuple with the SshPublicKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListLocations200ResponseDataInner) HasId ¶ added in v0.1.22
func (o *ListLocations200ResponseDataInner) HasId() bool
HasId returns a boolean if a field has been set.
func (*ListLocations200ResponseDataInner) HasName ¶ added in v0.1.22
func (o *ListLocations200ResponseDataInner) HasName() bool
HasName returns a boolean if a field has been set.
func (*ListLocations200ResponseDataInner) HasSshPublicKey ¶ added in v0.1.22
func (o *ListLocations200ResponseDataInner) HasSshPublicKey() bool
HasSshPublicKey returns a boolean if a field has been set.
func (ListLocations200ResponseDataInner) MarshalJSON ¶ added in v0.1.22
func (o ListLocations200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*ListLocations200ResponseDataInner) SetId ¶ added in v0.1.22
func (o *ListLocations200ResponseDataInner) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ListLocations200ResponseDataInner) SetName ¶ added in v0.1.22
func (o *ListLocations200ResponseDataInner) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ListLocations200ResponseDataInner) SetSshPublicKey ¶ added in v0.1.22
func (o *ListLocations200ResponseDataInner) SetSshPublicKey(v string)
SetSshPublicKey gets a reference to the given string and assigns it to the SshPublicKey field.
func (ListLocations200ResponseDataInner) ToMap ¶ added in v0.1.22
func (o ListLocations200ResponseDataInner) ToMap() (map[string]interface{}, error)
func (*ListLocations200ResponseDataInner) UnmarshalJSON ¶ added in v0.1.22
func (o *ListLocations200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
type ListRoles200ResponseInner ¶
type ListRoles200ResponseInner struct {
// The ID of the role.
Id string `json:"id"`
// The name of the role.
Name string `json:"name"`
ApplicationAccessLevel Enum041c163680d484c3944c5d3c68a9635b `json:"applicationAccessLevel"`
// Whether the role has reporting administrator privileges.
ReportingAdministrator bool `json:"reportingAdministrator"`
InventoryAccessLevel Enum041c163680d484c3944c5d3c68a9635b `json:"inventoryAccessLevel"`
// Whether the role has integration administrator privileges.
IntegrationAdministrator bool `json:"integrationAdministrator"`
WorkflowsAccessLevel Enum041c163680d484c3944c5d3c68a9635b `json:"workflowsAccessLevel"`
// The users associated with the role.
RoleUsers []ListRoles200ResponseInnerRoleUsersInner `json:"roleUsers"`
AdditionalProperties map[string]interface{}
}
ListRoles200ResponseInner struct for ListRoles200ResponseInner
func NewListRoles200ResponseInner ¶
func NewListRoles200ResponseInner(id string, name string, applicationAccessLevel Enum041c163680d484c3944c5d3c68a9635b, reportingAdministrator bool, inventoryAccessLevel Enum041c163680d484c3944c5d3c68a9635b, integrationAdministrator bool, workflowsAccessLevel Enum041c163680d484c3944c5d3c68a9635b, roleUsers []ListRoles200ResponseInnerRoleUsersInner) *ListRoles200ResponseInner
NewListRoles200ResponseInner instantiates a new ListRoles200ResponseInner 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 NewListRoles200ResponseInnerWithDefaults ¶
func NewListRoles200ResponseInnerWithDefaults() *ListRoles200ResponseInner
NewListRoles200ResponseInnerWithDefaults instantiates a new ListRoles200ResponseInner 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 (*ListRoles200ResponseInner) GetApplicationAccessLevel ¶
func (o *ListRoles200ResponseInner) GetApplicationAccessLevel() Enum041c163680d484c3944c5d3c68a9635b
GetApplicationAccessLevel returns the ApplicationAccessLevel field value
func (*ListRoles200ResponseInner) GetApplicationAccessLevelOk ¶
func (o *ListRoles200ResponseInner) GetApplicationAccessLevelOk() (*Enum041c163680d484c3944c5d3c68a9635b, bool)
GetApplicationAccessLevelOk returns a tuple with the ApplicationAccessLevel field value and a boolean to check if the value has been set.
func (*ListRoles200ResponseInner) GetId ¶
func (o *ListRoles200ResponseInner) GetId() string
GetId returns the Id field value
func (*ListRoles200ResponseInner) GetIdOk ¶
func (o *ListRoles200ResponseInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ListRoles200ResponseInner) GetIntegrationAdministrator ¶
func (o *ListRoles200ResponseInner) GetIntegrationAdministrator() bool
GetIntegrationAdministrator returns the IntegrationAdministrator field value
func (*ListRoles200ResponseInner) GetIntegrationAdministratorOk ¶
func (o *ListRoles200ResponseInner) GetIntegrationAdministratorOk() (*bool, bool)
GetIntegrationAdministratorOk returns a tuple with the IntegrationAdministrator field value and a boolean to check if the value has been set.
func (*ListRoles200ResponseInner) GetInventoryAccessLevel ¶
func (o *ListRoles200ResponseInner) GetInventoryAccessLevel() Enum041c163680d484c3944c5d3c68a9635b
GetInventoryAccessLevel returns the InventoryAccessLevel field value
func (*ListRoles200ResponseInner) GetInventoryAccessLevelOk ¶
func (o *ListRoles200ResponseInner) GetInventoryAccessLevelOk() (*Enum041c163680d484c3944c5d3c68a9635b, bool)
GetInventoryAccessLevelOk returns a tuple with the InventoryAccessLevel field value and a boolean to check if the value has been set.
func (*ListRoles200ResponseInner) GetName ¶
func (o *ListRoles200ResponseInner) GetName() string
GetName returns the Name field value
func (*ListRoles200ResponseInner) GetNameOk ¶
func (o *ListRoles200ResponseInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ListRoles200ResponseInner) GetReportingAdministrator ¶
func (o *ListRoles200ResponseInner) GetReportingAdministrator() bool
GetReportingAdministrator returns the ReportingAdministrator field value
func (*ListRoles200ResponseInner) GetReportingAdministratorOk ¶
func (o *ListRoles200ResponseInner) GetReportingAdministratorOk() (*bool, bool)
GetReportingAdministratorOk returns a tuple with the ReportingAdministrator field value and a boolean to check if the value has been set.
func (*ListRoles200ResponseInner) GetRoleUsers ¶
func (o *ListRoles200ResponseInner) GetRoleUsers() []ListRoles200ResponseInnerRoleUsersInner
GetRoleUsers returns the RoleUsers field value
func (*ListRoles200ResponseInner) GetRoleUsersOk ¶
func (o *ListRoles200ResponseInner) GetRoleUsersOk() ([]ListRoles200ResponseInnerRoleUsersInner, bool)
GetRoleUsersOk returns a tuple with the RoleUsers field value and a boolean to check if the value has been set.
func (*ListRoles200ResponseInner) GetWorkflowsAccessLevel ¶
func (o *ListRoles200ResponseInner) GetWorkflowsAccessLevel() Enum041c163680d484c3944c5d3c68a9635b
GetWorkflowsAccessLevel returns the WorkflowsAccessLevel field value
func (*ListRoles200ResponseInner) GetWorkflowsAccessLevelOk ¶
func (o *ListRoles200ResponseInner) GetWorkflowsAccessLevelOk() (*Enum041c163680d484c3944c5d3c68a9635b, bool)
GetWorkflowsAccessLevelOk returns a tuple with the WorkflowsAccessLevel field value and a boolean to check if the value has been set.
func (ListRoles200ResponseInner) MarshalJSON ¶
func (o ListRoles200ResponseInner) MarshalJSON() ([]byte, error)
func (*ListRoles200ResponseInner) SetApplicationAccessLevel ¶
func (o *ListRoles200ResponseInner) SetApplicationAccessLevel(v Enum041c163680d484c3944c5d3c68a9635b)
SetApplicationAccessLevel sets field value
func (*ListRoles200ResponseInner) SetId ¶
func (o *ListRoles200ResponseInner) SetId(v string)
SetId sets field value
func (*ListRoles200ResponseInner) SetIntegrationAdministrator ¶
func (o *ListRoles200ResponseInner) SetIntegrationAdministrator(v bool)
SetIntegrationAdministrator sets field value
func (*ListRoles200ResponseInner) SetInventoryAccessLevel ¶
func (o *ListRoles200ResponseInner) SetInventoryAccessLevel(v Enum041c163680d484c3944c5d3c68a9635b)
SetInventoryAccessLevel sets field value
func (*ListRoles200ResponseInner) SetName ¶
func (o *ListRoles200ResponseInner) SetName(v string)
SetName sets field value
func (*ListRoles200ResponseInner) SetReportingAdministrator ¶
func (o *ListRoles200ResponseInner) SetReportingAdministrator(v bool)
SetReportingAdministrator sets field value
func (*ListRoles200ResponseInner) SetRoleUsers ¶
func (o *ListRoles200ResponseInner) SetRoleUsers(v []ListRoles200ResponseInnerRoleUsersInner)
SetRoleUsers sets field value
func (*ListRoles200ResponseInner) SetWorkflowsAccessLevel ¶
func (o *ListRoles200ResponseInner) SetWorkflowsAccessLevel(v Enum041c163680d484c3944c5d3c68a9635b)
SetWorkflowsAccessLevel sets field value
func (ListRoles200ResponseInner) ToMap ¶
func (o ListRoles200ResponseInner) ToMap() (map[string]interface{}, error)
func (*ListRoles200ResponseInner) UnmarshalJSON ¶
func (o *ListRoles200ResponseInner) UnmarshalJSON(data []byte) (err error)
type ListRoles200ResponseInnerRoleUsersInner ¶
type ListRoles200ResponseInnerRoleUsersInner struct {
User ListRoles200ResponseInnerRoleUsersInnerUser `json:"user"`
AdditionalProperties map[string]interface{}
}
ListRoles200ResponseInnerRoleUsersInner struct for ListRoles200ResponseInnerRoleUsersInner
func NewListRoles200ResponseInnerRoleUsersInner ¶
func NewListRoles200ResponseInnerRoleUsersInner(user ListRoles200ResponseInnerRoleUsersInnerUser) *ListRoles200ResponseInnerRoleUsersInner
NewListRoles200ResponseInnerRoleUsersInner instantiates a new ListRoles200ResponseInnerRoleUsersInner 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 NewListRoles200ResponseInnerRoleUsersInnerWithDefaults ¶
func NewListRoles200ResponseInnerRoleUsersInnerWithDefaults() *ListRoles200ResponseInnerRoleUsersInner
NewListRoles200ResponseInnerRoleUsersInnerWithDefaults instantiates a new ListRoles200ResponseInnerRoleUsersInner 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 (*ListRoles200ResponseInnerRoleUsersInner) GetUser ¶
func (o *ListRoles200ResponseInnerRoleUsersInner) GetUser() ListRoles200ResponseInnerRoleUsersInnerUser
GetUser returns the User field value
func (*ListRoles200ResponseInnerRoleUsersInner) GetUserOk ¶
func (o *ListRoles200ResponseInnerRoleUsersInner) GetUserOk() (*ListRoles200ResponseInnerRoleUsersInnerUser, bool)
GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.
func (ListRoles200ResponseInnerRoleUsersInner) MarshalJSON ¶
func (o ListRoles200ResponseInnerRoleUsersInner) MarshalJSON() ([]byte, error)
func (*ListRoles200ResponseInnerRoleUsersInner) SetUser ¶
func (o *ListRoles200ResponseInnerRoleUsersInner) SetUser(v ListRoles200ResponseInnerRoleUsersInnerUser)
SetUser sets field value
func (ListRoles200ResponseInnerRoleUsersInner) ToMap ¶
func (o ListRoles200ResponseInnerRoleUsersInner) ToMap() (map[string]interface{}, error)
func (*ListRoles200ResponseInnerRoleUsersInner) UnmarshalJSON ¶
func (o *ListRoles200ResponseInnerRoleUsersInner) UnmarshalJSON(data []byte) (err error)
type ListRoles200ResponseInnerRoleUsersInnerUser ¶
type ListRoles200ResponseInnerRoleUsersInnerUser struct {
// The ID of the user.
Id string `json:"id"`
// The email of the user.
Email string `json:"email"`
AdditionalProperties map[string]interface{}
}
ListRoles200ResponseInnerRoleUsersInnerUser struct for ListRoles200ResponseInnerRoleUsersInnerUser
func NewListRoles200ResponseInnerRoleUsersInnerUser ¶
func NewListRoles200ResponseInnerRoleUsersInnerUser(id string, email string) *ListRoles200ResponseInnerRoleUsersInnerUser
NewListRoles200ResponseInnerRoleUsersInnerUser instantiates a new ListRoles200ResponseInnerRoleUsersInnerUser 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 NewListRoles200ResponseInnerRoleUsersInnerUserWithDefaults ¶
func NewListRoles200ResponseInnerRoleUsersInnerUserWithDefaults() *ListRoles200ResponseInnerRoleUsersInnerUser
NewListRoles200ResponseInnerRoleUsersInnerUserWithDefaults instantiates a new ListRoles200ResponseInnerRoleUsersInnerUser 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 (*ListRoles200ResponseInnerRoleUsersInnerUser) GetEmail ¶
func (o *ListRoles200ResponseInnerRoleUsersInnerUser) GetEmail() string
GetEmail returns the Email field value
func (*ListRoles200ResponseInnerRoleUsersInnerUser) GetEmailOk ¶
func (o *ListRoles200ResponseInnerRoleUsersInnerUser) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*ListRoles200ResponseInnerRoleUsersInnerUser) GetId ¶
func (o *ListRoles200ResponseInnerRoleUsersInnerUser) GetId() string
GetId returns the Id field value
func (*ListRoles200ResponseInnerRoleUsersInnerUser) GetIdOk ¶
func (o *ListRoles200ResponseInnerRoleUsersInnerUser) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (ListRoles200ResponseInnerRoleUsersInnerUser) MarshalJSON ¶
func (o ListRoles200ResponseInnerRoleUsersInnerUser) MarshalJSON() ([]byte, error)
func (*ListRoles200ResponseInnerRoleUsersInnerUser) SetEmail ¶
func (o *ListRoles200ResponseInnerRoleUsersInnerUser) SetEmail(v string)
SetEmail sets field value
func (*ListRoles200ResponseInnerRoleUsersInnerUser) SetId ¶
func (o *ListRoles200ResponseInnerRoleUsersInnerUser) SetId(v string)
SetId sets field value
func (ListRoles200ResponseInnerRoleUsersInnerUser) ToMap ¶
func (o ListRoles200ResponseInnerRoleUsersInnerUser) ToMap() (map[string]interface{}, error)
func (*ListRoles200ResponseInnerRoleUsersInnerUser) UnmarshalJSON ¶
func (o *ListRoles200ResponseInnerRoleUsersInnerUser) UnmarshalJSON(data []byte) (err error)
type ListScans200Response ¶
type ListScans200Response struct {
NextCursor string `json:"nextCursor"`
TotalCount *int `json:"totalCount,omitempty"`
Data []ListScans200ResponseDataInner `json:"data"`
AdditionalProperties map[string]interface{}
}
ListScans200Response struct for ListScans200Response
func NewListScans200Response ¶
func NewListScans200Response(nextCursor string, data []ListScans200ResponseDataInner) *ListScans200Response
NewListScans200Response instantiates a new ListScans200Response 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 NewListScans200ResponseWithDefaults ¶
func NewListScans200ResponseWithDefaults() *ListScans200Response
NewListScans200ResponseWithDefaults instantiates a new ListScans200Response 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 (*ListScans200Response) GetData ¶
func (o *ListScans200Response) GetData() []ListScans200ResponseDataInner
GetData returns the Data field value
func (*ListScans200Response) GetDataOk ¶
func (o *ListScans200Response) GetDataOk() ([]ListScans200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ListScans200Response) GetNextCursor ¶
func (o *ListScans200Response) GetNextCursor() string
GetNextCursor returns the NextCursor field value
func (*ListScans200Response) GetNextCursorOk ¶
func (o *ListScans200Response) GetNextCursorOk() (*string, bool)
GetNextCursorOk returns a tuple with the NextCursor field value and a boolean to check if the value has been set.
func (*ListScans200Response) GetTotalCount ¶
func (o *ListScans200Response) GetTotalCount() int
GetTotalCount returns the TotalCount field value if set, zero value otherwise.
func (*ListScans200Response) GetTotalCountOk ¶
func (o *ListScans200Response) GetTotalCountOk() (*int, bool)
GetTotalCountOk returns a tuple with the TotalCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListScans200Response) HasTotalCount ¶
func (o *ListScans200Response) HasTotalCount() bool
HasTotalCount returns a boolean if a field has been set.
func (ListScans200Response) MarshalJSON ¶
func (o ListScans200Response) MarshalJSON() ([]byte, error)
func (*ListScans200Response) SetData ¶
func (o *ListScans200Response) SetData(v []ListScans200ResponseDataInner)
SetData sets field value
func (*ListScans200Response) SetNextCursor ¶
func (o *ListScans200Response) SetNextCursor(v string)
SetNextCursor sets field value
func (*ListScans200Response) SetTotalCount ¶
func (o *ListScans200Response) SetTotalCount(v int)
SetTotalCount gets a reference to the given int and assigns it to the TotalCount field.
func (ListScans200Response) ToMap ¶
func (o ListScans200Response) ToMap() (map[string]interface{}, error)
func (*ListScans200Response) UnmarshalJSON ¶
func (o *ListScans200Response) UnmarshalJSON(data []byte) (err error)
type ListScans200ResponseDataInner ¶
type ListScans200ResponseDataInner struct {
Id string `json:"id"`
Status EnumE48dd51fe8a350a4154904abf16320d7 `json:"status"`
CreatedAt time.Time `json:"createdAt"`
ProgressRatio float32 `json:"progressRatio"`
AdditionalProperties map[string]interface{}
}
ListScans200ResponseDataInner struct for ListScans200ResponseDataInner
func NewListScans200ResponseDataInner ¶
func NewListScans200ResponseDataInner(id string, status EnumE48dd51fe8a350a4154904abf16320d7, createdAt time.Time, progressRatio float32) *ListScans200ResponseDataInner
NewListScans200ResponseDataInner instantiates a new ListScans200ResponseDataInner 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 NewListScans200ResponseDataInnerWithDefaults ¶
func NewListScans200ResponseDataInnerWithDefaults() *ListScans200ResponseDataInner
NewListScans200ResponseDataInnerWithDefaults instantiates a new ListScans200ResponseDataInner 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 (*ListScans200ResponseDataInner) GetCreatedAt ¶
func (o *ListScans200ResponseDataInner) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*ListScans200ResponseDataInner) GetCreatedAtOk ¶
func (o *ListScans200ResponseDataInner) 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 (*ListScans200ResponseDataInner) GetId ¶
func (o *ListScans200ResponseDataInner) GetId() string
GetId returns the Id field value
func (*ListScans200ResponseDataInner) GetIdOk ¶
func (o *ListScans200ResponseDataInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ListScans200ResponseDataInner) GetProgressRatio ¶
func (o *ListScans200ResponseDataInner) GetProgressRatio() float32
GetProgressRatio returns the ProgressRatio field value
func (*ListScans200ResponseDataInner) GetProgressRatioOk ¶
func (o *ListScans200ResponseDataInner) GetProgressRatioOk() (*float32, bool)
GetProgressRatioOk returns a tuple with the ProgressRatio field value and a boolean to check if the value has been set.
func (*ListScans200ResponseDataInner) GetStatus ¶
func (o *ListScans200ResponseDataInner) GetStatus() EnumE48dd51fe8a350a4154904abf16320d7
GetStatus returns the Status field value
func (*ListScans200ResponseDataInner) GetStatusOk ¶
func (o *ListScans200ResponseDataInner) GetStatusOk() (*EnumE48dd51fe8a350a4154904abf16320d7, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (ListScans200ResponseDataInner) MarshalJSON ¶
func (o ListScans200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*ListScans200ResponseDataInner) SetCreatedAt ¶
func (o *ListScans200ResponseDataInner) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*ListScans200ResponseDataInner) SetId ¶
func (o *ListScans200ResponseDataInner) SetId(v string)
SetId sets field value
func (*ListScans200ResponseDataInner) SetProgressRatio ¶
func (o *ListScans200ResponseDataInner) SetProgressRatio(v float32)
SetProgressRatio sets field value
func (*ListScans200ResponseDataInner) SetStatus ¶
func (o *ListScans200ResponseDataInner) SetStatus(v EnumE48dd51fe8a350a4154904abf16320d7)
SetStatus sets field value
func (ListScans200ResponseDataInner) ToMap ¶
func (o ListScans200ResponseDataInner) ToMap() (map[string]interface{}, error)
func (*ListScans200ResponseDataInner) UnmarshalJSON ¶
func (o *ListScans200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
type ListScans400Response ¶ added in v0.1.21
type ListScans400Response struct {
Message EnumINVALIDCURSOR `json:"message"`
Details string `json:"details"`
AdditionalProperties map[string]interface{}
}
ListScans400Response struct for ListScans400Response
func NewListScans400Response ¶ added in v0.1.21
func NewListScans400Response(message EnumINVALIDCURSOR, details string) *ListScans400Response
NewListScans400Response instantiates a new ListScans400Response 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 NewListScans400ResponseWithDefaults ¶ added in v0.1.21
func NewListScans400ResponseWithDefaults() *ListScans400Response
NewListScans400ResponseWithDefaults instantiates a new ListScans400Response 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 (*ListScans400Response) GetDetails ¶ added in v0.1.21
func (o *ListScans400Response) GetDetails() string
GetDetails returns the Details field value
func (*ListScans400Response) GetDetailsOk ¶ added in v0.1.21
func (o *ListScans400Response) GetDetailsOk() (*string, bool)
GetDetailsOk returns a tuple with the Details field value and a boolean to check if the value has been set.
func (*ListScans400Response) GetMessage ¶ added in v0.1.21
func (o *ListScans400Response) GetMessage() EnumINVALIDCURSOR
GetMessage returns the Message field value
func (*ListScans400Response) GetMessageOk ¶ added in v0.1.21
func (o *ListScans400Response) GetMessageOk() (*EnumINVALIDCURSOR, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (ListScans400Response) MarshalJSON ¶ added in v0.1.21
func (o ListScans400Response) MarshalJSON() ([]byte, error)
func (*ListScans400Response) SetDetails ¶ added in v0.1.21
func (o *ListScans400Response) SetDetails(v string)
SetDetails sets field value
func (*ListScans400Response) SetMessage ¶ added in v0.1.21
func (o *ListScans400Response) SetMessage(v EnumINVALIDCURSOR)
SetMessage sets field value
func (ListScans400Response) ToMap ¶ added in v0.1.21
func (o ListScans400Response) ToMap() (map[string]interface{}, error)
func (*ListScans400Response) UnmarshalJSON ¶ added in v0.1.21
func (o *ListScans400Response) UnmarshalJSON(data []byte) (err error)
type ListSubdomains200Response ¶
type ListSubdomains200Response struct {
NextCursor string `json:"nextCursor"`
TotalCount *int `json:"totalCount,omitempty"`
Data []ListSubdomains200ResponseDataInner `json:"data"`
AdditionalProperties map[string]interface{}
}
ListSubdomains200Response struct for ListSubdomains200Response
func NewListSubdomains200Response ¶
func NewListSubdomains200Response(nextCursor string, data []ListSubdomains200ResponseDataInner) *ListSubdomains200Response
NewListSubdomains200Response instantiates a new ListSubdomains200Response 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 NewListSubdomains200ResponseWithDefaults ¶
func NewListSubdomains200ResponseWithDefaults() *ListSubdomains200Response
NewListSubdomains200ResponseWithDefaults instantiates a new ListSubdomains200Response 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 (*ListSubdomains200Response) GetData ¶
func (o *ListSubdomains200Response) GetData() []ListSubdomains200ResponseDataInner
GetData returns the Data field value
func (*ListSubdomains200Response) GetDataOk ¶
func (o *ListSubdomains200Response) GetDataOk() ([]ListSubdomains200ResponseDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ListSubdomains200Response) GetNextCursor ¶
func (o *ListSubdomains200Response) GetNextCursor() string
GetNextCursor returns the NextCursor field value
func (*ListSubdomains200Response) GetNextCursorOk ¶
func (o *ListSubdomains200Response) GetNextCursorOk() (*string, bool)
GetNextCursorOk returns a tuple with the NextCursor field value and a boolean to check if the value has been set.
func (*ListSubdomains200Response) GetTotalCount ¶
func (o *ListSubdomains200Response) GetTotalCount() int
GetTotalCount returns the TotalCount field value if set, zero value otherwise.
func (*ListSubdomains200Response) GetTotalCountOk ¶
func (o *ListSubdomains200Response) GetTotalCountOk() (*int, bool)
GetTotalCountOk returns a tuple with the TotalCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListSubdomains200Response) HasTotalCount ¶
func (o *ListSubdomains200Response) HasTotalCount() bool
HasTotalCount returns a boolean if a field has been set.
func (ListSubdomains200Response) MarshalJSON ¶
func (o ListSubdomains200Response) MarshalJSON() ([]byte, error)
func (*ListSubdomains200Response) SetData ¶
func (o *ListSubdomains200Response) SetData(v []ListSubdomains200ResponseDataInner)
SetData sets field value
func (*ListSubdomains200Response) SetNextCursor ¶
func (o *ListSubdomains200Response) SetNextCursor(v string)
SetNextCursor sets field value
func (*ListSubdomains200Response) SetTotalCount ¶
func (o *ListSubdomains200Response) SetTotalCount(v int)
SetTotalCount gets a reference to the given int and assigns it to the TotalCount field.
func (ListSubdomains200Response) ToMap ¶
func (o ListSubdomains200Response) ToMap() (map[string]interface{}, error)
func (*ListSubdomains200Response) UnmarshalJSON ¶
func (o *ListSubdomains200Response) UnmarshalJSON(data []byte) (err error)
type ListSubdomains200ResponseDataInner ¶
type ListSubdomains200ResponseDataInner struct {
// The subdomain ID.
Id *string `json:"id,omitempty"`
// The subdomain name.
Fqdn *string `json:"fqdn,omitempty"`
// The number of services associated with the subdomain.
ServicesCount *int `json:"servicesCount,omitempty"`
AdditionalProperties map[string]interface{}
}
ListSubdomains200ResponseDataInner struct for ListSubdomains200ResponseDataInner
func NewListSubdomains200ResponseDataInner ¶
func NewListSubdomains200ResponseDataInner() *ListSubdomains200ResponseDataInner
NewListSubdomains200ResponseDataInner instantiates a new ListSubdomains200ResponseDataInner 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 NewListSubdomains200ResponseDataInnerWithDefaults ¶
func NewListSubdomains200ResponseDataInnerWithDefaults() *ListSubdomains200ResponseDataInner
NewListSubdomains200ResponseDataInnerWithDefaults instantiates a new ListSubdomains200ResponseDataInner 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 (*ListSubdomains200ResponseDataInner) GetFqdn ¶
func (o *ListSubdomains200ResponseDataInner) GetFqdn() string
GetFqdn returns the Fqdn field value if set, zero value otherwise.
func (*ListSubdomains200ResponseDataInner) GetFqdnOk ¶
func (o *ListSubdomains200ResponseDataInner) GetFqdnOk() (*string, bool)
GetFqdnOk returns a tuple with the Fqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListSubdomains200ResponseDataInner) GetId ¶
func (o *ListSubdomains200ResponseDataInner) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ListSubdomains200ResponseDataInner) GetIdOk ¶
func (o *ListSubdomains200ResponseDataInner) 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 (*ListSubdomains200ResponseDataInner) GetServicesCount ¶
func (o *ListSubdomains200ResponseDataInner) GetServicesCount() int
GetServicesCount returns the ServicesCount field value if set, zero value otherwise.
func (*ListSubdomains200ResponseDataInner) GetServicesCountOk ¶
func (o *ListSubdomains200ResponseDataInner) GetServicesCountOk() (*int, bool)
GetServicesCountOk returns a tuple with the ServicesCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListSubdomains200ResponseDataInner) HasFqdn ¶
func (o *ListSubdomains200ResponseDataInner) HasFqdn() bool
HasFqdn returns a boolean if a field has been set.
func (*ListSubdomains200ResponseDataInner) HasId ¶
func (o *ListSubdomains200ResponseDataInner) HasId() bool
HasId returns a boolean if a field has been set.
func (*ListSubdomains200ResponseDataInner) HasServicesCount ¶
func (o *ListSubdomains200ResponseDataInner) HasServicesCount() bool
HasServicesCount returns a boolean if a field has been set.
func (ListSubdomains200ResponseDataInner) MarshalJSON ¶
func (o ListSubdomains200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*ListSubdomains200ResponseDataInner) SetFqdn ¶
func (o *ListSubdomains200ResponseDataInner) SetFqdn(v string)
SetFqdn gets a reference to the given string and assigns it to the Fqdn field.
func (*ListSubdomains200ResponseDataInner) SetId ¶
func (o *ListSubdomains200ResponseDataInner) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ListSubdomains200ResponseDataInner) SetServicesCount ¶
func (o *ListSubdomains200ResponseDataInner) SetServicesCount(v int)
SetServicesCount gets a reference to the given int and assigns it to the ServicesCount field.
func (ListSubdomains200ResponseDataInner) ToMap ¶
func (o ListSubdomains200ResponseDataInner) ToMap() (map[string]interface{}, error)
func (*ListSubdomains200ResponseDataInner) UnmarshalJSON ¶
func (o *ListSubdomains200ResponseDataInner) UnmarshalJSON(data []byte) (err error)
type LocationsAPIService ¶
type LocationsAPIService service
LocationsAPIService LocationsAPI service
func (*LocationsAPIService) CreateLocation ¶
func (a *LocationsAPIService) CreateLocation(ctx context.Context) ApiCreateLocationRequest
CreateLocation Create a location
Creates a location
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateLocationRequest
func (*LocationsAPIService) CreateLocationExecute ¶
func (a *LocationsAPIService) CreateLocationExecute(r ApiCreateLocationRequest) (*ListLocations200ResponseDataInner, *http.Response, error)
Execute executes the request
@return ListLocations200ResponseDataInner
func (*LocationsAPIService) DeleteLocation ¶
func (a *LocationsAPIService) DeleteLocation(ctx context.Context, id string) ApiDeleteLocationRequest
DeleteLocation Delete a location
Delete a Private Location.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The ID of the location to delete @return ApiDeleteLocationRequest
func (*LocationsAPIService) DeleteLocationExecute ¶
func (a *LocationsAPIService) DeleteLocationExecute(r ApiDeleteLocationRequest) (*DeleteLocation200Response, *http.Response, error)
Execute executes the request
@return DeleteLocation200Response
func (*LocationsAPIService) GetLocation ¶
func (a *LocationsAPIService) GetLocation(ctx context.Context, id string) ApiGetLocationRequest
GetLocation Get a location
Retrieve a Private Location details.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The ID of the location to get @return ApiGetLocationRequest
func (*LocationsAPIService) GetLocationExecute ¶
func (a *LocationsAPIService) GetLocationExecute(r ApiGetLocationRequest) (*ListLocations200ResponseDataInner, *http.Response, error)
Execute executes the request
@return ListLocations200ResponseDataInner
func (*LocationsAPIService) ListLocations ¶
func (a *LocationsAPIService) ListLocations(ctx context.Context) ApiListLocationsRequest
ListLocations List Private locations
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListLocationsRequest
func (*LocationsAPIService) ListLocationsExecute ¶
func (a *LocationsAPIService) ListLocationsExecute(r ApiListLocationsRequest) (*ListLocations200Response, *http.Response, error)
Execute executes the request
@return ListLocations200Response
func (*LocationsAPIService) UpdateLocation ¶
func (a *LocationsAPIService) UpdateLocation(ctx context.Context, id string) ApiUpdateLocationRequest
UpdateLocation Update a location
Updates a location
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The ID of the location to update @return ApiUpdateLocationRequest
func (*LocationsAPIService) UpdateLocationExecute ¶
func (a *LocationsAPIService) UpdateLocationExecute(r ApiUpdateLocationRequest) (*ListLocations200ResponseDataInner, *http.Response, error)
Execute executes the request
@return ListLocations200ResponseDataInner
type MappedNullable ¶
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 NullableCreateApplication400Response ¶
type NullableCreateApplication400Response struct {
// contains filtered or unexported fields
}
func NewNullableCreateApplication400Response ¶
func NewNullableCreateApplication400Response(val *CreateApplication400Response) *NullableCreateApplication400Response
func (NullableCreateApplication400Response) Get ¶
func (v NullableCreateApplication400Response) Get() *CreateApplication400Response
func (NullableCreateApplication400Response) IsSet ¶
func (v NullableCreateApplication400Response) IsSet() bool
func (NullableCreateApplication400Response) MarshalJSON ¶
func (v NullableCreateApplication400Response) MarshalJSON() ([]byte, error)
func (*NullableCreateApplication400Response) Set ¶
func (v *NullableCreateApplication400Response) Set(val *CreateApplication400Response)
func (*NullableCreateApplication400Response) UnmarshalJSON ¶
func (v *NullableCreateApplication400Response) UnmarshalJSON(src []byte) error
func (*NullableCreateApplication400Response) Unset ¶
func (v *NullableCreateApplication400Response) Unset()
type NullableCreateApplicationRequest ¶
type NullableCreateApplicationRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateApplicationRequest ¶
func NewNullableCreateApplicationRequest(val *CreateApplicationRequest) *NullableCreateApplicationRequest
func (NullableCreateApplicationRequest) Get ¶
func (v NullableCreateApplicationRequest) Get() *CreateApplicationRequest
func (NullableCreateApplicationRequest) IsSet ¶
func (v NullableCreateApplicationRequest) IsSet() bool
func (NullableCreateApplicationRequest) MarshalJSON ¶
func (v NullableCreateApplicationRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateApplicationRequest) Set ¶
func (v *NullableCreateApplicationRequest) Set(val *CreateApplicationRequest)
func (*NullableCreateApplicationRequest) UnmarshalJSON ¶
func (v *NullableCreateApplicationRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateApplicationRequest) Unset ¶
func (v *NullableCreateApplicationRequest) Unset()
type NullableCreateDomainRequest ¶
type NullableCreateDomainRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateDomainRequest ¶
func NewNullableCreateDomainRequest(val *CreateDomainRequest) *NullableCreateDomainRequest
func (NullableCreateDomainRequest) Get ¶
func (v NullableCreateDomainRequest) Get() *CreateDomainRequest
func (NullableCreateDomainRequest) IsSet ¶
func (v NullableCreateDomainRequest) IsSet() bool
func (NullableCreateDomainRequest) MarshalJSON ¶
func (v NullableCreateDomainRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateDomainRequest) Set ¶
func (v *NullableCreateDomainRequest) Set(val *CreateDomainRequest)
func (*NullableCreateDomainRequest) UnmarshalJSON ¶
func (v *NullableCreateDomainRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateDomainRequest) Unset ¶
func (v *NullableCreateDomainRequest) Unset()
type NullableCreateLocation409Response ¶
type NullableCreateLocation409Response struct {
// contains filtered or unexported fields
}
func NewNullableCreateLocation409Response ¶
func NewNullableCreateLocation409Response(val *CreateLocation409Response) *NullableCreateLocation409Response
func (NullableCreateLocation409Response) Get ¶
func (v NullableCreateLocation409Response) Get() *CreateLocation409Response
func (NullableCreateLocation409Response) IsSet ¶
func (v NullableCreateLocation409Response) IsSet() bool
func (NullableCreateLocation409Response) MarshalJSON ¶
func (v NullableCreateLocation409Response) MarshalJSON() ([]byte, error)
func (*NullableCreateLocation409Response) Set ¶
func (v *NullableCreateLocation409Response) Set(val *CreateLocation409Response)
func (*NullableCreateLocation409Response) UnmarshalJSON ¶
func (v *NullableCreateLocation409Response) UnmarshalJSON(src []byte) error
func (*NullableCreateLocation409Response) Unset ¶
func (v *NullableCreateLocation409Response) Unset()
type NullableCreateLocationRequest ¶
type NullableCreateLocationRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateLocationRequest ¶
func NewNullableCreateLocationRequest(val *CreateLocationRequest) *NullableCreateLocationRequest
func (NullableCreateLocationRequest) Get ¶
func (v NullableCreateLocationRequest) Get() *CreateLocationRequest
func (NullableCreateLocationRequest) IsSet ¶
func (v NullableCreateLocationRequest) IsSet() bool
func (NullableCreateLocationRequest) MarshalJSON ¶
func (v NullableCreateLocationRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateLocationRequest) Set ¶
func (v *NullableCreateLocationRequest) Set(val *CreateLocationRequest)
func (*NullableCreateLocationRequest) UnmarshalJSON ¶
func (v *NullableCreateLocationRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateLocationRequest) Unset ¶
func (v *NullableCreateLocationRequest) Unset()
type NullableCreateUploadSignedUrl200Response ¶
type NullableCreateUploadSignedUrl200Response struct {
// contains filtered or unexported fields
}
func NewNullableCreateUploadSignedUrl200Response ¶
func NewNullableCreateUploadSignedUrl200Response(val *CreateUploadSignedUrl200Response) *NullableCreateUploadSignedUrl200Response
func (NullableCreateUploadSignedUrl200Response) IsSet ¶
func (v NullableCreateUploadSignedUrl200Response) IsSet() bool
func (NullableCreateUploadSignedUrl200Response) MarshalJSON ¶
func (v NullableCreateUploadSignedUrl200Response) MarshalJSON() ([]byte, error)
func (*NullableCreateUploadSignedUrl200Response) Set ¶
func (v *NullableCreateUploadSignedUrl200Response) Set(val *CreateUploadSignedUrl200Response)
func (*NullableCreateUploadSignedUrl200Response) UnmarshalJSON ¶
func (v *NullableCreateUploadSignedUrl200Response) UnmarshalJSON(src []byte) error
func (*NullableCreateUploadSignedUrl200Response) Unset ¶
func (v *NullableCreateUploadSignedUrl200Response) Unset()
type NullableDeleteDomain200Response ¶
type NullableDeleteDomain200Response struct {
// contains filtered or unexported fields
}
func NewNullableDeleteDomain200Response ¶
func NewNullableDeleteDomain200Response(val *DeleteDomain200Response) *NullableDeleteDomain200Response
func (NullableDeleteDomain200Response) Get ¶
func (v NullableDeleteDomain200Response) Get() *DeleteDomain200Response
func (NullableDeleteDomain200Response) IsSet ¶
func (v NullableDeleteDomain200Response) IsSet() bool
func (NullableDeleteDomain200Response) MarshalJSON ¶
func (v NullableDeleteDomain200Response) MarshalJSON() ([]byte, error)
func (*NullableDeleteDomain200Response) Set ¶
func (v *NullableDeleteDomain200Response) Set(val *DeleteDomain200Response)
func (*NullableDeleteDomain200Response) UnmarshalJSON ¶
func (v *NullableDeleteDomain200Response) UnmarshalJSON(src []byte) error
func (*NullableDeleteDomain200Response) Unset ¶
func (v *NullableDeleteDomain200Response) Unset()
type NullableDeleteIntegration200Response ¶
type NullableDeleteIntegration200Response struct {
// contains filtered or unexported fields
}
func NewNullableDeleteIntegration200Response ¶
func NewNullableDeleteIntegration200Response(val *DeleteIntegration200Response) *NullableDeleteIntegration200Response
func (NullableDeleteIntegration200Response) Get ¶
func (v NullableDeleteIntegration200Response) Get() *DeleteIntegration200Response
func (NullableDeleteIntegration200Response) IsSet ¶
func (v NullableDeleteIntegration200Response) IsSet() bool
func (NullableDeleteIntegration200Response) MarshalJSON ¶
func (v NullableDeleteIntegration200Response) MarshalJSON() ([]byte, error)
func (*NullableDeleteIntegration200Response) Set ¶
func (v *NullableDeleteIntegration200Response) Set(val *DeleteIntegration200Response)
func (*NullableDeleteIntegration200Response) UnmarshalJSON ¶
func (v *NullableDeleteIntegration200Response) UnmarshalJSON(src []byte) error
func (*NullableDeleteIntegration200Response) Unset ¶
func (v *NullableDeleteIntegration200Response) Unset()
type NullableDeleteLocation200Response ¶
type NullableDeleteLocation200Response struct {
// contains filtered or unexported fields
}
func NewNullableDeleteLocation200Response ¶
func NewNullableDeleteLocation200Response(val *DeleteLocation200Response) *NullableDeleteLocation200Response
func (NullableDeleteLocation200Response) Get ¶
func (v NullableDeleteLocation200Response) Get() *DeleteLocation200Response
func (NullableDeleteLocation200Response) IsSet ¶
func (v NullableDeleteLocation200Response) IsSet() bool
func (NullableDeleteLocation200Response) MarshalJSON ¶
func (v NullableDeleteLocation200Response) MarshalJSON() ([]byte, error)
func (*NullableDeleteLocation200Response) Set ¶
func (v *NullableDeleteLocation200Response) Set(val *DeleteLocation200Response)
func (*NullableDeleteLocation200Response) UnmarshalJSON ¶
func (v *NullableDeleteLocation200Response) UnmarshalJSON(src []byte) error
func (*NullableDeleteLocation200Response) Unset ¶
func (v *NullableDeleteLocation200Response) Unset()
type NullableEnum041c163680d484c3944c5d3c68a9635b ¶
type NullableEnum041c163680d484c3944c5d3c68a9635b struct {
// contains filtered or unexported fields
}
func NewNullableEnum041c163680d484c3944c5d3c68a9635b ¶
func NewNullableEnum041c163680d484c3944c5d3c68a9635b(val *Enum041c163680d484c3944c5d3c68a9635b) *NullableEnum041c163680d484c3944c5d3c68a9635b
func (NullableEnum041c163680d484c3944c5d3c68a9635b) IsSet ¶
func (v NullableEnum041c163680d484c3944c5d3c68a9635b) IsSet() bool
func (NullableEnum041c163680d484c3944c5d3c68a9635b) MarshalJSON ¶
func (v NullableEnum041c163680d484c3944c5d3c68a9635b) MarshalJSON() ([]byte, error)
func (*NullableEnum041c163680d484c3944c5d3c68a9635b) Set ¶
func (v *NullableEnum041c163680d484c3944c5d3c68a9635b) Set(val *Enum041c163680d484c3944c5d3c68a9635b)
func (*NullableEnum041c163680d484c3944c5d3c68a9635b) UnmarshalJSON ¶
func (v *NullableEnum041c163680d484c3944c5d3c68a9635b) UnmarshalJSON(src []byte) error
func (*NullableEnum041c163680d484c3944c5d3c68a9635b) Unset ¶
func (v *NullableEnum041c163680d484c3944c5d3c68a9635b) Unset()
type NullableEnum08a525336b538128cd395ea29110b935 ¶
type NullableEnum08a525336b538128cd395ea29110b935 struct {
// contains filtered or unexported fields
}
func NewNullableEnum08a525336b538128cd395ea29110b935 ¶
func NewNullableEnum08a525336b538128cd395ea29110b935(val *Enum08a525336b538128cd395ea29110b935) *NullableEnum08a525336b538128cd395ea29110b935
func (NullableEnum08a525336b538128cd395ea29110b935) IsSet ¶
func (v NullableEnum08a525336b538128cd395ea29110b935) IsSet() bool
func (NullableEnum08a525336b538128cd395ea29110b935) MarshalJSON ¶
func (v NullableEnum08a525336b538128cd395ea29110b935) MarshalJSON() ([]byte, error)
func (*NullableEnum08a525336b538128cd395ea29110b935) Set ¶
func (v *NullableEnum08a525336b538128cd395ea29110b935) Set(val *Enum08a525336b538128cd395ea29110b935)
func (*NullableEnum08a525336b538128cd395ea29110b935) UnmarshalJSON ¶
func (v *NullableEnum08a525336b538128cd395ea29110b935) UnmarshalJSON(src []byte) error
func (*NullableEnum08a525336b538128cd395ea29110b935) Unset ¶
func (v *NullableEnum08a525336b538128cd395ea29110b935) Unset()
type NullableEnum08b09d97ca82baf197de83a269dac339 ¶
type NullableEnum08b09d97ca82baf197de83a269dac339 struct {
// contains filtered or unexported fields
}
func NewNullableEnum08b09d97ca82baf197de83a269dac339 ¶
func NewNullableEnum08b09d97ca82baf197de83a269dac339(val *Enum08b09d97ca82baf197de83a269dac339) *NullableEnum08b09d97ca82baf197de83a269dac339
func (NullableEnum08b09d97ca82baf197de83a269dac339) IsSet ¶
func (v NullableEnum08b09d97ca82baf197de83a269dac339) IsSet() bool
func (NullableEnum08b09d97ca82baf197de83a269dac339) MarshalJSON ¶
func (v NullableEnum08b09d97ca82baf197de83a269dac339) MarshalJSON() ([]byte, error)
func (*NullableEnum08b09d97ca82baf197de83a269dac339) Set ¶
func (v *NullableEnum08b09d97ca82baf197de83a269dac339) Set(val *Enum08b09d97ca82baf197de83a269dac339)
func (*NullableEnum08b09d97ca82baf197de83a269dac339) UnmarshalJSON ¶
func (v *NullableEnum08b09d97ca82baf197de83a269dac339) UnmarshalJSON(src []byte) error
func (*NullableEnum08b09d97ca82baf197de83a269dac339) Unset ¶
func (v *NullableEnum08b09d97ca82baf197de83a269dac339) Unset()
type NullableEnum099ff370106bbdadb403f9dd62027576 ¶
type NullableEnum099ff370106bbdadb403f9dd62027576 struct {
// contains filtered or unexported fields
}
func NewNullableEnum099ff370106bbdadb403f9dd62027576 ¶
func NewNullableEnum099ff370106bbdadb403f9dd62027576(val *Enum099ff370106bbdadb403f9dd62027576) *NullableEnum099ff370106bbdadb403f9dd62027576
func (NullableEnum099ff370106bbdadb403f9dd62027576) IsSet ¶
func (v NullableEnum099ff370106bbdadb403f9dd62027576) IsSet() bool
func (NullableEnum099ff370106bbdadb403f9dd62027576) MarshalJSON ¶
func (v NullableEnum099ff370106bbdadb403f9dd62027576) MarshalJSON() ([]byte, error)
func (*NullableEnum099ff370106bbdadb403f9dd62027576) Set ¶
func (v *NullableEnum099ff370106bbdadb403f9dd62027576) Set(val *Enum099ff370106bbdadb403f9dd62027576)
func (*NullableEnum099ff370106bbdadb403f9dd62027576) UnmarshalJSON ¶
func (v *NullableEnum099ff370106bbdadb403f9dd62027576) UnmarshalJSON(src []byte) error
func (*NullableEnum099ff370106bbdadb403f9dd62027576) Unset ¶
func (v *NullableEnum099ff370106bbdadb403f9dd62027576) Unset()
type NullableEnum1a7b888d2ef5b26fc63749f8e3a87cfa ¶ added in v0.1.22
type NullableEnum1a7b888d2ef5b26fc63749f8e3a87cfa struct {
// contains filtered or unexported fields
}
func NewNullableEnum1a7b888d2ef5b26fc63749f8e3a87cfa ¶ added in v0.1.22
func NewNullableEnum1a7b888d2ef5b26fc63749f8e3a87cfa(val *Enum1a7b888d2ef5b26fc63749f8e3a87cfa) *NullableEnum1a7b888d2ef5b26fc63749f8e3a87cfa
func (NullableEnum1a7b888d2ef5b26fc63749f8e3a87cfa) IsSet ¶ added in v0.1.22
func (v NullableEnum1a7b888d2ef5b26fc63749f8e3a87cfa) IsSet() bool
func (NullableEnum1a7b888d2ef5b26fc63749f8e3a87cfa) MarshalJSON ¶ added in v0.1.22
func (v NullableEnum1a7b888d2ef5b26fc63749f8e3a87cfa) MarshalJSON() ([]byte, error)
func (*NullableEnum1a7b888d2ef5b26fc63749f8e3a87cfa) Set ¶ added in v0.1.22
func (v *NullableEnum1a7b888d2ef5b26fc63749f8e3a87cfa) Set(val *Enum1a7b888d2ef5b26fc63749f8e3a87cfa)
func (*NullableEnum1a7b888d2ef5b26fc63749f8e3a87cfa) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableEnum1a7b888d2ef5b26fc63749f8e3a87cfa) UnmarshalJSON(src []byte) error
func (*NullableEnum1a7b888d2ef5b26fc63749f8e3a87cfa) Unset ¶ added in v0.1.22
func (v *NullableEnum1a7b888d2ef5b26fc63749f8e3a87cfa) Unset()
type NullableEnum1ab0ceef9ae9ece93c01f2d976ec3990 ¶
type NullableEnum1ab0ceef9ae9ece93c01f2d976ec3990 struct {
// contains filtered or unexported fields
}
func NewNullableEnum1ab0ceef9ae9ece93c01f2d976ec3990 ¶
func NewNullableEnum1ab0ceef9ae9ece93c01f2d976ec3990(val *Enum1ab0ceef9ae9ece93c01f2d976ec3990) *NullableEnum1ab0ceef9ae9ece93c01f2d976ec3990
func (NullableEnum1ab0ceef9ae9ece93c01f2d976ec3990) IsSet ¶
func (v NullableEnum1ab0ceef9ae9ece93c01f2d976ec3990) IsSet() bool
func (NullableEnum1ab0ceef9ae9ece93c01f2d976ec3990) MarshalJSON ¶
func (v NullableEnum1ab0ceef9ae9ece93c01f2d976ec3990) MarshalJSON() ([]byte, error)
func (*NullableEnum1ab0ceef9ae9ece93c01f2d976ec3990) Set ¶
func (v *NullableEnum1ab0ceef9ae9ece93c01f2d976ec3990) Set(val *Enum1ab0ceef9ae9ece93c01f2d976ec3990)
func (*NullableEnum1ab0ceef9ae9ece93c01f2d976ec3990) UnmarshalJSON ¶
func (v *NullableEnum1ab0ceef9ae9ece93c01f2d976ec3990) UnmarshalJSON(src []byte) error
func (*NullableEnum1ab0ceef9ae9ece93c01f2d976ec3990) Unset ¶
func (v *NullableEnum1ab0ceef9ae9ece93c01f2d976ec3990) Unset()
type NullableEnum1ab5d44a8d8b0e47bb5ab55e0fd2b986 ¶
type NullableEnum1ab5d44a8d8b0e47bb5ab55e0fd2b986 struct {
// contains filtered or unexported fields
}
func NewNullableEnum1ab5d44a8d8b0e47bb5ab55e0fd2b986 ¶
func NewNullableEnum1ab5d44a8d8b0e47bb5ab55e0fd2b986(val *Enum1ab5d44a8d8b0e47bb5ab55e0fd2b986) *NullableEnum1ab5d44a8d8b0e47bb5ab55e0fd2b986
func (NullableEnum1ab5d44a8d8b0e47bb5ab55e0fd2b986) IsSet ¶
func (v NullableEnum1ab5d44a8d8b0e47bb5ab55e0fd2b986) IsSet() bool
func (NullableEnum1ab5d44a8d8b0e47bb5ab55e0fd2b986) MarshalJSON ¶
func (v NullableEnum1ab5d44a8d8b0e47bb5ab55e0fd2b986) MarshalJSON() ([]byte, error)
func (*NullableEnum1ab5d44a8d8b0e47bb5ab55e0fd2b986) Set ¶
func (v *NullableEnum1ab5d44a8d8b0e47bb5ab55e0fd2b986) Set(val *Enum1ab5d44a8d8b0e47bb5ab55e0fd2b986)
func (*NullableEnum1ab5d44a8d8b0e47bb5ab55e0fd2b986) UnmarshalJSON ¶
func (v *NullableEnum1ab5d44a8d8b0e47bb5ab55e0fd2b986) UnmarshalJSON(src []byte) error
func (*NullableEnum1ab5d44a8d8b0e47bb5ab55e0fd2b986) Unset ¶
func (v *NullableEnum1ab5d44a8d8b0e47bb5ab55e0fd2b986) Unset()
type NullableEnum1f6d3642ca98942a86c3631840441183 ¶
type NullableEnum1f6d3642ca98942a86c3631840441183 struct {
// contains filtered or unexported fields
}
func NewNullableEnum1f6d3642ca98942a86c3631840441183 ¶
func NewNullableEnum1f6d3642ca98942a86c3631840441183(val *Enum1f6d3642ca98942a86c3631840441183) *NullableEnum1f6d3642ca98942a86c3631840441183
func (NullableEnum1f6d3642ca98942a86c3631840441183) IsSet ¶
func (v NullableEnum1f6d3642ca98942a86c3631840441183) IsSet() bool
func (NullableEnum1f6d3642ca98942a86c3631840441183) MarshalJSON ¶
func (v NullableEnum1f6d3642ca98942a86c3631840441183) MarshalJSON() ([]byte, error)
func (*NullableEnum1f6d3642ca98942a86c3631840441183) Set ¶
func (v *NullableEnum1f6d3642ca98942a86c3631840441183) Set(val *Enum1f6d3642ca98942a86c3631840441183)
func (*NullableEnum1f6d3642ca98942a86c3631840441183) UnmarshalJSON ¶
func (v *NullableEnum1f6d3642ca98942a86c3631840441183) UnmarshalJSON(src []byte) error
func (*NullableEnum1f6d3642ca98942a86c3631840441183) Unset ¶
func (v *NullableEnum1f6d3642ca98942a86c3631840441183) Unset()
type NullableEnum200018d75ade9e46d41a8d1efb27c511 ¶
type NullableEnum200018d75ade9e46d41a8d1efb27c511 struct {
// contains filtered or unexported fields
}
func NewNullableEnum200018d75ade9e46d41a8d1efb27c511 ¶
func NewNullableEnum200018d75ade9e46d41a8d1efb27c511(val *Enum200018d75ade9e46d41a8d1efb27c511) *NullableEnum200018d75ade9e46d41a8d1efb27c511
func (NullableEnum200018d75ade9e46d41a8d1efb27c511) IsSet ¶
func (v NullableEnum200018d75ade9e46d41a8d1efb27c511) IsSet() bool
func (NullableEnum200018d75ade9e46d41a8d1efb27c511) MarshalJSON ¶
func (v NullableEnum200018d75ade9e46d41a8d1efb27c511) MarshalJSON() ([]byte, error)
func (*NullableEnum200018d75ade9e46d41a8d1efb27c511) Set ¶
func (v *NullableEnum200018d75ade9e46d41a8d1efb27c511) Set(val *Enum200018d75ade9e46d41a8d1efb27c511)
func (*NullableEnum200018d75ade9e46d41a8d1efb27c511) UnmarshalJSON ¶
func (v *NullableEnum200018d75ade9e46d41a8d1efb27c511) UnmarshalJSON(src []byte) error
func (*NullableEnum200018d75ade9e46d41a8d1efb27c511) Unset ¶
func (v *NullableEnum200018d75ade9e46d41a8d1efb27c511) Unset()
type NullableEnum2a0a63bd2634c78edc28210c0bdd7520 ¶
type NullableEnum2a0a63bd2634c78edc28210c0bdd7520 struct {
// contains filtered or unexported fields
}
func NewNullableEnum2a0a63bd2634c78edc28210c0bdd7520 ¶
func NewNullableEnum2a0a63bd2634c78edc28210c0bdd7520(val *Enum2a0a63bd2634c78edc28210c0bdd7520) *NullableEnum2a0a63bd2634c78edc28210c0bdd7520
func (NullableEnum2a0a63bd2634c78edc28210c0bdd7520) IsSet ¶
func (v NullableEnum2a0a63bd2634c78edc28210c0bdd7520) IsSet() bool
func (NullableEnum2a0a63bd2634c78edc28210c0bdd7520) MarshalJSON ¶
func (v NullableEnum2a0a63bd2634c78edc28210c0bdd7520) MarshalJSON() ([]byte, error)
func (*NullableEnum2a0a63bd2634c78edc28210c0bdd7520) Set ¶
func (v *NullableEnum2a0a63bd2634c78edc28210c0bdd7520) Set(val *Enum2a0a63bd2634c78edc28210c0bdd7520)
func (*NullableEnum2a0a63bd2634c78edc28210c0bdd7520) UnmarshalJSON ¶
func (v *NullableEnum2a0a63bd2634c78edc28210c0bdd7520) UnmarshalJSON(src []byte) error
func (*NullableEnum2a0a63bd2634c78edc28210c0bdd7520) Unset ¶
func (v *NullableEnum2a0a63bd2634c78edc28210c0bdd7520) Unset()
type NullableEnum33e76a7bc4c97ff8dbfe29d1d45aaa56 ¶
type NullableEnum33e76a7bc4c97ff8dbfe29d1d45aaa56 struct {
// contains filtered or unexported fields
}
func NewNullableEnum33e76a7bc4c97ff8dbfe29d1d45aaa56 ¶
func NewNullableEnum33e76a7bc4c97ff8dbfe29d1d45aaa56(val *Enum33e76a7bc4c97ff8dbfe29d1d45aaa56) *NullableEnum33e76a7bc4c97ff8dbfe29d1d45aaa56
func (NullableEnum33e76a7bc4c97ff8dbfe29d1d45aaa56) IsSet ¶
func (v NullableEnum33e76a7bc4c97ff8dbfe29d1d45aaa56) IsSet() bool
func (NullableEnum33e76a7bc4c97ff8dbfe29d1d45aaa56) MarshalJSON ¶
func (v NullableEnum33e76a7bc4c97ff8dbfe29d1d45aaa56) MarshalJSON() ([]byte, error)
func (*NullableEnum33e76a7bc4c97ff8dbfe29d1d45aaa56) Set ¶
func (v *NullableEnum33e76a7bc4c97ff8dbfe29d1d45aaa56) Set(val *Enum33e76a7bc4c97ff8dbfe29d1d45aaa56)
func (*NullableEnum33e76a7bc4c97ff8dbfe29d1d45aaa56) UnmarshalJSON ¶
func (v *NullableEnum33e76a7bc4c97ff8dbfe29d1d45aaa56) UnmarshalJSON(src []byte) error
func (*NullableEnum33e76a7bc4c97ff8dbfe29d1d45aaa56) Unset ¶
func (v *NullableEnum33e76a7bc4c97ff8dbfe29d1d45aaa56) Unset()
type NullableEnum3b03ec8408c363f23b7d74d99b6ba8f4 ¶
type NullableEnum3b03ec8408c363f23b7d74d99b6ba8f4 struct {
// contains filtered or unexported fields
}
func NewNullableEnum3b03ec8408c363f23b7d74d99b6ba8f4 ¶
func NewNullableEnum3b03ec8408c363f23b7d74d99b6ba8f4(val *Enum3b03ec8408c363f23b7d74d99b6ba8f4) *NullableEnum3b03ec8408c363f23b7d74d99b6ba8f4
func (NullableEnum3b03ec8408c363f23b7d74d99b6ba8f4) IsSet ¶
func (v NullableEnum3b03ec8408c363f23b7d74d99b6ba8f4) IsSet() bool
func (NullableEnum3b03ec8408c363f23b7d74d99b6ba8f4) MarshalJSON ¶
func (v NullableEnum3b03ec8408c363f23b7d74d99b6ba8f4) MarshalJSON() ([]byte, error)
func (*NullableEnum3b03ec8408c363f23b7d74d99b6ba8f4) Set ¶
func (v *NullableEnum3b03ec8408c363f23b7d74d99b6ba8f4) Set(val *Enum3b03ec8408c363f23b7d74d99b6ba8f4)
func (*NullableEnum3b03ec8408c363f23b7d74d99b6ba8f4) UnmarshalJSON ¶
func (v *NullableEnum3b03ec8408c363f23b7d74d99b6ba8f4) UnmarshalJSON(src []byte) error
func (*NullableEnum3b03ec8408c363f23b7d74d99b6ba8f4) Unset ¶
func (v *NullableEnum3b03ec8408c363f23b7d74d99b6ba8f4) Unset()
type NullableEnum4e0943c4ae7a2a2d426c0a6c0b839e82 ¶
type NullableEnum4e0943c4ae7a2a2d426c0a6c0b839e82 struct {
// contains filtered or unexported fields
}
func NewNullableEnum4e0943c4ae7a2a2d426c0a6c0b839e82 ¶
func NewNullableEnum4e0943c4ae7a2a2d426c0a6c0b839e82(val *Enum4e0943c4ae7a2a2d426c0a6c0b839e82) *NullableEnum4e0943c4ae7a2a2d426c0a6c0b839e82
func (NullableEnum4e0943c4ae7a2a2d426c0a6c0b839e82) IsSet ¶
func (v NullableEnum4e0943c4ae7a2a2d426c0a6c0b839e82) IsSet() bool
func (NullableEnum4e0943c4ae7a2a2d426c0a6c0b839e82) MarshalJSON ¶
func (v NullableEnum4e0943c4ae7a2a2d426c0a6c0b839e82) MarshalJSON() ([]byte, error)
func (*NullableEnum4e0943c4ae7a2a2d426c0a6c0b839e82) Set ¶
func (v *NullableEnum4e0943c4ae7a2a2d426c0a6c0b839e82) Set(val *Enum4e0943c4ae7a2a2d426c0a6c0b839e82)
func (*NullableEnum4e0943c4ae7a2a2d426c0a6c0b839e82) UnmarshalJSON ¶
func (v *NullableEnum4e0943c4ae7a2a2d426c0a6c0b839e82) UnmarshalJSON(src []byte) error
func (*NullableEnum4e0943c4ae7a2a2d426c0a6c0b839e82) Unset ¶
func (v *NullableEnum4e0943c4ae7a2a2d426c0a6c0b839e82) Unset()
type NullableEnum5240b1e44488028e2fb125a667a7a4bd ¶
type NullableEnum5240b1e44488028e2fb125a667a7a4bd struct {
// contains filtered or unexported fields
}
func NewNullableEnum5240b1e44488028e2fb125a667a7a4bd ¶
func NewNullableEnum5240b1e44488028e2fb125a667a7a4bd(val *Enum5240b1e44488028e2fb125a667a7a4bd) *NullableEnum5240b1e44488028e2fb125a667a7a4bd
func (NullableEnum5240b1e44488028e2fb125a667a7a4bd) IsSet ¶
func (v NullableEnum5240b1e44488028e2fb125a667a7a4bd) IsSet() bool
func (NullableEnum5240b1e44488028e2fb125a667a7a4bd) MarshalJSON ¶
func (v NullableEnum5240b1e44488028e2fb125a667a7a4bd) MarshalJSON() ([]byte, error)
func (*NullableEnum5240b1e44488028e2fb125a667a7a4bd) Set ¶
func (v *NullableEnum5240b1e44488028e2fb125a667a7a4bd) Set(val *Enum5240b1e44488028e2fb125a667a7a4bd)
func (*NullableEnum5240b1e44488028e2fb125a667a7a4bd) UnmarshalJSON ¶
func (v *NullableEnum5240b1e44488028e2fb125a667a7a4bd) UnmarshalJSON(src []byte) error
func (*NullableEnum5240b1e44488028e2fb125a667a7a4bd) Unset ¶
func (v *NullableEnum5240b1e44488028e2fb125a667a7a4bd) Unset()
type NullableEnum549d6d987f9711d8c5b7a2472e0c9d65 ¶
type NullableEnum549d6d987f9711d8c5b7a2472e0c9d65 struct {
// contains filtered or unexported fields
}
func NewNullableEnum549d6d987f9711d8c5b7a2472e0c9d65 ¶
func NewNullableEnum549d6d987f9711d8c5b7a2472e0c9d65(val *Enum549d6d987f9711d8c5b7a2472e0c9d65) *NullableEnum549d6d987f9711d8c5b7a2472e0c9d65
func (NullableEnum549d6d987f9711d8c5b7a2472e0c9d65) IsSet ¶
func (v NullableEnum549d6d987f9711d8c5b7a2472e0c9d65) IsSet() bool
func (NullableEnum549d6d987f9711d8c5b7a2472e0c9d65) MarshalJSON ¶
func (v NullableEnum549d6d987f9711d8c5b7a2472e0c9d65) MarshalJSON() ([]byte, error)
func (*NullableEnum549d6d987f9711d8c5b7a2472e0c9d65) Set ¶
func (v *NullableEnum549d6d987f9711d8c5b7a2472e0c9d65) Set(val *Enum549d6d987f9711d8c5b7a2472e0c9d65)
func (*NullableEnum549d6d987f9711d8c5b7a2472e0c9d65) UnmarshalJSON ¶
func (v *NullableEnum549d6d987f9711d8c5b7a2472e0c9d65) UnmarshalJSON(src []byte) error
func (*NullableEnum549d6d987f9711d8c5b7a2472e0c9d65) Unset ¶
func (v *NullableEnum549d6d987f9711d8c5b7a2472e0c9d65) Unset()
type NullableEnum54f0a5f011be184847a3933abc4c6999 ¶
type NullableEnum54f0a5f011be184847a3933abc4c6999 struct {
// contains filtered or unexported fields
}
func NewNullableEnum54f0a5f011be184847a3933abc4c6999 ¶
func NewNullableEnum54f0a5f011be184847a3933abc4c6999(val *Enum54f0a5f011be184847a3933abc4c6999) *NullableEnum54f0a5f011be184847a3933abc4c6999
func (NullableEnum54f0a5f011be184847a3933abc4c6999) IsSet ¶
func (v NullableEnum54f0a5f011be184847a3933abc4c6999) IsSet() bool
func (NullableEnum54f0a5f011be184847a3933abc4c6999) MarshalJSON ¶
func (v NullableEnum54f0a5f011be184847a3933abc4c6999) MarshalJSON() ([]byte, error)
func (*NullableEnum54f0a5f011be184847a3933abc4c6999) Set ¶
func (v *NullableEnum54f0a5f011be184847a3933abc4c6999) Set(val *Enum54f0a5f011be184847a3933abc4c6999)
func (*NullableEnum54f0a5f011be184847a3933abc4c6999) UnmarshalJSON ¶
func (v *NullableEnum54f0a5f011be184847a3933abc4c6999) UnmarshalJSON(src []byte) error
func (*NullableEnum54f0a5f011be184847a3933abc4c6999) Unset ¶
func (v *NullableEnum54f0a5f011be184847a3933abc4c6999) Unset()
type NullableEnum5cf07f4dc5d62ad66f92942c1b7ce23f ¶ added in v0.1.22
type NullableEnum5cf07f4dc5d62ad66f92942c1b7ce23f struct {
// contains filtered or unexported fields
}
func NewNullableEnum5cf07f4dc5d62ad66f92942c1b7ce23f ¶ added in v0.1.22
func NewNullableEnum5cf07f4dc5d62ad66f92942c1b7ce23f(val *Enum5cf07f4dc5d62ad66f92942c1b7ce23f) *NullableEnum5cf07f4dc5d62ad66f92942c1b7ce23f
func (NullableEnum5cf07f4dc5d62ad66f92942c1b7ce23f) IsSet ¶ added in v0.1.22
func (v NullableEnum5cf07f4dc5d62ad66f92942c1b7ce23f) IsSet() bool
func (NullableEnum5cf07f4dc5d62ad66f92942c1b7ce23f) MarshalJSON ¶ added in v0.1.22
func (v NullableEnum5cf07f4dc5d62ad66f92942c1b7ce23f) MarshalJSON() ([]byte, error)
func (*NullableEnum5cf07f4dc5d62ad66f92942c1b7ce23f) Set ¶ added in v0.1.22
func (v *NullableEnum5cf07f4dc5d62ad66f92942c1b7ce23f) Set(val *Enum5cf07f4dc5d62ad66f92942c1b7ce23f)
func (*NullableEnum5cf07f4dc5d62ad66f92942c1b7ce23f) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableEnum5cf07f4dc5d62ad66f92942c1b7ce23f) UnmarshalJSON(src []byte) error
func (*NullableEnum5cf07f4dc5d62ad66f92942c1b7ce23f) Unset ¶ added in v0.1.22
func (v *NullableEnum5cf07f4dc5d62ad66f92942c1b7ce23f) Unset()
type NullableEnum6741c81b56f1b47f9c4e941a35bc8afb ¶
type NullableEnum6741c81b56f1b47f9c4e941a35bc8afb struct {
// contains filtered or unexported fields
}
func NewNullableEnum6741c81b56f1b47f9c4e941a35bc8afb ¶
func NewNullableEnum6741c81b56f1b47f9c4e941a35bc8afb(val *Enum6741c81b56f1b47f9c4e941a35bc8afb) *NullableEnum6741c81b56f1b47f9c4e941a35bc8afb
func (NullableEnum6741c81b56f1b47f9c4e941a35bc8afb) IsSet ¶
func (v NullableEnum6741c81b56f1b47f9c4e941a35bc8afb) IsSet() bool
func (NullableEnum6741c81b56f1b47f9c4e941a35bc8afb) MarshalJSON ¶
func (v NullableEnum6741c81b56f1b47f9c4e941a35bc8afb) MarshalJSON() ([]byte, error)
func (*NullableEnum6741c81b56f1b47f9c4e941a35bc8afb) Set ¶
func (v *NullableEnum6741c81b56f1b47f9c4e941a35bc8afb) Set(val *Enum6741c81b56f1b47f9c4e941a35bc8afb)
func (*NullableEnum6741c81b56f1b47f9c4e941a35bc8afb) UnmarshalJSON ¶
func (v *NullableEnum6741c81b56f1b47f9c4e941a35bc8afb) UnmarshalJSON(src []byte) error
func (*NullableEnum6741c81b56f1b47f9c4e941a35bc8afb) Unset ¶
func (v *NullableEnum6741c81b56f1b47f9c4e941a35bc8afb) Unset()
type NullableEnum6b715a076de4c8a128eec128b79c270b ¶
type NullableEnum6b715a076de4c8a128eec128b79c270b struct {
// contains filtered or unexported fields
}
func NewNullableEnum6b715a076de4c8a128eec128b79c270b ¶
func NewNullableEnum6b715a076de4c8a128eec128b79c270b(val *Enum6b715a076de4c8a128eec128b79c270b) *NullableEnum6b715a076de4c8a128eec128b79c270b
func (NullableEnum6b715a076de4c8a128eec128b79c270b) IsSet ¶
func (v NullableEnum6b715a076de4c8a128eec128b79c270b) IsSet() bool
func (NullableEnum6b715a076de4c8a128eec128b79c270b) MarshalJSON ¶
func (v NullableEnum6b715a076de4c8a128eec128b79c270b) MarshalJSON() ([]byte, error)
func (*NullableEnum6b715a076de4c8a128eec128b79c270b) Set ¶
func (v *NullableEnum6b715a076de4c8a128eec128b79c270b) Set(val *Enum6b715a076de4c8a128eec128b79c270b)
func (*NullableEnum6b715a076de4c8a128eec128b79c270b) UnmarshalJSON ¶
func (v *NullableEnum6b715a076de4c8a128eec128b79c270b) UnmarshalJSON(src []byte) error
func (*NullableEnum6b715a076de4c8a128eec128b79c270b) Unset ¶
func (v *NullableEnum6b715a076de4c8a128eec128b79c270b) Unset()
type NullableEnum729547c90705c82a79ed6fbc3adcfa94 ¶ added in v0.1.22
type NullableEnum729547c90705c82a79ed6fbc3adcfa94 struct {
// contains filtered or unexported fields
}
func NewNullableEnum729547c90705c82a79ed6fbc3adcfa94 ¶ added in v0.1.22
func NewNullableEnum729547c90705c82a79ed6fbc3adcfa94(val *Enum729547c90705c82a79ed6fbc3adcfa94) *NullableEnum729547c90705c82a79ed6fbc3adcfa94
func (NullableEnum729547c90705c82a79ed6fbc3adcfa94) IsSet ¶ added in v0.1.22
func (v NullableEnum729547c90705c82a79ed6fbc3adcfa94) IsSet() bool
func (NullableEnum729547c90705c82a79ed6fbc3adcfa94) MarshalJSON ¶ added in v0.1.22
func (v NullableEnum729547c90705c82a79ed6fbc3adcfa94) MarshalJSON() ([]byte, error)
func (*NullableEnum729547c90705c82a79ed6fbc3adcfa94) Set ¶ added in v0.1.22
func (v *NullableEnum729547c90705c82a79ed6fbc3adcfa94) Set(val *Enum729547c90705c82a79ed6fbc3adcfa94)
func (*NullableEnum729547c90705c82a79ed6fbc3adcfa94) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableEnum729547c90705c82a79ed6fbc3adcfa94) UnmarshalJSON(src []byte) error
func (*NullableEnum729547c90705c82a79ed6fbc3adcfa94) Unset ¶ added in v0.1.22
func (v *NullableEnum729547c90705c82a79ed6fbc3adcfa94) Unset()
type NullableEnum777e439dc57940d3df1f77b9e31ced05 ¶
type NullableEnum777e439dc57940d3df1f77b9e31ced05 struct {
// contains filtered or unexported fields
}
func NewNullableEnum777e439dc57940d3df1f77b9e31ced05 ¶
func NewNullableEnum777e439dc57940d3df1f77b9e31ced05(val *Enum777e439dc57940d3df1f77b9e31ced05) *NullableEnum777e439dc57940d3df1f77b9e31ced05
func (NullableEnum777e439dc57940d3df1f77b9e31ced05) IsSet ¶
func (v NullableEnum777e439dc57940d3df1f77b9e31ced05) IsSet() bool
func (NullableEnum777e439dc57940d3df1f77b9e31ced05) MarshalJSON ¶
func (v NullableEnum777e439dc57940d3df1f77b9e31ced05) MarshalJSON() ([]byte, error)
func (*NullableEnum777e439dc57940d3df1f77b9e31ced05) Set ¶
func (v *NullableEnum777e439dc57940d3df1f77b9e31ced05) Set(val *Enum777e439dc57940d3df1f77b9e31ced05)
func (*NullableEnum777e439dc57940d3df1f77b9e31ced05) UnmarshalJSON ¶
func (v *NullableEnum777e439dc57940d3df1f77b9e31ced05) UnmarshalJSON(src []byte) error
func (*NullableEnum777e439dc57940d3df1f77b9e31ced05) Unset ¶
func (v *NullableEnum777e439dc57940d3df1f77b9e31ced05) Unset()
type NullableEnum7f9dfa9af8b93bdca51d0e79de301f7b ¶
type NullableEnum7f9dfa9af8b93bdca51d0e79de301f7b struct {
// contains filtered or unexported fields
}
func NewNullableEnum7f9dfa9af8b93bdca51d0e79de301f7b ¶
func NewNullableEnum7f9dfa9af8b93bdca51d0e79de301f7b(val *Enum7f9dfa9af8b93bdca51d0e79de301f7b) *NullableEnum7f9dfa9af8b93bdca51d0e79de301f7b
func (NullableEnum7f9dfa9af8b93bdca51d0e79de301f7b) IsSet ¶
func (v NullableEnum7f9dfa9af8b93bdca51d0e79de301f7b) IsSet() bool
func (NullableEnum7f9dfa9af8b93bdca51d0e79de301f7b) MarshalJSON ¶
func (v NullableEnum7f9dfa9af8b93bdca51d0e79de301f7b) MarshalJSON() ([]byte, error)
func (*NullableEnum7f9dfa9af8b93bdca51d0e79de301f7b) Set ¶
func (v *NullableEnum7f9dfa9af8b93bdca51d0e79de301f7b) Set(val *Enum7f9dfa9af8b93bdca51d0e79de301f7b)
func (*NullableEnum7f9dfa9af8b93bdca51d0e79de301f7b) UnmarshalJSON ¶
func (v *NullableEnum7f9dfa9af8b93bdca51d0e79de301f7b) UnmarshalJSON(src []byte) error
func (*NullableEnum7f9dfa9af8b93bdca51d0e79de301f7b) Unset ¶
func (v *NullableEnum7f9dfa9af8b93bdca51d0e79de301f7b) Unset()
type NullableEnum80229dc8a40727ab101f9b3e03267361 ¶
type NullableEnum80229dc8a40727ab101f9b3e03267361 struct {
// contains filtered or unexported fields
}
func NewNullableEnum80229dc8a40727ab101f9b3e03267361 ¶
func NewNullableEnum80229dc8a40727ab101f9b3e03267361(val *Enum80229dc8a40727ab101f9b3e03267361) *NullableEnum80229dc8a40727ab101f9b3e03267361
func (NullableEnum80229dc8a40727ab101f9b3e03267361) IsSet ¶
func (v NullableEnum80229dc8a40727ab101f9b3e03267361) IsSet() bool
func (NullableEnum80229dc8a40727ab101f9b3e03267361) MarshalJSON ¶
func (v NullableEnum80229dc8a40727ab101f9b3e03267361) MarshalJSON() ([]byte, error)
func (*NullableEnum80229dc8a40727ab101f9b3e03267361) Set ¶
func (v *NullableEnum80229dc8a40727ab101f9b3e03267361) Set(val *Enum80229dc8a40727ab101f9b3e03267361)
func (*NullableEnum80229dc8a40727ab101f9b3e03267361) UnmarshalJSON ¶
func (v *NullableEnum80229dc8a40727ab101f9b3e03267361) UnmarshalJSON(src []byte) error
func (*NullableEnum80229dc8a40727ab101f9b3e03267361) Unset ¶
func (v *NullableEnum80229dc8a40727ab101f9b3e03267361) Unset()
type NullableEnum83878678114937d099c9b534cb78beaf ¶
type NullableEnum83878678114937d099c9b534cb78beaf struct {
// contains filtered or unexported fields
}
func NewNullableEnum83878678114937d099c9b534cb78beaf ¶
func NewNullableEnum83878678114937d099c9b534cb78beaf(val *Enum83878678114937d099c9b534cb78beaf) *NullableEnum83878678114937d099c9b534cb78beaf
func (NullableEnum83878678114937d099c9b534cb78beaf) IsSet ¶
func (v NullableEnum83878678114937d099c9b534cb78beaf) IsSet() bool
func (NullableEnum83878678114937d099c9b534cb78beaf) MarshalJSON ¶
func (v NullableEnum83878678114937d099c9b534cb78beaf) MarshalJSON() ([]byte, error)
func (*NullableEnum83878678114937d099c9b534cb78beaf) Set ¶
func (v *NullableEnum83878678114937d099c9b534cb78beaf) Set(val *Enum83878678114937d099c9b534cb78beaf)
func (*NullableEnum83878678114937d099c9b534cb78beaf) UnmarshalJSON ¶
func (v *NullableEnum83878678114937d099c9b534cb78beaf) UnmarshalJSON(src []byte) error
func (*NullableEnum83878678114937d099c9b534cb78beaf) Unset ¶
func (v *NullableEnum83878678114937d099c9b534cb78beaf) Unset()
type NullableEnum88381acf2baeed408becef5653510069 ¶ added in v0.1.21
type NullableEnum88381acf2baeed408becef5653510069 struct {
// contains filtered or unexported fields
}
func NewNullableEnum88381acf2baeed408becef5653510069 ¶ added in v0.1.21
func NewNullableEnum88381acf2baeed408becef5653510069(val *Enum88381acf2baeed408becef5653510069) *NullableEnum88381acf2baeed408becef5653510069
func (NullableEnum88381acf2baeed408becef5653510069) IsSet ¶ added in v0.1.21
func (v NullableEnum88381acf2baeed408becef5653510069) IsSet() bool
func (NullableEnum88381acf2baeed408becef5653510069) MarshalJSON ¶ added in v0.1.21
func (v NullableEnum88381acf2baeed408becef5653510069) MarshalJSON() ([]byte, error)
func (*NullableEnum88381acf2baeed408becef5653510069) Set ¶ added in v0.1.21
func (v *NullableEnum88381acf2baeed408becef5653510069) Set(val *Enum88381acf2baeed408becef5653510069)
func (*NullableEnum88381acf2baeed408becef5653510069) UnmarshalJSON ¶ added in v0.1.21
func (v *NullableEnum88381acf2baeed408becef5653510069) UnmarshalJSON(src []byte) error
func (*NullableEnum88381acf2baeed408becef5653510069) Unset ¶ added in v0.1.21
func (v *NullableEnum88381acf2baeed408becef5653510069) Unset()
type NullableEnum9c1e82c38fa16c4851aece69dc28da0b ¶
type NullableEnum9c1e82c38fa16c4851aece69dc28da0b struct {
// contains filtered or unexported fields
}
func NewNullableEnum9c1e82c38fa16c4851aece69dc28da0b ¶
func NewNullableEnum9c1e82c38fa16c4851aece69dc28da0b(val *Enum9c1e82c38fa16c4851aece69dc28da0b) *NullableEnum9c1e82c38fa16c4851aece69dc28da0b
func (NullableEnum9c1e82c38fa16c4851aece69dc28da0b) IsSet ¶
func (v NullableEnum9c1e82c38fa16c4851aece69dc28da0b) IsSet() bool
func (NullableEnum9c1e82c38fa16c4851aece69dc28da0b) MarshalJSON ¶
func (v NullableEnum9c1e82c38fa16c4851aece69dc28da0b) MarshalJSON() ([]byte, error)
func (*NullableEnum9c1e82c38fa16c4851aece69dc28da0b) Set ¶
func (v *NullableEnum9c1e82c38fa16c4851aece69dc28da0b) Set(val *Enum9c1e82c38fa16c4851aece69dc28da0b)
func (*NullableEnum9c1e82c38fa16c4851aece69dc28da0b) UnmarshalJSON ¶
func (v *NullableEnum9c1e82c38fa16c4851aece69dc28da0b) UnmarshalJSON(src []byte) error
func (*NullableEnum9c1e82c38fa16c4851aece69dc28da0b) Unset ¶
func (v *NullableEnum9c1e82c38fa16c4851aece69dc28da0b) Unset()
type NullableEnum9def3867f5ea1dc45dde745eee25cf64 ¶
type NullableEnum9def3867f5ea1dc45dde745eee25cf64 struct {
// contains filtered or unexported fields
}
func NewNullableEnum9def3867f5ea1dc45dde745eee25cf64 ¶
func NewNullableEnum9def3867f5ea1dc45dde745eee25cf64(val *Enum9def3867f5ea1dc45dde745eee25cf64) *NullableEnum9def3867f5ea1dc45dde745eee25cf64
func (NullableEnum9def3867f5ea1dc45dde745eee25cf64) IsSet ¶
func (v NullableEnum9def3867f5ea1dc45dde745eee25cf64) IsSet() bool
func (NullableEnum9def3867f5ea1dc45dde745eee25cf64) MarshalJSON ¶
func (v NullableEnum9def3867f5ea1dc45dde745eee25cf64) MarshalJSON() ([]byte, error)
func (*NullableEnum9def3867f5ea1dc45dde745eee25cf64) Set ¶
func (v *NullableEnum9def3867f5ea1dc45dde745eee25cf64) Set(val *Enum9def3867f5ea1dc45dde745eee25cf64)
func (*NullableEnum9def3867f5ea1dc45dde745eee25cf64) UnmarshalJSON ¶
func (v *NullableEnum9def3867f5ea1dc45dde745eee25cf64) UnmarshalJSON(src []byte) error
func (*NullableEnum9def3867f5ea1dc45dde745eee25cf64) Unset ¶
func (v *NullableEnum9def3867f5ea1dc45dde745eee25cf64) Unset()
type NullableEnumA59e4e0f7039345a12220706339ba411 ¶
type NullableEnumA59e4e0f7039345a12220706339ba411 struct {
// contains filtered or unexported fields
}
func NewNullableEnumA59e4e0f7039345a12220706339ba411 ¶
func NewNullableEnumA59e4e0f7039345a12220706339ba411(val *EnumA59e4e0f7039345a12220706339ba411) *NullableEnumA59e4e0f7039345a12220706339ba411
func (NullableEnumA59e4e0f7039345a12220706339ba411) IsSet ¶
func (v NullableEnumA59e4e0f7039345a12220706339ba411) IsSet() bool
func (NullableEnumA59e4e0f7039345a12220706339ba411) MarshalJSON ¶
func (v NullableEnumA59e4e0f7039345a12220706339ba411) MarshalJSON() ([]byte, error)
func (*NullableEnumA59e4e0f7039345a12220706339ba411) Set ¶
func (v *NullableEnumA59e4e0f7039345a12220706339ba411) Set(val *EnumA59e4e0f7039345a12220706339ba411)
func (*NullableEnumA59e4e0f7039345a12220706339ba411) UnmarshalJSON ¶
func (v *NullableEnumA59e4e0f7039345a12220706339ba411) UnmarshalJSON(src []byte) error
func (*NullableEnumA59e4e0f7039345a12220706339ba411) Unset ¶
func (v *NullableEnumA59e4e0f7039345a12220706339ba411) Unset()
type NullableEnumA8e620669cc60d45b9f04eb14bdfef5d ¶
type NullableEnumA8e620669cc60d45b9f04eb14bdfef5d struct {
// contains filtered or unexported fields
}
func NewNullableEnumA8e620669cc60d45b9f04eb14bdfef5d ¶
func NewNullableEnumA8e620669cc60d45b9f04eb14bdfef5d(val *EnumA8e620669cc60d45b9f04eb14bdfef5d) *NullableEnumA8e620669cc60d45b9f04eb14bdfef5d
func (NullableEnumA8e620669cc60d45b9f04eb14bdfef5d) IsSet ¶
func (v NullableEnumA8e620669cc60d45b9f04eb14bdfef5d) IsSet() bool
func (NullableEnumA8e620669cc60d45b9f04eb14bdfef5d) MarshalJSON ¶
func (v NullableEnumA8e620669cc60d45b9f04eb14bdfef5d) MarshalJSON() ([]byte, error)
func (*NullableEnumA8e620669cc60d45b9f04eb14bdfef5d) Set ¶
func (v *NullableEnumA8e620669cc60d45b9f04eb14bdfef5d) Set(val *EnumA8e620669cc60d45b9f04eb14bdfef5d)
func (*NullableEnumA8e620669cc60d45b9f04eb14bdfef5d) UnmarshalJSON ¶
func (v *NullableEnumA8e620669cc60d45b9f04eb14bdfef5d) UnmarshalJSON(src []byte) error
func (*NullableEnumA8e620669cc60d45b9f04eb14bdfef5d) Unset ¶
func (v *NullableEnumA8e620669cc60d45b9f04eb14bdfef5d) Unset()
type NullableEnumAKAMAI ¶
type NullableEnumAKAMAI struct {
// contains filtered or unexported fields
}
func NewNullableEnumAKAMAI ¶
func NewNullableEnumAKAMAI(val *EnumAKAMAI) *NullableEnumAKAMAI
func (NullableEnumAKAMAI) Get ¶
func (v NullableEnumAKAMAI) Get() *EnumAKAMAI
func (NullableEnumAKAMAI) IsSet ¶
func (v NullableEnumAKAMAI) IsSet() bool
func (NullableEnumAKAMAI) MarshalJSON ¶
func (v NullableEnumAKAMAI) MarshalJSON() ([]byte, error)
func (*NullableEnumAKAMAI) Set ¶
func (v *NullableEnumAKAMAI) Set(val *EnumAKAMAI)
func (*NullableEnumAKAMAI) UnmarshalJSON ¶
func (v *NullableEnumAKAMAI) UnmarshalJSON(src []byte) error
func (*NullableEnumAKAMAI) Unset ¶
func (v *NullableEnumAKAMAI) Unset()
type NullableEnumAND ¶
type NullableEnumAND struct {
// contains filtered or unexported fields
}
func NewNullableEnumAND ¶
func NewNullableEnumAND(val *EnumAND) *NullableEnumAND
func (NullableEnumAND) Get ¶
func (v NullableEnumAND) Get() *EnumAND
func (NullableEnumAND) IsSet ¶
func (v NullableEnumAND) IsSet() bool
func (NullableEnumAND) MarshalJSON ¶
func (v NullableEnumAND) MarshalJSON() ([]byte, error)
func (*NullableEnumAND) Set ¶
func (v *NullableEnumAND) Set(val *EnumAND)
func (*NullableEnumAND) UnmarshalJSON ¶
func (v *NullableEnumAND) UnmarshalJSON(src []byte) error
func (*NullableEnumAND) Unset ¶
func (v *NullableEnumAND) Unset()
type NullableEnumAPIGEE ¶
type NullableEnumAPIGEE struct {
// contains filtered or unexported fields
}
func NewNullableEnumAPIGEE ¶
func NewNullableEnumAPIGEE(val *EnumAPIGEE) *NullableEnumAPIGEE
func (NullableEnumAPIGEE) Get ¶
func (v NullableEnumAPIGEE) Get() *EnumAPIGEE
func (NullableEnumAPIGEE) IsSet ¶
func (v NullableEnumAPIGEE) IsSet() bool
func (NullableEnumAPIGEE) MarshalJSON ¶
func (v NullableEnumAPIGEE) MarshalJSON() ([]byte, error)
func (*NullableEnumAPIGEE) Set ¶
func (v *NullableEnumAPIGEE) Set(val *EnumAPIGEE)
func (*NullableEnumAPIGEE) UnmarshalJSON ¶
func (v *NullableEnumAPIGEE) UnmarshalJSON(src []byte) error
func (*NullableEnumAPIGEE) Unset ¶
func (v *NullableEnumAPIGEE) Unset()
type NullableEnumAWS ¶
type NullableEnumAWS struct {
// contains filtered or unexported fields
}
func NewNullableEnumAWS ¶
func NewNullableEnumAWS(val *EnumAWS) *NullableEnumAWS
func (NullableEnumAWS) Get ¶
func (v NullableEnumAWS) Get() *EnumAWS
func (NullableEnumAWS) IsSet ¶
func (v NullableEnumAWS) IsSet() bool
func (NullableEnumAWS) MarshalJSON ¶
func (v NullableEnumAWS) MarshalJSON() ([]byte, error)
func (*NullableEnumAWS) Set ¶
func (v *NullableEnumAWS) Set(val *EnumAWS)
func (*NullableEnumAWS) UnmarshalJSON ¶
func (v *NullableEnumAWS) UnmarshalJSON(src []byte) error
func (*NullableEnumAWS) Unset ¶
func (v *NullableEnumAWS) Unset()
type NullableEnumAZURE ¶
type NullableEnumAZURE struct {
// contains filtered or unexported fields
}
func NewNullableEnumAZURE ¶
func NewNullableEnumAZURE(val *EnumAZURE) *NullableEnumAZURE
func (NullableEnumAZURE) Get ¶
func (v NullableEnumAZURE) Get() *EnumAZURE
func (NullableEnumAZURE) IsSet ¶
func (v NullableEnumAZURE) IsSet() bool
func (NullableEnumAZURE) MarshalJSON ¶
func (v NullableEnumAZURE) MarshalJSON() ([]byte, error)
func (*NullableEnumAZURE) Set ¶
func (v *NullableEnumAZURE) Set(val *EnumAZURE)
func (*NullableEnumAZURE) UnmarshalJSON ¶
func (v *NullableEnumAZURE) UnmarshalJSON(src []byte) error
func (*NullableEnumAZURE) Unset ¶
func (v *NullableEnumAZURE) Unset()
type NullableEnumAZUREDEVOPS ¶
type NullableEnumAZUREDEVOPS struct {
// contains filtered or unexported fields
}
func NewNullableEnumAZUREDEVOPS ¶
func NewNullableEnumAZUREDEVOPS(val *EnumAZUREDEVOPS) *NullableEnumAZUREDEVOPS
func (NullableEnumAZUREDEVOPS) Get ¶
func (v NullableEnumAZUREDEVOPS) Get() *EnumAZUREDEVOPS
func (NullableEnumAZUREDEVOPS) IsSet ¶
func (v NullableEnumAZUREDEVOPS) IsSet() bool
func (NullableEnumAZUREDEVOPS) MarshalJSON ¶
func (v NullableEnumAZUREDEVOPS) MarshalJSON() ([]byte, error)
func (*NullableEnumAZUREDEVOPS) Set ¶
func (v *NullableEnumAZUREDEVOPS) Set(val *EnumAZUREDEVOPS)
func (*NullableEnumAZUREDEVOPS) UnmarshalJSON ¶
func (v *NullableEnumAZUREDEVOPS) UnmarshalJSON(src []byte) error
func (*NullableEnumAZUREDEVOPS) Unset ¶
func (v *NullableEnumAZUREDEVOPS) Unset()
type NullableEnumAc8825c946764c840068c1a5eddeee84 ¶
type NullableEnumAc8825c946764c840068c1a5eddeee84 struct {
// contains filtered or unexported fields
}
func NewNullableEnumAc8825c946764c840068c1a5eddeee84 ¶
func NewNullableEnumAc8825c946764c840068c1a5eddeee84(val *EnumAc8825c946764c840068c1a5eddeee84) *NullableEnumAc8825c946764c840068c1a5eddeee84
func (NullableEnumAc8825c946764c840068c1a5eddeee84) IsSet ¶
func (v NullableEnumAc8825c946764c840068c1a5eddeee84) IsSet() bool
func (NullableEnumAc8825c946764c840068c1a5eddeee84) MarshalJSON ¶
func (v NullableEnumAc8825c946764c840068c1a5eddeee84) MarshalJSON() ([]byte, error)
func (*NullableEnumAc8825c946764c840068c1a5eddeee84) Set ¶
func (v *NullableEnumAc8825c946764c840068c1a5eddeee84) Set(val *EnumAc8825c946764c840068c1a5eddeee84)
func (*NullableEnumAc8825c946764c840068c1a5eddeee84) UnmarshalJSON ¶
func (v *NullableEnumAc8825c946764c840068c1a5eddeee84) UnmarshalJSON(src []byte) error
func (*NullableEnumAc8825c946764c840068c1a5eddeee84) Unset ¶
func (v *NullableEnumAc8825c946764c840068c1a5eddeee84) Unset()
type NullableEnumB2ba5e44bc46a15fb43cda9911cf1860 ¶ added in v0.1.22
type NullableEnumB2ba5e44bc46a15fb43cda9911cf1860 struct {
// contains filtered or unexported fields
}
func NewNullableEnumB2ba5e44bc46a15fb43cda9911cf1860 ¶ added in v0.1.22
func NewNullableEnumB2ba5e44bc46a15fb43cda9911cf1860(val *EnumB2ba5e44bc46a15fb43cda9911cf1860) *NullableEnumB2ba5e44bc46a15fb43cda9911cf1860
func (NullableEnumB2ba5e44bc46a15fb43cda9911cf1860) IsSet ¶ added in v0.1.22
func (v NullableEnumB2ba5e44bc46a15fb43cda9911cf1860) IsSet() bool
func (NullableEnumB2ba5e44bc46a15fb43cda9911cf1860) MarshalJSON ¶ added in v0.1.22
func (v NullableEnumB2ba5e44bc46a15fb43cda9911cf1860) MarshalJSON() ([]byte, error)
func (*NullableEnumB2ba5e44bc46a15fb43cda9911cf1860) Set ¶ added in v0.1.22
func (v *NullableEnumB2ba5e44bc46a15fb43cda9911cf1860) Set(val *EnumB2ba5e44bc46a15fb43cda9911cf1860)
func (*NullableEnumB2ba5e44bc46a15fb43cda9911cf1860) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableEnumB2ba5e44bc46a15fb43cda9911cf1860) UnmarshalJSON(src []byte) error
func (*NullableEnumB2ba5e44bc46a15fb43cda9911cf1860) Unset ¶ added in v0.1.22
func (v *NullableEnumB2ba5e44bc46a15fb43cda9911cf1860) Unset()
type NullableEnumBADREQUEST ¶
type NullableEnumBADREQUEST struct {
// contains filtered or unexported fields
}
func NewNullableEnumBADREQUEST ¶
func NewNullableEnumBADREQUEST(val *EnumBADREQUEST) *NullableEnumBADREQUEST
func (NullableEnumBADREQUEST) Get ¶
func (v NullableEnumBADREQUEST) Get() *EnumBADREQUEST
func (NullableEnumBADREQUEST) IsSet ¶
func (v NullableEnumBADREQUEST) IsSet() bool
func (NullableEnumBADREQUEST) MarshalJSON ¶
func (v NullableEnumBADREQUEST) MarshalJSON() ([]byte, error)
func (*NullableEnumBADREQUEST) Set ¶
func (v *NullableEnumBADREQUEST) Set(val *EnumBADREQUEST)
func (*NullableEnumBADREQUEST) UnmarshalJSON ¶
func (v *NullableEnumBADREQUEST) UnmarshalJSON(src []byte) error
func (*NullableEnumBADREQUEST) Unset ¶
func (v *NullableEnumBADREQUEST) Unset()
type NullableEnumBASIC ¶
type NullableEnumBASIC struct {
// contains filtered or unexported fields
}
func NewNullableEnumBASIC ¶
func NewNullableEnumBASIC(val *EnumBASIC) *NullableEnumBASIC
func (NullableEnumBASIC) Get ¶
func (v NullableEnumBASIC) Get() *EnumBASIC
func (NullableEnumBASIC) IsSet ¶
func (v NullableEnumBASIC) IsSet() bool
func (NullableEnumBASIC) MarshalJSON ¶
func (v NullableEnumBASIC) MarshalJSON() ([]byte, error)
func (*NullableEnumBASIC) Set ¶
func (v *NullableEnumBASIC) Set(val *EnumBASIC)
func (*NullableEnumBASIC) UnmarshalJSON ¶
func (v *NullableEnumBASIC) UnmarshalJSON(src []byte) error
func (*NullableEnumBASIC) Unset ¶
func (v *NullableEnumBASIC) Unset()
type NullableEnumBITBUCKETREPO ¶
type NullableEnumBITBUCKETREPO struct {
// contains filtered or unexported fields
}
func NewNullableEnumBITBUCKETREPO ¶
func NewNullableEnumBITBUCKETREPO(val *EnumBITBUCKETREPO) *NullableEnumBITBUCKETREPO
func (NullableEnumBITBUCKETREPO) Get ¶
func (v NullableEnumBITBUCKETREPO) Get() *EnumBITBUCKETREPO
func (NullableEnumBITBUCKETREPO) IsSet ¶
func (v NullableEnumBITBUCKETREPO) IsSet() bool
func (NullableEnumBITBUCKETREPO) MarshalJSON ¶
func (v NullableEnumBITBUCKETREPO) MarshalJSON() ([]byte, error)
func (*NullableEnumBITBUCKETREPO) Set ¶
func (v *NullableEnumBITBUCKETREPO) Set(val *EnumBITBUCKETREPO)
func (*NullableEnumBITBUCKETREPO) UnmarshalJSON ¶
func (v *NullableEnumBITBUCKETREPO) UnmarshalJSON(src []byte) error
func (*NullableEnumBITBUCKETREPO) Unset ¶
func (v *NullableEnumBITBUCKETREPO) Unset()
type NullableEnumBROWSERACTIONS ¶
type NullableEnumBROWSERACTIONS struct {
// contains filtered or unexported fields
}
func NewNullableEnumBROWSERACTIONS ¶
func NewNullableEnumBROWSERACTIONS(val *EnumBROWSERACTIONS) *NullableEnumBROWSERACTIONS
func (NullableEnumBROWSERACTIONS) Get ¶
func (v NullableEnumBROWSERACTIONS) Get() *EnumBROWSERACTIONS
func (NullableEnumBROWSERACTIONS) IsSet ¶
func (v NullableEnumBROWSERACTIONS) IsSet() bool
func (NullableEnumBROWSERACTIONS) MarshalJSON ¶
func (v NullableEnumBROWSERACTIONS) MarshalJSON() ([]byte, error)
func (*NullableEnumBROWSERACTIONS) Set ¶
func (v *NullableEnumBROWSERACTIONS) Set(val *EnumBROWSERACTIONS)
func (*NullableEnumBROWSERACTIONS) UnmarshalJSON ¶
func (v *NullableEnumBROWSERACTIONS) UnmarshalJSON(src []byte) error
func (*NullableEnumBROWSERACTIONS) Unset ¶
func (v *NullableEnumBROWSERACTIONS) Unset()
type NullableEnumBROWSERAGENT ¶
type NullableEnumBROWSERAGENT struct {
// contains filtered or unexported fields
}
func NewNullableEnumBROWSERAGENT ¶
func NewNullableEnumBROWSERAGENT(val *EnumBROWSERAGENT) *NullableEnumBROWSERAGENT
func (NullableEnumBROWSERAGENT) Get ¶
func (v NullableEnumBROWSERAGENT) Get() *EnumBROWSERAGENT
func (NullableEnumBROWSERAGENT) IsSet ¶
func (v NullableEnumBROWSERAGENT) IsSet() bool
func (NullableEnumBROWSERAGENT) MarshalJSON ¶
func (v NullableEnumBROWSERAGENT) MarshalJSON() ([]byte, error)
func (*NullableEnumBROWSERAGENT) Set ¶
func (v *NullableEnumBROWSERAGENT) Set(val *EnumBROWSERAGENT)
func (*NullableEnumBROWSERAGENT) UnmarshalJSON ¶
func (v *NullableEnumBROWSERAGENT) UnmarshalJSON(src []byte) error
func (*NullableEnumBROWSERAGENT) Unset ¶
func (v *NullableEnumBROWSERAGENT) Unset()
type NullableEnumBafa7e8598be648bd1bf40163099110a ¶
type NullableEnumBafa7e8598be648bd1bf40163099110a struct {
// contains filtered or unexported fields
}
func NewNullableEnumBafa7e8598be648bd1bf40163099110a ¶
func NewNullableEnumBafa7e8598be648bd1bf40163099110a(val *EnumBafa7e8598be648bd1bf40163099110a) *NullableEnumBafa7e8598be648bd1bf40163099110a
func (NullableEnumBafa7e8598be648bd1bf40163099110a) IsSet ¶
func (v NullableEnumBafa7e8598be648bd1bf40163099110a) IsSet() bool
func (NullableEnumBafa7e8598be648bd1bf40163099110a) MarshalJSON ¶
func (v NullableEnumBafa7e8598be648bd1bf40163099110a) MarshalJSON() ([]byte, error)
func (*NullableEnumBafa7e8598be648bd1bf40163099110a) Set ¶
func (v *NullableEnumBafa7e8598be648bd1bf40163099110a) Set(val *EnumBafa7e8598be648bd1bf40163099110a)
func (*NullableEnumBafa7e8598be648bd1bf40163099110a) UnmarshalJSON ¶
func (v *NullableEnumBafa7e8598be648bd1bf40163099110a) UnmarshalJSON(src []byte) error
func (*NullableEnumBafa7e8598be648bd1bf40163099110a) Unset ¶
func (v *NullableEnumBafa7e8598be648bd1bf40163099110a) Unset()
type NullableEnumC48f4480ca763c1e3645aed08c52cfc1 ¶
type NullableEnumC48f4480ca763c1e3645aed08c52cfc1 struct {
// contains filtered or unexported fields
}
func NewNullableEnumC48f4480ca763c1e3645aed08c52cfc1 ¶
func NewNullableEnumC48f4480ca763c1e3645aed08c52cfc1(val *EnumC48f4480ca763c1e3645aed08c52cfc1) *NullableEnumC48f4480ca763c1e3645aed08c52cfc1
func (NullableEnumC48f4480ca763c1e3645aed08c52cfc1) IsSet ¶
func (v NullableEnumC48f4480ca763c1e3645aed08c52cfc1) IsSet() bool
func (NullableEnumC48f4480ca763c1e3645aed08c52cfc1) MarshalJSON ¶
func (v NullableEnumC48f4480ca763c1e3645aed08c52cfc1) MarshalJSON() ([]byte, error)
func (*NullableEnumC48f4480ca763c1e3645aed08c52cfc1) Set ¶
func (v *NullableEnumC48f4480ca763c1e3645aed08c52cfc1) Set(val *EnumC48f4480ca763c1e3645aed08c52cfc1)
func (*NullableEnumC48f4480ca763c1e3645aed08c52cfc1) UnmarshalJSON ¶
func (v *NullableEnumC48f4480ca763c1e3645aed08c52cfc1) UnmarshalJSON(src []byte) error
func (*NullableEnumC48f4480ca763c1e3645aed08c52cfc1) Unset ¶
func (v *NullableEnumC48f4480ca763c1e3645aed08c52cfc1) Unset()
type NullableEnumC9df31378b5ab99a9fcb2d159ba1f602 ¶
type NullableEnumC9df31378b5ab99a9fcb2d159ba1f602 struct {
// contains filtered or unexported fields
}
func NewNullableEnumC9df31378b5ab99a9fcb2d159ba1f602 ¶
func NewNullableEnumC9df31378b5ab99a9fcb2d159ba1f602(val *EnumC9df31378b5ab99a9fcb2d159ba1f602) *NullableEnumC9df31378b5ab99a9fcb2d159ba1f602
func (NullableEnumC9df31378b5ab99a9fcb2d159ba1f602) IsSet ¶
func (v NullableEnumC9df31378b5ab99a9fcb2d159ba1f602) IsSet() bool
func (NullableEnumC9df31378b5ab99a9fcb2d159ba1f602) MarshalJSON ¶
func (v NullableEnumC9df31378b5ab99a9fcb2d159ba1f602) MarshalJSON() ([]byte, error)
func (*NullableEnumC9df31378b5ab99a9fcb2d159ba1f602) Set ¶
func (v *NullableEnumC9df31378b5ab99a9fcb2d159ba1f602) Set(val *EnumC9df31378b5ab99a9fcb2d159ba1f602)
func (*NullableEnumC9df31378b5ab99a9fcb2d159ba1f602) UnmarshalJSON ¶
func (v *NullableEnumC9df31378b5ab99a9fcb2d159ba1f602) UnmarshalJSON(src []byte) error
func (*NullableEnumC9df31378b5ab99a9fcb2d159ba1f602) Unset ¶
func (v *NullableEnumC9df31378b5ab99a9fcb2d159ba1f602) Unset()
type NullableEnumCHECK ¶
type NullableEnumCHECK struct {
// contains filtered or unexported fields
}
func NewNullableEnumCHECK ¶
func NewNullableEnumCHECK(val *EnumCHECK) *NullableEnumCHECK
func (NullableEnumCHECK) Get ¶
func (v NullableEnumCHECK) Get() *EnumCHECK
func (NullableEnumCHECK) IsSet ¶
func (v NullableEnumCHECK) IsSet() bool
func (NullableEnumCHECK) MarshalJSON ¶
func (v NullableEnumCHECK) MarshalJSON() ([]byte, error)
func (*NullableEnumCHECK) Set ¶
func (v *NullableEnumCHECK) Set(val *EnumCHECK)
func (*NullableEnumCHECK) UnmarshalJSON ¶
func (v *NullableEnumCHECK) UnmarshalJSON(src []byte) error
func (*NullableEnumCHECK) Unset ¶
func (v *NullableEnumCHECK) Unset()
type NullableEnumCLICK ¶
type NullableEnumCLICK struct {
// contains filtered or unexported fields
}
func NewNullableEnumCLICK ¶
func NewNullableEnumCLICK(val *EnumCLICK) *NullableEnumCLICK
func (NullableEnumCLICK) Get ¶
func (v NullableEnumCLICK) Get() *EnumCLICK
func (NullableEnumCLICK) IsSet ¶
func (v NullableEnumCLICK) IsSet() bool
func (NullableEnumCLICK) MarshalJSON ¶
func (v NullableEnumCLICK) MarshalJSON() ([]byte, error)
func (*NullableEnumCLICK) Set ¶
func (v *NullableEnumCLICK) Set(val *EnumCLICK)
func (*NullableEnumCLICK) UnmarshalJSON ¶
func (v *NullableEnumCLICK) UnmarshalJSON(src []byte) error
func (*NullableEnumCLICK) Unset ¶
func (v *NullableEnumCLICK) Unset()
type NullableEnumCLOUDFLARE ¶
type NullableEnumCLOUDFLARE struct {
// contains filtered or unexported fields
}
func NewNullableEnumCLOUDFLARE ¶
func NewNullableEnumCLOUDFLARE(val *EnumCLOUDFLARE) *NullableEnumCLOUDFLARE
func (NullableEnumCLOUDFLARE) Get ¶
func (v NullableEnumCLOUDFLARE) Get() *EnumCLOUDFLARE
func (NullableEnumCLOUDFLARE) IsSet ¶
func (v NullableEnumCLOUDFLARE) IsSet() bool
func (NullableEnumCLOUDFLARE) MarshalJSON ¶
func (v NullableEnumCLOUDFLARE) MarshalJSON() ([]byte, error)
func (*NullableEnumCLOUDFLARE) Set ¶
func (v *NullableEnumCLOUDFLARE) Set(val *EnumCLOUDFLARE)
func (*NullableEnumCLOUDFLARE) UnmarshalJSON ¶
func (v *NullableEnumCLOUDFLARE) UnmarshalJSON(src []byte) error
func (*NullableEnumCLOUDFLARE) Unset ¶
func (v *NullableEnumCLOUDFLARE) Unset()
type NullableEnumCOGNITOUSERPASS ¶
type NullableEnumCOGNITOUSERPASS struct {
// contains filtered or unexported fields
}
func NewNullableEnumCOGNITOUSERPASS ¶
func NewNullableEnumCOGNITOUSERPASS(val *EnumCOGNITOUSERPASS) *NullableEnumCOGNITOUSERPASS
func (NullableEnumCOGNITOUSERPASS) Get ¶
func (v NullableEnumCOGNITOUSERPASS) Get() *EnumCOGNITOUSERPASS
func (NullableEnumCOGNITOUSERPASS) IsSet ¶
func (v NullableEnumCOGNITOUSERPASS) IsSet() bool
func (NullableEnumCOGNITOUSERPASS) MarshalJSON ¶
func (v NullableEnumCOGNITOUSERPASS) MarshalJSON() ([]byte, error)
func (*NullableEnumCOGNITOUSERPASS) Set ¶
func (v *NullableEnumCOGNITOUSERPASS) Set(val *EnumCOGNITOUSERPASS)
func (*NullableEnumCOGNITOUSERPASS) UnmarshalJSON ¶
func (v *NullableEnumCOGNITOUSERPASS) UnmarshalJSON(src []byte) error
func (*NullableEnumCOGNITOUSERPASS) Unset ¶
func (v *NullableEnumCOGNITOUSERPASS) Unset()
type NullableEnumCONFLICTONTHEFOLLOWINGFIELD ¶
type NullableEnumCONFLICTONTHEFOLLOWINGFIELD struct {
// contains filtered or unexported fields
}
func NewNullableEnumCONFLICTONTHEFOLLOWINGFIELD ¶
func NewNullableEnumCONFLICTONTHEFOLLOWINGFIELD(val *EnumCONFLICTONTHEFOLLOWINGFIELD) *NullableEnumCONFLICTONTHEFOLLOWINGFIELD
func (NullableEnumCONFLICTONTHEFOLLOWINGFIELD) IsSet ¶
func (v NullableEnumCONFLICTONTHEFOLLOWINGFIELD) IsSet() bool
func (NullableEnumCONFLICTONTHEFOLLOWINGFIELD) MarshalJSON ¶
func (v NullableEnumCONFLICTONTHEFOLLOWINGFIELD) MarshalJSON() ([]byte, error)
func (*NullableEnumCONFLICTONTHEFOLLOWINGFIELD) Set ¶
func (v *NullableEnumCONFLICTONTHEFOLLOWINGFIELD) Set(val *EnumCONFLICTONTHEFOLLOWINGFIELD)
func (*NullableEnumCONFLICTONTHEFOLLOWINGFIELD) UnmarshalJSON ¶
func (v *NullableEnumCONFLICTONTHEFOLLOWINGFIELD) UnmarshalJSON(src []byte) error
func (*NullableEnumCONFLICTONTHEFOLLOWINGFIELD) Unset ¶
func (v *NullableEnumCONFLICTONTHEFOLLOWINGFIELD) Unset()
type NullableEnumCURL ¶
type NullableEnumCURL struct {
// contains filtered or unexported fields
}
func NewNullableEnumCURL ¶
func NewNullableEnumCURL(val *EnumCURL) *NullableEnumCURL
func (NullableEnumCURL) Get ¶
func (v NullableEnumCURL) Get() *EnumCURL
func (NullableEnumCURL) IsSet ¶
func (v NullableEnumCURL) IsSet() bool
func (NullableEnumCURL) MarshalJSON ¶
func (v NullableEnumCURL) MarshalJSON() ([]byte, error)
func (*NullableEnumCURL) Set ¶
func (v *NullableEnumCURL) Set(val *EnumCURL)
func (*NullableEnumCURL) UnmarshalJSON ¶
func (v *NullableEnumCURL) UnmarshalJSON(src []byte) error
func (*NullableEnumCURL) Unset ¶
func (v *NullableEnumCURL) Unset()
type NullableEnumCURLSEQUENCE ¶
type NullableEnumCURLSEQUENCE struct {
// contains filtered or unexported fields
}
func NewNullableEnumCURLSEQUENCE ¶
func NewNullableEnumCURLSEQUENCE(val *EnumCURLSEQUENCE) *NullableEnumCURLSEQUENCE
func (NullableEnumCURLSEQUENCE) Get ¶
func (v NullableEnumCURLSEQUENCE) Get() *EnumCURLSEQUENCE
func (NullableEnumCURLSEQUENCE) IsSet ¶
func (v NullableEnumCURLSEQUENCE) IsSet() bool
func (NullableEnumCURLSEQUENCE) MarshalJSON ¶
func (v NullableEnumCURLSEQUENCE) MarshalJSON() ([]byte, error)
func (*NullableEnumCURLSEQUENCE) Set ¶
func (v *NullableEnumCURLSEQUENCE) Set(val *EnumCURLSEQUENCE)
func (*NullableEnumCURLSEQUENCE) UnmarshalJSON ¶
func (v *NullableEnumCURLSEQUENCE) UnmarshalJSON(src []byte) error
func (*NullableEnumCURLSEQUENCE) Unset ¶
func (v *NullableEnumCURLSEQUENCE) Unset()
type NullableEnumD528205b1dacf02f72b02e9e61efdb57 ¶
type NullableEnumD528205b1dacf02f72b02e9e61efdb57 struct {
// contains filtered or unexported fields
}
func NewNullableEnumD528205b1dacf02f72b02e9e61efdb57 ¶
func NewNullableEnumD528205b1dacf02f72b02e9e61efdb57(val *EnumD528205b1dacf02f72b02e9e61efdb57) *NullableEnumD528205b1dacf02f72b02e9e61efdb57
func (NullableEnumD528205b1dacf02f72b02e9e61efdb57) IsSet ¶
func (v NullableEnumD528205b1dacf02f72b02e9e61efdb57) IsSet() bool
func (NullableEnumD528205b1dacf02f72b02e9e61efdb57) MarshalJSON ¶
func (v NullableEnumD528205b1dacf02f72b02e9e61efdb57) MarshalJSON() ([]byte, error)
func (*NullableEnumD528205b1dacf02f72b02e9e61efdb57) Set ¶
func (v *NullableEnumD528205b1dacf02f72b02e9e61efdb57) Set(val *EnumD528205b1dacf02f72b02e9e61efdb57)
func (*NullableEnumD528205b1dacf02f72b02e9e61efdb57) UnmarshalJSON ¶
func (v *NullableEnumD528205b1dacf02f72b02e9e61efdb57) UnmarshalJSON(src []byte) error
func (*NullableEnumD528205b1dacf02f72b02e9e61efdb57) Unset ¶
func (v *NullableEnumD528205b1dacf02f72b02e9e61efdb57) Unset()
type NullableEnumD757e8c31ab9423604d4eece2cdb5160 ¶ added in v0.1.21
type NullableEnumD757e8c31ab9423604d4eece2cdb5160 struct {
// contains filtered or unexported fields
}
func NewNullableEnumD757e8c31ab9423604d4eece2cdb5160 ¶ added in v0.1.21
func NewNullableEnumD757e8c31ab9423604d4eece2cdb5160(val *EnumD757e8c31ab9423604d4eece2cdb5160) *NullableEnumD757e8c31ab9423604d4eece2cdb5160
func (NullableEnumD757e8c31ab9423604d4eece2cdb5160) IsSet ¶ added in v0.1.21
func (v NullableEnumD757e8c31ab9423604d4eece2cdb5160) IsSet() bool
func (NullableEnumD757e8c31ab9423604d4eece2cdb5160) MarshalJSON ¶ added in v0.1.21
func (v NullableEnumD757e8c31ab9423604d4eece2cdb5160) MarshalJSON() ([]byte, error)
func (*NullableEnumD757e8c31ab9423604d4eece2cdb5160) Set ¶ added in v0.1.21
func (v *NullableEnumD757e8c31ab9423604d4eece2cdb5160) Set(val *EnumD757e8c31ab9423604d4eece2cdb5160)
func (*NullableEnumD757e8c31ab9423604d4eece2cdb5160) UnmarshalJSON ¶ added in v0.1.21
func (v *NullableEnumD757e8c31ab9423604d4eece2cdb5160) UnmarshalJSON(src []byte) error
func (*NullableEnumD757e8c31ab9423604d4eece2cdb5160) Unset ¶ added in v0.1.21
func (v *NullableEnumD757e8c31ab9423604d4eece2cdb5160) Unset()
type NullableEnumDIGEST ¶
type NullableEnumDIGEST struct {
// contains filtered or unexported fields
}
func NewNullableEnumDIGEST ¶
func NewNullableEnumDIGEST(val *EnumDIGEST) *NullableEnumDIGEST
func (NullableEnumDIGEST) Get ¶
func (v NullableEnumDIGEST) Get() *EnumDIGEST
func (NullableEnumDIGEST) IsSet ¶
func (v NullableEnumDIGEST) IsSet() bool
func (NullableEnumDIGEST) MarshalJSON ¶
func (v NullableEnumDIGEST) MarshalJSON() ([]byte, error)
func (*NullableEnumDIGEST) Set ¶
func (v *NullableEnumDIGEST) Set(val *EnumDIGEST)
func (*NullableEnumDIGEST) UnmarshalJSON ¶
func (v *NullableEnumDIGEST) UnmarshalJSON(src []byte) error
func (*NullableEnumDIGEST) Unset ¶
func (v *NullableEnumDIGEST) Unset()
type NullableEnumDISCORDWEBHOOK ¶
type NullableEnumDISCORDWEBHOOK struct {
// contains filtered or unexported fields
}
func NewNullableEnumDISCORDWEBHOOK ¶
func NewNullableEnumDISCORDWEBHOOK(val *EnumDISCORDWEBHOOK) *NullableEnumDISCORDWEBHOOK
func (NullableEnumDISCORDWEBHOOK) Get ¶
func (v NullableEnumDISCORDWEBHOOK) Get() *EnumDISCORDWEBHOOK
func (NullableEnumDISCORDWEBHOOK) IsSet ¶
func (v NullableEnumDISCORDWEBHOOK) IsSet() bool
func (NullableEnumDISCORDWEBHOOK) MarshalJSON ¶
func (v NullableEnumDISCORDWEBHOOK) MarshalJSON() ([]byte, error)
func (*NullableEnumDISCORDWEBHOOK) Set ¶
func (v *NullableEnumDISCORDWEBHOOK) Set(val *EnumDISCORDWEBHOOK)
func (*NullableEnumDISCORDWEBHOOK) UnmarshalJSON ¶
func (v *NullableEnumDISCORDWEBHOOK) UnmarshalJSON(src []byte) error
func (*NullableEnumDISCORDWEBHOOK) Unset ¶
func (v *NullableEnumDISCORDWEBHOOK) Unset()
type NullableEnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY ¶
type NullableEnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY struct {
// contains filtered or unexported fields
}
func NewNullableEnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY ¶
func NewNullableEnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY(val *EnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY) *NullableEnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY
func (NullableEnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY) IsSet ¶
func (v NullableEnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY) IsSet() bool
func (NullableEnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY) MarshalJSON ¶
func (v NullableEnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY) MarshalJSON() ([]byte, error)
func (*NullableEnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY) UnmarshalJSON ¶
func (v *NullableEnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY) UnmarshalJSON(src []byte) error
func (*NullableEnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY) Unset ¶
func (v *NullableEnumDOMAINDELETIONSCHEDULEDSUCCESSFULLY) Unset()
type NullableEnumE48dd51fe8a350a4154904abf16320d7 ¶
type NullableEnumE48dd51fe8a350a4154904abf16320d7 struct {
// contains filtered or unexported fields
}
func NewNullableEnumE48dd51fe8a350a4154904abf16320d7 ¶
func NewNullableEnumE48dd51fe8a350a4154904abf16320d7(val *EnumE48dd51fe8a350a4154904abf16320d7) *NullableEnumE48dd51fe8a350a4154904abf16320d7
func (NullableEnumE48dd51fe8a350a4154904abf16320d7) IsSet ¶
func (v NullableEnumE48dd51fe8a350a4154904abf16320d7) IsSet() bool
func (NullableEnumE48dd51fe8a350a4154904abf16320d7) MarshalJSON ¶
func (v NullableEnumE48dd51fe8a350a4154904abf16320d7) MarshalJSON() ([]byte, error)
func (*NullableEnumE48dd51fe8a350a4154904abf16320d7) Set ¶
func (v *NullableEnumE48dd51fe8a350a4154904abf16320d7) Set(val *EnumE48dd51fe8a350a4154904abf16320d7)
func (*NullableEnumE48dd51fe8a350a4154904abf16320d7) UnmarshalJSON ¶
func (v *NullableEnumE48dd51fe8a350a4154904abf16320d7) UnmarshalJSON(src []byte) error
func (*NullableEnumE48dd51fe8a350a4154904abf16320d7) Unset ¶
func (v *NullableEnumE48dd51fe8a350a4154904abf16320d7) Unset()
type NullableEnumE72f9dda622f4cb5cd0a811e58e7f98e ¶
type NullableEnumE72f9dda622f4cb5cd0a811e58e7f98e struct {
// contains filtered or unexported fields
}
func NewNullableEnumE72f9dda622f4cb5cd0a811e58e7f98e ¶
func NewNullableEnumE72f9dda622f4cb5cd0a811e58e7f98e(val *EnumE72f9dda622f4cb5cd0a811e58e7f98e) *NullableEnumE72f9dda622f4cb5cd0a811e58e7f98e
func (NullableEnumE72f9dda622f4cb5cd0a811e58e7f98e) IsSet ¶
func (v NullableEnumE72f9dda622f4cb5cd0a811e58e7f98e) IsSet() bool
func (NullableEnumE72f9dda622f4cb5cd0a811e58e7f98e) MarshalJSON ¶
func (v NullableEnumE72f9dda622f4cb5cd0a811e58e7f98e) MarshalJSON() ([]byte, error)
func (*NullableEnumE72f9dda622f4cb5cd0a811e58e7f98e) Set ¶
func (v *NullableEnumE72f9dda622f4cb5cd0a811e58e7f98e) Set(val *EnumE72f9dda622f4cb5cd0a811e58e7f98e)
func (*NullableEnumE72f9dda622f4cb5cd0a811e58e7f98e) UnmarshalJSON ¶
func (v *NullableEnumE72f9dda622f4cb5cd0a811e58e7f98e) UnmarshalJSON(src []byte) error
func (*NullableEnumE72f9dda622f4cb5cd0a811e58e7f98e) Unset ¶
func (v *NullableEnumE72f9dda622f4cb5cd0a811e58e7f98e) Unset()
type NullableEnumEMAIL ¶
type NullableEnumEMAIL struct {
// contains filtered or unexported fields
}
func NewNullableEnumEMAIL ¶
func NewNullableEnumEMAIL(val *EnumEMAIL) *NullableEnumEMAIL
func (NullableEnumEMAIL) Get ¶
func (v NullableEnumEMAIL) Get() *EnumEMAIL
func (NullableEnumEMAIL) IsSet ¶
func (v NullableEnumEMAIL) IsSet() bool
func (NullableEnumEMAIL) MarshalJSON ¶
func (v NullableEnumEMAIL) MarshalJSON() ([]byte, error)
func (*NullableEnumEMAIL) Set ¶
func (v *NullableEnumEMAIL) Set(val *EnumEMAIL)
func (*NullableEnumEMAIL) UnmarshalJSON ¶
func (v *NullableEnumEMAIL) UnmarshalJSON(src []byte) error
func (*NullableEnumEMAIL) Unset ¶
func (v *NullableEnumEMAIL) Unset()
type NullableEnumF33adad4c808d4d9ab51ae2bf931668b ¶
type NullableEnumF33adad4c808d4d9ab51ae2bf931668b struct {
// contains filtered or unexported fields
}
func NewNullableEnumF33adad4c808d4d9ab51ae2bf931668b ¶
func NewNullableEnumF33adad4c808d4d9ab51ae2bf931668b(val *EnumF33adad4c808d4d9ab51ae2bf931668b) *NullableEnumF33adad4c808d4d9ab51ae2bf931668b
func (NullableEnumF33adad4c808d4d9ab51ae2bf931668b) IsSet ¶
func (v NullableEnumF33adad4c808d4d9ab51ae2bf931668b) IsSet() bool
func (NullableEnumF33adad4c808d4d9ab51ae2bf931668b) MarshalJSON ¶
func (v NullableEnumF33adad4c808d4d9ab51ae2bf931668b) MarshalJSON() ([]byte, error)
func (*NullableEnumF33adad4c808d4d9ab51ae2bf931668b) Set ¶
func (v *NullableEnumF33adad4c808d4d9ab51ae2bf931668b) Set(val *EnumF33adad4c808d4d9ab51ae2bf931668b)
func (*NullableEnumF33adad4c808d4d9ab51ae2bf931668b) UnmarshalJSON ¶
func (v *NullableEnumF33adad4c808d4d9ab51ae2bf931668b) UnmarshalJSON(src []byte) error
func (*NullableEnumF33adad4c808d4d9ab51ae2bf931668b) Unset ¶
func (v *NullableEnumF33adad4c808d4d9ab51ae2bf931668b) Unset()
type NullableEnumFILL ¶
type NullableEnumFILL struct {
// contains filtered or unexported fields
}
func NewNullableEnumFILL ¶
func NewNullableEnumFILL(val *EnumFILL) *NullableEnumFILL
func (NullableEnumFILL) Get ¶
func (v NullableEnumFILL) Get() *EnumFILL
func (NullableEnumFILL) IsSet ¶
func (v NullableEnumFILL) IsSet() bool
func (NullableEnumFILL) MarshalJSON ¶
func (v NullableEnumFILL) MarshalJSON() ([]byte, error)
func (*NullableEnumFILL) Set ¶
func (v *NullableEnumFILL) Set(val *EnumFILL)
func (*NullableEnumFILL) UnmarshalJSON ¶
func (v *NullableEnumFILL) UnmarshalJSON(src []byte) error
func (*NullableEnumFILL) Unset ¶
func (v *NullableEnumFILL) Unset()
type NullableEnumFOCUSPAGE ¶
type NullableEnumFOCUSPAGE struct {
// contains filtered or unexported fields
}
func NewNullableEnumFOCUSPAGE ¶
func NewNullableEnumFOCUSPAGE(val *EnumFOCUSPAGE) *NullableEnumFOCUSPAGE
func (NullableEnumFOCUSPAGE) Get ¶
func (v NullableEnumFOCUSPAGE) Get() *EnumFOCUSPAGE
func (NullableEnumFOCUSPAGE) IsSet ¶
func (v NullableEnumFOCUSPAGE) IsSet() bool
func (NullableEnumFOCUSPAGE) MarshalJSON ¶
func (v NullableEnumFOCUSPAGE) MarshalJSON() ([]byte, error)
func (*NullableEnumFOCUSPAGE) Set ¶
func (v *NullableEnumFOCUSPAGE) Set(val *EnumFOCUSPAGE)
func (*NullableEnumFOCUSPAGE) UnmarshalJSON ¶
func (v *NullableEnumFOCUSPAGE) UnmarshalJSON(src []byte) error
func (*NullableEnumFOCUSPAGE) Unset ¶
func (v *NullableEnumFOCUSPAGE) Unset()
type NullableEnumFRONTEND ¶ added in v0.1.21
type NullableEnumFRONTEND struct {
// contains filtered or unexported fields
}
func NewNullableEnumFRONTEND ¶ added in v0.1.21
func NewNullableEnumFRONTEND(val *EnumFRONTEND) *NullableEnumFRONTEND
func (NullableEnumFRONTEND) Get ¶ added in v0.1.21
func (v NullableEnumFRONTEND) Get() *EnumFRONTEND
func (NullableEnumFRONTEND) IsSet ¶ added in v0.1.21
func (v NullableEnumFRONTEND) IsSet() bool
func (NullableEnumFRONTEND) MarshalJSON ¶ added in v0.1.21
func (v NullableEnumFRONTEND) MarshalJSON() ([]byte, error)
func (*NullableEnumFRONTEND) Set ¶ added in v0.1.21
func (v *NullableEnumFRONTEND) Set(val *EnumFRONTEND)
func (*NullableEnumFRONTEND) UnmarshalJSON ¶ added in v0.1.21
func (v *NullableEnumFRONTEND) UnmarshalJSON(src []byte) error
func (*NullableEnumFRONTEND) Unset ¶ added in v0.1.21
func (v *NullableEnumFRONTEND) Unset()
type NullableEnumGCP ¶
type NullableEnumGCP struct {
// contains filtered or unexported fields
}
func NewNullableEnumGCP ¶
func NewNullableEnumGCP(val *EnumGCP) *NullableEnumGCP
func (NullableEnumGCP) Get ¶
func (v NullableEnumGCP) Get() *EnumGCP
func (NullableEnumGCP) IsSet ¶
func (v NullableEnumGCP) IsSet() bool
func (NullableEnumGCP) MarshalJSON ¶
func (v NullableEnumGCP) MarshalJSON() ([]byte, error)
func (*NullableEnumGCP) Set ¶
func (v *NullableEnumGCP) Set(val *EnumGCP)
func (*NullableEnumGCP) UnmarshalJSON ¶
func (v *NullableEnumGCP) UnmarshalJSON(src []byte) error
func (*NullableEnumGCP) Unset ¶
func (v *NullableEnumGCP) Unset()
type NullableEnumGITHUBAPIKEY ¶
type NullableEnumGITHUBAPIKEY struct {
// contains filtered or unexported fields
}
func NewNullableEnumGITHUBAPIKEY ¶
func NewNullableEnumGITHUBAPIKEY(val *EnumGITHUBAPIKEY) *NullableEnumGITHUBAPIKEY
func (NullableEnumGITHUBAPIKEY) Get ¶
func (v NullableEnumGITHUBAPIKEY) Get() *EnumGITHUBAPIKEY
func (NullableEnumGITHUBAPIKEY) IsSet ¶
func (v NullableEnumGITHUBAPIKEY) IsSet() bool
func (NullableEnumGITHUBAPIKEY) MarshalJSON ¶
func (v NullableEnumGITHUBAPIKEY) MarshalJSON() ([]byte, error)
func (*NullableEnumGITHUBAPIKEY) Set ¶
func (v *NullableEnumGITHUBAPIKEY) Set(val *EnumGITHUBAPIKEY)
func (*NullableEnumGITHUBAPIKEY) UnmarshalJSON ¶
func (v *NullableEnumGITHUBAPIKEY) UnmarshalJSON(src []byte) error
func (*NullableEnumGITHUBAPIKEY) Unset ¶
func (v *NullableEnumGITHUBAPIKEY) Unset()
type NullableEnumGITLABAPIKEY ¶
type NullableEnumGITLABAPIKEY struct {
// contains filtered or unexported fields
}
func NewNullableEnumGITLABAPIKEY ¶
func NewNullableEnumGITLABAPIKEY(val *EnumGITLABAPIKEY) *NullableEnumGITLABAPIKEY
func (NullableEnumGITLABAPIKEY) Get ¶
func (v NullableEnumGITLABAPIKEY) Get() *EnumGITLABAPIKEY
func (NullableEnumGITLABAPIKEY) IsSet ¶
func (v NullableEnumGITLABAPIKEY) IsSet() bool
func (NullableEnumGITLABAPIKEY) MarshalJSON ¶
func (v NullableEnumGITLABAPIKEY) MarshalJSON() ([]byte, error)
func (*NullableEnumGITLABAPIKEY) Set ¶
func (v *NullableEnumGITLABAPIKEY) Set(val *EnumGITLABAPIKEY)
func (*NullableEnumGITLABAPIKEY) UnmarshalJSON ¶
func (v *NullableEnumGITLABAPIKEY) UnmarshalJSON(src []byte) error
func (*NullableEnumGITLABAPIKEY) Unset ¶
func (v *NullableEnumGITLABAPIKEY) Unset()
type NullableEnumGOTO ¶
type NullableEnumGOTO struct {
// contains filtered or unexported fields
}
func NewNullableEnumGOTO ¶
func NewNullableEnumGOTO(val *EnumGOTO) *NullableEnumGOTO
func (NullableEnumGOTO) Get ¶
func (v NullableEnumGOTO) Get() *EnumGOTO
func (NullableEnumGOTO) IsSet ¶
func (v NullableEnumGOTO) IsSet() bool
func (NullableEnumGOTO) MarshalJSON ¶
func (v NullableEnumGOTO) MarshalJSON() ([]byte, error)
func (*NullableEnumGOTO) Set ¶
func (v *NullableEnumGOTO) Set(val *EnumGOTO)
func (*NullableEnumGOTO) UnmarshalJSON ¶
func (v *NullableEnumGOTO) UnmarshalJSON(src []byte) error
func (*NullableEnumGOTO) Unset ¶
func (v *NullableEnumGOTO) Unset()
type NullableEnumGRAPHQL ¶
type NullableEnumGRAPHQL struct {
// contains filtered or unexported fields
}
func NewNullableEnumGRAPHQL ¶
func NewNullableEnumGRAPHQL(val *EnumGRAPHQL) *NullableEnumGRAPHQL
func (NullableEnumGRAPHQL) Get ¶
func (v NullableEnumGRAPHQL) Get() *EnumGRAPHQL
func (NullableEnumGRAPHQL) IsSet ¶
func (v NullableEnumGRAPHQL) IsSet() bool
func (NullableEnumGRAPHQL) MarshalJSON ¶
func (v NullableEnumGRAPHQL) MarshalJSON() ([]byte, error)
func (*NullableEnumGRAPHQL) Set ¶
func (v *NullableEnumGRAPHQL) Set(val *EnumGRAPHQL)
func (*NullableEnumGRAPHQL) UnmarshalJSON ¶
func (v *NullableEnumGRAPHQL) UnmarshalJSON(src []byte) error
func (*NullableEnumGRAPHQL) Unset ¶
func (v *NullableEnumGRAPHQL) Unset()
type NullableEnumHEADERS ¶
type NullableEnumHEADERS struct {
// contains filtered or unexported fields
}
func NewNullableEnumHEADERS ¶
func NewNullableEnumHEADERS(val *EnumHEADERS) *NullableEnumHEADERS
func (NullableEnumHEADERS) Get ¶
func (v NullableEnumHEADERS) Get() *EnumHEADERS
func (NullableEnumHEADERS) IsSet ¶
func (v NullableEnumHEADERS) IsSet() bool
func (NullableEnumHEADERS) MarshalJSON ¶
func (v NullableEnumHEADERS) MarshalJSON() ([]byte, error)
func (*NullableEnumHEADERS) Set ¶
func (v *NullableEnumHEADERS) Set(val *EnumHEADERS)
func (*NullableEnumHEADERS) UnmarshalJSON ¶
func (v *NullableEnumHEADERS) UnmarshalJSON(src []byte) error
func (*NullableEnumHEADERS) Unset ¶
func (v *NullableEnumHEADERS) Unset()
type NullableEnumHELPERSREQUESTCRUD ¶
type NullableEnumHELPERSREQUESTCRUD struct {
// contains filtered or unexported fields
}
func NewNullableEnumHELPERSREQUESTCRUD ¶
func NewNullableEnumHELPERSREQUESTCRUD(val *EnumHELPERSREQUESTCRUD) *NullableEnumHELPERSREQUESTCRUD
func (NullableEnumHELPERSREQUESTCRUD) Get ¶
func (v NullableEnumHELPERSREQUESTCRUD) Get() *EnumHELPERSREQUESTCRUD
func (NullableEnumHELPERSREQUESTCRUD) IsSet ¶
func (v NullableEnumHELPERSREQUESTCRUD) IsSet() bool
func (NullableEnumHELPERSREQUESTCRUD) MarshalJSON ¶
func (v NullableEnumHELPERSREQUESTCRUD) MarshalJSON() ([]byte, error)
func (*NullableEnumHELPERSREQUESTCRUD) Set ¶
func (v *NullableEnumHELPERSREQUESTCRUD) Set(val *EnumHELPERSREQUESTCRUD)
func (*NullableEnumHELPERSREQUESTCRUD) UnmarshalJSON ¶
func (v *NullableEnumHELPERSREQUESTCRUD) UnmarshalJSON(src []byte) error
func (*NullableEnumHELPERSREQUESTCRUD) Unset ¶
func (v *NullableEnumHELPERSREQUESTCRUD) Unset()
type NullableEnumHELPERSRESPONSEISSUCCESSFUL ¶
type NullableEnumHELPERSRESPONSEISSUCCESSFUL struct {
// contains filtered or unexported fields
}
func NewNullableEnumHELPERSRESPONSEISSUCCESSFUL ¶
func NewNullableEnumHELPERSRESPONSEISSUCCESSFUL(val *EnumHELPERSRESPONSEISSUCCESSFUL) *NullableEnumHELPERSRESPONSEISSUCCESSFUL
func (NullableEnumHELPERSRESPONSEISSUCCESSFUL) IsSet ¶
func (v NullableEnumHELPERSRESPONSEISSUCCESSFUL) IsSet() bool
func (NullableEnumHELPERSRESPONSEISSUCCESSFUL) MarshalJSON ¶
func (v NullableEnumHELPERSRESPONSEISSUCCESSFUL) MarshalJSON() ([]byte, error)
func (*NullableEnumHELPERSRESPONSEISSUCCESSFUL) Set ¶
func (v *NullableEnumHELPERSRESPONSEISSUCCESSFUL) Set(val *EnumHELPERSRESPONSEISSUCCESSFUL)
func (*NullableEnumHELPERSRESPONSEISSUCCESSFUL) UnmarshalJSON ¶
func (v *NullableEnumHELPERSRESPONSEISSUCCESSFUL) UnmarshalJSON(src []byte) error
func (*NullableEnumHELPERSRESPONSEISSUCCESSFUL) Unset ¶
func (v *NullableEnumHELPERSRESPONSEISSUCCESSFUL) Unset()
type NullableEnumHTTP ¶
type NullableEnumHTTP struct {
// contains filtered or unexported fields
}
func NewNullableEnumHTTP ¶
func NewNullableEnumHTTP(val *EnumHTTP) *NullableEnumHTTP
func (NullableEnumHTTP) Get ¶
func (v NullableEnumHTTP) Get() *EnumHTTP
func (NullableEnumHTTP) IsSet ¶
func (v NullableEnumHTTP) IsSet() bool
func (NullableEnumHTTP) MarshalJSON ¶
func (v NullableEnumHTTP) MarshalJSON() ([]byte, error)
func (*NullableEnumHTTP) Set ¶
func (v *NullableEnumHTTP) Set(val *EnumHTTP)
func (*NullableEnumHTTP) UnmarshalJSON ¶
func (v *NullableEnumHTTP) UnmarshalJSON(src []byte) error
func (*NullableEnumHTTP) Unset ¶
func (v *NullableEnumHTTP) Unset()
type NullableEnumINTEGRATIONDELETEDSUCCESSFULLY ¶
type NullableEnumINTEGRATIONDELETEDSUCCESSFULLY struct {
// contains filtered or unexported fields
}
func NewNullableEnumINTEGRATIONDELETEDSUCCESSFULLY ¶
func NewNullableEnumINTEGRATIONDELETEDSUCCESSFULLY(val *EnumINTEGRATIONDELETEDSUCCESSFULLY) *NullableEnumINTEGRATIONDELETEDSUCCESSFULLY
func (NullableEnumINTEGRATIONDELETEDSUCCESSFULLY) IsSet ¶
func (v NullableEnumINTEGRATIONDELETEDSUCCESSFULLY) IsSet() bool
func (NullableEnumINTEGRATIONDELETEDSUCCESSFULLY) MarshalJSON ¶
func (v NullableEnumINTEGRATIONDELETEDSUCCESSFULLY) MarshalJSON() ([]byte, error)
func (*NullableEnumINTEGRATIONDELETEDSUCCESSFULLY) Set ¶
func (v *NullableEnumINTEGRATIONDELETEDSUCCESSFULLY) Set(val *EnumINTEGRATIONDELETEDSUCCESSFULLY)
func (*NullableEnumINTEGRATIONDELETEDSUCCESSFULLY) UnmarshalJSON ¶
func (v *NullableEnumINTEGRATIONDELETEDSUCCESSFULLY) UnmarshalJSON(src []byte) error
func (*NullableEnumINTEGRATIONDELETEDSUCCESSFULLY) Unset ¶
func (v *NullableEnumINTEGRATIONDELETEDSUCCESSFULLY) Unset()
type NullableEnumINVALIDCURSOR ¶ added in v0.1.21
type NullableEnumINVALIDCURSOR struct {
// contains filtered or unexported fields
}
func NewNullableEnumINVALIDCURSOR ¶ added in v0.1.21
func NewNullableEnumINVALIDCURSOR(val *EnumINVALIDCURSOR) *NullableEnumINVALIDCURSOR
func (NullableEnumINVALIDCURSOR) Get ¶ added in v0.1.21
func (v NullableEnumINVALIDCURSOR) Get() *EnumINVALIDCURSOR
func (NullableEnumINVALIDCURSOR) IsSet ¶ added in v0.1.21
func (v NullableEnumINVALIDCURSOR) IsSet() bool
func (NullableEnumINVALIDCURSOR) MarshalJSON ¶ added in v0.1.21
func (v NullableEnumINVALIDCURSOR) MarshalJSON() ([]byte, error)
func (*NullableEnumINVALIDCURSOR) Set ¶ added in v0.1.21
func (v *NullableEnumINVALIDCURSOR) Set(val *EnumINVALIDCURSOR)
func (*NullableEnumINVALIDCURSOR) UnmarshalJSON ¶ added in v0.1.21
func (v *NullableEnumINVALIDCURSOR) UnmarshalJSON(src []byte) error
func (*NullableEnumINVALIDCURSOR) Unset ¶ added in v0.1.21
func (v *NullableEnumINVALIDCURSOR) Unset()
type NullableEnumJIRA ¶
type NullableEnumJIRA struct {
// contains filtered or unexported fields
}
func NewNullableEnumJIRA ¶
func NewNullableEnumJIRA(val *EnumJIRA) *NullableEnumJIRA
func (NullableEnumJIRA) Get ¶
func (v NullableEnumJIRA) Get() *EnumJIRA
func (NullableEnumJIRA) IsSet ¶
func (v NullableEnumJIRA) IsSet() bool
func (NullableEnumJIRA) MarshalJSON ¶
func (v NullableEnumJIRA) MarshalJSON() ([]byte, error)
func (*NullableEnumJIRA) Set ¶
func (v *NullableEnumJIRA) Set(val *EnumJIRA)
func (*NullableEnumJIRA) UnmarshalJSON ¶
func (v *NullableEnumJIRA) UnmarshalJSON(src []byte) error
func (*NullableEnumJIRA) Unset ¶
func (v *NullableEnumJIRA) Unset()
type NullableEnumKONGGATEWAY ¶
type NullableEnumKONGGATEWAY struct {
// contains filtered or unexported fields
}
func NewNullableEnumKONGGATEWAY ¶
func NewNullableEnumKONGGATEWAY(val *EnumKONGGATEWAY) *NullableEnumKONGGATEWAY
func (NullableEnumKONGGATEWAY) Get ¶
func (v NullableEnumKONGGATEWAY) Get() *EnumKONGGATEWAY
func (NullableEnumKONGGATEWAY) IsSet ¶
func (v NullableEnumKONGGATEWAY) IsSet() bool
func (NullableEnumKONGGATEWAY) MarshalJSON ¶
func (v NullableEnumKONGGATEWAY) MarshalJSON() ([]byte, error)
func (*NullableEnumKONGGATEWAY) Set ¶
func (v *NullableEnumKONGGATEWAY) Set(val *EnumKONGGATEWAY)
func (*NullableEnumKONGGATEWAY) UnmarshalJSON ¶
func (v *NullableEnumKONGGATEWAY) UnmarshalJSON(src []byte) error
func (*NullableEnumKONGGATEWAY) Unset ¶
func (v *NullableEnumKONGGATEWAY) Unset()
type NullableEnumKONGKONNECT ¶
type NullableEnumKONGKONNECT struct {
// contains filtered or unexported fields
}
func NewNullableEnumKONGKONNECT ¶
func NewNullableEnumKONGKONNECT(val *EnumKONGKONNECT) *NullableEnumKONGKONNECT
func (NullableEnumKONGKONNECT) Get ¶
func (v NullableEnumKONGKONNECT) Get() *EnumKONGKONNECT
func (NullableEnumKONGKONNECT) IsSet ¶
func (v NullableEnumKONGKONNECT) IsSet() bool
func (NullableEnumKONGKONNECT) MarshalJSON ¶
func (v NullableEnumKONGKONNECT) MarshalJSON() ([]byte, error)
func (*NullableEnumKONGKONNECT) Set ¶
func (v *NullableEnumKONGKONNECT) Set(val *EnumKONGKONNECT)
func (*NullableEnumKONGKONNECT) UnmarshalJSON ¶
func (v *NullableEnumKONGKONNECT) UnmarshalJSON(src []byte) error
func (*NullableEnumKONGKONNECT) Unset ¶
func (v *NullableEnumKONGKONNECT) Unset()
type NullableEnumKUBERNETES ¶
type NullableEnumKUBERNETES struct {
// contains filtered or unexported fields
}
func NewNullableEnumKUBERNETES ¶
func NewNullableEnumKUBERNETES(val *EnumKUBERNETES) *NullableEnumKUBERNETES
func (NullableEnumKUBERNETES) Get ¶
func (v NullableEnumKUBERNETES) Get() *EnumKUBERNETES
func (NullableEnumKUBERNETES) IsSet ¶
func (v NullableEnumKUBERNETES) IsSet() bool
func (NullableEnumKUBERNETES) MarshalJSON ¶
func (v NullableEnumKUBERNETES) MarshalJSON() ([]byte, error)
func (*NullableEnumKUBERNETES) Set ¶
func (v *NullableEnumKUBERNETES) Set(val *EnumKUBERNETES)
func (*NullableEnumKUBERNETES) UnmarshalJSON ¶
func (v *NullableEnumKUBERNETES) UnmarshalJSON(src []byte) error
func (*NullableEnumKUBERNETES) Unset ¶
func (v *NullableEnumKUBERNETES) Unset()
type NullableEnumLOCATIONDELETEDSUCCESSFULLY ¶
type NullableEnumLOCATIONDELETEDSUCCESSFULLY struct {
// contains filtered or unexported fields
}
func NewNullableEnumLOCATIONDELETEDSUCCESSFULLY ¶
func NewNullableEnumLOCATIONDELETEDSUCCESSFULLY(val *EnumLOCATIONDELETEDSUCCESSFULLY) *NullableEnumLOCATIONDELETEDSUCCESSFULLY
func (NullableEnumLOCATIONDELETEDSUCCESSFULLY) IsSet ¶
func (v NullableEnumLOCATIONDELETEDSUCCESSFULLY) IsSet() bool
func (NullableEnumLOCATIONDELETEDSUCCESSFULLY) MarshalJSON ¶
func (v NullableEnumLOCATIONDELETEDSUCCESSFULLY) MarshalJSON() ([]byte, error)
func (*NullableEnumLOCATIONDELETEDSUCCESSFULLY) Set ¶
func (v *NullableEnumLOCATIONDELETEDSUCCESSFULLY) Set(val *EnumLOCATIONDELETEDSUCCESSFULLY)
func (*NullableEnumLOCATIONDELETEDSUCCESSFULLY) UnmarshalJSON ¶
func (v *NullableEnumLOCATIONDELETEDSUCCESSFULLY) UnmarshalJSON(src []byte) error
func (*NullableEnumLOCATIONDELETEDSUCCESSFULLY) Unset ¶
func (v *NullableEnumLOCATIONDELETEDSUCCESSFULLY) Unset()
type NullableEnumNOT ¶
type NullableEnumNOT struct {
// contains filtered or unexported fields
}
func NewNullableEnumNOT ¶
func NewNullableEnumNOT(val *EnumNOT) *NullableEnumNOT
func (NullableEnumNOT) Get ¶
func (v NullableEnumNOT) Get() *EnumNOT
func (NullableEnumNOT) IsSet ¶
func (v NullableEnumNOT) IsSet() bool
func (NullableEnumNOT) MarshalJSON ¶
func (v NullableEnumNOT) MarshalJSON() ([]byte, error)
func (*NullableEnumNOT) Set ¶
func (v *NullableEnumNOT) Set(val *EnumNOT)
func (*NullableEnumNOT) UnmarshalJSON ¶
func (v *NullableEnumNOT) UnmarshalJSON(src []byte) error
func (*NullableEnumNOT) Unset ¶
func (v *NullableEnumNOT) Unset()
type NullableEnumNOTFOUND ¶
type NullableEnumNOTFOUND struct {
// contains filtered or unexported fields
}
func NewNullableEnumNOTFOUND ¶
func NewNullableEnumNOTFOUND(val *EnumNOTFOUND) *NullableEnumNOTFOUND
func (NullableEnumNOTFOUND) Get ¶
func (v NullableEnumNOTFOUND) Get() *EnumNOTFOUND
func (NullableEnumNOTFOUND) IsSet ¶
func (v NullableEnumNOTFOUND) IsSet() bool
func (NullableEnumNOTFOUND) MarshalJSON ¶
func (v NullableEnumNOTFOUND) MarshalJSON() ([]byte, error)
func (*NullableEnumNOTFOUND) Set ¶
func (v *NullableEnumNOTFOUND) Set(val *EnumNOTFOUND)
func (*NullableEnumNOTFOUND) UnmarshalJSON ¶
func (v *NullableEnumNOTFOUND) UnmarshalJSON(src []byte) error
func (*NullableEnumNOTFOUND) Unset ¶
func (v *NullableEnumNOTFOUND) Unset()
type NullableEnumOAUTHCLIENTCREDENTIALS ¶
type NullableEnumOAUTHCLIENTCREDENTIALS struct {
// contains filtered or unexported fields
}
func NewNullableEnumOAUTHCLIENTCREDENTIALS ¶
func NewNullableEnumOAUTHCLIENTCREDENTIALS(val *EnumOAUTHCLIENTCREDENTIALS) *NullableEnumOAUTHCLIENTCREDENTIALS
func (NullableEnumOAUTHCLIENTCREDENTIALS) Get ¶
func (v NullableEnumOAUTHCLIENTCREDENTIALS) Get() *EnumOAUTHCLIENTCREDENTIALS
func (NullableEnumOAUTHCLIENTCREDENTIALS) IsSet ¶
func (v NullableEnumOAUTHCLIENTCREDENTIALS) IsSet() bool
func (NullableEnumOAUTHCLIENTCREDENTIALS) MarshalJSON ¶
func (v NullableEnumOAUTHCLIENTCREDENTIALS) MarshalJSON() ([]byte, error)
func (*NullableEnumOAUTHCLIENTCREDENTIALS) Set ¶
func (v *NullableEnumOAUTHCLIENTCREDENTIALS) Set(val *EnumOAUTHCLIENTCREDENTIALS)
func (*NullableEnumOAUTHCLIENTCREDENTIALS) UnmarshalJSON ¶
func (v *NullableEnumOAUTHCLIENTCREDENTIALS) UnmarshalJSON(src []byte) error
func (*NullableEnumOAUTHCLIENTCREDENTIALS) Unset ¶
func (v *NullableEnumOAUTHCLIENTCREDENTIALS) Unset()
type NullableEnumOAUTHUSERPASS ¶
type NullableEnumOAUTHUSERPASS struct {
// contains filtered or unexported fields
}
func NewNullableEnumOAUTHUSERPASS ¶
func NewNullableEnumOAUTHUSERPASS(val *EnumOAUTHUSERPASS) *NullableEnumOAUTHUSERPASS
func (NullableEnumOAUTHUSERPASS) Get ¶
func (v NullableEnumOAUTHUSERPASS) Get() *EnumOAUTHUSERPASS
func (NullableEnumOAUTHUSERPASS) IsSet ¶
func (v NullableEnumOAUTHUSERPASS) IsSet() bool
func (NullableEnumOAUTHUSERPASS) MarshalJSON ¶
func (v NullableEnumOAUTHUSERPASS) MarshalJSON() ([]byte, error)
func (*NullableEnumOAUTHUSERPASS) Set ¶
func (v *NullableEnumOAUTHUSERPASS) Set(val *EnumOAUTHUSERPASS)
func (*NullableEnumOAUTHUSERPASS) UnmarshalJSON ¶
func (v *NullableEnumOAUTHUSERPASS) UnmarshalJSON(src []byte) error
func (*NullableEnumOAUTHUSERPASS) Unset ¶
func (v *NullableEnumOAUTHUSERPASS) Unset()
type NullableEnumOR ¶
type NullableEnumOR struct {
// contains filtered or unexported fields
}
func NewNullableEnumOR ¶
func NewNullableEnumOR(val *EnumOR) *NullableEnumOR
func (NullableEnumOR) Get ¶
func (v NullableEnumOR) Get() *EnumOR
func (NullableEnumOR) IsSet ¶
func (v NullableEnumOR) IsSet() bool
func (NullableEnumOR) MarshalJSON ¶
func (v NullableEnumOR) MarshalJSON() ([]byte, error)
func (*NullableEnumOR) Set ¶
func (v *NullableEnumOR) Set(val *EnumOR)
func (*NullableEnumOR) UnmarshalJSON ¶
func (v *NullableEnumOR) UnmarshalJSON(src []byte) error
func (*NullableEnumOR) Unset ¶
func (v *NullableEnumOR) Unset()
type NullableEnumPOSTMANAPIKEY ¶
type NullableEnumPOSTMANAPIKEY struct {
// contains filtered or unexported fields
}
func NewNullableEnumPOSTMANAPIKEY ¶
func NewNullableEnumPOSTMANAPIKEY(val *EnumPOSTMANAPIKEY) *NullableEnumPOSTMANAPIKEY
func (NullableEnumPOSTMANAPIKEY) Get ¶
func (v NullableEnumPOSTMANAPIKEY) Get() *EnumPOSTMANAPIKEY
func (NullableEnumPOSTMANAPIKEY) IsSet ¶
func (v NullableEnumPOSTMANAPIKEY) IsSet() bool
func (NullableEnumPOSTMANAPIKEY) MarshalJSON ¶
func (v NullableEnumPOSTMANAPIKEY) MarshalJSON() ([]byte, error)
func (*NullableEnumPOSTMANAPIKEY) Set ¶
func (v *NullableEnumPOSTMANAPIKEY) Set(val *EnumPOSTMANAPIKEY)
func (*NullableEnumPOSTMANAPIKEY) UnmarshalJSON ¶
func (v *NullableEnumPOSTMANAPIKEY) UnmarshalJSON(src []byte) error
func (*NullableEnumPOSTMANAPIKEY) Unset ¶
func (v *NullableEnumPOSTMANAPIKEY) Unset()
type NullableEnumREQUESTBODYJSON ¶
type NullableEnumREQUESTBODYJSON struct {
// contains filtered or unexported fields
}
func NewNullableEnumREQUESTBODYJSON ¶
func NewNullableEnumREQUESTBODYJSON(val *EnumREQUESTBODYJSON) *NullableEnumREQUESTBODYJSON
func (NullableEnumREQUESTBODYJSON) Get ¶
func (v NullableEnumREQUESTBODYJSON) Get() *EnumREQUESTBODYJSON
func (NullableEnumREQUESTBODYJSON) IsSet ¶
func (v NullableEnumREQUESTBODYJSON) IsSet() bool
func (NullableEnumREQUESTBODYJSON) MarshalJSON ¶
func (v NullableEnumREQUESTBODYJSON) MarshalJSON() ([]byte, error)
func (*NullableEnumREQUESTBODYJSON) Set ¶
func (v *NullableEnumREQUESTBODYJSON) Set(val *EnumREQUESTBODYJSON)
func (*NullableEnumREQUESTBODYJSON) UnmarshalJSON ¶
func (v *NullableEnumREQUESTBODYJSON) UnmarshalJSON(src []byte) error
func (*NullableEnumREQUESTBODYJSON) Unset ¶
func (v *NullableEnumREQUESTBODYJSON) Unset()
type NullableEnumREQUESTBODYTEXT ¶
type NullableEnumREQUESTBODYTEXT struct {
// contains filtered or unexported fields
}
func NewNullableEnumREQUESTBODYTEXT ¶
func NewNullableEnumREQUESTBODYTEXT(val *EnumREQUESTBODYTEXT) *NullableEnumREQUESTBODYTEXT
func (NullableEnumREQUESTBODYTEXT) Get ¶
func (v NullableEnumREQUESTBODYTEXT) Get() *EnumREQUESTBODYTEXT
func (NullableEnumREQUESTBODYTEXT) IsSet ¶
func (v NullableEnumREQUESTBODYTEXT) IsSet() bool
func (NullableEnumREQUESTBODYTEXT) MarshalJSON ¶
func (v NullableEnumREQUESTBODYTEXT) MarshalJSON() ([]byte, error)
func (*NullableEnumREQUESTBODYTEXT) Set ¶
func (v *NullableEnumREQUESTBODYTEXT) Set(val *EnumREQUESTBODYTEXT)
func (*NullableEnumREQUESTBODYTEXT) UnmarshalJSON ¶
func (v *NullableEnumREQUESTBODYTEXT) UnmarshalJSON(src []byte) error
func (*NullableEnumREQUESTBODYTEXT) Unset ¶
func (v *NullableEnumREQUESTBODYTEXT) Unset()
type NullableEnumREQUESTHEADERS ¶
type NullableEnumREQUESTHEADERS struct {
// contains filtered or unexported fields
}
func NewNullableEnumREQUESTHEADERS ¶
func NewNullableEnumREQUESTHEADERS(val *EnumREQUESTHEADERS) *NullableEnumREQUESTHEADERS
func (NullableEnumREQUESTHEADERS) Get ¶
func (v NullableEnumREQUESTHEADERS) Get() *EnumREQUESTHEADERS
func (NullableEnumREQUESTHEADERS) IsSet ¶
func (v NullableEnumREQUESTHEADERS) IsSet() bool
func (NullableEnumREQUESTHEADERS) MarshalJSON ¶
func (v NullableEnumREQUESTHEADERS) MarshalJSON() ([]byte, error)
func (*NullableEnumREQUESTHEADERS) Set ¶
func (v *NullableEnumREQUESTHEADERS) Set(val *EnumREQUESTHEADERS)
func (*NullableEnumREQUESTHEADERS) UnmarshalJSON ¶
func (v *NullableEnumREQUESTHEADERS) UnmarshalJSON(src []byte) error
func (*NullableEnumREQUESTHEADERS) Unset ¶
func (v *NullableEnumREQUESTHEADERS) Unset()
type NullableEnumREQUESTISAUTHENTICATED ¶
type NullableEnumREQUESTISAUTHENTICATED struct {
// contains filtered or unexported fields
}
func NewNullableEnumREQUESTISAUTHENTICATED ¶
func NewNullableEnumREQUESTISAUTHENTICATED(val *EnumREQUESTISAUTHENTICATED) *NullableEnumREQUESTISAUTHENTICATED
func (NullableEnumREQUESTISAUTHENTICATED) Get ¶
func (v NullableEnumREQUESTISAUTHENTICATED) Get() *EnumREQUESTISAUTHENTICATED
func (NullableEnumREQUESTISAUTHENTICATED) IsSet ¶
func (v NullableEnumREQUESTISAUTHENTICATED) IsSet() bool
func (NullableEnumREQUESTISAUTHENTICATED) MarshalJSON ¶
func (v NullableEnumREQUESTISAUTHENTICATED) MarshalJSON() ([]byte, error)
func (*NullableEnumREQUESTISAUTHENTICATED) Set ¶
func (v *NullableEnumREQUESTISAUTHENTICATED) Set(val *EnumREQUESTISAUTHENTICATED)
func (*NullableEnumREQUESTISAUTHENTICATED) UnmarshalJSON ¶
func (v *NullableEnumREQUESTISAUTHENTICATED) UnmarshalJSON(src []byte) error
func (*NullableEnumREQUESTISAUTHENTICATED) Unset ¶
func (v *NullableEnumREQUESTISAUTHENTICATED) Unset()
type NullableEnumREQUESTMETHOD ¶
type NullableEnumREQUESTMETHOD struct {
// contains filtered or unexported fields
}
func NewNullableEnumREQUESTMETHOD ¶
func NewNullableEnumREQUESTMETHOD(val *EnumREQUESTMETHOD) *NullableEnumREQUESTMETHOD
func (NullableEnumREQUESTMETHOD) Get ¶
func (v NullableEnumREQUESTMETHOD) Get() *EnumREQUESTMETHOD
func (NullableEnumREQUESTMETHOD) IsSet ¶
func (v NullableEnumREQUESTMETHOD) IsSet() bool
func (NullableEnumREQUESTMETHOD) MarshalJSON ¶
func (v NullableEnumREQUESTMETHOD) MarshalJSON() ([]byte, error)
func (*NullableEnumREQUESTMETHOD) Set ¶
func (v *NullableEnumREQUESTMETHOD) Set(val *EnumREQUESTMETHOD)
func (*NullableEnumREQUESTMETHOD) UnmarshalJSON ¶
func (v *NullableEnumREQUESTMETHOD) UnmarshalJSON(src []byte) error
func (*NullableEnumREQUESTMETHOD) Unset ¶
func (v *NullableEnumREQUESTMETHOD) Unset()
type NullableEnumREQUESTOBJECT ¶
type NullableEnumREQUESTOBJECT struct {
// contains filtered or unexported fields
}
func NewNullableEnumREQUESTOBJECT ¶
func NewNullableEnumREQUESTOBJECT(val *EnumREQUESTOBJECT) *NullableEnumREQUESTOBJECT
func (NullableEnumREQUESTOBJECT) Get ¶
func (v NullableEnumREQUESTOBJECT) Get() *EnumREQUESTOBJECT
func (NullableEnumREQUESTOBJECT) IsSet ¶
func (v NullableEnumREQUESTOBJECT) IsSet() bool
func (NullableEnumREQUESTOBJECT) MarshalJSON ¶
func (v NullableEnumREQUESTOBJECT) MarshalJSON() ([]byte, error)
func (*NullableEnumREQUESTOBJECT) Set ¶
func (v *NullableEnumREQUESTOBJECT) Set(val *EnumREQUESTOBJECT)
func (*NullableEnumREQUESTOBJECT) UnmarshalJSON ¶
func (v *NullableEnumREQUESTOBJECT) UnmarshalJSON(src []byte) error
func (*NullableEnumREQUESTOBJECT) Unset ¶
func (v *NullableEnumREQUESTOBJECT) Unset()
type NullableEnumREQUESTUSER ¶
type NullableEnumREQUESTUSER struct {
// contains filtered or unexported fields
}
func NewNullableEnumREQUESTUSER ¶
func NewNullableEnumREQUESTUSER(val *EnumREQUESTUSER) *NullableEnumREQUESTUSER
func (NullableEnumREQUESTUSER) Get ¶
func (v NullableEnumREQUESTUSER) Get() *EnumREQUESTUSER
func (NullableEnumREQUESTUSER) IsSet ¶
func (v NullableEnumREQUESTUSER) IsSet() bool
func (NullableEnumREQUESTUSER) MarshalJSON ¶
func (v NullableEnumREQUESTUSER) MarshalJSON() ([]byte, error)
func (*NullableEnumREQUESTUSER) Set ¶
func (v *NullableEnumREQUESTUSER) Set(val *EnumREQUESTUSER)
func (*NullableEnumREQUESTUSER) UnmarshalJSON ¶
func (v *NullableEnumREQUESTUSER) UnmarshalJSON(src []byte) error
func (*NullableEnumREQUESTUSER) Unset ¶
func (v *NullableEnumREQUESTUSER) Unset()
type NullableEnumRESPONSEBODYJSON ¶
type NullableEnumRESPONSEBODYJSON struct {
// contains filtered or unexported fields
}
func NewNullableEnumRESPONSEBODYJSON ¶
func NewNullableEnumRESPONSEBODYJSON(val *EnumRESPONSEBODYJSON) *NullableEnumRESPONSEBODYJSON
func (NullableEnumRESPONSEBODYJSON) Get ¶
func (v NullableEnumRESPONSEBODYJSON) Get() *EnumRESPONSEBODYJSON
func (NullableEnumRESPONSEBODYJSON) IsSet ¶
func (v NullableEnumRESPONSEBODYJSON) IsSet() bool
func (NullableEnumRESPONSEBODYJSON) MarshalJSON ¶
func (v NullableEnumRESPONSEBODYJSON) MarshalJSON() ([]byte, error)
func (*NullableEnumRESPONSEBODYJSON) Set ¶
func (v *NullableEnumRESPONSEBODYJSON) Set(val *EnumRESPONSEBODYJSON)
func (*NullableEnumRESPONSEBODYJSON) UnmarshalJSON ¶
func (v *NullableEnumRESPONSEBODYJSON) UnmarshalJSON(src []byte) error
func (*NullableEnumRESPONSEBODYJSON) Unset ¶
func (v *NullableEnumRESPONSEBODYJSON) Unset()
type NullableEnumRESPONSEBODYTEXT ¶
type NullableEnumRESPONSEBODYTEXT struct {
// contains filtered or unexported fields
}
func NewNullableEnumRESPONSEBODYTEXT ¶
func NewNullableEnumRESPONSEBODYTEXT(val *EnumRESPONSEBODYTEXT) *NullableEnumRESPONSEBODYTEXT
func (NullableEnumRESPONSEBODYTEXT) Get ¶
func (v NullableEnumRESPONSEBODYTEXT) Get() *EnumRESPONSEBODYTEXT
func (NullableEnumRESPONSEBODYTEXT) IsSet ¶
func (v NullableEnumRESPONSEBODYTEXT) IsSet() bool
func (NullableEnumRESPONSEBODYTEXT) MarshalJSON ¶
func (v NullableEnumRESPONSEBODYTEXT) MarshalJSON() ([]byte, error)
func (*NullableEnumRESPONSEBODYTEXT) Set ¶
func (v *NullableEnumRESPONSEBODYTEXT) Set(val *EnumRESPONSEBODYTEXT)
func (*NullableEnumRESPONSEBODYTEXT) UnmarshalJSON ¶
func (v *NullableEnumRESPONSEBODYTEXT) UnmarshalJSON(src []byte) error
func (*NullableEnumRESPONSEBODYTEXT) Unset ¶
func (v *NullableEnumRESPONSEBODYTEXT) Unset()
type NullableEnumRESPONSEDURATIONMS ¶
type NullableEnumRESPONSEDURATIONMS struct {
// contains filtered or unexported fields
}
func NewNullableEnumRESPONSEDURATIONMS ¶
func NewNullableEnumRESPONSEDURATIONMS(val *EnumRESPONSEDURATIONMS) *NullableEnumRESPONSEDURATIONMS
func (NullableEnumRESPONSEDURATIONMS) Get ¶
func (v NullableEnumRESPONSEDURATIONMS) Get() *EnumRESPONSEDURATIONMS
func (NullableEnumRESPONSEDURATIONMS) IsSet ¶
func (v NullableEnumRESPONSEDURATIONMS) IsSet() bool
func (NullableEnumRESPONSEDURATIONMS) MarshalJSON ¶
func (v NullableEnumRESPONSEDURATIONMS) MarshalJSON() ([]byte, error)
func (*NullableEnumRESPONSEDURATIONMS) Set ¶
func (v *NullableEnumRESPONSEDURATIONMS) Set(val *EnumRESPONSEDURATIONMS)
func (*NullableEnumRESPONSEDURATIONMS) UnmarshalJSON ¶
func (v *NullableEnumRESPONSEDURATIONMS) UnmarshalJSON(src []byte) error
func (*NullableEnumRESPONSEDURATIONMS) Unset ¶
func (v *NullableEnumRESPONSEDURATIONMS) Unset()
type NullableEnumRESPONSEHEADERS ¶
type NullableEnumRESPONSEHEADERS struct {
// contains filtered or unexported fields
}
func NewNullableEnumRESPONSEHEADERS ¶
func NewNullableEnumRESPONSEHEADERS(val *EnumRESPONSEHEADERS) *NullableEnumRESPONSEHEADERS
func (NullableEnumRESPONSEHEADERS) Get ¶
func (v NullableEnumRESPONSEHEADERS) Get() *EnumRESPONSEHEADERS
func (NullableEnumRESPONSEHEADERS) IsSet ¶
func (v NullableEnumRESPONSEHEADERS) IsSet() bool
func (NullableEnumRESPONSEHEADERS) MarshalJSON ¶
func (v NullableEnumRESPONSEHEADERS) MarshalJSON() ([]byte, error)
func (*NullableEnumRESPONSEHEADERS) Set ¶
func (v *NullableEnumRESPONSEHEADERS) Set(val *EnumRESPONSEHEADERS)
func (*NullableEnumRESPONSEHEADERS) UnmarshalJSON ¶
func (v *NullableEnumRESPONSEHEADERS) UnmarshalJSON(src []byte) error
func (*NullableEnumRESPONSEHEADERS) Unset ¶
func (v *NullableEnumRESPONSEHEADERS) Unset()
type NullableEnumRESPONSEOBJECT ¶
type NullableEnumRESPONSEOBJECT struct {
// contains filtered or unexported fields
}
func NewNullableEnumRESPONSEOBJECT ¶
func NewNullableEnumRESPONSEOBJECT(val *EnumRESPONSEOBJECT) *NullableEnumRESPONSEOBJECT
func (NullableEnumRESPONSEOBJECT) Get ¶
func (v NullableEnumRESPONSEOBJECT) Get() *EnumRESPONSEOBJECT
func (NullableEnumRESPONSEOBJECT) IsSet ¶
func (v NullableEnumRESPONSEOBJECT) IsSet() bool
func (NullableEnumRESPONSEOBJECT) MarshalJSON ¶
func (v NullableEnumRESPONSEOBJECT) MarshalJSON() ([]byte, error)
func (*NullableEnumRESPONSEOBJECT) Set ¶
func (v *NullableEnumRESPONSEOBJECT) Set(val *EnumRESPONSEOBJECT)
func (*NullableEnumRESPONSEOBJECT) UnmarshalJSON ¶
func (v *NullableEnumRESPONSEOBJECT) UnmarshalJSON(src []byte) error
func (*NullableEnumRESPONSEOBJECT) Unset ¶
func (v *NullableEnumRESPONSEOBJECT) Unset()
type NullableEnumRESPONSESTATUSCODE ¶
type NullableEnumRESPONSESTATUSCODE struct {
// contains filtered or unexported fields
}
func NewNullableEnumRESPONSESTATUSCODE ¶
func NewNullableEnumRESPONSESTATUSCODE(val *EnumRESPONSESTATUSCODE) *NullableEnumRESPONSESTATUSCODE
func (NullableEnumRESPONSESTATUSCODE) Get ¶
func (v NullableEnumRESPONSESTATUSCODE) Get() *EnumRESPONSESTATUSCODE
func (NullableEnumRESPONSESTATUSCODE) IsSet ¶
func (v NullableEnumRESPONSESTATUSCODE) IsSet() bool
func (NullableEnumRESPONSESTATUSCODE) MarshalJSON ¶
func (v NullableEnumRESPONSESTATUSCODE) MarshalJSON() ([]byte, error)
func (*NullableEnumRESPONSESTATUSCODE) Set ¶
func (v *NullableEnumRESPONSESTATUSCODE) Set(val *EnumRESPONSESTATUSCODE)
func (*NullableEnumRESPONSESTATUSCODE) UnmarshalJSON ¶
func (v *NullableEnumRESPONSESTATUSCODE) UnmarshalJSON(src []byte) error
func (*NullableEnumRESPONSESTATUSCODE) Unset ¶
func (v *NullableEnumRESPONSESTATUSCODE) Unset()
type NullableEnumREST ¶
type NullableEnumREST struct {
// contains filtered or unexported fields
}
func NewNullableEnumREST ¶
func NewNullableEnumREST(val *EnumREST) *NullableEnumREST
func (NullableEnumREST) Get ¶
func (v NullableEnumREST) Get() *EnumREST
func (NullableEnumREST) IsSet ¶
func (v NullableEnumREST) IsSet() bool
func (NullableEnumREST) MarshalJSON ¶
func (v NullableEnumREST) MarshalJSON() ([]byte, error)
func (*NullableEnumREST) Set ¶
func (v *NullableEnumREST) Set(val *EnumREST)
func (*NullableEnumREST) UnmarshalJSON ¶
func (v *NullableEnumREST) UnmarshalJSON(src []byte) error
func (*NullableEnumREST) Unset ¶
func (v *NullableEnumREST) Unset()
type NullableEnumSCANTYPE ¶
type NullableEnumSCANTYPE struct {
// contains filtered or unexported fields
}
func NewNullableEnumSCANTYPE ¶
func NewNullableEnumSCANTYPE(val *EnumSCANTYPE) *NullableEnumSCANTYPE
func (NullableEnumSCANTYPE) Get ¶
func (v NullableEnumSCANTYPE) Get() *EnumSCANTYPE
func (NullableEnumSCANTYPE) IsSet ¶
func (v NullableEnumSCANTYPE) IsSet() bool
func (NullableEnumSCANTYPE) MarshalJSON ¶
func (v NullableEnumSCANTYPE) MarshalJSON() ([]byte, error)
func (*NullableEnumSCANTYPE) Set ¶
func (v *NullableEnumSCANTYPE) Set(val *EnumSCANTYPE)
func (*NullableEnumSCANTYPE) UnmarshalJSON ¶
func (v *NullableEnumSCANTYPE) UnmarshalJSON(src []byte) error
func (*NullableEnumSCANTYPE) Unset ¶
func (v *NullableEnumSCANTYPE) Unset()
type NullableEnumSCHEMANEEDAUTHENTICATION ¶
type NullableEnumSCHEMANEEDAUTHENTICATION struct {
// contains filtered or unexported fields
}
func NewNullableEnumSCHEMANEEDAUTHENTICATION ¶
func NewNullableEnumSCHEMANEEDAUTHENTICATION(val *EnumSCHEMANEEDAUTHENTICATION) *NullableEnumSCHEMANEEDAUTHENTICATION
func (NullableEnumSCHEMANEEDAUTHENTICATION) Get ¶
func (v NullableEnumSCHEMANEEDAUTHENTICATION) Get() *EnumSCHEMANEEDAUTHENTICATION
func (NullableEnumSCHEMANEEDAUTHENTICATION) IsSet ¶
func (v NullableEnumSCHEMANEEDAUTHENTICATION) IsSet() bool
func (NullableEnumSCHEMANEEDAUTHENTICATION) MarshalJSON ¶
func (v NullableEnumSCHEMANEEDAUTHENTICATION) MarshalJSON() ([]byte, error)
func (*NullableEnumSCHEMANEEDAUTHENTICATION) Set ¶
func (v *NullableEnumSCHEMANEEDAUTHENTICATION) Set(val *EnumSCHEMANEEDAUTHENTICATION)
func (*NullableEnumSCHEMANEEDAUTHENTICATION) UnmarshalJSON ¶
func (v *NullableEnumSCHEMANEEDAUTHENTICATION) UnmarshalJSON(src []byte) error
func (*NullableEnumSCHEMANEEDAUTHENTICATION) Unset ¶
func (v *NullableEnumSCHEMANEEDAUTHENTICATION) Unset()
type NullableEnumSCHEMAPATHREF ¶
type NullableEnumSCHEMAPATHREF struct {
// contains filtered or unexported fields
}
func NewNullableEnumSCHEMAPATHREF ¶
func NewNullableEnumSCHEMAPATHREF(val *EnumSCHEMAPATHREF) *NullableEnumSCHEMAPATHREF
func (NullableEnumSCHEMAPATHREF) Get ¶
func (v NullableEnumSCHEMAPATHREF) Get() *EnumSCHEMAPATHREF
func (NullableEnumSCHEMAPATHREF) IsSet ¶
func (v NullableEnumSCHEMAPATHREF) IsSet() bool
func (NullableEnumSCHEMAPATHREF) MarshalJSON ¶
func (v NullableEnumSCHEMAPATHREF) MarshalJSON() ([]byte, error)
func (*NullableEnumSCHEMAPATHREF) Set ¶
func (v *NullableEnumSCHEMAPATHREF) Set(val *EnumSCHEMAPATHREF)
func (*NullableEnumSCHEMAPATHREF) UnmarshalJSON ¶
func (v *NullableEnumSCHEMAPATHREF) UnmarshalJSON(src []byte) error
func (*NullableEnumSCHEMAPATHREF) Unset ¶
func (v *NullableEnumSCHEMAPATHREF) Unset()
type NullableEnumSCHEMAUPDATED ¶
type NullableEnumSCHEMAUPDATED struct {
// contains filtered or unexported fields
}
func NewNullableEnumSCHEMAUPDATED ¶
func NewNullableEnumSCHEMAUPDATED(val *EnumSCHEMAUPDATED) *NullableEnumSCHEMAUPDATED
func (NullableEnumSCHEMAUPDATED) Get ¶
func (v NullableEnumSCHEMAUPDATED) Get() *EnumSCHEMAUPDATED
func (NullableEnumSCHEMAUPDATED) IsSet ¶
func (v NullableEnumSCHEMAUPDATED) IsSet() bool
func (NullableEnumSCHEMAUPDATED) MarshalJSON ¶
func (v NullableEnumSCHEMAUPDATED) MarshalJSON() ([]byte, error)
func (*NullableEnumSCHEMAUPDATED) Set ¶
func (v *NullableEnumSCHEMAUPDATED) Set(val *EnumSCHEMAUPDATED)
func (*NullableEnumSCHEMAUPDATED) UnmarshalJSON ¶
func (v *NullableEnumSCHEMAUPDATED) UnmarshalJSON(src []byte) error
func (*NullableEnumSCHEMAUPDATED) Unset ¶
func (v *NullableEnumSCHEMAUPDATED) Unset()
type NullableEnumSCHEMAURL ¶
type NullableEnumSCHEMAURL struct {
// contains filtered or unexported fields
}
func NewNullableEnumSCHEMAURL ¶
func NewNullableEnumSCHEMAURL(val *EnumSCHEMAURL) *NullableEnumSCHEMAURL
func (NullableEnumSCHEMAURL) Get ¶
func (v NullableEnumSCHEMAURL) Get() *EnumSCHEMAURL
func (NullableEnumSCHEMAURL) IsSet ¶
func (v NullableEnumSCHEMAURL) IsSet() bool
func (NullableEnumSCHEMAURL) MarshalJSON ¶
func (v NullableEnumSCHEMAURL) MarshalJSON() ([]byte, error)
func (*NullableEnumSCHEMAURL) Set ¶
func (v *NullableEnumSCHEMAURL) Set(val *EnumSCHEMAURL)
func (*NullableEnumSCHEMAURL) UnmarshalJSON ¶
func (v *NullableEnumSCHEMAURL) UnmarshalJSON(src []byte) error
func (*NullableEnumSCHEMAURL) Unset ¶
func (v *NullableEnumSCHEMAURL) Unset()
type NullableEnumSELECT ¶
type NullableEnumSELECT struct {
// contains filtered or unexported fields
}
func NewNullableEnumSELECT ¶
func NewNullableEnumSELECT(val *EnumSELECT) *NullableEnumSELECT
func (NullableEnumSELECT) Get ¶
func (v NullableEnumSELECT) Get() *EnumSELECT
func (NullableEnumSELECT) IsSet ¶
func (v NullableEnumSELECT) IsSet() bool
func (NullableEnumSELECT) MarshalJSON ¶
func (v NullableEnumSELECT) MarshalJSON() ([]byte, error)
func (*NullableEnumSELECT) Set ¶
func (v *NullableEnumSELECT) Set(val *EnumSELECT)
func (*NullableEnumSELECT) UnmarshalJSON ¶
func (v *NullableEnumSELECT) UnmarshalJSON(src []byte) error
func (*NullableEnumSELECT) Unset ¶
func (v *NullableEnumSELECT) Unset()
type NullableEnumSLACKWEBHOOK ¶
type NullableEnumSLACKWEBHOOK struct {
// contains filtered or unexported fields
}
func NewNullableEnumSLACKWEBHOOK ¶
func NewNullableEnumSLACKWEBHOOK(val *EnumSLACKWEBHOOK) *NullableEnumSLACKWEBHOOK
func (NullableEnumSLACKWEBHOOK) Get ¶
func (v NullableEnumSLACKWEBHOOK) Get() *EnumSLACKWEBHOOK
func (NullableEnumSLACKWEBHOOK) IsSet ¶
func (v NullableEnumSLACKWEBHOOK) IsSet() bool
func (NullableEnumSLACKWEBHOOK) MarshalJSON ¶
func (v NullableEnumSLACKWEBHOOK) MarshalJSON() ([]byte, error)
func (*NullableEnumSLACKWEBHOOK) Set ¶
func (v *NullableEnumSLACKWEBHOOK) Set(val *EnumSLACKWEBHOOK)
func (*NullableEnumSLACKWEBHOOK) UnmarshalJSON ¶
func (v *NullableEnumSLACKWEBHOOK) UnmarshalJSON(src []byte) error
func (*NullableEnumSLACKWEBHOOK) Unset ¶
func (v *NullableEnumSLACKWEBHOOK) Unset()
type NullableEnumSLEEP ¶
type NullableEnumSLEEP struct {
// contains filtered or unexported fields
}
func NewNullableEnumSLEEP ¶
func NewNullableEnumSLEEP(val *EnumSLEEP) *NullableEnumSLEEP
func (NullableEnumSLEEP) Get ¶
func (v NullableEnumSLEEP) Get() *EnumSLEEP
func (NullableEnumSLEEP) IsSet ¶
func (v NullableEnumSLEEP) IsSet() bool
func (NullableEnumSLEEP) MarshalJSON ¶
func (v NullableEnumSLEEP) MarshalJSON() ([]byte, error)
func (*NullableEnumSLEEP) Set ¶
func (v *NullableEnumSLEEP) Set(val *EnumSLEEP)
func (*NullableEnumSLEEP) UnmarshalJSON ¶
func (v *NullableEnumSLEEP) UnmarshalJSON(src []byte) error
func (*NullableEnumSLEEP) Unset ¶
func (v *NullableEnumSLEEP) Unset()
type NullableEnumTEAMSWEBHOOK ¶
type NullableEnumTEAMSWEBHOOK struct {
// contains filtered or unexported fields
}
func NewNullableEnumTEAMSWEBHOOK ¶
func NewNullableEnumTEAMSWEBHOOK(val *EnumTEAMSWEBHOOK) *NullableEnumTEAMSWEBHOOK
func (NullableEnumTEAMSWEBHOOK) Get ¶
func (v NullableEnumTEAMSWEBHOOK) Get() *EnumTEAMSWEBHOOK
func (NullableEnumTEAMSWEBHOOK) IsSet ¶
func (v NullableEnumTEAMSWEBHOOK) IsSet() bool
func (NullableEnumTEAMSWEBHOOK) MarshalJSON ¶
func (v NullableEnumTEAMSWEBHOOK) MarshalJSON() ([]byte, error)
func (*NullableEnumTEAMSWEBHOOK) Set ¶
func (v *NullableEnumTEAMSWEBHOOK) Set(val *EnumTEAMSWEBHOOK)
func (*NullableEnumTEAMSWEBHOOK) UnmarshalJSON ¶
func (v *NullableEnumTEAMSWEBHOOK) UnmarshalJSON(src []byte) error
func (*NullableEnumTEAMSWEBHOOK) Unset ¶
func (v *NullableEnumTEAMSWEBHOOK) Unset()
type NullableEnumWAITELEMENT ¶
type NullableEnumWAITELEMENT struct {
// contains filtered or unexported fields
}
func NewNullableEnumWAITELEMENT ¶
func NewNullableEnumWAITELEMENT(val *EnumWAITELEMENT) *NullableEnumWAITELEMENT
func (NullableEnumWAITELEMENT) Get ¶
func (v NullableEnumWAITELEMENT) Get() *EnumWAITELEMENT
func (NullableEnumWAITELEMENT) IsSet ¶
func (v NullableEnumWAITELEMENT) IsSet() bool
func (NullableEnumWAITELEMENT) MarshalJSON ¶
func (v NullableEnumWAITELEMENT) MarshalJSON() ([]byte, error)
func (*NullableEnumWAITELEMENT) Set ¶
func (v *NullableEnumWAITELEMENT) Set(val *EnumWAITELEMENT)
func (*NullableEnumWAITELEMENT) UnmarshalJSON ¶
func (v *NullableEnumWAITELEMENT) UnmarshalJSON(src []byte) error
func (*NullableEnumWAITELEMENT) Unset ¶
func (v *NullableEnumWAITELEMENT) Unset()
type NullableEnumWAITTEXT ¶
type NullableEnumWAITTEXT struct {
// contains filtered or unexported fields
}
func NewNullableEnumWAITTEXT ¶
func NewNullableEnumWAITTEXT(val *EnumWAITTEXT) *NullableEnumWAITTEXT
func (NullableEnumWAITTEXT) Get ¶
func (v NullableEnumWAITTEXT) Get() *EnumWAITTEXT
func (NullableEnumWAITTEXT) IsSet ¶
func (v NullableEnumWAITTEXT) IsSet() bool
func (NullableEnumWAITTEXT) MarshalJSON ¶
func (v NullableEnumWAITTEXT) MarshalJSON() ([]byte, error)
func (*NullableEnumWAITTEXT) Set ¶
func (v *NullableEnumWAITTEXT) Set(val *EnumWAITTEXT)
func (*NullableEnumWAITTEXT) UnmarshalJSON ¶
func (v *NullableEnumWAITTEXT) UnmarshalJSON(src []byte) error
func (*NullableEnumWAITTEXT) Unset ¶
func (v *NullableEnumWAITTEXT) Unset()
type NullableEnumWEBHOOK ¶
type NullableEnumWEBHOOK struct {
// contains filtered or unexported fields
}
func NewNullableEnumWEBHOOK ¶
func NewNullableEnumWEBHOOK(val *EnumWEBHOOK) *NullableEnumWEBHOOK
func (NullableEnumWEBHOOK) Get ¶
func (v NullableEnumWEBHOOK) Get() *EnumWEBHOOK
func (NullableEnumWEBHOOK) IsSet ¶
func (v NullableEnumWEBHOOK) IsSet() bool
func (NullableEnumWEBHOOK) MarshalJSON ¶
func (v NullableEnumWEBHOOK) MarshalJSON() ([]byte, error)
func (*NullableEnumWEBHOOK) Set ¶
func (v *NullableEnumWEBHOOK) Set(val *EnumWEBHOOK)
func (*NullableEnumWEBHOOK) UnmarshalJSON ¶
func (v *NullableEnumWEBHOOK) UnmarshalJSON(src []byte) error
func (*NullableEnumWEBHOOK) Unset ¶
func (v *NullableEnumWEBHOOK) Unset()
type NullableEnumWIZ ¶
type NullableEnumWIZ struct {
// contains filtered or unexported fields
}
func NewNullableEnumWIZ ¶
func NewNullableEnumWIZ(val *EnumWIZ) *NullableEnumWIZ
func (NullableEnumWIZ) Get ¶
func (v NullableEnumWIZ) Get() *EnumWIZ
func (NullableEnumWIZ) IsSet ¶
func (v NullableEnumWIZ) IsSet() bool
func (NullableEnumWIZ) MarshalJSON ¶
func (v NullableEnumWIZ) MarshalJSON() ([]byte, error)
func (*NullableEnumWIZ) Set ¶
func (v *NullableEnumWIZ) Set(val *EnumWIZ)
func (*NullableEnumWIZ) UnmarshalJSON ¶
func (v *NullableEnumWIZ) UnmarshalJSON(src []byte) error
func (*NullableEnumWIZ) Unset ¶
func (v *NullableEnumWIZ) 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 NullableFrontend ¶ added in v0.1.22
type NullableFrontend struct {
// contains filtered or unexported fields
}
func NewNullableFrontend ¶ added in v0.1.22
func NewNullableFrontend(val *Frontend) *NullableFrontend
func (NullableFrontend) Get ¶ added in v0.1.22
func (v NullableFrontend) Get() *Frontend
func (NullableFrontend) IsSet ¶ added in v0.1.22
func (v NullableFrontend) IsSet() bool
func (NullableFrontend) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontend) MarshalJSON() ([]byte, error)
func (*NullableFrontend) Set ¶ added in v0.1.22
func (v *NullableFrontend) Set(val *Frontend)
func (*NullableFrontend) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontend) UnmarshalJSON(src []byte) error
func (*NullableFrontend) Unset ¶ added in v0.1.22
func (v *NullableFrontend) Unset()
type NullableFrontendConfiguration ¶ added in v0.1.22
type NullableFrontendConfiguration struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfiguration ¶ added in v0.1.22
func NewNullableFrontendConfiguration(val *FrontendConfiguration) *NullableFrontendConfiguration
func (NullableFrontendConfiguration) Get ¶ added in v0.1.22
func (v NullableFrontendConfiguration) Get() *FrontendConfiguration
func (NullableFrontendConfiguration) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfiguration) IsSet() bool
func (NullableFrontendConfiguration) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfiguration) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfiguration) Set ¶ added in v0.1.22
func (v *NullableFrontendConfiguration) Set(val *FrontendConfiguration)
func (*NullableFrontendConfiguration) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfiguration) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfiguration) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfiguration) Unset()
type NullableFrontendConfigurationAuthentication ¶ added in v0.1.22
type NullableFrontendConfigurationAuthentication struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthentication ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthentication(val *FrontendConfigurationAuthentication) *NullableFrontendConfigurationAuthentication
func (NullableFrontendConfigurationAuthentication) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthentication) IsSet() bool
func (NullableFrontendConfigurationAuthentication) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthentication) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthentication) Set ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthentication) Set(val *FrontendConfigurationAuthentication)
func (*NullableFrontendConfigurationAuthentication) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthentication) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationAuthentication) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthentication) Unset()
type NullableFrontendConfigurationAuthenticationPresetsInner ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInner struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInner ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInner(val *FrontendConfigurationAuthenticationPresetsInner) *NullableFrontendConfigurationAuthenticationPresetsInner
func (NullableFrontendConfigurationAuthenticationPresetsInner) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInner) IsSet() bool
func (NullableFrontendConfigurationAuthenticationPresetsInner) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInner) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInner) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInner) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationAuthenticationPresetsInner) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInner) Unset()
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf(val *FrontendConfigurationAuthenticationPresetsInnerOneOf) *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf) IsSet() bool
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf) Unset()
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1 ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf1 ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf1(val *FrontendConfigurationAuthenticationPresetsInnerOneOf1) *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1) IsSet() bool
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1) Unset()
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10 ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf10 ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf10(val *FrontendConfigurationAuthenticationPresetsInnerOneOf10) *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10) IsSet() bool
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10) Unset()
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10Injections ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10Injections struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf10Injections ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf10Injections(val *FrontendConfigurationAuthenticationPresetsInnerOneOf10Injections) *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10Injections
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10Injections) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10Injections) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10Injections) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10Injections) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10Injections) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10Injections) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10Injections) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10Injections) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10Injections) Unset()
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner(val *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInner) Unset()
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner(val *FrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf10UsersInnerAdditionalFieldsInner) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11 ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf11 ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf11(val *FrontendConfigurationAuthenticationPresetsInnerOneOf11) *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11) IsSet() bool
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11) Unset()
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner(val *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInner) Unset()
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner(val *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner) *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInner) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf(val *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1 ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1 ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1(val *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf1) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2 ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2 ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2(val *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf2) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3 ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3 ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3(val *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf3) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4 ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4 ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4(val *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf4) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5 ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5 ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5(val *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf5) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6 ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6 ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6(val *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf6) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7 ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7 ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7(val *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf7) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8 ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8 ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8(val *FrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf11UsersInnerActionsInnerOneOf8) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner(val *FrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf1UsersInner) Unset()
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2 ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf2 ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf2(val *FrontendConfigurationAuthenticationPresetsInnerOneOf2) *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2) IsSet() bool
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2) Unset()
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner(val *FrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf2UsersInner) Unset()
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3 ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf3 ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf3(val *FrontendConfigurationAuthenticationPresetsInnerOneOf3) *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3) IsSet() bool
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3) Unset()
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner(val *FrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf3UsersInner) Unset()
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4 ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf4 ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf4(val *FrontendConfigurationAuthenticationPresetsInnerOneOf4) *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4) IsSet() bool
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4) Unset()
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner(val *FrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf4UsersInner) Unset()
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf5 ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf5 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf5 ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf5(val *FrontendConfigurationAuthenticationPresetsInnerOneOf5) *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf5
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf5) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf5) IsSet() bool
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf5) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf5) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf5) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf5) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf5) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf5) Unset()
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf6 ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf6 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf6 ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf6(val *FrontendConfigurationAuthenticationPresetsInnerOneOf6) *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf6
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf6) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf6) IsSet() bool
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf6) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf6) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf6) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf6) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf6) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf6) Unset()
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7 ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf7 ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf7(val *FrontendConfigurationAuthenticationPresetsInnerOneOf7) *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7) IsSet() bool
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7) Unset()
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner(val *FrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf7UsersInner) Unset()
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8 ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf8 ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf8(val *FrontendConfigurationAuthenticationPresetsInnerOneOf8) *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8) IsSet() bool
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8) Unset()
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner(val *FrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf8UsersInner) Unset()
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9 ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf9 ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf9(val *FrontendConfigurationAuthenticationPresetsInnerOneOf9) *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9) IsSet() bool
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9) Unset()
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner(val *FrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9RequestsInner) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner(val *FrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOf9UsersInner) Unset()
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOfRequest ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOfRequest struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOfRequest ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOfRequest(val *FrontendConfigurationAuthenticationPresetsInnerOneOfRequest) *NullableFrontendConfigurationAuthenticationPresetsInnerOneOfRequest
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOfRequest) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOfRequest) IsSet() bool
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOfRequest) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOfRequest) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOfRequest) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOfRequest) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOfRequest) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOfRequest) Unset()
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner(val *FrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) *NullableFrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationPresetsInnerOneOfUsersInner) Unset()
type NullableFrontendConfigurationAuthenticationProceduresInner ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationProceduresInner struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationProceduresInner ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationProceduresInner(val *FrontendConfigurationAuthenticationProceduresInner) *NullableFrontendConfigurationAuthenticationProceduresInner
func (NullableFrontendConfigurationAuthenticationProceduresInner) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationProceduresInner) IsSet() bool
func (NullableFrontendConfigurationAuthenticationProceduresInner) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationProceduresInner) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationProceduresInner) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationProceduresInner) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationAuthenticationProceduresInner) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationProceduresInner) Unset()
type NullableFrontendConfigurationAuthenticationProceduresInnerInjections ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationProceduresInnerInjections struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationProceduresInnerInjections ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationProceduresInnerInjections(val *FrontendConfigurationAuthenticationProceduresInnerInjections) *NullableFrontendConfigurationAuthenticationProceduresInnerInjections
func (NullableFrontendConfigurationAuthenticationProceduresInnerInjections) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationProceduresInnerInjections) IsSet() bool
func (NullableFrontendConfigurationAuthenticationProceduresInnerInjections) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationProceduresInnerInjections) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationProceduresInnerInjections) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationProceduresInnerInjections) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationProceduresInnerInjections) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationAuthenticationProceduresInnerInjections) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationProceduresInnerInjections) Unset()
type NullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner(val *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) *NullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner
func (NullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1 ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1 ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1(val *FrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) *NullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1
func (NullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationProceduresInnerInjectionsAnyOfInner1) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInner ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInner struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationProceduresInnerOperationsInner ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationProceduresInnerOperationsInner(val *FrontendConfigurationAuthenticationProceduresInnerOperationsInner) *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInner
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInner) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInner) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInner) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInner) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInner) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInner) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInner) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf(val *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1 ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1 ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1(val *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions(val *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions) *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Extractions) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner(val *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ExtractionsAnyOfInner) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters(val *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1Parameters) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest(val *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf1ParametersSecondRequest) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2 ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2 ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2(val *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters(val *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf2Parameters) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3 ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3 ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3(val *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOf3) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner(val *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfExtractionsInner) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters(val *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParameters) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner(val *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersCookiesInner) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner(val *FrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationProceduresInnerOperationsInnerOneOfParametersHeadersInner) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationAuthenticationUsersInner ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationUsersInner struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationUsersInner ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationUsersInner(val *FrontendConfigurationAuthenticationUsersInner) *NullableFrontendConfigurationAuthenticationUsersInner
func (NullableFrontendConfigurationAuthenticationUsersInner) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationUsersInner) IsSet() bool
func (NullableFrontendConfigurationAuthenticationUsersInner) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationUsersInner) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationUsersInner) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationUsersInner) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationAuthenticationUsersInner) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationUsersInner) Unset()
type NullableFrontendConfigurationAuthenticationUsersInnerCredentials ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationUsersInnerCredentials struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationUsersInnerCredentials ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationUsersInnerCredentials(val *FrontendConfigurationAuthenticationUsersInnerCredentials) *NullableFrontendConfigurationAuthenticationUsersInnerCredentials
func (NullableFrontendConfigurationAuthenticationUsersInnerCredentials) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationUsersInnerCredentials) IsSet() bool
func (NullableFrontendConfigurationAuthenticationUsersInnerCredentials) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationUsersInnerCredentials) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationUsersInnerCredentials) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationUsersInnerCredentials) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationAuthenticationUsersInnerCredentials) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationUsersInnerCredentials) Unset()
type NullableFrontendConfigurationAuthenticationUsersInnerRefresh ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationUsersInnerRefresh struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationUsersInnerRefresh ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationUsersInnerRefresh(val *FrontendConfigurationAuthenticationUsersInnerRefresh) *NullableFrontendConfigurationAuthenticationUsersInnerRefresh
func (NullableFrontendConfigurationAuthenticationUsersInnerRefresh) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationUsersInnerRefresh) IsSet() bool
func (NullableFrontendConfigurationAuthenticationUsersInnerRefresh) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationUsersInnerRefresh) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationUsersInnerRefresh) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationUsersInnerRefresh) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationAuthenticationUsersInnerRefresh) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationUsersInnerRefresh) Unset()
type NullableFrontendConfigurationAuthenticationUsersInnerVariablesInner ¶ added in v0.1.22
type NullableFrontendConfigurationAuthenticationUsersInnerVariablesInner struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationAuthenticationUsersInnerVariablesInner ¶ added in v0.1.22
func NewNullableFrontendConfigurationAuthenticationUsersInnerVariablesInner(val *FrontendConfigurationAuthenticationUsersInnerVariablesInner) *NullableFrontendConfigurationAuthenticationUsersInnerVariablesInner
func (NullableFrontendConfigurationAuthenticationUsersInnerVariablesInner) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationUsersInnerVariablesInner) IsSet() bool
func (NullableFrontendConfigurationAuthenticationUsersInnerVariablesInner) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationAuthenticationUsersInnerVariablesInner) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationAuthenticationUsersInnerVariablesInner) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationUsersInnerVariablesInner) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationAuthenticationUsersInnerVariablesInner) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationAuthenticationUsersInnerVariablesInner) Unset()
type NullableFrontendConfigurationClient ¶ added in v0.1.22
type NullableFrontendConfigurationClient struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationClient ¶ added in v0.1.22
func NewNullableFrontendConfigurationClient(val *FrontendConfigurationClient) *NullableFrontendConfigurationClient
func (NullableFrontendConfigurationClient) Get ¶ added in v0.1.22
func (v NullableFrontendConfigurationClient) Get() *FrontendConfigurationClient
func (NullableFrontendConfigurationClient) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfigurationClient) IsSet() bool
func (NullableFrontendConfigurationClient) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationClient) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationClient) Set ¶ added in v0.1.22
func (v *NullableFrontendConfigurationClient) Set(val *FrontendConfigurationClient)
func (*NullableFrontendConfigurationClient) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationClient) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationClient) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationClient) Unset()
type NullableFrontendConfigurationCustomRulesInner ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInner struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInner ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInner(val *FrontendConfigurationCustomRulesInner) *NullableFrontendConfigurationCustomRulesInner
func (NullableFrontendConfigurationCustomRulesInner) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInner) IsSet() bool
func (NullableFrontendConfigurationCustomRulesInner) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInner) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInner) Set ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInner) Set(val *FrontendConfigurationCustomRulesInner)
func (*NullableFrontendConfigurationCustomRulesInner) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInner) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationCustomRulesInner) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInner) Unset()
type NullableFrontendConfigurationCustomRulesInnerAlert ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerAlert struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerAlert ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerAlert(val *FrontendConfigurationCustomRulesInnerAlert) *NullableFrontendConfigurationCustomRulesInnerAlert
func (NullableFrontendConfigurationCustomRulesInnerAlert) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerAlert) IsSet() bool
func (NullableFrontendConfigurationCustomRulesInnerAlert) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerAlert) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerAlert) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerAlert) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationCustomRulesInnerAlert) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerAlert) Unset()
type NullableFrontendConfigurationCustomRulesInnerAlertCompliance ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerAlertCompliance struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerAlertCompliance ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerAlertCompliance(val *FrontendConfigurationCustomRulesInnerAlertCompliance) *NullableFrontendConfigurationCustomRulesInnerAlertCompliance
func (NullableFrontendConfigurationCustomRulesInnerAlertCompliance) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerAlertCompliance) IsSet() bool
func (NullableFrontendConfigurationCustomRulesInnerAlertCompliance) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerAlertCompliance) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerAlertCompliance) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerAlertCompliance) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationCustomRulesInnerAlertCompliance) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerAlertCompliance) Unset()
type NullableFrontendConfigurationCustomRulesInnerSeedInner ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerSeedInner struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerSeedInner ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerSeedInner(val *FrontendConfigurationCustomRulesInnerSeedInner) *NullableFrontendConfigurationCustomRulesInnerSeedInner
func (NullableFrontendConfigurationCustomRulesInnerSeedInner) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerSeedInner) IsSet() bool
func (NullableFrontendConfigurationCustomRulesInnerSeedInner) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerSeedInner) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerSeedInner) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerSeedInner) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationCustomRulesInnerSeedInner) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerSeedInner) Unset()
type NullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf(val *FrontendConfigurationCustomRulesInnerSeedInnerOneOf) *NullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf
func (NullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf) IsSet() bool
func (NullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf) Unset()
type NullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf1 ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf1 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf1 ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf1(val *FrontendConfigurationCustomRulesInnerSeedInnerOneOf1) *NullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf1
func (NullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf1) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf1) IsSet() bool
func (NullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf1) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf1) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf1) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf1) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf1) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerSeedInnerOneOf1) Unset()
type NullableFrontendConfigurationCustomRulesInnerTransform ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransform struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransform ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransform(val *FrontendConfigurationCustomRulesInnerTransform) *NullableFrontendConfigurationCustomRulesInnerTransform
func (NullableFrontendConfigurationCustomRulesInnerTransform) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransform) IsSet() bool
func (NullableFrontendConfigurationCustomRulesInnerTransform) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransform) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransform) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransform) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationCustomRulesInnerTransform) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransform) Unset()
type NullableFrontendConfigurationCustomRulesInnerTransformMutateInner ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformMutateInner struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformMutateInner ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformMutateInner(val *FrontendConfigurationCustomRulesInnerTransformMutateInner) *NullableFrontendConfigurationCustomRulesInnerTransformMutateInner
func (NullableFrontendConfigurationCustomRulesInnerTransformMutateInner) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInner) IsSet() bool
func (NullableFrontendConfigurationCustomRulesInnerTransformMutateInner) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInner) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformMutateInner) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInner) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationCustomRulesInnerTransformMutateInner) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInner) Unset()
type NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf(val *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf
func (NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf) Unset()
type NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1 ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1 ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1(val *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1
func (NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf1) Unset()
type NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2 ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2 ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2(val *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2
func (NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf2) Unset()
type NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3 ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3 ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3(val *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3
func (NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf3) Unset()
type NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4 ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4 ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4(val *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4
func (NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf4) Unset()
type NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5 ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5 ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5(val *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5
func (NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf5) Unset()
type NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6 ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6 ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6(val *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6
func (NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6) Unset()
type NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate(val *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate
func (NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Mutate) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select(val *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select
func (NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf6Select) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7 ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7 ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7(val *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7
func (NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOf7) Unset()
type NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace(val *FrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace
func (NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformMutateInnerOneOfRegexReplace) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInner ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInner struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInner ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInner(val *FrontendConfigurationCustomRulesInnerTransformTriggerInner) *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInner
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInner) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInner) IsSet() bool
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInner) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInner) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInner) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInner) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInner) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInner) Unset()
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf) Unset()
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1 ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1 ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf1) Unset()
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10 ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10 ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf10Key) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11 ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11 ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf11) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12 ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12 ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner) *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12InInner) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is) *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf12Is) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13 ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13 ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf13) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14 ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14 ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf14) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15 ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15 ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf15) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16 ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16 ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf16Type) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17 ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17 ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf17) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18 ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18 ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf18) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19 ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19 ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf19) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2 ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2 ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf2) Unset()
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20 ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20 ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf20) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21 ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21 ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf21) UnmarshalJSON(src []byte) error
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3 ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3 ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf3) Unset()
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4 ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4 ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf4) Unset()
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5 ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5 ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf5) Unset()
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6 ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6 ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf6) Unset()
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7 ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7 ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf7) Unset()
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8 ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8 ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf8) Unset()
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9 ¶ added in v0.1.22
type NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9 struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9 ¶ added in v0.1.22
func NewNullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9(val *FrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) Get ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) IsSet ¶ added in v0.1.22
func (NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) Set ¶ added in v0.1.22
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationCustomRulesInnerTransformTriggerInnerOneOf9) Unset()
type NullableFrontendConfigurationInternal ¶ added in v0.1.22
type NullableFrontendConfigurationInternal struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationInternal ¶ added in v0.1.22
func NewNullableFrontendConfigurationInternal(val *FrontendConfigurationInternal) *NullableFrontendConfigurationInternal
func (NullableFrontendConfigurationInternal) Get ¶ added in v0.1.22
func (v NullableFrontendConfigurationInternal) Get() *FrontendConfigurationInternal
func (NullableFrontendConfigurationInternal) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfigurationInternal) IsSet() bool
func (NullableFrontendConfigurationInternal) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationInternal) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationInternal) Set ¶ added in v0.1.22
func (v *NullableFrontendConfigurationInternal) Set(val *FrontendConfigurationInternal)
func (*NullableFrontendConfigurationInternal) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationInternal) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationInternal) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationInternal) Unset()
type NullableFrontendConfigurationScan ¶ added in v0.1.22
type NullableFrontendConfigurationScan struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationScan ¶ added in v0.1.22
func NewNullableFrontendConfigurationScan(val *FrontendConfigurationScan) *NullableFrontendConfigurationScan
func (NullableFrontendConfigurationScan) Get ¶ added in v0.1.22
func (v NullableFrontendConfigurationScan) Get() *FrontendConfigurationScan
func (NullableFrontendConfigurationScan) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfigurationScan) IsSet() bool
func (NullableFrontendConfigurationScan) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationScan) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationScan) Set ¶ added in v0.1.22
func (v *NullableFrontendConfigurationScan) Set(val *FrontendConfigurationScan)
func (*NullableFrontendConfigurationScan) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationScan) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationScan) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationScan) Unset()
type NullableFrontendConfigurationScanBlocklist ¶ added in v0.1.22
type NullableFrontendConfigurationScanBlocklist struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationScanBlocklist ¶ added in v0.1.22
func NewNullableFrontendConfigurationScanBlocklist(val *FrontendConfigurationScanBlocklist) *NullableFrontendConfigurationScanBlocklist
func (NullableFrontendConfigurationScanBlocklist) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfigurationScanBlocklist) IsSet() bool
func (NullableFrontendConfigurationScanBlocklist) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationScanBlocklist) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationScanBlocklist) Set ¶ added in v0.1.22
func (v *NullableFrontendConfigurationScanBlocklist) Set(val *FrontendConfigurationScanBlocklist)
func (*NullableFrontendConfigurationScanBlocklist) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationScanBlocklist) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationScanBlocklist) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationScanBlocklist) Unset()
type NullableFrontendConfigurationScanBlocklistRoutesInner ¶ added in v0.1.22
type NullableFrontendConfigurationScanBlocklistRoutesInner struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationScanBlocklistRoutesInner ¶ added in v0.1.22
func NewNullableFrontendConfigurationScanBlocklistRoutesInner(val *FrontendConfigurationScanBlocklistRoutesInner) *NullableFrontendConfigurationScanBlocklistRoutesInner
func (NullableFrontendConfigurationScanBlocklistRoutesInner) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfigurationScanBlocklistRoutesInner) IsSet() bool
func (NullableFrontendConfigurationScanBlocklistRoutesInner) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationScanBlocklistRoutesInner) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationScanBlocklistRoutesInner) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationScanBlocklistRoutesInner) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationScanBlocklistRoutesInner) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationScanBlocklistRoutesInner) Unset()
type NullableFrontendConfigurationScanScalarsValue ¶ added in v0.1.22
type NullableFrontendConfigurationScanScalarsValue struct {
// contains filtered or unexported fields
}
func NewNullableFrontendConfigurationScanScalarsValue ¶ added in v0.1.22
func NewNullableFrontendConfigurationScanScalarsValue(val *FrontendConfigurationScanScalarsValue) *NullableFrontendConfigurationScanScalarsValue
func (NullableFrontendConfigurationScanScalarsValue) IsSet ¶ added in v0.1.22
func (v NullableFrontendConfigurationScanScalarsValue) IsSet() bool
func (NullableFrontendConfigurationScanScalarsValue) MarshalJSON ¶ added in v0.1.22
func (v NullableFrontendConfigurationScanScalarsValue) MarshalJSON() ([]byte, error)
func (*NullableFrontendConfigurationScanScalarsValue) Set ¶ added in v0.1.22
func (v *NullableFrontendConfigurationScanScalarsValue) Set(val *FrontendConfigurationScanScalarsValue)
func (*NullableFrontendConfigurationScanScalarsValue) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableFrontendConfigurationScanScalarsValue) UnmarshalJSON(src []byte) error
func (*NullableFrontendConfigurationScanScalarsValue) Unset ¶ added in v0.1.22
func (v *NullableFrontendConfigurationScanScalarsValue) Unset()
type NullableGetApplication200Response ¶
type NullableGetApplication200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetApplication200Response ¶
func NewNullableGetApplication200Response(val *GetApplication200Response) *NullableGetApplication200Response
func (NullableGetApplication200Response) Get ¶
func (v NullableGetApplication200Response) Get() *GetApplication200Response
func (NullableGetApplication200Response) IsSet ¶
func (v NullableGetApplication200Response) IsSet() bool
func (NullableGetApplication200Response) MarshalJSON ¶
func (v NullableGetApplication200Response) MarshalJSON() ([]byte, error)
func (*NullableGetApplication200Response) Set ¶
func (v *NullableGetApplication200Response) Set(val *GetApplication200Response)
func (*NullableGetApplication200Response) UnmarshalJSON ¶
func (v *NullableGetApplication200Response) UnmarshalJSON(src []byte) error
func (*NullableGetApplication200Response) Unset ¶
func (v *NullableGetApplication200Response) Unset()
type NullableGetIntegration200Response ¶
type NullableGetIntegration200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200Response ¶
func NewNullableGetIntegration200Response(val *GetIntegration200Response) *NullableGetIntegration200Response
func (NullableGetIntegration200Response) Get ¶
func (v NullableGetIntegration200Response) Get() *GetIntegration200Response
func (NullableGetIntegration200Response) IsSet ¶
func (v NullableGetIntegration200Response) IsSet() bool
func (NullableGetIntegration200Response) MarshalJSON ¶
func (v NullableGetIntegration200Response) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200Response) Set ¶
func (v *NullableGetIntegration200Response) Set(val *GetIntegration200Response)
func (*NullableGetIntegration200Response) UnmarshalJSON ¶
func (v *NullableGetIntegration200Response) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200Response) Unset ¶
func (v *NullableGetIntegration200Response) Unset()
type NullableGetIntegration200ResponseData ¶
type NullableGetIntegration200ResponseData struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseData ¶
func NewNullableGetIntegration200ResponseData(val *GetIntegration200ResponseData) *NullableGetIntegration200ResponseData
func (NullableGetIntegration200ResponseData) Get ¶
func (v NullableGetIntegration200ResponseData) Get() *GetIntegration200ResponseData
func (NullableGetIntegration200ResponseData) IsSet ¶
func (v NullableGetIntegration200ResponseData) IsSet() bool
func (NullableGetIntegration200ResponseData) MarshalJSON ¶
func (v NullableGetIntegration200ResponseData) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseData) Set ¶
func (v *NullableGetIntegration200ResponseData) Set(val *GetIntegration200ResponseData)
func (*NullableGetIntegration200ResponseData) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseData) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseData) Unset ¶
func (v *NullableGetIntegration200ResponseData) Unset()
type NullableGetIntegration200ResponseDataOneOf ¶
type NullableGetIntegration200ResponseDataOneOf struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf ¶
func NewNullableGetIntegration200ResponseDataOneOf(val *GetIntegration200ResponseDataOneOf) *NullableGetIntegration200ResponseDataOneOf
func (NullableGetIntegration200ResponseDataOneOf) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOf) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOf) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf) Set ¶
func (v *NullableGetIntegration200ResponseDataOneOf) Set(val *GetIntegration200ResponseDataOneOf)
func (*NullableGetIntegration200ResponseDataOneOf) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOf) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOf) Unset()
type NullableGetIntegration200ResponseDataOneOf1 ¶
type NullableGetIntegration200ResponseDataOneOf1 struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf1 ¶
func NewNullableGetIntegration200ResponseDataOneOf1(val *GetIntegration200ResponseDataOneOf1) *NullableGetIntegration200ResponseDataOneOf1
func (NullableGetIntegration200ResponseDataOneOf1) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOf1) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOf1) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf1) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf1) Set ¶
func (v *NullableGetIntegration200ResponseDataOneOf1) Set(val *GetIntegration200ResponseDataOneOf1)
func (*NullableGetIntegration200ResponseDataOneOf1) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf1) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOf1) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOf1) Unset()
type NullableGetIntegration200ResponseDataOneOf10 ¶
type NullableGetIntegration200ResponseDataOneOf10 struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf10 ¶
func NewNullableGetIntegration200ResponseDataOneOf10(val *GetIntegration200ResponseDataOneOf10) *NullableGetIntegration200ResponseDataOneOf10
func (NullableGetIntegration200ResponseDataOneOf10) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOf10) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOf10) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf10) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf10) Set ¶
func (v *NullableGetIntegration200ResponseDataOneOf10) Set(val *GetIntegration200ResponseDataOneOf10)
func (*NullableGetIntegration200ResponseDataOneOf10) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf10) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOf10) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOf10) Unset()
type NullableGetIntegration200ResponseDataOneOf11 ¶
type NullableGetIntegration200ResponseDataOneOf11 struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf11 ¶
func NewNullableGetIntegration200ResponseDataOneOf11(val *GetIntegration200ResponseDataOneOf11) *NullableGetIntegration200ResponseDataOneOf11
func (NullableGetIntegration200ResponseDataOneOf11) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOf11) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOf11) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf11) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf11) Set ¶
func (v *NullableGetIntegration200ResponseDataOneOf11) Set(val *GetIntegration200ResponseDataOneOf11)
func (*NullableGetIntegration200ResponseDataOneOf11) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf11) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOf11) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOf11) Unset()
type NullableGetIntegration200ResponseDataOneOf11Parameters ¶
type NullableGetIntegration200ResponseDataOneOf11Parameters struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf11Parameters ¶
func NewNullableGetIntegration200ResponseDataOneOf11Parameters(val *GetIntegration200ResponseDataOneOf11Parameters) *NullableGetIntegration200ResponseDataOneOf11Parameters
func (NullableGetIntegration200ResponseDataOneOf11Parameters) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOf11Parameters) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOf11Parameters) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf11Parameters) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf11Parameters) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf11Parameters) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOf11Parameters) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOf11Parameters) Unset()
type NullableGetIntegration200ResponseDataOneOf12 ¶
type NullableGetIntegration200ResponseDataOneOf12 struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf12 ¶
func NewNullableGetIntegration200ResponseDataOneOf12(val *GetIntegration200ResponseDataOneOf12) *NullableGetIntegration200ResponseDataOneOf12
func (NullableGetIntegration200ResponseDataOneOf12) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOf12) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOf12) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf12) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf12) Set ¶
func (v *NullableGetIntegration200ResponseDataOneOf12) Set(val *GetIntegration200ResponseDataOneOf12)
func (*NullableGetIntegration200ResponseDataOneOf12) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf12) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOf12) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOf12) Unset()
type NullableGetIntegration200ResponseDataOneOf12Parameters ¶
type NullableGetIntegration200ResponseDataOneOf12Parameters struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf12Parameters ¶
func NewNullableGetIntegration200ResponseDataOneOf12Parameters(val *GetIntegration200ResponseDataOneOf12Parameters) *NullableGetIntegration200ResponseDataOneOf12Parameters
func (NullableGetIntegration200ResponseDataOneOf12Parameters) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOf12Parameters) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOf12Parameters) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf12Parameters) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf12Parameters) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf12Parameters) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOf12Parameters) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOf12Parameters) Unset()
type NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInner ¶
type NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInner struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInner ¶
func NewNullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInner(val *GetIntegration200ResponseDataOneOf12ParametersTemplatesInner) *NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInner
func (NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInner) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInner) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInner) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInner) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInner) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInner) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInner) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInner) Unset()
type NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner ¶
type NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner ¶
func NewNullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner(val *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) *NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner
func (NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) Get ¶
func (NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) IsSet ¶
func (NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) Set ¶
func (*NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInner) UnmarshalJSON(src []byte) error
type NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner ¶
type NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner ¶
func NewNullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner(val *GetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) *NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner
func (NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) Get ¶
func (NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) IsSet ¶
func (NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) Set ¶
func (*NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf12ParametersTemplatesInnerPropertiesMappingInnerMappingInner) UnmarshalJSON(src []byte) error
type NullableGetIntegration200ResponseDataOneOf13 ¶
type NullableGetIntegration200ResponseDataOneOf13 struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf13 ¶
func NewNullableGetIntegration200ResponseDataOneOf13(val *GetIntegration200ResponseDataOneOf13) *NullableGetIntegration200ResponseDataOneOf13
func (NullableGetIntegration200ResponseDataOneOf13) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOf13) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOf13) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf13) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf13) Set ¶
func (v *NullableGetIntegration200ResponseDataOneOf13) Set(val *GetIntegration200ResponseDataOneOf13)
func (*NullableGetIntegration200ResponseDataOneOf13) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf13) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOf13) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOf13) Unset()
type NullableGetIntegration200ResponseDataOneOf13Parameters ¶
type NullableGetIntegration200ResponseDataOneOf13Parameters struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf13Parameters ¶
func NewNullableGetIntegration200ResponseDataOneOf13Parameters(val *GetIntegration200ResponseDataOneOf13Parameters) *NullableGetIntegration200ResponseDataOneOf13Parameters
func (NullableGetIntegration200ResponseDataOneOf13Parameters) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOf13Parameters) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOf13Parameters) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf13Parameters) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf13Parameters) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf13Parameters) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOf13Parameters) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOf13Parameters) Unset()
type NullableGetIntegration200ResponseDataOneOf14 ¶
type NullableGetIntegration200ResponseDataOneOf14 struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf14 ¶
func NewNullableGetIntegration200ResponseDataOneOf14(val *GetIntegration200ResponseDataOneOf14) *NullableGetIntegration200ResponseDataOneOf14
func (NullableGetIntegration200ResponseDataOneOf14) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOf14) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOf14) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf14) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf14) Set ¶
func (v *NullableGetIntegration200ResponseDataOneOf14) Set(val *GetIntegration200ResponseDataOneOf14)
func (*NullableGetIntegration200ResponseDataOneOf14) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf14) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOf14) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOf14) Unset()
type NullableGetIntegration200ResponseDataOneOf14Parameters ¶
type NullableGetIntegration200ResponseDataOneOf14Parameters struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf14Parameters ¶
func NewNullableGetIntegration200ResponseDataOneOf14Parameters(val *GetIntegration200ResponseDataOneOf14Parameters) *NullableGetIntegration200ResponseDataOneOf14Parameters
func (NullableGetIntegration200ResponseDataOneOf14Parameters) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOf14Parameters) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOf14Parameters) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf14Parameters) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf14Parameters) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf14Parameters) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOf14Parameters) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOf14Parameters) Unset()
type NullableGetIntegration200ResponseDataOneOf15 ¶
type NullableGetIntegration200ResponseDataOneOf15 struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf15 ¶
func NewNullableGetIntegration200ResponseDataOneOf15(val *GetIntegration200ResponseDataOneOf15) *NullableGetIntegration200ResponseDataOneOf15
func (NullableGetIntegration200ResponseDataOneOf15) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOf15) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOf15) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf15) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf15) Set ¶
func (v *NullableGetIntegration200ResponseDataOneOf15) Set(val *GetIntegration200ResponseDataOneOf15)
func (*NullableGetIntegration200ResponseDataOneOf15) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf15) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOf15) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOf15) Unset()
type NullableGetIntegration200ResponseDataOneOf15Parameters ¶
type NullableGetIntegration200ResponseDataOneOf15Parameters struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf15Parameters ¶
func NewNullableGetIntegration200ResponseDataOneOf15Parameters(val *GetIntegration200ResponseDataOneOf15Parameters) *NullableGetIntegration200ResponseDataOneOf15Parameters
func (NullableGetIntegration200ResponseDataOneOf15Parameters) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOf15Parameters) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOf15Parameters) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf15Parameters) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf15Parameters) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf15Parameters) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOf15Parameters) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOf15Parameters) Unset()
type NullableGetIntegration200ResponseDataOneOf15ParametersBlacklist ¶
type NullableGetIntegration200ResponseDataOneOf15ParametersBlacklist struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf15ParametersBlacklist ¶
func NewNullableGetIntegration200ResponseDataOneOf15ParametersBlacklist(val *GetIntegration200ResponseDataOneOf15ParametersBlacklist) *NullableGetIntegration200ResponseDataOneOf15ParametersBlacklist
func (NullableGetIntegration200ResponseDataOneOf15ParametersBlacklist) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOf15ParametersBlacklist) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOf15ParametersBlacklist) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf15ParametersBlacklist) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf15ParametersBlacklist) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf15ParametersBlacklist) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOf15ParametersBlacklist) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOf15ParametersBlacklist) Unset()
type NullableGetIntegration200ResponseDataOneOf15ParametersTags ¶
type NullableGetIntegration200ResponseDataOneOf15ParametersTags struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf15ParametersTags ¶
func NewNullableGetIntegration200ResponseDataOneOf15ParametersTags(val *GetIntegration200ResponseDataOneOf15ParametersTags) *NullableGetIntegration200ResponseDataOneOf15ParametersTags
func (NullableGetIntegration200ResponseDataOneOf15ParametersTags) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOf15ParametersTags) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOf15ParametersTags) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf15ParametersTags) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf15ParametersTags) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf15ParametersTags) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOf15ParametersTags) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOf15ParametersTags) Unset()
type NullableGetIntegration200ResponseDataOneOf16 ¶
type NullableGetIntegration200ResponseDataOneOf16 struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf16 ¶
func NewNullableGetIntegration200ResponseDataOneOf16(val *GetIntegration200ResponseDataOneOf16) *NullableGetIntegration200ResponseDataOneOf16
func (NullableGetIntegration200ResponseDataOneOf16) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOf16) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOf16) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf16) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf16) Set ¶
func (v *NullableGetIntegration200ResponseDataOneOf16) Set(val *GetIntegration200ResponseDataOneOf16)
func (*NullableGetIntegration200ResponseDataOneOf16) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf16) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOf16) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOf16) Unset()
type NullableGetIntegration200ResponseDataOneOf17 ¶
type NullableGetIntegration200ResponseDataOneOf17 struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf17 ¶
func NewNullableGetIntegration200ResponseDataOneOf17(val *GetIntegration200ResponseDataOneOf17) *NullableGetIntegration200ResponseDataOneOf17
func (NullableGetIntegration200ResponseDataOneOf17) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOf17) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOf17) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf17) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf17) Set ¶
func (v *NullableGetIntegration200ResponseDataOneOf17) Set(val *GetIntegration200ResponseDataOneOf17)
func (*NullableGetIntegration200ResponseDataOneOf17) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf17) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOf17) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOf17) Unset()
type NullableGetIntegration200ResponseDataOneOf18 ¶
type NullableGetIntegration200ResponseDataOneOf18 struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf18 ¶
func NewNullableGetIntegration200ResponseDataOneOf18(val *GetIntegration200ResponseDataOneOf18) *NullableGetIntegration200ResponseDataOneOf18
func (NullableGetIntegration200ResponseDataOneOf18) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOf18) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOf18) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf18) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf18) Set ¶
func (v *NullableGetIntegration200ResponseDataOneOf18) Set(val *GetIntegration200ResponseDataOneOf18)
func (*NullableGetIntegration200ResponseDataOneOf18) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf18) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOf18) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOf18) Unset()
type NullableGetIntegration200ResponseDataOneOf19 ¶
type NullableGetIntegration200ResponseDataOneOf19 struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf19 ¶
func NewNullableGetIntegration200ResponseDataOneOf19(val *GetIntegration200ResponseDataOneOf19) *NullableGetIntegration200ResponseDataOneOf19
func (NullableGetIntegration200ResponseDataOneOf19) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOf19) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOf19) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf19) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf19) Set ¶
func (v *NullableGetIntegration200ResponseDataOneOf19) Set(val *GetIntegration200ResponseDataOneOf19)
func (*NullableGetIntegration200ResponseDataOneOf19) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf19) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOf19) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOf19) Unset()
type NullableGetIntegration200ResponseDataOneOf1Parameters ¶
type NullableGetIntegration200ResponseDataOneOf1Parameters struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf1Parameters ¶
func NewNullableGetIntegration200ResponseDataOneOf1Parameters(val *GetIntegration200ResponseDataOneOf1Parameters) *NullableGetIntegration200ResponseDataOneOf1Parameters
func (NullableGetIntegration200ResponseDataOneOf1Parameters) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOf1Parameters) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOf1Parameters) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf1Parameters) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf1Parameters) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf1Parameters) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOf1Parameters) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOf1Parameters) Unset()
type NullableGetIntegration200ResponseDataOneOf2 ¶
type NullableGetIntegration200ResponseDataOneOf2 struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf2 ¶
func NewNullableGetIntegration200ResponseDataOneOf2(val *GetIntegration200ResponseDataOneOf2) *NullableGetIntegration200ResponseDataOneOf2
func (NullableGetIntegration200ResponseDataOneOf2) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOf2) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOf2) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf2) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf2) Set ¶
func (v *NullableGetIntegration200ResponseDataOneOf2) Set(val *GetIntegration200ResponseDataOneOf2)
func (*NullableGetIntegration200ResponseDataOneOf2) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf2) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOf2) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOf2) Unset()
type NullableGetIntegration200ResponseDataOneOf20 ¶
type NullableGetIntegration200ResponseDataOneOf20 struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf20 ¶
func NewNullableGetIntegration200ResponseDataOneOf20(val *GetIntegration200ResponseDataOneOf20) *NullableGetIntegration200ResponseDataOneOf20
func (NullableGetIntegration200ResponseDataOneOf20) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOf20) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOf20) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf20) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf20) Set ¶
func (v *NullableGetIntegration200ResponseDataOneOf20) Set(val *GetIntegration200ResponseDataOneOf20)
func (*NullableGetIntegration200ResponseDataOneOf20) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf20) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOf20) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOf20) Unset()
type NullableGetIntegration200ResponseDataOneOf20Parameters ¶
type NullableGetIntegration200ResponseDataOneOf20Parameters struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf20Parameters ¶
func NewNullableGetIntegration200ResponseDataOneOf20Parameters(val *GetIntegration200ResponseDataOneOf20Parameters) *NullableGetIntegration200ResponseDataOneOf20Parameters
func (NullableGetIntegration200ResponseDataOneOf20Parameters) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOf20Parameters) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOf20Parameters) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf20Parameters) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf20Parameters) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf20Parameters) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOf20Parameters) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOf20Parameters) Unset()
type NullableGetIntegration200ResponseDataOneOf2Parameters ¶
type NullableGetIntegration200ResponseDataOneOf2Parameters struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf2Parameters ¶
func NewNullableGetIntegration200ResponseDataOneOf2Parameters(val *GetIntegration200ResponseDataOneOf2Parameters) *NullableGetIntegration200ResponseDataOneOf2Parameters
func (NullableGetIntegration200ResponseDataOneOf2Parameters) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOf2Parameters) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOf2Parameters) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf2Parameters) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf2Parameters) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf2Parameters) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOf2Parameters) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOf2Parameters) Unset()
type NullableGetIntegration200ResponseDataOneOf3 ¶
type NullableGetIntegration200ResponseDataOneOf3 struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf3 ¶
func NewNullableGetIntegration200ResponseDataOneOf3(val *GetIntegration200ResponseDataOneOf3) *NullableGetIntegration200ResponseDataOneOf3
func (NullableGetIntegration200ResponseDataOneOf3) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOf3) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOf3) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf3) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf3) Set ¶
func (v *NullableGetIntegration200ResponseDataOneOf3) Set(val *GetIntegration200ResponseDataOneOf3)
func (*NullableGetIntegration200ResponseDataOneOf3) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf3) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOf3) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOf3) Unset()
type NullableGetIntegration200ResponseDataOneOf3Parameters ¶
type NullableGetIntegration200ResponseDataOneOf3Parameters struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf3Parameters ¶
func NewNullableGetIntegration200ResponseDataOneOf3Parameters(val *GetIntegration200ResponseDataOneOf3Parameters) *NullableGetIntegration200ResponseDataOneOf3Parameters
func (NullableGetIntegration200ResponseDataOneOf3Parameters) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOf3Parameters) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOf3Parameters) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf3Parameters) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf3Parameters) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf3Parameters) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOf3Parameters) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOf3Parameters) Unset()
type NullableGetIntegration200ResponseDataOneOf4 ¶
type NullableGetIntegration200ResponseDataOneOf4 struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf4 ¶
func NewNullableGetIntegration200ResponseDataOneOf4(val *GetIntegration200ResponseDataOneOf4) *NullableGetIntegration200ResponseDataOneOf4
func (NullableGetIntegration200ResponseDataOneOf4) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOf4) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOf4) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf4) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf4) Set ¶
func (v *NullableGetIntegration200ResponseDataOneOf4) Set(val *GetIntegration200ResponseDataOneOf4)
func (*NullableGetIntegration200ResponseDataOneOf4) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf4) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOf4) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOf4) Unset()
type NullableGetIntegration200ResponseDataOneOf4Parameters ¶
type NullableGetIntegration200ResponseDataOneOf4Parameters struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf4Parameters ¶
func NewNullableGetIntegration200ResponseDataOneOf4Parameters(val *GetIntegration200ResponseDataOneOf4Parameters) *NullableGetIntegration200ResponseDataOneOf4Parameters
func (NullableGetIntegration200ResponseDataOneOf4Parameters) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOf4Parameters) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOf4Parameters) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf4Parameters) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf4Parameters) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf4Parameters) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOf4Parameters) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOf4Parameters) Unset()
type NullableGetIntegration200ResponseDataOneOf5 ¶
type NullableGetIntegration200ResponseDataOneOf5 struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf5 ¶
func NewNullableGetIntegration200ResponseDataOneOf5(val *GetIntegration200ResponseDataOneOf5) *NullableGetIntegration200ResponseDataOneOf5
func (NullableGetIntegration200ResponseDataOneOf5) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOf5) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOf5) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf5) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf5) Set ¶
func (v *NullableGetIntegration200ResponseDataOneOf5) Set(val *GetIntegration200ResponseDataOneOf5)
func (*NullableGetIntegration200ResponseDataOneOf5) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf5) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOf5) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOf5) Unset()
type NullableGetIntegration200ResponseDataOneOf5Parameters ¶
type NullableGetIntegration200ResponseDataOneOf5Parameters struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf5Parameters ¶
func NewNullableGetIntegration200ResponseDataOneOf5Parameters(val *GetIntegration200ResponseDataOneOf5Parameters) *NullableGetIntegration200ResponseDataOneOf5Parameters
func (NullableGetIntegration200ResponseDataOneOf5Parameters) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOf5Parameters) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOf5Parameters) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf5Parameters) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf5Parameters) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf5Parameters) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOf5Parameters) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOf5Parameters) Unset()
type NullableGetIntegration200ResponseDataOneOf6 ¶
type NullableGetIntegration200ResponseDataOneOf6 struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf6 ¶
func NewNullableGetIntegration200ResponseDataOneOf6(val *GetIntegration200ResponseDataOneOf6) *NullableGetIntegration200ResponseDataOneOf6
func (NullableGetIntegration200ResponseDataOneOf6) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOf6) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOf6) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf6) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf6) Set ¶
func (v *NullableGetIntegration200ResponseDataOneOf6) Set(val *GetIntegration200ResponseDataOneOf6)
func (*NullableGetIntegration200ResponseDataOneOf6) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf6) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOf6) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOf6) Unset()
type NullableGetIntegration200ResponseDataOneOf6Parameters ¶
type NullableGetIntegration200ResponseDataOneOf6Parameters struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf6Parameters ¶
func NewNullableGetIntegration200ResponseDataOneOf6Parameters(val *GetIntegration200ResponseDataOneOf6Parameters) *NullableGetIntegration200ResponseDataOneOf6Parameters
func (NullableGetIntegration200ResponseDataOneOf6Parameters) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOf6Parameters) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOf6Parameters) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf6Parameters) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf6Parameters) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf6Parameters) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOf6Parameters) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOf6Parameters) Unset()
type NullableGetIntegration200ResponseDataOneOf7 ¶
type NullableGetIntegration200ResponseDataOneOf7 struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf7 ¶
func NewNullableGetIntegration200ResponseDataOneOf7(val *GetIntegration200ResponseDataOneOf7) *NullableGetIntegration200ResponseDataOneOf7
func (NullableGetIntegration200ResponseDataOneOf7) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOf7) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOf7) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf7) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf7) Set ¶
func (v *NullableGetIntegration200ResponseDataOneOf7) Set(val *GetIntegration200ResponseDataOneOf7)
func (*NullableGetIntegration200ResponseDataOneOf7) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf7) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOf7) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOf7) Unset()
type NullableGetIntegration200ResponseDataOneOf8 ¶
type NullableGetIntegration200ResponseDataOneOf8 struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf8 ¶
func NewNullableGetIntegration200ResponseDataOneOf8(val *GetIntegration200ResponseDataOneOf8) *NullableGetIntegration200ResponseDataOneOf8
func (NullableGetIntegration200ResponseDataOneOf8) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOf8) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOf8) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf8) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf8) Set ¶
func (v *NullableGetIntegration200ResponseDataOneOf8) Set(val *GetIntegration200ResponseDataOneOf8)
func (*NullableGetIntegration200ResponseDataOneOf8) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf8) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOf8) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOf8) Unset()
type NullableGetIntegration200ResponseDataOneOf9 ¶
type NullableGetIntegration200ResponseDataOneOf9 struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOf9 ¶
func NewNullableGetIntegration200ResponseDataOneOf9(val *GetIntegration200ResponseDataOneOf9) *NullableGetIntegration200ResponseDataOneOf9
func (NullableGetIntegration200ResponseDataOneOf9) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOf9) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOf9) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOf9) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOf9) Set ¶
func (v *NullableGetIntegration200ResponseDataOneOf9) Set(val *GetIntegration200ResponseDataOneOf9)
func (*NullableGetIntegration200ResponseDataOneOf9) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOf9) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOf9) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOf9) Unset()
type NullableGetIntegration200ResponseDataOneOfParameters ¶
type NullableGetIntegration200ResponseDataOneOfParameters struct {
// contains filtered or unexported fields
}
func NewNullableGetIntegration200ResponseDataOneOfParameters ¶
func NewNullableGetIntegration200ResponseDataOneOfParameters(val *GetIntegration200ResponseDataOneOfParameters) *NullableGetIntegration200ResponseDataOneOfParameters
func (NullableGetIntegration200ResponseDataOneOfParameters) IsSet ¶
func (v NullableGetIntegration200ResponseDataOneOfParameters) IsSet() bool
func (NullableGetIntegration200ResponseDataOneOfParameters) MarshalJSON ¶
func (v NullableGetIntegration200ResponseDataOneOfParameters) MarshalJSON() ([]byte, error)
func (*NullableGetIntegration200ResponseDataOneOfParameters) UnmarshalJSON ¶
func (v *NullableGetIntegration200ResponseDataOneOfParameters) UnmarshalJSON(src []byte) error
func (*NullableGetIntegration200ResponseDataOneOfParameters) Unset ¶
func (v *NullableGetIntegration200ResponseDataOneOfParameters) Unset()
type NullableGetLocation404Response ¶
type NullableGetLocation404Response struct {
// contains filtered or unexported fields
}
func NewNullableGetLocation404Response ¶
func NewNullableGetLocation404Response(val *GetLocation404Response) *NullableGetLocation404Response
func (NullableGetLocation404Response) Get ¶
func (v NullableGetLocation404Response) Get() *GetLocation404Response
func (NullableGetLocation404Response) IsSet ¶
func (v NullableGetLocation404Response) IsSet() bool
func (NullableGetLocation404Response) MarshalJSON ¶
func (v NullableGetLocation404Response) MarshalJSON() ([]byte, error)
func (*NullableGetLocation404Response) Set ¶
func (v *NullableGetLocation404Response) Set(val *GetLocation404Response)
func (*NullableGetLocation404Response) UnmarshalJSON ¶
func (v *NullableGetLocation404Response) UnmarshalJSON(src []byte) error
func (*NullableGetLocation404Response) Unset ¶
func (v *NullableGetLocation404Response) Unset()
type NullableGetScanExchangesArchive200Response ¶
type NullableGetScanExchangesArchive200Response struct {
// contains filtered or unexported fields
}
func NewNullableGetScanExchangesArchive200Response ¶
func NewNullableGetScanExchangesArchive200Response(val *GetScanExchangesArchive200Response) *NullableGetScanExchangesArchive200Response
func (NullableGetScanExchangesArchive200Response) IsSet ¶
func (v NullableGetScanExchangesArchive200Response) IsSet() bool
func (NullableGetScanExchangesArchive200Response) MarshalJSON ¶
func (v NullableGetScanExchangesArchive200Response) MarshalJSON() ([]byte, error)
func (*NullableGetScanExchangesArchive200Response) Set ¶
func (v *NullableGetScanExchangesArchive200Response) Set(val *GetScanExchangesArchive200Response)
func (*NullableGetScanExchangesArchive200Response) UnmarshalJSON ¶
func (v *NullableGetScanExchangesArchive200Response) UnmarshalJSON(src []byte) error
func (*NullableGetScanExchangesArchive200Response) Unset ¶
func (v *NullableGetScanExchangesArchive200Response) Unset()
type NullableGraphQL ¶ added in v0.1.22
type NullableGraphQL struct {
// contains filtered or unexported fields
}
func NewNullableGraphQL ¶ added in v0.1.22
func NewNullableGraphQL(val *GraphQL) *NullableGraphQL
func (NullableGraphQL) Get ¶ added in v0.1.22
func (v NullableGraphQL) Get() *GraphQL
func (NullableGraphQL) IsSet ¶ added in v0.1.22
func (v NullableGraphQL) IsSet() bool
func (NullableGraphQL) MarshalJSON ¶ added in v0.1.22
func (v NullableGraphQL) MarshalJSON() ([]byte, error)
func (*NullableGraphQL) Set ¶ added in v0.1.22
func (v *NullableGraphQL) Set(val *GraphQL)
func (*NullableGraphQL) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableGraphQL) UnmarshalJSON(src []byte) error
func (*NullableGraphQL) Unset ¶ added in v0.1.22
func (v *NullableGraphQL) Unset()
type NullableGraphQLSchema ¶ added in v0.1.22
type NullableGraphQLSchema struct {
// contains filtered or unexported fields
}
func NewNullableGraphQLSchema ¶ added in v0.1.22
func NewNullableGraphQLSchema(val *GraphQLSchema) *NullableGraphQLSchema
func (NullableGraphQLSchema) Get ¶ added in v0.1.22
func (v NullableGraphQLSchema) Get() *GraphQLSchema
func (NullableGraphQLSchema) IsSet ¶ added in v0.1.22
func (v NullableGraphQLSchema) IsSet() bool
func (NullableGraphQLSchema) MarshalJSON ¶ added in v0.1.22
func (v NullableGraphQLSchema) MarshalJSON() ([]byte, error)
func (*NullableGraphQLSchema) Set ¶ added in v0.1.22
func (v *NullableGraphQLSchema) Set(val *GraphQLSchema)
func (*NullableGraphQLSchema) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableGraphQLSchema) UnmarshalJSON(src []byte) error
func (*NullableGraphQLSchema) Unset ¶ added in v0.1.22
func (v *NullableGraphQLSchema) 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 NullableListApplications200ResponseInner ¶
type NullableListApplications200ResponseInner struct {
// contains filtered or unexported fields
}
func NewNullableListApplications200ResponseInner ¶
func NewNullableListApplications200ResponseInner(val *ListApplications200ResponseInner) *NullableListApplications200ResponseInner
func (NullableListApplications200ResponseInner) IsSet ¶
func (v NullableListApplications200ResponseInner) IsSet() bool
func (NullableListApplications200ResponseInner) MarshalJSON ¶
func (v NullableListApplications200ResponseInner) MarshalJSON() ([]byte, error)
func (*NullableListApplications200ResponseInner) Set ¶
func (v *NullableListApplications200ResponseInner) Set(val *ListApplications200ResponseInner)
func (*NullableListApplications200ResponseInner) UnmarshalJSON ¶
func (v *NullableListApplications200ResponseInner) UnmarshalJSON(src []byte) error
func (*NullableListApplications200ResponseInner) Unset ¶
func (v *NullableListApplications200ResponseInner) Unset()
type NullableListAuditLogs200Response ¶ added in v0.1.21
type NullableListAuditLogs200Response struct {
// contains filtered or unexported fields
}
func NewNullableListAuditLogs200Response ¶ added in v0.1.21
func NewNullableListAuditLogs200Response(val *ListAuditLogs200Response) *NullableListAuditLogs200Response
func (NullableListAuditLogs200Response) Get ¶ added in v0.1.21
func (v NullableListAuditLogs200Response) Get() *ListAuditLogs200Response
func (NullableListAuditLogs200Response) IsSet ¶ added in v0.1.21
func (v NullableListAuditLogs200Response) IsSet() bool
func (NullableListAuditLogs200Response) MarshalJSON ¶ added in v0.1.21
func (v NullableListAuditLogs200Response) MarshalJSON() ([]byte, error)
func (*NullableListAuditLogs200Response) Set ¶ added in v0.1.21
func (v *NullableListAuditLogs200Response) Set(val *ListAuditLogs200Response)
func (*NullableListAuditLogs200Response) UnmarshalJSON ¶ added in v0.1.21
func (v *NullableListAuditLogs200Response) UnmarshalJSON(src []byte) error
func (*NullableListAuditLogs200Response) Unset ¶ added in v0.1.21
func (v *NullableListAuditLogs200Response) Unset()
type NullableListAuditLogs200ResponseDataInner ¶ added in v0.1.21
type NullableListAuditLogs200ResponseDataInner struct {
// contains filtered or unexported fields
}
func NewNullableListAuditLogs200ResponseDataInner ¶ added in v0.1.21
func NewNullableListAuditLogs200ResponseDataInner(val *ListAuditLogs200ResponseDataInner) *NullableListAuditLogs200ResponseDataInner
func (NullableListAuditLogs200ResponseDataInner) IsSet ¶ added in v0.1.21
func (v NullableListAuditLogs200ResponseDataInner) IsSet() bool
func (NullableListAuditLogs200ResponseDataInner) MarshalJSON ¶ added in v0.1.21
func (v NullableListAuditLogs200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*NullableListAuditLogs200ResponseDataInner) Set ¶ added in v0.1.21
func (v *NullableListAuditLogs200ResponseDataInner) Set(val *ListAuditLogs200ResponseDataInner)
func (*NullableListAuditLogs200ResponseDataInner) UnmarshalJSON ¶ added in v0.1.21
func (v *NullableListAuditLogs200ResponseDataInner) UnmarshalJSON(src []byte) error
func (*NullableListAuditLogs200ResponseDataInner) Unset ¶ added in v0.1.21
func (v *NullableListAuditLogs200ResponseDataInner) Unset()
type NullableListDomains200ResponseInner ¶
type NullableListDomains200ResponseInner struct {
// contains filtered or unexported fields
}
func NewNullableListDomains200ResponseInner ¶
func NewNullableListDomains200ResponseInner(val *ListDomains200ResponseInner) *NullableListDomains200ResponseInner
func (NullableListDomains200ResponseInner) Get ¶
func (v NullableListDomains200ResponseInner) Get() *ListDomains200ResponseInner
func (NullableListDomains200ResponseInner) IsSet ¶
func (v NullableListDomains200ResponseInner) IsSet() bool
func (NullableListDomains200ResponseInner) MarshalJSON ¶
func (v NullableListDomains200ResponseInner) MarshalJSON() ([]byte, error)
func (*NullableListDomains200ResponseInner) Set ¶
func (v *NullableListDomains200ResponseInner) Set(val *ListDomains200ResponseInner)
func (*NullableListDomains200ResponseInner) UnmarshalJSON ¶
func (v *NullableListDomains200ResponseInner) UnmarshalJSON(src []byte) error
func (*NullableListDomains200ResponseInner) Unset ¶
func (v *NullableListDomains200ResponseInner) Unset()
type NullableListEvents200Response ¶
type NullableListEvents200Response struct {
// contains filtered or unexported fields
}
func NewNullableListEvents200Response ¶
func NewNullableListEvents200Response(val *ListEvents200Response) *NullableListEvents200Response
func (NullableListEvents200Response) Get ¶
func (v NullableListEvents200Response) Get() *ListEvents200Response
func (NullableListEvents200Response) IsSet ¶
func (v NullableListEvents200Response) IsSet() bool
func (NullableListEvents200Response) MarshalJSON ¶
func (v NullableListEvents200Response) MarshalJSON() ([]byte, error)
func (*NullableListEvents200Response) Set ¶
func (v *NullableListEvents200Response) Set(val *ListEvents200Response)
func (*NullableListEvents200Response) UnmarshalJSON ¶
func (v *NullableListEvents200Response) UnmarshalJSON(src []byte) error
func (*NullableListEvents200Response) Unset ¶
func (v *NullableListEvents200Response) Unset()
type NullableListEvents200ResponseDataInner ¶
type NullableListEvents200ResponseDataInner struct {
// contains filtered or unexported fields
}
func NewNullableListEvents200ResponseDataInner ¶
func NewNullableListEvents200ResponseDataInner(val *ListEvents200ResponseDataInner) *NullableListEvents200ResponseDataInner
func (NullableListEvents200ResponseDataInner) Get ¶
func (v NullableListEvents200ResponseDataInner) Get() *ListEvents200ResponseDataInner
func (NullableListEvents200ResponseDataInner) IsSet ¶
func (v NullableListEvents200ResponseDataInner) IsSet() bool
func (NullableListEvents200ResponseDataInner) MarshalJSON ¶
func (v NullableListEvents200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*NullableListEvents200ResponseDataInner) Set ¶
func (v *NullableListEvents200ResponseDataInner) Set(val *ListEvents200ResponseDataInner)
func (*NullableListEvents200ResponseDataInner) UnmarshalJSON ¶
func (v *NullableListEvents200ResponseDataInner) UnmarshalJSON(src []byte) error
func (*NullableListEvents200ResponseDataInner) Unset ¶
func (v *NullableListEvents200ResponseDataInner) Unset()
type NullableListIntegrations200ResponseInner ¶
type NullableListIntegrations200ResponseInner struct {
// contains filtered or unexported fields
}
func NewNullableListIntegrations200ResponseInner ¶
func NewNullableListIntegrations200ResponseInner(val *ListIntegrations200ResponseInner) *NullableListIntegrations200ResponseInner
func (NullableListIntegrations200ResponseInner) IsSet ¶
func (v NullableListIntegrations200ResponseInner) IsSet() bool
func (NullableListIntegrations200ResponseInner) MarshalJSON ¶
func (v NullableListIntegrations200ResponseInner) MarshalJSON() ([]byte, error)
func (*NullableListIntegrations200ResponseInner) Set ¶
func (v *NullableListIntegrations200ResponseInner) Set(val *ListIntegrations200ResponseInner)
func (*NullableListIntegrations200ResponseInner) UnmarshalJSON ¶
func (v *NullableListIntegrations200ResponseInner) UnmarshalJSON(src []byte) error
func (*NullableListIntegrations200ResponseInner) Unset ¶
func (v *NullableListIntegrations200ResponseInner) Unset()
type NullableListIssues200ResponseInner ¶
type NullableListIssues200ResponseInner struct {
// contains filtered or unexported fields
}
func NewNullableListIssues200ResponseInner ¶
func NewNullableListIssues200ResponseInner(val *ListIssues200ResponseInner) *NullableListIssues200ResponseInner
func (NullableListIssues200ResponseInner) Get ¶
func (v NullableListIssues200ResponseInner) Get() *ListIssues200ResponseInner
func (NullableListIssues200ResponseInner) IsSet ¶
func (v NullableListIssues200ResponseInner) IsSet() bool
func (NullableListIssues200ResponseInner) MarshalJSON ¶
func (v NullableListIssues200ResponseInner) MarshalJSON() ([]byte, error)
func (*NullableListIssues200ResponseInner) Set ¶
func (v *NullableListIssues200ResponseInner) Set(val *ListIssues200ResponseInner)
func (*NullableListIssues200ResponseInner) UnmarshalJSON ¶
func (v *NullableListIssues200ResponseInner) UnmarshalJSON(src []byte) error
func (*NullableListIssues200ResponseInner) Unset ¶
func (v *NullableListIssues200ResponseInner) Unset()
type NullableListLocations200Response ¶ added in v0.1.22
type NullableListLocations200Response struct {
// contains filtered or unexported fields
}
func NewNullableListLocations200Response ¶ added in v0.1.22
func NewNullableListLocations200Response(val *ListLocations200Response) *NullableListLocations200Response
func (NullableListLocations200Response) Get ¶ added in v0.1.22
func (v NullableListLocations200Response) Get() *ListLocations200Response
func (NullableListLocations200Response) IsSet ¶ added in v0.1.22
func (v NullableListLocations200Response) IsSet() bool
func (NullableListLocations200Response) MarshalJSON ¶ added in v0.1.22
func (v NullableListLocations200Response) MarshalJSON() ([]byte, error)
func (*NullableListLocations200Response) Set ¶ added in v0.1.22
func (v *NullableListLocations200Response) Set(val *ListLocations200Response)
func (*NullableListLocations200Response) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableListLocations200Response) UnmarshalJSON(src []byte) error
func (*NullableListLocations200Response) Unset ¶ added in v0.1.22
func (v *NullableListLocations200Response) Unset()
type NullableListLocations200ResponseDataInner ¶ added in v0.1.22
type NullableListLocations200ResponseDataInner struct {
// contains filtered or unexported fields
}
func NewNullableListLocations200ResponseDataInner ¶ added in v0.1.22
func NewNullableListLocations200ResponseDataInner(val *ListLocations200ResponseDataInner) *NullableListLocations200ResponseDataInner
func (NullableListLocations200ResponseDataInner) IsSet ¶ added in v0.1.22
func (v NullableListLocations200ResponseDataInner) IsSet() bool
func (NullableListLocations200ResponseDataInner) MarshalJSON ¶ added in v0.1.22
func (v NullableListLocations200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*NullableListLocations200ResponseDataInner) Set ¶ added in v0.1.22
func (v *NullableListLocations200ResponseDataInner) Set(val *ListLocations200ResponseDataInner)
func (*NullableListLocations200ResponseDataInner) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableListLocations200ResponseDataInner) UnmarshalJSON(src []byte) error
func (*NullableListLocations200ResponseDataInner) Unset ¶ added in v0.1.22
func (v *NullableListLocations200ResponseDataInner) Unset()
type NullableListRoles200ResponseInner ¶
type NullableListRoles200ResponseInner struct {
// contains filtered or unexported fields
}
func NewNullableListRoles200ResponseInner ¶
func NewNullableListRoles200ResponseInner(val *ListRoles200ResponseInner) *NullableListRoles200ResponseInner
func (NullableListRoles200ResponseInner) Get ¶
func (v NullableListRoles200ResponseInner) Get() *ListRoles200ResponseInner
func (NullableListRoles200ResponseInner) IsSet ¶
func (v NullableListRoles200ResponseInner) IsSet() bool
func (NullableListRoles200ResponseInner) MarshalJSON ¶
func (v NullableListRoles200ResponseInner) MarshalJSON() ([]byte, error)
func (*NullableListRoles200ResponseInner) Set ¶
func (v *NullableListRoles200ResponseInner) Set(val *ListRoles200ResponseInner)
func (*NullableListRoles200ResponseInner) UnmarshalJSON ¶
func (v *NullableListRoles200ResponseInner) UnmarshalJSON(src []byte) error
func (*NullableListRoles200ResponseInner) Unset ¶
func (v *NullableListRoles200ResponseInner) Unset()
type NullableListRoles200ResponseInnerRoleUsersInner ¶
type NullableListRoles200ResponseInnerRoleUsersInner struct {
// contains filtered or unexported fields
}
func NewNullableListRoles200ResponseInnerRoleUsersInner ¶
func NewNullableListRoles200ResponseInnerRoleUsersInner(val *ListRoles200ResponseInnerRoleUsersInner) *NullableListRoles200ResponseInnerRoleUsersInner
func (NullableListRoles200ResponseInnerRoleUsersInner) IsSet ¶
func (v NullableListRoles200ResponseInnerRoleUsersInner) IsSet() bool
func (NullableListRoles200ResponseInnerRoleUsersInner) MarshalJSON ¶
func (v NullableListRoles200ResponseInnerRoleUsersInner) MarshalJSON() ([]byte, error)
func (*NullableListRoles200ResponseInnerRoleUsersInner) UnmarshalJSON ¶
func (v *NullableListRoles200ResponseInnerRoleUsersInner) UnmarshalJSON(src []byte) error
func (*NullableListRoles200ResponseInnerRoleUsersInner) Unset ¶
func (v *NullableListRoles200ResponseInnerRoleUsersInner) Unset()
type NullableListRoles200ResponseInnerRoleUsersInnerUser ¶
type NullableListRoles200ResponseInnerRoleUsersInnerUser struct {
// contains filtered or unexported fields
}
func NewNullableListRoles200ResponseInnerRoleUsersInnerUser ¶
func NewNullableListRoles200ResponseInnerRoleUsersInnerUser(val *ListRoles200ResponseInnerRoleUsersInnerUser) *NullableListRoles200ResponseInnerRoleUsersInnerUser
func (NullableListRoles200ResponseInnerRoleUsersInnerUser) IsSet ¶
func (v NullableListRoles200ResponseInnerRoleUsersInnerUser) IsSet() bool
func (NullableListRoles200ResponseInnerRoleUsersInnerUser) MarshalJSON ¶
func (v NullableListRoles200ResponseInnerRoleUsersInnerUser) MarshalJSON() ([]byte, error)
func (*NullableListRoles200ResponseInnerRoleUsersInnerUser) UnmarshalJSON ¶
func (v *NullableListRoles200ResponseInnerRoleUsersInnerUser) UnmarshalJSON(src []byte) error
func (*NullableListRoles200ResponseInnerRoleUsersInnerUser) Unset ¶
func (v *NullableListRoles200ResponseInnerRoleUsersInnerUser) Unset()
type NullableListScans200Response ¶
type NullableListScans200Response struct {
// contains filtered or unexported fields
}
func NewNullableListScans200Response ¶
func NewNullableListScans200Response(val *ListScans200Response) *NullableListScans200Response
func (NullableListScans200Response) Get ¶
func (v NullableListScans200Response) Get() *ListScans200Response
func (NullableListScans200Response) IsSet ¶
func (v NullableListScans200Response) IsSet() bool
func (NullableListScans200Response) MarshalJSON ¶
func (v NullableListScans200Response) MarshalJSON() ([]byte, error)
func (*NullableListScans200Response) Set ¶
func (v *NullableListScans200Response) Set(val *ListScans200Response)
func (*NullableListScans200Response) UnmarshalJSON ¶
func (v *NullableListScans200Response) UnmarshalJSON(src []byte) error
func (*NullableListScans200Response) Unset ¶
func (v *NullableListScans200Response) Unset()
type NullableListScans200ResponseDataInner ¶
type NullableListScans200ResponseDataInner struct {
// contains filtered or unexported fields
}
func NewNullableListScans200ResponseDataInner ¶
func NewNullableListScans200ResponseDataInner(val *ListScans200ResponseDataInner) *NullableListScans200ResponseDataInner
func (NullableListScans200ResponseDataInner) Get ¶
func (v NullableListScans200ResponseDataInner) Get() *ListScans200ResponseDataInner
func (NullableListScans200ResponseDataInner) IsSet ¶
func (v NullableListScans200ResponseDataInner) IsSet() bool
func (NullableListScans200ResponseDataInner) MarshalJSON ¶
func (v NullableListScans200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*NullableListScans200ResponseDataInner) Set ¶
func (v *NullableListScans200ResponseDataInner) Set(val *ListScans200ResponseDataInner)
func (*NullableListScans200ResponseDataInner) UnmarshalJSON ¶
func (v *NullableListScans200ResponseDataInner) UnmarshalJSON(src []byte) error
func (*NullableListScans200ResponseDataInner) Unset ¶
func (v *NullableListScans200ResponseDataInner) Unset()
type NullableListScans400Response ¶ added in v0.1.21
type NullableListScans400Response struct {
// contains filtered or unexported fields
}
func NewNullableListScans400Response ¶ added in v0.1.21
func NewNullableListScans400Response(val *ListScans400Response) *NullableListScans400Response
func (NullableListScans400Response) Get ¶ added in v0.1.21
func (v NullableListScans400Response) Get() *ListScans400Response
func (NullableListScans400Response) IsSet ¶ added in v0.1.21
func (v NullableListScans400Response) IsSet() bool
func (NullableListScans400Response) MarshalJSON ¶ added in v0.1.21
func (v NullableListScans400Response) MarshalJSON() ([]byte, error)
func (*NullableListScans400Response) Set ¶ added in v0.1.21
func (v *NullableListScans400Response) Set(val *ListScans400Response)
func (*NullableListScans400Response) UnmarshalJSON ¶ added in v0.1.21
func (v *NullableListScans400Response) UnmarshalJSON(src []byte) error
func (*NullableListScans400Response) Unset ¶ added in v0.1.21
func (v *NullableListScans400Response) Unset()
type NullableListSubdomains200Response ¶
type NullableListSubdomains200Response struct {
// contains filtered or unexported fields
}
func NewNullableListSubdomains200Response ¶
func NewNullableListSubdomains200Response(val *ListSubdomains200Response) *NullableListSubdomains200Response
func (NullableListSubdomains200Response) Get ¶
func (v NullableListSubdomains200Response) Get() *ListSubdomains200Response
func (NullableListSubdomains200Response) IsSet ¶
func (v NullableListSubdomains200Response) IsSet() bool
func (NullableListSubdomains200Response) MarshalJSON ¶
func (v NullableListSubdomains200Response) MarshalJSON() ([]byte, error)
func (*NullableListSubdomains200Response) Set ¶
func (v *NullableListSubdomains200Response) Set(val *ListSubdomains200Response)
func (*NullableListSubdomains200Response) UnmarshalJSON ¶
func (v *NullableListSubdomains200Response) UnmarshalJSON(src []byte) error
func (*NullableListSubdomains200Response) Unset ¶
func (v *NullableListSubdomains200Response) Unset()
type NullableListSubdomains200ResponseDataInner ¶
type NullableListSubdomains200ResponseDataInner struct {
// contains filtered or unexported fields
}
func NewNullableListSubdomains200ResponseDataInner ¶
func NewNullableListSubdomains200ResponseDataInner(val *ListSubdomains200ResponseDataInner) *NullableListSubdomains200ResponseDataInner
func (NullableListSubdomains200ResponseDataInner) IsSet ¶
func (v NullableListSubdomains200ResponseDataInner) IsSet() bool
func (NullableListSubdomains200ResponseDataInner) MarshalJSON ¶
func (v NullableListSubdomains200ResponseDataInner) MarshalJSON() ([]byte, error)
func (*NullableListSubdomains200ResponseDataInner) Set ¶
func (v *NullableListSubdomains200ResponseDataInner) Set(val *ListSubdomains200ResponseDataInner)
func (*NullableListSubdomains200ResponseDataInner) UnmarshalJSON ¶
func (v *NullableListSubdomains200ResponseDataInner) UnmarshalJSON(src []byte) error
func (*NullableListSubdomains200ResponseDataInner) Unset ¶
func (v *NullableListSubdomains200ResponseDataInner) Unset()
type NullableREST ¶ added in v0.1.22
type NullableREST struct {
// contains filtered or unexported fields
}
func NewNullableREST ¶ added in v0.1.22
func NewNullableREST(val *REST) *NullableREST
func (NullableREST) Get ¶ added in v0.1.22
func (v NullableREST) Get() *REST
func (NullableREST) IsSet ¶ added in v0.1.22
func (v NullableREST) IsSet() bool
func (NullableREST) MarshalJSON ¶ added in v0.1.22
func (v NullableREST) MarshalJSON() ([]byte, error)
func (*NullableREST) Set ¶ added in v0.1.22
func (v *NullableREST) Set(val *REST)
func (*NullableREST) UnmarshalJSON ¶ added in v0.1.22
func (v *NullableREST) UnmarshalJSON(src []byte) error
func (*NullableREST) Unset ¶ added in v0.1.22
func (v *NullableREST) Unset()
type NullableStartScanRequest ¶
type NullableStartScanRequest struct {
// contains filtered or unexported fields
}
func NewNullableStartScanRequest ¶
func NewNullableStartScanRequest(val *StartScanRequest) *NullableStartScanRequest
func (NullableStartScanRequest) Get ¶
func (v NullableStartScanRequest) Get() *StartScanRequest
func (NullableStartScanRequest) IsSet ¶
func (v NullableStartScanRequest) IsSet() bool
func (NullableStartScanRequest) MarshalJSON ¶
func (v NullableStartScanRequest) MarshalJSON() ([]byte, error)
func (*NullableStartScanRequest) Set ¶
func (v *NullableStartScanRequest) Set(val *StartScanRequest)
func (*NullableStartScanRequest) UnmarshalJSON ¶
func (v *NullableStartScanRequest) UnmarshalJSON(src []byte) error
func (*NullableStartScanRequest) Unset ¶
func (v *NullableStartScanRequest) 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 NullableUpdateApplicationRequest ¶
type NullableUpdateApplicationRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateApplicationRequest ¶
func NewNullableUpdateApplicationRequest(val *UpdateApplicationRequest) *NullableUpdateApplicationRequest
func (NullableUpdateApplicationRequest) Get ¶
func (v NullableUpdateApplicationRequest) Get() *UpdateApplicationRequest
func (NullableUpdateApplicationRequest) IsSet ¶
func (v NullableUpdateApplicationRequest) IsSet() bool
func (NullableUpdateApplicationRequest) MarshalJSON ¶
func (v NullableUpdateApplicationRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateApplicationRequest) Set ¶
func (v *NullableUpdateApplicationRequest) Set(val *UpdateApplicationRequest)
func (*NullableUpdateApplicationRequest) UnmarshalJSON ¶
func (v *NullableUpdateApplicationRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateApplicationRequest) Unset ¶
func (v *NullableUpdateApplicationRequest) Unset()
type NullableUpdateIntegrationRequest ¶
type NullableUpdateIntegrationRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateIntegrationRequest ¶
func NewNullableUpdateIntegrationRequest(val *UpdateIntegrationRequest) *NullableUpdateIntegrationRequest
func (NullableUpdateIntegrationRequest) Get ¶
func (v NullableUpdateIntegrationRequest) Get() *UpdateIntegrationRequest
func (NullableUpdateIntegrationRequest) IsSet ¶
func (v NullableUpdateIntegrationRequest) IsSet() bool
func (NullableUpdateIntegrationRequest) MarshalJSON ¶
func (v NullableUpdateIntegrationRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateIntegrationRequest) Set ¶
func (v *NullableUpdateIntegrationRequest) Set(val *UpdateIntegrationRequest)
func (*NullableUpdateIntegrationRequest) UnmarshalJSON ¶
func (v *NullableUpdateIntegrationRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateIntegrationRequest) Unset ¶
func (v *NullableUpdateIntegrationRequest) Unset()
type NullableUpdateLocationRequest ¶
type NullableUpdateLocationRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateLocationRequest ¶
func NewNullableUpdateLocationRequest(val *UpdateLocationRequest) *NullableUpdateLocationRequest
func (NullableUpdateLocationRequest) Get ¶
func (v NullableUpdateLocationRequest) Get() *UpdateLocationRequest
func (NullableUpdateLocationRequest) IsSet ¶
func (v NullableUpdateLocationRequest) IsSet() bool
func (NullableUpdateLocationRequest) MarshalJSON ¶
func (v NullableUpdateLocationRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateLocationRequest) Set ¶
func (v *NullableUpdateLocationRequest) Set(val *UpdateLocationRequest)
func (*NullableUpdateLocationRequest) UnmarshalJSON ¶
func (v *NullableUpdateLocationRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateLocationRequest) Unset ¶
func (v *NullableUpdateLocationRequest) Unset()
type NullableUpdateSchema200Response ¶
type NullableUpdateSchema200Response struct {
// contains filtered or unexported fields
}
func NewNullableUpdateSchema200Response ¶
func NewNullableUpdateSchema200Response(val *UpdateSchema200Response) *NullableUpdateSchema200Response
func (NullableUpdateSchema200Response) Get ¶
func (v NullableUpdateSchema200Response) Get() *UpdateSchema200Response
func (NullableUpdateSchema200Response) IsSet ¶
func (v NullableUpdateSchema200Response) IsSet() bool
func (NullableUpdateSchema200Response) MarshalJSON ¶
func (v NullableUpdateSchema200Response) MarshalJSON() ([]byte, error)
func (*NullableUpdateSchema200Response) Set ¶
func (v *NullableUpdateSchema200Response) Set(val *UpdateSchema200Response)
func (*NullableUpdateSchema200Response) UnmarshalJSON ¶
func (v *NullableUpdateSchema200Response) UnmarshalJSON(src []byte) error
func (*NullableUpdateSchema200Response) Unset ¶
func (v *NullableUpdateSchema200Response) Unset()
type REST ¶ added in v0.1.22
type REST struct {
// Application name
Name string `json:"name"`
// Application URL
Url string `json:"url"`
Type EnumREST `json:"type"`
Schema GraphQLSchema `json:"schema"`
Configuration *FrontendConfiguration `json:"configuration,omitempty"`
LocationId *string `json:"locationId,omitempty"`
Cron *string `json:"cron,omitempty"`
AdditionalProperties map[string]interface{}
}
REST struct for REST
func NewREST ¶ added in v0.1.22
func NewREST(name string, url string, type_ EnumREST, schema GraphQLSchema) *REST
NewREST instantiates a new REST 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 NewRESTWithDefaults ¶ added in v0.1.22
func NewRESTWithDefaults() *REST
NewRESTWithDefaults instantiates a new REST 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 (*REST) GetConfiguration ¶ added in v0.1.22
func (o *REST) GetConfiguration() FrontendConfiguration
GetConfiguration returns the Configuration field value if set, zero value otherwise.
func (*REST) GetConfigurationOk ¶ added in v0.1.22
func (o *REST) GetConfigurationOk() (*FrontendConfiguration, bool)
GetConfigurationOk returns a tuple with the Configuration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*REST) GetCron ¶ added in v0.1.22
GetCron returns the Cron field value if set, zero value otherwise.
func (*REST) GetCronOk ¶ added in v0.1.22
GetCronOk returns a tuple with the Cron field value if set, nil otherwise and a boolean to check if the value has been set.
func (*REST) GetLocationId ¶ added in v0.1.22
GetLocationId returns the LocationId field value if set, zero value otherwise.
func (*REST) GetLocationIdOk ¶ added in v0.1.22
GetLocationIdOk returns a tuple with the LocationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*REST) GetNameOk ¶ added in v0.1.22
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*REST) GetSchema ¶ added in v0.1.22
func (o *REST) GetSchema() GraphQLSchema
GetSchema returns the Schema field value
func (*REST) GetSchemaOk ¶ added in v0.1.22
func (o *REST) GetSchemaOk() (*GraphQLSchema, bool)
GetSchemaOk returns a tuple with the Schema field value and a boolean to check if the value has been set.
func (*REST) GetTypeOk ¶ added in v0.1.22
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*REST) GetUrlOk ¶ added in v0.1.22
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*REST) HasConfiguration ¶ added in v0.1.22
HasConfiguration returns a boolean if a field has been set.
func (*REST) HasLocationId ¶ added in v0.1.22
HasLocationId returns a boolean if a field has been set.
func (REST) MarshalJSON ¶ added in v0.1.22
func (*REST) SetConfiguration ¶ added in v0.1.22
func (o *REST) SetConfiguration(v FrontendConfiguration)
SetConfiguration gets a reference to the given FrontendConfiguration and assigns it to the Configuration field.
func (*REST) SetCron ¶ added in v0.1.22
SetCron gets a reference to the given string and assigns it to the Cron field.
func (*REST) SetLocationId ¶ added in v0.1.22
SetLocationId gets a reference to the given string and assigns it to the LocationId field.
func (*REST) SetSchema ¶ added in v0.1.22
func (o *REST) SetSchema(v GraphQLSchema)
SetSchema sets field value
func (*REST) UnmarshalJSON ¶ added in v0.1.22
type RolesAPIService ¶
type RolesAPIService service
RolesAPIService RolesAPI service
func (*RolesAPIService) ListRoles ¶
func (a *RolesAPIService) ListRoles(ctx context.Context) ApiListRolesRequest
ListRoles List roles
List all roles of the organization.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListRolesRequest
func (*RolesAPIService) ListRolesExecute ¶
func (a *RolesAPIService) ListRolesExecute(r ApiListRolesRequest) ([]ListRoles200ResponseInner, *http.Response, error)
Execute executes the request
@return []ListRoles200ResponseInner
type ScansAPIService ¶
type ScansAPIService service
ScansAPIService ScansAPI service
func (*ScansAPIService) GetScan ¶
func (a *ScansAPIService) GetScan(ctx context.Context, id string) ApiGetScanRequest
GetScan Get a scan
Returns scan details
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The ID of the scan to get @return ApiGetScanRequest
func (*ScansAPIService) GetScanExchangesArchive ¶
func (a *ScansAPIService) GetScanExchangesArchive(ctx context.Context, id string) ApiGetScanExchangesArchiveRequest
GetScanExchangesArchive Exchange archive
Download the exchanges archive of a scan
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The ID of the scan to get exchanges archive for @return ApiGetScanExchangesArchiveRequest
func (*ScansAPIService) GetScanExchangesArchiveExecute ¶
func (a *ScansAPIService) GetScanExchangesArchiveExecute(r ApiGetScanExchangesArchiveRequest) (*GetScanExchangesArchive200Response, *http.Response, error)
Execute executes the request
@return GetScanExchangesArchive200Response
func (*ScansAPIService) GetScanExecute ¶
func (a *ScansAPIService) GetScanExecute(r ApiGetScanRequest) (*ListScans200ResponseDataInner, *http.Response, error)
Execute executes the request
@return ListScans200ResponseDataInner
func (*ScansAPIService) ListEvents ¶
func (a *ScansAPIService) ListEvents(ctx context.Context, id string) ApiListEventsRequest
ListEvents List scan events
Return the events of a scan
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The ID of the scan to get @return ApiListEventsRequest
func (*ScansAPIService) ListEventsExecute ¶
func (a *ScansAPIService) ListEventsExecute(r ApiListEventsRequest) (*ListEvents200Response, *http.Response, error)
Execute executes the request
@return ListEvents200Response
func (*ScansAPIService) ListIssues ¶
func (a *ScansAPIService) ListIssues(ctx context.Context, id string) ApiListIssuesRequest
ListIssues Get all issues of a scan
Returns all issues of a scan
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The ID of the scan to get issues for @return ApiListIssuesRequest
func (*ScansAPIService) ListIssuesExecute ¶
func (a *ScansAPIService) ListIssuesExecute(r ApiListIssuesRequest) ([]ListIssues200ResponseInner, *http.Response, error)
Execute executes the request
@return []ListIssues200ResponseInner
func (*ScansAPIService) StartScan ¶
func (a *ScansAPIService) StartScan(ctx context.Context) ApiStartScanRequest
StartScan Start a scan
Start a scan
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiStartScanRequest
func (*ScansAPIService) StartScanExecute ¶
func (a *ScansAPIService) StartScanExecute(r ApiStartScanRequest) (*ListScans200ResponseDataInner, *http.Response, error)
Execute executes the request
@return ListScans200ResponseDataInner
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 StartScanRequest ¶
type StartScanRequest struct {
// The ID of the application to scan
ApplicationId string `json:"applicationId"`
CommitHash *string `json:"commitHash,omitempty"`
CommitLink *string `json:"commitLink,omitempty"`
CommitBranch *string `json:"commitBranch,omitempty"`
CommitAuthor *string `json:"commitAuthor,omitempty"`
CommitAuthorProfilePictureLink *string `json:"commitAuthorProfilePictureLink,omitempty"`
ConfigurationOverride *FrontendConfiguration `json:"configurationOverride,omitempty"`
AdditionalProperties map[string]interface{}
}
StartScanRequest struct for StartScanRequest
func NewStartScanRequest ¶
func NewStartScanRequest(applicationId string) *StartScanRequest
NewStartScanRequest instantiates a new StartScanRequest 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 NewStartScanRequestWithDefaults ¶
func NewStartScanRequestWithDefaults() *StartScanRequest
NewStartScanRequestWithDefaults instantiates a new StartScanRequest 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 (*StartScanRequest) GetApplicationId ¶
func (o *StartScanRequest) GetApplicationId() string
GetApplicationId returns the ApplicationId field value
func (*StartScanRequest) GetApplicationIdOk ¶
func (o *StartScanRequest) GetApplicationIdOk() (*string, bool)
GetApplicationIdOk returns a tuple with the ApplicationId field value and a boolean to check if the value has been set.
func (*StartScanRequest) GetCommitAuthor ¶
func (o *StartScanRequest) GetCommitAuthor() string
GetCommitAuthor returns the CommitAuthor field value if set, zero value otherwise.
func (*StartScanRequest) GetCommitAuthorOk ¶
func (o *StartScanRequest) GetCommitAuthorOk() (*string, bool)
GetCommitAuthorOk returns a tuple with the CommitAuthor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StartScanRequest) GetCommitAuthorProfilePictureLink ¶
func (o *StartScanRequest) GetCommitAuthorProfilePictureLink() string
GetCommitAuthorProfilePictureLink returns the CommitAuthorProfilePictureLink field value if set, zero value otherwise.
func (*StartScanRequest) GetCommitAuthorProfilePictureLinkOk ¶
func (o *StartScanRequest) GetCommitAuthorProfilePictureLinkOk() (*string, bool)
GetCommitAuthorProfilePictureLinkOk returns a tuple with the CommitAuthorProfilePictureLink field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StartScanRequest) GetCommitBranch ¶
func (o *StartScanRequest) GetCommitBranch() string
GetCommitBranch returns the CommitBranch field value if set, zero value otherwise.
func (*StartScanRequest) GetCommitBranchOk ¶
func (o *StartScanRequest) GetCommitBranchOk() (*string, bool)
GetCommitBranchOk returns a tuple with the CommitBranch field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StartScanRequest) GetCommitHash ¶
func (o *StartScanRequest) GetCommitHash() string
GetCommitHash returns the CommitHash field value if set, zero value otherwise.
func (*StartScanRequest) GetCommitHashOk ¶
func (o *StartScanRequest) GetCommitHashOk() (*string, bool)
GetCommitHashOk returns a tuple with the CommitHash field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StartScanRequest) GetCommitLink ¶
func (o *StartScanRequest) GetCommitLink() string
GetCommitLink returns the CommitLink field value if set, zero value otherwise.
func (*StartScanRequest) GetCommitLinkOk ¶
func (o *StartScanRequest) GetCommitLinkOk() (*string, bool)
GetCommitLinkOk returns a tuple with the CommitLink field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StartScanRequest) GetConfigurationOverride ¶
func (o *StartScanRequest) GetConfigurationOverride() FrontendConfiguration
GetConfigurationOverride returns the ConfigurationOverride field value if set, zero value otherwise.
func (*StartScanRequest) GetConfigurationOverrideOk ¶
func (o *StartScanRequest) GetConfigurationOverrideOk() (*FrontendConfiguration, bool)
GetConfigurationOverrideOk returns a tuple with the ConfigurationOverride field value if set, nil otherwise and a boolean to check if the value has been set.
func (*StartScanRequest) HasCommitAuthor ¶
func (o *StartScanRequest) HasCommitAuthor() bool
HasCommitAuthor returns a boolean if a field has been set.
func (*StartScanRequest) HasCommitAuthorProfilePictureLink ¶
func (o *StartScanRequest) HasCommitAuthorProfilePictureLink() bool
HasCommitAuthorProfilePictureLink returns a boolean if a field has been set.
func (*StartScanRequest) HasCommitBranch ¶
func (o *StartScanRequest) HasCommitBranch() bool
HasCommitBranch returns a boolean if a field has been set.
func (*StartScanRequest) HasCommitHash ¶
func (o *StartScanRequest) HasCommitHash() bool
HasCommitHash returns a boolean if a field has been set.
func (*StartScanRequest) HasCommitLink ¶
func (o *StartScanRequest) HasCommitLink() bool
HasCommitLink returns a boolean if a field has been set.
func (*StartScanRequest) HasConfigurationOverride ¶
func (o *StartScanRequest) HasConfigurationOverride() bool
HasConfigurationOverride returns a boolean if a field has been set.
func (StartScanRequest) MarshalJSON ¶
func (o StartScanRequest) MarshalJSON() ([]byte, error)
func (*StartScanRequest) SetApplicationId ¶
func (o *StartScanRequest) SetApplicationId(v string)
SetApplicationId sets field value
func (*StartScanRequest) SetCommitAuthor ¶
func (o *StartScanRequest) SetCommitAuthor(v string)
SetCommitAuthor gets a reference to the given string and assigns it to the CommitAuthor field.
func (*StartScanRequest) SetCommitAuthorProfilePictureLink ¶
func (o *StartScanRequest) SetCommitAuthorProfilePictureLink(v string)
SetCommitAuthorProfilePictureLink gets a reference to the given string and assigns it to the CommitAuthorProfilePictureLink field.
func (*StartScanRequest) SetCommitBranch ¶
func (o *StartScanRequest) SetCommitBranch(v string)
SetCommitBranch gets a reference to the given string and assigns it to the CommitBranch field.
func (*StartScanRequest) SetCommitHash ¶
func (o *StartScanRequest) SetCommitHash(v string)
SetCommitHash gets a reference to the given string and assigns it to the CommitHash field.
func (*StartScanRequest) SetCommitLink ¶
func (o *StartScanRequest) SetCommitLink(v string)
SetCommitLink gets a reference to the given string and assigns it to the CommitLink field.
func (*StartScanRequest) SetConfigurationOverride ¶
func (o *StartScanRequest) SetConfigurationOverride(v FrontendConfiguration)
SetConfigurationOverride gets a reference to the given FrontendConfiguration and assigns it to the ConfigurationOverride field.
func (StartScanRequest) ToMap ¶
func (o StartScanRequest) ToMap() (map[string]interface{}, error)
func (*StartScanRequest) UnmarshalJSON ¶
func (o *StartScanRequest) UnmarshalJSON(data []byte) (err error)
type SubdomainsAPIService ¶
type SubdomainsAPIService service
SubdomainsAPIService SubdomainsAPI service
func (*SubdomainsAPIService) ListSubdomains ¶
func (a *SubdomainsAPIService) ListSubdomains(ctx context.Context) ApiListSubdomainsRequest
ListSubdomains List subdomains
List all subdomains of the organization
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListSubdomainsRequest
func (*SubdomainsAPIService) ListSubdomainsExecute ¶
func (a *SubdomainsAPIService) ListSubdomainsExecute(r ApiListSubdomainsRequest) (*ListSubdomains200Response, *http.Response, error)
Execute executes the request
@return ListSubdomains200Response
type UpdateApplicationRequest ¶
type UpdateApplicationRequest struct {
// Application name
Name *string `json:"name,omitempty"`
LocationId *string `json:"locationId,omitempty"`
Cron *string `json:"cron,omitempty"`
AdditionalProperties map[string]interface{}
}
UpdateApplicationRequest struct for UpdateApplicationRequest
func NewUpdateApplicationRequest ¶
func NewUpdateApplicationRequest() *UpdateApplicationRequest
NewUpdateApplicationRequest instantiates a new UpdateApplicationRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateApplicationRequestWithDefaults ¶
func NewUpdateApplicationRequestWithDefaults() *UpdateApplicationRequest
NewUpdateApplicationRequestWithDefaults instantiates a new UpdateApplicationRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateApplicationRequest) GetCron ¶
func (o *UpdateApplicationRequest) GetCron() string
GetCron returns the Cron field value if set, zero value otherwise.
func (*UpdateApplicationRequest) GetCronOk ¶
func (o *UpdateApplicationRequest) GetCronOk() (*string, bool)
GetCronOk returns a tuple with the Cron field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateApplicationRequest) GetLocationId ¶
func (o *UpdateApplicationRequest) GetLocationId() string
GetLocationId returns the LocationId field value if set, zero value otherwise.
func (*UpdateApplicationRequest) GetLocationIdOk ¶
func (o *UpdateApplicationRequest) GetLocationIdOk() (*string, bool)
GetLocationIdOk returns a tuple with the LocationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateApplicationRequest) GetName ¶
func (o *UpdateApplicationRequest) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*UpdateApplicationRequest) GetNameOk ¶
func (o *UpdateApplicationRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateApplicationRequest) HasCron ¶
func (o *UpdateApplicationRequest) HasCron() bool
HasCron returns a boolean if a field has been set.
func (*UpdateApplicationRequest) HasLocationId ¶
func (o *UpdateApplicationRequest) HasLocationId() bool
HasLocationId returns a boolean if a field has been set.
func (*UpdateApplicationRequest) HasName ¶
func (o *UpdateApplicationRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (UpdateApplicationRequest) MarshalJSON ¶
func (o UpdateApplicationRequest) MarshalJSON() ([]byte, error)
func (*UpdateApplicationRequest) SetCron ¶
func (o *UpdateApplicationRequest) SetCron(v string)
SetCron gets a reference to the given string and assigns it to the Cron field.
func (*UpdateApplicationRequest) SetLocationId ¶
func (o *UpdateApplicationRequest) SetLocationId(v string)
SetLocationId gets a reference to the given string and assigns it to the LocationId field.
func (*UpdateApplicationRequest) SetName ¶
func (o *UpdateApplicationRequest) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (UpdateApplicationRequest) ToMap ¶
func (o UpdateApplicationRequest) ToMap() (map[string]interface{}, error)
func (*UpdateApplicationRequest) UnmarshalJSON ¶
func (o *UpdateApplicationRequest) UnmarshalJSON(data []byte) (err error)
type UpdateIntegrationRequest ¶
type UpdateIntegrationRequest struct {
Data GetIntegration200ResponseData `json:"data"`
// The name of the integration.
Name string `json:"name"`
// A location ID to use with this integration.
LocationId *string `json:"locationId,omitempty"`
AdditionalProperties map[string]interface{}
}
UpdateIntegrationRequest struct for UpdateIntegrationRequest
func NewUpdateIntegrationRequest ¶
func NewUpdateIntegrationRequest(data GetIntegration200ResponseData, name string) *UpdateIntegrationRequest
NewUpdateIntegrationRequest instantiates a new UpdateIntegrationRequest 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 NewUpdateIntegrationRequestWithDefaults ¶
func NewUpdateIntegrationRequestWithDefaults() *UpdateIntegrationRequest
NewUpdateIntegrationRequestWithDefaults instantiates a new UpdateIntegrationRequest 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 (*UpdateIntegrationRequest) GetData ¶
func (o *UpdateIntegrationRequest) GetData() GetIntegration200ResponseData
GetData returns the Data field value
func (*UpdateIntegrationRequest) GetDataOk ¶
func (o *UpdateIntegrationRequest) GetDataOk() (*GetIntegration200ResponseData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*UpdateIntegrationRequest) GetLocationId ¶
func (o *UpdateIntegrationRequest) GetLocationId() string
GetLocationId returns the LocationId field value if set, zero value otherwise.
func (*UpdateIntegrationRequest) GetLocationIdOk ¶
func (o *UpdateIntegrationRequest) GetLocationIdOk() (*string, bool)
GetLocationIdOk returns a tuple with the LocationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateIntegrationRequest) GetName ¶
func (o *UpdateIntegrationRequest) GetName() string
GetName returns the Name field value
func (*UpdateIntegrationRequest) GetNameOk ¶
func (o *UpdateIntegrationRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*UpdateIntegrationRequest) HasLocationId ¶
func (o *UpdateIntegrationRequest) HasLocationId() bool
HasLocationId returns a boolean if a field has been set.
func (UpdateIntegrationRequest) MarshalJSON ¶
func (o UpdateIntegrationRequest) MarshalJSON() ([]byte, error)
func (*UpdateIntegrationRequest) SetData ¶
func (o *UpdateIntegrationRequest) SetData(v GetIntegration200ResponseData)
SetData sets field value
func (*UpdateIntegrationRequest) SetLocationId ¶
func (o *UpdateIntegrationRequest) SetLocationId(v string)
SetLocationId gets a reference to the given string and assigns it to the LocationId field.
func (*UpdateIntegrationRequest) SetName ¶
func (o *UpdateIntegrationRequest) SetName(v string)
SetName sets field value
func (UpdateIntegrationRequest) ToMap ¶
func (o UpdateIntegrationRequest) ToMap() (map[string]interface{}, error)
func (*UpdateIntegrationRequest) UnmarshalJSON ¶
func (o *UpdateIntegrationRequest) UnmarshalJSON(data []byte) (err error)
type UpdateLocationRequest ¶
type UpdateLocationRequest struct {
// The name of the location.
Name *string `json:"name,omitempty"`
// The SSH public key to use to connect to the location.
SshPublicKey *string `json:"sshPublicKey,omitempty"`
AdditionalProperties map[string]interface{}
}
UpdateLocationRequest struct for UpdateLocationRequest
func NewUpdateLocationRequest ¶
func NewUpdateLocationRequest() *UpdateLocationRequest
NewUpdateLocationRequest instantiates a new UpdateLocationRequest 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 NewUpdateLocationRequestWithDefaults ¶
func NewUpdateLocationRequestWithDefaults() *UpdateLocationRequest
NewUpdateLocationRequestWithDefaults instantiates a new UpdateLocationRequest 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 (*UpdateLocationRequest) GetName ¶
func (o *UpdateLocationRequest) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*UpdateLocationRequest) GetNameOk ¶
func (o *UpdateLocationRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateLocationRequest) GetSshPublicKey ¶
func (o *UpdateLocationRequest) GetSshPublicKey() string
GetSshPublicKey returns the SshPublicKey field value if set, zero value otherwise.
func (*UpdateLocationRequest) GetSshPublicKeyOk ¶
func (o *UpdateLocationRequest) GetSshPublicKeyOk() (*string, bool)
GetSshPublicKeyOk returns a tuple with the SshPublicKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpdateLocationRequest) HasName ¶
func (o *UpdateLocationRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (*UpdateLocationRequest) HasSshPublicKey ¶
func (o *UpdateLocationRequest) HasSshPublicKey() bool
HasSshPublicKey returns a boolean if a field has been set.
func (UpdateLocationRequest) MarshalJSON ¶
func (o UpdateLocationRequest) MarshalJSON() ([]byte, error)
func (*UpdateLocationRequest) SetName ¶
func (o *UpdateLocationRequest) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*UpdateLocationRequest) SetSshPublicKey ¶
func (o *UpdateLocationRequest) SetSshPublicKey(v string)
SetSshPublicKey gets a reference to the given string and assigns it to the SshPublicKey field.
func (UpdateLocationRequest) ToMap ¶
func (o UpdateLocationRequest) ToMap() (map[string]interface{}, error)
func (*UpdateLocationRequest) UnmarshalJSON ¶
func (o *UpdateLocationRequest) UnmarshalJSON(data []byte) (err error)
type UpdateSchema200Response ¶
type UpdateSchema200Response struct {
Message EnumSCHEMAUPDATED `json:"message"`
AdditionalProperties map[string]interface{}
}
UpdateSchema200Response struct for UpdateSchema200Response
func NewUpdateSchema200Response ¶
func NewUpdateSchema200Response(message EnumSCHEMAUPDATED) *UpdateSchema200Response
NewUpdateSchema200Response instantiates a new UpdateSchema200Response 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 NewUpdateSchema200ResponseWithDefaults ¶
func NewUpdateSchema200ResponseWithDefaults() *UpdateSchema200Response
NewUpdateSchema200ResponseWithDefaults instantiates a new UpdateSchema200Response 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 (*UpdateSchema200Response) GetMessage ¶
func (o *UpdateSchema200Response) GetMessage() EnumSCHEMAUPDATED
GetMessage returns the Message field value
func (*UpdateSchema200Response) GetMessageOk ¶
func (o *UpdateSchema200Response) GetMessageOk() (*EnumSCHEMAUPDATED, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (UpdateSchema200Response) MarshalJSON ¶
func (o UpdateSchema200Response) MarshalJSON() ([]byte, error)
func (*UpdateSchema200Response) SetMessage ¶
func (o *UpdateSchema200Response) SetMessage(v EnumSCHEMAUPDATED)
SetMessage sets field value
func (UpdateSchema200Response) ToMap ¶
func (o UpdateSchema200Response) ToMap() (map[string]interface{}, error)
func (*UpdateSchema200Response) UnmarshalJSON ¶
func (o *UpdateSchema200Response) UnmarshalJSON(data []byte) (err error)
type UploadAPIService ¶
type UploadAPIService service
UploadAPIService UploadAPI service
func (*UploadAPIService) CreateUploadSignedUrl ¶
func (a *UploadAPIService) CreateUploadSignedUrl(ctx context.Context) ApiCreateUploadSignedUrlRequest
CreateUploadSignedUrl Create signed URL
Retrieve a signed URL link to upload a file to the Escape Platform.
By running a query with this endpoint, you will receive a signed URL that you can use to upload a file to the Escape Platform.
```json
{
"url": "[SIGNED URL]",
"id": "[SIGNED URL ID]"
}
```
With the url, you are able to upload one file:
```bash curl -X PUT --data-binary '@./schema.json' "[SIGNED URL]" ```
Now, you are able to use the previously received id in another query. For example to update a schema of your application.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateUploadSignedUrlRequest
func (*UploadAPIService) CreateUploadSignedUrlExecute ¶
func (a *UploadAPIService) CreateUploadSignedUrlExecute(r ApiCreateUploadSignedUrlRequest) (*CreateUploadSignedUrl200Response, *http.Response, error)
Execute executes the request
@return CreateUploadSignedUrl200Response
Source Files
¶
- api_applications.go
- api_audit.go
- api_domains.go
- api_integrations.go
- api_locations.go
- api_roles.go
- api_scans.go
- api_subdomains.go
- api_upload.go
- client.go
- configuration.go
- model_create_application_400_response.go
- model_create_application_request.go
- model_create_domain_request.go
- model_create_location_409_response.go
- model_create_location_request.go
- model_create_upload_signed_url_200_response.go
- model_delete_domain_200_response.go
- model_delete_integration_200_response.go
- model_delete_location_200_response.go
- model_enum_041c163680d484c3944c5d3c68a9635b.go
- model_enum_08a525336b538128cd395ea29110b935.go
- model_enum_08b09d97ca82baf197de83a269dac339.go
- model_enum_099ff370106bbdadb403f9dd62027576.go
- model_enum_1a7b888d2ef5b26fc63749f8e3a87cfa.go
- model_enum_1ab0ceef9ae9ece93c01f2d976ec3990.go
- model_enum_1ab5d44a8d8b0e47bb5ab55e0fd2b986.go
- model_enum_1f6d3642ca98942a86c3631840441183.go
- model_enum_200018d75ade9e46d41a8d1efb27c511.go
- model_enum_2a0a63bd2634c78edc28210c0bdd7520.go
- model_enum_33e76a7bc4c97ff8dbfe29d1d45aaa56.go
- model_enum_3b03ec8408c363f23b7d74d99b6ba8f4.go
- model_enum_4e0943c4ae7a2a2d426c0a6c0b839e82.go
- model_enum_5240b1e44488028e2fb125a667a7a4bd.go
- model_enum_549d6d987f9711d8c5b7a2472e0c9d65.go
- model_enum_54f0a5f011be184847a3933abc4c6999.go
- model_enum_5cf07f4dc5d62ad66f92942c1b7ce23f.go
- model_enum_6741c81b56f1b47f9c4e941a35bc8afb.go
- model_enum_6b715a076de4c8a128eec128b79c270b.go
- model_enum_729547c90705c82a79ed6fbc3adcfa94.go
- model_enum_777e439dc57940d3df1f77b9e31ced05.go
- model_enum_7f9dfa9af8b93bdca51d0e79de301f7b.go
- model_enum_80229dc8a40727ab101f9b3e03267361.go
- model_enum_83878678114937d099c9b534cb78beaf.go
- model_enum_88381acf2baeed408becef5653510069.go
- model_enum_9c1e82c38fa16c4851aece69dc28da0b.go
- model_enum_9def3867f5ea1dc45dde745eee25cf64.go
- model_enum_a59e4e0f7039345a12220706339ba411.go
- model_enum_a8e620669cc60d45b9f04eb14bdfef5d.go
- model_enum_ac8825c946764c840068c1a5eddeee84.go
- model_enum_akamai.go
- model_enum_and.go
- model_enum_apigee.go
- model_enum_aws.go
- model_enum_azure.go
- model_enum_azure_devops.go
- model_enum_b2ba5e44bc46a15fb43cda9911cf1860.go
- model_enum_bad_request.go
- model_enum_bafa7e8598be648bd1bf40163099110a.go
- model_enum_basic.go
- model_enum_bitbucket_repo.go
- model_enum_browser_actions.go
- model_enum_browser_agent.go
- model_enum_c48f4480ca763c1e3645aed08c52cfc1.go
- model_enum_c9df31378b5ab99a9fcb2d159ba1f602.go
- model_enum_check.go
- model_enum_click.go
- model_enum_cloudflare.go
- model_enum_cognito_userpass.go
- model_enum_conflict_on_the_following_field.go
- model_enum_curl.go
- model_enum_curl_sequence.go
- model_enum_d528205b1dacf02f72b02e9e61efdb57.go
- model_enum_d757e8c31ab9423604d4eece2cdb5160.go
- model_enum_digest.go
- model_enum_discord_webhook.go
- model_enum_domain_deletion_scheduled_successfully.go
- model_enum_e48dd51fe8a350a4154904abf16320d7.go
- model_enum_e72f9dda622f4cb5cd0a811e58e7f98e.go
- model_enum_email.go
- model_enum_f33adad4c808d4d9ab51ae2bf931668b.go
- model_enum_fill.go
- model_enum_focus_page.go
- model_enum_frontend.go
- model_enum_gcp.go
- model_enum_github_api_key.go
- model_enum_gitlab_api_key.go
- model_enum_goto.go
- model_enum_graphql.go
- model_enum_headers.go
- model_enum_helpers_request_crud.go
- model_enum_helpers_response_is_successful.go
- model_enum_http.go
- model_enum_integration_deleted_successfully.go
- model_enum_invalid_cursor.go
- model_enum_jira.go
- model_enum_kong_gateway.go
- model_enum_kong_konnect.go
- model_enum_kubernetes.go
- model_enum_location_deleted_successfully.go
- model_enum_not.go
- model_enum_not_found.go
- model_enum_oauth_client_credentials.go
- model_enum_oauth_userpass.go
- model_enum_or.go
- model_enum_postman_api_key.go
- model_enum_request_body_json.go
- model_enum_request_body_text.go
- model_enum_request_headers.go
- model_enum_request_is_authenticated.go
- model_enum_request_method.go
- model_enum_request_object.go
- model_enum_request_user.go
- model_enum_response_body_json.go
- model_enum_response_body_text.go
- model_enum_response_duration_ms.go
- model_enum_response_headers.go
- model_enum_response_object.go
- model_enum_response_status_code.go
- model_enum_rest.go
- model_enum_scan_type.go
- model_enum_schema_need_authentication.go
- model_enum_schema_path_ref.go
- model_enum_schema_updated.go
- model_enum_schema_url.go
- model_enum_select.go
- model_enum_slack_webhook.go
- model_enum_sleep.go
- model_enum_teams_webhook.go
- model_enum_wait_element.go
- model_enum_wait_text.go
- model_enum_webhook.go
- model_enum_wiz.go
- model_frontend.go
- model_frontend_configuration.go
- model_frontend_configuration_authentication.go
- model_frontend_configuration_authentication_presets_inner.go
- model_frontend_configuration_authentication_presets_inner_one_of.go
- model_frontend_configuration_authentication_presets_inner_one_of_1.go
- model_frontend_configuration_authentication_presets_inner_one_of_10.go
- model_frontend_configuration_authentication_presets_inner_one_of_10_injections.go
- model_frontend_configuration_authentication_presets_inner_one_of_10_users_inner.go
- model_frontend_configuration_authentication_presets_inner_one_of_10_users_inner_additional_fields_inner.go
- model_frontend_configuration_authentication_presets_inner_one_of_11.go
- model_frontend_configuration_authentication_presets_inner_one_of_11_users_inner.go
- model_frontend_configuration_authentication_presets_inner_one_of_11_users_inner_actions_inner.go
- model_frontend_configuration_authentication_presets_inner_one_of_11_users_inner_actions_inner_one_of.go
- model_frontend_configuration_authentication_presets_inner_one_of_11_users_inner_actions_inner_one_of_1.go
- model_frontend_configuration_authentication_presets_inner_one_of_11_users_inner_actions_inner_one_of_2.go
- model_frontend_configuration_authentication_presets_inner_one_of_11_users_inner_actions_inner_one_of_3.go
- model_frontend_configuration_authentication_presets_inner_one_of_11_users_inner_actions_inner_one_of_4.go
- model_frontend_configuration_authentication_presets_inner_one_of_11_users_inner_actions_inner_one_of_5.go
- model_frontend_configuration_authentication_presets_inner_one_of_11_users_inner_actions_inner_one_of_6.go
- model_frontend_configuration_authentication_presets_inner_one_of_11_users_inner_actions_inner_one_of_7.go
- model_frontend_configuration_authentication_presets_inner_one_of_11_users_inner_actions_inner_one_of_8.go
- model_frontend_configuration_authentication_presets_inner_one_of_1_users_inner.go
- model_frontend_configuration_authentication_presets_inner_one_of_2.go
- model_frontend_configuration_authentication_presets_inner_one_of_2_users_inner.go
- model_frontend_configuration_authentication_presets_inner_one_of_3.go
- model_frontend_configuration_authentication_presets_inner_one_of_3_users_inner.go
- model_frontend_configuration_authentication_presets_inner_one_of_4.go
- model_frontend_configuration_authentication_presets_inner_one_of_4_users_inner.go
- model_frontend_configuration_authentication_presets_inner_one_of_5.go
- model_frontend_configuration_authentication_presets_inner_one_of_6.go
- model_frontend_configuration_authentication_presets_inner_one_of_7.go
- model_frontend_configuration_authentication_presets_inner_one_of_7_users_inner.go
- model_frontend_configuration_authentication_presets_inner_one_of_8.go
- model_frontend_configuration_authentication_presets_inner_one_of_8_users_inner.go
- model_frontend_configuration_authentication_presets_inner_one_of_9.go
- model_frontend_configuration_authentication_presets_inner_one_of_9_requests_inner.go
- model_frontend_configuration_authentication_presets_inner_one_of_9_users_inner.go
- model_frontend_configuration_authentication_presets_inner_one_of_request.go
- model_frontend_configuration_authentication_presets_inner_one_of_users_inner.go
- model_frontend_configuration_authentication_procedures_inner.go
- model_frontend_configuration_authentication_procedures_inner_injections.go
- model_frontend_configuration_authentication_procedures_inner_injections_any_of_inner.go
- model_frontend_configuration_authentication_procedures_inner_injections_any_of_inner_1.go
- model_frontend_configuration_authentication_procedures_inner_operations_inner.go
- model_frontend_configuration_authentication_procedures_inner_operations_inner_one_of.go
- model_frontend_configuration_authentication_procedures_inner_operations_inner_one_of_1.go
- model_frontend_configuration_authentication_procedures_inner_operations_inner_one_of_1_extractions.go
- model_frontend_configuration_authentication_procedures_inner_operations_inner_one_of_1_extractions_any_of_inner.go
- model_frontend_configuration_authentication_procedures_inner_operations_inner_one_of_1_parameters.go
- model_frontend_configuration_authentication_procedures_inner_operations_inner_one_of_1_parameters_second_request.go
- model_frontend_configuration_authentication_procedures_inner_operations_inner_one_of_2.go
- model_frontend_configuration_authentication_procedures_inner_operations_inner_one_of_2_parameters.go
- model_frontend_configuration_authentication_procedures_inner_operations_inner_one_of_3.go
- model_frontend_configuration_authentication_procedures_inner_operations_inner_one_of_extractions_inner.go
- model_frontend_configuration_authentication_procedures_inner_operations_inner_one_of_parameters.go
- model_frontend_configuration_authentication_procedures_inner_operations_inner_one_of_parameters_cookies_inner.go
- model_frontend_configuration_authentication_procedures_inner_operations_inner_one_of_parameters_headers_inner.go
- model_frontend_configuration_authentication_users_inner.go
- model_frontend_configuration_authentication_users_inner_credentials.go
- model_frontend_configuration_authentication_users_inner_refresh.go
- model_frontend_configuration_authentication_users_inner_variables_inner.go
- model_frontend_configuration_client.go
- model_frontend_configuration_custom_rules_inner.go
- model_frontend_configuration_custom_rules_inner_alert.go
- model_frontend_configuration_custom_rules_inner_alert_compliance.go
- model_frontend_configuration_custom_rules_inner_seed_inner.go
- model_frontend_configuration_custom_rules_inner_seed_inner_one_of.go
- model_frontend_configuration_custom_rules_inner_seed_inner_one_of_1.go
- model_frontend_configuration_custom_rules_inner_transform.go
- model_frontend_configuration_custom_rules_inner_transform_mutate_inner.go
- model_frontend_configuration_custom_rules_inner_transform_mutate_inner_one_of.go
- model_frontend_configuration_custom_rules_inner_transform_mutate_inner_one_of_1.go
- model_frontend_configuration_custom_rules_inner_transform_mutate_inner_one_of_2.go
- model_frontend_configuration_custom_rules_inner_transform_mutate_inner_one_of_3.go
- model_frontend_configuration_custom_rules_inner_transform_mutate_inner_one_of_4.go
- model_frontend_configuration_custom_rules_inner_transform_mutate_inner_one_of_5.go
- model_frontend_configuration_custom_rules_inner_transform_mutate_inner_one_of_6.go
- model_frontend_configuration_custom_rules_inner_transform_mutate_inner_one_of_6_mutate.go
- model_frontend_configuration_custom_rules_inner_transform_mutate_inner_one_of_6_select.go
- model_frontend_configuration_custom_rules_inner_transform_mutate_inner_one_of_7.go
- model_frontend_configuration_custom_rules_inner_transform_mutate_inner_one_of_regex_replace.go
- model_frontend_configuration_custom_rules_inner_transform_trigger_inner.go
- model_frontend_configuration_custom_rules_inner_transform_trigger_inner_one_of.go
- model_frontend_configuration_custom_rules_inner_transform_trigger_inner_one_of_1.go
- model_frontend_configuration_custom_rules_inner_transform_trigger_inner_one_of_10.go
- model_frontend_configuration_custom_rules_inner_transform_trigger_inner_one_of_10_key.go
- model_frontend_configuration_custom_rules_inner_transform_trigger_inner_one_of_11.go
- model_frontend_configuration_custom_rules_inner_transform_trigger_inner_one_of_12.go
- model_frontend_configuration_custom_rules_inner_transform_trigger_inner_one_of_12_in_inner.go
- model_frontend_configuration_custom_rules_inner_transform_trigger_inner_one_of_12_is.go
- model_frontend_configuration_custom_rules_inner_transform_trigger_inner_one_of_13.go
- model_frontend_configuration_custom_rules_inner_transform_trigger_inner_one_of_14.go
- model_frontend_configuration_custom_rules_inner_transform_trigger_inner_one_of_15.go
- model_frontend_configuration_custom_rules_inner_transform_trigger_inner_one_of_16.go
- model_frontend_configuration_custom_rules_inner_transform_trigger_inner_one_of_16_type.go
- model_frontend_configuration_custom_rules_inner_transform_trigger_inner_one_of_17.go
- model_frontend_configuration_custom_rules_inner_transform_trigger_inner_one_of_18.go
- model_frontend_configuration_custom_rules_inner_transform_trigger_inner_one_of_19.go
- model_frontend_configuration_custom_rules_inner_transform_trigger_inner_one_of_2.go
- model_frontend_configuration_custom_rules_inner_transform_trigger_inner_one_of_20.go
- model_frontend_configuration_custom_rules_inner_transform_trigger_inner_one_of_21.go
- model_frontend_configuration_custom_rules_inner_transform_trigger_inner_one_of_3.go
- model_frontend_configuration_custom_rules_inner_transform_trigger_inner_one_of_4.go
- model_frontend_configuration_custom_rules_inner_transform_trigger_inner_one_of_5.go
- model_frontend_configuration_custom_rules_inner_transform_trigger_inner_one_of_6.go
- model_frontend_configuration_custom_rules_inner_transform_trigger_inner_one_of_7.go
- model_frontend_configuration_custom_rules_inner_transform_trigger_inner_one_of_8.go
- model_frontend_configuration_custom_rules_inner_transform_trigger_inner_one_of_9.go
- model_frontend_configuration_internal.go
- model_frontend_configuration_scan.go
- model_frontend_configuration_scan_blocklist.go
- model_frontend_configuration_scan_blocklist_routes_inner.go
- model_frontend_configuration_scan_scalars_value.go
- model_get_application_200_response.go
- model_get_integration_200_response.go
- model_get_integration_200_response_data.go
- model_get_integration_200_response_data_one_of.go
- model_get_integration_200_response_data_one_of_1.go
- model_get_integration_200_response_data_one_of_10.go
- model_get_integration_200_response_data_one_of_11.go
- model_get_integration_200_response_data_one_of_11_parameters.go
- model_get_integration_200_response_data_one_of_12.go
- model_get_integration_200_response_data_one_of_12_parameters.go
- model_get_integration_200_response_data_one_of_12_parameters_templates_inner.go
- model_get_integration_200_response_data_one_of_12_parameters_templates_inner_properties_mapping_inner.go
- model_get_integration_200_response_data_one_of_12_parameters_templates_inner_properties_mapping_inner_mapping_inner.go
- model_get_integration_200_response_data_one_of_13.go
- model_get_integration_200_response_data_one_of_13_parameters.go
- model_get_integration_200_response_data_one_of_14.go
- model_get_integration_200_response_data_one_of_14_parameters.go
- model_get_integration_200_response_data_one_of_15.go
- model_get_integration_200_response_data_one_of_15_parameters.go
- model_get_integration_200_response_data_one_of_15_parameters_blacklist.go
- model_get_integration_200_response_data_one_of_15_parameters_tags.go
- model_get_integration_200_response_data_one_of_16.go
- model_get_integration_200_response_data_one_of_17.go
- model_get_integration_200_response_data_one_of_18.go
- model_get_integration_200_response_data_one_of_19.go
- model_get_integration_200_response_data_one_of_1_parameters.go
- model_get_integration_200_response_data_one_of_2.go
- model_get_integration_200_response_data_one_of_20.go
- model_get_integration_200_response_data_one_of_20_parameters.go
- model_get_integration_200_response_data_one_of_2_parameters.go
- model_get_integration_200_response_data_one_of_3.go
- model_get_integration_200_response_data_one_of_3_parameters.go
- model_get_integration_200_response_data_one_of_4.go
- model_get_integration_200_response_data_one_of_4_parameters.go
- model_get_integration_200_response_data_one_of_5.go
- model_get_integration_200_response_data_one_of_5_parameters.go
- model_get_integration_200_response_data_one_of_6.go
- model_get_integration_200_response_data_one_of_6_parameters.go
- model_get_integration_200_response_data_one_of_7.go
- model_get_integration_200_response_data_one_of_8.go
- model_get_integration_200_response_data_one_of_9.go
- model_get_integration_200_response_data_one_of_parameters.go
- model_get_location_404_response.go
- model_get_scan_exchanges_archive_200_response.go
- model_graph_ql.go
- model_graph_ql_schema.go
- model_list_applications_200_response_inner.go
- model_list_audit_logs_200_response.go
- model_list_audit_logs_200_response_data_inner.go
- model_list_domains_200_response_inner.go
- model_list_events_200_response.go
- model_list_events_200_response_data_inner.go
- model_list_integrations_200_response_inner.go
- model_list_issues_200_response_inner.go
- model_list_locations_200_response.go
- model_list_locations_200_response_data_inner.go
- model_list_roles_200_response_inner.go
- model_list_roles_200_response_inner_role_users_inner.go
- model_list_roles_200_response_inner_role_users_inner_user.go
- model_list_scans_200_response.go
- model_list_scans_200_response_data_inner.go
- model_list_scans_400_response.go
- model_list_subdomains_200_response.go
- model_list_subdomains_200_response_data_inner.go
- model_rest.go
- model_start_scan_request.go
- model_update_application_request.go
- model_update_integration_request.go
- model_update_location_request.go
- model_update_schema_200_response.go
- response.go
- utils.go