Documentation ¶
Index ¶
- Variables
- 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 AccessCode
- func (o *AccessCode) GetAccessKey() string
- func (o *AccessCode) GetAccessKeyOk() (*string, bool)
- func (o *AccessCode) GetActivation() time.Time
- func (o *AccessCode) GetActivationOk() (*time.Time, bool)
- func (o *AccessCode) GetCreatedTime() time.Time
- func (o *AccessCode) GetCreatedTimeOk() (*time.Time, bool)
- func (o *AccessCode) GetDescription() string
- func (o *AccessCode) GetDescriptionOk() (*string, bool)
- func (o *AccessCode) GetExpiration() time.Time
- func (o *AccessCode) GetExpirationOk() (*time.Time, bool)
- func (o *AccessCode) GetName() string
- func (o *AccessCode) GetNameOk() (*string, bool)
- func (o *AccessCode) GetPolicyIds() []int32
- func (o *AccessCode) GetPolicyIdsOk() ([]int32, bool)
- func (o *AccessCode) GetRules() []AccessCodeRule
- func (o *AccessCode) GetRulesOk() ([]AccessCodeRule, bool)
- func (o *AccessCode) GetUpdatedTime() time.Time
- func (o *AccessCode) GetUpdatedTimeOk() (*time.Time, bool)
- func (o *AccessCode) HasAccessKey() bool
- func (o *AccessCode) HasActivation() bool
- func (o *AccessCode) HasCreatedTime() bool
- func (o *AccessCode) HasDescription() bool
- func (o *AccessCode) HasExpiration() bool
- func (o *AccessCode) HasName() bool
- func (o *AccessCode) HasPolicyIds() bool
- func (o *AccessCode) HasRules() bool
- func (o *AccessCode) HasUpdatedTime() bool
- func (o AccessCode) MarshalJSON() ([]byte, error)
- func (o *AccessCode) SetAccessKey(v string)
- func (o *AccessCode) SetActivation(v time.Time)
- func (o *AccessCode) SetCreatedTime(v time.Time)
- func (o *AccessCode) SetDescription(v string)
- func (o *AccessCode) SetExpiration(v time.Time)
- func (o *AccessCode) SetName(v string)
- func (o *AccessCode) SetPolicyIds(v []int32)
- func (o *AccessCode) SetRules(v []AccessCodeRule)
- func (o *AccessCode) SetUpdatedTime(v time.Time)
- func (o AccessCode) ToMap() (map[string]interface{}, error)
- func (o *AccessCode) UnmarshalJSON(data []byte) (err error)
- type AccessCodeCreateResponse
- func (o *AccessCodeCreateResponse) GetResults() AccessCode
- func (o *AccessCodeCreateResponse) GetResultsOk() (*AccessCode, bool)
- func (o *AccessCodeCreateResponse) HasResults() bool
- func (o AccessCodeCreateResponse) MarshalJSON() ([]byte, error)
- func (o *AccessCodeCreateResponse) SetResults(v AccessCode)
- func (o AccessCodeCreateResponse) ToMap() (map[string]interface{}, error)
- func (o *AccessCodeCreateResponse) UnmarshalJSON(data []byte) (err error)
- type AccessCodeDeleteRequest
- func (o *AccessCodeDeleteRequest) GetIds() []string
- func (o *AccessCodeDeleteRequest) GetIdsOk() ([]string, bool)
- func (o *AccessCodeDeleteRequest) HasIds() bool
- func (o AccessCodeDeleteRequest) MarshalJSON() ([]byte, error)
- func (o *AccessCodeDeleteRequest) SetIds(v []string)
- func (o AccessCodeDeleteRequest) ToMap() (map[string]interface{}, error)
- func (o *AccessCodeDeleteRequest) UnmarshalJSON(data []byte) (err error)
- type AccessCodeMultiResponse
- func (o *AccessCodeMultiResponse) GetResults() []AccessCode
- func (o *AccessCodeMultiResponse) GetResultsOk() ([]AccessCode, bool)
- func (o *AccessCodeMultiResponse) HasResults() bool
- func (o AccessCodeMultiResponse) MarshalJSON() ([]byte, error)
- func (o *AccessCodeMultiResponse) SetResults(v []AccessCode)
- func (o AccessCodeMultiResponse) ToMap() (map[string]interface{}, error)
- func (o *AccessCodeMultiResponse) UnmarshalJSON(data []byte) (err error)
- type AccessCodeReadResponse
- func (o *AccessCodeReadResponse) GetResults() AccessCode
- func (o *AccessCodeReadResponse) GetResultsOk() (*AccessCode, bool)
- func (o *AccessCodeReadResponse) HasResults() bool
- func (o AccessCodeReadResponse) MarshalJSON() ([]byte, error)
- func (o *AccessCodeReadResponse) SetResults(v AccessCode)
- func (o AccessCodeReadResponse) ToMap() (map[string]interface{}, error)
- func (o *AccessCodeReadResponse) UnmarshalJSON(data []byte) (err error)
- type AccessCodeRule
- func (o *AccessCodeRule) GetAction() string
- func (o *AccessCodeRule) GetActionOk() (*string, bool)
- func (o *AccessCodeRule) GetData() string
- func (o *AccessCodeRule) GetDataOk() (*string, bool)
- func (o *AccessCodeRule) GetDescription() string
- func (o *AccessCodeRule) GetDescriptionOk() (*string, bool)
- func (o *AccessCodeRule) GetRedirectName() string
- func (o *AccessCodeRule) GetRedirectNameOk() (*string, bool)
- func (o *AccessCodeRule) GetType() string
- func (o *AccessCodeRule) GetTypeOk() (*string, bool)
- func (o *AccessCodeRule) HasAction() bool
- func (o *AccessCodeRule) HasData() bool
- func (o *AccessCodeRule) HasDescription() bool
- func (o *AccessCodeRule) HasRedirectName() bool
- func (o *AccessCodeRule) HasType() bool
- func (o AccessCodeRule) MarshalJSON() ([]byte, error)
- func (o *AccessCodeRule) SetAction(v string)
- func (o *AccessCodeRule) SetData(v string)
- func (o *AccessCodeRule) SetDescription(v string)
- func (o *AccessCodeRule) SetRedirectName(v string)
- func (o *AccessCodeRule) SetType(v string)
- func (o AccessCodeRule) ToMap() (map[string]interface{}, error)
- func (o *AccessCodeRule) UnmarshalJSON(data []byte) (err error)
- type AccessCodeUpdateResponse
- func (o *AccessCodeUpdateResponse) GetResults() AccessCode
- func (o *AccessCodeUpdateResponse) GetResultsOk() (*AccessCode, bool)
- func (o *AccessCodeUpdateResponse) HasResults() bool
- func (o AccessCodeUpdateResponse) MarshalJSON() ([]byte, error)
- func (o *AccessCodeUpdateResponse) SetResults(v AccessCode)
- func (o AccessCodeUpdateResponse) ToMap() (map[string]interface{}, error)
- func (o *AccessCodeUpdateResponse) UnmarshalJSON(data []byte) (err error)
- type AccessCodesAPI
- type AccessCodesAPICreateAccessCodeRequest
- type AccessCodesAPIDeleteAccessCodesRequest
- type AccessCodesAPIDeleteSingleAccessCodesRequest
- type AccessCodesAPIListAccessCodesRequest
- func (r AccessCodesAPIListAccessCodesRequest) Execute() (*AccessCodeMultiResponse, *http.Response, error)
- func (r AccessCodesAPIListAccessCodesRequest) Filter(filter string) AccessCodesAPIListAccessCodesRequest
- func (r AccessCodesAPIListAccessCodesRequest) Limit(limit int32) AccessCodesAPIListAccessCodesRequest
- func (r AccessCodesAPIListAccessCodesRequest) Offset(offset int32) AccessCodesAPIListAccessCodesRequest
- func (r AccessCodesAPIListAccessCodesRequest) PageToken(pageToken string) AccessCodesAPIListAccessCodesRequest
- type AccessCodesAPIReadAccessCodeRequest
- type AccessCodesAPIService
- func (a *AccessCodesAPIService) CreateAccessCode(ctx context.Context) AccessCodesAPICreateAccessCodeRequest
- func (a *AccessCodesAPIService) CreateAccessCodeExecute(r AccessCodesAPICreateAccessCodeRequest) (*AccessCodeCreateResponse, *http.Response, error)
- func (a *AccessCodesAPIService) DeleteAccessCodes(ctx context.Context) AccessCodesAPIDeleteAccessCodesRequest
- func (a *AccessCodesAPIService) DeleteAccessCodesExecute(r AccessCodesAPIDeleteAccessCodesRequest) (*http.Response, error)
- func (a *AccessCodesAPIService) DeleteSingleAccessCodes(ctx context.Context, accessKey string) AccessCodesAPIDeleteSingleAccessCodesRequest
- func (a *AccessCodesAPIService) DeleteSingleAccessCodesExecute(r AccessCodesAPIDeleteSingleAccessCodesRequest) (*http.Response, error)
- func (a *AccessCodesAPIService) ListAccessCodes(ctx context.Context) AccessCodesAPIListAccessCodesRequest
- func (a *AccessCodesAPIService) ListAccessCodesExecute(r AccessCodesAPIListAccessCodesRequest) (*AccessCodeMultiResponse, *http.Response, error)
- func (a *AccessCodesAPIService) ReadAccessCode(ctx context.Context, accessKey string) AccessCodesAPIReadAccessCodeRequest
- func (a *AccessCodesAPIService) ReadAccessCodeExecute(r AccessCodesAPIReadAccessCodeRequest) (*AccessCodeReadResponse, *http.Response, error)
- func (a *AccessCodesAPIService) UpdateAccessCode(ctx context.Context, payloadAccessKey string) AccessCodesAPIUpdateAccessCodeRequest
- func (a *AccessCodesAPIService) UpdateAccessCodeExecute(r AccessCodesAPIUpdateAccessCodeRequest) (*AccessCodeUpdateResponse, *http.Response, error)
- type AccessCodesAPIUpdateAccessCodeRequest
- type AccessCodesCreateAccessCode400Response
- func (o *AccessCodesCreateAccessCode400Response) GetError() AccessCodesCreateAccessCode400ResponseError
- func (o *AccessCodesCreateAccessCode400Response) GetErrorOk() (*AccessCodesCreateAccessCode400ResponseError, bool)
- func (o *AccessCodesCreateAccessCode400Response) HasError() bool
- func (o AccessCodesCreateAccessCode400Response) MarshalJSON() ([]byte, error)
- func (o *AccessCodesCreateAccessCode400Response) SetError(v AccessCodesCreateAccessCode400ResponseError)
- func (o AccessCodesCreateAccessCode400Response) ToMap() (map[string]interface{}, error)
- func (o *AccessCodesCreateAccessCode400Response) UnmarshalJSON(data []byte) (err error)
- type AccessCodesCreateAccessCode400ResponseError
- func (o *AccessCodesCreateAccessCode400ResponseError) GetCode() string
- func (o *AccessCodesCreateAccessCode400ResponseError) GetCodeOk() (*string, bool)
- func (o *AccessCodesCreateAccessCode400ResponseError) GetMessage() string
- func (o *AccessCodesCreateAccessCode400ResponseError) GetMessageOk() (*string, bool)
- func (o *AccessCodesCreateAccessCode400ResponseError) GetStatus() string
- func (o *AccessCodesCreateAccessCode400ResponseError) GetStatusOk() (*string, bool)
- func (o *AccessCodesCreateAccessCode400ResponseError) HasCode() bool
- func (o *AccessCodesCreateAccessCode400ResponseError) HasMessage() bool
- func (o *AccessCodesCreateAccessCode400ResponseError) HasStatus() bool
- func (o AccessCodesCreateAccessCode400ResponseError) MarshalJSON() ([]byte, error)
- func (o *AccessCodesCreateAccessCode400ResponseError) SetCode(v string)
- func (o *AccessCodesCreateAccessCode400ResponseError) SetMessage(v string)
- func (o *AccessCodesCreateAccessCode400ResponseError) SetStatus(v string)
- func (o AccessCodesCreateAccessCode400ResponseError) ToMap() (map[string]interface{}, error)
- func (o *AccessCodesCreateAccessCode400ResponseError) UnmarshalJSON(data []byte) (err error)
- type AccessCodesCreateAccessCode404Response
- func (o *AccessCodesCreateAccessCode404Response) GetError() AccessCodesCreateAccessCode404ResponseError
- func (o *AccessCodesCreateAccessCode404Response) GetErrorOk() (*AccessCodesCreateAccessCode404ResponseError, bool)
- func (o *AccessCodesCreateAccessCode404Response) HasError() bool
- func (o AccessCodesCreateAccessCode404Response) MarshalJSON() ([]byte, error)
- func (o *AccessCodesCreateAccessCode404Response) SetError(v AccessCodesCreateAccessCode404ResponseError)
- func (o AccessCodesCreateAccessCode404Response) ToMap() (map[string]interface{}, error)
- func (o *AccessCodesCreateAccessCode404Response) UnmarshalJSON(data []byte) (err error)
- type AccessCodesCreateAccessCode404ResponseError
- func (o *AccessCodesCreateAccessCode404ResponseError) GetCode() string
- func (o *AccessCodesCreateAccessCode404ResponseError) GetCodeOk() (*string, bool)
- func (o *AccessCodesCreateAccessCode404ResponseError) GetMessage() string
- func (o *AccessCodesCreateAccessCode404ResponseError) GetMessageOk() (*string, bool)
- func (o *AccessCodesCreateAccessCode404ResponseError) GetStatus() string
- func (o *AccessCodesCreateAccessCode404ResponseError) GetStatusOk() (*string, bool)
- func (o *AccessCodesCreateAccessCode404ResponseError) HasCode() bool
- func (o *AccessCodesCreateAccessCode404ResponseError) HasMessage() bool
- func (o *AccessCodesCreateAccessCode404ResponseError) HasStatus() bool
- func (o AccessCodesCreateAccessCode404ResponseError) MarshalJSON() ([]byte, error)
- func (o *AccessCodesCreateAccessCode404ResponseError) SetCode(v string)
- func (o *AccessCodesCreateAccessCode404ResponseError) SetMessage(v string)
- func (o *AccessCodesCreateAccessCode404ResponseError) SetStatus(v string)
- func (o AccessCodesCreateAccessCode404ResponseError) ToMap() (map[string]interface{}, error)
- func (o *AccessCodesCreateAccessCode404ResponseError) UnmarshalJSON(data []byte) (err error)
- type AccessCodesCreateAccessCode409Response
- func (o *AccessCodesCreateAccessCode409Response) GetError() AccessCodesCreateAccessCode409ResponseError
- func (o *AccessCodesCreateAccessCode409Response) GetErrorOk() (*AccessCodesCreateAccessCode409ResponseError, bool)
- func (o *AccessCodesCreateAccessCode409Response) HasError() bool
- func (o AccessCodesCreateAccessCode409Response) MarshalJSON() ([]byte, error)
- func (o *AccessCodesCreateAccessCode409Response) SetError(v AccessCodesCreateAccessCode409ResponseError)
- func (o AccessCodesCreateAccessCode409Response) ToMap() (map[string]interface{}, error)
- func (o *AccessCodesCreateAccessCode409Response) UnmarshalJSON(data []byte) (err error)
- type AccessCodesCreateAccessCode409ResponseError
- func (o *AccessCodesCreateAccessCode409ResponseError) GetCode() string
- func (o *AccessCodesCreateAccessCode409ResponseError) GetCodeOk() (*string, bool)
- func (o *AccessCodesCreateAccessCode409ResponseError) GetMessage() string
- func (o *AccessCodesCreateAccessCode409ResponseError) GetMessageOk() (*string, bool)
- func (o *AccessCodesCreateAccessCode409ResponseError) GetStatus() string
- func (o *AccessCodesCreateAccessCode409ResponseError) GetStatusOk() (*string, bool)
- func (o *AccessCodesCreateAccessCode409ResponseError) HasCode() bool
- func (o *AccessCodesCreateAccessCode409ResponseError) HasMessage() bool
- func (o *AccessCodesCreateAccessCode409ResponseError) HasStatus() bool
- func (o AccessCodesCreateAccessCode409ResponseError) MarshalJSON() ([]byte, error)
- func (o *AccessCodesCreateAccessCode409ResponseError) SetCode(v string)
- func (o *AccessCodesCreateAccessCode409ResponseError) SetMessage(v string)
- func (o *AccessCodesCreateAccessCode409ResponseError) SetStatus(v string)
- func (o AccessCodesCreateAccessCode409ResponseError) ToMap() (map[string]interface{}, error)
- func (o *AccessCodesCreateAccessCode409ResponseError) UnmarshalJSON(data []byte) (err error)
- type AccessCodesDeleteAccessCodes400Response
- func (o *AccessCodesDeleteAccessCodes400Response) GetError() AccessCodesDeleteAccessCodes400ResponseError
- func (o *AccessCodesDeleteAccessCodes400Response) GetErrorOk() (*AccessCodesDeleteAccessCodes400ResponseError, bool)
- func (o *AccessCodesDeleteAccessCodes400Response) HasError() bool
- func (o AccessCodesDeleteAccessCodes400Response) MarshalJSON() ([]byte, error)
- func (o *AccessCodesDeleteAccessCodes400Response) SetError(v AccessCodesDeleteAccessCodes400ResponseError)
- func (o AccessCodesDeleteAccessCodes400Response) ToMap() (map[string]interface{}, error)
- func (o *AccessCodesDeleteAccessCodes400Response) UnmarshalJSON(data []byte) (err error)
- type AccessCodesDeleteAccessCodes400ResponseError
- func (o *AccessCodesDeleteAccessCodes400ResponseError) GetCode() string
- func (o *AccessCodesDeleteAccessCodes400ResponseError) GetCodeOk() (*string, bool)
- func (o *AccessCodesDeleteAccessCodes400ResponseError) GetMessage() string
- func (o *AccessCodesDeleteAccessCodes400ResponseError) GetMessageOk() (*string, bool)
- func (o *AccessCodesDeleteAccessCodes400ResponseError) GetStatus() string
- func (o *AccessCodesDeleteAccessCodes400ResponseError) GetStatusOk() (*string, bool)
- func (o *AccessCodesDeleteAccessCodes400ResponseError) HasCode() bool
- func (o *AccessCodesDeleteAccessCodes400ResponseError) HasMessage() bool
- func (o *AccessCodesDeleteAccessCodes400ResponseError) HasStatus() bool
- func (o AccessCodesDeleteAccessCodes400ResponseError) MarshalJSON() ([]byte, error)
- func (o *AccessCodesDeleteAccessCodes400ResponseError) SetCode(v string)
- func (o *AccessCodesDeleteAccessCodes400ResponseError) SetMessage(v string)
- func (o *AccessCodesDeleteAccessCodes400ResponseError) SetStatus(v string)
- func (o AccessCodesDeleteAccessCodes400ResponseError) ToMap() (map[string]interface{}, error)
- func (o *AccessCodesDeleteAccessCodes400ResponseError) UnmarshalJSON(data []byte) (err error)
- type AccessCodesDeleteSingleAccessCodes400Response
- func (o *AccessCodesDeleteSingleAccessCodes400Response) GetError() AccessCodesDeleteSingleAccessCodes400ResponseError
- func (o *AccessCodesDeleteSingleAccessCodes400Response) GetErrorOk() (*AccessCodesDeleteSingleAccessCodes400ResponseError, bool)
- func (o *AccessCodesDeleteSingleAccessCodes400Response) HasError() bool
- func (o AccessCodesDeleteSingleAccessCodes400Response) MarshalJSON() ([]byte, error)
- func (o *AccessCodesDeleteSingleAccessCodes400Response) SetError(v AccessCodesDeleteSingleAccessCodes400ResponseError)
- func (o AccessCodesDeleteSingleAccessCodes400Response) ToMap() (map[string]interface{}, error)
- func (o *AccessCodesDeleteSingleAccessCodes400Response) UnmarshalJSON(data []byte) (err error)
- type AccessCodesDeleteSingleAccessCodes400ResponseError
- func (o *AccessCodesDeleteSingleAccessCodes400ResponseError) GetCode() string
- func (o *AccessCodesDeleteSingleAccessCodes400ResponseError) GetCodeOk() (*string, bool)
- func (o *AccessCodesDeleteSingleAccessCodes400ResponseError) GetMessage() string
- func (o *AccessCodesDeleteSingleAccessCodes400ResponseError) GetMessageOk() (*string, bool)
- func (o *AccessCodesDeleteSingleAccessCodes400ResponseError) GetStatus() string
- func (o *AccessCodesDeleteSingleAccessCodes400ResponseError) GetStatusOk() (*string, bool)
- func (o *AccessCodesDeleteSingleAccessCodes400ResponseError) HasCode() bool
- func (o *AccessCodesDeleteSingleAccessCodes400ResponseError) HasMessage() bool
- func (o *AccessCodesDeleteSingleAccessCodes400ResponseError) HasStatus() bool
- func (o AccessCodesDeleteSingleAccessCodes400ResponseError) MarshalJSON() ([]byte, error)
- func (o *AccessCodesDeleteSingleAccessCodes400ResponseError) SetCode(v string)
- func (o *AccessCodesDeleteSingleAccessCodes400ResponseError) SetMessage(v string)
- func (o *AccessCodesDeleteSingleAccessCodes400ResponseError) SetStatus(v string)
- func (o AccessCodesDeleteSingleAccessCodes400ResponseError) ToMap() (map[string]interface{}, error)
- func (o *AccessCodesDeleteSingleAccessCodes400ResponseError) UnmarshalJSON(data []byte) (err error)
- type AccessCodesListAccessCodes500Response
- func (o *AccessCodesListAccessCodes500Response) GetError() AccessCodesListAccessCodes500ResponseError
- func (o *AccessCodesListAccessCodes500Response) GetErrorOk() (*AccessCodesListAccessCodes500ResponseError, bool)
- func (o *AccessCodesListAccessCodes500Response) HasError() bool
- func (o AccessCodesListAccessCodes500Response) MarshalJSON() ([]byte, error)
- func (o *AccessCodesListAccessCodes500Response) SetError(v AccessCodesListAccessCodes500ResponseError)
- func (o AccessCodesListAccessCodes500Response) ToMap() (map[string]interface{}, error)
- func (o *AccessCodesListAccessCodes500Response) UnmarshalJSON(data []byte) (err error)
- type AccessCodesListAccessCodes500ResponseError
- func (o *AccessCodesListAccessCodes500ResponseError) GetCode() string
- func (o *AccessCodesListAccessCodes500ResponseError) GetCodeOk() (*string, bool)
- func (o *AccessCodesListAccessCodes500ResponseError) GetMessage() string
- func (o *AccessCodesListAccessCodes500ResponseError) GetMessageOk() (*string, bool)
- func (o *AccessCodesListAccessCodes500ResponseError) GetStatus() string
- func (o *AccessCodesListAccessCodes500ResponseError) GetStatusOk() (*string, bool)
- func (o *AccessCodesListAccessCodes500ResponseError) HasCode() bool
- func (o *AccessCodesListAccessCodes500ResponseError) HasMessage() bool
- func (o *AccessCodesListAccessCodes500ResponseError) HasStatus() bool
- func (o AccessCodesListAccessCodes500ResponseError) MarshalJSON() ([]byte, error)
- func (o *AccessCodesListAccessCodes500ResponseError) SetCode(v string)
- func (o *AccessCodesListAccessCodes500ResponseError) SetMessage(v string)
- func (o *AccessCodesListAccessCodes500ResponseError) SetStatus(v string)
- func (o AccessCodesListAccessCodes500ResponseError) ToMap() (map[string]interface{}, error)
- func (o *AccessCodesListAccessCodes500ResponseError) UnmarshalJSON(data []byte) (err error)
- type AccessCodesReadAccessCode404Response
- func (o *AccessCodesReadAccessCode404Response) GetError() AccessCodesReadAccessCode404ResponseError
- func (o *AccessCodesReadAccessCode404Response) GetErrorOk() (*AccessCodesReadAccessCode404ResponseError, bool)
- func (o *AccessCodesReadAccessCode404Response) HasError() bool
- func (o AccessCodesReadAccessCode404Response) MarshalJSON() ([]byte, error)
- func (o *AccessCodesReadAccessCode404Response) SetError(v AccessCodesReadAccessCode404ResponseError)
- func (o AccessCodesReadAccessCode404Response) ToMap() (map[string]interface{}, error)
- func (o *AccessCodesReadAccessCode404Response) UnmarshalJSON(data []byte) (err error)
- type AccessCodesReadAccessCode404ResponseError
- func (o *AccessCodesReadAccessCode404ResponseError) GetCode() string
- func (o *AccessCodesReadAccessCode404ResponseError) GetCodeOk() (*string, bool)
- func (o *AccessCodesReadAccessCode404ResponseError) GetMessage() string
- func (o *AccessCodesReadAccessCode404ResponseError) GetMessageOk() (*string, bool)
- func (o *AccessCodesReadAccessCode404ResponseError) GetStatus() string
- func (o *AccessCodesReadAccessCode404ResponseError) GetStatusOk() (*string, bool)
- func (o *AccessCodesReadAccessCode404ResponseError) HasCode() bool
- func (o *AccessCodesReadAccessCode404ResponseError) HasMessage() bool
- func (o *AccessCodesReadAccessCode404ResponseError) HasStatus() bool
- func (o AccessCodesReadAccessCode404ResponseError) MarshalJSON() ([]byte, error)
- func (o *AccessCodesReadAccessCode404ResponseError) SetCode(v string)
- func (o *AccessCodesReadAccessCode404ResponseError) SetMessage(v string)
- func (o *AccessCodesReadAccessCode404ResponseError) SetStatus(v string)
- func (o AccessCodesReadAccessCode404ResponseError) ToMap() (map[string]interface{}, error)
- func (o *AccessCodesReadAccessCode404ResponseError) UnmarshalJSON(data []byte) (err error)
- type AppApproval
- func (o *AppApproval) GetAppName() string
- func (o *AppApproval) GetAppNameOk() (*string, bool)
- func (o *AppApproval) GetStatus() string
- func (o *AppApproval) GetStatusOk() (*string, bool)
- func (o *AppApproval) HasAppName() bool
- func (o *AppApproval) HasStatus() bool
- func (o AppApproval) MarshalJSON() ([]byte, error)
- func (o *AppApproval) SetAppName(v string)
- func (o *AppApproval) SetStatus(v string)
- func (o AppApproval) ToMap() (map[string]interface{}, error)
- func (o *AppApproval) UnmarshalJSON(data []byte) (err error)
- type AppApprovalMultiResponse
- func (o *AppApprovalMultiResponse) GetResults() []AppApproval
- func (o *AppApprovalMultiResponse) GetResultsOk() ([]AppApproval, bool)
- func (o *AppApprovalMultiResponse) HasResults() bool
- func (o AppApprovalMultiResponse) MarshalJSON() ([]byte, error)
- func (o *AppApprovalMultiResponse) SetResults(v []AppApproval)
- func (o AppApprovalMultiResponse) ToMap() (map[string]interface{}, error)
- func (o *AppApprovalMultiResponse) UnmarshalJSON(data []byte) (err error)
- type AppApprovalRemovalRequest
- func (o *AppApprovalRemovalRequest) GetAppName() string
- func (o *AppApprovalRemovalRequest) GetAppNameOk() (*string, bool)
- func (o *AppApprovalRemovalRequest) HasAppName() bool
- func (o AppApprovalRemovalRequest) MarshalJSON() ([]byte, error)
- func (o *AppApprovalRemovalRequest) SetAppName(v string)
- func (o AppApprovalRemovalRequest) ToMap() (map[string]interface{}, error)
- func (o *AppApprovalRemovalRequest) UnmarshalJSON(data []byte) (err error)
- type AppApprovalsAPI
- type AppApprovalsAPIListAppApprovalsRequest
- type AppApprovalsAPIReplaceAppApprovalsRequest
- type AppApprovalsAPIService
- func (a *AppApprovalsAPIService) ListAppApprovals(ctx context.Context) AppApprovalsAPIListAppApprovalsRequest
- func (a *AppApprovalsAPIService) ListAppApprovalsExecute(r AppApprovalsAPIListAppApprovalsRequest) (*AppApprovalMultiResponse, *http.Response, error)
- func (a *AppApprovalsAPIService) ReplaceAppApprovals(ctx context.Context) AppApprovalsAPIReplaceAppApprovalsRequest
- func (a *AppApprovalsAPIService) ReplaceAppApprovalsExecute(r AppApprovalsAPIReplaceAppApprovalsRequest) (*AppApprovalMultiResponse, *http.Response, error)
- func (a *AppApprovalsAPIService) UpdateAppApprovals(ctx context.Context) AppApprovalsAPIUpdateAppApprovalsRequest
- func (a *AppApprovalsAPIService) UpdateAppApprovalsExecute(r AppApprovalsAPIUpdateAppApprovalsRequest) (*AppApprovalMultiResponse, *http.Response, error)
- type AppApprovalsAPIUpdateAppApprovalsRequest
- type AppApprovalsReplaceRequest
- func (o *AppApprovalsReplaceRequest) GetApprovals() []AppApproval
- func (o *AppApprovalsReplaceRequest) GetApprovalsOk() ([]AppApproval, bool)
- func (o *AppApprovalsReplaceRequest) GetFields() ProtobufFieldMask
- func (o *AppApprovalsReplaceRequest) GetFieldsOk() (*ProtobufFieldMask, bool)
- func (o *AppApprovalsReplaceRequest) HasApprovals() bool
- func (o *AppApprovalsReplaceRequest) HasFields() bool
- func (o AppApprovalsReplaceRequest) MarshalJSON() ([]byte, error)
- func (o *AppApprovalsReplaceRequest) SetApprovals(v []AppApproval)
- func (o *AppApprovalsReplaceRequest) SetFields(v ProtobufFieldMask)
- func (o AppApprovalsReplaceRequest) ToMap() (map[string]interface{}, error)
- func (o *AppApprovalsReplaceRequest) UnmarshalJSON(data []byte) (err error)
- type AppApprovalsUpdateRequest
- func (o *AppApprovalsUpdateRequest) GetFields() ProtobufFieldMask
- func (o *AppApprovalsUpdateRequest) GetFieldsOk() (*ProtobufFieldMask, bool)
- func (o *AppApprovalsUpdateRequest) GetInsertedApprovals() []AppApproval
- func (o *AppApprovalsUpdateRequest) GetInsertedApprovalsOk() ([]AppApproval, bool)
- func (o *AppApprovalsUpdateRequest) GetRemovedApprovals() []AppApprovalRemovalRequest
- func (o *AppApprovalsUpdateRequest) GetRemovedApprovalsOk() ([]AppApprovalRemovalRequest, bool)
- func (o *AppApprovalsUpdateRequest) HasFields() bool
- func (o *AppApprovalsUpdateRequest) HasInsertedApprovals() bool
- func (o *AppApprovalsUpdateRequest) HasRemovedApprovals() bool
- func (o AppApprovalsUpdateRequest) MarshalJSON() ([]byte, error)
- func (o *AppApprovalsUpdateRequest) SetFields(v ProtobufFieldMask)
- func (o *AppApprovalsUpdateRequest) SetInsertedApprovals(v []AppApproval)
- func (o *AppApprovalsUpdateRequest) SetRemovedApprovals(v []AppApprovalRemovalRequest)
- func (o AppApprovalsUpdateRequest) ToMap() (map[string]interface{}, error)
- func (o *AppApprovalsUpdateRequest) UnmarshalJSON(data []byte) (err error)
- type ApplicationCriterion
- func (o *ApplicationCriterion) GetCategory() string
- func (o *ApplicationCriterion) GetCategoryOk() (*string, bool)
- func (o *ApplicationCriterion) GetId() string
- func (o *ApplicationCriterion) GetIdOk() (*string, bool)
- func (o *ApplicationCriterion) GetName() string
- func (o *ApplicationCriterion) GetNameOk() (*string, bool)
- func (o *ApplicationCriterion) GetSubcategory() string
- func (o *ApplicationCriterion) GetSubcategoryOk() (*string, bool)
- func (o *ApplicationCriterion) HasCategory() bool
- func (o *ApplicationCriterion) HasId() bool
- func (o *ApplicationCriterion) HasName() bool
- func (o *ApplicationCriterion) HasSubcategory() bool
- func (o ApplicationCriterion) MarshalJSON() ([]byte, error)
- func (o *ApplicationCriterion) SetCategory(v string)
- func (o *ApplicationCriterion) SetId(v string)
- func (o *ApplicationCriterion) SetName(v string)
- func (o *ApplicationCriterion) SetSubcategory(v string)
- func (o ApplicationCriterion) ToMap() (map[string]interface{}, error)
- func (o *ApplicationCriterion) UnmarshalJSON(data []byte) (err error)
- type ApplicationFilter
- func (o *ApplicationFilter) GetCreatedTime() time.Time
- func (o *ApplicationFilter) GetCreatedTimeOk() (*time.Time, bool)
- func (o *ApplicationFilter) GetCriteria() []ApplicationCriterion
- func (o *ApplicationFilter) GetCriteriaOk() ([]ApplicationCriterion, bool)
- func (o *ApplicationFilter) GetDescription() string
- func (o *ApplicationFilter) GetDescriptionOk() (*string, bool)
- func (o *ApplicationFilter) GetId() int32
- func (o *ApplicationFilter) GetIdOk() (*int32, bool)
- func (o *ApplicationFilter) GetName() string
- func (o *ApplicationFilter) GetNameOk() (*string, bool)
- func (o *ApplicationFilter) GetPolicies() []string
- func (o *ApplicationFilter) GetPoliciesOk() ([]string, bool)
- func (o *ApplicationFilter) GetReadonly() bool
- func (o *ApplicationFilter) GetReadonlyOk() (*bool, bool)
- func (o *ApplicationFilter) GetTags() map[string]interface{}
- func (o *ApplicationFilter) GetTagsOk() (map[string]interface{}, bool)
- func (o *ApplicationFilter) GetUpdatedTime() time.Time
- func (o *ApplicationFilter) GetUpdatedTimeOk() (*time.Time, bool)
- func (o *ApplicationFilter) HasCreatedTime() bool
- func (o *ApplicationFilter) HasCriteria() bool
- func (o *ApplicationFilter) HasDescription() bool
- func (o *ApplicationFilter) HasId() bool
- func (o *ApplicationFilter) HasName() bool
- func (o *ApplicationFilter) HasPolicies() bool
- func (o *ApplicationFilter) HasReadonly() bool
- func (o *ApplicationFilter) HasTags() bool
- func (o *ApplicationFilter) HasUpdatedTime() bool
- func (o ApplicationFilter) MarshalJSON() ([]byte, error)
- func (o *ApplicationFilter) SetCreatedTime(v time.Time)
- func (o *ApplicationFilter) SetCriteria(v []ApplicationCriterion)
- func (o *ApplicationFilter) SetDescription(v string)
- func (o *ApplicationFilter) SetId(v int32)
- func (o *ApplicationFilter) SetName(v string)
- func (o *ApplicationFilter) SetPolicies(v []string)
- func (o *ApplicationFilter) SetReadonly(v bool)
- func (o *ApplicationFilter) SetTags(v map[string]interface{})
- func (o *ApplicationFilter) SetUpdatedTime(v time.Time)
- func (o ApplicationFilter) ToMap() (map[string]interface{}, error)
- func (o *ApplicationFilter) UnmarshalJSON(data []byte) (err error)
- type ApplicationFilterCreateResponse
- func (o *ApplicationFilterCreateResponse) GetResults() ApplicationFilter
- func (o *ApplicationFilterCreateResponse) GetResultsOk() (*ApplicationFilter, bool)
- func (o *ApplicationFilterCreateResponse) HasResults() bool
- func (o ApplicationFilterCreateResponse) MarshalJSON() ([]byte, error)
- func (o *ApplicationFilterCreateResponse) SetResults(v ApplicationFilter)
- func (o ApplicationFilterCreateResponse) ToMap() (map[string]interface{}, error)
- func (o *ApplicationFilterCreateResponse) UnmarshalJSON(data []byte) (err error)
- type ApplicationFilterMultiResponse
- func (o *ApplicationFilterMultiResponse) GetResults() []ApplicationFilter
- func (o *ApplicationFilterMultiResponse) GetResultsOk() ([]ApplicationFilter, bool)
- func (o *ApplicationFilterMultiResponse) HasResults() bool
- func (o ApplicationFilterMultiResponse) MarshalJSON() ([]byte, error)
- func (o *ApplicationFilterMultiResponse) SetResults(v []ApplicationFilter)
- func (o ApplicationFilterMultiResponse) ToMap() (map[string]interface{}, error)
- func (o *ApplicationFilterMultiResponse) UnmarshalJSON(data []byte) (err error)
- type ApplicationFilterReadResponse
- func (o *ApplicationFilterReadResponse) GetResults() ApplicationFilter
- func (o *ApplicationFilterReadResponse) GetResultsOk() (*ApplicationFilter, bool)
- func (o *ApplicationFilterReadResponse) HasResults() bool
- func (o ApplicationFilterReadResponse) MarshalJSON() ([]byte, error)
- func (o *ApplicationFilterReadResponse) SetResults(v ApplicationFilter)
- func (o ApplicationFilterReadResponse) ToMap() (map[string]interface{}, error)
- func (o *ApplicationFilterReadResponse) UnmarshalJSON(data []byte) (err error)
- type ApplicationFilterUpdateResponse
- func (o *ApplicationFilterUpdateResponse) GetResults() ApplicationFilter
- func (o *ApplicationFilterUpdateResponse) GetResultsOk() (*ApplicationFilter, bool)
- func (o *ApplicationFilterUpdateResponse) HasResults() bool
- func (o ApplicationFilterUpdateResponse) MarshalJSON() ([]byte, error)
- func (o *ApplicationFilterUpdateResponse) SetResults(v ApplicationFilter)
- func (o ApplicationFilterUpdateResponse) ToMap() (map[string]interface{}, error)
- func (o *ApplicationFilterUpdateResponse) UnmarshalJSON(data []byte) (err error)
- type ApplicationFiltersAPI
- type ApplicationFiltersAPICreateApplicationFilterRequest
- type ApplicationFiltersAPIDeleteApplicationFiltersRequest
- type ApplicationFiltersAPIDeleteSingleApplicationFiltersRequest
- type ApplicationFiltersAPIListApplicationFiltersRequest
- func (r ApplicationFiltersAPIListApplicationFiltersRequest) Execute() (*ApplicationFilterMultiResponse, *http.Response, error)
- func (r ApplicationFiltersAPIListApplicationFiltersRequest) Fields(fields string) ApplicationFiltersAPIListApplicationFiltersRequest
- func (r ApplicationFiltersAPIListApplicationFiltersRequest) Filter(filter string) ApplicationFiltersAPIListApplicationFiltersRequest
- func (r ApplicationFiltersAPIListApplicationFiltersRequest) Limit(limit int32) ApplicationFiltersAPIListApplicationFiltersRequest
- func (r ApplicationFiltersAPIListApplicationFiltersRequest) Offset(offset int32) ApplicationFiltersAPIListApplicationFiltersRequest
- func (r ApplicationFiltersAPIListApplicationFiltersRequest) PageToken(pageToken string) ApplicationFiltersAPIListApplicationFiltersRequest
- func (r ApplicationFiltersAPIListApplicationFiltersRequest) Tfilter(tfilter string) ApplicationFiltersAPIListApplicationFiltersRequest
- func (r ApplicationFiltersAPIListApplicationFiltersRequest) TorderBy(torderBy string) ApplicationFiltersAPIListApplicationFiltersRequest
- type ApplicationFiltersAPIReadApplicationFilterRequest
- func (r ApplicationFiltersAPIReadApplicationFilterRequest) Execute() (*ApplicationFilterReadResponse, *http.Response, error)
- func (r ApplicationFiltersAPIReadApplicationFilterRequest) Fields(fields string) ApplicationFiltersAPIReadApplicationFilterRequest
- func (r ApplicationFiltersAPIReadApplicationFilterRequest) Name(name string) ApplicationFiltersAPIReadApplicationFilterRequest
- type ApplicationFiltersAPIService
- func (a *ApplicationFiltersAPIService) CreateApplicationFilter(ctx context.Context) ApplicationFiltersAPICreateApplicationFilterRequest
- func (a *ApplicationFiltersAPIService) CreateApplicationFilterExecute(r ApplicationFiltersAPICreateApplicationFilterRequest) (*ApplicationFilterCreateResponse, *http.Response, error)
- func (a *ApplicationFiltersAPIService) DeleteApplicationFilters(ctx context.Context) ApplicationFiltersAPIDeleteApplicationFiltersRequest
- func (a *ApplicationFiltersAPIService) DeleteApplicationFiltersExecute(r ApplicationFiltersAPIDeleteApplicationFiltersRequest) (*http.Response, error)
- func (a *ApplicationFiltersAPIService) DeleteSingleApplicationFilters(ctx context.Context, id int32) ApplicationFiltersAPIDeleteSingleApplicationFiltersRequest
- func (a *ApplicationFiltersAPIService) DeleteSingleApplicationFiltersExecute(r ApplicationFiltersAPIDeleteSingleApplicationFiltersRequest) (*http.Response, error)
- func (a *ApplicationFiltersAPIService) ListApplicationFilters(ctx context.Context) ApplicationFiltersAPIListApplicationFiltersRequest
- func (a *ApplicationFiltersAPIService) ListApplicationFiltersExecute(r ApplicationFiltersAPIListApplicationFiltersRequest) (*ApplicationFilterMultiResponse, *http.Response, error)
- func (a *ApplicationFiltersAPIService) ReadApplicationFilter(ctx context.Context, id int32) ApplicationFiltersAPIReadApplicationFilterRequest
- func (a *ApplicationFiltersAPIService) ReadApplicationFilterExecute(r ApplicationFiltersAPIReadApplicationFilterRequest) (*ApplicationFilterReadResponse, *http.Response, error)
- func (a *ApplicationFiltersAPIService) UpdateApplicationFilter(ctx context.Context, id int32) ApplicationFiltersAPIUpdateApplicationFilterRequest
- func (a *ApplicationFiltersAPIService) UpdateApplicationFilterExecute(r ApplicationFiltersAPIUpdateApplicationFilterRequest) (*ApplicationFilterUpdateResponse, *http.Response, error)
- type ApplicationFiltersAPIUpdateApplicationFilterRequest
- type ApplicationFiltersDeleteApplicationFilters400Response
- func (o *ApplicationFiltersDeleteApplicationFilters400Response) GetError() ApplicationFiltersDeleteApplicationFilters400ResponseError
- func (o *ApplicationFiltersDeleteApplicationFilters400Response) GetErrorOk() (*ApplicationFiltersDeleteApplicationFilters400ResponseError, bool)
- func (o *ApplicationFiltersDeleteApplicationFilters400Response) HasError() bool
- func (o ApplicationFiltersDeleteApplicationFilters400Response) MarshalJSON() ([]byte, error)
- func (o *ApplicationFiltersDeleteApplicationFilters400Response) SetError(v ApplicationFiltersDeleteApplicationFilters400ResponseError)
- func (o ApplicationFiltersDeleteApplicationFilters400Response) ToMap() (map[string]interface{}, error)
- func (o *ApplicationFiltersDeleteApplicationFilters400Response) UnmarshalJSON(data []byte) (err error)
- type ApplicationFiltersDeleteApplicationFilters400ResponseError
- func (o *ApplicationFiltersDeleteApplicationFilters400ResponseError) GetCode() string
- func (o *ApplicationFiltersDeleteApplicationFilters400ResponseError) GetCodeOk() (*string, bool)
- func (o *ApplicationFiltersDeleteApplicationFilters400ResponseError) GetMessage() string
- func (o *ApplicationFiltersDeleteApplicationFilters400ResponseError) GetMessageOk() (*string, bool)
- func (o *ApplicationFiltersDeleteApplicationFilters400ResponseError) GetStatus() string
- func (o *ApplicationFiltersDeleteApplicationFilters400ResponseError) GetStatusOk() (*string, bool)
- func (o *ApplicationFiltersDeleteApplicationFilters400ResponseError) HasCode() bool
- func (o *ApplicationFiltersDeleteApplicationFilters400ResponseError) HasMessage() bool
- func (o *ApplicationFiltersDeleteApplicationFilters400ResponseError) HasStatus() bool
- func (o ApplicationFiltersDeleteApplicationFilters400ResponseError) MarshalJSON() ([]byte, error)
- func (o *ApplicationFiltersDeleteApplicationFilters400ResponseError) SetCode(v string)
- func (o *ApplicationFiltersDeleteApplicationFilters400ResponseError) SetMessage(v string)
- func (o *ApplicationFiltersDeleteApplicationFilters400ResponseError) SetStatus(v string)
- func (o ApplicationFiltersDeleteApplicationFilters400ResponseError) ToMap() (map[string]interface{}, error)
- func (o *ApplicationFiltersDeleteApplicationFilters400ResponseError) UnmarshalJSON(data []byte) (err error)
- type ApplicationFiltersDeleteRequest
- func (o *ApplicationFiltersDeleteRequest) GetIds() []int32
- func (o *ApplicationFiltersDeleteRequest) GetIdsOk() ([]int32, bool)
- func (o *ApplicationFiltersDeleteRequest) HasIds() bool
- func (o ApplicationFiltersDeleteRequest) MarshalJSON() ([]byte, error)
- func (o *ApplicationFiltersDeleteRequest) SetIds(v []int32)
- func (o ApplicationFiltersDeleteRequest) ToMap() (map[string]interface{}, error)
- func (o *ApplicationFiltersDeleteRequest) UnmarshalJSON(data []byte) (err error)
- type ApplicationFiltersDeleteSingleApplicationFilters400Response
- func (o *ApplicationFiltersDeleteSingleApplicationFilters400Response) GetError() ApplicationFiltersDeleteSingleApplicationFilters400ResponseError
- func (o *ApplicationFiltersDeleteSingleApplicationFilters400Response) GetErrorOk() (*ApplicationFiltersDeleteSingleApplicationFilters400ResponseError, bool)
- func (o *ApplicationFiltersDeleteSingleApplicationFilters400Response) HasError() bool
- func (o ApplicationFiltersDeleteSingleApplicationFilters400Response) MarshalJSON() ([]byte, error)
- func (o *ApplicationFiltersDeleteSingleApplicationFilters400Response) SetError(v ApplicationFiltersDeleteSingleApplicationFilters400ResponseError)
- func (o ApplicationFiltersDeleteSingleApplicationFilters400Response) ToMap() (map[string]interface{}, error)
- func (o *ApplicationFiltersDeleteSingleApplicationFilters400Response) UnmarshalJSON(data []byte) (err error)
- type ApplicationFiltersDeleteSingleApplicationFilters400ResponseError
- func (o *ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) GetCode() string
- func (o *ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) GetCodeOk() (*string, bool)
- func (o *ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) GetMessage() string
- func (o *ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) GetMessageOk() (*string, bool)
- func (o *ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) GetStatus() string
- func (o *ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) GetStatusOk() (*string, bool)
- func (o *ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) HasCode() bool
- func (o *ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) HasMessage() bool
- func (o *ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) HasStatus() bool
- func (o ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) MarshalJSON() ([]byte, error)
- func (o *ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) SetCode(v string)
- func (o *ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) SetMessage(v string)
- func (o *ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) SetStatus(v string)
- func (o ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) ToMap() (map[string]interface{}, error)
- func (o *ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) UnmarshalJSON(data []byte) (err error)
- type CategoryFilter
- func (o *CategoryFilter) GetCategories() []string
- func (o *CategoryFilter) GetCategoriesOk() ([]string, bool)
- func (o *CategoryFilter) GetCreatedTime() time.Time
- func (o *CategoryFilter) GetCreatedTimeOk() (*time.Time, bool)
- func (o *CategoryFilter) GetDescription() string
- func (o *CategoryFilter) GetDescriptionOk() (*string, bool)
- func (o *CategoryFilter) GetId() int32
- func (o *CategoryFilter) GetIdOk() (*int32, bool)
- func (o *CategoryFilter) GetName() string
- func (o *CategoryFilter) GetNameOk() (*string, bool)
- func (o *CategoryFilter) GetPolicies() []string
- func (o *CategoryFilter) GetPoliciesOk() ([]string, bool)
- func (o *CategoryFilter) GetTags() map[string]interface{}
- func (o *CategoryFilter) GetTagsOk() (map[string]interface{}, bool)
- func (o *CategoryFilter) GetUpdatedTime() time.Time
- func (o *CategoryFilter) GetUpdatedTimeOk() (*time.Time, bool)
- func (o *CategoryFilter) HasCategories() bool
- func (o *CategoryFilter) HasCreatedTime() bool
- func (o *CategoryFilter) HasDescription() bool
- func (o *CategoryFilter) HasId() bool
- func (o *CategoryFilter) HasName() bool
- func (o *CategoryFilter) HasPolicies() bool
- func (o *CategoryFilter) HasTags() bool
- func (o *CategoryFilter) HasUpdatedTime() bool
- func (o CategoryFilter) MarshalJSON() ([]byte, error)
- func (o *CategoryFilter) SetCategories(v []string)
- func (o *CategoryFilter) SetCreatedTime(v time.Time)
- func (o *CategoryFilter) SetDescription(v string)
- func (o *CategoryFilter) SetId(v int32)
- func (o *CategoryFilter) SetName(v string)
- func (o *CategoryFilter) SetPolicies(v []string)
- func (o *CategoryFilter) SetTags(v map[string]interface{})
- func (o *CategoryFilter) SetUpdatedTime(v time.Time)
- func (o CategoryFilter) ToMap() (map[string]interface{}, error)
- func (o *CategoryFilter) UnmarshalJSON(data []byte) (err error)
- type CategoryFilterCreateResponse
- func (o *CategoryFilterCreateResponse) GetResults() CategoryFilter
- func (o *CategoryFilterCreateResponse) GetResultsOk() (*CategoryFilter, bool)
- func (o *CategoryFilterCreateResponse) HasResults() bool
- func (o CategoryFilterCreateResponse) MarshalJSON() ([]byte, error)
- func (o *CategoryFilterCreateResponse) SetResults(v CategoryFilter)
- func (o CategoryFilterCreateResponse) ToMap() (map[string]interface{}, error)
- func (o *CategoryFilterCreateResponse) UnmarshalJSON(data []byte) (err error)
- type CategoryFilterMultiResponse
- func (o *CategoryFilterMultiResponse) GetResults() []CategoryFilter
- func (o *CategoryFilterMultiResponse) GetResultsOk() ([]CategoryFilter, bool)
- func (o *CategoryFilterMultiResponse) HasResults() bool
- func (o CategoryFilterMultiResponse) MarshalJSON() ([]byte, error)
- func (o *CategoryFilterMultiResponse) SetResults(v []CategoryFilter)
- func (o CategoryFilterMultiResponse) ToMap() (map[string]interface{}, error)
- func (o *CategoryFilterMultiResponse) UnmarshalJSON(data []byte) (err error)
- type CategoryFilterReadResponse
- func (o *CategoryFilterReadResponse) GetResults() CategoryFilter
- func (o *CategoryFilterReadResponse) GetResultsOk() (*CategoryFilter, bool)
- func (o *CategoryFilterReadResponse) HasResults() bool
- func (o CategoryFilterReadResponse) MarshalJSON() ([]byte, error)
- func (o *CategoryFilterReadResponse) SetResults(v CategoryFilter)
- func (o CategoryFilterReadResponse) ToMap() (map[string]interface{}, error)
- func (o *CategoryFilterReadResponse) UnmarshalJSON(data []byte) (err error)
- type CategoryFilterUpdateResponse
- func (o *CategoryFilterUpdateResponse) GetResults() CategoryFilter
- func (o *CategoryFilterUpdateResponse) GetResultsOk() (*CategoryFilter, bool)
- func (o *CategoryFilterUpdateResponse) HasResults() bool
- func (o CategoryFilterUpdateResponse) MarshalJSON() ([]byte, error)
- func (o *CategoryFilterUpdateResponse) SetResults(v CategoryFilter)
- func (o CategoryFilterUpdateResponse) ToMap() (map[string]interface{}, error)
- func (o *CategoryFilterUpdateResponse) UnmarshalJSON(data []byte) (err error)
- type CategoryFiltersAPI
- type CategoryFiltersAPICreateCategoryFilterRequest
- type CategoryFiltersAPIDeleteCategoryFiltersRequest
- type CategoryFiltersAPIDeleteSingleCategoryFiltersRequest
- type CategoryFiltersAPIListCategoryFiltersRequest
- func (r CategoryFiltersAPIListCategoryFiltersRequest) Execute() (*CategoryFilterMultiResponse, *http.Response, error)
- func (r CategoryFiltersAPIListCategoryFiltersRequest) Fields(fields string) CategoryFiltersAPIListCategoryFiltersRequest
- func (r CategoryFiltersAPIListCategoryFiltersRequest) Filter(filter string) CategoryFiltersAPIListCategoryFiltersRequest
- func (r CategoryFiltersAPIListCategoryFiltersRequest) Limit(limit int32) CategoryFiltersAPIListCategoryFiltersRequest
- func (r CategoryFiltersAPIListCategoryFiltersRequest) Offset(offset int32) CategoryFiltersAPIListCategoryFiltersRequest
- func (r CategoryFiltersAPIListCategoryFiltersRequest) PageToken(pageToken string) CategoryFiltersAPIListCategoryFiltersRequest
- func (r CategoryFiltersAPIListCategoryFiltersRequest) Tfilter(tfilter string) CategoryFiltersAPIListCategoryFiltersRequest
- func (r CategoryFiltersAPIListCategoryFiltersRequest) TorderBy(torderBy string) CategoryFiltersAPIListCategoryFiltersRequest
- type CategoryFiltersAPIReadCategoryFilterRequest
- func (r CategoryFiltersAPIReadCategoryFilterRequest) Execute() (*CategoryFilterReadResponse, *http.Response, error)
- func (r CategoryFiltersAPIReadCategoryFilterRequest) Fields(fields string) CategoryFiltersAPIReadCategoryFilterRequest
- func (r CategoryFiltersAPIReadCategoryFilterRequest) Name(name string) CategoryFiltersAPIReadCategoryFilterRequest
- type CategoryFiltersAPIService
- func (a *CategoryFiltersAPIService) CreateCategoryFilter(ctx context.Context) CategoryFiltersAPICreateCategoryFilterRequest
- func (a *CategoryFiltersAPIService) CreateCategoryFilterExecute(r CategoryFiltersAPICreateCategoryFilterRequest) (*CategoryFilterCreateResponse, *http.Response, error)
- func (a *CategoryFiltersAPIService) DeleteCategoryFilters(ctx context.Context) CategoryFiltersAPIDeleteCategoryFiltersRequest
- func (a *CategoryFiltersAPIService) DeleteCategoryFiltersExecute(r CategoryFiltersAPIDeleteCategoryFiltersRequest) (*http.Response, error)
- func (a *CategoryFiltersAPIService) DeleteSingleCategoryFilters(ctx context.Context, id int32) CategoryFiltersAPIDeleteSingleCategoryFiltersRequest
- func (a *CategoryFiltersAPIService) DeleteSingleCategoryFiltersExecute(r CategoryFiltersAPIDeleteSingleCategoryFiltersRequest) (*http.Response, error)
- func (a *CategoryFiltersAPIService) ListCategoryFilters(ctx context.Context) CategoryFiltersAPIListCategoryFiltersRequest
- func (a *CategoryFiltersAPIService) ListCategoryFiltersExecute(r CategoryFiltersAPIListCategoryFiltersRequest) (*CategoryFilterMultiResponse, *http.Response, error)
- func (a *CategoryFiltersAPIService) ReadCategoryFilter(ctx context.Context, id int32) CategoryFiltersAPIReadCategoryFilterRequest
- func (a *CategoryFiltersAPIService) ReadCategoryFilterExecute(r CategoryFiltersAPIReadCategoryFilterRequest) (*CategoryFilterReadResponse, *http.Response, error)
- func (a *CategoryFiltersAPIService) UpdateCategoryFilter(ctx context.Context, id int32) CategoryFiltersAPIUpdateCategoryFilterRequest
- func (a *CategoryFiltersAPIService) UpdateCategoryFilterExecute(r CategoryFiltersAPIUpdateCategoryFilterRequest) (*CategoryFilterUpdateResponse, *http.Response, error)
- type CategoryFiltersAPIUpdateCategoryFilterRequest
- type CategoryFiltersCreateCategoryFilter400Response
- func (o *CategoryFiltersCreateCategoryFilter400Response) GetError() CategoryFiltersCreateCategoryFilter400ResponseError
- func (o *CategoryFiltersCreateCategoryFilter400Response) GetErrorOk() (*CategoryFiltersCreateCategoryFilter400ResponseError, bool)
- func (o *CategoryFiltersCreateCategoryFilter400Response) HasError() bool
- func (o CategoryFiltersCreateCategoryFilter400Response) MarshalJSON() ([]byte, error)
- func (o *CategoryFiltersCreateCategoryFilter400Response) SetError(v CategoryFiltersCreateCategoryFilter400ResponseError)
- func (o CategoryFiltersCreateCategoryFilter400Response) ToMap() (map[string]interface{}, error)
- func (o *CategoryFiltersCreateCategoryFilter400Response) UnmarshalJSON(data []byte) (err error)
- type CategoryFiltersCreateCategoryFilter400ResponseError
- func (o *CategoryFiltersCreateCategoryFilter400ResponseError) GetCode() string
- func (o *CategoryFiltersCreateCategoryFilter400ResponseError) GetCodeOk() (*string, bool)
- func (o *CategoryFiltersCreateCategoryFilter400ResponseError) GetMessage() string
- func (o *CategoryFiltersCreateCategoryFilter400ResponseError) GetMessageOk() (*string, bool)
- func (o *CategoryFiltersCreateCategoryFilter400ResponseError) GetStatus() string
- func (o *CategoryFiltersCreateCategoryFilter400ResponseError) GetStatusOk() (*string, bool)
- func (o *CategoryFiltersCreateCategoryFilter400ResponseError) HasCode() bool
- func (o *CategoryFiltersCreateCategoryFilter400ResponseError) HasMessage() bool
- func (o *CategoryFiltersCreateCategoryFilter400ResponseError) HasStatus() bool
- func (o CategoryFiltersCreateCategoryFilter400ResponseError) MarshalJSON() ([]byte, error)
- func (o *CategoryFiltersCreateCategoryFilter400ResponseError) SetCode(v string)
- func (o *CategoryFiltersCreateCategoryFilter400ResponseError) SetMessage(v string)
- func (o *CategoryFiltersCreateCategoryFilter400ResponseError) SetStatus(v string)
- func (o CategoryFiltersCreateCategoryFilter400ResponseError) ToMap() (map[string]interface{}, error)
- func (o *CategoryFiltersCreateCategoryFilter400ResponseError) UnmarshalJSON(data []byte) (err error)
- type CategoryFiltersCreateCategoryFilter409Response
- func (o *CategoryFiltersCreateCategoryFilter409Response) GetError() CategoryFiltersCreateCategoryFilter409ResponseError
- func (o *CategoryFiltersCreateCategoryFilter409Response) GetErrorOk() (*CategoryFiltersCreateCategoryFilter409ResponseError, bool)
- func (o *CategoryFiltersCreateCategoryFilter409Response) HasError() bool
- func (o CategoryFiltersCreateCategoryFilter409Response) MarshalJSON() ([]byte, error)
- func (o *CategoryFiltersCreateCategoryFilter409Response) SetError(v CategoryFiltersCreateCategoryFilter409ResponseError)
- func (o CategoryFiltersCreateCategoryFilter409Response) ToMap() (map[string]interface{}, error)
- func (o *CategoryFiltersCreateCategoryFilter409Response) UnmarshalJSON(data []byte) (err error)
- type CategoryFiltersCreateCategoryFilter409ResponseError
- func (o *CategoryFiltersCreateCategoryFilter409ResponseError) GetCode() string
- func (o *CategoryFiltersCreateCategoryFilter409ResponseError) GetCodeOk() (*string, bool)
- func (o *CategoryFiltersCreateCategoryFilter409ResponseError) GetMessage() string
- func (o *CategoryFiltersCreateCategoryFilter409ResponseError) GetMessageOk() (*string, bool)
- func (o *CategoryFiltersCreateCategoryFilter409ResponseError) GetStatus() string
- func (o *CategoryFiltersCreateCategoryFilter409ResponseError) GetStatusOk() (*string, bool)
- func (o *CategoryFiltersCreateCategoryFilter409ResponseError) HasCode() bool
- func (o *CategoryFiltersCreateCategoryFilter409ResponseError) HasMessage() bool
- func (o *CategoryFiltersCreateCategoryFilter409ResponseError) HasStatus() bool
- func (o CategoryFiltersCreateCategoryFilter409ResponseError) MarshalJSON() ([]byte, error)
- func (o *CategoryFiltersCreateCategoryFilter409ResponseError) SetCode(v string)
- func (o *CategoryFiltersCreateCategoryFilter409ResponseError) SetMessage(v string)
- func (o *CategoryFiltersCreateCategoryFilter409ResponseError) SetStatus(v string)
- func (o CategoryFiltersCreateCategoryFilter409ResponseError) ToMap() (map[string]interface{}, error)
- func (o *CategoryFiltersCreateCategoryFilter409ResponseError) UnmarshalJSON(data []byte) (err error)
- type CategoryFiltersDeleteCategoryFilters400Response
- func (o *CategoryFiltersDeleteCategoryFilters400Response) GetError() CategoryFiltersDeleteCategoryFilters400ResponseError
- func (o *CategoryFiltersDeleteCategoryFilters400Response) GetErrorOk() (*CategoryFiltersDeleteCategoryFilters400ResponseError, bool)
- func (o *CategoryFiltersDeleteCategoryFilters400Response) HasError() bool
- func (o CategoryFiltersDeleteCategoryFilters400Response) MarshalJSON() ([]byte, error)
- func (o *CategoryFiltersDeleteCategoryFilters400Response) SetError(v CategoryFiltersDeleteCategoryFilters400ResponseError)
- func (o CategoryFiltersDeleteCategoryFilters400Response) ToMap() (map[string]interface{}, error)
- func (o *CategoryFiltersDeleteCategoryFilters400Response) UnmarshalJSON(data []byte) (err error)
- type CategoryFiltersDeleteCategoryFilters400ResponseError
- func (o *CategoryFiltersDeleteCategoryFilters400ResponseError) GetCode() string
- func (o *CategoryFiltersDeleteCategoryFilters400ResponseError) GetCodeOk() (*string, bool)
- func (o *CategoryFiltersDeleteCategoryFilters400ResponseError) GetMessage() string
- func (o *CategoryFiltersDeleteCategoryFilters400ResponseError) GetMessageOk() (*string, bool)
- func (o *CategoryFiltersDeleteCategoryFilters400ResponseError) GetStatus() string
- func (o *CategoryFiltersDeleteCategoryFilters400ResponseError) GetStatusOk() (*string, bool)
- func (o *CategoryFiltersDeleteCategoryFilters400ResponseError) HasCode() bool
- func (o *CategoryFiltersDeleteCategoryFilters400ResponseError) HasMessage() bool
- func (o *CategoryFiltersDeleteCategoryFilters400ResponseError) HasStatus() bool
- func (o CategoryFiltersDeleteCategoryFilters400ResponseError) MarshalJSON() ([]byte, error)
- func (o *CategoryFiltersDeleteCategoryFilters400ResponseError) SetCode(v string)
- func (o *CategoryFiltersDeleteCategoryFilters400ResponseError) SetMessage(v string)
- func (o *CategoryFiltersDeleteCategoryFilters400ResponseError) SetStatus(v string)
- func (o CategoryFiltersDeleteCategoryFilters400ResponseError) ToMap() (map[string]interface{}, error)
- func (o *CategoryFiltersDeleteCategoryFilters400ResponseError) UnmarshalJSON(data []byte) (err error)
- type CategoryFiltersDeleteRequest
- func (o *CategoryFiltersDeleteRequest) GetIds() []int32
- func (o *CategoryFiltersDeleteRequest) GetIdsOk() ([]int32, bool)
- func (o *CategoryFiltersDeleteRequest) HasIds() bool
- func (o CategoryFiltersDeleteRequest) MarshalJSON() ([]byte, error)
- func (o *CategoryFiltersDeleteRequest) SetIds(v []int32)
- func (o CategoryFiltersDeleteRequest) ToMap() (map[string]interface{}, error)
- func (o *CategoryFiltersDeleteRequest) UnmarshalJSON(data []byte) (err error)
- type CategoryFiltersReadCategoryFilter404Response
- func (o *CategoryFiltersReadCategoryFilter404Response) GetError() CategoryFiltersReadCategoryFilter404ResponseError
- func (o *CategoryFiltersReadCategoryFilter404Response) GetErrorOk() (*CategoryFiltersReadCategoryFilter404ResponseError, bool)
- func (o *CategoryFiltersReadCategoryFilter404Response) HasError() bool
- func (o CategoryFiltersReadCategoryFilter404Response) MarshalJSON() ([]byte, error)
- func (o *CategoryFiltersReadCategoryFilter404Response) SetError(v CategoryFiltersReadCategoryFilter404ResponseError)
- func (o CategoryFiltersReadCategoryFilter404Response) ToMap() (map[string]interface{}, error)
- func (o *CategoryFiltersReadCategoryFilter404Response) UnmarshalJSON(data []byte) (err error)
- type CategoryFiltersReadCategoryFilter404ResponseError
- func (o *CategoryFiltersReadCategoryFilter404ResponseError) GetCode() string
- func (o *CategoryFiltersReadCategoryFilter404ResponseError) GetCodeOk() (*string, bool)
- func (o *CategoryFiltersReadCategoryFilter404ResponseError) GetMessage() string
- func (o *CategoryFiltersReadCategoryFilter404ResponseError) GetMessageOk() (*string, bool)
- func (o *CategoryFiltersReadCategoryFilter404ResponseError) GetStatus() string
- func (o *CategoryFiltersReadCategoryFilter404ResponseError) GetStatusOk() (*string, bool)
- func (o *CategoryFiltersReadCategoryFilter404ResponseError) HasCode() bool
- func (o *CategoryFiltersReadCategoryFilter404ResponseError) HasMessage() bool
- func (o *CategoryFiltersReadCategoryFilter404ResponseError) HasStatus() bool
- func (o CategoryFiltersReadCategoryFilter404ResponseError) MarshalJSON() ([]byte, error)
- func (o *CategoryFiltersReadCategoryFilter404ResponseError) SetCode(v string)
- func (o *CategoryFiltersReadCategoryFilter404ResponseError) SetMessage(v string)
- func (o *CategoryFiltersReadCategoryFilter404ResponseError) SetStatus(v string)
- func (o CategoryFiltersReadCategoryFilter404ResponseError) ToMap() (map[string]interface{}, error)
- func (o *CategoryFiltersReadCategoryFilter404ResponseError) UnmarshalJSON(data []byte) (err error)
- type ContentCategoriesAPI
- type ContentCategoriesAPIListContentCategoriesRequest
- type ContentCategoriesAPIService
- func (a *ContentCategoriesAPIService) ListContentCategories(ctx context.Context) ContentCategoriesAPIListContentCategoriesRequest
- func (a *ContentCategoriesAPIService) ListContentCategoriesExecute(r ContentCategoriesAPIListContentCategoriesRequest) (*ContentCategoryMultiResponse, *http.Response, error)
- type ContentCategory
- func (o *ContentCategory) GetCategoryCode() int32
- func (o *ContentCategory) GetCategoryCodeOk() (*int32, bool)
- func (o *ContentCategory) GetCategoryName() string
- func (o *ContentCategory) GetCategoryNameOk() (*string, bool)
- func (o *ContentCategory) GetFunctionalGroup() string
- func (o *ContentCategory) GetFunctionalGroupOk() (*string, bool)
- func (o *ContentCategory) HasCategoryCode() bool
- func (o *ContentCategory) HasCategoryName() bool
- func (o *ContentCategory) HasFunctionalGroup() bool
- func (o ContentCategory) MarshalJSON() ([]byte, error)
- func (o *ContentCategory) SetCategoryCode(v int32)
- func (o *ContentCategory) SetCategoryName(v string)
- func (o *ContentCategory) SetFunctionalGroup(v string)
- func (o ContentCategory) ToMap() (map[string]interface{}, error)
- func (o *ContentCategory) UnmarshalJSON(data []byte) (err error)
- type ContentCategoryMultiResponse
- func (o *ContentCategoryMultiResponse) GetResults() []ContentCategory
- func (o *ContentCategoryMultiResponse) GetResultsOk() ([]ContentCategory, bool)
- func (o *ContentCategoryMultiResponse) HasResults() bool
- func (o ContentCategoryMultiResponse) MarshalJSON() ([]byte, error)
- func (o *ContentCategoryMultiResponse) SetResults(v []ContentCategory)
- func (o ContentCategoryMultiResponse) ToMap() (map[string]interface{}, error)
- func (o *ContentCategoryMultiResponse) UnmarshalJSON(data []byte) (err error)
- type InternalDomainListsAPI
- type InternalDomainListsAPICreateInternalDomainsRequest
- type InternalDomainListsAPIDeleteInternalDomainsRequest
- type InternalDomainListsAPIDeleteSingleInternalDomainsRequest
- type InternalDomainListsAPIInternalDomainsItemsPartialUpdateRequest
- type InternalDomainListsAPIListInternalDomainsRequest
- func (r InternalDomainListsAPIListInternalDomainsRequest) Execute() (*InternalDomainsMultiResponse, *http.Response, error)
- func (r InternalDomainListsAPIListInternalDomainsRequest) Fields(fields string) InternalDomainListsAPIListInternalDomainsRequest
- func (r InternalDomainListsAPIListInternalDomainsRequest) Filter(filter string) InternalDomainListsAPIListInternalDomainsRequest
- func (r InternalDomainListsAPIListInternalDomainsRequest) Limit(limit int32) InternalDomainListsAPIListInternalDomainsRequest
- func (r InternalDomainListsAPIListInternalDomainsRequest) Offset(offset int32) InternalDomainListsAPIListInternalDomainsRequest
- func (r InternalDomainListsAPIListInternalDomainsRequest) PageToken(pageToken string) InternalDomainListsAPIListInternalDomainsRequest
- func (r InternalDomainListsAPIListInternalDomainsRequest) Tfilter(tfilter string) InternalDomainListsAPIListInternalDomainsRequest
- func (r InternalDomainListsAPIListInternalDomainsRequest) TorderBy(torderBy string) InternalDomainListsAPIListInternalDomainsRequest
- type InternalDomainListsAPIReadInternalDomainsRequest
- func (r InternalDomainListsAPIReadInternalDomainsRequest) Execute() (*InternalDomainsReadResponse, *http.Response, error)
- func (r InternalDomainListsAPIReadInternalDomainsRequest) Fields(fields string) InternalDomainListsAPIReadInternalDomainsRequest
- func (r InternalDomainListsAPIReadInternalDomainsRequest) Limit(limit int32) InternalDomainListsAPIReadInternalDomainsRequest
- func (r InternalDomainListsAPIReadInternalDomainsRequest) Name(name string) InternalDomainListsAPIReadInternalDomainsRequest
- func (r InternalDomainListsAPIReadInternalDomainsRequest) Offset(offset int32) InternalDomainListsAPIReadInternalDomainsRequest
- func (r InternalDomainListsAPIReadInternalDomainsRequest) PageToken(pageToken string) InternalDomainListsAPIReadInternalDomainsRequest
- type InternalDomainListsAPIService
- func (a *InternalDomainListsAPIService) CreateInternalDomains(ctx context.Context) InternalDomainListsAPICreateInternalDomainsRequest
- func (a *InternalDomainListsAPIService) CreateInternalDomainsExecute(r InternalDomainListsAPICreateInternalDomainsRequest) (*InternalDomainsCreateResponse, *http.Response, error)
- func (a *InternalDomainListsAPIService) DeleteInternalDomains(ctx context.Context) InternalDomainListsAPIDeleteInternalDomainsRequest
- func (a *InternalDomainListsAPIService) DeleteInternalDomainsExecute(r InternalDomainListsAPIDeleteInternalDomainsRequest) (*http.Response, error)
- func (a *InternalDomainListsAPIService) DeleteSingleInternalDomains(ctx context.Context, id int32) InternalDomainListsAPIDeleteSingleInternalDomainsRequest
- func (a *InternalDomainListsAPIService) DeleteSingleInternalDomainsExecute(r InternalDomainListsAPIDeleteSingleInternalDomainsRequest) (*http.Response, error)
- func (a *InternalDomainListsAPIService) InternalDomainsItemsPartialUpdate(ctx context.Context, id int32) InternalDomainListsAPIInternalDomainsItemsPartialUpdateRequest
- func (a *InternalDomainListsAPIService) InternalDomainsItemsPartialUpdateExecute(r InternalDomainListsAPIInternalDomainsItemsPartialUpdateRequest) (map[string]interface{}, *http.Response, error)
- func (a *InternalDomainListsAPIService) ListInternalDomains(ctx context.Context) InternalDomainListsAPIListInternalDomainsRequest
- func (a *InternalDomainListsAPIService) ListInternalDomainsExecute(r InternalDomainListsAPIListInternalDomainsRequest) (*InternalDomainsMultiResponse, *http.Response, error)
- func (a *InternalDomainListsAPIService) ReadInternalDomains(ctx context.Context, id int32) InternalDomainListsAPIReadInternalDomainsRequest
- func (a *InternalDomainListsAPIService) ReadInternalDomainsExecute(r InternalDomainListsAPIReadInternalDomainsRequest) (*InternalDomainsReadResponse, *http.Response, error)
- func (a *InternalDomainListsAPIService) UpdateInternalDomains(ctx context.Context, id int32) InternalDomainListsAPIUpdateInternalDomainsRequest
- func (a *InternalDomainListsAPIService) UpdateInternalDomainsExecute(r InternalDomainListsAPIUpdateInternalDomainsRequest) (*InternalDomainsUpdateResponse, *http.Response, error)
- type InternalDomainListsAPIUpdateInternalDomainsRequest
- type InternalDomainListsCreateInternalDomains400Response
- func (o *InternalDomainListsCreateInternalDomains400Response) GetError() InternalDomainListsCreateInternalDomains400ResponseError
- func (o *InternalDomainListsCreateInternalDomains400Response) GetErrorOk() (*InternalDomainListsCreateInternalDomains400ResponseError, bool)
- func (o *InternalDomainListsCreateInternalDomains400Response) HasError() bool
- func (o InternalDomainListsCreateInternalDomains400Response) MarshalJSON() ([]byte, error)
- func (o *InternalDomainListsCreateInternalDomains400Response) SetError(v InternalDomainListsCreateInternalDomains400ResponseError)
- func (o InternalDomainListsCreateInternalDomains400Response) ToMap() (map[string]interface{}, error)
- func (o *InternalDomainListsCreateInternalDomains400Response) UnmarshalJSON(data []byte) (err error)
- type InternalDomainListsCreateInternalDomains400ResponseError
- func (o *InternalDomainListsCreateInternalDomains400ResponseError) GetCode() string
- func (o *InternalDomainListsCreateInternalDomains400ResponseError) GetCodeOk() (*string, bool)
- func (o *InternalDomainListsCreateInternalDomains400ResponseError) GetMessage() string
- func (o *InternalDomainListsCreateInternalDomains400ResponseError) GetMessageOk() (*string, bool)
- func (o *InternalDomainListsCreateInternalDomains400ResponseError) GetStatus() string
- func (o *InternalDomainListsCreateInternalDomains400ResponseError) GetStatusOk() (*string, bool)
- func (o *InternalDomainListsCreateInternalDomains400ResponseError) HasCode() bool
- func (o *InternalDomainListsCreateInternalDomains400ResponseError) HasMessage() bool
- func (o *InternalDomainListsCreateInternalDomains400ResponseError) HasStatus() bool
- func (o InternalDomainListsCreateInternalDomains400ResponseError) MarshalJSON() ([]byte, error)
- func (o *InternalDomainListsCreateInternalDomains400ResponseError) SetCode(v string)
- func (o *InternalDomainListsCreateInternalDomains400ResponseError) SetMessage(v string)
- func (o *InternalDomainListsCreateInternalDomains400ResponseError) SetStatus(v string)
- func (o InternalDomainListsCreateInternalDomains400ResponseError) ToMap() (map[string]interface{}, error)
- func (o *InternalDomainListsCreateInternalDomains400ResponseError) UnmarshalJSON(data []byte) (err error)
- type InternalDomainListsCreateInternalDomains409Response
- func (o *InternalDomainListsCreateInternalDomains409Response) GetError() InternalDomainListsCreateInternalDomains409ResponseError
- func (o *InternalDomainListsCreateInternalDomains409Response) GetErrorOk() (*InternalDomainListsCreateInternalDomains409ResponseError, bool)
- func (o *InternalDomainListsCreateInternalDomains409Response) HasError() bool
- func (o InternalDomainListsCreateInternalDomains409Response) MarshalJSON() ([]byte, error)
- func (o *InternalDomainListsCreateInternalDomains409Response) SetError(v InternalDomainListsCreateInternalDomains409ResponseError)
- func (o InternalDomainListsCreateInternalDomains409Response) ToMap() (map[string]interface{}, error)
- func (o *InternalDomainListsCreateInternalDomains409Response) UnmarshalJSON(data []byte) (err error)
- type InternalDomainListsCreateInternalDomains409ResponseError
- func (o *InternalDomainListsCreateInternalDomains409ResponseError) GetCode() string
- func (o *InternalDomainListsCreateInternalDomains409ResponseError) GetCodeOk() (*string, bool)
- func (o *InternalDomainListsCreateInternalDomains409ResponseError) GetMessage() string
- func (o *InternalDomainListsCreateInternalDomains409ResponseError) GetMessageOk() (*string, bool)
- func (o *InternalDomainListsCreateInternalDomains409ResponseError) GetStatus() string
- func (o *InternalDomainListsCreateInternalDomains409ResponseError) GetStatusOk() (*string, bool)
- func (o *InternalDomainListsCreateInternalDomains409ResponseError) HasCode() bool
- func (o *InternalDomainListsCreateInternalDomains409ResponseError) HasMessage() bool
- func (o *InternalDomainListsCreateInternalDomains409ResponseError) HasStatus() bool
- func (o InternalDomainListsCreateInternalDomains409ResponseError) MarshalJSON() ([]byte, error)
- func (o *InternalDomainListsCreateInternalDomains409ResponseError) SetCode(v string)
- func (o *InternalDomainListsCreateInternalDomains409ResponseError) SetMessage(v string)
- func (o *InternalDomainListsCreateInternalDomains409ResponseError) SetStatus(v string)
- func (o InternalDomainListsCreateInternalDomains409ResponseError) ToMap() (map[string]interface{}, error)
- func (o *InternalDomainListsCreateInternalDomains409ResponseError) UnmarshalJSON(data []byte) (err error)
- type InternalDomainListsDeleteInternalDomains400Response
- func (o *InternalDomainListsDeleteInternalDomains400Response) GetError() InternalDomainListsDeleteInternalDomains400ResponseError
- func (o *InternalDomainListsDeleteInternalDomains400Response) GetErrorOk() (*InternalDomainListsDeleteInternalDomains400ResponseError, bool)
- func (o *InternalDomainListsDeleteInternalDomains400Response) HasError() bool
- func (o InternalDomainListsDeleteInternalDomains400Response) MarshalJSON() ([]byte, error)
- func (o *InternalDomainListsDeleteInternalDomains400Response) SetError(v InternalDomainListsDeleteInternalDomains400ResponseError)
- func (o InternalDomainListsDeleteInternalDomains400Response) ToMap() (map[string]interface{}, error)
- func (o *InternalDomainListsDeleteInternalDomains400Response) UnmarshalJSON(data []byte) (err error)
- type InternalDomainListsDeleteInternalDomains400ResponseError
- func (o *InternalDomainListsDeleteInternalDomains400ResponseError) GetCode() string
- func (o *InternalDomainListsDeleteInternalDomains400ResponseError) GetCodeOk() (*string, bool)
- func (o *InternalDomainListsDeleteInternalDomains400ResponseError) GetMessage() string
- func (o *InternalDomainListsDeleteInternalDomains400ResponseError) GetMessageOk() (*string, bool)
- func (o *InternalDomainListsDeleteInternalDomains400ResponseError) GetStatus() string
- func (o *InternalDomainListsDeleteInternalDomains400ResponseError) GetStatusOk() (*string, bool)
- func (o *InternalDomainListsDeleteInternalDomains400ResponseError) HasCode() bool
- func (o *InternalDomainListsDeleteInternalDomains400ResponseError) HasMessage() bool
- func (o *InternalDomainListsDeleteInternalDomains400ResponseError) HasStatus() bool
- func (o InternalDomainListsDeleteInternalDomains400ResponseError) MarshalJSON() ([]byte, error)
- func (o *InternalDomainListsDeleteInternalDomains400ResponseError) SetCode(v string)
- func (o *InternalDomainListsDeleteInternalDomains400ResponseError) SetMessage(v string)
- func (o *InternalDomainListsDeleteInternalDomains400ResponseError) SetStatus(v string)
- func (o InternalDomainListsDeleteInternalDomains400ResponseError) ToMap() (map[string]interface{}, error)
- func (o *InternalDomainListsDeleteInternalDomains400ResponseError) UnmarshalJSON(data []byte) (err error)
- type InternalDomainListsDeleteInternalDomains404Response
- func (o *InternalDomainListsDeleteInternalDomains404Response) GetError() InternalDomainListsDeleteInternalDomains404ResponseError
- func (o *InternalDomainListsDeleteInternalDomains404Response) GetErrorOk() (*InternalDomainListsDeleteInternalDomains404ResponseError, bool)
- func (o *InternalDomainListsDeleteInternalDomains404Response) HasError() bool
- func (o InternalDomainListsDeleteInternalDomains404Response) MarshalJSON() ([]byte, error)
- func (o *InternalDomainListsDeleteInternalDomains404Response) SetError(v InternalDomainListsDeleteInternalDomains404ResponseError)
- func (o InternalDomainListsDeleteInternalDomains404Response) ToMap() (map[string]interface{}, error)
- func (o *InternalDomainListsDeleteInternalDomains404Response) UnmarshalJSON(data []byte) (err error)
- type InternalDomainListsDeleteInternalDomains404ResponseError
- func (o *InternalDomainListsDeleteInternalDomains404ResponseError) GetCode() string
- func (o *InternalDomainListsDeleteInternalDomains404ResponseError) GetCodeOk() (*string, bool)
- func (o *InternalDomainListsDeleteInternalDomains404ResponseError) GetMessage() string
- func (o *InternalDomainListsDeleteInternalDomains404ResponseError) GetMessageOk() (*string, bool)
- func (o *InternalDomainListsDeleteInternalDomains404ResponseError) GetStatus() string
- func (o *InternalDomainListsDeleteInternalDomains404ResponseError) GetStatusOk() (*string, bool)
- func (o *InternalDomainListsDeleteInternalDomains404ResponseError) HasCode() bool
- func (o *InternalDomainListsDeleteInternalDomains404ResponseError) HasMessage() bool
- func (o *InternalDomainListsDeleteInternalDomains404ResponseError) HasStatus() bool
- func (o InternalDomainListsDeleteInternalDomains404ResponseError) MarshalJSON() ([]byte, error)
- func (o *InternalDomainListsDeleteInternalDomains404ResponseError) SetCode(v string)
- func (o *InternalDomainListsDeleteInternalDomains404ResponseError) SetMessage(v string)
- func (o *InternalDomainListsDeleteInternalDomains404ResponseError) SetStatus(v string)
- func (o InternalDomainListsDeleteInternalDomains404ResponseError) ToMap() (map[string]interface{}, error)
- func (o *InternalDomainListsDeleteInternalDomains404ResponseError) UnmarshalJSON(data []byte) (err error)
- type InternalDomainListsDeleteSingleInternalDomains400Response
- func (o *InternalDomainListsDeleteSingleInternalDomains400Response) GetError() InternalDomainListsDeleteSingleInternalDomains400ResponseError
- func (o *InternalDomainListsDeleteSingleInternalDomains400Response) GetErrorOk() (*InternalDomainListsDeleteSingleInternalDomains400ResponseError, bool)
- func (o *InternalDomainListsDeleteSingleInternalDomains400Response) HasError() bool
- func (o InternalDomainListsDeleteSingleInternalDomains400Response) MarshalJSON() ([]byte, error)
- func (o *InternalDomainListsDeleteSingleInternalDomains400Response) SetError(v InternalDomainListsDeleteSingleInternalDomains400ResponseError)
- func (o InternalDomainListsDeleteSingleInternalDomains400Response) ToMap() (map[string]interface{}, error)
- func (o *InternalDomainListsDeleteSingleInternalDomains400Response) UnmarshalJSON(data []byte) (err error)
- type InternalDomainListsDeleteSingleInternalDomains400ResponseError
- func (o *InternalDomainListsDeleteSingleInternalDomains400ResponseError) GetCode() string
- func (o *InternalDomainListsDeleteSingleInternalDomains400ResponseError) GetCodeOk() (*string, bool)
- func (o *InternalDomainListsDeleteSingleInternalDomains400ResponseError) GetMessage() string
- func (o *InternalDomainListsDeleteSingleInternalDomains400ResponseError) GetMessageOk() (*string, bool)
- func (o *InternalDomainListsDeleteSingleInternalDomains400ResponseError) GetStatus() string
- func (o *InternalDomainListsDeleteSingleInternalDomains400ResponseError) GetStatusOk() (*string, bool)
- func (o *InternalDomainListsDeleteSingleInternalDomains400ResponseError) HasCode() bool
- func (o *InternalDomainListsDeleteSingleInternalDomains400ResponseError) HasMessage() bool
- func (o *InternalDomainListsDeleteSingleInternalDomains400ResponseError) HasStatus() bool
- func (o InternalDomainListsDeleteSingleInternalDomains400ResponseError) MarshalJSON() ([]byte, error)
- func (o *InternalDomainListsDeleteSingleInternalDomains400ResponseError) SetCode(v string)
- func (o *InternalDomainListsDeleteSingleInternalDomains400ResponseError) SetMessage(v string)
- func (o *InternalDomainListsDeleteSingleInternalDomains400ResponseError) SetStatus(v string)
- func (o InternalDomainListsDeleteSingleInternalDomains400ResponseError) ToMap() (map[string]interface{}, error)
- func (o *InternalDomainListsDeleteSingleInternalDomains400ResponseError) UnmarshalJSON(data []byte) (err error)
- type InternalDomainListsInternalDomainsItemsPartialUpdate400Response
- func (o *InternalDomainListsInternalDomainsItemsPartialUpdate400Response) GetError() InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError
- func (o *InternalDomainListsInternalDomainsItemsPartialUpdate400Response) GetErrorOk() (*InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError, bool)
- func (o *InternalDomainListsInternalDomainsItemsPartialUpdate400Response) HasError() bool
- func (o InternalDomainListsInternalDomainsItemsPartialUpdate400Response) MarshalJSON() ([]byte, error)
- func (o *InternalDomainListsInternalDomainsItemsPartialUpdate400Response) SetError(v InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError)
- func (o InternalDomainListsInternalDomainsItemsPartialUpdate400Response) ToMap() (map[string]interface{}, error)
- func (o *InternalDomainListsInternalDomainsItemsPartialUpdate400Response) UnmarshalJSON(data []byte) (err error)
- type InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError
- func NewInternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError() *InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError
- func NewInternalDomainListsInternalDomainsItemsPartialUpdate400ResponseErrorWithDefaults() *InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError
- func (o *InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) GetCode() string
- func (o *InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) GetCodeOk() (*string, bool)
- func (o *InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) GetMessage() string
- func (o *InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) GetMessageOk() (*string, bool)
- func (o *InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) GetStatus() string
- func (o *InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) GetStatusOk() (*string, bool)
- func (o *InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) HasCode() bool
- func (o *InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) HasMessage() bool
- func (o *InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) HasStatus() bool
- func (o InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) MarshalJSON() ([]byte, error)
- func (o *InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) SetCode(v string)
- func (o *InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) SetMessage(v string)
- func (o *InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) SetStatus(v string)
- func (o InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) ToMap() (map[string]interface{}, error)
- func (o *InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) UnmarshalJSON(data []byte) (err error)
- type InternalDomainListsInternalDomainsItemsPartialUpdate404Response
- func (o *InternalDomainListsInternalDomainsItemsPartialUpdate404Response) GetError() InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError
- func (o *InternalDomainListsInternalDomainsItemsPartialUpdate404Response) GetErrorOk() (*InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError, bool)
- func (o *InternalDomainListsInternalDomainsItemsPartialUpdate404Response) HasError() bool
- func (o InternalDomainListsInternalDomainsItemsPartialUpdate404Response) MarshalJSON() ([]byte, error)
- func (o *InternalDomainListsInternalDomainsItemsPartialUpdate404Response) SetError(v InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError)
- func (o InternalDomainListsInternalDomainsItemsPartialUpdate404Response) ToMap() (map[string]interface{}, error)
- func (o *InternalDomainListsInternalDomainsItemsPartialUpdate404Response) UnmarshalJSON(data []byte) (err error)
- type InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError
- func NewInternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError() *InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError
- func NewInternalDomainListsInternalDomainsItemsPartialUpdate404ResponseErrorWithDefaults() *InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError
- func (o *InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) GetCode() string
- func (o *InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) GetCodeOk() (*string, bool)
- func (o *InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) GetMessage() string
- func (o *InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) GetMessageOk() (*string, bool)
- func (o *InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) GetStatus() string
- func (o *InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) GetStatusOk() (*string, bool)
- func (o *InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) HasCode() bool
- func (o *InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) HasMessage() bool
- func (o *InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) HasStatus() bool
- func (o InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) MarshalJSON() ([]byte, error)
- func (o *InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) SetCode(v string)
- func (o *InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) SetMessage(v string)
- func (o *InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) SetStatus(v string)
- func (o InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) ToMap() (map[string]interface{}, error)
- func (o *InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) UnmarshalJSON(data []byte) (err error)
- type InternalDomainListsReadInternalDomains404Response
- func (o *InternalDomainListsReadInternalDomains404Response) GetError() InternalDomainListsReadInternalDomains404ResponseError
- func (o *InternalDomainListsReadInternalDomains404Response) GetErrorOk() (*InternalDomainListsReadInternalDomains404ResponseError, bool)
- func (o *InternalDomainListsReadInternalDomains404Response) HasError() bool
- func (o InternalDomainListsReadInternalDomains404Response) MarshalJSON() ([]byte, error)
- func (o *InternalDomainListsReadInternalDomains404Response) SetError(v InternalDomainListsReadInternalDomains404ResponseError)
- func (o InternalDomainListsReadInternalDomains404Response) ToMap() (map[string]interface{}, error)
- func (o *InternalDomainListsReadInternalDomains404Response) UnmarshalJSON(data []byte) (err error)
- type InternalDomainListsReadInternalDomains404ResponseError
- func (o *InternalDomainListsReadInternalDomains404ResponseError) GetCode() string
- func (o *InternalDomainListsReadInternalDomains404ResponseError) GetCodeOk() (*string, bool)
- func (o *InternalDomainListsReadInternalDomains404ResponseError) GetMessage() string
- func (o *InternalDomainListsReadInternalDomains404ResponseError) GetMessageOk() (*string, bool)
- func (o *InternalDomainListsReadInternalDomains404ResponseError) GetStatus() string
- func (o *InternalDomainListsReadInternalDomains404ResponseError) GetStatusOk() (*string, bool)
- func (o *InternalDomainListsReadInternalDomains404ResponseError) HasCode() bool
- func (o *InternalDomainListsReadInternalDomains404ResponseError) HasMessage() bool
- func (o *InternalDomainListsReadInternalDomains404ResponseError) HasStatus() bool
- func (o InternalDomainListsReadInternalDomains404ResponseError) MarshalJSON() ([]byte, error)
- func (o *InternalDomainListsReadInternalDomains404ResponseError) SetCode(v string)
- func (o *InternalDomainListsReadInternalDomains404ResponseError) SetMessage(v string)
- func (o *InternalDomainListsReadInternalDomains404ResponseError) SetStatus(v string)
- func (o InternalDomainListsReadInternalDomains404ResponseError) ToMap() (map[string]interface{}, error)
- func (o *InternalDomainListsReadInternalDomains404ResponseError) UnmarshalJSON(data []byte) (err error)
- type InternalDomainListsUpdateInternalDomains400Response
- func (o *InternalDomainListsUpdateInternalDomains400Response) GetError() InternalDomainListsUpdateInternalDomains400ResponseError
- func (o *InternalDomainListsUpdateInternalDomains400Response) GetErrorOk() (*InternalDomainListsUpdateInternalDomains400ResponseError, bool)
- func (o *InternalDomainListsUpdateInternalDomains400Response) HasError() bool
- func (o InternalDomainListsUpdateInternalDomains400Response) MarshalJSON() ([]byte, error)
- func (o *InternalDomainListsUpdateInternalDomains400Response) SetError(v InternalDomainListsUpdateInternalDomains400ResponseError)
- func (o InternalDomainListsUpdateInternalDomains400Response) ToMap() (map[string]interface{}, error)
- func (o *InternalDomainListsUpdateInternalDomains400Response) UnmarshalJSON(data []byte) (err error)
- type InternalDomainListsUpdateInternalDomains400ResponseError
- func (o *InternalDomainListsUpdateInternalDomains400ResponseError) GetCode() string
- func (o *InternalDomainListsUpdateInternalDomains400ResponseError) GetCodeOk() (*string, bool)
- func (o *InternalDomainListsUpdateInternalDomains400ResponseError) GetMessage() string
- func (o *InternalDomainListsUpdateInternalDomains400ResponseError) GetMessageOk() (*string, bool)
- func (o *InternalDomainListsUpdateInternalDomains400ResponseError) GetStatus() string
- func (o *InternalDomainListsUpdateInternalDomains400ResponseError) GetStatusOk() (*string, bool)
- func (o *InternalDomainListsUpdateInternalDomains400ResponseError) HasCode() bool
- func (o *InternalDomainListsUpdateInternalDomains400ResponseError) HasMessage() bool
- func (o *InternalDomainListsUpdateInternalDomains400ResponseError) HasStatus() bool
- func (o InternalDomainListsUpdateInternalDomains400ResponseError) MarshalJSON() ([]byte, error)
- func (o *InternalDomainListsUpdateInternalDomains400ResponseError) SetCode(v string)
- func (o *InternalDomainListsUpdateInternalDomains400ResponseError) SetMessage(v string)
- func (o *InternalDomainListsUpdateInternalDomains400ResponseError) SetStatus(v string)
- func (o InternalDomainListsUpdateInternalDomains400ResponseError) ToMap() (map[string]interface{}, error)
- func (o *InternalDomainListsUpdateInternalDomains400ResponseError) UnmarshalJSON(data []byte) (err error)
- type InternalDomainListsUpdateInternalDomains404Response
- func (o *InternalDomainListsUpdateInternalDomains404Response) GetError() InternalDomainListsUpdateInternalDomains404ResponseError
- func (o *InternalDomainListsUpdateInternalDomains404Response) GetErrorOk() (*InternalDomainListsUpdateInternalDomains404ResponseError, bool)
- func (o *InternalDomainListsUpdateInternalDomains404Response) HasError() bool
- func (o InternalDomainListsUpdateInternalDomains404Response) MarshalJSON() ([]byte, error)
- func (o *InternalDomainListsUpdateInternalDomains404Response) SetError(v InternalDomainListsUpdateInternalDomains404ResponseError)
- func (o InternalDomainListsUpdateInternalDomains404Response) ToMap() (map[string]interface{}, error)
- func (o *InternalDomainListsUpdateInternalDomains404Response) UnmarshalJSON(data []byte) (err error)
- type InternalDomainListsUpdateInternalDomains404ResponseError
- func (o *InternalDomainListsUpdateInternalDomains404ResponseError) GetCode() string
- func (o *InternalDomainListsUpdateInternalDomains404ResponseError) GetCodeOk() (*string, bool)
- func (o *InternalDomainListsUpdateInternalDomains404ResponseError) GetMessage() string
- func (o *InternalDomainListsUpdateInternalDomains404ResponseError) GetMessageOk() (*string, bool)
- func (o *InternalDomainListsUpdateInternalDomains404ResponseError) GetStatus() string
- func (o *InternalDomainListsUpdateInternalDomains404ResponseError) GetStatusOk() (*string, bool)
- func (o *InternalDomainListsUpdateInternalDomains404ResponseError) HasCode() bool
- func (o *InternalDomainListsUpdateInternalDomains404ResponseError) HasMessage() bool
- func (o *InternalDomainListsUpdateInternalDomains404ResponseError) HasStatus() bool
- func (o InternalDomainListsUpdateInternalDomains404ResponseError) MarshalJSON() ([]byte, error)
- func (o *InternalDomainListsUpdateInternalDomains404ResponseError) SetCode(v string)
- func (o *InternalDomainListsUpdateInternalDomains404ResponseError) SetMessage(v string)
- func (o *InternalDomainListsUpdateInternalDomains404ResponseError) SetStatus(v string)
- func (o InternalDomainListsUpdateInternalDomains404ResponseError) ToMap() (map[string]interface{}, error)
- func (o *InternalDomainListsUpdateInternalDomains404ResponseError) UnmarshalJSON(data []byte) (err error)
- type InternalDomains
- func (o *InternalDomains) GetCreatedTime() time.Time
- func (o *InternalDomains) GetCreatedTimeOk() (*time.Time, bool)
- func (o *InternalDomains) GetDescription() string
- func (o *InternalDomains) GetDescriptionOk() (*string, bool)
- func (o *InternalDomains) GetId() int32
- func (o *InternalDomains) GetIdOk() (*int32, bool)
- func (o *InternalDomains) GetInternalDomains() []string
- func (o *InternalDomains) GetInternalDomainsOk() ([]string, bool)
- func (o *InternalDomains) GetIsDefault() bool
- func (o *InternalDomains) GetIsDefaultOk() (*bool, bool)
- func (o *InternalDomains) GetName() string
- func (o *InternalDomains) GetNameOk() (*string, bool)
- func (o *InternalDomains) GetTags() map[string]interface{}
- func (o *InternalDomains) GetTagsOk() (map[string]interface{}, bool)
- func (o *InternalDomains) GetUpdatedTime() time.Time
- func (o *InternalDomains) GetUpdatedTimeOk() (*time.Time, bool)
- func (o *InternalDomains) HasCreatedTime() bool
- func (o *InternalDomains) HasDescription() bool
- func (o *InternalDomains) HasId() bool
- func (o *InternalDomains) HasInternalDomains() bool
- func (o *InternalDomains) HasIsDefault() bool
- func (o *InternalDomains) HasName() bool
- func (o *InternalDomains) HasTags() bool
- func (o *InternalDomains) HasUpdatedTime() bool
- func (o InternalDomains) MarshalJSON() ([]byte, error)
- func (o *InternalDomains) SetCreatedTime(v time.Time)
- func (o *InternalDomains) SetDescription(v string)
- func (o *InternalDomains) SetId(v int32)
- func (o *InternalDomains) SetInternalDomains(v []string)
- func (o *InternalDomains) SetIsDefault(v bool)
- func (o *InternalDomains) SetName(v string)
- func (o *InternalDomains) SetTags(v map[string]interface{})
- func (o *InternalDomains) SetUpdatedTime(v time.Time)
- func (o InternalDomains) ToMap() (map[string]interface{}, error)
- func (o *InternalDomains) UnmarshalJSON(data []byte) (err error)
- type InternalDomainsCreateResponse
- func (o *InternalDomainsCreateResponse) GetResults() InternalDomains
- func (o *InternalDomainsCreateResponse) GetResultsOk() (*InternalDomains, bool)
- func (o *InternalDomainsCreateResponse) HasResults() bool
- func (o InternalDomainsCreateResponse) MarshalJSON() ([]byte, error)
- func (o *InternalDomainsCreateResponse) SetResults(v InternalDomains)
- func (o InternalDomainsCreateResponse) ToMap() (map[string]interface{}, error)
- func (o *InternalDomainsCreateResponse) UnmarshalJSON(data []byte) (err error)
- type InternalDomainsDeleteRequest
- func (o *InternalDomainsDeleteRequest) GetIds() []int32
- func (o *InternalDomainsDeleteRequest) GetIdsOk() ([]int32, bool)
- func (o *InternalDomainsDeleteRequest) HasIds() bool
- func (o InternalDomainsDeleteRequest) MarshalJSON() ([]byte, error)
- func (o *InternalDomainsDeleteRequest) SetIds(v []int32)
- func (o InternalDomainsDeleteRequest) ToMap() (map[string]interface{}, error)
- func (o *InternalDomainsDeleteRequest) UnmarshalJSON(data []byte) (err error)
- type InternalDomainsItems
- func (o *InternalDomainsItems) GetDeletedItemsDescribed() []ItemStructs
- func (o *InternalDomainsItems) GetDeletedItemsDescribedOk() ([]ItemStructs, bool)
- func (o *InternalDomainsItems) GetId() int32
- func (o *InternalDomainsItems) GetIdOk() (*int32, bool)
- func (o *InternalDomainsItems) GetInsertedItemsDescribed() []ItemStructs
- func (o *InternalDomainsItems) GetInsertedItemsDescribedOk() ([]ItemStructs, bool)
- func (o *InternalDomainsItems) HasDeletedItemsDescribed() bool
- func (o *InternalDomainsItems) HasId() bool
- func (o *InternalDomainsItems) HasInsertedItemsDescribed() bool
- func (o InternalDomainsItems) MarshalJSON() ([]byte, error)
- func (o *InternalDomainsItems) SetDeletedItemsDescribed(v []ItemStructs)
- func (o *InternalDomainsItems) SetId(v int32)
- func (o *InternalDomainsItems) SetInsertedItemsDescribed(v []ItemStructs)
- func (o InternalDomainsItems) ToMap() (map[string]interface{}, error)
- func (o *InternalDomainsItems) UnmarshalJSON(data []byte) (err error)
- type InternalDomainsMultiResponse
- func (o *InternalDomainsMultiResponse) GetResults() []InternalDomains
- func (o *InternalDomainsMultiResponse) GetResultsOk() ([]InternalDomains, bool)
- func (o *InternalDomainsMultiResponse) HasResults() bool
- func (o InternalDomainsMultiResponse) MarshalJSON() ([]byte, error)
- func (o *InternalDomainsMultiResponse) SetResults(v []InternalDomains)
- func (o InternalDomainsMultiResponse) ToMap() (map[string]interface{}, error)
- func (o *InternalDomainsMultiResponse) UnmarshalJSON(data []byte) (err error)
- type InternalDomainsReadResponse
- func (o *InternalDomainsReadResponse) GetResults() InternalDomains
- func (o *InternalDomainsReadResponse) GetResultsOk() (*InternalDomains, bool)
- func (o *InternalDomainsReadResponse) HasResults() bool
- func (o InternalDomainsReadResponse) MarshalJSON() ([]byte, error)
- func (o *InternalDomainsReadResponse) SetResults(v InternalDomains)
- func (o InternalDomainsReadResponse) ToMap() (map[string]interface{}, error)
- func (o *InternalDomainsReadResponse) UnmarshalJSON(data []byte) (err error)
- type InternalDomainsUpdateResponse
- func (o *InternalDomainsUpdateResponse) GetResults() InternalDomains
- func (o *InternalDomainsUpdateResponse) GetResultsOk() (*InternalDomains, bool)
- func (o *InternalDomainsUpdateResponse) HasResults() bool
- func (o InternalDomainsUpdateResponse) MarshalJSON() ([]byte, error)
- func (o *InternalDomainsUpdateResponse) SetResults(v InternalDomains)
- func (o InternalDomainsUpdateResponse) ToMap() (map[string]interface{}, error)
- func (o *InternalDomainsUpdateResponse) UnmarshalJSON(data []byte) (err error)
- type ItemStructs
- func (o *ItemStructs) GetDescription() string
- func (o *ItemStructs) GetDescriptionOk() (*string, bool)
- func (o *ItemStructs) GetItem() string
- func (o *ItemStructs) GetItemOk() (*string, bool)
- func (o *ItemStructs) HasDescription() bool
- func (o *ItemStructs) HasItem() bool
- func (o ItemStructs) MarshalJSON() ([]byte, error)
- func (o *ItemStructs) SetDescription(v string)
- func (o *ItemStructs) SetItem(v string)
- func (o ItemStructs) ToMap() (map[string]interface{}, error)
- func (o *ItemStructs) UnmarshalJSON(data []byte) (err error)
- type ListPoPRegionsResponse
- func (o *ListPoPRegionsResponse) GetResults() []PoPRegion
- func (o *ListPoPRegionsResponse) GetResultsOk() ([]PoPRegion, bool)
- func (o *ListPoPRegionsResponse) GetTotalResultCount() int32
- func (o *ListPoPRegionsResponse) GetTotalResultCountOk() (*int32, bool)
- func (o *ListPoPRegionsResponse) HasResults() bool
- func (o *ListPoPRegionsResponse) HasTotalResultCount() bool
- func (o ListPoPRegionsResponse) MarshalJSON() ([]byte, error)
- func (o *ListPoPRegionsResponse) SetResults(v []PoPRegion)
- func (o *ListPoPRegionsResponse) SetTotalResultCount(v int32)
- func (o ListPoPRegionsResponse) ToMap() (map[string]interface{}, error)
- func (o *ListPoPRegionsResponse) UnmarshalJSON(data []byte) (err error)
- type ListSeverityLevels
- func (o *ListSeverityLevels) GetConfidenceLevel() string
- func (o *ListSeverityLevels) GetConfidenceLevelOk() (*string, bool)
- func (o *ListSeverityLevels) GetId() int32
- func (o *ListSeverityLevels) GetIdOk() (*int32, bool)
- func (o *ListSeverityLevels) GetTags() map[string]interface{}
- func (o *ListSeverityLevels) GetTagsOk() (map[string]interface{}, bool)
- func (o *ListSeverityLevels) GetThreatLevel() string
- func (o *ListSeverityLevels) GetThreatLevelOk() (*string, bool)
- func (o *ListSeverityLevels) HasConfidenceLevel() bool
- func (o *ListSeverityLevels) HasId() bool
- func (o *ListSeverityLevels) HasTags() bool
- func (o *ListSeverityLevels) HasThreatLevel() bool
- func (o ListSeverityLevels) MarshalJSON() ([]byte, error)
- func (o *ListSeverityLevels) SetConfidenceLevel(v string)
- func (o *ListSeverityLevels) SetId(v int32)
- func (o *ListSeverityLevels) SetTags(v map[string]interface{})
- func (o *ListSeverityLevels) SetThreatLevel(v string)
- func (o ListSeverityLevels) ToMap() (map[string]interface{}, error)
- func (o *ListSeverityLevels) UnmarshalJSON(data []byte) (err error)
- type MappedNullable
- type MultiListUpdate
- func (o *MultiListUpdate) GetIds() []int32
- func (o *MultiListUpdate) GetIdsOk() ([]int32, bool)
- func (o *MultiListUpdate) GetInsertedItemsDescribed() []ItemStructs
- func (o *MultiListUpdate) GetInsertedItemsDescribedOk() ([]ItemStructs, bool)
- func (o *MultiListUpdate) HasIds() bool
- func (o *MultiListUpdate) HasInsertedItemsDescribed() bool
- func (o MultiListUpdate) MarshalJSON() ([]byte, error)
- func (o *MultiListUpdate) SetIds(v []int32)
- func (o *MultiListUpdate) SetInsertedItemsDescribed(v []ItemStructs)
- func (o MultiListUpdate) ToMap() (map[string]interface{}, error)
- func (o *MultiListUpdate) UnmarshalJSON(data []byte) (err error)
- type NamedList
- func (o *NamedList) GetConfidenceLevel() string
- func (o *NamedList) GetConfidenceLevelOk() (*string, bool)
- func (o *NamedList) GetCreatedTime() time.Time
- func (o *NamedList) GetCreatedTimeOk() (*time.Time, bool)
- func (o *NamedList) GetDescription() string
- func (o *NamedList) GetDescriptionOk() (*string, bool)
- func (o *NamedList) GetId() int32
- func (o *NamedList) GetIdOk() (*int32, bool)
- func (o *NamedList) GetItemCount() int32
- func (o *NamedList) GetItemCountOk() (*int32, bool)
- func (o *NamedList) GetItems() []string
- func (o *NamedList) GetItemsDescribed() []ItemStructs
- func (o *NamedList) GetItemsDescribedOk() ([]ItemStructs, bool)
- func (o *NamedList) GetItemsOk() ([]string, bool)
- func (o *NamedList) GetName() string
- func (o *NamedList) GetNameOk() (*string, bool)
- func (o *NamedList) GetPolicies() []string
- func (o *NamedList) GetPoliciesOk() ([]string, bool)
- func (o *NamedList) GetTags() map[string]interface{}
- func (o *NamedList) GetTagsOk() (map[string]interface{}, bool)
- func (o *NamedList) GetThreatLevel() string
- func (o *NamedList) GetThreatLevelOk() (*string, bool)
- func (o *NamedList) GetType() string
- func (o *NamedList) GetTypeOk() (*string, bool)
- func (o *NamedList) GetUpdatedTime() time.Time
- func (o *NamedList) GetUpdatedTimeOk() (*time.Time, bool)
- func (o *NamedList) HasConfidenceLevel() bool
- func (o *NamedList) HasCreatedTime() bool
- func (o *NamedList) HasDescription() bool
- func (o *NamedList) HasId() bool
- func (o *NamedList) HasItemCount() bool
- func (o *NamedList) HasItems() bool
- func (o *NamedList) HasItemsDescribed() bool
- func (o *NamedList) HasName() bool
- func (o *NamedList) HasPolicies() bool
- func (o *NamedList) HasTags() bool
- func (o *NamedList) HasThreatLevel() bool
- func (o *NamedList) HasType() bool
- func (o *NamedList) HasUpdatedTime() bool
- func (o NamedList) MarshalJSON() ([]byte, error)
- func (o *NamedList) SetConfidenceLevel(v string)
- func (o *NamedList) SetCreatedTime(v time.Time)
- func (o *NamedList) SetDescription(v string)
- func (o *NamedList) SetId(v int32)
- func (o *NamedList) SetItemCount(v int32)
- func (o *NamedList) SetItems(v []string)
- func (o *NamedList) SetItemsDescribed(v []ItemStructs)
- func (o *NamedList) SetName(v string)
- func (o *NamedList) SetPolicies(v []string)
- func (o *NamedList) SetTags(v map[string]interface{})
- func (o *NamedList) SetThreatLevel(v string)
- func (o *NamedList) SetType(v string)
- func (o *NamedList) SetUpdatedTime(v time.Time)
- func (o NamedList) ToMap() (map[string]interface{}, error)
- func (o *NamedList) UnmarshalJSON(data []byte) (err error)
- type NamedListCSVListResponse
- func (o *NamedListCSVListResponse) GetResults() []string
- func (o *NamedListCSVListResponse) GetResultsOk() ([]string, bool)
- func (o *NamedListCSVListResponse) HasResults() bool
- func (o NamedListCSVListResponse) MarshalJSON() ([]byte, error)
- func (o *NamedListCSVListResponse) SetResults(v []string)
- func (o NamedListCSVListResponse) ToMap() (map[string]interface{}, error)
- func (o *NamedListCSVListResponse) UnmarshalJSON(data []byte) (err error)
- type NamedListCreateResponse
- func (o *NamedListCreateResponse) GetResults() NamedList
- func (o *NamedListCreateResponse) GetResultsOk() (*NamedList, bool)
- func (o *NamedListCreateResponse) HasResults() bool
- func (o NamedListCreateResponse) MarshalJSON() ([]byte, error)
- func (o *NamedListCreateResponse) SetResults(v NamedList)
- func (o NamedListCreateResponse) ToMap() (map[string]interface{}, error)
- func (o *NamedListCreateResponse) UnmarshalJSON(data []byte) (err error)
- type NamedListItemsAPI
- type NamedListItemsAPIDeleteNamedListItemsRequest
- type NamedListItemsAPIInsertOrReplaceNamedListItemsRequest
- type NamedListItemsAPINamedListItemsPartialUpdateRequest
- type NamedListItemsAPIService
- func (a *NamedListItemsAPIService) DeleteNamedListItems(ctx context.Context, id int32) NamedListItemsAPIDeleteNamedListItemsRequest
- func (a *NamedListItemsAPIService) DeleteNamedListItemsExecute(r NamedListItemsAPIDeleteNamedListItemsRequest) (*http.Response, error)
- func (a *NamedListItemsAPIService) InsertOrReplaceNamedListItems(ctx context.Context, id int32) NamedListItemsAPIInsertOrReplaceNamedListItemsRequest
- func (a *NamedListItemsAPIService) InsertOrReplaceNamedListItemsExecute(r NamedListItemsAPIInsertOrReplaceNamedListItemsRequest) (*NamedListItemsInsertOrUpdateResponse, *http.Response, error)
- func (a *NamedListItemsAPIService) NamedListItemsPartialUpdate(ctx context.Context, id int32) NamedListItemsAPINamedListItemsPartialUpdateRequest
- func (a *NamedListItemsAPIService) NamedListItemsPartialUpdateExecute(r NamedListItemsAPINamedListItemsPartialUpdateRequest) (map[string]interface{}, *http.Response, error)
- type NamedListItemsDeleteNamedListItems400Response
- func (o *NamedListItemsDeleteNamedListItems400Response) GetError() NamedListItemsDeleteNamedListItems400ResponseError
- func (o *NamedListItemsDeleteNamedListItems400Response) GetErrorOk() (*NamedListItemsDeleteNamedListItems400ResponseError, bool)
- func (o *NamedListItemsDeleteNamedListItems400Response) HasError() bool
- func (o NamedListItemsDeleteNamedListItems400Response) MarshalJSON() ([]byte, error)
- func (o *NamedListItemsDeleteNamedListItems400Response) SetError(v NamedListItemsDeleteNamedListItems400ResponseError)
- func (o NamedListItemsDeleteNamedListItems400Response) ToMap() (map[string]interface{}, error)
- func (o *NamedListItemsDeleteNamedListItems400Response) UnmarshalJSON(data []byte) (err error)
- type NamedListItemsDeleteNamedListItems400ResponseError
- func (o *NamedListItemsDeleteNamedListItems400ResponseError) GetCode() string
- func (o *NamedListItemsDeleteNamedListItems400ResponseError) GetCodeOk() (*string, bool)
- func (o *NamedListItemsDeleteNamedListItems400ResponseError) GetMessage() string
- func (o *NamedListItemsDeleteNamedListItems400ResponseError) GetMessageOk() (*string, bool)
- func (o *NamedListItemsDeleteNamedListItems400ResponseError) GetStatus() string
- func (o *NamedListItemsDeleteNamedListItems400ResponseError) GetStatusOk() (*string, bool)
- func (o *NamedListItemsDeleteNamedListItems400ResponseError) HasCode() bool
- func (o *NamedListItemsDeleteNamedListItems400ResponseError) HasMessage() bool
- func (o *NamedListItemsDeleteNamedListItems400ResponseError) HasStatus() bool
- func (o NamedListItemsDeleteNamedListItems400ResponseError) MarshalJSON() ([]byte, error)
- func (o *NamedListItemsDeleteNamedListItems400ResponseError) SetCode(v string)
- func (o *NamedListItemsDeleteNamedListItems400ResponseError) SetMessage(v string)
- func (o *NamedListItemsDeleteNamedListItems400ResponseError) SetStatus(v string)
- func (o NamedListItemsDeleteNamedListItems400ResponseError) ToMap() (map[string]interface{}, error)
- func (o *NamedListItemsDeleteNamedListItems400ResponseError) UnmarshalJSON(data []byte) (err error)
- type NamedListItemsDeleteRequest
- func (o *NamedListItemsDeleteRequest) GetId() int32
- func (o *NamedListItemsDeleteRequest) GetIdOk() (*int32, bool)
- func (o *NamedListItemsDeleteRequest) GetItems() []string
- func (o *NamedListItemsDeleteRequest) GetItemsDescribed() []ItemStructs
- func (o *NamedListItemsDeleteRequest) GetItemsDescribedOk() ([]ItemStructs, bool)
- func (o *NamedListItemsDeleteRequest) GetItemsOk() ([]string, bool)
- func (o *NamedListItemsDeleteRequest) HasId() bool
- func (o *NamedListItemsDeleteRequest) HasItems() bool
- func (o *NamedListItemsDeleteRequest) HasItemsDescribed() bool
- func (o NamedListItemsDeleteRequest) MarshalJSON() ([]byte, error)
- func (o *NamedListItemsDeleteRequest) SetId(v int32)
- func (o *NamedListItemsDeleteRequest) SetItems(v []string)
- func (o *NamedListItemsDeleteRequest) SetItemsDescribed(v []ItemStructs)
- func (o NamedListItemsDeleteRequest) ToMap() (map[string]interface{}, error)
- func (o *NamedListItemsDeleteRequest) UnmarshalJSON(data []byte) (err error)
- type NamedListItemsInsertOrReplaceNamedListItems400Response
- func (o *NamedListItemsInsertOrReplaceNamedListItems400Response) GetError() NamedListItemsInsertOrReplaceNamedListItems400ResponseError
- func (o *NamedListItemsInsertOrReplaceNamedListItems400Response) GetErrorOk() (*NamedListItemsInsertOrReplaceNamedListItems400ResponseError, bool)
- func (o *NamedListItemsInsertOrReplaceNamedListItems400Response) HasError() bool
- func (o NamedListItemsInsertOrReplaceNamedListItems400Response) MarshalJSON() ([]byte, error)
- func (o *NamedListItemsInsertOrReplaceNamedListItems400Response) SetError(v NamedListItemsInsertOrReplaceNamedListItems400ResponseError)
- func (o NamedListItemsInsertOrReplaceNamedListItems400Response) ToMap() (map[string]interface{}, error)
- func (o *NamedListItemsInsertOrReplaceNamedListItems400Response) UnmarshalJSON(data []byte) (err error)
- type NamedListItemsInsertOrReplaceNamedListItems400ResponseError
- func (o *NamedListItemsInsertOrReplaceNamedListItems400ResponseError) GetCode() string
- func (o *NamedListItemsInsertOrReplaceNamedListItems400ResponseError) GetCodeOk() (*string, bool)
- func (o *NamedListItemsInsertOrReplaceNamedListItems400ResponseError) GetMessage() string
- func (o *NamedListItemsInsertOrReplaceNamedListItems400ResponseError) GetMessageOk() (*string, bool)
- func (o *NamedListItemsInsertOrReplaceNamedListItems400ResponseError) GetStatus() string
- func (o *NamedListItemsInsertOrReplaceNamedListItems400ResponseError) GetStatusOk() (*string, bool)
- func (o *NamedListItemsInsertOrReplaceNamedListItems400ResponseError) HasCode() bool
- func (o *NamedListItemsInsertOrReplaceNamedListItems400ResponseError) HasMessage() bool
- func (o *NamedListItemsInsertOrReplaceNamedListItems400ResponseError) HasStatus() bool
- func (o NamedListItemsInsertOrReplaceNamedListItems400ResponseError) MarshalJSON() ([]byte, error)
- func (o *NamedListItemsInsertOrReplaceNamedListItems400ResponseError) SetCode(v string)
- func (o *NamedListItemsInsertOrReplaceNamedListItems400ResponseError) SetMessage(v string)
- func (o *NamedListItemsInsertOrReplaceNamedListItems400ResponseError) SetStatus(v string)
- func (o NamedListItemsInsertOrReplaceNamedListItems400ResponseError) ToMap() (map[string]interface{}, error)
- func (o *NamedListItemsInsertOrReplaceNamedListItems400ResponseError) UnmarshalJSON(data []byte) (err error)
- type NamedListItemsInsertOrUpdate
- func (o *NamedListItemsInsertOrUpdate) GetId() int32
- func (o *NamedListItemsInsertOrUpdate) GetIdOk() (*int32, bool)
- func (o *NamedListItemsInsertOrUpdate) GetItems() []string
- func (o *NamedListItemsInsertOrUpdate) GetItemsDescribed() []ItemStructs
- func (o *NamedListItemsInsertOrUpdate) GetItemsDescribedOk() ([]ItemStructs, bool)
- func (o *NamedListItemsInsertOrUpdate) GetItemsOk() ([]string, bool)
- func (o *NamedListItemsInsertOrUpdate) HasId() bool
- func (o *NamedListItemsInsertOrUpdate) HasItems() bool
- func (o *NamedListItemsInsertOrUpdate) HasItemsDescribed() bool
- func (o NamedListItemsInsertOrUpdate) MarshalJSON() ([]byte, error)
- func (o *NamedListItemsInsertOrUpdate) SetId(v int32)
- func (o *NamedListItemsInsertOrUpdate) SetItems(v []string)
- func (o *NamedListItemsInsertOrUpdate) SetItemsDescribed(v []ItemStructs)
- func (o NamedListItemsInsertOrUpdate) ToMap() (map[string]interface{}, error)
- func (o *NamedListItemsInsertOrUpdate) UnmarshalJSON(data []byte) (err error)
- type NamedListItemsInsertOrUpdateResponse
- func (o *NamedListItemsInsertOrUpdateResponse) GetSuccess() NamedListItemsInsertOrUpdateResponseSuccess
- func (o *NamedListItemsInsertOrUpdateResponse) GetSuccessOk() (*NamedListItemsInsertOrUpdateResponseSuccess, bool)
- func (o *NamedListItemsInsertOrUpdateResponse) HasSuccess() bool
- func (o NamedListItemsInsertOrUpdateResponse) MarshalJSON() ([]byte, error)
- func (o *NamedListItemsInsertOrUpdateResponse) SetSuccess(v NamedListItemsInsertOrUpdateResponseSuccess)
- func (o NamedListItemsInsertOrUpdateResponse) ToMap() (map[string]interface{}, error)
- func (o *NamedListItemsInsertOrUpdateResponse) UnmarshalJSON(data []byte) (err error)
- type NamedListItemsInsertOrUpdateResponseSuccess
- func (o *NamedListItemsInsertOrUpdateResponseSuccess) GetCode() string
- func (o *NamedListItemsInsertOrUpdateResponseSuccess) GetCodeOk() (*string, bool)
- func (o *NamedListItemsInsertOrUpdateResponseSuccess) GetStatus() int32
- func (o *NamedListItemsInsertOrUpdateResponseSuccess) GetStatusOk() (*int32, bool)
- func (o *NamedListItemsInsertOrUpdateResponseSuccess) HasCode() bool
- func (o *NamedListItemsInsertOrUpdateResponseSuccess) HasStatus() bool
- func (o NamedListItemsInsertOrUpdateResponseSuccess) MarshalJSON() ([]byte, error)
- func (o *NamedListItemsInsertOrUpdateResponseSuccess) SetCode(v string)
- func (o *NamedListItemsInsertOrUpdateResponseSuccess) SetStatus(v int32)
- func (o NamedListItemsInsertOrUpdateResponseSuccess) ToMap() (map[string]interface{}, error)
- func (o *NamedListItemsInsertOrUpdateResponseSuccess) UnmarshalJSON(data []byte) (err error)
- type NamedListItemsNamedListItemsPartialUpdate400Response
- func (o *NamedListItemsNamedListItemsPartialUpdate400Response) GetError() NamedListItemsNamedListItemsPartialUpdate400ResponseError
- func (o *NamedListItemsNamedListItemsPartialUpdate400Response) GetErrorOk() (*NamedListItemsNamedListItemsPartialUpdate400ResponseError, bool)
- func (o *NamedListItemsNamedListItemsPartialUpdate400Response) HasError() bool
- func (o NamedListItemsNamedListItemsPartialUpdate400Response) MarshalJSON() ([]byte, error)
- func (o *NamedListItemsNamedListItemsPartialUpdate400Response) SetError(v NamedListItemsNamedListItemsPartialUpdate400ResponseError)
- func (o NamedListItemsNamedListItemsPartialUpdate400Response) ToMap() (map[string]interface{}, error)
- func (o *NamedListItemsNamedListItemsPartialUpdate400Response) UnmarshalJSON(data []byte) (err error)
- type NamedListItemsNamedListItemsPartialUpdate400ResponseError
- func (o *NamedListItemsNamedListItemsPartialUpdate400ResponseError) GetCode() string
- func (o *NamedListItemsNamedListItemsPartialUpdate400ResponseError) GetCodeOk() (*string, bool)
- func (o *NamedListItemsNamedListItemsPartialUpdate400ResponseError) GetMessage() string
- func (o *NamedListItemsNamedListItemsPartialUpdate400ResponseError) GetMessageOk() (*string, bool)
- func (o *NamedListItemsNamedListItemsPartialUpdate400ResponseError) GetStatus() string
- func (o *NamedListItemsNamedListItemsPartialUpdate400ResponseError) GetStatusOk() (*string, bool)
- func (o *NamedListItemsNamedListItemsPartialUpdate400ResponseError) HasCode() bool
- func (o *NamedListItemsNamedListItemsPartialUpdate400ResponseError) HasMessage() bool
- func (o *NamedListItemsNamedListItemsPartialUpdate400ResponseError) HasStatus() bool
- func (o NamedListItemsNamedListItemsPartialUpdate400ResponseError) MarshalJSON() ([]byte, error)
- func (o *NamedListItemsNamedListItemsPartialUpdate400ResponseError) SetCode(v string)
- func (o *NamedListItemsNamedListItemsPartialUpdate400ResponseError) SetMessage(v string)
- func (o *NamedListItemsNamedListItemsPartialUpdate400ResponseError) SetStatus(v string)
- func (o NamedListItemsNamedListItemsPartialUpdate400ResponseError) ToMap() (map[string]interface{}, error)
- func (o *NamedListItemsNamedListItemsPartialUpdate400ResponseError) UnmarshalJSON(data []byte) (err error)
- type NamedListItemsPartialUpdate
- func (o *NamedListItemsPartialUpdate) GetDeletedItemsDescribed() []ItemStructs
- func (o *NamedListItemsPartialUpdate) GetDeletedItemsDescribedOk() ([]ItemStructs, bool)
- func (o *NamedListItemsPartialUpdate) GetId() int32
- func (o *NamedListItemsPartialUpdate) GetIdOk() (*int32, bool)
- func (o *NamedListItemsPartialUpdate) GetInsertedItemsDescribed() []ItemStructs
- func (o *NamedListItemsPartialUpdate) GetInsertedItemsDescribedOk() ([]ItemStructs, bool)
- func (o *NamedListItemsPartialUpdate) HasDeletedItemsDescribed() bool
- func (o *NamedListItemsPartialUpdate) HasId() bool
- func (o *NamedListItemsPartialUpdate) HasInsertedItemsDescribed() bool
- func (o NamedListItemsPartialUpdate) MarshalJSON() ([]byte, error)
- func (o *NamedListItemsPartialUpdate) SetDeletedItemsDescribed(v []ItemStructs)
- func (o *NamedListItemsPartialUpdate) SetId(v int32)
- func (o *NamedListItemsPartialUpdate) SetInsertedItemsDescribed(v []ItemStructs)
- func (o NamedListItemsPartialUpdate) ToMap() (map[string]interface{}, error)
- func (o *NamedListItemsPartialUpdate) UnmarshalJSON(data []byte) (err error)
- type NamedListRead
- func (o *NamedListRead) GetConfidenceLevel() string
- func (o *NamedListRead) GetConfidenceLevelOk() (*string, bool)
- func (o *NamedListRead) GetCreatedTime() time.Time
- func (o *NamedListRead) GetCreatedTimeOk() (*time.Time, bool)
- func (o *NamedListRead) GetDescription() string
- func (o *NamedListRead) GetDescriptionOk() (*string, bool)
- func (o *NamedListRead) GetId() int32
- func (o *NamedListRead) GetIdOk() (*int32, bool)
- func (o *NamedListRead) GetItemCount() int32
- func (o *NamedListRead) GetItemCountOk() (*int32, bool)
- func (o *NamedListRead) GetName() string
- func (o *NamedListRead) GetNameOk() (*string, bool)
- func (o *NamedListRead) GetPolicies() []string
- func (o *NamedListRead) GetPoliciesOk() ([]string, bool)
- func (o *NamedListRead) GetTags() map[string]interface{}
- func (o *NamedListRead) GetTagsOk() (map[string]interface{}, bool)
- func (o *NamedListRead) GetThreatLevel() string
- func (o *NamedListRead) GetThreatLevelOk() (*string, bool)
- func (o *NamedListRead) GetType() string
- func (o *NamedListRead) GetTypeOk() (*string, bool)
- func (o *NamedListRead) GetUpdatedTime() time.Time
- func (o *NamedListRead) GetUpdatedTimeOk() (*time.Time, bool)
- func (o *NamedListRead) HasConfidenceLevel() bool
- func (o *NamedListRead) HasCreatedTime() bool
- func (o *NamedListRead) HasDescription() bool
- func (o *NamedListRead) HasId() bool
- func (o *NamedListRead) HasItemCount() bool
- func (o *NamedListRead) HasName() bool
- func (o *NamedListRead) HasPolicies() bool
- func (o *NamedListRead) HasTags() bool
- func (o *NamedListRead) HasThreatLevel() bool
- func (o *NamedListRead) HasType() bool
- func (o *NamedListRead) HasUpdatedTime() bool
- func (o NamedListRead) MarshalJSON() ([]byte, error)
- func (o *NamedListRead) SetConfidenceLevel(v string)
- func (o *NamedListRead) SetCreatedTime(v time.Time)
- func (o *NamedListRead) SetDescription(v string)
- func (o *NamedListRead) SetId(v int32)
- func (o *NamedListRead) SetItemCount(v int32)
- func (o *NamedListRead) SetName(v string)
- func (o *NamedListRead) SetPolicies(v []string)
- func (o *NamedListRead) SetTags(v map[string]interface{})
- func (o *NamedListRead) SetThreatLevel(v string)
- func (o *NamedListRead) SetType(v string)
- func (o *NamedListRead) SetUpdatedTime(v time.Time)
- func (o NamedListRead) ToMap() (map[string]interface{}, error)
- func (o *NamedListRead) UnmarshalJSON(data []byte) (err error)
- type NamedListReadMultiResponse
- func (o *NamedListReadMultiResponse) GetResults() []NamedListRead
- func (o *NamedListReadMultiResponse) GetResultsOk() ([]NamedListRead, bool)
- func (o *NamedListReadMultiResponse) HasResults() bool
- func (o NamedListReadMultiResponse) MarshalJSON() ([]byte, error)
- func (o *NamedListReadMultiResponse) SetResults(v []NamedListRead)
- func (o NamedListReadMultiResponse) ToMap() (map[string]interface{}, error)
- func (o *NamedListReadMultiResponse) UnmarshalJSON(data []byte) (err error)
- type NamedListReadResponse
- func (o *NamedListReadResponse) GetResults() NamedList
- func (o *NamedListReadResponse) GetResultsOk() (*NamedList, bool)
- func (o *NamedListReadResponse) HasResults() bool
- func (o NamedListReadResponse) MarshalJSON() ([]byte, error)
- func (o *NamedListReadResponse) SetResults(v NamedList)
- func (o NamedListReadResponse) ToMap() (map[string]interface{}, error)
- func (o *NamedListReadResponse) UnmarshalJSON(data []byte) (err error)
- type NamedListUpdateResponse
- func (o *NamedListUpdateResponse) GetResults() NamedList
- func (o *NamedListUpdateResponse) GetResultsOk() (*NamedList, bool)
- func (o *NamedListUpdateResponse) HasResults() bool
- func (o NamedListUpdateResponse) MarshalJSON() ([]byte, error)
- func (o *NamedListUpdateResponse) SetResults(v NamedList)
- func (o NamedListUpdateResponse) ToMap() (map[string]interface{}, error)
- func (o *NamedListUpdateResponse) UnmarshalJSON(data []byte) (err error)
- type NamedListsAPI
- type NamedListsAPICreateNamedListRequest
- type NamedListsAPIDeleteNamedListsRequest
- type NamedListsAPIDeleteSingleNamedListsRequest
- type NamedListsAPIListNamedListsCSVRequest
- func (r NamedListsAPIListNamedListsCSVRequest) Execute() (*NamedListCSVListResponse, *http.Response, error)
- func (r NamedListsAPIListNamedListsCSVRequest) Filter(filter string) NamedListsAPIListNamedListsCSVRequest
- func (r NamedListsAPIListNamedListsCSVRequest) OrderBy(orderBy string) NamedListsAPIListNamedListsCSVRequest
- func (r NamedListsAPIListNamedListsCSVRequest) Tfilter(tfilter string) NamedListsAPIListNamedListsCSVRequest
- func (r NamedListsAPIListNamedListsCSVRequest) TorderBy(torderBy string) NamedListsAPIListNamedListsCSVRequest
- type NamedListsAPIListNamedListsRequest
- func (r NamedListsAPIListNamedListsRequest) Execute() (*NamedListReadMultiResponse, *http.Response, error)
- func (r NamedListsAPIListNamedListsRequest) Fields(fields string) NamedListsAPIListNamedListsRequest
- func (r NamedListsAPIListNamedListsRequest) Filter(filter string) NamedListsAPIListNamedListsRequest
- func (r NamedListsAPIListNamedListsRequest) Limit(limit int32) NamedListsAPIListNamedListsRequest
- func (r NamedListsAPIListNamedListsRequest) Offset(offset int32) NamedListsAPIListNamedListsRequest
- func (r NamedListsAPIListNamedListsRequest) PageToken(pageToken string) NamedListsAPIListNamedListsRequest
- func (r NamedListsAPIListNamedListsRequest) Tfilter(tfilter string) NamedListsAPIListNamedListsRequest
- func (r NamedListsAPIListNamedListsRequest) TorderBy(torderBy string) NamedListsAPIListNamedListsRequest
- type NamedListsAPIMultiListUpdateRequest
- type NamedListsAPIReadNamedListRequest
- func (r NamedListsAPIReadNamedListRequest) Execute() (*NamedListReadResponse, *http.Response, error)
- func (r NamedListsAPIReadNamedListRequest) Fields(fields string) NamedListsAPIReadNamedListRequest
- func (r NamedListsAPIReadNamedListRequest) Limit(limit int32) NamedListsAPIReadNamedListRequest
- func (r NamedListsAPIReadNamedListRequest) Name(name string) NamedListsAPIReadNamedListRequest
- func (r NamedListsAPIReadNamedListRequest) Offset(offset int32) NamedListsAPIReadNamedListRequest
- func (r NamedListsAPIReadNamedListRequest) PageToken(pageToken string) NamedListsAPIReadNamedListRequest
- func (r NamedListsAPIReadNamedListRequest) Type_(type_ string) NamedListsAPIReadNamedListRequest
- type NamedListsAPIService
- func (a *NamedListsAPIService) CreateNamedList(ctx context.Context) NamedListsAPICreateNamedListRequest
- func (a *NamedListsAPIService) CreateNamedListExecute(r NamedListsAPICreateNamedListRequest) (*NamedListCreateResponse, *http.Response, error)
- func (a *NamedListsAPIService) DeleteNamedLists(ctx context.Context) NamedListsAPIDeleteNamedListsRequest
- func (a *NamedListsAPIService) DeleteNamedListsExecute(r NamedListsAPIDeleteNamedListsRequest) (*http.Response, error)
- func (a *NamedListsAPIService) DeleteSingleNamedLists(ctx context.Context, id int32) NamedListsAPIDeleteSingleNamedListsRequest
- func (a *NamedListsAPIService) DeleteSingleNamedListsExecute(r NamedListsAPIDeleteSingleNamedListsRequest) (*http.Response, error)
- func (a *NamedListsAPIService) ListNamedLists(ctx context.Context) NamedListsAPIListNamedListsRequest
- func (a *NamedListsAPIService) ListNamedListsCSV(ctx context.Context) NamedListsAPIListNamedListsCSVRequest
- func (a *NamedListsAPIService) ListNamedListsCSVExecute(r NamedListsAPIListNamedListsCSVRequest) (*NamedListCSVListResponse, *http.Response, error)
- func (a *NamedListsAPIService) ListNamedListsExecute(r NamedListsAPIListNamedListsRequest) (*NamedListReadMultiResponse, *http.Response, error)
- func (a *NamedListsAPIService) MultiListUpdate(ctx context.Context) NamedListsAPIMultiListUpdateRequest
- func (a *NamedListsAPIService) MultiListUpdateExecute(r NamedListsAPIMultiListUpdateRequest) (map[string]interface{}, *http.Response, error)
- func (a *NamedListsAPIService) ReadNamedList(ctx context.Context, id int32) NamedListsAPIReadNamedListRequest
- func (a *NamedListsAPIService) ReadNamedListExecute(r NamedListsAPIReadNamedListRequest) (*NamedListReadResponse, *http.Response, error)
- func (a *NamedListsAPIService) UpdateNamedList(ctx context.Context, id int32) NamedListsAPIUpdateNamedListRequest
- func (a *NamedListsAPIService) UpdateNamedListExecute(r NamedListsAPIUpdateNamedListRequest) (*NamedListUpdateResponse, *http.Response, error)
- func (a *NamedListsAPIService) UpdateNamedListPartial(ctx context.Context, id int32) NamedListsAPIUpdateNamedListPartialRequest
- func (a *NamedListsAPIService) UpdateNamedListPartialExecute(r NamedListsAPIUpdateNamedListPartialRequest) (*NamedListUpdateResponse, *http.Response, error)
- type NamedListsAPIUpdateNamedListPartialRequest
- type NamedListsAPIUpdateNamedListRequest
- type NamedListsCreateNamedList409Response
- func (o *NamedListsCreateNamedList409Response) GetError() NamedListsCreateNamedList409ResponseError
- func (o *NamedListsCreateNamedList409Response) GetErrorOk() (*NamedListsCreateNamedList409ResponseError, bool)
- func (o *NamedListsCreateNamedList409Response) HasError() bool
- func (o NamedListsCreateNamedList409Response) MarshalJSON() ([]byte, error)
- func (o *NamedListsCreateNamedList409Response) SetError(v NamedListsCreateNamedList409ResponseError)
- func (o NamedListsCreateNamedList409Response) ToMap() (map[string]interface{}, error)
- func (o *NamedListsCreateNamedList409Response) UnmarshalJSON(data []byte) (err error)
- type NamedListsCreateNamedList409ResponseError
- func (o *NamedListsCreateNamedList409ResponseError) GetCode() string
- func (o *NamedListsCreateNamedList409ResponseError) GetCodeOk() (*string, bool)
- func (o *NamedListsCreateNamedList409ResponseError) GetMessage() string
- func (o *NamedListsCreateNamedList409ResponseError) GetMessageOk() (*string, bool)
- func (o *NamedListsCreateNamedList409ResponseError) GetStatus() string
- func (o *NamedListsCreateNamedList409ResponseError) GetStatusOk() (*string, bool)
- func (o *NamedListsCreateNamedList409ResponseError) HasCode() bool
- func (o *NamedListsCreateNamedList409ResponseError) HasMessage() bool
- func (o *NamedListsCreateNamedList409ResponseError) HasStatus() bool
- func (o NamedListsCreateNamedList409ResponseError) MarshalJSON() ([]byte, error)
- func (o *NamedListsCreateNamedList409ResponseError) SetCode(v string)
- func (o *NamedListsCreateNamedList409ResponseError) SetMessage(v string)
- func (o *NamedListsCreateNamedList409ResponseError) SetStatus(v string)
- func (o NamedListsCreateNamedList409ResponseError) ToMap() (map[string]interface{}, error)
- func (o *NamedListsCreateNamedList409ResponseError) UnmarshalJSON(data []byte) (err error)
- type NamedListsDeleteNamedLists400Response
- func (o *NamedListsDeleteNamedLists400Response) GetError() NamedListsDeleteNamedLists400ResponseError
- func (o *NamedListsDeleteNamedLists400Response) GetErrorOk() (*NamedListsDeleteNamedLists400ResponseError, bool)
- func (o *NamedListsDeleteNamedLists400Response) HasError() bool
- func (o NamedListsDeleteNamedLists400Response) MarshalJSON() ([]byte, error)
- func (o *NamedListsDeleteNamedLists400Response) SetError(v NamedListsDeleteNamedLists400ResponseError)
- func (o NamedListsDeleteNamedLists400Response) ToMap() (map[string]interface{}, error)
- func (o *NamedListsDeleteNamedLists400Response) UnmarshalJSON(data []byte) (err error)
- type NamedListsDeleteNamedLists400ResponseError
- func (o *NamedListsDeleteNamedLists400ResponseError) GetCode() string
- func (o *NamedListsDeleteNamedLists400ResponseError) GetCodeOk() (*string, bool)
- func (o *NamedListsDeleteNamedLists400ResponseError) GetMessage() string
- func (o *NamedListsDeleteNamedLists400ResponseError) GetMessageOk() (*string, bool)
- func (o *NamedListsDeleteNamedLists400ResponseError) GetStatus() string
- func (o *NamedListsDeleteNamedLists400ResponseError) GetStatusOk() (*string, bool)
- func (o *NamedListsDeleteNamedLists400ResponseError) HasCode() bool
- func (o *NamedListsDeleteNamedLists400ResponseError) HasMessage() bool
- func (o *NamedListsDeleteNamedLists400ResponseError) HasStatus() bool
- func (o NamedListsDeleteNamedLists400ResponseError) MarshalJSON() ([]byte, error)
- func (o *NamedListsDeleteNamedLists400ResponseError) SetCode(v string)
- func (o *NamedListsDeleteNamedLists400ResponseError) SetMessage(v string)
- func (o *NamedListsDeleteNamedLists400ResponseError) SetStatus(v string)
- func (o NamedListsDeleteNamedLists400ResponseError) ToMap() (map[string]interface{}, error)
- func (o *NamedListsDeleteNamedLists400ResponseError) UnmarshalJSON(data []byte) (err error)
- type NamedListsDeleteNamedLists404Response
- func (o *NamedListsDeleteNamedLists404Response) GetError() NamedListsDeleteNamedLists404ResponseError
- func (o *NamedListsDeleteNamedLists404Response) GetErrorOk() (*NamedListsDeleteNamedLists404ResponseError, bool)
- func (o *NamedListsDeleteNamedLists404Response) HasError() bool
- func (o NamedListsDeleteNamedLists404Response) MarshalJSON() ([]byte, error)
- func (o *NamedListsDeleteNamedLists404Response) SetError(v NamedListsDeleteNamedLists404ResponseError)
- func (o NamedListsDeleteNamedLists404Response) ToMap() (map[string]interface{}, error)
- func (o *NamedListsDeleteNamedLists404Response) UnmarshalJSON(data []byte) (err error)
- type NamedListsDeleteNamedLists404ResponseError
- func (o *NamedListsDeleteNamedLists404ResponseError) GetCode() string
- func (o *NamedListsDeleteNamedLists404ResponseError) GetCodeOk() (*string, bool)
- func (o *NamedListsDeleteNamedLists404ResponseError) GetMessage() string
- func (o *NamedListsDeleteNamedLists404ResponseError) GetMessageOk() (*string, bool)
- func (o *NamedListsDeleteNamedLists404ResponseError) GetStatus() string
- func (o *NamedListsDeleteNamedLists404ResponseError) GetStatusOk() (*string, bool)
- func (o *NamedListsDeleteNamedLists404ResponseError) HasCode() bool
- func (o *NamedListsDeleteNamedLists404ResponseError) HasMessage() bool
- func (o *NamedListsDeleteNamedLists404ResponseError) HasStatus() bool
- func (o NamedListsDeleteNamedLists404ResponseError) MarshalJSON() ([]byte, error)
- func (o *NamedListsDeleteNamedLists404ResponseError) SetCode(v string)
- func (o *NamedListsDeleteNamedLists404ResponseError) SetMessage(v string)
- func (o *NamedListsDeleteNamedLists404ResponseError) SetStatus(v string)
- func (o NamedListsDeleteNamedLists404ResponseError) ToMap() (map[string]interface{}, error)
- func (o *NamedListsDeleteNamedLists404ResponseError) UnmarshalJSON(data []byte) (err error)
- type NamedListsDeleteRequest
- func (o *NamedListsDeleteRequest) GetIds() []int32
- func (o *NamedListsDeleteRequest) GetIdsOk() ([]int32, bool)
- func (o *NamedListsDeleteRequest) HasIds() bool
- func (o NamedListsDeleteRequest) MarshalJSON() ([]byte, error)
- func (o *NamedListsDeleteRequest) SetIds(v []int32)
- func (o NamedListsDeleteRequest) ToMap() (map[string]interface{}, error)
- func (o *NamedListsDeleteRequest) UnmarshalJSON(data []byte) (err error)
- type NamedListsDeleteSingleNamedLists404Response
- func (o *NamedListsDeleteSingleNamedLists404Response) GetError() NamedListsDeleteSingleNamedLists404ResponseError
- func (o *NamedListsDeleteSingleNamedLists404Response) GetErrorOk() (*NamedListsDeleteSingleNamedLists404ResponseError, bool)
- func (o *NamedListsDeleteSingleNamedLists404Response) HasError() bool
- func (o NamedListsDeleteSingleNamedLists404Response) MarshalJSON() ([]byte, error)
- func (o *NamedListsDeleteSingleNamedLists404Response) SetError(v NamedListsDeleteSingleNamedLists404ResponseError)
- func (o NamedListsDeleteSingleNamedLists404Response) ToMap() (map[string]interface{}, error)
- func (o *NamedListsDeleteSingleNamedLists404Response) UnmarshalJSON(data []byte) (err error)
- type NamedListsDeleteSingleNamedLists404ResponseError
- func (o *NamedListsDeleteSingleNamedLists404ResponseError) GetCode() string
- func (o *NamedListsDeleteSingleNamedLists404ResponseError) GetCodeOk() (*string, bool)
- func (o *NamedListsDeleteSingleNamedLists404ResponseError) GetMessage() string
- func (o *NamedListsDeleteSingleNamedLists404ResponseError) GetMessageOk() (*string, bool)
- func (o *NamedListsDeleteSingleNamedLists404ResponseError) GetStatus() string
- func (o *NamedListsDeleteSingleNamedLists404ResponseError) GetStatusOk() (*string, bool)
- func (o *NamedListsDeleteSingleNamedLists404ResponseError) HasCode() bool
- func (o *NamedListsDeleteSingleNamedLists404ResponseError) HasMessage() bool
- func (o *NamedListsDeleteSingleNamedLists404ResponseError) HasStatus() bool
- func (o NamedListsDeleteSingleNamedLists404ResponseError) MarshalJSON() ([]byte, error)
- func (o *NamedListsDeleteSingleNamedLists404ResponseError) SetCode(v string)
- func (o *NamedListsDeleteSingleNamedLists404ResponseError) SetMessage(v string)
- func (o *NamedListsDeleteSingleNamedLists404ResponseError) SetStatus(v string)
- func (o NamedListsDeleteSingleNamedLists404ResponseError) ToMap() (map[string]interface{}, error)
- func (o *NamedListsDeleteSingleNamedLists404ResponseError) UnmarshalJSON(data []byte) (err error)
- type NamedListsMultiListUpdate404Response
- func (o *NamedListsMultiListUpdate404Response) GetError() NamedListsMultiListUpdate404ResponseError
- func (o *NamedListsMultiListUpdate404Response) GetErrorOk() (*NamedListsMultiListUpdate404ResponseError, bool)
- func (o *NamedListsMultiListUpdate404Response) HasError() bool
- func (o NamedListsMultiListUpdate404Response) MarshalJSON() ([]byte, error)
- func (o *NamedListsMultiListUpdate404Response) SetError(v NamedListsMultiListUpdate404ResponseError)
- func (o NamedListsMultiListUpdate404Response) ToMap() (map[string]interface{}, error)
- func (o *NamedListsMultiListUpdate404Response) UnmarshalJSON(data []byte) (err error)
- type NamedListsMultiListUpdate404ResponseError
- func (o *NamedListsMultiListUpdate404ResponseError) GetCode() string
- func (o *NamedListsMultiListUpdate404ResponseError) GetCodeOk() (*string, bool)
- func (o *NamedListsMultiListUpdate404ResponseError) GetMessage() string
- func (o *NamedListsMultiListUpdate404ResponseError) GetMessageOk() (*string, bool)
- func (o *NamedListsMultiListUpdate404ResponseError) GetStatus() string
- func (o *NamedListsMultiListUpdate404ResponseError) GetStatusOk() (*string, bool)
- func (o *NamedListsMultiListUpdate404ResponseError) HasCode() bool
- func (o *NamedListsMultiListUpdate404ResponseError) HasMessage() bool
- func (o *NamedListsMultiListUpdate404ResponseError) HasStatus() bool
- func (o NamedListsMultiListUpdate404ResponseError) MarshalJSON() ([]byte, error)
- func (o *NamedListsMultiListUpdate404ResponseError) SetCode(v string)
- func (o *NamedListsMultiListUpdate404ResponseError) SetMessage(v string)
- func (o *NamedListsMultiListUpdate404ResponseError) SetStatus(v string)
- func (o NamedListsMultiListUpdate404ResponseError) ToMap() (map[string]interface{}, error)
- func (o *NamedListsMultiListUpdate404ResponseError) UnmarshalJSON(data []byte) (err error)
- type NamedListsUpdateNamedListPartial400Response
- func (o *NamedListsUpdateNamedListPartial400Response) GetError() NamedListsUpdateNamedListPartial400ResponseError
- func (o *NamedListsUpdateNamedListPartial400Response) GetErrorOk() (*NamedListsUpdateNamedListPartial400ResponseError, bool)
- func (o *NamedListsUpdateNamedListPartial400Response) HasError() bool
- func (o NamedListsUpdateNamedListPartial400Response) MarshalJSON() ([]byte, error)
- func (o *NamedListsUpdateNamedListPartial400Response) SetError(v NamedListsUpdateNamedListPartial400ResponseError)
- func (o NamedListsUpdateNamedListPartial400Response) ToMap() (map[string]interface{}, error)
- func (o *NamedListsUpdateNamedListPartial400Response) UnmarshalJSON(data []byte) (err error)
- type NamedListsUpdateNamedListPartial400ResponseError
- func (o *NamedListsUpdateNamedListPartial400ResponseError) GetCode() string
- func (o *NamedListsUpdateNamedListPartial400ResponseError) GetCodeOk() (*string, bool)
- func (o *NamedListsUpdateNamedListPartial400ResponseError) GetMessage() string
- func (o *NamedListsUpdateNamedListPartial400ResponseError) GetMessageOk() (*string, bool)
- func (o *NamedListsUpdateNamedListPartial400ResponseError) GetStatus() string
- func (o *NamedListsUpdateNamedListPartial400ResponseError) GetStatusOk() (*string, bool)
- func (o *NamedListsUpdateNamedListPartial400ResponseError) HasCode() bool
- func (o *NamedListsUpdateNamedListPartial400ResponseError) HasMessage() bool
- func (o *NamedListsUpdateNamedListPartial400ResponseError) HasStatus() bool
- func (o NamedListsUpdateNamedListPartial400ResponseError) MarshalJSON() ([]byte, error)
- func (o *NamedListsUpdateNamedListPartial400ResponseError) SetCode(v string)
- func (o *NamedListsUpdateNamedListPartial400ResponseError) SetMessage(v string)
- func (o *NamedListsUpdateNamedListPartial400ResponseError) SetStatus(v string)
- func (o NamedListsUpdateNamedListPartial400ResponseError) ToMap() (map[string]interface{}, error)
- func (o *NamedListsUpdateNamedListPartial400ResponseError) UnmarshalJSON(data []byte) (err error)
- type NamedListsUpdateNamedListPartial404Response
- func (o *NamedListsUpdateNamedListPartial404Response) GetError() NamedListsUpdateNamedListPartial404ResponseError
- func (o *NamedListsUpdateNamedListPartial404Response) GetErrorOk() (*NamedListsUpdateNamedListPartial404ResponseError, bool)
- func (o *NamedListsUpdateNamedListPartial404Response) HasError() bool
- func (o NamedListsUpdateNamedListPartial404Response) MarshalJSON() ([]byte, error)
- func (o *NamedListsUpdateNamedListPartial404Response) SetError(v NamedListsUpdateNamedListPartial404ResponseError)
- func (o NamedListsUpdateNamedListPartial404Response) ToMap() (map[string]interface{}, error)
- func (o *NamedListsUpdateNamedListPartial404Response) UnmarshalJSON(data []byte) (err error)
- type NamedListsUpdateNamedListPartial404ResponseError
- func (o *NamedListsUpdateNamedListPartial404ResponseError) GetCode() string
- func (o *NamedListsUpdateNamedListPartial404ResponseError) GetCodeOk() (*string, bool)
- func (o *NamedListsUpdateNamedListPartial404ResponseError) GetMessage() string
- func (o *NamedListsUpdateNamedListPartial404ResponseError) GetMessageOk() (*string, bool)
- func (o *NamedListsUpdateNamedListPartial404ResponseError) GetStatus() string
- func (o *NamedListsUpdateNamedListPartial404ResponseError) GetStatusOk() (*string, bool)
- func (o *NamedListsUpdateNamedListPartial404ResponseError) HasCode() bool
- func (o *NamedListsUpdateNamedListPartial404ResponseError) HasMessage() bool
- func (o *NamedListsUpdateNamedListPartial404ResponseError) HasStatus() bool
- func (o NamedListsUpdateNamedListPartial404ResponseError) MarshalJSON() ([]byte, error)
- func (o *NamedListsUpdateNamedListPartial404ResponseError) SetCode(v string)
- func (o *NamedListsUpdateNamedListPartial404ResponseError) SetMessage(v string)
- func (o *NamedListsUpdateNamedListPartial404ResponseError) SetStatus(v string)
- func (o NamedListsUpdateNamedListPartial404ResponseError) ToMap() (map[string]interface{}, error)
- func (o *NamedListsUpdateNamedListPartial404ResponseError) UnmarshalJSON(data []byte) (err error)
- type NamedListsUpdateNamedListPartial405Response
- func (o *NamedListsUpdateNamedListPartial405Response) GetError() NamedListsUpdateNamedListPartial405ResponseError
- func (o *NamedListsUpdateNamedListPartial405Response) GetErrorOk() (*NamedListsUpdateNamedListPartial405ResponseError, bool)
- func (o *NamedListsUpdateNamedListPartial405Response) HasError() bool
- func (o NamedListsUpdateNamedListPartial405Response) MarshalJSON() ([]byte, error)
- func (o *NamedListsUpdateNamedListPartial405Response) SetError(v NamedListsUpdateNamedListPartial405ResponseError)
- func (o NamedListsUpdateNamedListPartial405Response) ToMap() (map[string]interface{}, error)
- func (o *NamedListsUpdateNamedListPartial405Response) UnmarshalJSON(data []byte) (err error)
- type NamedListsUpdateNamedListPartial405ResponseError
- func (o *NamedListsUpdateNamedListPartial405ResponseError) GetCode() string
- func (o *NamedListsUpdateNamedListPartial405ResponseError) GetCodeOk() (*string, bool)
- func (o *NamedListsUpdateNamedListPartial405ResponseError) GetMessage() string
- func (o *NamedListsUpdateNamedListPartial405ResponseError) GetMessageOk() (*string, bool)
- func (o *NamedListsUpdateNamedListPartial405ResponseError) GetStatus() string
- func (o *NamedListsUpdateNamedListPartial405ResponseError) GetStatusOk() (*string, bool)
- func (o *NamedListsUpdateNamedListPartial405ResponseError) HasCode() bool
- func (o *NamedListsUpdateNamedListPartial405ResponseError) HasMessage() bool
- func (o *NamedListsUpdateNamedListPartial405ResponseError) HasStatus() bool
- func (o NamedListsUpdateNamedListPartial405ResponseError) MarshalJSON() ([]byte, error)
- func (o *NamedListsUpdateNamedListPartial405ResponseError) SetCode(v string)
- func (o *NamedListsUpdateNamedListPartial405ResponseError) SetMessage(v string)
- func (o *NamedListsUpdateNamedListPartial405ResponseError) SetStatus(v string)
- func (o NamedListsUpdateNamedListPartial405ResponseError) ToMap() (map[string]interface{}, error)
- func (o *NamedListsUpdateNamedListPartial405ResponseError) UnmarshalJSON(data []byte) (err error)
- type NetAddrDfpAssignment
- func (o *NetAddrDfpAssignment) GetAddrNet() string
- func (o *NetAddrDfpAssignment) GetAddrNetOk() (*string, bool)
- func (o *NetAddrDfpAssignment) GetDfpIds() []int32
- func (o *NetAddrDfpAssignment) GetDfpIdsOk() ([]int32, bool)
- func (o *NetAddrDfpAssignment) GetDfpServiceIds() []string
- func (o *NetAddrDfpAssignment) GetDfpServiceIdsOk() ([]string, bool)
- func (o *NetAddrDfpAssignment) GetEnd() string
- func (o *NetAddrDfpAssignment) GetEndOk() (*string, bool)
- func (o *NetAddrDfpAssignment) GetExternalScopeId() string
- func (o *NetAddrDfpAssignment) GetExternalScopeIdOk() (*string, bool)
- func (o *NetAddrDfpAssignment) GetHostId() string
- func (o *NetAddrDfpAssignment) GetHostIdOk() (*string, bool)
- func (o *NetAddrDfpAssignment) GetIpSpaceId() string
- func (o *NetAddrDfpAssignment) GetIpSpaceIdOk() (*string, bool)
- func (o *NetAddrDfpAssignment) GetScopeType() NetAddrDfpAssignmentScopeType
- func (o *NetAddrDfpAssignment) GetScopeTypeOk() (*NetAddrDfpAssignmentScopeType, bool)
- func (o *NetAddrDfpAssignment) GetStart() string
- func (o *NetAddrDfpAssignment) GetStartOk() (*string, bool)
- func (o *NetAddrDfpAssignment) HasAddrNet() bool
- func (o *NetAddrDfpAssignment) HasDfpIds() bool
- func (o *NetAddrDfpAssignment) HasDfpServiceIds() bool
- func (o *NetAddrDfpAssignment) HasEnd() bool
- func (o *NetAddrDfpAssignment) HasExternalScopeId() bool
- func (o *NetAddrDfpAssignment) HasHostId() bool
- func (o *NetAddrDfpAssignment) HasIpSpaceId() bool
- func (o *NetAddrDfpAssignment) HasScopeType() bool
- func (o *NetAddrDfpAssignment) HasStart() bool
- func (o NetAddrDfpAssignment) MarshalJSON() ([]byte, error)
- func (o *NetAddrDfpAssignment) SetAddrNet(v string)
- func (o *NetAddrDfpAssignment) SetDfpIds(v []int32)
- func (o *NetAddrDfpAssignment) SetDfpServiceIds(v []string)
- func (o *NetAddrDfpAssignment) SetEnd(v string)
- func (o *NetAddrDfpAssignment) SetExternalScopeId(v string)
- func (o *NetAddrDfpAssignment) SetHostId(v string)
- func (o *NetAddrDfpAssignment) SetIpSpaceId(v string)
- func (o *NetAddrDfpAssignment) SetScopeType(v NetAddrDfpAssignmentScopeType)
- func (o *NetAddrDfpAssignment) SetStart(v string)
- func (o NetAddrDfpAssignment) ToMap() (map[string]interface{}, error)
- func (o *NetAddrDfpAssignment) UnmarshalJSON(data []byte) (err error)
- type NetAddrDfpAssignmentScopeType
- type NetworkList
- func (o *NetworkList) GetCreatedTime() time.Time
- func (o *NetworkList) GetCreatedTimeOk() (*time.Time, bool)
- func (o *NetworkList) GetDescription() string
- func (o *NetworkList) GetDescriptionOk() (*string, bool)
- func (o *NetworkList) GetId() int32
- func (o *NetworkList) GetIdOk() (*int32, bool)
- func (o *NetworkList) GetItems() []string
- func (o *NetworkList) GetItemsOk() ([]string, bool)
- func (o *NetworkList) GetName() string
- func (o *NetworkList) GetNameOk() (*string, bool)
- func (o *NetworkList) GetPolicyId() int32
- func (o *NetworkList) GetPolicyIdOk() (*int32, bool)
- func (o *NetworkList) GetUpdatedTime() time.Time
- func (o *NetworkList) GetUpdatedTimeOk() (*time.Time, bool)
- func (o *NetworkList) HasCreatedTime() bool
- func (o *NetworkList) HasDescription() bool
- func (o *NetworkList) HasId() bool
- func (o *NetworkList) HasItems() bool
- func (o *NetworkList) HasName() bool
- func (o *NetworkList) HasPolicyId() bool
- func (o *NetworkList) HasUpdatedTime() bool
- func (o NetworkList) MarshalJSON() ([]byte, error)
- func (o *NetworkList) SetCreatedTime(v time.Time)
- func (o *NetworkList) SetDescription(v string)
- func (o *NetworkList) SetId(v int32)
- func (o *NetworkList) SetItems(v []string)
- func (o *NetworkList) SetName(v string)
- func (o *NetworkList) SetPolicyId(v int32)
- func (o *NetworkList) SetUpdatedTime(v time.Time)
- func (o NetworkList) ToMap() (map[string]interface{}, error)
- func (o *NetworkList) UnmarshalJSON(data []byte) (err error)
- type NetworkListCreateResponse
- func (o *NetworkListCreateResponse) GetResults() NetworkList
- func (o *NetworkListCreateResponse) GetResultsOk() (*NetworkList, bool)
- func (o *NetworkListCreateResponse) HasResults() bool
- func (o NetworkListCreateResponse) MarshalJSON() ([]byte, error)
- func (o *NetworkListCreateResponse) SetResults(v NetworkList)
- func (o NetworkListCreateResponse) ToMap() (map[string]interface{}, error)
- func (o *NetworkListCreateResponse) UnmarshalJSON(data []byte) (err error)
- type NetworkListMultiResponse
- func (o *NetworkListMultiResponse) GetResults() []NetworkList
- func (o *NetworkListMultiResponse) GetResultsOk() ([]NetworkList, bool)
- func (o *NetworkListMultiResponse) HasResults() bool
- func (o NetworkListMultiResponse) MarshalJSON() ([]byte, error)
- func (o *NetworkListMultiResponse) SetResults(v []NetworkList)
- func (o NetworkListMultiResponse) ToMap() (map[string]interface{}, error)
- func (o *NetworkListMultiResponse) UnmarshalJSON(data []byte) (err error)
- type NetworkListReadResponse
- func (o *NetworkListReadResponse) GetResults() NetworkList
- func (o *NetworkListReadResponse) GetResultsOk() (*NetworkList, bool)
- func (o *NetworkListReadResponse) HasResults() bool
- func (o NetworkListReadResponse) MarshalJSON() ([]byte, error)
- func (o *NetworkListReadResponse) SetResults(v NetworkList)
- func (o NetworkListReadResponse) ToMap() (map[string]interface{}, error)
- func (o *NetworkListReadResponse) UnmarshalJSON(data []byte) (err error)
- type NetworkListUpdateResponse
- func (o *NetworkListUpdateResponse) GetResults() NetworkList
- func (o *NetworkListUpdateResponse) GetResultsOk() (*NetworkList, bool)
- func (o *NetworkListUpdateResponse) HasResults() bool
- func (o NetworkListUpdateResponse) MarshalJSON() ([]byte, error)
- func (o *NetworkListUpdateResponse) SetResults(v NetworkList)
- func (o NetworkListUpdateResponse) ToMap() (map[string]interface{}, error)
- func (o *NetworkListUpdateResponse) UnmarshalJSON(data []byte) (err error)
- type NetworkListsAPI
- type NetworkListsAPICreateNetworkListRequest
- type NetworkListsAPIDeleteNetworkListsRequest
- type NetworkListsAPIDeleteSingleNetworkListsRequest
- type NetworkListsAPIListNetworkListsRequest
- func (r NetworkListsAPIListNetworkListsRequest) Execute() (*NetworkListMultiResponse, *http.Response, error)
- func (r NetworkListsAPIListNetworkListsRequest) Fields(fields string) NetworkListsAPIListNetworkListsRequest
- func (r NetworkListsAPIListNetworkListsRequest) Filter(filter string) NetworkListsAPIListNetworkListsRequest
- func (r NetworkListsAPIListNetworkListsRequest) Limit(limit int32) NetworkListsAPIListNetworkListsRequest
- func (r NetworkListsAPIListNetworkListsRequest) Offset(offset int32) NetworkListsAPIListNetworkListsRequest
- func (r NetworkListsAPIListNetworkListsRequest) PageToken(pageToken string) NetworkListsAPIListNetworkListsRequest
- type NetworkListsAPIReadNetworkListRequest
- func (r NetworkListsAPIReadNetworkListRequest) Execute() (*NetworkListReadResponse, *http.Response, error)
- func (r NetworkListsAPIReadNetworkListRequest) Fields(fields string) NetworkListsAPIReadNetworkListRequest
- func (r NetworkListsAPIReadNetworkListRequest) Name(name string) NetworkListsAPIReadNetworkListRequest
- type NetworkListsAPIService
- func (a *NetworkListsAPIService) CreateNetworkList(ctx context.Context) NetworkListsAPICreateNetworkListRequest
- func (a *NetworkListsAPIService) CreateNetworkListExecute(r NetworkListsAPICreateNetworkListRequest) (*NetworkListCreateResponse, *http.Response, error)
- func (a *NetworkListsAPIService) DeleteNetworkLists(ctx context.Context) NetworkListsAPIDeleteNetworkListsRequest
- func (a *NetworkListsAPIService) DeleteNetworkListsExecute(r NetworkListsAPIDeleteNetworkListsRequest) (*http.Response, error)
- func (a *NetworkListsAPIService) DeleteSingleNetworkLists(ctx context.Context, id int32) NetworkListsAPIDeleteSingleNetworkListsRequest
- func (a *NetworkListsAPIService) DeleteSingleNetworkListsExecute(r NetworkListsAPIDeleteSingleNetworkListsRequest) (*http.Response, error)
- func (a *NetworkListsAPIService) ListNetworkLists(ctx context.Context) NetworkListsAPIListNetworkListsRequest
- func (a *NetworkListsAPIService) ListNetworkListsExecute(r NetworkListsAPIListNetworkListsRequest) (*NetworkListMultiResponse, *http.Response, error)
- func (a *NetworkListsAPIService) ReadNetworkList(ctx context.Context, id int32) NetworkListsAPIReadNetworkListRequest
- func (a *NetworkListsAPIService) ReadNetworkListExecute(r NetworkListsAPIReadNetworkListRequest) (*NetworkListReadResponse, *http.Response, error)
- func (a *NetworkListsAPIService) UpdateNetworkList(ctx context.Context, id int32) NetworkListsAPIUpdateNetworkListRequest
- func (a *NetworkListsAPIService) UpdateNetworkListExecute(r NetworkListsAPIUpdateNetworkListRequest) (*NetworkListUpdateResponse, *http.Response, error)
- type NetworkListsAPIUpdateNetworkListRequest
- type NetworkListsCreateNetworkList409Response
- func (o *NetworkListsCreateNetworkList409Response) GetError() NetworkListsCreateNetworkList409ResponseError
- func (o *NetworkListsCreateNetworkList409Response) GetErrorOk() (*NetworkListsCreateNetworkList409ResponseError, bool)
- func (o *NetworkListsCreateNetworkList409Response) HasError() bool
- func (o NetworkListsCreateNetworkList409Response) MarshalJSON() ([]byte, error)
- func (o *NetworkListsCreateNetworkList409Response) SetError(v NetworkListsCreateNetworkList409ResponseError)
- func (o NetworkListsCreateNetworkList409Response) ToMap() (map[string]interface{}, error)
- func (o *NetworkListsCreateNetworkList409Response) UnmarshalJSON(data []byte) (err error)
- type NetworkListsCreateNetworkList409ResponseError
- func (o *NetworkListsCreateNetworkList409ResponseError) GetCode() string
- func (o *NetworkListsCreateNetworkList409ResponseError) GetCodeOk() (*string, bool)
- func (o *NetworkListsCreateNetworkList409ResponseError) GetMessage() string
- func (o *NetworkListsCreateNetworkList409ResponseError) GetMessageOk() (*string, bool)
- func (o *NetworkListsCreateNetworkList409ResponseError) GetStatus() string
- func (o *NetworkListsCreateNetworkList409ResponseError) GetStatusOk() (*string, bool)
- func (o *NetworkListsCreateNetworkList409ResponseError) HasCode() bool
- func (o *NetworkListsCreateNetworkList409ResponseError) HasMessage() bool
- func (o *NetworkListsCreateNetworkList409ResponseError) HasStatus() bool
- func (o NetworkListsCreateNetworkList409ResponseError) MarshalJSON() ([]byte, error)
- func (o *NetworkListsCreateNetworkList409ResponseError) SetCode(v string)
- func (o *NetworkListsCreateNetworkList409ResponseError) SetMessage(v string)
- func (o *NetworkListsCreateNetworkList409ResponseError) SetStatus(v string)
- func (o NetworkListsCreateNetworkList409ResponseError) ToMap() (map[string]interface{}, error)
- func (o *NetworkListsCreateNetworkList409ResponseError) UnmarshalJSON(data []byte) (err error)
- type NetworkListsDeleteNetworkLists400Response
- func (o *NetworkListsDeleteNetworkLists400Response) GetError() NetworkListsDeleteNetworkLists400ResponseError
- func (o *NetworkListsDeleteNetworkLists400Response) GetErrorOk() (*NetworkListsDeleteNetworkLists400ResponseError, bool)
- func (o *NetworkListsDeleteNetworkLists400Response) HasError() bool
- func (o NetworkListsDeleteNetworkLists400Response) MarshalJSON() ([]byte, error)
- func (o *NetworkListsDeleteNetworkLists400Response) SetError(v NetworkListsDeleteNetworkLists400ResponseError)
- func (o NetworkListsDeleteNetworkLists400Response) ToMap() (map[string]interface{}, error)
- func (o *NetworkListsDeleteNetworkLists400Response) UnmarshalJSON(data []byte) (err error)
- type NetworkListsDeleteNetworkLists400ResponseError
- func (o *NetworkListsDeleteNetworkLists400ResponseError) GetCode() string
- func (o *NetworkListsDeleteNetworkLists400ResponseError) GetCodeOk() (*string, bool)
- func (o *NetworkListsDeleteNetworkLists400ResponseError) GetMessage() string
- func (o *NetworkListsDeleteNetworkLists400ResponseError) GetMessageOk() (*string, bool)
- func (o *NetworkListsDeleteNetworkLists400ResponseError) GetStatus() string
- func (o *NetworkListsDeleteNetworkLists400ResponseError) GetStatusOk() (*string, bool)
- func (o *NetworkListsDeleteNetworkLists400ResponseError) HasCode() bool
- func (o *NetworkListsDeleteNetworkLists400ResponseError) HasMessage() bool
- func (o *NetworkListsDeleteNetworkLists400ResponseError) HasStatus() bool
- func (o NetworkListsDeleteNetworkLists400ResponseError) MarshalJSON() ([]byte, error)
- func (o *NetworkListsDeleteNetworkLists400ResponseError) SetCode(v string)
- func (o *NetworkListsDeleteNetworkLists400ResponseError) SetMessage(v string)
- func (o *NetworkListsDeleteNetworkLists400ResponseError) SetStatus(v string)
- func (o NetworkListsDeleteNetworkLists400ResponseError) ToMap() (map[string]interface{}, error)
- func (o *NetworkListsDeleteNetworkLists400ResponseError) UnmarshalJSON(data []byte) (err error)
- type NetworkListsDeleteNetworkLists404Response
- func (o *NetworkListsDeleteNetworkLists404Response) GetError() NetworkListsDeleteNetworkLists404ResponseError
- func (o *NetworkListsDeleteNetworkLists404Response) GetErrorOk() (*NetworkListsDeleteNetworkLists404ResponseError, bool)
- func (o *NetworkListsDeleteNetworkLists404Response) HasError() bool
- func (o NetworkListsDeleteNetworkLists404Response) MarshalJSON() ([]byte, error)
- func (o *NetworkListsDeleteNetworkLists404Response) SetError(v NetworkListsDeleteNetworkLists404ResponseError)
- func (o NetworkListsDeleteNetworkLists404Response) ToMap() (map[string]interface{}, error)
- func (o *NetworkListsDeleteNetworkLists404Response) UnmarshalJSON(data []byte) (err error)
- type NetworkListsDeleteNetworkLists404ResponseError
- func (o *NetworkListsDeleteNetworkLists404ResponseError) GetCode() string
- func (o *NetworkListsDeleteNetworkLists404ResponseError) GetCodeOk() (*string, bool)
- func (o *NetworkListsDeleteNetworkLists404ResponseError) GetMessage() string
- func (o *NetworkListsDeleteNetworkLists404ResponseError) GetMessageOk() (*string, bool)
- func (o *NetworkListsDeleteNetworkLists404ResponseError) GetStatus() string
- func (o *NetworkListsDeleteNetworkLists404ResponseError) GetStatusOk() (*string, bool)
- func (o *NetworkListsDeleteNetworkLists404ResponseError) HasCode() bool
- func (o *NetworkListsDeleteNetworkLists404ResponseError) HasMessage() bool
- func (o *NetworkListsDeleteNetworkLists404ResponseError) HasStatus() bool
- func (o NetworkListsDeleteNetworkLists404ResponseError) MarshalJSON() ([]byte, error)
- func (o *NetworkListsDeleteNetworkLists404ResponseError) SetCode(v string)
- func (o *NetworkListsDeleteNetworkLists404ResponseError) SetMessage(v string)
- func (o *NetworkListsDeleteNetworkLists404ResponseError) SetStatus(v string)
- func (o NetworkListsDeleteNetworkLists404ResponseError) ToMap() (map[string]interface{}, error)
- func (o *NetworkListsDeleteNetworkLists404ResponseError) UnmarshalJSON(data []byte) (err error)
- type NetworkListsDeleteRequest
- func (o *NetworkListsDeleteRequest) GetIds() []int32
- func (o *NetworkListsDeleteRequest) GetIdsOk() ([]int32, bool)
- func (o *NetworkListsDeleteRequest) HasIds() bool
- func (o NetworkListsDeleteRequest) MarshalJSON() ([]byte, error)
- func (o *NetworkListsDeleteRequest) SetIds(v []int32)
- func (o NetworkListsDeleteRequest) ToMap() (map[string]interface{}, error)
- func (o *NetworkListsDeleteRequest) UnmarshalJSON(data []byte) (err error)
- type NullableAccessCode
- type NullableAccessCodeCreateResponse
- func (v NullableAccessCodeCreateResponse) Get() *AccessCodeCreateResponse
- func (v NullableAccessCodeCreateResponse) IsSet() bool
- func (v NullableAccessCodeCreateResponse) MarshalJSON() ([]byte, error)
- func (v *NullableAccessCodeCreateResponse) Set(val *AccessCodeCreateResponse)
- func (v *NullableAccessCodeCreateResponse) UnmarshalJSON(src []byte) error
- func (v *NullableAccessCodeCreateResponse) Unset()
- type NullableAccessCodeDeleteRequest
- func (v NullableAccessCodeDeleteRequest) Get() *AccessCodeDeleteRequest
- func (v NullableAccessCodeDeleteRequest) IsSet() bool
- func (v NullableAccessCodeDeleteRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAccessCodeDeleteRequest) Set(val *AccessCodeDeleteRequest)
- func (v *NullableAccessCodeDeleteRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAccessCodeDeleteRequest) Unset()
- type NullableAccessCodeMultiResponse
- func (v NullableAccessCodeMultiResponse) Get() *AccessCodeMultiResponse
- func (v NullableAccessCodeMultiResponse) IsSet() bool
- func (v NullableAccessCodeMultiResponse) MarshalJSON() ([]byte, error)
- func (v *NullableAccessCodeMultiResponse) Set(val *AccessCodeMultiResponse)
- func (v *NullableAccessCodeMultiResponse) UnmarshalJSON(src []byte) error
- func (v *NullableAccessCodeMultiResponse) Unset()
- type NullableAccessCodeReadResponse
- func (v NullableAccessCodeReadResponse) Get() *AccessCodeReadResponse
- func (v NullableAccessCodeReadResponse) IsSet() bool
- func (v NullableAccessCodeReadResponse) MarshalJSON() ([]byte, error)
- func (v *NullableAccessCodeReadResponse) Set(val *AccessCodeReadResponse)
- func (v *NullableAccessCodeReadResponse) UnmarshalJSON(src []byte) error
- func (v *NullableAccessCodeReadResponse) Unset()
- type NullableAccessCodeRule
- func (v NullableAccessCodeRule) Get() *AccessCodeRule
- func (v NullableAccessCodeRule) IsSet() bool
- func (v NullableAccessCodeRule) MarshalJSON() ([]byte, error)
- func (v *NullableAccessCodeRule) Set(val *AccessCodeRule)
- func (v *NullableAccessCodeRule) UnmarshalJSON(src []byte) error
- func (v *NullableAccessCodeRule) Unset()
- type NullableAccessCodeUpdateResponse
- func (v NullableAccessCodeUpdateResponse) Get() *AccessCodeUpdateResponse
- func (v NullableAccessCodeUpdateResponse) IsSet() bool
- func (v NullableAccessCodeUpdateResponse) MarshalJSON() ([]byte, error)
- func (v *NullableAccessCodeUpdateResponse) Set(val *AccessCodeUpdateResponse)
- func (v *NullableAccessCodeUpdateResponse) UnmarshalJSON(src []byte) error
- func (v *NullableAccessCodeUpdateResponse) Unset()
- type NullableAccessCodesCreateAccessCode400Response
- func (v NullableAccessCodesCreateAccessCode400Response) Get() *AccessCodesCreateAccessCode400Response
- func (v NullableAccessCodesCreateAccessCode400Response) IsSet() bool
- func (v NullableAccessCodesCreateAccessCode400Response) MarshalJSON() ([]byte, error)
- func (v *NullableAccessCodesCreateAccessCode400Response) Set(val *AccessCodesCreateAccessCode400Response)
- func (v *NullableAccessCodesCreateAccessCode400Response) UnmarshalJSON(src []byte) error
- func (v *NullableAccessCodesCreateAccessCode400Response) Unset()
- type NullableAccessCodesCreateAccessCode400ResponseError
- func (v NullableAccessCodesCreateAccessCode400ResponseError) Get() *AccessCodesCreateAccessCode400ResponseError
- func (v NullableAccessCodesCreateAccessCode400ResponseError) IsSet() bool
- func (v NullableAccessCodesCreateAccessCode400ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableAccessCodesCreateAccessCode400ResponseError) Set(val *AccessCodesCreateAccessCode400ResponseError)
- func (v *NullableAccessCodesCreateAccessCode400ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableAccessCodesCreateAccessCode400ResponseError) Unset()
- type NullableAccessCodesCreateAccessCode404Response
- func (v NullableAccessCodesCreateAccessCode404Response) Get() *AccessCodesCreateAccessCode404Response
- func (v NullableAccessCodesCreateAccessCode404Response) IsSet() bool
- func (v NullableAccessCodesCreateAccessCode404Response) MarshalJSON() ([]byte, error)
- func (v *NullableAccessCodesCreateAccessCode404Response) Set(val *AccessCodesCreateAccessCode404Response)
- func (v *NullableAccessCodesCreateAccessCode404Response) UnmarshalJSON(src []byte) error
- func (v *NullableAccessCodesCreateAccessCode404Response) Unset()
- type NullableAccessCodesCreateAccessCode404ResponseError
- func (v NullableAccessCodesCreateAccessCode404ResponseError) Get() *AccessCodesCreateAccessCode404ResponseError
- func (v NullableAccessCodesCreateAccessCode404ResponseError) IsSet() bool
- func (v NullableAccessCodesCreateAccessCode404ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableAccessCodesCreateAccessCode404ResponseError) Set(val *AccessCodesCreateAccessCode404ResponseError)
- func (v *NullableAccessCodesCreateAccessCode404ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableAccessCodesCreateAccessCode404ResponseError) Unset()
- type NullableAccessCodesCreateAccessCode409Response
- func (v NullableAccessCodesCreateAccessCode409Response) Get() *AccessCodesCreateAccessCode409Response
- func (v NullableAccessCodesCreateAccessCode409Response) IsSet() bool
- func (v NullableAccessCodesCreateAccessCode409Response) MarshalJSON() ([]byte, error)
- func (v *NullableAccessCodesCreateAccessCode409Response) Set(val *AccessCodesCreateAccessCode409Response)
- func (v *NullableAccessCodesCreateAccessCode409Response) UnmarshalJSON(src []byte) error
- func (v *NullableAccessCodesCreateAccessCode409Response) Unset()
- type NullableAccessCodesCreateAccessCode409ResponseError
- func (v NullableAccessCodesCreateAccessCode409ResponseError) Get() *AccessCodesCreateAccessCode409ResponseError
- func (v NullableAccessCodesCreateAccessCode409ResponseError) IsSet() bool
- func (v NullableAccessCodesCreateAccessCode409ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableAccessCodesCreateAccessCode409ResponseError) Set(val *AccessCodesCreateAccessCode409ResponseError)
- func (v *NullableAccessCodesCreateAccessCode409ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableAccessCodesCreateAccessCode409ResponseError) Unset()
- type NullableAccessCodesDeleteAccessCodes400Response
- func (v NullableAccessCodesDeleteAccessCodes400Response) Get() *AccessCodesDeleteAccessCodes400Response
- func (v NullableAccessCodesDeleteAccessCodes400Response) IsSet() bool
- func (v NullableAccessCodesDeleteAccessCodes400Response) MarshalJSON() ([]byte, error)
- func (v *NullableAccessCodesDeleteAccessCodes400Response) Set(val *AccessCodesDeleteAccessCodes400Response)
- func (v *NullableAccessCodesDeleteAccessCodes400Response) UnmarshalJSON(src []byte) error
- func (v *NullableAccessCodesDeleteAccessCodes400Response) Unset()
- type NullableAccessCodesDeleteAccessCodes400ResponseError
- func (v NullableAccessCodesDeleteAccessCodes400ResponseError) Get() *AccessCodesDeleteAccessCodes400ResponseError
- func (v NullableAccessCodesDeleteAccessCodes400ResponseError) IsSet() bool
- func (v NullableAccessCodesDeleteAccessCodes400ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableAccessCodesDeleteAccessCodes400ResponseError) Set(val *AccessCodesDeleteAccessCodes400ResponseError)
- func (v *NullableAccessCodesDeleteAccessCodes400ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableAccessCodesDeleteAccessCodes400ResponseError) Unset()
- type NullableAccessCodesDeleteSingleAccessCodes400Response
- func (v NullableAccessCodesDeleteSingleAccessCodes400Response) Get() *AccessCodesDeleteSingleAccessCodes400Response
- func (v NullableAccessCodesDeleteSingleAccessCodes400Response) IsSet() bool
- func (v NullableAccessCodesDeleteSingleAccessCodes400Response) MarshalJSON() ([]byte, error)
- func (v *NullableAccessCodesDeleteSingleAccessCodes400Response) Set(val *AccessCodesDeleteSingleAccessCodes400Response)
- func (v *NullableAccessCodesDeleteSingleAccessCodes400Response) UnmarshalJSON(src []byte) error
- func (v *NullableAccessCodesDeleteSingleAccessCodes400Response) Unset()
- type NullableAccessCodesDeleteSingleAccessCodes400ResponseError
- func (v NullableAccessCodesDeleteSingleAccessCodes400ResponseError) Get() *AccessCodesDeleteSingleAccessCodes400ResponseError
- func (v NullableAccessCodesDeleteSingleAccessCodes400ResponseError) IsSet() bool
- func (v NullableAccessCodesDeleteSingleAccessCodes400ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableAccessCodesDeleteSingleAccessCodes400ResponseError) Set(val *AccessCodesDeleteSingleAccessCodes400ResponseError)
- func (v *NullableAccessCodesDeleteSingleAccessCodes400ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableAccessCodesDeleteSingleAccessCodes400ResponseError) Unset()
- type NullableAccessCodesListAccessCodes500Response
- func (v NullableAccessCodesListAccessCodes500Response) Get() *AccessCodesListAccessCodes500Response
- func (v NullableAccessCodesListAccessCodes500Response) IsSet() bool
- func (v NullableAccessCodesListAccessCodes500Response) MarshalJSON() ([]byte, error)
- func (v *NullableAccessCodesListAccessCodes500Response) Set(val *AccessCodesListAccessCodes500Response)
- func (v *NullableAccessCodesListAccessCodes500Response) UnmarshalJSON(src []byte) error
- func (v *NullableAccessCodesListAccessCodes500Response) Unset()
- type NullableAccessCodesListAccessCodes500ResponseError
- func (v NullableAccessCodesListAccessCodes500ResponseError) Get() *AccessCodesListAccessCodes500ResponseError
- func (v NullableAccessCodesListAccessCodes500ResponseError) IsSet() bool
- func (v NullableAccessCodesListAccessCodes500ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableAccessCodesListAccessCodes500ResponseError) Set(val *AccessCodesListAccessCodes500ResponseError)
- func (v *NullableAccessCodesListAccessCodes500ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableAccessCodesListAccessCodes500ResponseError) Unset()
- type NullableAccessCodesReadAccessCode404Response
- func (v NullableAccessCodesReadAccessCode404Response) Get() *AccessCodesReadAccessCode404Response
- func (v NullableAccessCodesReadAccessCode404Response) IsSet() bool
- func (v NullableAccessCodesReadAccessCode404Response) MarshalJSON() ([]byte, error)
- func (v *NullableAccessCodesReadAccessCode404Response) Set(val *AccessCodesReadAccessCode404Response)
- func (v *NullableAccessCodesReadAccessCode404Response) UnmarshalJSON(src []byte) error
- func (v *NullableAccessCodesReadAccessCode404Response) Unset()
- type NullableAccessCodesReadAccessCode404ResponseError
- func (v NullableAccessCodesReadAccessCode404ResponseError) Get() *AccessCodesReadAccessCode404ResponseError
- func (v NullableAccessCodesReadAccessCode404ResponseError) IsSet() bool
- func (v NullableAccessCodesReadAccessCode404ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableAccessCodesReadAccessCode404ResponseError) Set(val *AccessCodesReadAccessCode404ResponseError)
- func (v *NullableAccessCodesReadAccessCode404ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableAccessCodesReadAccessCode404ResponseError) Unset()
- type NullableAppApproval
- func (v NullableAppApproval) Get() *AppApproval
- func (v NullableAppApproval) IsSet() bool
- func (v NullableAppApproval) MarshalJSON() ([]byte, error)
- func (v *NullableAppApproval) Set(val *AppApproval)
- func (v *NullableAppApproval) UnmarshalJSON(src []byte) error
- func (v *NullableAppApproval) Unset()
- type NullableAppApprovalMultiResponse
- func (v NullableAppApprovalMultiResponse) Get() *AppApprovalMultiResponse
- func (v NullableAppApprovalMultiResponse) IsSet() bool
- func (v NullableAppApprovalMultiResponse) MarshalJSON() ([]byte, error)
- func (v *NullableAppApprovalMultiResponse) Set(val *AppApprovalMultiResponse)
- func (v *NullableAppApprovalMultiResponse) UnmarshalJSON(src []byte) error
- func (v *NullableAppApprovalMultiResponse) Unset()
- type NullableAppApprovalRemovalRequest
- func (v NullableAppApprovalRemovalRequest) Get() *AppApprovalRemovalRequest
- func (v NullableAppApprovalRemovalRequest) IsSet() bool
- func (v NullableAppApprovalRemovalRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAppApprovalRemovalRequest) Set(val *AppApprovalRemovalRequest)
- func (v *NullableAppApprovalRemovalRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAppApprovalRemovalRequest) Unset()
- type NullableAppApprovalsReplaceRequest
- func (v NullableAppApprovalsReplaceRequest) Get() *AppApprovalsReplaceRequest
- func (v NullableAppApprovalsReplaceRequest) IsSet() bool
- func (v NullableAppApprovalsReplaceRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAppApprovalsReplaceRequest) Set(val *AppApprovalsReplaceRequest)
- func (v *NullableAppApprovalsReplaceRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAppApprovalsReplaceRequest) Unset()
- type NullableAppApprovalsUpdateRequest
- func (v NullableAppApprovalsUpdateRequest) Get() *AppApprovalsUpdateRequest
- func (v NullableAppApprovalsUpdateRequest) IsSet() bool
- func (v NullableAppApprovalsUpdateRequest) MarshalJSON() ([]byte, error)
- func (v *NullableAppApprovalsUpdateRequest) Set(val *AppApprovalsUpdateRequest)
- func (v *NullableAppApprovalsUpdateRequest) UnmarshalJSON(src []byte) error
- func (v *NullableAppApprovalsUpdateRequest) Unset()
- type NullableApplicationCriterion
- func (v NullableApplicationCriterion) Get() *ApplicationCriterion
- func (v NullableApplicationCriterion) IsSet() bool
- func (v NullableApplicationCriterion) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationCriterion) Set(val *ApplicationCriterion)
- func (v *NullableApplicationCriterion) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationCriterion) Unset()
- type NullableApplicationFilter
- func (v NullableApplicationFilter) Get() *ApplicationFilter
- func (v NullableApplicationFilter) IsSet() bool
- func (v NullableApplicationFilter) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationFilter) Set(val *ApplicationFilter)
- func (v *NullableApplicationFilter) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationFilter) Unset()
- type NullableApplicationFilterCreateResponse
- func (v NullableApplicationFilterCreateResponse) Get() *ApplicationFilterCreateResponse
- func (v NullableApplicationFilterCreateResponse) IsSet() bool
- func (v NullableApplicationFilterCreateResponse) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationFilterCreateResponse) Set(val *ApplicationFilterCreateResponse)
- func (v *NullableApplicationFilterCreateResponse) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationFilterCreateResponse) Unset()
- type NullableApplicationFilterMultiResponse
- func (v NullableApplicationFilterMultiResponse) Get() *ApplicationFilterMultiResponse
- func (v NullableApplicationFilterMultiResponse) IsSet() bool
- func (v NullableApplicationFilterMultiResponse) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationFilterMultiResponse) Set(val *ApplicationFilterMultiResponse)
- func (v *NullableApplicationFilterMultiResponse) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationFilterMultiResponse) Unset()
- type NullableApplicationFilterReadResponse
- func (v NullableApplicationFilterReadResponse) Get() *ApplicationFilterReadResponse
- func (v NullableApplicationFilterReadResponse) IsSet() bool
- func (v NullableApplicationFilterReadResponse) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationFilterReadResponse) Set(val *ApplicationFilterReadResponse)
- func (v *NullableApplicationFilterReadResponse) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationFilterReadResponse) Unset()
- type NullableApplicationFilterUpdateResponse
- func (v NullableApplicationFilterUpdateResponse) Get() *ApplicationFilterUpdateResponse
- func (v NullableApplicationFilterUpdateResponse) IsSet() bool
- func (v NullableApplicationFilterUpdateResponse) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationFilterUpdateResponse) Set(val *ApplicationFilterUpdateResponse)
- func (v *NullableApplicationFilterUpdateResponse) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationFilterUpdateResponse) Unset()
- type NullableApplicationFiltersDeleteApplicationFilters400Response
- func (v NullableApplicationFiltersDeleteApplicationFilters400Response) Get() *ApplicationFiltersDeleteApplicationFilters400Response
- func (v NullableApplicationFiltersDeleteApplicationFilters400Response) IsSet() bool
- func (v NullableApplicationFiltersDeleteApplicationFilters400Response) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationFiltersDeleteApplicationFilters400Response) Set(val *ApplicationFiltersDeleteApplicationFilters400Response)
- func (v *NullableApplicationFiltersDeleteApplicationFilters400Response) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationFiltersDeleteApplicationFilters400Response) Unset()
- type NullableApplicationFiltersDeleteApplicationFilters400ResponseError
- func (v NullableApplicationFiltersDeleteApplicationFilters400ResponseError) Get() *ApplicationFiltersDeleteApplicationFilters400ResponseError
- func (v NullableApplicationFiltersDeleteApplicationFilters400ResponseError) IsSet() bool
- func (v NullableApplicationFiltersDeleteApplicationFilters400ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationFiltersDeleteApplicationFilters400ResponseError) Set(val *ApplicationFiltersDeleteApplicationFilters400ResponseError)
- func (v *NullableApplicationFiltersDeleteApplicationFilters400ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationFiltersDeleteApplicationFilters400ResponseError) Unset()
- type NullableApplicationFiltersDeleteRequest
- func (v NullableApplicationFiltersDeleteRequest) Get() *ApplicationFiltersDeleteRequest
- func (v NullableApplicationFiltersDeleteRequest) IsSet() bool
- func (v NullableApplicationFiltersDeleteRequest) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationFiltersDeleteRequest) Set(val *ApplicationFiltersDeleteRequest)
- func (v *NullableApplicationFiltersDeleteRequest) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationFiltersDeleteRequest) Unset()
- type NullableApplicationFiltersDeleteSingleApplicationFilters400Response
- func (v NullableApplicationFiltersDeleteSingleApplicationFilters400Response) Get() *ApplicationFiltersDeleteSingleApplicationFilters400Response
- func (v NullableApplicationFiltersDeleteSingleApplicationFilters400Response) IsSet() bool
- func (v NullableApplicationFiltersDeleteSingleApplicationFilters400Response) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationFiltersDeleteSingleApplicationFilters400Response) Set(val *ApplicationFiltersDeleteSingleApplicationFilters400Response)
- func (v *NullableApplicationFiltersDeleteSingleApplicationFilters400Response) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationFiltersDeleteSingleApplicationFilters400Response) Unset()
- type NullableApplicationFiltersDeleteSingleApplicationFilters400ResponseError
- func (v NullableApplicationFiltersDeleteSingleApplicationFilters400ResponseError) Get() *ApplicationFiltersDeleteSingleApplicationFilters400ResponseError
- func (v NullableApplicationFiltersDeleteSingleApplicationFilters400ResponseError) IsSet() bool
- func (v NullableApplicationFiltersDeleteSingleApplicationFilters400ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationFiltersDeleteSingleApplicationFilters400ResponseError) Set(val *ApplicationFiltersDeleteSingleApplicationFilters400ResponseError)
- func (v *NullableApplicationFiltersDeleteSingleApplicationFilters400ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationFiltersDeleteSingleApplicationFilters400ResponseError) Unset()
- type NullableBool
- type NullableCategoryFilter
- func (v NullableCategoryFilter) Get() *CategoryFilter
- func (v NullableCategoryFilter) IsSet() bool
- func (v NullableCategoryFilter) MarshalJSON() ([]byte, error)
- func (v *NullableCategoryFilter) Set(val *CategoryFilter)
- func (v *NullableCategoryFilter) UnmarshalJSON(src []byte) error
- func (v *NullableCategoryFilter) Unset()
- type NullableCategoryFilterCreateResponse
- func (v NullableCategoryFilterCreateResponse) Get() *CategoryFilterCreateResponse
- func (v NullableCategoryFilterCreateResponse) IsSet() bool
- func (v NullableCategoryFilterCreateResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCategoryFilterCreateResponse) Set(val *CategoryFilterCreateResponse)
- func (v *NullableCategoryFilterCreateResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCategoryFilterCreateResponse) Unset()
- type NullableCategoryFilterMultiResponse
- func (v NullableCategoryFilterMultiResponse) Get() *CategoryFilterMultiResponse
- func (v NullableCategoryFilterMultiResponse) IsSet() bool
- func (v NullableCategoryFilterMultiResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCategoryFilterMultiResponse) Set(val *CategoryFilterMultiResponse)
- func (v *NullableCategoryFilterMultiResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCategoryFilterMultiResponse) Unset()
- type NullableCategoryFilterReadResponse
- func (v NullableCategoryFilterReadResponse) Get() *CategoryFilterReadResponse
- func (v NullableCategoryFilterReadResponse) IsSet() bool
- func (v NullableCategoryFilterReadResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCategoryFilterReadResponse) Set(val *CategoryFilterReadResponse)
- func (v *NullableCategoryFilterReadResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCategoryFilterReadResponse) Unset()
- type NullableCategoryFilterUpdateResponse
- func (v NullableCategoryFilterUpdateResponse) Get() *CategoryFilterUpdateResponse
- func (v NullableCategoryFilterUpdateResponse) IsSet() bool
- func (v NullableCategoryFilterUpdateResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCategoryFilterUpdateResponse) Set(val *CategoryFilterUpdateResponse)
- func (v *NullableCategoryFilterUpdateResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCategoryFilterUpdateResponse) Unset()
- type NullableCategoryFiltersCreateCategoryFilter400Response
- func (v NullableCategoryFiltersCreateCategoryFilter400Response) Get() *CategoryFiltersCreateCategoryFilter400Response
- func (v NullableCategoryFiltersCreateCategoryFilter400Response) IsSet() bool
- func (v NullableCategoryFiltersCreateCategoryFilter400Response) MarshalJSON() ([]byte, error)
- func (v *NullableCategoryFiltersCreateCategoryFilter400Response) Set(val *CategoryFiltersCreateCategoryFilter400Response)
- func (v *NullableCategoryFiltersCreateCategoryFilter400Response) UnmarshalJSON(src []byte) error
- func (v *NullableCategoryFiltersCreateCategoryFilter400Response) Unset()
- type NullableCategoryFiltersCreateCategoryFilter400ResponseError
- func (v NullableCategoryFiltersCreateCategoryFilter400ResponseError) Get() *CategoryFiltersCreateCategoryFilter400ResponseError
- func (v NullableCategoryFiltersCreateCategoryFilter400ResponseError) IsSet() bool
- func (v NullableCategoryFiltersCreateCategoryFilter400ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableCategoryFiltersCreateCategoryFilter400ResponseError) Set(val *CategoryFiltersCreateCategoryFilter400ResponseError)
- func (v *NullableCategoryFiltersCreateCategoryFilter400ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableCategoryFiltersCreateCategoryFilter400ResponseError) Unset()
- type NullableCategoryFiltersCreateCategoryFilter409Response
- func (v NullableCategoryFiltersCreateCategoryFilter409Response) Get() *CategoryFiltersCreateCategoryFilter409Response
- func (v NullableCategoryFiltersCreateCategoryFilter409Response) IsSet() bool
- func (v NullableCategoryFiltersCreateCategoryFilter409Response) MarshalJSON() ([]byte, error)
- func (v *NullableCategoryFiltersCreateCategoryFilter409Response) Set(val *CategoryFiltersCreateCategoryFilter409Response)
- func (v *NullableCategoryFiltersCreateCategoryFilter409Response) UnmarshalJSON(src []byte) error
- func (v *NullableCategoryFiltersCreateCategoryFilter409Response) Unset()
- type NullableCategoryFiltersCreateCategoryFilter409ResponseError
- func (v NullableCategoryFiltersCreateCategoryFilter409ResponseError) Get() *CategoryFiltersCreateCategoryFilter409ResponseError
- func (v NullableCategoryFiltersCreateCategoryFilter409ResponseError) IsSet() bool
- func (v NullableCategoryFiltersCreateCategoryFilter409ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableCategoryFiltersCreateCategoryFilter409ResponseError) Set(val *CategoryFiltersCreateCategoryFilter409ResponseError)
- func (v *NullableCategoryFiltersCreateCategoryFilter409ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableCategoryFiltersCreateCategoryFilter409ResponseError) Unset()
- type NullableCategoryFiltersDeleteCategoryFilters400Response
- func (v NullableCategoryFiltersDeleteCategoryFilters400Response) Get() *CategoryFiltersDeleteCategoryFilters400Response
- func (v NullableCategoryFiltersDeleteCategoryFilters400Response) IsSet() bool
- func (v NullableCategoryFiltersDeleteCategoryFilters400Response) MarshalJSON() ([]byte, error)
- func (v *NullableCategoryFiltersDeleteCategoryFilters400Response) Set(val *CategoryFiltersDeleteCategoryFilters400Response)
- func (v *NullableCategoryFiltersDeleteCategoryFilters400Response) UnmarshalJSON(src []byte) error
- func (v *NullableCategoryFiltersDeleteCategoryFilters400Response) Unset()
- type NullableCategoryFiltersDeleteCategoryFilters400ResponseError
- func (v NullableCategoryFiltersDeleteCategoryFilters400ResponseError) Get() *CategoryFiltersDeleteCategoryFilters400ResponseError
- func (v NullableCategoryFiltersDeleteCategoryFilters400ResponseError) IsSet() bool
- func (v NullableCategoryFiltersDeleteCategoryFilters400ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableCategoryFiltersDeleteCategoryFilters400ResponseError) Set(val *CategoryFiltersDeleteCategoryFilters400ResponseError)
- func (v *NullableCategoryFiltersDeleteCategoryFilters400ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableCategoryFiltersDeleteCategoryFilters400ResponseError) Unset()
- type NullableCategoryFiltersDeleteRequest
- func (v NullableCategoryFiltersDeleteRequest) Get() *CategoryFiltersDeleteRequest
- func (v NullableCategoryFiltersDeleteRequest) IsSet() bool
- func (v NullableCategoryFiltersDeleteRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCategoryFiltersDeleteRequest) Set(val *CategoryFiltersDeleteRequest)
- func (v *NullableCategoryFiltersDeleteRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCategoryFiltersDeleteRequest) Unset()
- type NullableCategoryFiltersReadCategoryFilter404Response
- func (v NullableCategoryFiltersReadCategoryFilter404Response) Get() *CategoryFiltersReadCategoryFilter404Response
- func (v NullableCategoryFiltersReadCategoryFilter404Response) IsSet() bool
- func (v NullableCategoryFiltersReadCategoryFilter404Response) MarshalJSON() ([]byte, error)
- func (v *NullableCategoryFiltersReadCategoryFilter404Response) Set(val *CategoryFiltersReadCategoryFilter404Response)
- func (v *NullableCategoryFiltersReadCategoryFilter404Response) UnmarshalJSON(src []byte) error
- func (v *NullableCategoryFiltersReadCategoryFilter404Response) Unset()
- type NullableCategoryFiltersReadCategoryFilter404ResponseError
- func (v NullableCategoryFiltersReadCategoryFilter404ResponseError) Get() *CategoryFiltersReadCategoryFilter404ResponseError
- func (v NullableCategoryFiltersReadCategoryFilter404ResponseError) IsSet() bool
- func (v NullableCategoryFiltersReadCategoryFilter404ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableCategoryFiltersReadCategoryFilter404ResponseError) Set(val *CategoryFiltersReadCategoryFilter404ResponseError)
- func (v *NullableCategoryFiltersReadCategoryFilter404ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableCategoryFiltersReadCategoryFilter404ResponseError) Unset()
- type NullableContentCategory
- func (v NullableContentCategory) Get() *ContentCategory
- func (v NullableContentCategory) IsSet() bool
- func (v NullableContentCategory) MarshalJSON() ([]byte, error)
- func (v *NullableContentCategory) Set(val *ContentCategory)
- func (v *NullableContentCategory) UnmarshalJSON(src []byte) error
- func (v *NullableContentCategory) Unset()
- type NullableContentCategoryMultiResponse
- func (v NullableContentCategoryMultiResponse) Get() *ContentCategoryMultiResponse
- func (v NullableContentCategoryMultiResponse) IsSet() bool
- func (v NullableContentCategoryMultiResponse) MarshalJSON() ([]byte, error)
- func (v *NullableContentCategoryMultiResponse) Set(val *ContentCategoryMultiResponse)
- func (v *NullableContentCategoryMultiResponse) UnmarshalJSON(src []byte) error
- func (v *NullableContentCategoryMultiResponse) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableInternalDomainListsCreateInternalDomains400Response
- func (v NullableInternalDomainListsCreateInternalDomains400Response) Get() *InternalDomainListsCreateInternalDomains400Response
- func (v NullableInternalDomainListsCreateInternalDomains400Response) IsSet() bool
- func (v NullableInternalDomainListsCreateInternalDomains400Response) MarshalJSON() ([]byte, error)
- func (v *NullableInternalDomainListsCreateInternalDomains400Response) Set(val *InternalDomainListsCreateInternalDomains400Response)
- func (v *NullableInternalDomainListsCreateInternalDomains400Response) UnmarshalJSON(src []byte) error
- func (v *NullableInternalDomainListsCreateInternalDomains400Response) Unset()
- type NullableInternalDomainListsCreateInternalDomains400ResponseError
- func (v NullableInternalDomainListsCreateInternalDomains400ResponseError) Get() *InternalDomainListsCreateInternalDomains400ResponseError
- func (v NullableInternalDomainListsCreateInternalDomains400ResponseError) IsSet() bool
- func (v NullableInternalDomainListsCreateInternalDomains400ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableInternalDomainListsCreateInternalDomains400ResponseError) Set(val *InternalDomainListsCreateInternalDomains400ResponseError)
- func (v *NullableInternalDomainListsCreateInternalDomains400ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableInternalDomainListsCreateInternalDomains400ResponseError) Unset()
- type NullableInternalDomainListsCreateInternalDomains409Response
- func (v NullableInternalDomainListsCreateInternalDomains409Response) Get() *InternalDomainListsCreateInternalDomains409Response
- func (v NullableInternalDomainListsCreateInternalDomains409Response) IsSet() bool
- func (v NullableInternalDomainListsCreateInternalDomains409Response) MarshalJSON() ([]byte, error)
- func (v *NullableInternalDomainListsCreateInternalDomains409Response) Set(val *InternalDomainListsCreateInternalDomains409Response)
- func (v *NullableInternalDomainListsCreateInternalDomains409Response) UnmarshalJSON(src []byte) error
- func (v *NullableInternalDomainListsCreateInternalDomains409Response) Unset()
- type NullableInternalDomainListsCreateInternalDomains409ResponseError
- func (v NullableInternalDomainListsCreateInternalDomains409ResponseError) Get() *InternalDomainListsCreateInternalDomains409ResponseError
- func (v NullableInternalDomainListsCreateInternalDomains409ResponseError) IsSet() bool
- func (v NullableInternalDomainListsCreateInternalDomains409ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableInternalDomainListsCreateInternalDomains409ResponseError) Set(val *InternalDomainListsCreateInternalDomains409ResponseError)
- func (v *NullableInternalDomainListsCreateInternalDomains409ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableInternalDomainListsCreateInternalDomains409ResponseError) Unset()
- type NullableInternalDomainListsDeleteInternalDomains400Response
- func (v NullableInternalDomainListsDeleteInternalDomains400Response) Get() *InternalDomainListsDeleteInternalDomains400Response
- func (v NullableInternalDomainListsDeleteInternalDomains400Response) IsSet() bool
- func (v NullableInternalDomainListsDeleteInternalDomains400Response) MarshalJSON() ([]byte, error)
- func (v *NullableInternalDomainListsDeleteInternalDomains400Response) Set(val *InternalDomainListsDeleteInternalDomains400Response)
- func (v *NullableInternalDomainListsDeleteInternalDomains400Response) UnmarshalJSON(src []byte) error
- func (v *NullableInternalDomainListsDeleteInternalDomains400Response) Unset()
- type NullableInternalDomainListsDeleteInternalDomains400ResponseError
- func (v NullableInternalDomainListsDeleteInternalDomains400ResponseError) Get() *InternalDomainListsDeleteInternalDomains400ResponseError
- func (v NullableInternalDomainListsDeleteInternalDomains400ResponseError) IsSet() bool
- func (v NullableInternalDomainListsDeleteInternalDomains400ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableInternalDomainListsDeleteInternalDomains400ResponseError) Set(val *InternalDomainListsDeleteInternalDomains400ResponseError)
- func (v *NullableInternalDomainListsDeleteInternalDomains400ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableInternalDomainListsDeleteInternalDomains400ResponseError) Unset()
- type NullableInternalDomainListsDeleteInternalDomains404Response
- func (v NullableInternalDomainListsDeleteInternalDomains404Response) Get() *InternalDomainListsDeleteInternalDomains404Response
- func (v NullableInternalDomainListsDeleteInternalDomains404Response) IsSet() bool
- func (v NullableInternalDomainListsDeleteInternalDomains404Response) MarshalJSON() ([]byte, error)
- func (v *NullableInternalDomainListsDeleteInternalDomains404Response) Set(val *InternalDomainListsDeleteInternalDomains404Response)
- func (v *NullableInternalDomainListsDeleteInternalDomains404Response) UnmarshalJSON(src []byte) error
- func (v *NullableInternalDomainListsDeleteInternalDomains404Response) Unset()
- type NullableInternalDomainListsDeleteInternalDomains404ResponseError
- func (v NullableInternalDomainListsDeleteInternalDomains404ResponseError) Get() *InternalDomainListsDeleteInternalDomains404ResponseError
- func (v NullableInternalDomainListsDeleteInternalDomains404ResponseError) IsSet() bool
- func (v NullableInternalDomainListsDeleteInternalDomains404ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableInternalDomainListsDeleteInternalDomains404ResponseError) Set(val *InternalDomainListsDeleteInternalDomains404ResponseError)
- func (v *NullableInternalDomainListsDeleteInternalDomains404ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableInternalDomainListsDeleteInternalDomains404ResponseError) Unset()
- type NullableInternalDomainListsDeleteSingleInternalDomains400Response
- func (v NullableInternalDomainListsDeleteSingleInternalDomains400Response) Get() *InternalDomainListsDeleteSingleInternalDomains400Response
- func (v NullableInternalDomainListsDeleteSingleInternalDomains400Response) IsSet() bool
- func (v NullableInternalDomainListsDeleteSingleInternalDomains400Response) MarshalJSON() ([]byte, error)
- func (v *NullableInternalDomainListsDeleteSingleInternalDomains400Response) Set(val *InternalDomainListsDeleteSingleInternalDomains400Response)
- func (v *NullableInternalDomainListsDeleteSingleInternalDomains400Response) UnmarshalJSON(src []byte) error
- func (v *NullableInternalDomainListsDeleteSingleInternalDomains400Response) Unset()
- type NullableInternalDomainListsDeleteSingleInternalDomains400ResponseError
- func (v NullableInternalDomainListsDeleteSingleInternalDomains400ResponseError) Get() *InternalDomainListsDeleteSingleInternalDomains400ResponseError
- func (v NullableInternalDomainListsDeleteSingleInternalDomains400ResponseError) IsSet() bool
- func (v NullableInternalDomainListsDeleteSingleInternalDomains400ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableInternalDomainListsDeleteSingleInternalDomains400ResponseError) Set(val *InternalDomainListsDeleteSingleInternalDomains400ResponseError)
- func (v *NullableInternalDomainListsDeleteSingleInternalDomains400ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableInternalDomainListsDeleteSingleInternalDomains400ResponseError) Unset()
- type NullableInternalDomainListsInternalDomainsItemsPartialUpdate400Response
- func (v NullableInternalDomainListsInternalDomainsItemsPartialUpdate400Response) Get() *InternalDomainListsInternalDomainsItemsPartialUpdate400Response
- func (v NullableInternalDomainListsInternalDomainsItemsPartialUpdate400Response) IsSet() bool
- func (v NullableInternalDomainListsInternalDomainsItemsPartialUpdate400Response) MarshalJSON() ([]byte, error)
- func (v *NullableInternalDomainListsInternalDomainsItemsPartialUpdate400Response) Set(val *InternalDomainListsInternalDomainsItemsPartialUpdate400Response)
- func (v *NullableInternalDomainListsInternalDomainsItemsPartialUpdate400Response) UnmarshalJSON(src []byte) error
- func (v *NullableInternalDomainListsInternalDomainsItemsPartialUpdate400Response) Unset()
- type NullableInternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError
- func (v NullableInternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) Get() *InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError
- func (v NullableInternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) IsSet() bool
- func (v NullableInternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableInternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) Set(val *InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError)
- func (v *NullableInternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableInternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) Unset()
- type NullableInternalDomainListsInternalDomainsItemsPartialUpdate404Response
- func (v NullableInternalDomainListsInternalDomainsItemsPartialUpdate404Response) Get() *InternalDomainListsInternalDomainsItemsPartialUpdate404Response
- func (v NullableInternalDomainListsInternalDomainsItemsPartialUpdate404Response) IsSet() bool
- func (v NullableInternalDomainListsInternalDomainsItemsPartialUpdate404Response) MarshalJSON() ([]byte, error)
- func (v *NullableInternalDomainListsInternalDomainsItemsPartialUpdate404Response) Set(val *InternalDomainListsInternalDomainsItemsPartialUpdate404Response)
- func (v *NullableInternalDomainListsInternalDomainsItemsPartialUpdate404Response) UnmarshalJSON(src []byte) error
- func (v *NullableInternalDomainListsInternalDomainsItemsPartialUpdate404Response) Unset()
- type NullableInternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError
- func (v NullableInternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) Get() *InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError
- func (v NullableInternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) IsSet() bool
- func (v NullableInternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableInternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) Set(val *InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError)
- func (v *NullableInternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableInternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) Unset()
- type NullableInternalDomainListsReadInternalDomains404Response
- func (v NullableInternalDomainListsReadInternalDomains404Response) Get() *InternalDomainListsReadInternalDomains404Response
- func (v NullableInternalDomainListsReadInternalDomains404Response) IsSet() bool
- func (v NullableInternalDomainListsReadInternalDomains404Response) MarshalJSON() ([]byte, error)
- func (v *NullableInternalDomainListsReadInternalDomains404Response) Set(val *InternalDomainListsReadInternalDomains404Response)
- func (v *NullableInternalDomainListsReadInternalDomains404Response) UnmarshalJSON(src []byte) error
- func (v *NullableInternalDomainListsReadInternalDomains404Response) Unset()
- type NullableInternalDomainListsReadInternalDomains404ResponseError
- func (v NullableInternalDomainListsReadInternalDomains404ResponseError) Get() *InternalDomainListsReadInternalDomains404ResponseError
- func (v NullableInternalDomainListsReadInternalDomains404ResponseError) IsSet() bool
- func (v NullableInternalDomainListsReadInternalDomains404ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableInternalDomainListsReadInternalDomains404ResponseError) Set(val *InternalDomainListsReadInternalDomains404ResponseError)
- func (v *NullableInternalDomainListsReadInternalDomains404ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableInternalDomainListsReadInternalDomains404ResponseError) Unset()
- type NullableInternalDomainListsUpdateInternalDomains400Response
- func (v NullableInternalDomainListsUpdateInternalDomains400Response) Get() *InternalDomainListsUpdateInternalDomains400Response
- func (v NullableInternalDomainListsUpdateInternalDomains400Response) IsSet() bool
- func (v NullableInternalDomainListsUpdateInternalDomains400Response) MarshalJSON() ([]byte, error)
- func (v *NullableInternalDomainListsUpdateInternalDomains400Response) Set(val *InternalDomainListsUpdateInternalDomains400Response)
- func (v *NullableInternalDomainListsUpdateInternalDomains400Response) UnmarshalJSON(src []byte) error
- func (v *NullableInternalDomainListsUpdateInternalDomains400Response) Unset()
- type NullableInternalDomainListsUpdateInternalDomains400ResponseError
- func (v NullableInternalDomainListsUpdateInternalDomains400ResponseError) Get() *InternalDomainListsUpdateInternalDomains400ResponseError
- func (v NullableInternalDomainListsUpdateInternalDomains400ResponseError) IsSet() bool
- func (v NullableInternalDomainListsUpdateInternalDomains400ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableInternalDomainListsUpdateInternalDomains400ResponseError) Set(val *InternalDomainListsUpdateInternalDomains400ResponseError)
- func (v *NullableInternalDomainListsUpdateInternalDomains400ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableInternalDomainListsUpdateInternalDomains400ResponseError) Unset()
- type NullableInternalDomainListsUpdateInternalDomains404Response
- func (v NullableInternalDomainListsUpdateInternalDomains404Response) Get() *InternalDomainListsUpdateInternalDomains404Response
- func (v NullableInternalDomainListsUpdateInternalDomains404Response) IsSet() bool
- func (v NullableInternalDomainListsUpdateInternalDomains404Response) MarshalJSON() ([]byte, error)
- func (v *NullableInternalDomainListsUpdateInternalDomains404Response) Set(val *InternalDomainListsUpdateInternalDomains404Response)
- func (v *NullableInternalDomainListsUpdateInternalDomains404Response) UnmarshalJSON(src []byte) error
- func (v *NullableInternalDomainListsUpdateInternalDomains404Response) Unset()
- type NullableInternalDomainListsUpdateInternalDomains404ResponseError
- func (v NullableInternalDomainListsUpdateInternalDomains404ResponseError) Get() *InternalDomainListsUpdateInternalDomains404ResponseError
- func (v NullableInternalDomainListsUpdateInternalDomains404ResponseError) IsSet() bool
- func (v NullableInternalDomainListsUpdateInternalDomains404ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableInternalDomainListsUpdateInternalDomains404ResponseError) Set(val *InternalDomainListsUpdateInternalDomains404ResponseError)
- func (v *NullableInternalDomainListsUpdateInternalDomains404ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableInternalDomainListsUpdateInternalDomains404ResponseError) Unset()
- type NullableInternalDomains
- func (v NullableInternalDomains) Get() *InternalDomains
- func (v NullableInternalDomains) IsSet() bool
- func (v NullableInternalDomains) MarshalJSON() ([]byte, error)
- func (v *NullableInternalDomains) Set(val *InternalDomains)
- func (v *NullableInternalDomains) UnmarshalJSON(src []byte) error
- func (v *NullableInternalDomains) Unset()
- type NullableInternalDomainsCreateResponse
- func (v NullableInternalDomainsCreateResponse) Get() *InternalDomainsCreateResponse
- func (v NullableInternalDomainsCreateResponse) IsSet() bool
- func (v NullableInternalDomainsCreateResponse) MarshalJSON() ([]byte, error)
- func (v *NullableInternalDomainsCreateResponse) Set(val *InternalDomainsCreateResponse)
- func (v *NullableInternalDomainsCreateResponse) UnmarshalJSON(src []byte) error
- func (v *NullableInternalDomainsCreateResponse) Unset()
- type NullableInternalDomainsDeleteRequest
- func (v NullableInternalDomainsDeleteRequest) Get() *InternalDomainsDeleteRequest
- func (v NullableInternalDomainsDeleteRequest) IsSet() bool
- func (v NullableInternalDomainsDeleteRequest) MarshalJSON() ([]byte, error)
- func (v *NullableInternalDomainsDeleteRequest) Set(val *InternalDomainsDeleteRequest)
- func (v *NullableInternalDomainsDeleteRequest) UnmarshalJSON(src []byte) error
- func (v *NullableInternalDomainsDeleteRequest) Unset()
- type NullableInternalDomainsItems
- func (v NullableInternalDomainsItems) Get() *InternalDomainsItems
- func (v NullableInternalDomainsItems) IsSet() bool
- func (v NullableInternalDomainsItems) MarshalJSON() ([]byte, error)
- func (v *NullableInternalDomainsItems) Set(val *InternalDomainsItems)
- func (v *NullableInternalDomainsItems) UnmarshalJSON(src []byte) error
- func (v *NullableInternalDomainsItems) Unset()
- type NullableInternalDomainsMultiResponse
- func (v NullableInternalDomainsMultiResponse) Get() *InternalDomainsMultiResponse
- func (v NullableInternalDomainsMultiResponse) IsSet() bool
- func (v NullableInternalDomainsMultiResponse) MarshalJSON() ([]byte, error)
- func (v *NullableInternalDomainsMultiResponse) Set(val *InternalDomainsMultiResponse)
- func (v *NullableInternalDomainsMultiResponse) UnmarshalJSON(src []byte) error
- func (v *NullableInternalDomainsMultiResponse) Unset()
- type NullableInternalDomainsReadResponse
- func (v NullableInternalDomainsReadResponse) Get() *InternalDomainsReadResponse
- func (v NullableInternalDomainsReadResponse) IsSet() bool
- func (v NullableInternalDomainsReadResponse) MarshalJSON() ([]byte, error)
- func (v *NullableInternalDomainsReadResponse) Set(val *InternalDomainsReadResponse)
- func (v *NullableInternalDomainsReadResponse) UnmarshalJSON(src []byte) error
- func (v *NullableInternalDomainsReadResponse) Unset()
- type NullableInternalDomainsUpdateResponse
- func (v NullableInternalDomainsUpdateResponse) Get() *InternalDomainsUpdateResponse
- func (v NullableInternalDomainsUpdateResponse) IsSet() bool
- func (v NullableInternalDomainsUpdateResponse) MarshalJSON() ([]byte, error)
- func (v *NullableInternalDomainsUpdateResponse) Set(val *InternalDomainsUpdateResponse)
- func (v *NullableInternalDomainsUpdateResponse) UnmarshalJSON(src []byte) error
- func (v *NullableInternalDomainsUpdateResponse) Unset()
- type NullableItemStructs
- func (v NullableItemStructs) Get() *ItemStructs
- func (v NullableItemStructs) IsSet() bool
- func (v NullableItemStructs) MarshalJSON() ([]byte, error)
- func (v *NullableItemStructs) Set(val *ItemStructs)
- func (v *NullableItemStructs) UnmarshalJSON(src []byte) error
- func (v *NullableItemStructs) Unset()
- type NullableListPoPRegionsResponse
- func (v NullableListPoPRegionsResponse) Get() *ListPoPRegionsResponse
- func (v NullableListPoPRegionsResponse) IsSet() bool
- func (v NullableListPoPRegionsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListPoPRegionsResponse) Set(val *ListPoPRegionsResponse)
- func (v *NullableListPoPRegionsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListPoPRegionsResponse) Unset()
- type NullableListSeverityLevels
- func (v NullableListSeverityLevels) Get() *ListSeverityLevels
- func (v NullableListSeverityLevels) IsSet() bool
- func (v NullableListSeverityLevels) MarshalJSON() ([]byte, error)
- func (v *NullableListSeverityLevels) Set(val *ListSeverityLevels)
- func (v *NullableListSeverityLevels) UnmarshalJSON(src []byte) error
- func (v *NullableListSeverityLevels) Unset()
- type NullableMultiListUpdate
- func (v NullableMultiListUpdate) Get() *MultiListUpdate
- func (v NullableMultiListUpdate) IsSet() bool
- func (v NullableMultiListUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableMultiListUpdate) Set(val *MultiListUpdate)
- func (v *NullableMultiListUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableMultiListUpdate) Unset()
- type NullableNamedList
- type NullableNamedListCSVListResponse
- func (v NullableNamedListCSVListResponse) Get() *NamedListCSVListResponse
- func (v NullableNamedListCSVListResponse) IsSet() bool
- func (v NullableNamedListCSVListResponse) MarshalJSON() ([]byte, error)
- func (v *NullableNamedListCSVListResponse) Set(val *NamedListCSVListResponse)
- func (v *NullableNamedListCSVListResponse) UnmarshalJSON(src []byte) error
- func (v *NullableNamedListCSVListResponse) Unset()
- type NullableNamedListCreateResponse
- func (v NullableNamedListCreateResponse) Get() *NamedListCreateResponse
- func (v NullableNamedListCreateResponse) IsSet() bool
- func (v NullableNamedListCreateResponse) MarshalJSON() ([]byte, error)
- func (v *NullableNamedListCreateResponse) Set(val *NamedListCreateResponse)
- func (v *NullableNamedListCreateResponse) UnmarshalJSON(src []byte) error
- func (v *NullableNamedListCreateResponse) Unset()
- type NullableNamedListItemsDeleteNamedListItems400Response
- func (v NullableNamedListItemsDeleteNamedListItems400Response) Get() *NamedListItemsDeleteNamedListItems400Response
- func (v NullableNamedListItemsDeleteNamedListItems400Response) IsSet() bool
- func (v NullableNamedListItemsDeleteNamedListItems400Response) MarshalJSON() ([]byte, error)
- func (v *NullableNamedListItemsDeleteNamedListItems400Response) Set(val *NamedListItemsDeleteNamedListItems400Response)
- func (v *NullableNamedListItemsDeleteNamedListItems400Response) UnmarshalJSON(src []byte) error
- func (v *NullableNamedListItemsDeleteNamedListItems400Response) Unset()
- type NullableNamedListItemsDeleteNamedListItems400ResponseError
- func (v NullableNamedListItemsDeleteNamedListItems400ResponseError) Get() *NamedListItemsDeleteNamedListItems400ResponseError
- func (v NullableNamedListItemsDeleteNamedListItems400ResponseError) IsSet() bool
- func (v NullableNamedListItemsDeleteNamedListItems400ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableNamedListItemsDeleteNamedListItems400ResponseError) Set(val *NamedListItemsDeleteNamedListItems400ResponseError)
- func (v *NullableNamedListItemsDeleteNamedListItems400ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableNamedListItemsDeleteNamedListItems400ResponseError) Unset()
- type NullableNamedListItemsDeleteRequest
- func (v NullableNamedListItemsDeleteRequest) Get() *NamedListItemsDeleteRequest
- func (v NullableNamedListItemsDeleteRequest) IsSet() bool
- func (v NullableNamedListItemsDeleteRequest) MarshalJSON() ([]byte, error)
- func (v *NullableNamedListItemsDeleteRequest) Set(val *NamedListItemsDeleteRequest)
- func (v *NullableNamedListItemsDeleteRequest) UnmarshalJSON(src []byte) error
- func (v *NullableNamedListItemsDeleteRequest) Unset()
- type NullableNamedListItemsInsertOrReplaceNamedListItems400Response
- func (v NullableNamedListItemsInsertOrReplaceNamedListItems400Response) Get() *NamedListItemsInsertOrReplaceNamedListItems400Response
- func (v NullableNamedListItemsInsertOrReplaceNamedListItems400Response) IsSet() bool
- func (v NullableNamedListItemsInsertOrReplaceNamedListItems400Response) MarshalJSON() ([]byte, error)
- func (v *NullableNamedListItemsInsertOrReplaceNamedListItems400Response) Set(val *NamedListItemsInsertOrReplaceNamedListItems400Response)
- func (v *NullableNamedListItemsInsertOrReplaceNamedListItems400Response) UnmarshalJSON(src []byte) error
- func (v *NullableNamedListItemsInsertOrReplaceNamedListItems400Response) Unset()
- type NullableNamedListItemsInsertOrReplaceNamedListItems400ResponseError
- func (v NullableNamedListItemsInsertOrReplaceNamedListItems400ResponseError) Get() *NamedListItemsInsertOrReplaceNamedListItems400ResponseError
- func (v NullableNamedListItemsInsertOrReplaceNamedListItems400ResponseError) IsSet() bool
- func (v NullableNamedListItemsInsertOrReplaceNamedListItems400ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableNamedListItemsInsertOrReplaceNamedListItems400ResponseError) Set(val *NamedListItemsInsertOrReplaceNamedListItems400ResponseError)
- func (v *NullableNamedListItemsInsertOrReplaceNamedListItems400ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableNamedListItemsInsertOrReplaceNamedListItems400ResponseError) Unset()
- type NullableNamedListItemsInsertOrUpdate
- func (v NullableNamedListItemsInsertOrUpdate) Get() *NamedListItemsInsertOrUpdate
- func (v NullableNamedListItemsInsertOrUpdate) IsSet() bool
- func (v NullableNamedListItemsInsertOrUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableNamedListItemsInsertOrUpdate) Set(val *NamedListItemsInsertOrUpdate)
- func (v *NullableNamedListItemsInsertOrUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableNamedListItemsInsertOrUpdate) Unset()
- type NullableNamedListItemsInsertOrUpdateResponse
- func (v NullableNamedListItemsInsertOrUpdateResponse) Get() *NamedListItemsInsertOrUpdateResponse
- func (v NullableNamedListItemsInsertOrUpdateResponse) IsSet() bool
- func (v NullableNamedListItemsInsertOrUpdateResponse) MarshalJSON() ([]byte, error)
- func (v *NullableNamedListItemsInsertOrUpdateResponse) Set(val *NamedListItemsInsertOrUpdateResponse)
- func (v *NullableNamedListItemsInsertOrUpdateResponse) UnmarshalJSON(src []byte) error
- func (v *NullableNamedListItemsInsertOrUpdateResponse) Unset()
- type NullableNamedListItemsInsertOrUpdateResponseSuccess
- func (v NullableNamedListItemsInsertOrUpdateResponseSuccess) Get() *NamedListItemsInsertOrUpdateResponseSuccess
- func (v NullableNamedListItemsInsertOrUpdateResponseSuccess) IsSet() bool
- func (v NullableNamedListItemsInsertOrUpdateResponseSuccess) MarshalJSON() ([]byte, error)
- func (v *NullableNamedListItemsInsertOrUpdateResponseSuccess) Set(val *NamedListItemsInsertOrUpdateResponseSuccess)
- func (v *NullableNamedListItemsInsertOrUpdateResponseSuccess) UnmarshalJSON(src []byte) error
- func (v *NullableNamedListItemsInsertOrUpdateResponseSuccess) Unset()
- type NullableNamedListItemsNamedListItemsPartialUpdate400Response
- func (v NullableNamedListItemsNamedListItemsPartialUpdate400Response) Get() *NamedListItemsNamedListItemsPartialUpdate400Response
- func (v NullableNamedListItemsNamedListItemsPartialUpdate400Response) IsSet() bool
- func (v NullableNamedListItemsNamedListItemsPartialUpdate400Response) MarshalJSON() ([]byte, error)
- func (v *NullableNamedListItemsNamedListItemsPartialUpdate400Response) Set(val *NamedListItemsNamedListItemsPartialUpdate400Response)
- func (v *NullableNamedListItemsNamedListItemsPartialUpdate400Response) UnmarshalJSON(src []byte) error
- func (v *NullableNamedListItemsNamedListItemsPartialUpdate400Response) Unset()
- type NullableNamedListItemsNamedListItemsPartialUpdate400ResponseError
- func (v NullableNamedListItemsNamedListItemsPartialUpdate400ResponseError) Get() *NamedListItemsNamedListItemsPartialUpdate400ResponseError
- func (v NullableNamedListItemsNamedListItemsPartialUpdate400ResponseError) IsSet() bool
- func (v NullableNamedListItemsNamedListItemsPartialUpdate400ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableNamedListItemsNamedListItemsPartialUpdate400ResponseError) Set(val *NamedListItemsNamedListItemsPartialUpdate400ResponseError)
- func (v *NullableNamedListItemsNamedListItemsPartialUpdate400ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableNamedListItemsNamedListItemsPartialUpdate400ResponseError) Unset()
- type NullableNamedListItemsPartialUpdate
- func (v NullableNamedListItemsPartialUpdate) Get() *NamedListItemsPartialUpdate
- func (v NullableNamedListItemsPartialUpdate) IsSet() bool
- func (v NullableNamedListItemsPartialUpdate) MarshalJSON() ([]byte, error)
- func (v *NullableNamedListItemsPartialUpdate) Set(val *NamedListItemsPartialUpdate)
- func (v *NullableNamedListItemsPartialUpdate) UnmarshalJSON(src []byte) error
- func (v *NullableNamedListItemsPartialUpdate) Unset()
- type NullableNamedListRead
- func (v NullableNamedListRead) Get() *NamedListRead
- func (v NullableNamedListRead) IsSet() bool
- func (v NullableNamedListRead) MarshalJSON() ([]byte, error)
- func (v *NullableNamedListRead) Set(val *NamedListRead)
- func (v *NullableNamedListRead) UnmarshalJSON(src []byte) error
- func (v *NullableNamedListRead) Unset()
- type NullableNamedListReadMultiResponse
- func (v NullableNamedListReadMultiResponse) Get() *NamedListReadMultiResponse
- func (v NullableNamedListReadMultiResponse) IsSet() bool
- func (v NullableNamedListReadMultiResponse) MarshalJSON() ([]byte, error)
- func (v *NullableNamedListReadMultiResponse) Set(val *NamedListReadMultiResponse)
- func (v *NullableNamedListReadMultiResponse) UnmarshalJSON(src []byte) error
- func (v *NullableNamedListReadMultiResponse) Unset()
- type NullableNamedListReadResponse
- func (v NullableNamedListReadResponse) Get() *NamedListReadResponse
- func (v NullableNamedListReadResponse) IsSet() bool
- func (v NullableNamedListReadResponse) MarshalJSON() ([]byte, error)
- func (v *NullableNamedListReadResponse) Set(val *NamedListReadResponse)
- func (v *NullableNamedListReadResponse) UnmarshalJSON(src []byte) error
- func (v *NullableNamedListReadResponse) Unset()
- type NullableNamedListUpdateResponse
- func (v NullableNamedListUpdateResponse) Get() *NamedListUpdateResponse
- func (v NullableNamedListUpdateResponse) IsSet() bool
- func (v NullableNamedListUpdateResponse) MarshalJSON() ([]byte, error)
- func (v *NullableNamedListUpdateResponse) Set(val *NamedListUpdateResponse)
- func (v *NullableNamedListUpdateResponse) UnmarshalJSON(src []byte) error
- func (v *NullableNamedListUpdateResponse) Unset()
- type NullableNamedListsCreateNamedList409Response
- func (v NullableNamedListsCreateNamedList409Response) Get() *NamedListsCreateNamedList409Response
- func (v NullableNamedListsCreateNamedList409Response) IsSet() bool
- func (v NullableNamedListsCreateNamedList409Response) MarshalJSON() ([]byte, error)
- func (v *NullableNamedListsCreateNamedList409Response) Set(val *NamedListsCreateNamedList409Response)
- func (v *NullableNamedListsCreateNamedList409Response) UnmarshalJSON(src []byte) error
- func (v *NullableNamedListsCreateNamedList409Response) Unset()
- type NullableNamedListsCreateNamedList409ResponseError
- func (v NullableNamedListsCreateNamedList409ResponseError) Get() *NamedListsCreateNamedList409ResponseError
- func (v NullableNamedListsCreateNamedList409ResponseError) IsSet() bool
- func (v NullableNamedListsCreateNamedList409ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableNamedListsCreateNamedList409ResponseError) Set(val *NamedListsCreateNamedList409ResponseError)
- func (v *NullableNamedListsCreateNamedList409ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableNamedListsCreateNamedList409ResponseError) Unset()
- type NullableNamedListsDeleteNamedLists400Response
- func (v NullableNamedListsDeleteNamedLists400Response) Get() *NamedListsDeleteNamedLists400Response
- func (v NullableNamedListsDeleteNamedLists400Response) IsSet() bool
- func (v NullableNamedListsDeleteNamedLists400Response) MarshalJSON() ([]byte, error)
- func (v *NullableNamedListsDeleteNamedLists400Response) Set(val *NamedListsDeleteNamedLists400Response)
- func (v *NullableNamedListsDeleteNamedLists400Response) UnmarshalJSON(src []byte) error
- func (v *NullableNamedListsDeleteNamedLists400Response) Unset()
- type NullableNamedListsDeleteNamedLists400ResponseError
- func (v NullableNamedListsDeleteNamedLists400ResponseError) Get() *NamedListsDeleteNamedLists400ResponseError
- func (v NullableNamedListsDeleteNamedLists400ResponseError) IsSet() bool
- func (v NullableNamedListsDeleteNamedLists400ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableNamedListsDeleteNamedLists400ResponseError) Set(val *NamedListsDeleteNamedLists400ResponseError)
- func (v *NullableNamedListsDeleteNamedLists400ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableNamedListsDeleteNamedLists400ResponseError) Unset()
- type NullableNamedListsDeleteNamedLists404Response
- func (v NullableNamedListsDeleteNamedLists404Response) Get() *NamedListsDeleteNamedLists404Response
- func (v NullableNamedListsDeleteNamedLists404Response) IsSet() bool
- func (v NullableNamedListsDeleteNamedLists404Response) MarshalJSON() ([]byte, error)
- func (v *NullableNamedListsDeleteNamedLists404Response) Set(val *NamedListsDeleteNamedLists404Response)
- func (v *NullableNamedListsDeleteNamedLists404Response) UnmarshalJSON(src []byte) error
- func (v *NullableNamedListsDeleteNamedLists404Response) Unset()
- type NullableNamedListsDeleteNamedLists404ResponseError
- func (v NullableNamedListsDeleteNamedLists404ResponseError) Get() *NamedListsDeleteNamedLists404ResponseError
- func (v NullableNamedListsDeleteNamedLists404ResponseError) IsSet() bool
- func (v NullableNamedListsDeleteNamedLists404ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableNamedListsDeleteNamedLists404ResponseError) Set(val *NamedListsDeleteNamedLists404ResponseError)
- func (v *NullableNamedListsDeleteNamedLists404ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableNamedListsDeleteNamedLists404ResponseError) Unset()
- type NullableNamedListsDeleteRequest
- func (v NullableNamedListsDeleteRequest) Get() *NamedListsDeleteRequest
- func (v NullableNamedListsDeleteRequest) IsSet() bool
- func (v NullableNamedListsDeleteRequest) MarshalJSON() ([]byte, error)
- func (v *NullableNamedListsDeleteRequest) Set(val *NamedListsDeleteRequest)
- func (v *NullableNamedListsDeleteRequest) UnmarshalJSON(src []byte) error
- func (v *NullableNamedListsDeleteRequest) Unset()
- type NullableNamedListsDeleteSingleNamedLists404Response
- func (v NullableNamedListsDeleteSingleNamedLists404Response) Get() *NamedListsDeleteSingleNamedLists404Response
- func (v NullableNamedListsDeleteSingleNamedLists404Response) IsSet() bool
- func (v NullableNamedListsDeleteSingleNamedLists404Response) MarshalJSON() ([]byte, error)
- func (v *NullableNamedListsDeleteSingleNamedLists404Response) Set(val *NamedListsDeleteSingleNamedLists404Response)
- func (v *NullableNamedListsDeleteSingleNamedLists404Response) UnmarshalJSON(src []byte) error
- func (v *NullableNamedListsDeleteSingleNamedLists404Response) Unset()
- type NullableNamedListsDeleteSingleNamedLists404ResponseError
- func (v NullableNamedListsDeleteSingleNamedLists404ResponseError) Get() *NamedListsDeleteSingleNamedLists404ResponseError
- func (v NullableNamedListsDeleteSingleNamedLists404ResponseError) IsSet() bool
- func (v NullableNamedListsDeleteSingleNamedLists404ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableNamedListsDeleteSingleNamedLists404ResponseError) Set(val *NamedListsDeleteSingleNamedLists404ResponseError)
- func (v *NullableNamedListsDeleteSingleNamedLists404ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableNamedListsDeleteSingleNamedLists404ResponseError) Unset()
- type NullableNamedListsMultiListUpdate404Response
- func (v NullableNamedListsMultiListUpdate404Response) Get() *NamedListsMultiListUpdate404Response
- func (v NullableNamedListsMultiListUpdate404Response) IsSet() bool
- func (v NullableNamedListsMultiListUpdate404Response) MarshalJSON() ([]byte, error)
- func (v *NullableNamedListsMultiListUpdate404Response) Set(val *NamedListsMultiListUpdate404Response)
- func (v *NullableNamedListsMultiListUpdate404Response) UnmarshalJSON(src []byte) error
- func (v *NullableNamedListsMultiListUpdate404Response) Unset()
- type NullableNamedListsMultiListUpdate404ResponseError
- func (v NullableNamedListsMultiListUpdate404ResponseError) Get() *NamedListsMultiListUpdate404ResponseError
- func (v NullableNamedListsMultiListUpdate404ResponseError) IsSet() bool
- func (v NullableNamedListsMultiListUpdate404ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableNamedListsMultiListUpdate404ResponseError) Set(val *NamedListsMultiListUpdate404ResponseError)
- func (v *NullableNamedListsMultiListUpdate404ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableNamedListsMultiListUpdate404ResponseError) Unset()
- type NullableNamedListsUpdateNamedListPartial400Response
- func (v NullableNamedListsUpdateNamedListPartial400Response) Get() *NamedListsUpdateNamedListPartial400Response
- func (v NullableNamedListsUpdateNamedListPartial400Response) IsSet() bool
- func (v NullableNamedListsUpdateNamedListPartial400Response) MarshalJSON() ([]byte, error)
- func (v *NullableNamedListsUpdateNamedListPartial400Response) Set(val *NamedListsUpdateNamedListPartial400Response)
- func (v *NullableNamedListsUpdateNamedListPartial400Response) UnmarshalJSON(src []byte) error
- func (v *NullableNamedListsUpdateNamedListPartial400Response) Unset()
- type NullableNamedListsUpdateNamedListPartial400ResponseError
- func (v NullableNamedListsUpdateNamedListPartial400ResponseError) Get() *NamedListsUpdateNamedListPartial400ResponseError
- func (v NullableNamedListsUpdateNamedListPartial400ResponseError) IsSet() bool
- func (v NullableNamedListsUpdateNamedListPartial400ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableNamedListsUpdateNamedListPartial400ResponseError) Set(val *NamedListsUpdateNamedListPartial400ResponseError)
- func (v *NullableNamedListsUpdateNamedListPartial400ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableNamedListsUpdateNamedListPartial400ResponseError) Unset()
- type NullableNamedListsUpdateNamedListPartial404Response
- func (v NullableNamedListsUpdateNamedListPartial404Response) Get() *NamedListsUpdateNamedListPartial404Response
- func (v NullableNamedListsUpdateNamedListPartial404Response) IsSet() bool
- func (v NullableNamedListsUpdateNamedListPartial404Response) MarshalJSON() ([]byte, error)
- func (v *NullableNamedListsUpdateNamedListPartial404Response) Set(val *NamedListsUpdateNamedListPartial404Response)
- func (v *NullableNamedListsUpdateNamedListPartial404Response) UnmarshalJSON(src []byte) error
- func (v *NullableNamedListsUpdateNamedListPartial404Response) Unset()
- type NullableNamedListsUpdateNamedListPartial404ResponseError
- func (v NullableNamedListsUpdateNamedListPartial404ResponseError) Get() *NamedListsUpdateNamedListPartial404ResponseError
- func (v NullableNamedListsUpdateNamedListPartial404ResponseError) IsSet() bool
- func (v NullableNamedListsUpdateNamedListPartial404ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableNamedListsUpdateNamedListPartial404ResponseError) Set(val *NamedListsUpdateNamedListPartial404ResponseError)
- func (v *NullableNamedListsUpdateNamedListPartial404ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableNamedListsUpdateNamedListPartial404ResponseError) Unset()
- type NullableNamedListsUpdateNamedListPartial405Response
- func (v NullableNamedListsUpdateNamedListPartial405Response) Get() *NamedListsUpdateNamedListPartial405Response
- func (v NullableNamedListsUpdateNamedListPartial405Response) IsSet() bool
- func (v NullableNamedListsUpdateNamedListPartial405Response) MarshalJSON() ([]byte, error)
- func (v *NullableNamedListsUpdateNamedListPartial405Response) Set(val *NamedListsUpdateNamedListPartial405Response)
- func (v *NullableNamedListsUpdateNamedListPartial405Response) UnmarshalJSON(src []byte) error
- func (v *NullableNamedListsUpdateNamedListPartial405Response) Unset()
- type NullableNamedListsUpdateNamedListPartial405ResponseError
- func (v NullableNamedListsUpdateNamedListPartial405ResponseError) Get() *NamedListsUpdateNamedListPartial405ResponseError
- func (v NullableNamedListsUpdateNamedListPartial405ResponseError) IsSet() bool
- func (v NullableNamedListsUpdateNamedListPartial405ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableNamedListsUpdateNamedListPartial405ResponseError) Set(val *NamedListsUpdateNamedListPartial405ResponseError)
- func (v *NullableNamedListsUpdateNamedListPartial405ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableNamedListsUpdateNamedListPartial405ResponseError) Unset()
- type NullableNetAddrDfpAssignment
- func (v NullableNetAddrDfpAssignment) Get() *NetAddrDfpAssignment
- func (v NullableNetAddrDfpAssignment) IsSet() bool
- func (v NullableNetAddrDfpAssignment) MarshalJSON() ([]byte, error)
- func (v *NullableNetAddrDfpAssignment) Set(val *NetAddrDfpAssignment)
- func (v *NullableNetAddrDfpAssignment) UnmarshalJSON(src []byte) error
- func (v *NullableNetAddrDfpAssignment) Unset()
- type NullableNetAddrDfpAssignmentScopeType
- func (v NullableNetAddrDfpAssignmentScopeType) Get() *NetAddrDfpAssignmentScopeType
- func (v NullableNetAddrDfpAssignmentScopeType) IsSet() bool
- func (v NullableNetAddrDfpAssignmentScopeType) MarshalJSON() ([]byte, error)
- func (v *NullableNetAddrDfpAssignmentScopeType) Set(val *NetAddrDfpAssignmentScopeType)
- func (v *NullableNetAddrDfpAssignmentScopeType) UnmarshalJSON(src []byte) error
- func (v *NullableNetAddrDfpAssignmentScopeType) Unset()
- type NullableNetworkList
- func (v NullableNetworkList) Get() *NetworkList
- func (v NullableNetworkList) IsSet() bool
- func (v NullableNetworkList) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkList) Set(val *NetworkList)
- func (v *NullableNetworkList) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkList) Unset()
- type NullableNetworkListCreateResponse
- func (v NullableNetworkListCreateResponse) Get() *NetworkListCreateResponse
- func (v NullableNetworkListCreateResponse) IsSet() bool
- func (v NullableNetworkListCreateResponse) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkListCreateResponse) Set(val *NetworkListCreateResponse)
- func (v *NullableNetworkListCreateResponse) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkListCreateResponse) Unset()
- type NullableNetworkListMultiResponse
- func (v NullableNetworkListMultiResponse) Get() *NetworkListMultiResponse
- func (v NullableNetworkListMultiResponse) IsSet() bool
- func (v NullableNetworkListMultiResponse) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkListMultiResponse) Set(val *NetworkListMultiResponse)
- func (v *NullableNetworkListMultiResponse) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkListMultiResponse) Unset()
- type NullableNetworkListReadResponse
- func (v NullableNetworkListReadResponse) Get() *NetworkListReadResponse
- func (v NullableNetworkListReadResponse) IsSet() bool
- func (v NullableNetworkListReadResponse) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkListReadResponse) Set(val *NetworkListReadResponse)
- func (v *NullableNetworkListReadResponse) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkListReadResponse) Unset()
- type NullableNetworkListUpdateResponse
- func (v NullableNetworkListUpdateResponse) Get() *NetworkListUpdateResponse
- func (v NullableNetworkListUpdateResponse) IsSet() bool
- func (v NullableNetworkListUpdateResponse) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkListUpdateResponse) Set(val *NetworkListUpdateResponse)
- func (v *NullableNetworkListUpdateResponse) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkListUpdateResponse) Unset()
- type NullableNetworkListsCreateNetworkList409Response
- func (v NullableNetworkListsCreateNetworkList409Response) Get() *NetworkListsCreateNetworkList409Response
- func (v NullableNetworkListsCreateNetworkList409Response) IsSet() bool
- func (v NullableNetworkListsCreateNetworkList409Response) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkListsCreateNetworkList409Response) Set(val *NetworkListsCreateNetworkList409Response)
- func (v *NullableNetworkListsCreateNetworkList409Response) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkListsCreateNetworkList409Response) Unset()
- type NullableNetworkListsCreateNetworkList409ResponseError
- func (v NullableNetworkListsCreateNetworkList409ResponseError) Get() *NetworkListsCreateNetworkList409ResponseError
- func (v NullableNetworkListsCreateNetworkList409ResponseError) IsSet() bool
- func (v NullableNetworkListsCreateNetworkList409ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkListsCreateNetworkList409ResponseError) Set(val *NetworkListsCreateNetworkList409ResponseError)
- func (v *NullableNetworkListsCreateNetworkList409ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkListsCreateNetworkList409ResponseError) Unset()
- type NullableNetworkListsDeleteNetworkLists400Response
- func (v NullableNetworkListsDeleteNetworkLists400Response) Get() *NetworkListsDeleteNetworkLists400Response
- func (v NullableNetworkListsDeleteNetworkLists400Response) IsSet() bool
- func (v NullableNetworkListsDeleteNetworkLists400Response) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkListsDeleteNetworkLists400Response) Set(val *NetworkListsDeleteNetworkLists400Response)
- func (v *NullableNetworkListsDeleteNetworkLists400Response) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkListsDeleteNetworkLists400Response) Unset()
- type NullableNetworkListsDeleteNetworkLists400ResponseError
- func (v NullableNetworkListsDeleteNetworkLists400ResponseError) Get() *NetworkListsDeleteNetworkLists400ResponseError
- func (v NullableNetworkListsDeleteNetworkLists400ResponseError) IsSet() bool
- func (v NullableNetworkListsDeleteNetworkLists400ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkListsDeleteNetworkLists400ResponseError) Set(val *NetworkListsDeleteNetworkLists400ResponseError)
- func (v *NullableNetworkListsDeleteNetworkLists400ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkListsDeleteNetworkLists400ResponseError) Unset()
- type NullableNetworkListsDeleteNetworkLists404Response
- func (v NullableNetworkListsDeleteNetworkLists404Response) Get() *NetworkListsDeleteNetworkLists404Response
- func (v NullableNetworkListsDeleteNetworkLists404Response) IsSet() bool
- func (v NullableNetworkListsDeleteNetworkLists404Response) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkListsDeleteNetworkLists404Response) Set(val *NetworkListsDeleteNetworkLists404Response)
- func (v *NullableNetworkListsDeleteNetworkLists404Response) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkListsDeleteNetworkLists404Response) Unset()
- type NullableNetworkListsDeleteNetworkLists404ResponseError
- func (v NullableNetworkListsDeleteNetworkLists404ResponseError) Get() *NetworkListsDeleteNetworkLists404ResponseError
- func (v NullableNetworkListsDeleteNetworkLists404ResponseError) IsSet() bool
- func (v NullableNetworkListsDeleteNetworkLists404ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkListsDeleteNetworkLists404ResponseError) Set(val *NetworkListsDeleteNetworkLists404ResponseError)
- func (v *NullableNetworkListsDeleteNetworkLists404ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkListsDeleteNetworkLists404ResponseError) Unset()
- type NullableNetworkListsDeleteRequest
- func (v NullableNetworkListsDeleteRequest) Get() *NetworkListsDeleteRequest
- func (v NullableNetworkListsDeleteRequest) IsSet() bool
- func (v NullableNetworkListsDeleteRequest) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkListsDeleteRequest) Set(val *NetworkListsDeleteRequest)
- func (v *NullableNetworkListsDeleteRequest) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkListsDeleteRequest) Unset()
- type NullablePoPRegion
- type NullablePopRegionsReadPoPRegion404Response
- func (v NullablePopRegionsReadPoPRegion404Response) Get() *PopRegionsReadPoPRegion404Response
- func (v NullablePopRegionsReadPoPRegion404Response) IsSet() bool
- func (v NullablePopRegionsReadPoPRegion404Response) MarshalJSON() ([]byte, error)
- func (v *NullablePopRegionsReadPoPRegion404Response) Set(val *PopRegionsReadPoPRegion404Response)
- func (v *NullablePopRegionsReadPoPRegion404Response) UnmarshalJSON(src []byte) error
- func (v *NullablePopRegionsReadPoPRegion404Response) Unset()
- type NullablePopRegionsReadPoPRegion404ResponseError
- func (v NullablePopRegionsReadPoPRegion404ResponseError) Get() *PopRegionsReadPoPRegion404ResponseError
- func (v NullablePopRegionsReadPoPRegion404ResponseError) IsSet() bool
- func (v NullablePopRegionsReadPoPRegion404ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullablePopRegionsReadPoPRegion404ResponseError) Set(val *PopRegionsReadPoPRegion404ResponseError)
- func (v *NullablePopRegionsReadPoPRegion404ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullablePopRegionsReadPoPRegion404ResponseError) Unset()
- type NullableProtobufFieldMask
- func (v NullableProtobufFieldMask) Get() *ProtobufFieldMask
- func (v NullableProtobufFieldMask) IsSet() bool
- func (v NullableProtobufFieldMask) MarshalJSON() ([]byte, error)
- func (v *NullableProtobufFieldMask) Set(val *ProtobufFieldMask)
- func (v *NullableProtobufFieldMask) UnmarshalJSON(src []byte) error
- func (v *NullableProtobufFieldMask) Unset()
- type NullableReadPoPRegionResponse
- func (v NullableReadPoPRegionResponse) Get() *ReadPoPRegionResponse
- func (v NullableReadPoPRegionResponse) IsSet() bool
- func (v NullableReadPoPRegionResponse) MarshalJSON() ([]byte, error)
- func (v *NullableReadPoPRegionResponse) Set(val *ReadPoPRegionResponse)
- func (v *NullableReadPoPRegionResponse) UnmarshalJSON(src []byte) error
- func (v *NullableReadPoPRegionResponse) Unset()
- type NullableSecurityPoliciesCreateSecurityPolicy400Response
- func (v NullableSecurityPoliciesCreateSecurityPolicy400Response) Get() *SecurityPoliciesCreateSecurityPolicy400Response
- func (v NullableSecurityPoliciesCreateSecurityPolicy400Response) IsSet() bool
- func (v NullableSecurityPoliciesCreateSecurityPolicy400Response) MarshalJSON() ([]byte, error)
- func (v *NullableSecurityPoliciesCreateSecurityPolicy400Response) Set(val *SecurityPoliciesCreateSecurityPolicy400Response)
- func (v *NullableSecurityPoliciesCreateSecurityPolicy400Response) UnmarshalJSON(src []byte) error
- func (v *NullableSecurityPoliciesCreateSecurityPolicy400Response) Unset()
- type NullableSecurityPoliciesCreateSecurityPolicy400ResponseError
- func (v NullableSecurityPoliciesCreateSecurityPolicy400ResponseError) Get() *SecurityPoliciesCreateSecurityPolicy400ResponseError
- func (v NullableSecurityPoliciesCreateSecurityPolicy400ResponseError) IsSet() bool
- func (v NullableSecurityPoliciesCreateSecurityPolicy400ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableSecurityPoliciesCreateSecurityPolicy400ResponseError) Set(val *SecurityPoliciesCreateSecurityPolicy400ResponseError)
- func (v *NullableSecurityPoliciesCreateSecurityPolicy400ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableSecurityPoliciesCreateSecurityPolicy400ResponseError) Unset()
- type NullableSecurityPoliciesCreateSecurityPolicy409Response
- func (v NullableSecurityPoliciesCreateSecurityPolicy409Response) Get() *SecurityPoliciesCreateSecurityPolicy409Response
- func (v NullableSecurityPoliciesCreateSecurityPolicy409Response) IsSet() bool
- func (v NullableSecurityPoliciesCreateSecurityPolicy409Response) MarshalJSON() ([]byte, error)
- func (v *NullableSecurityPoliciesCreateSecurityPolicy409Response) Set(val *SecurityPoliciesCreateSecurityPolicy409Response)
- func (v *NullableSecurityPoliciesCreateSecurityPolicy409Response) UnmarshalJSON(src []byte) error
- func (v *NullableSecurityPoliciesCreateSecurityPolicy409Response) Unset()
- type NullableSecurityPoliciesCreateSecurityPolicy409ResponseError
- func (v NullableSecurityPoliciesCreateSecurityPolicy409ResponseError) Get() *SecurityPoliciesCreateSecurityPolicy409ResponseError
- func (v NullableSecurityPoliciesCreateSecurityPolicy409ResponseError) IsSet() bool
- func (v NullableSecurityPoliciesCreateSecurityPolicy409ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableSecurityPoliciesCreateSecurityPolicy409ResponseError) Set(val *SecurityPoliciesCreateSecurityPolicy409ResponseError)
- func (v *NullableSecurityPoliciesCreateSecurityPolicy409ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableSecurityPoliciesCreateSecurityPolicy409ResponseError) Unset()
- type NullableSecurityPoliciesReadSecurityPolicy404Response
- func (v NullableSecurityPoliciesReadSecurityPolicy404Response) Get() *SecurityPoliciesReadSecurityPolicy404Response
- func (v NullableSecurityPoliciesReadSecurityPolicy404Response) IsSet() bool
- func (v NullableSecurityPoliciesReadSecurityPolicy404Response) MarshalJSON() ([]byte, error)
- func (v *NullableSecurityPoliciesReadSecurityPolicy404Response) Set(val *SecurityPoliciesReadSecurityPolicy404Response)
- func (v *NullableSecurityPoliciesReadSecurityPolicy404Response) UnmarshalJSON(src []byte) error
- func (v *NullableSecurityPoliciesReadSecurityPolicy404Response) Unset()
- type NullableSecurityPoliciesReadSecurityPolicy404ResponseError
- func (v NullableSecurityPoliciesReadSecurityPolicy404ResponseError) Get() *SecurityPoliciesReadSecurityPolicy404ResponseError
- func (v NullableSecurityPoliciesReadSecurityPolicy404ResponseError) IsSet() bool
- func (v NullableSecurityPoliciesReadSecurityPolicy404ResponseError) MarshalJSON() ([]byte, error)
- func (v *NullableSecurityPoliciesReadSecurityPolicy404ResponseError) Set(val *SecurityPoliciesReadSecurityPolicy404ResponseError)
- func (v *NullableSecurityPoliciesReadSecurityPolicy404ResponseError) UnmarshalJSON(src []byte) error
- func (v *NullableSecurityPoliciesReadSecurityPolicy404ResponseError) Unset()
- type NullableSecurityPolicy
- func (v NullableSecurityPolicy) Get() *SecurityPolicy
- func (v NullableSecurityPolicy) IsSet() bool
- func (v NullableSecurityPolicy) MarshalJSON() ([]byte, error)
- func (v *NullableSecurityPolicy) Set(val *SecurityPolicy)
- func (v *NullableSecurityPolicy) UnmarshalJSON(src []byte) error
- func (v *NullableSecurityPolicy) Unset()
- type NullableSecurityPolicyCreateResponse
- func (v NullableSecurityPolicyCreateResponse) Get() *SecurityPolicyCreateResponse
- func (v NullableSecurityPolicyCreateResponse) IsSet() bool
- func (v NullableSecurityPolicyCreateResponse) MarshalJSON() ([]byte, error)
- func (v *NullableSecurityPolicyCreateResponse) Set(val *SecurityPolicyCreateResponse)
- func (v *NullableSecurityPolicyCreateResponse) UnmarshalJSON(src []byte) error
- func (v *NullableSecurityPolicyCreateResponse) Unset()
- type NullableSecurityPolicyDeleteRequest
- func (v NullableSecurityPolicyDeleteRequest) Get() *SecurityPolicyDeleteRequest
- func (v NullableSecurityPolicyDeleteRequest) IsSet() bool
- func (v NullableSecurityPolicyDeleteRequest) MarshalJSON() ([]byte, error)
- func (v *NullableSecurityPolicyDeleteRequest) Set(val *SecurityPolicyDeleteRequest)
- func (v *NullableSecurityPolicyDeleteRequest) UnmarshalJSON(src []byte) error
- func (v *NullableSecurityPolicyDeleteRequest) Unset()
- type NullableSecurityPolicyMultiResponse
- func (v NullableSecurityPolicyMultiResponse) Get() *SecurityPolicyMultiResponse
- func (v NullableSecurityPolicyMultiResponse) IsSet() bool
- func (v NullableSecurityPolicyMultiResponse) MarshalJSON() ([]byte, error)
- func (v *NullableSecurityPolicyMultiResponse) Set(val *SecurityPolicyMultiResponse)
- func (v *NullableSecurityPolicyMultiResponse) UnmarshalJSON(src []byte) error
- func (v *NullableSecurityPolicyMultiResponse) Unset()
- type NullableSecurityPolicyReadResponse
- func (v NullableSecurityPolicyReadResponse) Get() *SecurityPolicyReadResponse
- func (v NullableSecurityPolicyReadResponse) IsSet() bool
- func (v NullableSecurityPolicyReadResponse) MarshalJSON() ([]byte, error)
- func (v *NullableSecurityPolicyReadResponse) Set(val *SecurityPolicyReadResponse)
- func (v *NullableSecurityPolicyReadResponse) UnmarshalJSON(src []byte) error
- func (v *NullableSecurityPolicyReadResponse) Unset()
- type NullableSecurityPolicyRule
- func (v NullableSecurityPolicyRule) Get() *SecurityPolicyRule
- func (v NullableSecurityPolicyRule) IsSet() bool
- func (v NullableSecurityPolicyRule) MarshalJSON() ([]byte, error)
- func (v *NullableSecurityPolicyRule) Set(val *SecurityPolicyRule)
- func (v *NullableSecurityPolicyRule) UnmarshalJSON(src []byte) error
- func (v *NullableSecurityPolicyRule) Unset()
- type NullableSecurityPolicyRuleMultiResponse
- func (v NullableSecurityPolicyRuleMultiResponse) Get() *SecurityPolicyRuleMultiResponse
- func (v NullableSecurityPolicyRuleMultiResponse) IsSet() bool
- func (v NullableSecurityPolicyRuleMultiResponse) MarshalJSON() ([]byte, error)
- func (v *NullableSecurityPolicyRuleMultiResponse) Set(val *SecurityPolicyRuleMultiResponse)
- func (v *NullableSecurityPolicyRuleMultiResponse) UnmarshalJSON(src []byte) error
- func (v *NullableSecurityPolicyRuleMultiResponse) Unset()
- type NullableSecurityPolicyUpdateResponse
- func (v NullableSecurityPolicyUpdateResponse) Get() *SecurityPolicyUpdateResponse
- func (v NullableSecurityPolicyUpdateResponse) IsSet() bool
- func (v NullableSecurityPolicyUpdateResponse) MarshalJSON() ([]byte, error)
- func (v *NullableSecurityPolicyUpdateResponse) Set(val *SecurityPolicyUpdateResponse)
- func (v *NullableSecurityPolicyUpdateResponse) UnmarshalJSON(src []byte) error
- func (v *NullableSecurityPolicyUpdateResponse) Unset()
- type NullableString
- type NullableThreatFeed
- type NullableThreatFeedMultiResponse
- func (v NullableThreatFeedMultiResponse) Get() *ThreatFeedMultiResponse
- func (v NullableThreatFeedMultiResponse) IsSet() bool
- func (v NullableThreatFeedMultiResponse) MarshalJSON() ([]byte, error)
- func (v *NullableThreatFeedMultiResponse) Set(val *ThreatFeedMultiResponse)
- func (v *NullableThreatFeedMultiResponse) UnmarshalJSON(src []byte) error
- func (v *NullableThreatFeedMultiResponse) Unset()
- type NullableThreatFeedSource
- func (v NullableThreatFeedSource) Get() *ThreatFeedSource
- func (v NullableThreatFeedSource) IsSet() bool
- func (v NullableThreatFeedSource) MarshalJSON() ([]byte, error)
- func (v *NullableThreatFeedSource) Set(val *ThreatFeedSource)
- func (v *NullableThreatFeedSource) UnmarshalJSON(src []byte) error
- func (v *NullableThreatFeedSource) Unset()
- type NullableTime
- type PoPRegion
- func (o *PoPRegion) GetAddresses() []string
- func (o *PoPRegion) GetAddressesOk() ([]string, bool)
- func (o *PoPRegion) GetId() int32
- func (o *PoPRegion) GetIdOk() (*int32, bool)
- func (o *PoPRegion) GetLocation() string
- func (o *PoPRegion) GetLocationOk() (*string, bool)
- func (o *PoPRegion) GetRegion() string
- func (o *PoPRegion) GetRegionOk() (*string, bool)
- func (o *PoPRegion) HasAddresses() bool
- func (o *PoPRegion) HasId() bool
- func (o *PoPRegion) HasLocation() bool
- func (o *PoPRegion) HasRegion() bool
- func (o PoPRegion) MarshalJSON() ([]byte, error)
- func (o *PoPRegion) SetAddresses(v []string)
- func (o *PoPRegion) SetId(v int32)
- func (o *PoPRegion) SetLocation(v string)
- func (o *PoPRegion) SetRegion(v string)
- func (o PoPRegion) ToMap() (map[string]interface{}, error)
- func (o *PoPRegion) UnmarshalJSON(data []byte) (err error)
- type PopRegionsAPI
- type PopRegionsAPIListPoPRegionsRequest
- func (r PopRegionsAPIListPoPRegionsRequest) Execute() (*ListPoPRegionsResponse, *http.Response, error)
- func (r PopRegionsAPIListPoPRegionsRequest) Fields(fields string) PopRegionsAPIListPoPRegionsRequest
- func (r PopRegionsAPIListPoPRegionsRequest) Filter(filter string) PopRegionsAPIListPoPRegionsRequest
- func (r PopRegionsAPIListPoPRegionsRequest) Limit(limit int32) PopRegionsAPIListPoPRegionsRequest
- func (r PopRegionsAPIListPoPRegionsRequest) Offset(offset int32) PopRegionsAPIListPoPRegionsRequest
- func (r PopRegionsAPIListPoPRegionsRequest) PageToken(pageToken string) PopRegionsAPIListPoPRegionsRequest
- func (r PopRegionsAPIListPoPRegionsRequest) Tfilter(tfilter string) PopRegionsAPIListPoPRegionsRequest
- func (r PopRegionsAPIListPoPRegionsRequest) TorderBy(torderBy string) PopRegionsAPIListPoPRegionsRequest
- type PopRegionsAPIReadPoPRegionRequest
- type PopRegionsAPIService
- func (a *PopRegionsAPIService) ListPoPRegions(ctx context.Context) PopRegionsAPIListPoPRegionsRequest
- func (a *PopRegionsAPIService) ListPoPRegionsExecute(r PopRegionsAPIListPoPRegionsRequest) (*ListPoPRegionsResponse, *http.Response, error)
- func (a *PopRegionsAPIService) ReadPoPRegion(ctx context.Context, id int32) PopRegionsAPIReadPoPRegionRequest
- func (a *PopRegionsAPIService) ReadPoPRegionExecute(r PopRegionsAPIReadPoPRegionRequest) (*ReadPoPRegionResponse, *http.Response, error)
- type PopRegionsReadPoPRegion404Response
- func (o *PopRegionsReadPoPRegion404Response) GetError() PopRegionsReadPoPRegion404ResponseError
- func (o *PopRegionsReadPoPRegion404Response) GetErrorOk() (*PopRegionsReadPoPRegion404ResponseError, bool)
- func (o *PopRegionsReadPoPRegion404Response) HasError() bool
- func (o PopRegionsReadPoPRegion404Response) MarshalJSON() ([]byte, error)
- func (o *PopRegionsReadPoPRegion404Response) SetError(v PopRegionsReadPoPRegion404ResponseError)
- func (o PopRegionsReadPoPRegion404Response) ToMap() (map[string]interface{}, error)
- func (o *PopRegionsReadPoPRegion404Response) UnmarshalJSON(data []byte) (err error)
- type PopRegionsReadPoPRegion404ResponseError
- func (o *PopRegionsReadPoPRegion404ResponseError) GetCode() string
- func (o *PopRegionsReadPoPRegion404ResponseError) GetCodeOk() (*string, bool)
- func (o *PopRegionsReadPoPRegion404ResponseError) GetMessage() string
- func (o *PopRegionsReadPoPRegion404ResponseError) GetMessageOk() (*string, bool)
- func (o *PopRegionsReadPoPRegion404ResponseError) GetStatus() string
- func (o *PopRegionsReadPoPRegion404ResponseError) GetStatusOk() (*string, bool)
- func (o *PopRegionsReadPoPRegion404ResponseError) HasCode() bool
- func (o *PopRegionsReadPoPRegion404ResponseError) HasMessage() bool
- func (o *PopRegionsReadPoPRegion404ResponseError) HasStatus() bool
- func (o PopRegionsReadPoPRegion404ResponseError) MarshalJSON() ([]byte, error)
- func (o *PopRegionsReadPoPRegion404ResponseError) SetCode(v string)
- func (o *PopRegionsReadPoPRegion404ResponseError) SetMessage(v string)
- func (o *PopRegionsReadPoPRegion404ResponseError) SetStatus(v string)
- func (o PopRegionsReadPoPRegion404ResponseError) ToMap() (map[string]interface{}, error)
- func (o *PopRegionsReadPoPRegion404ResponseError) UnmarshalJSON(data []byte) (err error)
- type ProtobufFieldMask
- func (o *ProtobufFieldMask) GetPaths() []string
- func (o *ProtobufFieldMask) GetPathsOk() ([]string, bool)
- func (o *ProtobufFieldMask) HasPaths() bool
- func (o ProtobufFieldMask) MarshalJSON() ([]byte, error)
- func (o *ProtobufFieldMask) SetPaths(v []string)
- func (o ProtobufFieldMask) ToMap() (map[string]interface{}, error)
- func (o *ProtobufFieldMask) UnmarshalJSON(data []byte) (err error)
- type ReadPoPRegionResponse
- func (o *ReadPoPRegionResponse) GetResult() PoPRegion
- func (o *ReadPoPRegionResponse) GetResultOk() (*PoPRegion, bool)
- func (o *ReadPoPRegionResponse) HasResult() bool
- func (o ReadPoPRegionResponse) MarshalJSON() ([]byte, error)
- func (o *ReadPoPRegionResponse) SetResult(v PoPRegion)
- func (o ReadPoPRegionResponse) ToMap() (map[string]interface{}, error)
- func (o *ReadPoPRegionResponse) UnmarshalJSON(data []byte) (err error)
- type SecurityPoliciesAPI
- type SecurityPoliciesAPICreateSecurityPolicyRequest
- type SecurityPoliciesAPIDeleteSecurityPolicyRequest
- type SecurityPoliciesAPIDeleteSingleSecurityPolicyRequest
- type SecurityPoliciesAPIListSecurityPoliciesRequest
- func (r SecurityPoliciesAPIListSecurityPoliciesRequest) Execute() (*SecurityPolicyMultiResponse, *http.Response, error)
- func (r SecurityPoliciesAPIListSecurityPoliciesRequest) Fields(fields string) SecurityPoliciesAPIListSecurityPoliciesRequest
- func (r SecurityPoliciesAPIListSecurityPoliciesRequest) Filter(filter string) SecurityPoliciesAPIListSecurityPoliciesRequest
- func (r SecurityPoliciesAPIListSecurityPoliciesRequest) IncludeAccessCodes(includeAccessCodes bool) SecurityPoliciesAPIListSecurityPoliciesRequest
- func (r SecurityPoliciesAPIListSecurityPoliciesRequest) Limit(limit int32) SecurityPoliciesAPIListSecurityPoliciesRequest
- func (r SecurityPoliciesAPIListSecurityPoliciesRequest) Offset(offset int32) SecurityPoliciesAPIListSecurityPoliciesRequest
- func (r SecurityPoliciesAPIListSecurityPoliciesRequest) PageToken(pageToken string) SecurityPoliciesAPIListSecurityPoliciesRequest
- func (r SecurityPoliciesAPIListSecurityPoliciesRequest) Tfilter(tfilter string) SecurityPoliciesAPIListSecurityPoliciesRequest
- func (r SecurityPoliciesAPIListSecurityPoliciesRequest) TorderBy(torderBy string) SecurityPoliciesAPIListSecurityPoliciesRequest
- type SecurityPoliciesAPIReadSecurityPolicyRequest
- func (r SecurityPoliciesAPIReadSecurityPolicyRequest) Execute() (*SecurityPolicyReadResponse, *http.Response, error)
- func (r SecurityPoliciesAPIReadSecurityPolicyRequest) Fields(fields string) SecurityPoliciesAPIReadSecurityPolicyRequest
- func (r SecurityPoliciesAPIReadSecurityPolicyRequest) Name(name string) SecurityPoliciesAPIReadSecurityPolicyRequest
- type SecurityPoliciesAPIService
- func (a *SecurityPoliciesAPIService) CreateSecurityPolicy(ctx context.Context) SecurityPoliciesAPICreateSecurityPolicyRequest
- func (a *SecurityPoliciesAPIService) CreateSecurityPolicyExecute(r SecurityPoliciesAPICreateSecurityPolicyRequest) (*SecurityPolicyCreateResponse, *http.Response, error)
- func (a *SecurityPoliciesAPIService) DeleteSecurityPolicy(ctx context.Context) SecurityPoliciesAPIDeleteSecurityPolicyRequest
- func (a *SecurityPoliciesAPIService) DeleteSecurityPolicyExecute(r SecurityPoliciesAPIDeleteSecurityPolicyRequest) (*http.Response, error)
- func (a *SecurityPoliciesAPIService) DeleteSingleSecurityPolicy(ctx context.Context, id int32) SecurityPoliciesAPIDeleteSingleSecurityPolicyRequest
- func (a *SecurityPoliciesAPIService) DeleteSingleSecurityPolicyExecute(r SecurityPoliciesAPIDeleteSingleSecurityPolicyRequest) (*http.Response, error)
- func (a *SecurityPoliciesAPIService) ListSecurityPolicies(ctx context.Context) SecurityPoliciesAPIListSecurityPoliciesRequest
- func (a *SecurityPoliciesAPIService) ListSecurityPoliciesExecute(r SecurityPoliciesAPIListSecurityPoliciesRequest) (*SecurityPolicyMultiResponse, *http.Response, error)
- func (a *SecurityPoliciesAPIService) ReadSecurityPolicy(ctx context.Context, id int32) SecurityPoliciesAPIReadSecurityPolicyRequest
- func (a *SecurityPoliciesAPIService) ReadSecurityPolicyExecute(r SecurityPoliciesAPIReadSecurityPolicyRequest) (*SecurityPolicyReadResponse, *http.Response, error)
- func (a *SecurityPoliciesAPIService) UpdateSecurityPolicy(ctx context.Context, id int32) SecurityPoliciesAPIUpdateSecurityPolicyRequest
- func (a *SecurityPoliciesAPIService) UpdateSecurityPolicyExecute(r SecurityPoliciesAPIUpdateSecurityPolicyRequest) (*SecurityPolicyUpdateResponse, *http.Response, error)
- type SecurityPoliciesAPIUpdateSecurityPolicyRequest
- type SecurityPoliciesCreateSecurityPolicy400Response
- func (o *SecurityPoliciesCreateSecurityPolicy400Response) GetError() SecurityPoliciesCreateSecurityPolicy400ResponseError
- func (o *SecurityPoliciesCreateSecurityPolicy400Response) GetErrorOk() (*SecurityPoliciesCreateSecurityPolicy400ResponseError, bool)
- func (o *SecurityPoliciesCreateSecurityPolicy400Response) HasError() bool
- func (o SecurityPoliciesCreateSecurityPolicy400Response) MarshalJSON() ([]byte, error)
- func (o *SecurityPoliciesCreateSecurityPolicy400Response) SetError(v SecurityPoliciesCreateSecurityPolicy400ResponseError)
- func (o SecurityPoliciesCreateSecurityPolicy400Response) ToMap() (map[string]interface{}, error)
- func (o *SecurityPoliciesCreateSecurityPolicy400Response) UnmarshalJSON(data []byte) (err error)
- type SecurityPoliciesCreateSecurityPolicy400ResponseError
- func (o *SecurityPoliciesCreateSecurityPolicy400ResponseError) GetCode() string
- func (o *SecurityPoliciesCreateSecurityPolicy400ResponseError) GetCodeOk() (*string, bool)
- func (o *SecurityPoliciesCreateSecurityPolicy400ResponseError) GetMessage() string
- func (o *SecurityPoliciesCreateSecurityPolicy400ResponseError) GetMessageOk() (*string, bool)
- func (o *SecurityPoliciesCreateSecurityPolicy400ResponseError) GetStatus() string
- func (o *SecurityPoliciesCreateSecurityPolicy400ResponseError) GetStatusOk() (*string, bool)
- func (o *SecurityPoliciesCreateSecurityPolicy400ResponseError) HasCode() bool
- func (o *SecurityPoliciesCreateSecurityPolicy400ResponseError) HasMessage() bool
- func (o *SecurityPoliciesCreateSecurityPolicy400ResponseError) HasStatus() bool
- func (o SecurityPoliciesCreateSecurityPolicy400ResponseError) MarshalJSON() ([]byte, error)
- func (o *SecurityPoliciesCreateSecurityPolicy400ResponseError) SetCode(v string)
- func (o *SecurityPoliciesCreateSecurityPolicy400ResponseError) SetMessage(v string)
- func (o *SecurityPoliciesCreateSecurityPolicy400ResponseError) SetStatus(v string)
- func (o SecurityPoliciesCreateSecurityPolicy400ResponseError) ToMap() (map[string]interface{}, error)
- func (o *SecurityPoliciesCreateSecurityPolicy400ResponseError) UnmarshalJSON(data []byte) (err error)
- type SecurityPoliciesCreateSecurityPolicy409Response
- func (o *SecurityPoliciesCreateSecurityPolicy409Response) GetError() SecurityPoliciesCreateSecurityPolicy409ResponseError
- func (o *SecurityPoliciesCreateSecurityPolicy409Response) GetErrorOk() (*SecurityPoliciesCreateSecurityPolicy409ResponseError, bool)
- func (o *SecurityPoliciesCreateSecurityPolicy409Response) HasError() bool
- func (o SecurityPoliciesCreateSecurityPolicy409Response) MarshalJSON() ([]byte, error)
- func (o *SecurityPoliciesCreateSecurityPolicy409Response) SetError(v SecurityPoliciesCreateSecurityPolicy409ResponseError)
- func (o SecurityPoliciesCreateSecurityPolicy409Response) ToMap() (map[string]interface{}, error)
- func (o *SecurityPoliciesCreateSecurityPolicy409Response) UnmarshalJSON(data []byte) (err error)
- type SecurityPoliciesCreateSecurityPolicy409ResponseError
- func (o *SecurityPoliciesCreateSecurityPolicy409ResponseError) GetCode() string
- func (o *SecurityPoliciesCreateSecurityPolicy409ResponseError) GetCodeOk() (*string, bool)
- func (o *SecurityPoliciesCreateSecurityPolicy409ResponseError) GetMessage() string
- func (o *SecurityPoliciesCreateSecurityPolicy409ResponseError) GetMessageOk() (*string, bool)
- func (o *SecurityPoliciesCreateSecurityPolicy409ResponseError) GetStatus() string
- func (o *SecurityPoliciesCreateSecurityPolicy409ResponseError) GetStatusOk() (*string, bool)
- func (o *SecurityPoliciesCreateSecurityPolicy409ResponseError) HasCode() bool
- func (o *SecurityPoliciesCreateSecurityPolicy409ResponseError) HasMessage() bool
- func (o *SecurityPoliciesCreateSecurityPolicy409ResponseError) HasStatus() bool
- func (o SecurityPoliciesCreateSecurityPolicy409ResponseError) MarshalJSON() ([]byte, error)
- func (o *SecurityPoliciesCreateSecurityPolicy409ResponseError) SetCode(v string)
- func (o *SecurityPoliciesCreateSecurityPolicy409ResponseError) SetMessage(v string)
- func (o *SecurityPoliciesCreateSecurityPolicy409ResponseError) SetStatus(v string)
- func (o SecurityPoliciesCreateSecurityPolicy409ResponseError) ToMap() (map[string]interface{}, error)
- func (o *SecurityPoliciesCreateSecurityPolicy409ResponseError) UnmarshalJSON(data []byte) (err error)
- type SecurityPoliciesReadSecurityPolicy404Response
- func (o *SecurityPoliciesReadSecurityPolicy404Response) GetError() SecurityPoliciesReadSecurityPolicy404ResponseError
- func (o *SecurityPoliciesReadSecurityPolicy404Response) GetErrorOk() (*SecurityPoliciesReadSecurityPolicy404ResponseError, bool)
- func (o *SecurityPoliciesReadSecurityPolicy404Response) HasError() bool
- func (o SecurityPoliciesReadSecurityPolicy404Response) MarshalJSON() ([]byte, error)
- func (o *SecurityPoliciesReadSecurityPolicy404Response) SetError(v SecurityPoliciesReadSecurityPolicy404ResponseError)
- func (o SecurityPoliciesReadSecurityPolicy404Response) ToMap() (map[string]interface{}, error)
- func (o *SecurityPoliciesReadSecurityPolicy404Response) UnmarshalJSON(data []byte) (err error)
- type SecurityPoliciesReadSecurityPolicy404ResponseError
- func (o *SecurityPoliciesReadSecurityPolicy404ResponseError) GetCode() string
- func (o *SecurityPoliciesReadSecurityPolicy404ResponseError) GetCodeOk() (*string, bool)
- func (o *SecurityPoliciesReadSecurityPolicy404ResponseError) GetMessage() string
- func (o *SecurityPoliciesReadSecurityPolicy404ResponseError) GetMessageOk() (*string, bool)
- func (o *SecurityPoliciesReadSecurityPolicy404ResponseError) GetStatus() string
- func (o *SecurityPoliciesReadSecurityPolicy404ResponseError) GetStatusOk() (*string, bool)
- func (o *SecurityPoliciesReadSecurityPolicy404ResponseError) HasCode() bool
- func (o *SecurityPoliciesReadSecurityPolicy404ResponseError) HasMessage() bool
- func (o *SecurityPoliciesReadSecurityPolicy404ResponseError) HasStatus() bool
- func (o SecurityPoliciesReadSecurityPolicy404ResponseError) MarshalJSON() ([]byte, error)
- func (o *SecurityPoliciesReadSecurityPolicy404ResponseError) SetCode(v string)
- func (o *SecurityPoliciesReadSecurityPolicy404ResponseError) SetMessage(v string)
- func (o *SecurityPoliciesReadSecurityPolicy404ResponseError) SetStatus(v string)
- func (o SecurityPoliciesReadSecurityPolicy404ResponseError) ToMap() (map[string]interface{}, error)
- func (o *SecurityPoliciesReadSecurityPolicy404ResponseError) UnmarshalJSON(data []byte) (err error)
- type SecurityPolicy
- func (o *SecurityPolicy) GetAccessCodes() []string
- func (o *SecurityPolicy) GetAccessCodesOk() ([]string, bool)
- func (o *SecurityPolicy) GetCreatedTime() time.Time
- func (o *SecurityPolicy) GetCreatedTimeOk() (*time.Time, bool)
- func (o *SecurityPolicy) GetDefaultAction() string
- func (o *SecurityPolicy) GetDefaultActionOk() (*string, bool)
- func (o *SecurityPolicy) GetDefaultRedirectName() string
- func (o *SecurityPolicy) GetDefaultRedirectNameOk() (*string, bool)
- func (o *SecurityPolicy) GetDescription() string
- func (o *SecurityPolicy) GetDescriptionOk() (*string, bool)
- func (o *SecurityPolicy) GetDfpServices() []string
- func (o *SecurityPolicy) GetDfpServicesOk() ([]string, bool)
- func (o *SecurityPolicy) GetDfps() []int32
- func (o *SecurityPolicy) GetDfpsOk() ([]int32, bool)
- func (o *SecurityPolicy) GetEcs() bool
- func (o *SecurityPolicy) GetEcsOk() (*bool, bool)
- func (o *SecurityPolicy) GetId() int32
- func (o *SecurityPolicy) GetIdOk() (*int32, bool)
- func (o *SecurityPolicy) GetIsDefault() bool
- func (o *SecurityPolicy) GetIsDefaultOk() (*bool, bool)
- func (o *SecurityPolicy) GetName() string
- func (o *SecurityPolicy) GetNameOk() (*string, bool)
- func (o *SecurityPolicy) GetNetAddressDfps() []NetAddrDfpAssignment
- func (o *SecurityPolicy) GetNetAddressDfpsOk() ([]NetAddrDfpAssignment, bool)
- func (o *SecurityPolicy) GetNetworkLists() []int64
- func (o *SecurityPolicy) GetNetworkListsOk() ([]int64, bool)
- func (o *SecurityPolicy) GetOnpremResolve() bool
- func (o *SecurityPolicy) GetOnpremResolveOk() (*bool, bool)
- func (o *SecurityPolicy) GetPrecedence() int32
- func (o *SecurityPolicy) GetPrecedenceOk() (*int32, bool)
- func (o *SecurityPolicy) GetRoamingDeviceGroups() []int32
- func (o *SecurityPolicy) GetRoamingDeviceGroupsOk() ([]int32, bool)
- func (o *SecurityPolicy) GetRules() []SecurityPolicyRule
- func (o *SecurityPolicy) GetRulesOk() ([]SecurityPolicyRule, bool)
- func (o *SecurityPolicy) GetSafeSearch() bool
- func (o *SecurityPolicy) GetSafeSearchOk() (*bool, bool)
- func (o *SecurityPolicy) GetTags() map[string]interface{}
- func (o *SecurityPolicy) GetTagsOk() (map[string]interface{}, bool)
- func (o *SecurityPolicy) GetUpdatedTime() time.Time
- func (o *SecurityPolicy) GetUpdatedTimeOk() (*time.Time, bool)
- func (o *SecurityPolicy) GetUserGroups() []string
- func (o *SecurityPolicy) GetUserGroupsOk() ([]string, bool)
- func (o *SecurityPolicy) HasAccessCodes() bool
- func (o *SecurityPolicy) HasCreatedTime() bool
- func (o *SecurityPolicy) HasDefaultAction() bool
- func (o *SecurityPolicy) HasDefaultRedirectName() bool
- func (o *SecurityPolicy) HasDescription() bool
- func (o *SecurityPolicy) HasDfpServices() bool
- func (o *SecurityPolicy) HasDfps() bool
- func (o *SecurityPolicy) HasEcs() bool
- func (o *SecurityPolicy) HasId() bool
- func (o *SecurityPolicy) HasIsDefault() bool
- func (o *SecurityPolicy) HasName() bool
- func (o *SecurityPolicy) HasNetAddressDfps() bool
- func (o *SecurityPolicy) HasNetworkLists() bool
- func (o *SecurityPolicy) HasOnpremResolve() bool
- func (o *SecurityPolicy) HasPrecedence() bool
- func (o *SecurityPolicy) HasRoamingDeviceGroups() bool
- func (o *SecurityPolicy) HasRules() bool
- func (o *SecurityPolicy) HasSafeSearch() bool
- func (o *SecurityPolicy) HasTags() bool
- func (o *SecurityPolicy) HasUpdatedTime() bool
- func (o *SecurityPolicy) HasUserGroups() bool
- func (o SecurityPolicy) MarshalJSON() ([]byte, error)
- func (o *SecurityPolicy) SetAccessCodes(v []string)
- func (o *SecurityPolicy) SetCreatedTime(v time.Time)
- func (o *SecurityPolicy) SetDefaultAction(v string)
- func (o *SecurityPolicy) SetDefaultRedirectName(v string)
- func (o *SecurityPolicy) SetDescription(v string)
- func (o *SecurityPolicy) SetDfpServices(v []string)
- func (o *SecurityPolicy) SetDfps(v []int32)
- func (o *SecurityPolicy) SetEcs(v bool)
- func (o *SecurityPolicy) SetId(v int32)
- func (o *SecurityPolicy) SetIsDefault(v bool)
- func (o *SecurityPolicy) SetName(v string)
- func (o *SecurityPolicy) SetNetAddressDfps(v []NetAddrDfpAssignment)
- func (o *SecurityPolicy) SetNetworkLists(v []int64)
- func (o *SecurityPolicy) SetOnpremResolve(v bool)
- func (o *SecurityPolicy) SetPrecedence(v int32)
- func (o *SecurityPolicy) SetRoamingDeviceGroups(v []int32)
- func (o *SecurityPolicy) SetRules(v []SecurityPolicyRule)
- func (o *SecurityPolicy) SetSafeSearch(v bool)
- func (o *SecurityPolicy) SetTags(v map[string]interface{})
- func (o *SecurityPolicy) SetUpdatedTime(v time.Time)
- func (o *SecurityPolicy) SetUserGroups(v []string)
- func (o SecurityPolicy) ToMap() (map[string]interface{}, error)
- func (o *SecurityPolicy) UnmarshalJSON(data []byte) (err error)
- type SecurityPolicyCreateResponse
- func (o *SecurityPolicyCreateResponse) GetResults() SecurityPolicy
- func (o *SecurityPolicyCreateResponse) GetResultsOk() (*SecurityPolicy, bool)
- func (o *SecurityPolicyCreateResponse) HasResults() bool
- func (o SecurityPolicyCreateResponse) MarshalJSON() ([]byte, error)
- func (o *SecurityPolicyCreateResponse) SetResults(v SecurityPolicy)
- func (o SecurityPolicyCreateResponse) ToMap() (map[string]interface{}, error)
- func (o *SecurityPolicyCreateResponse) UnmarshalJSON(data []byte) (err error)
- type SecurityPolicyDeleteRequest
- func (o *SecurityPolicyDeleteRequest) GetIds() []int32
- func (o *SecurityPolicyDeleteRequest) GetIdsOk() ([]int32, bool)
- func (o *SecurityPolicyDeleteRequest) HasIds() bool
- func (o SecurityPolicyDeleteRequest) MarshalJSON() ([]byte, error)
- func (o *SecurityPolicyDeleteRequest) SetIds(v []int32)
- func (o SecurityPolicyDeleteRequest) ToMap() (map[string]interface{}, error)
- func (o *SecurityPolicyDeleteRequest) UnmarshalJSON(data []byte) (err error)
- type SecurityPolicyMultiResponse
- func (o *SecurityPolicyMultiResponse) GetResults() []SecurityPolicy
- func (o *SecurityPolicyMultiResponse) GetResultsOk() ([]SecurityPolicy, bool)
- func (o *SecurityPolicyMultiResponse) HasResults() bool
- func (o SecurityPolicyMultiResponse) MarshalJSON() ([]byte, error)
- func (o *SecurityPolicyMultiResponse) SetResults(v []SecurityPolicy)
- func (o SecurityPolicyMultiResponse) ToMap() (map[string]interface{}, error)
- func (o *SecurityPolicyMultiResponse) UnmarshalJSON(data []byte) (err error)
- type SecurityPolicyReadResponse
- func (o *SecurityPolicyReadResponse) GetResults() SecurityPolicy
- func (o *SecurityPolicyReadResponse) GetResultsOk() (*SecurityPolicy, bool)
- func (o *SecurityPolicyReadResponse) HasResults() bool
- func (o SecurityPolicyReadResponse) MarshalJSON() ([]byte, error)
- func (o *SecurityPolicyReadResponse) SetResults(v SecurityPolicy)
- func (o SecurityPolicyReadResponse) ToMap() (map[string]interface{}, error)
- func (o *SecurityPolicyReadResponse) UnmarshalJSON(data []byte) (err error)
- type SecurityPolicyRule
- func (o *SecurityPolicyRule) GetAction() string
- func (o *SecurityPolicyRule) GetActionOk() (*string, bool)
- func (o *SecurityPolicyRule) GetData() string
- func (o *SecurityPolicyRule) GetDataOk() (*string, bool)
- func (o *SecurityPolicyRule) GetListId() int32
- func (o *SecurityPolicyRule) GetListIdOk() (*int32, bool)
- func (o *SecurityPolicyRule) GetPolicyId() int32
- func (o *SecurityPolicyRule) GetPolicyIdOk() (*int32, bool)
- func (o *SecurityPolicyRule) GetPolicyName() string
- func (o *SecurityPolicyRule) GetPolicyNameOk() (*string, bool)
- func (o *SecurityPolicyRule) GetRedirectName() string
- func (o *SecurityPolicyRule) GetRedirectNameOk() (*string, bool)
- func (o *SecurityPolicyRule) GetType() string
- func (o *SecurityPolicyRule) GetTypeOk() (*string, bool)
- func (o *SecurityPolicyRule) HasAction() bool
- func (o *SecurityPolicyRule) HasData() bool
- func (o *SecurityPolicyRule) HasListId() bool
- func (o *SecurityPolicyRule) HasPolicyId() bool
- func (o *SecurityPolicyRule) HasPolicyName() bool
- func (o *SecurityPolicyRule) HasRedirectName() bool
- func (o *SecurityPolicyRule) HasType() bool
- func (o SecurityPolicyRule) MarshalJSON() ([]byte, error)
- func (o *SecurityPolicyRule) SetAction(v string)
- func (o *SecurityPolicyRule) SetData(v string)
- func (o *SecurityPolicyRule) SetListId(v int32)
- func (o *SecurityPolicyRule) SetPolicyId(v int32)
- func (o *SecurityPolicyRule) SetPolicyName(v string)
- func (o *SecurityPolicyRule) SetRedirectName(v string)
- func (o *SecurityPolicyRule) SetType(v string)
- func (o SecurityPolicyRule) ToMap() (map[string]interface{}, error)
- func (o *SecurityPolicyRule) UnmarshalJSON(data []byte) (err error)
- type SecurityPolicyRuleMultiResponse
- func (o *SecurityPolicyRuleMultiResponse) GetResults() []SecurityPolicyRule
- func (o *SecurityPolicyRuleMultiResponse) GetResultsOk() ([]SecurityPolicyRule, bool)
- func (o *SecurityPolicyRuleMultiResponse) HasResults() bool
- func (o SecurityPolicyRuleMultiResponse) MarshalJSON() ([]byte, error)
- func (o *SecurityPolicyRuleMultiResponse) SetResults(v []SecurityPolicyRule)
- func (o SecurityPolicyRuleMultiResponse) ToMap() (map[string]interface{}, error)
- func (o *SecurityPolicyRuleMultiResponse) UnmarshalJSON(data []byte) (err error)
- type SecurityPolicyRulesAPI
- type SecurityPolicyRulesAPIListSecurityPolicyRulesRequest
- func (r SecurityPolicyRulesAPIListSecurityPolicyRulesRequest) Execute() (*SecurityPolicyRuleMultiResponse, *http.Response, error)
- func (r SecurityPolicyRulesAPIListSecurityPolicyRulesRequest) Fields(fields string) SecurityPolicyRulesAPIListSecurityPolicyRulesRequest
- func (r SecurityPolicyRulesAPIListSecurityPolicyRulesRequest) Filter(filter string) SecurityPolicyRulesAPIListSecurityPolicyRulesRequest
- func (r SecurityPolicyRulesAPIListSecurityPolicyRulesRequest) Limit(limit int32) SecurityPolicyRulesAPIListSecurityPolicyRulesRequest
- func (r SecurityPolicyRulesAPIListSecurityPolicyRulesRequest) Offset(offset int32) SecurityPolicyRulesAPIListSecurityPolicyRulesRequest
- func (r SecurityPolicyRulesAPIListSecurityPolicyRulesRequest) PageToken(pageToken string) SecurityPolicyRulesAPIListSecurityPolicyRulesRequest
- type SecurityPolicyRulesAPIService
- func (a *SecurityPolicyRulesAPIService) ListSecurityPolicyRules(ctx context.Context) SecurityPolicyRulesAPIListSecurityPolicyRulesRequest
- func (a *SecurityPolicyRulesAPIService) ListSecurityPolicyRulesExecute(r SecurityPolicyRulesAPIListSecurityPolicyRulesRequest) (*SecurityPolicyRuleMultiResponse, *http.Response, error)
- type SecurityPolicyUpdateResponse
- func (o *SecurityPolicyUpdateResponse) GetResults() SecurityPolicy
- func (o *SecurityPolicyUpdateResponse) GetResultsOk() (*SecurityPolicy, bool)
- func (o *SecurityPolicyUpdateResponse) HasResults() bool
- func (o SecurityPolicyUpdateResponse) MarshalJSON() ([]byte, error)
- func (o *SecurityPolicyUpdateResponse) SetResults(v SecurityPolicy)
- func (o SecurityPolicyUpdateResponse) ToMap() (map[string]interface{}, error)
- func (o *SecurityPolicyUpdateResponse) UnmarshalJSON(data []byte) (err error)
- type ThreatFeed
- func (o *ThreatFeed) GetConfidenceLevel() string
- func (o *ThreatFeed) GetConfidenceLevelOk() (*string, bool)
- func (o *ThreatFeed) GetDescription() string
- func (o *ThreatFeed) GetDescriptionOk() (*string, bool)
- func (o *ThreatFeed) GetKey() string
- func (o *ThreatFeed) GetKeyOk() (*string, bool)
- func (o *ThreatFeed) GetName() string
- func (o *ThreatFeed) GetNameOk() (*string, bool)
- func (o *ThreatFeed) GetSource() ThreatFeedSource
- func (o *ThreatFeed) GetSourceOk() (*ThreatFeedSource, bool)
- func (o *ThreatFeed) GetThreatLevel() string
- func (o *ThreatFeed) GetThreatLevelOk() (*string, bool)
- func (o *ThreatFeed) HasConfidenceLevel() bool
- func (o *ThreatFeed) HasDescription() bool
- func (o *ThreatFeed) HasKey() bool
- func (o *ThreatFeed) HasName() bool
- func (o *ThreatFeed) HasSource() bool
- func (o *ThreatFeed) HasThreatLevel() bool
- func (o ThreatFeed) MarshalJSON() ([]byte, error)
- func (o *ThreatFeed) SetConfidenceLevel(v string)
- func (o *ThreatFeed) SetDescription(v string)
- func (o *ThreatFeed) SetKey(v string)
- func (o *ThreatFeed) SetName(v string)
- func (o *ThreatFeed) SetSource(v ThreatFeedSource)
- func (o *ThreatFeed) SetThreatLevel(v string)
- func (o ThreatFeed) ToMap() (map[string]interface{}, error)
- func (o *ThreatFeed) UnmarshalJSON(data []byte) (err error)
- type ThreatFeedMultiResponse
- func (o *ThreatFeedMultiResponse) GetResults() []ThreatFeed
- func (o *ThreatFeedMultiResponse) GetResultsOk() ([]ThreatFeed, bool)
- func (o *ThreatFeedMultiResponse) HasResults() bool
- func (o ThreatFeedMultiResponse) MarshalJSON() ([]byte, error)
- func (o *ThreatFeedMultiResponse) SetResults(v []ThreatFeed)
- func (o ThreatFeedMultiResponse) ToMap() (map[string]interface{}, error)
- func (o *ThreatFeedMultiResponse) UnmarshalJSON(data []byte) (err error)
- type ThreatFeedSource
- type ThreatFeedsAPI
- type ThreatFeedsAPIListThreatFeedsRequest
- func (r ThreatFeedsAPIListThreatFeedsRequest) Execute() (*ThreatFeedMultiResponse, *http.Response, error)
- func (r ThreatFeedsAPIListThreatFeedsRequest) Fields(fields string) ThreatFeedsAPIListThreatFeedsRequest
- func (r ThreatFeedsAPIListThreatFeedsRequest) Filter(filter string) ThreatFeedsAPIListThreatFeedsRequest
- func (r ThreatFeedsAPIListThreatFeedsRequest) Limit(limit int32) ThreatFeedsAPIListThreatFeedsRequest
- func (r ThreatFeedsAPIListThreatFeedsRequest) Offset(offset int32) ThreatFeedsAPIListThreatFeedsRequest
- func (r ThreatFeedsAPIListThreatFeedsRequest) PageToken(pageToken string) ThreatFeedsAPIListThreatFeedsRequest
- type ThreatFeedsAPIService
Constants ¶
This section is empty.
Variables ¶
var AllowedNetAddrDfpAssignmentScopeTypeEnumValues = []NetAddrDfpAssignmentScopeType{
"UNKNOWN",
"ADDRESS_BLOCK",
"SUBNET",
"ADDRESS",
"RANGE",
}
All allowed values of NetAddrDfpAssignmentScopeType enum
var AllowedThreatFeedSourceEnumValues = []ThreatFeedSource{
"Infoblox",
"Custom",
}
All allowed values of ThreatFeedSource enum
Functions ¶
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 { *internal.APIClient // API Services AccessCodesAPI AccessCodesAPI AppApprovalsAPI AppApprovalsAPI ApplicationFiltersAPI ApplicationFiltersAPI CategoryFiltersAPI CategoryFiltersAPI ContentCategoriesAPI ContentCategoriesAPI InternalDomainListsAPI InternalDomainListsAPI NamedListItemsAPI NamedListItemsAPI NamedListsAPI NamedListsAPI NetworkListsAPI NetworkListsAPI PopRegionsAPI PopRegionsAPI SecurityPoliciesAPI SecurityPoliciesAPI SecurityPolicyRulesAPI SecurityPolicyRulesAPI ThreatFeedsAPI ThreatFeedsAPI }
APIClient manages communication with the BloxOne FW API v1 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(options ...option.ClientOption) *APIClient
NewAPIClient creates a new API client. The client can be configured with a variadic option. The following options are available: - WithClientName(string) sets the name of the client using the SDK. - WithCSPUrl(string) sets the URL for BloxOne Cloud Services Portal. - WithAPIKey(string) sets the APIKey for accessing the BloxOne API. - WithHTTPClient(*http.Client) sets the HTTPClient to use for the SDK. - WithDefaultTags(map[string]string) sets the tags the client can set by default for objects that has tags support. - WithDebug() sets the debug mode.
type AccessCode ¶
type AccessCode struct { // Auto generated unique Bypass Code value AccessKey *string `json:"access_key,omitempty"` // The time when the Bypass Code object was activated. Activation *time.Time `json:"activation,omitempty"` // The time when the Bypass Code object was created. CreatedTime *time.Time `json:"created_time,omitempty"` Description *string `json:"description,omitempty"` // The time when the Bypass Code object was expired. Expiration *time.Time `json:"expiration,omitempty"` // The name of Bypass Code Name *string `json:"name,omitempty"` // The list of SecurityPolicy object identifiers. PolicyIds []int32 `json:"policy_ids,omitempty"` // The list of selected security rules Rules []AccessCodeRule `json:"rules,omitempty"` // The time when the Bypass Code object was last updated. UpdatedTime *time.Time `json:"updated_time,omitempty"` AdditionalProperties map[string]interface{} }
AccessCode struct for AccessCode
func NewAccessCode ¶
func NewAccessCode() *AccessCode
NewAccessCode instantiates a new AccessCode object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessCodeWithDefaults ¶
func NewAccessCodeWithDefaults() *AccessCode
NewAccessCodeWithDefaults instantiates a new AccessCode object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessCode) GetAccessKey ¶
func (o *AccessCode) GetAccessKey() string
GetAccessKey returns the AccessKey field value if set, zero value otherwise.
func (*AccessCode) GetAccessKeyOk ¶
func (o *AccessCode) GetAccessKeyOk() (*string, bool)
GetAccessKeyOk returns a tuple with the AccessKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCode) GetActivation ¶
func (o *AccessCode) GetActivation() time.Time
GetActivation returns the Activation field value if set, zero value otherwise.
func (*AccessCode) GetActivationOk ¶
func (o *AccessCode) GetActivationOk() (*time.Time, bool)
GetActivationOk returns a tuple with the Activation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCode) GetCreatedTime ¶
func (o *AccessCode) GetCreatedTime() time.Time
GetCreatedTime returns the CreatedTime field value if set, zero value otherwise.
func (*AccessCode) GetCreatedTimeOk ¶
func (o *AccessCode) GetCreatedTimeOk() (*time.Time, bool)
GetCreatedTimeOk returns a tuple with the CreatedTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCode) GetDescription ¶
func (o *AccessCode) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*AccessCode) GetDescriptionOk ¶
func (o *AccessCode) 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 (*AccessCode) GetExpiration ¶
func (o *AccessCode) GetExpiration() time.Time
GetExpiration returns the Expiration field value if set, zero value otherwise.
func (*AccessCode) GetExpirationOk ¶
func (o *AccessCode) GetExpirationOk() (*time.Time, bool)
GetExpirationOk returns a tuple with the Expiration field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCode) GetName ¶
func (o *AccessCode) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*AccessCode) GetNameOk ¶
func (o *AccessCode) 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 (*AccessCode) GetPolicyIds ¶
func (o *AccessCode) GetPolicyIds() []int32
GetPolicyIds returns the PolicyIds field value if set, zero value otherwise.
func (*AccessCode) GetPolicyIdsOk ¶
func (o *AccessCode) GetPolicyIdsOk() ([]int32, bool)
GetPolicyIdsOk returns a tuple with the PolicyIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCode) GetRules ¶
func (o *AccessCode) GetRules() []AccessCodeRule
GetRules returns the Rules field value if set, zero value otherwise.
func (*AccessCode) GetRulesOk ¶
func (o *AccessCode) GetRulesOk() ([]AccessCodeRule, bool)
GetRulesOk returns a tuple with the Rules field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCode) GetUpdatedTime ¶
func (o *AccessCode) GetUpdatedTime() time.Time
GetUpdatedTime returns the UpdatedTime field value if set, zero value otherwise.
func (*AccessCode) GetUpdatedTimeOk ¶
func (o *AccessCode) GetUpdatedTimeOk() (*time.Time, bool)
GetUpdatedTimeOk returns a tuple with the UpdatedTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCode) HasAccessKey ¶
func (o *AccessCode) HasAccessKey() bool
HasAccessKey returns a boolean if a field has been set.
func (*AccessCode) HasActivation ¶
func (o *AccessCode) HasActivation() bool
HasActivation returns a boolean if a field has been set.
func (*AccessCode) HasCreatedTime ¶
func (o *AccessCode) HasCreatedTime() bool
HasCreatedTime returns a boolean if a field has been set.
func (*AccessCode) HasDescription ¶
func (o *AccessCode) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*AccessCode) HasExpiration ¶
func (o *AccessCode) HasExpiration() bool
HasExpiration returns a boolean if a field has been set.
func (*AccessCode) HasName ¶
func (o *AccessCode) HasName() bool
HasName returns a boolean if a field has been set.
func (*AccessCode) HasPolicyIds ¶
func (o *AccessCode) HasPolicyIds() bool
HasPolicyIds returns a boolean if a field has been set.
func (*AccessCode) HasRules ¶
func (o *AccessCode) HasRules() bool
HasRules returns a boolean if a field has been set.
func (*AccessCode) HasUpdatedTime ¶
func (o *AccessCode) HasUpdatedTime() bool
HasUpdatedTime returns a boolean if a field has been set.
func (AccessCode) MarshalJSON ¶
func (o AccessCode) MarshalJSON() ([]byte, error)
func (*AccessCode) SetAccessKey ¶
func (o *AccessCode) SetAccessKey(v string)
SetAccessKey gets a reference to the given string and assigns it to the AccessKey field.
func (*AccessCode) SetActivation ¶
func (o *AccessCode) SetActivation(v time.Time)
SetActivation gets a reference to the given time.Time and assigns it to the Activation field.
func (*AccessCode) SetCreatedTime ¶
func (o *AccessCode) SetCreatedTime(v time.Time)
SetCreatedTime gets a reference to the given time.Time and assigns it to the CreatedTime field.
func (*AccessCode) SetDescription ¶
func (o *AccessCode) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*AccessCode) SetExpiration ¶
func (o *AccessCode) SetExpiration(v time.Time)
SetExpiration gets a reference to the given time.Time and assigns it to the Expiration field.
func (*AccessCode) SetName ¶
func (o *AccessCode) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*AccessCode) SetPolicyIds ¶
func (o *AccessCode) SetPolicyIds(v []int32)
SetPolicyIds gets a reference to the given []int32 and assigns it to the PolicyIds field.
func (*AccessCode) SetRules ¶
func (o *AccessCode) SetRules(v []AccessCodeRule)
SetRules gets a reference to the given []AccessCodeRule and assigns it to the Rules field.
func (*AccessCode) SetUpdatedTime ¶
func (o *AccessCode) SetUpdatedTime(v time.Time)
SetUpdatedTime gets a reference to the given time.Time and assigns it to the UpdatedTime field.
func (AccessCode) ToMap ¶
func (o AccessCode) ToMap() (map[string]interface{}, error)
func (*AccessCode) UnmarshalJSON ¶
func (o *AccessCode) UnmarshalJSON(data []byte) (err error)
type AccessCodeCreateResponse ¶
type AccessCodeCreateResponse struct { // The Bypass Code object. Results *AccessCode `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
AccessCodeCreateResponse struct for AccessCodeCreateResponse
func NewAccessCodeCreateResponse ¶
func NewAccessCodeCreateResponse() *AccessCodeCreateResponse
NewAccessCodeCreateResponse instantiates a new AccessCodeCreateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessCodeCreateResponseWithDefaults ¶
func NewAccessCodeCreateResponseWithDefaults() *AccessCodeCreateResponse
NewAccessCodeCreateResponseWithDefaults instantiates a new AccessCodeCreateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessCodeCreateResponse) GetResults ¶
func (o *AccessCodeCreateResponse) GetResults() AccessCode
GetResults returns the Results field value if set, zero value otherwise.
func (*AccessCodeCreateResponse) GetResultsOk ¶
func (o *AccessCodeCreateResponse) GetResultsOk() (*AccessCode, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodeCreateResponse) HasResults ¶
func (o *AccessCodeCreateResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (AccessCodeCreateResponse) MarshalJSON ¶
func (o AccessCodeCreateResponse) MarshalJSON() ([]byte, error)
func (*AccessCodeCreateResponse) SetResults ¶
func (o *AccessCodeCreateResponse) SetResults(v AccessCode)
SetResults gets a reference to the given AccessCode and assigns it to the Results field.
func (AccessCodeCreateResponse) ToMap ¶
func (o AccessCodeCreateResponse) ToMap() (map[string]interface{}, error)
func (*AccessCodeCreateResponse) UnmarshalJSON ¶
func (o *AccessCodeCreateResponse) UnmarshalJSON(data []byte) (err error)
type AccessCodeDeleteRequest ¶
type AccessCodeDeleteRequest struct { // The Bypass Code identifier. Ids []string `json:"ids,omitempty"` AdditionalProperties map[string]interface{} }
AccessCodeDeleteRequest struct for AccessCodeDeleteRequest
func NewAccessCodeDeleteRequest ¶
func NewAccessCodeDeleteRequest() *AccessCodeDeleteRequest
NewAccessCodeDeleteRequest instantiates a new AccessCodeDeleteRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessCodeDeleteRequestWithDefaults ¶
func NewAccessCodeDeleteRequestWithDefaults() *AccessCodeDeleteRequest
NewAccessCodeDeleteRequestWithDefaults instantiates a new AccessCodeDeleteRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessCodeDeleteRequest) GetIds ¶
func (o *AccessCodeDeleteRequest) GetIds() []string
GetIds returns the Ids field value if set, zero value otherwise.
func (*AccessCodeDeleteRequest) GetIdsOk ¶
func (o *AccessCodeDeleteRequest) GetIdsOk() ([]string, bool)
GetIdsOk returns a tuple with the Ids field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodeDeleteRequest) HasIds ¶
func (o *AccessCodeDeleteRequest) HasIds() bool
HasIds returns a boolean if a field has been set.
func (AccessCodeDeleteRequest) MarshalJSON ¶
func (o AccessCodeDeleteRequest) MarshalJSON() ([]byte, error)
func (*AccessCodeDeleteRequest) SetIds ¶
func (o *AccessCodeDeleteRequest) SetIds(v []string)
SetIds gets a reference to the given []string and assigns it to the Ids field.
func (AccessCodeDeleteRequest) ToMap ¶
func (o AccessCodeDeleteRequest) ToMap() (map[string]interface{}, error)
func (*AccessCodeDeleteRequest) UnmarshalJSON ¶
func (o *AccessCodeDeleteRequest) UnmarshalJSON(data []byte) (err error)
type AccessCodeMultiResponse ¶
type AccessCodeMultiResponse struct { // The list of Bypass Code objects. Results []AccessCode `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
AccessCodeMultiResponse struct for AccessCodeMultiResponse
func NewAccessCodeMultiResponse ¶
func NewAccessCodeMultiResponse() *AccessCodeMultiResponse
NewAccessCodeMultiResponse instantiates a new AccessCodeMultiResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessCodeMultiResponseWithDefaults ¶
func NewAccessCodeMultiResponseWithDefaults() *AccessCodeMultiResponse
NewAccessCodeMultiResponseWithDefaults instantiates a new AccessCodeMultiResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessCodeMultiResponse) GetResults ¶
func (o *AccessCodeMultiResponse) GetResults() []AccessCode
GetResults returns the Results field value if set, zero value otherwise.
func (*AccessCodeMultiResponse) GetResultsOk ¶
func (o *AccessCodeMultiResponse) GetResultsOk() ([]AccessCode, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodeMultiResponse) HasResults ¶
func (o *AccessCodeMultiResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (AccessCodeMultiResponse) MarshalJSON ¶
func (o AccessCodeMultiResponse) MarshalJSON() ([]byte, error)
func (*AccessCodeMultiResponse) SetResults ¶
func (o *AccessCodeMultiResponse) SetResults(v []AccessCode)
SetResults gets a reference to the given []AccessCode and assigns it to the Results field.
func (AccessCodeMultiResponse) ToMap ¶
func (o AccessCodeMultiResponse) ToMap() (map[string]interface{}, error)
func (*AccessCodeMultiResponse) UnmarshalJSON ¶
func (o *AccessCodeMultiResponse) UnmarshalJSON(data []byte) (err error)
type AccessCodeReadResponse ¶
type AccessCodeReadResponse struct { // The Bypass Code object. Results *AccessCode `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
AccessCodeReadResponse struct for AccessCodeReadResponse
func NewAccessCodeReadResponse ¶
func NewAccessCodeReadResponse() *AccessCodeReadResponse
NewAccessCodeReadResponse instantiates a new AccessCodeReadResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessCodeReadResponseWithDefaults ¶
func NewAccessCodeReadResponseWithDefaults() *AccessCodeReadResponse
NewAccessCodeReadResponseWithDefaults instantiates a new AccessCodeReadResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessCodeReadResponse) GetResults ¶
func (o *AccessCodeReadResponse) GetResults() AccessCode
GetResults returns the Results field value if set, zero value otherwise.
func (*AccessCodeReadResponse) GetResultsOk ¶
func (o *AccessCodeReadResponse) GetResultsOk() (*AccessCode, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodeReadResponse) HasResults ¶
func (o *AccessCodeReadResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (AccessCodeReadResponse) MarshalJSON ¶
func (o AccessCodeReadResponse) MarshalJSON() ([]byte, error)
func (*AccessCodeReadResponse) SetResults ¶
func (o *AccessCodeReadResponse) SetResults(v AccessCode)
SetResults gets a reference to the given AccessCode and assigns it to the Results field.
func (AccessCodeReadResponse) ToMap ¶
func (o AccessCodeReadResponse) ToMap() (map[string]interface{}, error)
func (*AccessCodeReadResponse) UnmarshalJSON ¶
func (o *AccessCodeReadResponse) UnmarshalJSON(data []byte) (err error)
type AccessCodeRule ¶
type AccessCodeRule struct { Action *string `json:"action,omitempty"` Data *string `json:"data,omitempty"` Description *string `json:"description,omitempty"` RedirectName *string `json:"redirect_name,omitempty"` Type *string `json:"type,omitempty"` AdditionalProperties map[string]interface{} }
AccessCodeRule struct for AccessCodeRule
func NewAccessCodeRule ¶
func NewAccessCodeRule() *AccessCodeRule
NewAccessCodeRule instantiates a new AccessCodeRule object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessCodeRuleWithDefaults ¶
func NewAccessCodeRuleWithDefaults() *AccessCodeRule
NewAccessCodeRuleWithDefaults instantiates a new AccessCodeRule object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessCodeRule) GetAction ¶
func (o *AccessCodeRule) GetAction() string
GetAction returns the Action field value if set, zero value otherwise.
func (*AccessCodeRule) GetActionOk ¶
func (o *AccessCodeRule) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodeRule) GetData ¶
func (o *AccessCodeRule) GetData() string
GetData returns the Data field value if set, zero value otherwise.
func (*AccessCodeRule) GetDataOk ¶
func (o *AccessCodeRule) GetDataOk() (*string, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodeRule) GetDescription ¶
func (o *AccessCodeRule) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*AccessCodeRule) GetDescriptionOk ¶
func (o *AccessCodeRule) 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 (*AccessCodeRule) GetRedirectName ¶
func (o *AccessCodeRule) GetRedirectName() string
GetRedirectName returns the RedirectName field value if set, zero value otherwise.
func (*AccessCodeRule) GetRedirectNameOk ¶
func (o *AccessCodeRule) GetRedirectNameOk() (*string, bool)
GetRedirectNameOk returns a tuple with the RedirectName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodeRule) GetType ¶
func (o *AccessCodeRule) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*AccessCodeRule) GetTypeOk ¶
func (o *AccessCodeRule) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodeRule) HasAction ¶
func (o *AccessCodeRule) HasAction() bool
HasAction returns a boolean if a field has been set.
func (*AccessCodeRule) HasData ¶
func (o *AccessCodeRule) HasData() bool
HasData returns a boolean if a field has been set.
func (*AccessCodeRule) HasDescription ¶
func (o *AccessCodeRule) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*AccessCodeRule) HasRedirectName ¶
func (o *AccessCodeRule) HasRedirectName() bool
HasRedirectName returns a boolean if a field has been set.
func (*AccessCodeRule) HasType ¶
func (o *AccessCodeRule) HasType() bool
HasType returns a boolean if a field has been set.
func (AccessCodeRule) MarshalJSON ¶
func (o AccessCodeRule) MarshalJSON() ([]byte, error)
func (*AccessCodeRule) SetAction ¶
func (o *AccessCodeRule) SetAction(v string)
SetAction gets a reference to the given string and assigns it to the Action field.
func (*AccessCodeRule) SetData ¶
func (o *AccessCodeRule) SetData(v string)
SetData gets a reference to the given string and assigns it to the Data field.
func (*AccessCodeRule) SetDescription ¶
func (o *AccessCodeRule) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*AccessCodeRule) SetRedirectName ¶
func (o *AccessCodeRule) SetRedirectName(v string)
SetRedirectName gets a reference to the given string and assigns it to the RedirectName field.
func (*AccessCodeRule) SetType ¶
func (o *AccessCodeRule) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (AccessCodeRule) ToMap ¶
func (o AccessCodeRule) ToMap() (map[string]interface{}, error)
func (*AccessCodeRule) UnmarshalJSON ¶
func (o *AccessCodeRule) UnmarshalJSON(data []byte) (err error)
type AccessCodeUpdateResponse ¶
type AccessCodeUpdateResponse struct { // The Bypass Code object. Results *AccessCode `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
AccessCodeUpdateResponse struct for AccessCodeUpdateResponse
func NewAccessCodeUpdateResponse ¶
func NewAccessCodeUpdateResponse() *AccessCodeUpdateResponse
NewAccessCodeUpdateResponse instantiates a new AccessCodeUpdateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessCodeUpdateResponseWithDefaults ¶
func NewAccessCodeUpdateResponseWithDefaults() *AccessCodeUpdateResponse
NewAccessCodeUpdateResponseWithDefaults instantiates a new AccessCodeUpdateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessCodeUpdateResponse) GetResults ¶
func (o *AccessCodeUpdateResponse) GetResults() AccessCode
GetResults returns the Results field value if set, zero value otherwise.
func (*AccessCodeUpdateResponse) GetResultsOk ¶
func (o *AccessCodeUpdateResponse) GetResultsOk() (*AccessCode, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodeUpdateResponse) HasResults ¶
func (o *AccessCodeUpdateResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (AccessCodeUpdateResponse) MarshalJSON ¶
func (o AccessCodeUpdateResponse) MarshalJSON() ([]byte, error)
func (*AccessCodeUpdateResponse) SetResults ¶
func (o *AccessCodeUpdateResponse) SetResults(v AccessCode)
SetResults gets a reference to the given AccessCode and assigns it to the Results field.
func (AccessCodeUpdateResponse) ToMap ¶
func (o AccessCodeUpdateResponse) ToMap() (map[string]interface{}, error)
func (*AccessCodeUpdateResponse) UnmarshalJSON ¶
func (o *AccessCodeUpdateResponse) UnmarshalJSON(data []byte) (err error)
type AccessCodesAPI ¶
type AccessCodesAPI interface { /* CreateAccessCode Create Access Codes Use this method to create the Bypass Code corresponding to the security rules passed. It's an atomic operation. It should create all the security rules and create the policy and bypass codes, or do nothing if any of them fails. Required: - name - rules - activation - expiration @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return AccessCodesAPICreateAccessCodeRequest */ CreateAccessCode(ctx context.Context) AccessCodesAPICreateAccessCodeRequest // CreateAccessCodeExecute executes the request // @return AccessCodeCreateResponse CreateAccessCodeExecute(r AccessCodesAPICreateAccessCodeRequest) (*AccessCodeCreateResponse, *http.Response, error) /* DeleteAccessCodes Delete Access Codes Use this method to delete Bypass Code objects. Deletion of multiple bypass codes is an all-or-nothing operation (if any of the specified bypass codes cannot be deleted then none of the specified bypass codes will be deleted). Required: - ids @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return AccessCodesAPIDeleteAccessCodesRequest */ DeleteAccessCodes(ctx context.Context) AccessCodesAPIDeleteAccessCodesRequest // DeleteAccessCodesExecute executes the request DeleteAccessCodesExecute(r AccessCodesAPIDeleteAccessCodesRequest) (*http.Response, error) /* DeleteSingleAccessCodes Delete Access Code By ID Use this method to delete Bypass Code object. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param accessKey The Bypass Code identifier. @return AccessCodesAPIDeleteSingleAccessCodesRequest */ DeleteSingleAccessCodes(ctx context.Context, accessKey string) AccessCodesAPIDeleteSingleAccessCodesRequest // DeleteSingleAccessCodesExecute executes the request DeleteSingleAccessCodesExecute(r AccessCodesAPIDeleteSingleAccessCodesRequest) (*http.Response, error) /* ListAccessCodes List Access Codes Use this method to retrieve a collection of Bypass Code objects. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return AccessCodesAPIListAccessCodesRequest */ ListAccessCodes(ctx context.Context) AccessCodesAPIListAccessCodesRequest // ListAccessCodesExecute executes the request // @return AccessCodeMultiResponse ListAccessCodesExecute(r AccessCodesAPIListAccessCodesRequest) (*AccessCodeMultiResponse, *http.Response, error) /* ReadAccessCode Read Access Codes Use this method to retrieve the Bypass Code by key. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param accessKey The Bypass Code identifier. @return AccessCodesAPIReadAccessCodeRequest */ ReadAccessCode(ctx context.Context, accessKey string) AccessCodesAPIReadAccessCodeRequest // ReadAccessCodeExecute executes the request // @return AccessCodeReadResponse ReadAccessCodeExecute(r AccessCodesAPIReadAccessCodeRequest) (*AccessCodeReadResponse, *http.Response, error) /* UpdateAccessCode Update Access Codes Use this method to update the Bypass Code corresponding to the security rules passed. It's an atomic operation. It should delete existing security rules and create all the new security rules for the bypass code, or do nothing if any of them fails. Required: - name - rules - dfps - network_lists - roaming_device_groups @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param payloadAccessKey Auto generated unique Bypass Code value @return AccessCodesAPIUpdateAccessCodeRequest */ UpdateAccessCode(ctx context.Context, payloadAccessKey string) AccessCodesAPIUpdateAccessCodeRequest // UpdateAccessCodeExecute executes the request // @return AccessCodeUpdateResponse UpdateAccessCodeExecute(r AccessCodesAPIUpdateAccessCodeRequest) (*AccessCodeUpdateResponse, *http.Response, error) }
type AccessCodesAPICreateAccessCodeRequest ¶
type AccessCodesAPICreateAccessCodeRequest struct { ApiService AccessCodesAPI // contains filtered or unexported fields }
func (AccessCodesAPICreateAccessCodeRequest) Body ¶
func (r AccessCodesAPICreateAccessCodeRequest) Body(body AccessCode) AccessCodesAPICreateAccessCodeRequest
The Bypass Code object.
func (AccessCodesAPICreateAccessCodeRequest) Execute ¶
func (r AccessCodesAPICreateAccessCodeRequest) Execute() (*AccessCodeCreateResponse, *http.Response, error)
type AccessCodesAPIDeleteAccessCodesRequest ¶
type AccessCodesAPIDeleteAccessCodesRequest struct { ApiService AccessCodesAPI // contains filtered or unexported fields }
type AccessCodesAPIDeleteSingleAccessCodesRequest ¶
type AccessCodesAPIDeleteSingleAccessCodesRequest struct { ApiService AccessCodesAPI // contains filtered or unexported fields }
type AccessCodesAPIListAccessCodesRequest ¶
type AccessCodesAPIListAccessCodesRequest struct { ApiService AccessCodesAPI // contains filtered or unexported fields }
func (AccessCodesAPIListAccessCodesRequest) Execute ¶
func (r AccessCodesAPIListAccessCodesRequest) Execute() (*AccessCodeMultiResponse, *http.Response, error)
func (AccessCodesAPIListAccessCodesRequest) Filter ¶
func (r AccessCodesAPIListAccessCodesRequest) Filter(filter string) AccessCodesAPIListAccessCodesRequest
A collection of response resources can be filtered by a logical expression string that includes JSON tag references to values in each resource, literal values, and logical operators. If a resource does not have the specified tag, its value is assumed to be null. Literal values include numbers (integer and floating-point), and quoted (both single- or double-quoted) literal strings, and 'null'. You can filter by following fields: | Name | type | Supported Op | | ------------------ | ------ | --------------------------- | | access_key | string | !=, ==, ~, !~, >, <, <=, >= | | name | string | !=, ==, ~, !~, >, <, <=, >= | | description | string | !=, ==, ~, !~, >, <, <=, >= | | security_policy_id | int32 | !=, ==, >, <, <=, >= | In addition, grouping operators are supported: | Op | Description | | --- | -------------------- | | and | Logical AND | | or | Logical OR | | not | Logical NOT | | () | Groupping Operators | Example: ``` ?_filter=\"((name=='acc_code')or(name~'key'))and(security_policy_id!=32)\" ```
func (AccessCodesAPIListAccessCodesRequest) Limit ¶
func (r AccessCodesAPIListAccessCodesRequest) Limit(limit int32) AccessCodesAPIListAccessCodesRequest
The integer number of resources to be returned in the response. The service may impose maximum value. If omitted the service may impose a default value.
func (AccessCodesAPIListAccessCodesRequest) Offset ¶
func (r AccessCodesAPIListAccessCodesRequest) Offset(offset int32) AccessCodesAPIListAccessCodesRequest
The integer index (zero-origin) of the offset into a collection of resources. If omitted or null the value is assumed to be '0'.
func (AccessCodesAPIListAccessCodesRequest) PageToken ¶
func (r AccessCodesAPIListAccessCodesRequest) PageToken(pageToken string) AccessCodesAPIListAccessCodesRequest
The service-defined string used to identify a page of resources. A null value indicates the first page.
type AccessCodesAPIReadAccessCodeRequest ¶
type AccessCodesAPIReadAccessCodeRequest struct { ApiService AccessCodesAPI // contains filtered or unexported fields }
func (AccessCodesAPIReadAccessCodeRequest) Execute ¶
func (r AccessCodesAPIReadAccessCodeRequest) Execute() (*AccessCodeReadResponse, *http.Response, error)
func (AccessCodesAPIReadAccessCodeRequest) Name ¶
func (r AccessCodesAPIReadAccessCodeRequest) Name(name string) AccessCodesAPIReadAccessCodeRequest
The Bypass Code name.
type AccessCodesAPIService ¶
AccessCodesAPIService AccessCodesAPI service
func (*AccessCodesAPIService) CreateAccessCode ¶
func (a *AccessCodesAPIService) CreateAccessCode(ctx context.Context) AccessCodesAPICreateAccessCodeRequest
CreateAccessCode Create Access Codes
Use this method to create the Bypass Code corresponding to the security rules passed. It's an atomic operation. It should create all the security rules and create the policy and bypass codes, or do nothing if any of them fails.
Required: - name - rules - activation - expiration
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return AccessCodesAPICreateAccessCodeRequest
func (*AccessCodesAPIService) CreateAccessCodeExecute ¶
func (a *AccessCodesAPIService) CreateAccessCodeExecute(r AccessCodesAPICreateAccessCodeRequest) (*AccessCodeCreateResponse, *http.Response, error)
Execute executes the request
@return AccessCodeCreateResponse
func (*AccessCodesAPIService) DeleteAccessCodes ¶
func (a *AccessCodesAPIService) DeleteAccessCodes(ctx context.Context) AccessCodesAPIDeleteAccessCodesRequest
DeleteAccessCodes Delete Access Codes
Use this method to delete Bypass Code objects. Deletion of multiple bypass codes is an all-or-nothing operation (if any of the specified bypass codes cannot be deleted then none of the specified bypass codes will be deleted).
Required: - ids
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return AccessCodesAPIDeleteAccessCodesRequest
func (*AccessCodesAPIService) DeleteAccessCodesExecute ¶
func (a *AccessCodesAPIService) DeleteAccessCodesExecute(r AccessCodesAPIDeleteAccessCodesRequest) (*http.Response, error)
Execute executes the request
func (*AccessCodesAPIService) DeleteSingleAccessCodes ¶
func (a *AccessCodesAPIService) DeleteSingleAccessCodes(ctx context.Context, accessKey string) AccessCodesAPIDeleteSingleAccessCodesRequest
DeleteSingleAccessCodes Delete Access Code By ID
Use this method to delete Bypass Code object.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param accessKey The Bypass Code identifier. @return AccessCodesAPIDeleteSingleAccessCodesRequest
func (*AccessCodesAPIService) DeleteSingleAccessCodesExecute ¶
func (a *AccessCodesAPIService) DeleteSingleAccessCodesExecute(r AccessCodesAPIDeleteSingleAccessCodesRequest) (*http.Response, error)
Execute executes the request
func (*AccessCodesAPIService) ListAccessCodes ¶
func (a *AccessCodesAPIService) ListAccessCodes(ctx context.Context) AccessCodesAPIListAccessCodesRequest
ListAccessCodes List Access Codes
Use this method to retrieve a collection of Bypass Code objects.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return AccessCodesAPIListAccessCodesRequest
func (*AccessCodesAPIService) ListAccessCodesExecute ¶
func (a *AccessCodesAPIService) ListAccessCodesExecute(r AccessCodesAPIListAccessCodesRequest) (*AccessCodeMultiResponse, *http.Response, error)
Execute executes the request
@return AccessCodeMultiResponse
func (*AccessCodesAPIService) ReadAccessCode ¶
func (a *AccessCodesAPIService) ReadAccessCode(ctx context.Context, accessKey string) AccessCodesAPIReadAccessCodeRequest
ReadAccessCode Read Access Codes
Use this method to retrieve the Bypass Code by key.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param accessKey The Bypass Code identifier. @return AccessCodesAPIReadAccessCodeRequest
func (*AccessCodesAPIService) ReadAccessCodeExecute ¶
func (a *AccessCodesAPIService) ReadAccessCodeExecute(r AccessCodesAPIReadAccessCodeRequest) (*AccessCodeReadResponse, *http.Response, error)
Execute executes the request
@return AccessCodeReadResponse
func (*AccessCodesAPIService) UpdateAccessCode ¶
func (a *AccessCodesAPIService) UpdateAccessCode(ctx context.Context, payloadAccessKey string) AccessCodesAPIUpdateAccessCodeRequest
UpdateAccessCode Update Access Codes
Use this method to update the Bypass Code corresponding to the security rules passed. It's an atomic operation. It should delete existing security rules and create all the new security rules for the bypass code, or do nothing if any of them fails.
Required: - name - rules - dfps - network_lists - roaming_device_groups
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param payloadAccessKey Auto generated unique Bypass Code value @return AccessCodesAPIUpdateAccessCodeRequest
func (*AccessCodesAPIService) UpdateAccessCodeExecute ¶
func (a *AccessCodesAPIService) UpdateAccessCodeExecute(r AccessCodesAPIUpdateAccessCodeRequest) (*AccessCodeUpdateResponse, *http.Response, error)
Execute executes the request
@return AccessCodeUpdateResponse
type AccessCodesAPIUpdateAccessCodeRequest ¶
type AccessCodesAPIUpdateAccessCodeRequest struct { ApiService AccessCodesAPI // contains filtered or unexported fields }
func (AccessCodesAPIUpdateAccessCodeRequest) Body ¶
func (r AccessCodesAPIUpdateAccessCodeRequest) Body(body AccessCode) AccessCodesAPIUpdateAccessCodeRequest
The Bypass Code object.
func (AccessCodesAPIUpdateAccessCodeRequest) Execute ¶
func (r AccessCodesAPIUpdateAccessCodeRequest) Execute() (*AccessCodeUpdateResponse, *http.Response, error)
type AccessCodesCreateAccessCode400Response ¶
type AccessCodesCreateAccessCode400Response struct { Error *AccessCodesCreateAccessCode400ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
AccessCodesCreateAccessCode400Response struct for AccessCodesCreateAccessCode400Response
func NewAccessCodesCreateAccessCode400Response ¶
func NewAccessCodesCreateAccessCode400Response() *AccessCodesCreateAccessCode400Response
NewAccessCodesCreateAccessCode400Response instantiates a new AccessCodesCreateAccessCode400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessCodesCreateAccessCode400ResponseWithDefaults ¶
func NewAccessCodesCreateAccessCode400ResponseWithDefaults() *AccessCodesCreateAccessCode400Response
NewAccessCodesCreateAccessCode400ResponseWithDefaults instantiates a new AccessCodesCreateAccessCode400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessCodesCreateAccessCode400Response) GetError ¶
func (o *AccessCodesCreateAccessCode400Response) GetError() AccessCodesCreateAccessCode400ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*AccessCodesCreateAccessCode400Response) GetErrorOk ¶
func (o *AccessCodesCreateAccessCode400Response) GetErrorOk() (*AccessCodesCreateAccessCode400ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodesCreateAccessCode400Response) HasError ¶
func (o *AccessCodesCreateAccessCode400Response) HasError() bool
HasError returns a boolean if a field has been set.
func (AccessCodesCreateAccessCode400Response) MarshalJSON ¶
func (o AccessCodesCreateAccessCode400Response) MarshalJSON() ([]byte, error)
func (*AccessCodesCreateAccessCode400Response) SetError ¶
func (o *AccessCodesCreateAccessCode400Response) SetError(v AccessCodesCreateAccessCode400ResponseError)
SetError gets a reference to the given AccessCodesCreateAccessCode400ResponseError and assigns it to the Error field.
func (AccessCodesCreateAccessCode400Response) ToMap ¶
func (o AccessCodesCreateAccessCode400Response) ToMap() (map[string]interface{}, error)
func (*AccessCodesCreateAccessCode400Response) UnmarshalJSON ¶
func (o *AccessCodesCreateAccessCode400Response) UnmarshalJSON(data []byte) (err error)
type AccessCodesCreateAccessCode400ResponseError ¶
type AccessCodesCreateAccessCode400ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
AccessCodesCreateAccessCode400ResponseError struct for AccessCodesCreateAccessCode400ResponseError
func NewAccessCodesCreateAccessCode400ResponseError ¶
func NewAccessCodesCreateAccessCode400ResponseError() *AccessCodesCreateAccessCode400ResponseError
NewAccessCodesCreateAccessCode400ResponseError instantiates a new AccessCodesCreateAccessCode400ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessCodesCreateAccessCode400ResponseErrorWithDefaults ¶
func NewAccessCodesCreateAccessCode400ResponseErrorWithDefaults() *AccessCodesCreateAccessCode400ResponseError
NewAccessCodesCreateAccessCode400ResponseErrorWithDefaults instantiates a new AccessCodesCreateAccessCode400ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessCodesCreateAccessCode400ResponseError) GetCode ¶
func (o *AccessCodesCreateAccessCode400ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*AccessCodesCreateAccessCode400ResponseError) GetCodeOk ¶
func (o *AccessCodesCreateAccessCode400ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodesCreateAccessCode400ResponseError) GetMessage ¶
func (o *AccessCodesCreateAccessCode400ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*AccessCodesCreateAccessCode400ResponseError) GetMessageOk ¶
func (o *AccessCodesCreateAccessCode400ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodesCreateAccessCode400ResponseError) GetStatus ¶
func (o *AccessCodesCreateAccessCode400ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*AccessCodesCreateAccessCode400ResponseError) GetStatusOk ¶
func (o *AccessCodesCreateAccessCode400ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodesCreateAccessCode400ResponseError) HasCode ¶
func (o *AccessCodesCreateAccessCode400ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*AccessCodesCreateAccessCode400ResponseError) HasMessage ¶
func (o *AccessCodesCreateAccessCode400ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*AccessCodesCreateAccessCode400ResponseError) HasStatus ¶
func (o *AccessCodesCreateAccessCode400ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (AccessCodesCreateAccessCode400ResponseError) MarshalJSON ¶
func (o AccessCodesCreateAccessCode400ResponseError) MarshalJSON() ([]byte, error)
func (*AccessCodesCreateAccessCode400ResponseError) SetCode ¶
func (o *AccessCodesCreateAccessCode400ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*AccessCodesCreateAccessCode400ResponseError) SetMessage ¶
func (o *AccessCodesCreateAccessCode400ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*AccessCodesCreateAccessCode400ResponseError) SetStatus ¶
func (o *AccessCodesCreateAccessCode400ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (AccessCodesCreateAccessCode400ResponseError) ToMap ¶
func (o AccessCodesCreateAccessCode400ResponseError) ToMap() (map[string]interface{}, error)
func (*AccessCodesCreateAccessCode400ResponseError) UnmarshalJSON ¶
func (o *AccessCodesCreateAccessCode400ResponseError) UnmarshalJSON(data []byte) (err error)
type AccessCodesCreateAccessCode404Response ¶
type AccessCodesCreateAccessCode404Response struct { Error *AccessCodesCreateAccessCode404ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
AccessCodesCreateAccessCode404Response struct for AccessCodesCreateAccessCode404Response
func NewAccessCodesCreateAccessCode404Response ¶
func NewAccessCodesCreateAccessCode404Response() *AccessCodesCreateAccessCode404Response
NewAccessCodesCreateAccessCode404Response instantiates a new AccessCodesCreateAccessCode404Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessCodesCreateAccessCode404ResponseWithDefaults ¶
func NewAccessCodesCreateAccessCode404ResponseWithDefaults() *AccessCodesCreateAccessCode404Response
NewAccessCodesCreateAccessCode404ResponseWithDefaults instantiates a new AccessCodesCreateAccessCode404Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessCodesCreateAccessCode404Response) GetError ¶
func (o *AccessCodesCreateAccessCode404Response) GetError() AccessCodesCreateAccessCode404ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*AccessCodesCreateAccessCode404Response) GetErrorOk ¶
func (o *AccessCodesCreateAccessCode404Response) GetErrorOk() (*AccessCodesCreateAccessCode404ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodesCreateAccessCode404Response) HasError ¶
func (o *AccessCodesCreateAccessCode404Response) HasError() bool
HasError returns a boolean if a field has been set.
func (AccessCodesCreateAccessCode404Response) MarshalJSON ¶
func (o AccessCodesCreateAccessCode404Response) MarshalJSON() ([]byte, error)
func (*AccessCodesCreateAccessCode404Response) SetError ¶
func (o *AccessCodesCreateAccessCode404Response) SetError(v AccessCodesCreateAccessCode404ResponseError)
SetError gets a reference to the given AccessCodesCreateAccessCode404ResponseError and assigns it to the Error field.
func (AccessCodesCreateAccessCode404Response) ToMap ¶
func (o AccessCodesCreateAccessCode404Response) ToMap() (map[string]interface{}, error)
func (*AccessCodesCreateAccessCode404Response) UnmarshalJSON ¶
func (o *AccessCodesCreateAccessCode404Response) UnmarshalJSON(data []byte) (err error)
type AccessCodesCreateAccessCode404ResponseError ¶
type AccessCodesCreateAccessCode404ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
AccessCodesCreateAccessCode404ResponseError struct for AccessCodesCreateAccessCode404ResponseError
func NewAccessCodesCreateAccessCode404ResponseError ¶
func NewAccessCodesCreateAccessCode404ResponseError() *AccessCodesCreateAccessCode404ResponseError
NewAccessCodesCreateAccessCode404ResponseError instantiates a new AccessCodesCreateAccessCode404ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessCodesCreateAccessCode404ResponseErrorWithDefaults ¶
func NewAccessCodesCreateAccessCode404ResponseErrorWithDefaults() *AccessCodesCreateAccessCode404ResponseError
NewAccessCodesCreateAccessCode404ResponseErrorWithDefaults instantiates a new AccessCodesCreateAccessCode404ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessCodesCreateAccessCode404ResponseError) GetCode ¶
func (o *AccessCodesCreateAccessCode404ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*AccessCodesCreateAccessCode404ResponseError) GetCodeOk ¶
func (o *AccessCodesCreateAccessCode404ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodesCreateAccessCode404ResponseError) GetMessage ¶
func (o *AccessCodesCreateAccessCode404ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*AccessCodesCreateAccessCode404ResponseError) GetMessageOk ¶
func (o *AccessCodesCreateAccessCode404ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodesCreateAccessCode404ResponseError) GetStatus ¶
func (o *AccessCodesCreateAccessCode404ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*AccessCodesCreateAccessCode404ResponseError) GetStatusOk ¶
func (o *AccessCodesCreateAccessCode404ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodesCreateAccessCode404ResponseError) HasCode ¶
func (o *AccessCodesCreateAccessCode404ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*AccessCodesCreateAccessCode404ResponseError) HasMessage ¶
func (o *AccessCodesCreateAccessCode404ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*AccessCodesCreateAccessCode404ResponseError) HasStatus ¶
func (o *AccessCodesCreateAccessCode404ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (AccessCodesCreateAccessCode404ResponseError) MarshalJSON ¶
func (o AccessCodesCreateAccessCode404ResponseError) MarshalJSON() ([]byte, error)
func (*AccessCodesCreateAccessCode404ResponseError) SetCode ¶
func (o *AccessCodesCreateAccessCode404ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*AccessCodesCreateAccessCode404ResponseError) SetMessage ¶
func (o *AccessCodesCreateAccessCode404ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*AccessCodesCreateAccessCode404ResponseError) SetStatus ¶
func (o *AccessCodesCreateAccessCode404ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (AccessCodesCreateAccessCode404ResponseError) ToMap ¶
func (o AccessCodesCreateAccessCode404ResponseError) ToMap() (map[string]interface{}, error)
func (*AccessCodesCreateAccessCode404ResponseError) UnmarshalJSON ¶
func (o *AccessCodesCreateAccessCode404ResponseError) UnmarshalJSON(data []byte) (err error)
type AccessCodesCreateAccessCode409Response ¶
type AccessCodesCreateAccessCode409Response struct { Error *AccessCodesCreateAccessCode409ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
AccessCodesCreateAccessCode409Response struct for AccessCodesCreateAccessCode409Response
func NewAccessCodesCreateAccessCode409Response ¶
func NewAccessCodesCreateAccessCode409Response() *AccessCodesCreateAccessCode409Response
NewAccessCodesCreateAccessCode409Response instantiates a new AccessCodesCreateAccessCode409Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessCodesCreateAccessCode409ResponseWithDefaults ¶
func NewAccessCodesCreateAccessCode409ResponseWithDefaults() *AccessCodesCreateAccessCode409Response
NewAccessCodesCreateAccessCode409ResponseWithDefaults instantiates a new AccessCodesCreateAccessCode409Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessCodesCreateAccessCode409Response) GetError ¶
func (o *AccessCodesCreateAccessCode409Response) GetError() AccessCodesCreateAccessCode409ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*AccessCodesCreateAccessCode409Response) GetErrorOk ¶
func (o *AccessCodesCreateAccessCode409Response) GetErrorOk() (*AccessCodesCreateAccessCode409ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodesCreateAccessCode409Response) HasError ¶
func (o *AccessCodesCreateAccessCode409Response) HasError() bool
HasError returns a boolean if a field has been set.
func (AccessCodesCreateAccessCode409Response) MarshalJSON ¶
func (o AccessCodesCreateAccessCode409Response) MarshalJSON() ([]byte, error)
func (*AccessCodesCreateAccessCode409Response) SetError ¶
func (o *AccessCodesCreateAccessCode409Response) SetError(v AccessCodesCreateAccessCode409ResponseError)
SetError gets a reference to the given AccessCodesCreateAccessCode409ResponseError and assigns it to the Error field.
func (AccessCodesCreateAccessCode409Response) ToMap ¶
func (o AccessCodesCreateAccessCode409Response) ToMap() (map[string]interface{}, error)
func (*AccessCodesCreateAccessCode409Response) UnmarshalJSON ¶
func (o *AccessCodesCreateAccessCode409Response) UnmarshalJSON(data []byte) (err error)
type AccessCodesCreateAccessCode409ResponseError ¶
type AccessCodesCreateAccessCode409ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
AccessCodesCreateAccessCode409ResponseError struct for AccessCodesCreateAccessCode409ResponseError
func NewAccessCodesCreateAccessCode409ResponseError ¶
func NewAccessCodesCreateAccessCode409ResponseError() *AccessCodesCreateAccessCode409ResponseError
NewAccessCodesCreateAccessCode409ResponseError instantiates a new AccessCodesCreateAccessCode409ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessCodesCreateAccessCode409ResponseErrorWithDefaults ¶
func NewAccessCodesCreateAccessCode409ResponseErrorWithDefaults() *AccessCodesCreateAccessCode409ResponseError
NewAccessCodesCreateAccessCode409ResponseErrorWithDefaults instantiates a new AccessCodesCreateAccessCode409ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessCodesCreateAccessCode409ResponseError) GetCode ¶
func (o *AccessCodesCreateAccessCode409ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*AccessCodesCreateAccessCode409ResponseError) GetCodeOk ¶
func (o *AccessCodesCreateAccessCode409ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodesCreateAccessCode409ResponseError) GetMessage ¶
func (o *AccessCodesCreateAccessCode409ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*AccessCodesCreateAccessCode409ResponseError) GetMessageOk ¶
func (o *AccessCodesCreateAccessCode409ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodesCreateAccessCode409ResponseError) GetStatus ¶
func (o *AccessCodesCreateAccessCode409ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*AccessCodesCreateAccessCode409ResponseError) GetStatusOk ¶
func (o *AccessCodesCreateAccessCode409ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodesCreateAccessCode409ResponseError) HasCode ¶
func (o *AccessCodesCreateAccessCode409ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*AccessCodesCreateAccessCode409ResponseError) HasMessage ¶
func (o *AccessCodesCreateAccessCode409ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*AccessCodesCreateAccessCode409ResponseError) HasStatus ¶
func (o *AccessCodesCreateAccessCode409ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (AccessCodesCreateAccessCode409ResponseError) MarshalJSON ¶
func (o AccessCodesCreateAccessCode409ResponseError) MarshalJSON() ([]byte, error)
func (*AccessCodesCreateAccessCode409ResponseError) SetCode ¶
func (o *AccessCodesCreateAccessCode409ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*AccessCodesCreateAccessCode409ResponseError) SetMessage ¶
func (o *AccessCodesCreateAccessCode409ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*AccessCodesCreateAccessCode409ResponseError) SetStatus ¶
func (o *AccessCodesCreateAccessCode409ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (AccessCodesCreateAccessCode409ResponseError) ToMap ¶
func (o AccessCodesCreateAccessCode409ResponseError) ToMap() (map[string]interface{}, error)
func (*AccessCodesCreateAccessCode409ResponseError) UnmarshalJSON ¶
func (o *AccessCodesCreateAccessCode409ResponseError) UnmarshalJSON(data []byte) (err error)
type AccessCodesDeleteAccessCodes400Response ¶
type AccessCodesDeleteAccessCodes400Response struct { Error *AccessCodesDeleteAccessCodes400ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
AccessCodesDeleteAccessCodes400Response struct for AccessCodesDeleteAccessCodes400Response
func NewAccessCodesDeleteAccessCodes400Response ¶
func NewAccessCodesDeleteAccessCodes400Response() *AccessCodesDeleteAccessCodes400Response
NewAccessCodesDeleteAccessCodes400Response instantiates a new AccessCodesDeleteAccessCodes400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessCodesDeleteAccessCodes400ResponseWithDefaults ¶
func NewAccessCodesDeleteAccessCodes400ResponseWithDefaults() *AccessCodesDeleteAccessCodes400Response
NewAccessCodesDeleteAccessCodes400ResponseWithDefaults instantiates a new AccessCodesDeleteAccessCodes400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessCodesDeleteAccessCodes400Response) GetError ¶
func (o *AccessCodesDeleteAccessCodes400Response) GetError() AccessCodesDeleteAccessCodes400ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*AccessCodesDeleteAccessCodes400Response) GetErrorOk ¶
func (o *AccessCodesDeleteAccessCodes400Response) GetErrorOk() (*AccessCodesDeleteAccessCodes400ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodesDeleteAccessCodes400Response) HasError ¶
func (o *AccessCodesDeleteAccessCodes400Response) HasError() bool
HasError returns a boolean if a field has been set.
func (AccessCodesDeleteAccessCodes400Response) MarshalJSON ¶
func (o AccessCodesDeleteAccessCodes400Response) MarshalJSON() ([]byte, error)
func (*AccessCodesDeleteAccessCodes400Response) SetError ¶
func (o *AccessCodesDeleteAccessCodes400Response) SetError(v AccessCodesDeleteAccessCodes400ResponseError)
SetError gets a reference to the given AccessCodesDeleteAccessCodes400ResponseError and assigns it to the Error field.
func (AccessCodesDeleteAccessCodes400Response) ToMap ¶
func (o AccessCodesDeleteAccessCodes400Response) ToMap() (map[string]interface{}, error)
func (*AccessCodesDeleteAccessCodes400Response) UnmarshalJSON ¶
func (o *AccessCodesDeleteAccessCodes400Response) UnmarshalJSON(data []byte) (err error)
type AccessCodesDeleteAccessCodes400ResponseError ¶
type AccessCodesDeleteAccessCodes400ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
AccessCodesDeleteAccessCodes400ResponseError struct for AccessCodesDeleteAccessCodes400ResponseError
func NewAccessCodesDeleteAccessCodes400ResponseError ¶
func NewAccessCodesDeleteAccessCodes400ResponseError() *AccessCodesDeleteAccessCodes400ResponseError
NewAccessCodesDeleteAccessCodes400ResponseError instantiates a new AccessCodesDeleteAccessCodes400ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessCodesDeleteAccessCodes400ResponseErrorWithDefaults ¶
func NewAccessCodesDeleteAccessCodes400ResponseErrorWithDefaults() *AccessCodesDeleteAccessCodes400ResponseError
NewAccessCodesDeleteAccessCodes400ResponseErrorWithDefaults instantiates a new AccessCodesDeleteAccessCodes400ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessCodesDeleteAccessCodes400ResponseError) GetCode ¶
func (o *AccessCodesDeleteAccessCodes400ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*AccessCodesDeleteAccessCodes400ResponseError) GetCodeOk ¶
func (o *AccessCodesDeleteAccessCodes400ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodesDeleteAccessCodes400ResponseError) GetMessage ¶
func (o *AccessCodesDeleteAccessCodes400ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*AccessCodesDeleteAccessCodes400ResponseError) GetMessageOk ¶
func (o *AccessCodesDeleteAccessCodes400ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodesDeleteAccessCodes400ResponseError) GetStatus ¶
func (o *AccessCodesDeleteAccessCodes400ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*AccessCodesDeleteAccessCodes400ResponseError) GetStatusOk ¶
func (o *AccessCodesDeleteAccessCodes400ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodesDeleteAccessCodes400ResponseError) HasCode ¶
func (o *AccessCodesDeleteAccessCodes400ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*AccessCodesDeleteAccessCodes400ResponseError) HasMessage ¶
func (o *AccessCodesDeleteAccessCodes400ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*AccessCodesDeleteAccessCodes400ResponseError) HasStatus ¶
func (o *AccessCodesDeleteAccessCodes400ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (AccessCodesDeleteAccessCodes400ResponseError) MarshalJSON ¶
func (o AccessCodesDeleteAccessCodes400ResponseError) MarshalJSON() ([]byte, error)
func (*AccessCodesDeleteAccessCodes400ResponseError) SetCode ¶
func (o *AccessCodesDeleteAccessCodes400ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*AccessCodesDeleteAccessCodes400ResponseError) SetMessage ¶
func (o *AccessCodesDeleteAccessCodes400ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*AccessCodesDeleteAccessCodes400ResponseError) SetStatus ¶
func (o *AccessCodesDeleteAccessCodes400ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (AccessCodesDeleteAccessCodes400ResponseError) ToMap ¶
func (o AccessCodesDeleteAccessCodes400ResponseError) ToMap() (map[string]interface{}, error)
func (*AccessCodesDeleteAccessCodes400ResponseError) UnmarshalJSON ¶
func (o *AccessCodesDeleteAccessCodes400ResponseError) UnmarshalJSON(data []byte) (err error)
type AccessCodesDeleteSingleAccessCodes400Response ¶
type AccessCodesDeleteSingleAccessCodes400Response struct { Error *AccessCodesDeleteSingleAccessCodes400ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
AccessCodesDeleteSingleAccessCodes400Response struct for AccessCodesDeleteSingleAccessCodes400Response
func NewAccessCodesDeleteSingleAccessCodes400Response ¶
func NewAccessCodesDeleteSingleAccessCodes400Response() *AccessCodesDeleteSingleAccessCodes400Response
NewAccessCodesDeleteSingleAccessCodes400Response instantiates a new AccessCodesDeleteSingleAccessCodes400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessCodesDeleteSingleAccessCodes400ResponseWithDefaults ¶
func NewAccessCodesDeleteSingleAccessCodes400ResponseWithDefaults() *AccessCodesDeleteSingleAccessCodes400Response
NewAccessCodesDeleteSingleAccessCodes400ResponseWithDefaults instantiates a new AccessCodesDeleteSingleAccessCodes400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessCodesDeleteSingleAccessCodes400Response) GetError ¶
func (o *AccessCodesDeleteSingleAccessCodes400Response) GetError() AccessCodesDeleteSingleAccessCodes400ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*AccessCodesDeleteSingleAccessCodes400Response) GetErrorOk ¶
func (o *AccessCodesDeleteSingleAccessCodes400Response) GetErrorOk() (*AccessCodesDeleteSingleAccessCodes400ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodesDeleteSingleAccessCodes400Response) HasError ¶
func (o *AccessCodesDeleteSingleAccessCodes400Response) HasError() bool
HasError returns a boolean if a field has been set.
func (AccessCodesDeleteSingleAccessCodes400Response) MarshalJSON ¶
func (o AccessCodesDeleteSingleAccessCodes400Response) MarshalJSON() ([]byte, error)
func (*AccessCodesDeleteSingleAccessCodes400Response) SetError ¶
func (o *AccessCodesDeleteSingleAccessCodes400Response) SetError(v AccessCodesDeleteSingleAccessCodes400ResponseError)
SetError gets a reference to the given AccessCodesDeleteSingleAccessCodes400ResponseError and assigns it to the Error field.
func (AccessCodesDeleteSingleAccessCodes400Response) ToMap ¶
func (o AccessCodesDeleteSingleAccessCodes400Response) ToMap() (map[string]interface{}, error)
func (*AccessCodesDeleteSingleAccessCodes400Response) UnmarshalJSON ¶
func (o *AccessCodesDeleteSingleAccessCodes400Response) UnmarshalJSON(data []byte) (err error)
type AccessCodesDeleteSingleAccessCodes400ResponseError ¶
type AccessCodesDeleteSingleAccessCodes400ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
AccessCodesDeleteSingleAccessCodes400ResponseError struct for AccessCodesDeleteSingleAccessCodes400ResponseError
func NewAccessCodesDeleteSingleAccessCodes400ResponseError ¶
func NewAccessCodesDeleteSingleAccessCodes400ResponseError() *AccessCodesDeleteSingleAccessCodes400ResponseError
NewAccessCodesDeleteSingleAccessCodes400ResponseError instantiates a new AccessCodesDeleteSingleAccessCodes400ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessCodesDeleteSingleAccessCodes400ResponseErrorWithDefaults ¶
func NewAccessCodesDeleteSingleAccessCodes400ResponseErrorWithDefaults() *AccessCodesDeleteSingleAccessCodes400ResponseError
NewAccessCodesDeleteSingleAccessCodes400ResponseErrorWithDefaults instantiates a new AccessCodesDeleteSingleAccessCodes400ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessCodesDeleteSingleAccessCodes400ResponseError) GetCode ¶
func (o *AccessCodesDeleteSingleAccessCodes400ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*AccessCodesDeleteSingleAccessCodes400ResponseError) GetCodeOk ¶
func (o *AccessCodesDeleteSingleAccessCodes400ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodesDeleteSingleAccessCodes400ResponseError) GetMessage ¶
func (o *AccessCodesDeleteSingleAccessCodes400ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*AccessCodesDeleteSingleAccessCodes400ResponseError) GetMessageOk ¶
func (o *AccessCodesDeleteSingleAccessCodes400ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodesDeleteSingleAccessCodes400ResponseError) GetStatus ¶
func (o *AccessCodesDeleteSingleAccessCodes400ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*AccessCodesDeleteSingleAccessCodes400ResponseError) GetStatusOk ¶
func (o *AccessCodesDeleteSingleAccessCodes400ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodesDeleteSingleAccessCodes400ResponseError) HasCode ¶
func (o *AccessCodesDeleteSingleAccessCodes400ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*AccessCodesDeleteSingleAccessCodes400ResponseError) HasMessage ¶
func (o *AccessCodesDeleteSingleAccessCodes400ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*AccessCodesDeleteSingleAccessCodes400ResponseError) HasStatus ¶
func (o *AccessCodesDeleteSingleAccessCodes400ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (AccessCodesDeleteSingleAccessCodes400ResponseError) MarshalJSON ¶
func (o AccessCodesDeleteSingleAccessCodes400ResponseError) MarshalJSON() ([]byte, error)
func (*AccessCodesDeleteSingleAccessCodes400ResponseError) SetCode ¶
func (o *AccessCodesDeleteSingleAccessCodes400ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*AccessCodesDeleteSingleAccessCodes400ResponseError) SetMessage ¶
func (o *AccessCodesDeleteSingleAccessCodes400ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*AccessCodesDeleteSingleAccessCodes400ResponseError) SetStatus ¶
func (o *AccessCodesDeleteSingleAccessCodes400ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (AccessCodesDeleteSingleAccessCodes400ResponseError) ToMap ¶
func (o AccessCodesDeleteSingleAccessCodes400ResponseError) ToMap() (map[string]interface{}, error)
func (*AccessCodesDeleteSingleAccessCodes400ResponseError) UnmarshalJSON ¶
func (o *AccessCodesDeleteSingleAccessCodes400ResponseError) UnmarshalJSON(data []byte) (err error)
type AccessCodesListAccessCodes500Response ¶
type AccessCodesListAccessCodes500Response struct { Error *AccessCodesListAccessCodes500ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
AccessCodesListAccessCodes500Response struct for AccessCodesListAccessCodes500Response
func NewAccessCodesListAccessCodes500Response ¶
func NewAccessCodesListAccessCodes500Response() *AccessCodesListAccessCodes500Response
NewAccessCodesListAccessCodes500Response instantiates a new AccessCodesListAccessCodes500Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessCodesListAccessCodes500ResponseWithDefaults ¶
func NewAccessCodesListAccessCodes500ResponseWithDefaults() *AccessCodesListAccessCodes500Response
NewAccessCodesListAccessCodes500ResponseWithDefaults instantiates a new AccessCodesListAccessCodes500Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessCodesListAccessCodes500Response) GetError ¶
func (o *AccessCodesListAccessCodes500Response) GetError() AccessCodesListAccessCodes500ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*AccessCodesListAccessCodes500Response) GetErrorOk ¶
func (o *AccessCodesListAccessCodes500Response) GetErrorOk() (*AccessCodesListAccessCodes500ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodesListAccessCodes500Response) HasError ¶
func (o *AccessCodesListAccessCodes500Response) HasError() bool
HasError returns a boolean if a field has been set.
func (AccessCodesListAccessCodes500Response) MarshalJSON ¶
func (o AccessCodesListAccessCodes500Response) MarshalJSON() ([]byte, error)
func (*AccessCodesListAccessCodes500Response) SetError ¶
func (o *AccessCodesListAccessCodes500Response) SetError(v AccessCodesListAccessCodes500ResponseError)
SetError gets a reference to the given AccessCodesListAccessCodes500ResponseError and assigns it to the Error field.
func (AccessCodesListAccessCodes500Response) ToMap ¶
func (o AccessCodesListAccessCodes500Response) ToMap() (map[string]interface{}, error)
func (*AccessCodesListAccessCodes500Response) UnmarshalJSON ¶
func (o *AccessCodesListAccessCodes500Response) UnmarshalJSON(data []byte) (err error)
type AccessCodesListAccessCodes500ResponseError ¶
type AccessCodesListAccessCodes500ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
AccessCodesListAccessCodes500ResponseError struct for AccessCodesListAccessCodes500ResponseError
func NewAccessCodesListAccessCodes500ResponseError ¶
func NewAccessCodesListAccessCodes500ResponseError() *AccessCodesListAccessCodes500ResponseError
NewAccessCodesListAccessCodes500ResponseError instantiates a new AccessCodesListAccessCodes500ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessCodesListAccessCodes500ResponseErrorWithDefaults ¶
func NewAccessCodesListAccessCodes500ResponseErrorWithDefaults() *AccessCodesListAccessCodes500ResponseError
NewAccessCodesListAccessCodes500ResponseErrorWithDefaults instantiates a new AccessCodesListAccessCodes500ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessCodesListAccessCodes500ResponseError) GetCode ¶
func (o *AccessCodesListAccessCodes500ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*AccessCodesListAccessCodes500ResponseError) GetCodeOk ¶
func (o *AccessCodesListAccessCodes500ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodesListAccessCodes500ResponseError) GetMessage ¶
func (o *AccessCodesListAccessCodes500ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*AccessCodesListAccessCodes500ResponseError) GetMessageOk ¶
func (o *AccessCodesListAccessCodes500ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodesListAccessCodes500ResponseError) GetStatus ¶
func (o *AccessCodesListAccessCodes500ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*AccessCodesListAccessCodes500ResponseError) GetStatusOk ¶
func (o *AccessCodesListAccessCodes500ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodesListAccessCodes500ResponseError) HasCode ¶
func (o *AccessCodesListAccessCodes500ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*AccessCodesListAccessCodes500ResponseError) HasMessage ¶
func (o *AccessCodesListAccessCodes500ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*AccessCodesListAccessCodes500ResponseError) HasStatus ¶
func (o *AccessCodesListAccessCodes500ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (AccessCodesListAccessCodes500ResponseError) MarshalJSON ¶
func (o AccessCodesListAccessCodes500ResponseError) MarshalJSON() ([]byte, error)
func (*AccessCodesListAccessCodes500ResponseError) SetCode ¶
func (o *AccessCodesListAccessCodes500ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*AccessCodesListAccessCodes500ResponseError) SetMessage ¶
func (o *AccessCodesListAccessCodes500ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*AccessCodesListAccessCodes500ResponseError) SetStatus ¶
func (o *AccessCodesListAccessCodes500ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (AccessCodesListAccessCodes500ResponseError) ToMap ¶
func (o AccessCodesListAccessCodes500ResponseError) ToMap() (map[string]interface{}, error)
func (*AccessCodesListAccessCodes500ResponseError) UnmarshalJSON ¶
func (o *AccessCodesListAccessCodes500ResponseError) UnmarshalJSON(data []byte) (err error)
type AccessCodesReadAccessCode404Response ¶
type AccessCodesReadAccessCode404Response struct { Error *AccessCodesReadAccessCode404ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
AccessCodesReadAccessCode404Response struct for AccessCodesReadAccessCode404Response
func NewAccessCodesReadAccessCode404Response ¶
func NewAccessCodesReadAccessCode404Response() *AccessCodesReadAccessCode404Response
NewAccessCodesReadAccessCode404Response instantiates a new AccessCodesReadAccessCode404Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessCodesReadAccessCode404ResponseWithDefaults ¶
func NewAccessCodesReadAccessCode404ResponseWithDefaults() *AccessCodesReadAccessCode404Response
NewAccessCodesReadAccessCode404ResponseWithDefaults instantiates a new AccessCodesReadAccessCode404Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessCodesReadAccessCode404Response) GetError ¶
func (o *AccessCodesReadAccessCode404Response) GetError() AccessCodesReadAccessCode404ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*AccessCodesReadAccessCode404Response) GetErrorOk ¶
func (o *AccessCodesReadAccessCode404Response) GetErrorOk() (*AccessCodesReadAccessCode404ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodesReadAccessCode404Response) HasError ¶
func (o *AccessCodesReadAccessCode404Response) HasError() bool
HasError returns a boolean if a field has been set.
func (AccessCodesReadAccessCode404Response) MarshalJSON ¶
func (o AccessCodesReadAccessCode404Response) MarshalJSON() ([]byte, error)
func (*AccessCodesReadAccessCode404Response) SetError ¶
func (o *AccessCodesReadAccessCode404Response) SetError(v AccessCodesReadAccessCode404ResponseError)
SetError gets a reference to the given AccessCodesReadAccessCode404ResponseError and assigns it to the Error field.
func (AccessCodesReadAccessCode404Response) ToMap ¶
func (o AccessCodesReadAccessCode404Response) ToMap() (map[string]interface{}, error)
func (*AccessCodesReadAccessCode404Response) UnmarshalJSON ¶
func (o *AccessCodesReadAccessCode404Response) UnmarshalJSON(data []byte) (err error)
type AccessCodesReadAccessCode404ResponseError ¶
type AccessCodesReadAccessCode404ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
AccessCodesReadAccessCode404ResponseError struct for AccessCodesReadAccessCode404ResponseError
func NewAccessCodesReadAccessCode404ResponseError ¶
func NewAccessCodesReadAccessCode404ResponseError() *AccessCodesReadAccessCode404ResponseError
NewAccessCodesReadAccessCode404ResponseError instantiates a new AccessCodesReadAccessCode404ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessCodesReadAccessCode404ResponseErrorWithDefaults ¶
func NewAccessCodesReadAccessCode404ResponseErrorWithDefaults() *AccessCodesReadAccessCode404ResponseError
NewAccessCodesReadAccessCode404ResponseErrorWithDefaults instantiates a new AccessCodesReadAccessCode404ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessCodesReadAccessCode404ResponseError) GetCode ¶
func (o *AccessCodesReadAccessCode404ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*AccessCodesReadAccessCode404ResponseError) GetCodeOk ¶
func (o *AccessCodesReadAccessCode404ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodesReadAccessCode404ResponseError) GetMessage ¶
func (o *AccessCodesReadAccessCode404ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*AccessCodesReadAccessCode404ResponseError) GetMessageOk ¶
func (o *AccessCodesReadAccessCode404ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodesReadAccessCode404ResponseError) GetStatus ¶
func (o *AccessCodesReadAccessCode404ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*AccessCodesReadAccessCode404ResponseError) GetStatusOk ¶
func (o *AccessCodesReadAccessCode404ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessCodesReadAccessCode404ResponseError) HasCode ¶
func (o *AccessCodesReadAccessCode404ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*AccessCodesReadAccessCode404ResponseError) HasMessage ¶
func (o *AccessCodesReadAccessCode404ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*AccessCodesReadAccessCode404ResponseError) HasStatus ¶
func (o *AccessCodesReadAccessCode404ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (AccessCodesReadAccessCode404ResponseError) MarshalJSON ¶
func (o AccessCodesReadAccessCode404ResponseError) MarshalJSON() ([]byte, error)
func (*AccessCodesReadAccessCode404ResponseError) SetCode ¶
func (o *AccessCodesReadAccessCode404ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*AccessCodesReadAccessCode404ResponseError) SetMessage ¶
func (o *AccessCodesReadAccessCode404ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*AccessCodesReadAccessCode404ResponseError) SetStatus ¶
func (o *AccessCodesReadAccessCode404ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (AccessCodesReadAccessCode404ResponseError) ToMap ¶
func (o AccessCodesReadAccessCode404ResponseError) ToMap() (map[string]interface{}, error)
func (*AccessCodesReadAccessCode404ResponseError) UnmarshalJSON ¶
func (o *AccessCodesReadAccessCode404ResponseError) UnmarshalJSON(data []byte) (err error)
type AppApproval ¶
type AppApproval struct { // The name of the application, should be unique and is used as Application Identifier AppName *string `json:"app_name,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
AppApproval struct for AppApproval
func NewAppApproval ¶
func NewAppApproval() *AppApproval
NewAppApproval instantiates a new AppApproval object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAppApprovalWithDefaults ¶
func NewAppApprovalWithDefaults() *AppApproval
NewAppApprovalWithDefaults instantiates a new AppApproval object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AppApproval) GetAppName ¶
func (o *AppApproval) GetAppName() string
GetAppName returns the AppName field value if set, zero value otherwise.
func (*AppApproval) GetAppNameOk ¶
func (o *AppApproval) GetAppNameOk() (*string, bool)
GetAppNameOk returns a tuple with the AppName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AppApproval) GetStatus ¶
func (o *AppApproval) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*AppApproval) GetStatusOk ¶
func (o *AppApproval) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AppApproval) HasAppName ¶
func (o *AppApproval) HasAppName() bool
HasAppName returns a boolean if a field has been set.
func (*AppApproval) HasStatus ¶
func (o *AppApproval) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (AppApproval) MarshalJSON ¶
func (o AppApproval) MarshalJSON() ([]byte, error)
func (*AppApproval) SetAppName ¶
func (o *AppApproval) SetAppName(v string)
SetAppName gets a reference to the given string and assigns it to the AppName field.
func (*AppApproval) SetStatus ¶
func (o *AppApproval) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (AppApproval) ToMap ¶
func (o AppApproval) ToMap() (map[string]interface{}, error)
func (*AppApproval) UnmarshalJSON ¶
func (o *AppApproval) UnmarshalJSON(data []byte) (err error)
type AppApprovalMultiResponse ¶
type AppApprovalMultiResponse struct { Results []AppApproval `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
AppApprovalMultiResponse struct for AppApprovalMultiResponse
func NewAppApprovalMultiResponse ¶
func NewAppApprovalMultiResponse() *AppApprovalMultiResponse
NewAppApprovalMultiResponse instantiates a new AppApprovalMultiResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAppApprovalMultiResponseWithDefaults ¶
func NewAppApprovalMultiResponseWithDefaults() *AppApprovalMultiResponse
NewAppApprovalMultiResponseWithDefaults instantiates a new AppApprovalMultiResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AppApprovalMultiResponse) GetResults ¶
func (o *AppApprovalMultiResponse) GetResults() []AppApproval
GetResults returns the Results field value if set, zero value otherwise.
func (*AppApprovalMultiResponse) GetResultsOk ¶
func (o *AppApprovalMultiResponse) GetResultsOk() ([]AppApproval, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AppApprovalMultiResponse) HasResults ¶
func (o *AppApprovalMultiResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (AppApprovalMultiResponse) MarshalJSON ¶
func (o AppApprovalMultiResponse) MarshalJSON() ([]byte, error)
func (*AppApprovalMultiResponse) SetResults ¶
func (o *AppApprovalMultiResponse) SetResults(v []AppApproval)
SetResults gets a reference to the given []AppApproval and assigns it to the Results field.
func (AppApprovalMultiResponse) ToMap ¶
func (o AppApprovalMultiResponse) ToMap() (map[string]interface{}, error)
func (*AppApprovalMultiResponse) UnmarshalJSON ¶
func (o *AppApprovalMultiResponse) UnmarshalJSON(data []byte) (err error)
type AppApprovalRemovalRequest ¶
type AppApprovalRemovalRequest struct { AppName *string `json:"app_name,omitempty"` AdditionalProperties map[string]interface{} }
AppApprovalRemovalRequest struct for AppApprovalRemovalRequest
func NewAppApprovalRemovalRequest ¶
func NewAppApprovalRemovalRequest() *AppApprovalRemovalRequest
NewAppApprovalRemovalRequest instantiates a new AppApprovalRemovalRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAppApprovalRemovalRequestWithDefaults ¶
func NewAppApprovalRemovalRequestWithDefaults() *AppApprovalRemovalRequest
NewAppApprovalRemovalRequestWithDefaults instantiates a new AppApprovalRemovalRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AppApprovalRemovalRequest) GetAppName ¶
func (o *AppApprovalRemovalRequest) GetAppName() string
GetAppName returns the AppName field value if set, zero value otherwise.
func (*AppApprovalRemovalRequest) GetAppNameOk ¶
func (o *AppApprovalRemovalRequest) GetAppNameOk() (*string, bool)
GetAppNameOk returns a tuple with the AppName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AppApprovalRemovalRequest) HasAppName ¶
func (o *AppApprovalRemovalRequest) HasAppName() bool
HasAppName returns a boolean if a field has been set.
func (AppApprovalRemovalRequest) MarshalJSON ¶
func (o AppApprovalRemovalRequest) MarshalJSON() ([]byte, error)
func (*AppApprovalRemovalRequest) SetAppName ¶
func (o *AppApprovalRemovalRequest) SetAppName(v string)
SetAppName gets a reference to the given string and assigns it to the AppName field.
func (AppApprovalRemovalRequest) ToMap ¶
func (o AppApprovalRemovalRequest) ToMap() (map[string]interface{}, error)
func (*AppApprovalRemovalRequest) UnmarshalJSON ¶
func (o *AppApprovalRemovalRequest) UnmarshalJSON(data []byte) (err error)
type AppApprovalsAPI ¶
type AppApprovalsAPI interface { /* ListAppApprovals Method for ListAppApprovals @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return AppApprovalsAPIListAppApprovalsRequest */ ListAppApprovals(ctx context.Context) AppApprovalsAPIListAppApprovalsRequest // ListAppApprovalsExecute executes the request // @return AppApprovalMultiResponse ListAppApprovalsExecute(r AppApprovalsAPIListAppApprovalsRequest) (*AppApprovalMultiResponse, *http.Response, error) /* ReplaceAppApprovals Update Application Approval. Use this method to update the specified Application Approved object. Required: an array of approvals - status - app_name @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return AppApprovalsAPIReplaceAppApprovalsRequest */ ReplaceAppApprovals(ctx context.Context) AppApprovalsAPIReplaceAppApprovalsRequest // ReplaceAppApprovalsExecute executes the request // @return AppApprovalMultiResponse ReplaceAppApprovalsExecute(r AppApprovalsAPIReplaceAppApprovalsRequest) (*AppApprovalMultiResponse, *http.Response, error) /* UpdateAppApprovals Method for UpdateAppApprovals @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return AppApprovalsAPIUpdateAppApprovalsRequest */ UpdateAppApprovals(ctx context.Context) AppApprovalsAPIUpdateAppApprovalsRequest // UpdateAppApprovalsExecute executes the request // @return AppApprovalMultiResponse UpdateAppApprovalsExecute(r AppApprovalsAPIUpdateAppApprovalsRequest) (*AppApprovalMultiResponse, *http.Response, error) }
type AppApprovalsAPIListAppApprovalsRequest ¶
type AppApprovalsAPIListAppApprovalsRequest struct { ApiService AppApprovalsAPI // contains filtered or unexported fields }
func (AppApprovalsAPIListAppApprovalsRequest) Execute ¶
func (r AppApprovalsAPIListAppApprovalsRequest) Execute() (*AppApprovalMultiResponse, *http.Response, error)
func (AppApprovalsAPIListAppApprovalsRequest) Filter ¶
func (r AppApprovalsAPIListAppApprovalsRequest) Filter(filter string) AppApprovalsAPIListAppApprovalsRequest
A collection of response resources can be filtered by a logical expression string that includes JSON tag references to values in each resource, literal values, and logical operators. If a resource does not have the specified tag, its value is assumed to be null. Literal values include numbers (integer and floating-point), and quoted (both single- or double-quoted) literal strings, and 'null'. The following operators are commonly used in filter expressions: | Op | Description | | -- | ----------- | | == | Equal | | != | Not Equal | | > | Greater Than | | >= | Greater Than or Equal To | | < | Less Than | | <= | Less Than or Equal To | | and | Logical AND | | ~ | Matches Regex | | !~ | Does Not Match Regex | | or | Logical OR | | not | Logical NOT | | () | Groupping Operators |
type AppApprovalsAPIReplaceAppApprovalsRequest ¶
type AppApprovalsAPIReplaceAppApprovalsRequest struct { ApiService AppApprovalsAPI // contains filtered or unexported fields }
func (AppApprovalsAPIReplaceAppApprovalsRequest) Execute ¶
func (r AppApprovalsAPIReplaceAppApprovalsRequest) Execute() (*AppApprovalMultiResponse, *http.Response, error)
type AppApprovalsAPIService ¶
AppApprovalsAPIService AppApprovalsAPI service
func (*AppApprovalsAPIService) ListAppApprovals ¶
func (a *AppApprovalsAPIService) ListAppApprovals(ctx context.Context) AppApprovalsAPIListAppApprovalsRequest
ListAppApprovals Method for ListAppApprovals
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return AppApprovalsAPIListAppApprovalsRequest
func (*AppApprovalsAPIService) ListAppApprovalsExecute ¶
func (a *AppApprovalsAPIService) ListAppApprovalsExecute(r AppApprovalsAPIListAppApprovalsRequest) (*AppApprovalMultiResponse, *http.Response, error)
Execute executes the request
@return AppApprovalMultiResponse
func (*AppApprovalsAPIService) ReplaceAppApprovals ¶
func (a *AppApprovalsAPIService) ReplaceAppApprovals(ctx context.Context) AppApprovalsAPIReplaceAppApprovalsRequest
ReplaceAppApprovals Update Application Approval.
Use this method to update the specified Application Approved object.
Required: an array of approvals - status - app_name
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return AppApprovalsAPIReplaceAppApprovalsRequest
func (*AppApprovalsAPIService) ReplaceAppApprovalsExecute ¶
func (a *AppApprovalsAPIService) ReplaceAppApprovalsExecute(r AppApprovalsAPIReplaceAppApprovalsRequest) (*AppApprovalMultiResponse, *http.Response, error)
Execute executes the request
@return AppApprovalMultiResponse
func (*AppApprovalsAPIService) UpdateAppApprovals ¶
func (a *AppApprovalsAPIService) UpdateAppApprovals(ctx context.Context) AppApprovalsAPIUpdateAppApprovalsRequest
UpdateAppApprovals Method for UpdateAppApprovals
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return AppApprovalsAPIUpdateAppApprovalsRequest
func (*AppApprovalsAPIService) UpdateAppApprovalsExecute ¶
func (a *AppApprovalsAPIService) UpdateAppApprovalsExecute(r AppApprovalsAPIUpdateAppApprovalsRequest) (*AppApprovalMultiResponse, *http.Response, error)
Execute executes the request
@return AppApprovalMultiResponse
type AppApprovalsAPIUpdateAppApprovalsRequest ¶
type AppApprovalsAPIUpdateAppApprovalsRequest struct { ApiService AppApprovalsAPI // contains filtered or unexported fields }
func (AppApprovalsAPIUpdateAppApprovalsRequest) Execute ¶
func (r AppApprovalsAPIUpdateAppApprovalsRequest) Execute() (*AppApprovalMultiResponse, *http.Response, error)
type AppApprovalsReplaceRequest ¶
type AppApprovalsReplaceRequest struct { Approvals []AppApproval `json:"approvals,omitempty"` // Field Mask. Fields *ProtobufFieldMask `json:"fields,omitempty"` AdditionalProperties map[string]interface{} }
AppApprovalsReplaceRequest struct for AppApprovalsReplaceRequest
func NewAppApprovalsReplaceRequest ¶
func NewAppApprovalsReplaceRequest() *AppApprovalsReplaceRequest
NewAppApprovalsReplaceRequest instantiates a new AppApprovalsReplaceRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAppApprovalsReplaceRequestWithDefaults ¶
func NewAppApprovalsReplaceRequestWithDefaults() *AppApprovalsReplaceRequest
NewAppApprovalsReplaceRequestWithDefaults instantiates a new AppApprovalsReplaceRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AppApprovalsReplaceRequest) GetApprovals ¶
func (o *AppApprovalsReplaceRequest) GetApprovals() []AppApproval
GetApprovals returns the Approvals field value if set, zero value otherwise.
func (*AppApprovalsReplaceRequest) GetApprovalsOk ¶
func (o *AppApprovalsReplaceRequest) GetApprovalsOk() ([]AppApproval, bool)
GetApprovalsOk returns a tuple with the Approvals field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AppApprovalsReplaceRequest) GetFields ¶
func (o *AppApprovalsReplaceRequest) GetFields() ProtobufFieldMask
GetFields returns the Fields field value if set, zero value otherwise.
func (*AppApprovalsReplaceRequest) GetFieldsOk ¶
func (o *AppApprovalsReplaceRequest) GetFieldsOk() (*ProtobufFieldMask, bool)
GetFieldsOk returns a tuple with the Fields field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AppApprovalsReplaceRequest) HasApprovals ¶
func (o *AppApprovalsReplaceRequest) HasApprovals() bool
HasApprovals returns a boolean if a field has been set.
func (*AppApprovalsReplaceRequest) HasFields ¶
func (o *AppApprovalsReplaceRequest) HasFields() bool
HasFields returns a boolean if a field has been set.
func (AppApprovalsReplaceRequest) MarshalJSON ¶
func (o AppApprovalsReplaceRequest) MarshalJSON() ([]byte, error)
func (*AppApprovalsReplaceRequest) SetApprovals ¶
func (o *AppApprovalsReplaceRequest) SetApprovals(v []AppApproval)
SetApprovals gets a reference to the given []AppApproval and assigns it to the Approvals field.
func (*AppApprovalsReplaceRequest) SetFields ¶
func (o *AppApprovalsReplaceRequest) SetFields(v ProtobufFieldMask)
SetFields gets a reference to the given ProtobufFieldMask and assigns it to the Fields field.
func (AppApprovalsReplaceRequest) ToMap ¶
func (o AppApprovalsReplaceRequest) ToMap() (map[string]interface{}, error)
func (*AppApprovalsReplaceRequest) UnmarshalJSON ¶
func (o *AppApprovalsReplaceRequest) UnmarshalJSON(data []byte) (err error)
type AppApprovalsUpdateRequest ¶
type AppApprovalsUpdateRequest struct { // Field Mask. Fields *ProtobufFieldMask `json:"fields,omitempty"` InsertedApprovals []AppApproval `json:"inserted_approvals,omitempty"` RemovedApprovals []AppApprovalRemovalRequest `json:"removed_approvals,omitempty"` AdditionalProperties map[string]interface{} }
AppApprovalsUpdateRequest struct for AppApprovalsUpdateRequest
func NewAppApprovalsUpdateRequest ¶
func NewAppApprovalsUpdateRequest() *AppApprovalsUpdateRequest
NewAppApprovalsUpdateRequest instantiates a new AppApprovalsUpdateRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAppApprovalsUpdateRequestWithDefaults ¶
func NewAppApprovalsUpdateRequestWithDefaults() *AppApprovalsUpdateRequest
NewAppApprovalsUpdateRequestWithDefaults instantiates a new AppApprovalsUpdateRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AppApprovalsUpdateRequest) GetFields ¶
func (o *AppApprovalsUpdateRequest) GetFields() ProtobufFieldMask
GetFields returns the Fields field value if set, zero value otherwise.
func (*AppApprovalsUpdateRequest) GetFieldsOk ¶
func (o *AppApprovalsUpdateRequest) GetFieldsOk() (*ProtobufFieldMask, bool)
GetFieldsOk returns a tuple with the Fields field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AppApprovalsUpdateRequest) GetInsertedApprovals ¶
func (o *AppApprovalsUpdateRequest) GetInsertedApprovals() []AppApproval
GetInsertedApprovals returns the InsertedApprovals field value if set, zero value otherwise.
func (*AppApprovalsUpdateRequest) GetInsertedApprovalsOk ¶
func (o *AppApprovalsUpdateRequest) GetInsertedApprovalsOk() ([]AppApproval, bool)
GetInsertedApprovalsOk returns a tuple with the InsertedApprovals field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AppApprovalsUpdateRequest) GetRemovedApprovals ¶
func (o *AppApprovalsUpdateRequest) GetRemovedApprovals() []AppApprovalRemovalRequest
GetRemovedApprovals returns the RemovedApprovals field value if set, zero value otherwise.
func (*AppApprovalsUpdateRequest) GetRemovedApprovalsOk ¶
func (o *AppApprovalsUpdateRequest) GetRemovedApprovalsOk() ([]AppApprovalRemovalRequest, bool)
GetRemovedApprovalsOk returns a tuple with the RemovedApprovals field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AppApprovalsUpdateRequest) HasFields ¶
func (o *AppApprovalsUpdateRequest) HasFields() bool
HasFields returns a boolean if a field has been set.
func (*AppApprovalsUpdateRequest) HasInsertedApprovals ¶
func (o *AppApprovalsUpdateRequest) HasInsertedApprovals() bool
HasInsertedApprovals returns a boolean if a field has been set.
func (*AppApprovalsUpdateRequest) HasRemovedApprovals ¶
func (o *AppApprovalsUpdateRequest) HasRemovedApprovals() bool
HasRemovedApprovals returns a boolean if a field has been set.
func (AppApprovalsUpdateRequest) MarshalJSON ¶
func (o AppApprovalsUpdateRequest) MarshalJSON() ([]byte, error)
func (*AppApprovalsUpdateRequest) SetFields ¶
func (o *AppApprovalsUpdateRequest) SetFields(v ProtobufFieldMask)
SetFields gets a reference to the given ProtobufFieldMask and assigns it to the Fields field.
func (*AppApprovalsUpdateRequest) SetInsertedApprovals ¶
func (o *AppApprovalsUpdateRequest) SetInsertedApprovals(v []AppApproval)
SetInsertedApprovals gets a reference to the given []AppApproval and assigns it to the InsertedApprovals field.
func (*AppApprovalsUpdateRequest) SetRemovedApprovals ¶
func (o *AppApprovalsUpdateRequest) SetRemovedApprovals(v []AppApprovalRemovalRequest)
SetRemovedApprovals gets a reference to the given []AppApprovalRemovalRequest and assigns it to the RemovedApprovals field.
func (AppApprovalsUpdateRequest) ToMap ¶
func (o AppApprovalsUpdateRequest) ToMap() (map[string]interface{}, error)
func (*AppApprovalsUpdateRequest) UnmarshalJSON ¶
func (o *AppApprovalsUpdateRequest) UnmarshalJSON(data []byte) (err error)
type ApplicationCriterion ¶
type ApplicationCriterion struct { Category *string `json:"category,omitempty"` Id *string `json:"id,omitempty"` // Name for the application. Since the name of application is unique it may be used as alternate key for the application. The 'name' is used for import-export workflow and should be resolved to the 'id' before continue processing Create/Update operations. Name *string `json:"name,omitempty"` Subcategory *string `json:"subcategory,omitempty"` AdditionalProperties map[string]interface{} }
ApplicationCriterion struct for ApplicationCriterion
func NewApplicationCriterion ¶
func NewApplicationCriterion() *ApplicationCriterion
NewApplicationCriterion instantiates a new ApplicationCriterion object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApplicationCriterionWithDefaults ¶
func NewApplicationCriterionWithDefaults() *ApplicationCriterion
NewApplicationCriterionWithDefaults instantiates a new ApplicationCriterion object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApplicationCriterion) GetCategory ¶
func (o *ApplicationCriterion) GetCategory() string
GetCategory returns the Category field value if set, zero value otherwise.
func (*ApplicationCriterion) GetCategoryOk ¶
func (o *ApplicationCriterion) GetCategoryOk() (*string, bool)
GetCategoryOk returns a tuple with the Category field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationCriterion) GetId ¶
func (o *ApplicationCriterion) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ApplicationCriterion) GetIdOk ¶
func (o *ApplicationCriterion) 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 (*ApplicationCriterion) GetName ¶
func (o *ApplicationCriterion) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ApplicationCriterion) GetNameOk ¶
func (o *ApplicationCriterion) 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 (*ApplicationCriterion) GetSubcategory ¶
func (o *ApplicationCriterion) GetSubcategory() string
GetSubcategory returns the Subcategory field value if set, zero value otherwise.
func (*ApplicationCriterion) GetSubcategoryOk ¶
func (o *ApplicationCriterion) GetSubcategoryOk() (*string, bool)
GetSubcategoryOk returns a tuple with the Subcategory field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationCriterion) HasCategory ¶
func (o *ApplicationCriterion) HasCategory() bool
HasCategory returns a boolean if a field has been set.
func (*ApplicationCriterion) HasId ¶
func (o *ApplicationCriterion) HasId() bool
HasId returns a boolean if a field has been set.
func (*ApplicationCriterion) HasName ¶
func (o *ApplicationCriterion) HasName() bool
HasName returns a boolean if a field has been set.
func (*ApplicationCriterion) HasSubcategory ¶
func (o *ApplicationCriterion) HasSubcategory() bool
HasSubcategory returns a boolean if a field has been set.
func (ApplicationCriterion) MarshalJSON ¶
func (o ApplicationCriterion) MarshalJSON() ([]byte, error)
func (*ApplicationCriterion) SetCategory ¶
func (o *ApplicationCriterion) SetCategory(v string)
SetCategory gets a reference to the given string and assigns it to the Category field.
func (*ApplicationCriterion) SetId ¶
func (o *ApplicationCriterion) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ApplicationCriterion) SetName ¶
func (o *ApplicationCriterion) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ApplicationCriterion) SetSubcategory ¶
func (o *ApplicationCriterion) SetSubcategory(v string)
SetSubcategory gets a reference to the given string and assigns it to the Subcategory field.
func (ApplicationCriterion) ToMap ¶
func (o ApplicationCriterion) ToMap() (map[string]interface{}, error)
func (*ApplicationCriterion) UnmarshalJSON ¶
func (o *ApplicationCriterion) UnmarshalJSON(data []byte) (err error)
type ApplicationFilter ¶
type ApplicationFilter struct { // The time when this Application Filter object was created. CreatedTime *time.Time `json:"created_time,omitempty"` // The array of key-value pairs specifying criteria for the search. Criteria []ApplicationCriterion `json:"criteria,omitempty"` // The brief description for the application filter. Description *string `json:"description,omitempty"` // The Application Filter object identifier. Id *int32 `json:"id,omitempty"` // The name of the application filter. Name *string `json:"name,omitempty"` // The list of security policy names with which the application filter is associated. Policies []string `json:"policies,omitempty"` // True if it is a predefined application filter Readonly *bool `json:"readonly,omitempty"` // Enables tag support for resource where tags attribute contains user-defined key value pairs Tags map[string]interface{} `json:"tags,omitempty"` // The time when this Application Filter object was last updated. UpdatedTime *time.Time `json:"updated_time,omitempty"` AdditionalProperties map[string]interface{} }
ApplicationFilter The Application Filter object. Application filters are content application rules that BloxOne Cloud uses to detect and filter specific internet content.
func NewApplicationFilter ¶
func NewApplicationFilter() *ApplicationFilter
NewApplicationFilter instantiates a new ApplicationFilter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApplicationFilterWithDefaults ¶
func NewApplicationFilterWithDefaults() *ApplicationFilter
NewApplicationFilterWithDefaults instantiates a new ApplicationFilter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApplicationFilter) GetCreatedTime ¶
func (o *ApplicationFilter) GetCreatedTime() time.Time
GetCreatedTime returns the CreatedTime field value if set, zero value otherwise.
func (*ApplicationFilter) GetCreatedTimeOk ¶
func (o *ApplicationFilter) GetCreatedTimeOk() (*time.Time, bool)
GetCreatedTimeOk returns a tuple with the CreatedTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationFilter) GetCriteria ¶
func (o *ApplicationFilter) GetCriteria() []ApplicationCriterion
GetCriteria returns the Criteria field value if set, zero value otherwise.
func (*ApplicationFilter) GetCriteriaOk ¶
func (o *ApplicationFilter) GetCriteriaOk() ([]ApplicationCriterion, bool)
GetCriteriaOk returns a tuple with the Criteria field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationFilter) GetDescription ¶
func (o *ApplicationFilter) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ApplicationFilter) GetDescriptionOk ¶
func (o *ApplicationFilter) 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 (*ApplicationFilter) GetId ¶
func (o *ApplicationFilter) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*ApplicationFilter) GetIdOk ¶
func (o *ApplicationFilter) GetIdOk() (*int32, 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 (*ApplicationFilter) GetName ¶
func (o *ApplicationFilter) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ApplicationFilter) GetNameOk ¶
func (o *ApplicationFilter) 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 (*ApplicationFilter) GetPolicies ¶
func (o *ApplicationFilter) GetPolicies() []string
GetPolicies returns the Policies field value if set, zero value otherwise.
func (*ApplicationFilter) GetPoliciesOk ¶
func (o *ApplicationFilter) GetPoliciesOk() ([]string, bool)
GetPoliciesOk returns a tuple with the Policies field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationFilter) GetReadonly ¶
func (o *ApplicationFilter) GetReadonly() bool
GetReadonly returns the Readonly field value if set, zero value otherwise.
func (*ApplicationFilter) GetReadonlyOk ¶
func (o *ApplicationFilter) 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 (*ApplicationFilter) GetTags ¶
func (o *ApplicationFilter) GetTags() map[string]interface{}
GetTags returns the Tags field value if set, zero value otherwise.
func (*ApplicationFilter) GetTagsOk ¶
func (o *ApplicationFilter) GetTagsOk() (map[string]interface{}, 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 (*ApplicationFilter) GetUpdatedTime ¶
func (o *ApplicationFilter) GetUpdatedTime() time.Time
GetUpdatedTime returns the UpdatedTime field value if set, zero value otherwise.
func (*ApplicationFilter) GetUpdatedTimeOk ¶
func (o *ApplicationFilter) GetUpdatedTimeOk() (*time.Time, bool)
GetUpdatedTimeOk returns a tuple with the UpdatedTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationFilter) HasCreatedTime ¶
func (o *ApplicationFilter) HasCreatedTime() bool
HasCreatedTime returns a boolean if a field has been set.
func (*ApplicationFilter) HasCriteria ¶
func (o *ApplicationFilter) HasCriteria() bool
HasCriteria returns a boolean if a field has been set.
func (*ApplicationFilter) HasDescription ¶
func (o *ApplicationFilter) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ApplicationFilter) HasId ¶
func (o *ApplicationFilter) HasId() bool
HasId returns a boolean if a field has been set.
func (*ApplicationFilter) HasName ¶
func (o *ApplicationFilter) HasName() bool
HasName returns a boolean if a field has been set.
func (*ApplicationFilter) HasPolicies ¶
func (o *ApplicationFilter) HasPolicies() bool
HasPolicies returns a boolean if a field has been set.
func (*ApplicationFilter) HasReadonly ¶
func (o *ApplicationFilter) HasReadonly() bool
HasReadonly returns a boolean if a field has been set.
func (*ApplicationFilter) HasTags ¶
func (o *ApplicationFilter) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*ApplicationFilter) HasUpdatedTime ¶
func (o *ApplicationFilter) HasUpdatedTime() bool
HasUpdatedTime returns a boolean if a field has been set.
func (ApplicationFilter) MarshalJSON ¶
func (o ApplicationFilter) MarshalJSON() ([]byte, error)
func (*ApplicationFilter) SetCreatedTime ¶
func (o *ApplicationFilter) SetCreatedTime(v time.Time)
SetCreatedTime gets a reference to the given time.Time and assigns it to the CreatedTime field.
func (*ApplicationFilter) SetCriteria ¶
func (o *ApplicationFilter) SetCriteria(v []ApplicationCriterion)
SetCriteria gets a reference to the given []ApplicationCriterion and assigns it to the Criteria field.
func (*ApplicationFilter) SetDescription ¶
func (o *ApplicationFilter) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ApplicationFilter) SetId ¶
func (o *ApplicationFilter) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*ApplicationFilter) SetName ¶
func (o *ApplicationFilter) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ApplicationFilter) SetPolicies ¶
func (o *ApplicationFilter) SetPolicies(v []string)
SetPolicies gets a reference to the given []string and assigns it to the Policies field.
func (*ApplicationFilter) SetReadonly ¶
func (o *ApplicationFilter) SetReadonly(v bool)
SetReadonly gets a reference to the given bool and assigns it to the Readonly field.
func (*ApplicationFilter) SetTags ¶
func (o *ApplicationFilter) SetTags(v map[string]interface{})
SetTags gets a reference to the given map[string]interface{} and assigns it to the Tags field.
func (*ApplicationFilter) SetUpdatedTime ¶
func (o *ApplicationFilter) SetUpdatedTime(v time.Time)
SetUpdatedTime gets a reference to the given time.Time and assigns it to the UpdatedTime field.
func (ApplicationFilter) ToMap ¶
func (o ApplicationFilter) ToMap() (map[string]interface{}, error)
func (*ApplicationFilter) UnmarshalJSON ¶
func (o *ApplicationFilter) UnmarshalJSON(data []byte) (err error)
type ApplicationFilterCreateResponse ¶
type ApplicationFilterCreateResponse struct { // The Application Filter object. Results *ApplicationFilter `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
ApplicationFilterCreateResponse The Application Filter create response.
func NewApplicationFilterCreateResponse ¶
func NewApplicationFilterCreateResponse() *ApplicationFilterCreateResponse
NewApplicationFilterCreateResponse instantiates a new ApplicationFilterCreateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApplicationFilterCreateResponseWithDefaults ¶
func NewApplicationFilterCreateResponseWithDefaults() *ApplicationFilterCreateResponse
NewApplicationFilterCreateResponseWithDefaults instantiates a new ApplicationFilterCreateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApplicationFilterCreateResponse) GetResults ¶
func (o *ApplicationFilterCreateResponse) GetResults() ApplicationFilter
GetResults returns the Results field value if set, zero value otherwise.
func (*ApplicationFilterCreateResponse) GetResultsOk ¶
func (o *ApplicationFilterCreateResponse) GetResultsOk() (*ApplicationFilter, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationFilterCreateResponse) HasResults ¶
func (o *ApplicationFilterCreateResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (ApplicationFilterCreateResponse) MarshalJSON ¶
func (o ApplicationFilterCreateResponse) MarshalJSON() ([]byte, error)
func (*ApplicationFilterCreateResponse) SetResults ¶
func (o *ApplicationFilterCreateResponse) SetResults(v ApplicationFilter)
SetResults gets a reference to the given ApplicationFilter and assigns it to the Results field.
func (ApplicationFilterCreateResponse) ToMap ¶
func (o ApplicationFilterCreateResponse) ToMap() (map[string]interface{}, error)
func (*ApplicationFilterCreateResponse) UnmarshalJSON ¶
func (o *ApplicationFilterCreateResponse) UnmarshalJSON(data []byte) (err error)
type ApplicationFilterMultiResponse ¶
type ApplicationFilterMultiResponse struct { // The list of Application Filter objects. Results []ApplicationFilter `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
ApplicationFilterMultiResponse The Application Filter list response.
func NewApplicationFilterMultiResponse ¶
func NewApplicationFilterMultiResponse() *ApplicationFilterMultiResponse
NewApplicationFilterMultiResponse instantiates a new ApplicationFilterMultiResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApplicationFilterMultiResponseWithDefaults ¶
func NewApplicationFilterMultiResponseWithDefaults() *ApplicationFilterMultiResponse
NewApplicationFilterMultiResponseWithDefaults instantiates a new ApplicationFilterMultiResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApplicationFilterMultiResponse) GetResults ¶
func (o *ApplicationFilterMultiResponse) GetResults() []ApplicationFilter
GetResults returns the Results field value if set, zero value otherwise.
func (*ApplicationFilterMultiResponse) GetResultsOk ¶
func (o *ApplicationFilterMultiResponse) GetResultsOk() ([]ApplicationFilter, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationFilterMultiResponse) HasResults ¶
func (o *ApplicationFilterMultiResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (ApplicationFilterMultiResponse) MarshalJSON ¶
func (o ApplicationFilterMultiResponse) MarshalJSON() ([]byte, error)
func (*ApplicationFilterMultiResponse) SetResults ¶
func (o *ApplicationFilterMultiResponse) SetResults(v []ApplicationFilter)
SetResults gets a reference to the given []ApplicationFilter and assigns it to the Results field.
func (ApplicationFilterMultiResponse) ToMap ¶
func (o ApplicationFilterMultiResponse) ToMap() (map[string]interface{}, error)
func (*ApplicationFilterMultiResponse) UnmarshalJSON ¶
func (o *ApplicationFilterMultiResponse) UnmarshalJSON(data []byte) (err error)
type ApplicationFilterReadResponse ¶
type ApplicationFilterReadResponse struct { // The Application Filter object. Results *ApplicationFilter `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
ApplicationFilterReadResponse The Application Filter read response.
func NewApplicationFilterReadResponse ¶
func NewApplicationFilterReadResponse() *ApplicationFilterReadResponse
NewApplicationFilterReadResponse instantiates a new ApplicationFilterReadResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApplicationFilterReadResponseWithDefaults ¶
func NewApplicationFilterReadResponseWithDefaults() *ApplicationFilterReadResponse
NewApplicationFilterReadResponseWithDefaults instantiates a new ApplicationFilterReadResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApplicationFilterReadResponse) GetResults ¶
func (o *ApplicationFilterReadResponse) GetResults() ApplicationFilter
GetResults returns the Results field value if set, zero value otherwise.
func (*ApplicationFilterReadResponse) GetResultsOk ¶
func (o *ApplicationFilterReadResponse) GetResultsOk() (*ApplicationFilter, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationFilterReadResponse) HasResults ¶
func (o *ApplicationFilterReadResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (ApplicationFilterReadResponse) MarshalJSON ¶
func (o ApplicationFilterReadResponse) MarshalJSON() ([]byte, error)
func (*ApplicationFilterReadResponse) SetResults ¶
func (o *ApplicationFilterReadResponse) SetResults(v ApplicationFilter)
SetResults gets a reference to the given ApplicationFilter and assigns it to the Results field.
func (ApplicationFilterReadResponse) ToMap ¶
func (o ApplicationFilterReadResponse) ToMap() (map[string]interface{}, error)
func (*ApplicationFilterReadResponse) UnmarshalJSON ¶
func (o *ApplicationFilterReadResponse) UnmarshalJSON(data []byte) (err error)
type ApplicationFilterUpdateResponse ¶
type ApplicationFilterUpdateResponse struct { // The Application Filter object. Results *ApplicationFilter `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
ApplicationFilterUpdateResponse The Application Filter update response.
func NewApplicationFilterUpdateResponse ¶
func NewApplicationFilterUpdateResponse() *ApplicationFilterUpdateResponse
NewApplicationFilterUpdateResponse instantiates a new ApplicationFilterUpdateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApplicationFilterUpdateResponseWithDefaults ¶
func NewApplicationFilterUpdateResponseWithDefaults() *ApplicationFilterUpdateResponse
NewApplicationFilterUpdateResponseWithDefaults instantiates a new ApplicationFilterUpdateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApplicationFilterUpdateResponse) GetResults ¶
func (o *ApplicationFilterUpdateResponse) GetResults() ApplicationFilter
GetResults returns the Results field value if set, zero value otherwise.
func (*ApplicationFilterUpdateResponse) GetResultsOk ¶
func (o *ApplicationFilterUpdateResponse) GetResultsOk() (*ApplicationFilter, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationFilterUpdateResponse) HasResults ¶
func (o *ApplicationFilterUpdateResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (ApplicationFilterUpdateResponse) MarshalJSON ¶
func (o ApplicationFilterUpdateResponse) MarshalJSON() ([]byte, error)
func (*ApplicationFilterUpdateResponse) SetResults ¶
func (o *ApplicationFilterUpdateResponse) SetResults(v ApplicationFilter)
SetResults gets a reference to the given ApplicationFilter and assigns it to the Results field.
func (ApplicationFilterUpdateResponse) ToMap ¶
func (o ApplicationFilterUpdateResponse) ToMap() (map[string]interface{}, error)
func (*ApplicationFilterUpdateResponse) UnmarshalJSON ¶
func (o *ApplicationFilterUpdateResponse) UnmarshalJSON(data []byte) (err error)
type ApplicationFiltersAPI ¶
type ApplicationFiltersAPI interface { /* CreateApplicationFilter Create Application Filter. Use this method to create a Application Filter object. Required: - name - criteria @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApplicationFiltersAPICreateApplicationFilterRequest */ CreateApplicationFilter(ctx context.Context) ApplicationFiltersAPICreateApplicationFilterRequest // CreateApplicationFilterExecute executes the request // @return ApplicationFilterCreateResponse CreateApplicationFilterExecute(r ApplicationFiltersAPICreateApplicationFilterRequest) (*ApplicationFilterCreateResponse, *http.Response, error) /* DeleteApplicationFilters Delete Application Filters. Use this method to delete Application Filter objects. Deletion of multiple lists is an all-or-nothing operation (if any of the specified lists can not be deleted then none of the specified lists will be deleted). Required: - ids @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApplicationFiltersAPIDeleteApplicationFiltersRequest */ DeleteApplicationFilters(ctx context.Context) ApplicationFiltersAPIDeleteApplicationFiltersRequest // DeleteApplicationFiltersExecute executes the request DeleteApplicationFiltersExecute(r ApplicationFiltersAPIDeleteApplicationFiltersRequest) (*http.Response, error) /* DeleteSingleApplicationFilters Delete Application Filter Object by ID. Use this method to delete single Application filter object by id. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Application Filter object identifier. @return ApplicationFiltersAPIDeleteSingleApplicationFiltersRequest */ DeleteSingleApplicationFilters(ctx context.Context, id int32) ApplicationFiltersAPIDeleteSingleApplicationFiltersRequest // DeleteSingleApplicationFiltersExecute executes the request DeleteSingleApplicationFiltersExecute(r ApplicationFiltersAPIDeleteSingleApplicationFiltersRequest) (*http.Response, error) /* ListApplicationFilters List Application Filters. Use this method to retrieve information on all Application Filter objects for the account. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApplicationFiltersAPIListApplicationFiltersRequest */ ListApplicationFilters(ctx context.Context) ApplicationFiltersAPIListApplicationFiltersRequest // ListApplicationFiltersExecute executes the request // @return ApplicationFilterMultiResponse ListApplicationFiltersExecute(r ApplicationFiltersAPIListApplicationFiltersRequest) (*ApplicationFilterMultiResponse, *http.Response, error) /* ReadApplicationFilter Read Application Filter. Use this method to retrieve information on the specified Application Filter object. Required: - id @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Application Filter object identifier. @return ApplicationFiltersAPIReadApplicationFilterRequest */ ReadApplicationFilter(ctx context.Context, id int32) ApplicationFiltersAPIReadApplicationFilterRequest // ReadApplicationFilterExecute executes the request // @return ApplicationFilterReadResponse ReadApplicationFilterExecute(r ApplicationFiltersAPIReadApplicationFilterRequest) (*ApplicationFilterReadResponse, *http.Response, error) /* UpdateApplicationFilter Update Application Filter. Use this method to update the specified Application Filter object. Category filters are content categorization rules that BloxOne Cloud uses to detect and filter specific internet content. Based on your configuration, specific actions such as Allow or Block, will be taken on the detected content. BloxOne Cloud provides the following content categories from which you can build your category filters: Drugs, Risk/Fraud/Crime, Entertainment/Culture, Purchasing, Information/Communication, Business/Services, Information Technology, Lifestyle, Society/Education/Religion, Mature/Violent, Games/Gambling, Pornography/Nudity and Uncategorized. Each of these categories contains sub-categories that further define the respective content. When you configure your category filter, you can add as many sub-categories as you need. You then add the category filter to your security policy and assign the Block action for the filter. Required: - id - name - criteria @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Application Filter object identifier. @return ApplicationFiltersAPIUpdateApplicationFilterRequest */ UpdateApplicationFilter(ctx context.Context, id int32) ApplicationFiltersAPIUpdateApplicationFilterRequest // UpdateApplicationFilterExecute executes the request // @return ApplicationFilterUpdateResponse UpdateApplicationFilterExecute(r ApplicationFiltersAPIUpdateApplicationFilterRequest) (*ApplicationFilterUpdateResponse, *http.Response, error) }
type ApplicationFiltersAPICreateApplicationFilterRequest ¶
type ApplicationFiltersAPICreateApplicationFilterRequest struct { ApiService ApplicationFiltersAPI // contains filtered or unexported fields }
func (ApplicationFiltersAPICreateApplicationFilterRequest) Body ¶
func (r ApplicationFiltersAPICreateApplicationFilterRequest) Body(body ApplicationFilter) ApplicationFiltersAPICreateApplicationFilterRequest
The Application Filter object.
func (ApplicationFiltersAPICreateApplicationFilterRequest) Execute ¶
func (r ApplicationFiltersAPICreateApplicationFilterRequest) Execute() (*ApplicationFilterCreateResponse, *http.Response, error)
type ApplicationFiltersAPIDeleteApplicationFiltersRequest ¶
type ApplicationFiltersAPIDeleteApplicationFiltersRequest struct { ApiService ApplicationFiltersAPI // contains filtered or unexported fields }
type ApplicationFiltersAPIDeleteSingleApplicationFiltersRequest ¶
type ApplicationFiltersAPIDeleteSingleApplicationFiltersRequest struct { ApiService ApplicationFiltersAPI // contains filtered or unexported fields }
type ApplicationFiltersAPIListApplicationFiltersRequest ¶
type ApplicationFiltersAPIListApplicationFiltersRequest struct { ApiService ApplicationFiltersAPI // contains filtered or unexported fields }
func (ApplicationFiltersAPIListApplicationFiltersRequest) Execute ¶
func (r ApplicationFiltersAPIListApplicationFiltersRequest) Execute() (*ApplicationFilterMultiResponse, *http.Response, error)
func (ApplicationFiltersAPIListApplicationFiltersRequest) Fields ¶
func (r ApplicationFiltersAPIListApplicationFiltersRequest) Fields(fields string) ApplicationFiltersAPIListApplicationFiltersRequest
A collection of response resources can be transformed by specifying a set of JSON tags to be returned. For a “flat” resource, the tag name is straightforward. If field selection is allowed on non-flat hierarchical resources, the service should implement a qualified naming scheme such as dot-qualification to reference data down the hierarchy. If a resource does not have the specified tag, the tag does not appear in the output resource. Specify this parameter as a comma-separated list of JSON tag names.
func (ApplicationFiltersAPIListApplicationFiltersRequest) Filter ¶
func (r ApplicationFiltersAPIListApplicationFiltersRequest) Filter(filter string) ApplicationFiltersAPIListApplicationFiltersRequest
A collection of response resources can be filtered by a logical expression string that includes JSON tag references to values in each resource, literal values, and logical operators. If a resource does not have the specified tag, its value is assumed to be null. Literal values include numbers (integer and floating-point), and quoted (both single- or double-quoted) literal strings, and 'null'. You can filter by following fields: | Name | type | Supported Op | | ----------------------- | ------ | --------------------------- | | name | string | !=, ==, ~, !~, >, <, <=, >= | In addition grouping operators are supported: | Op | Description | | --- | -------------------- | | and | Logical AND | | or | Logical OR | | not | Logical NOT | | () | Groupping Operators | Allowed sets of parameters that can be groupped in one query: - name Example: ``` ?_filter=\"((name=='app_list1')or(name~'app_list2'))\" ```
func (ApplicationFiltersAPIListApplicationFiltersRequest) Limit ¶
func (r ApplicationFiltersAPIListApplicationFiltersRequest) Limit(limit int32) ApplicationFiltersAPIListApplicationFiltersRequest
The integer number of resources to be returned in the response. The service may impose maximum value. If omitted the service may impose a default value.
func (ApplicationFiltersAPIListApplicationFiltersRequest) Offset ¶
func (r ApplicationFiltersAPIListApplicationFiltersRequest) Offset(offset int32) ApplicationFiltersAPIListApplicationFiltersRequest
The integer index (zero-origin) of the offset into a collection of resources. If omitted or null the value is assumed to be '0'.
func (ApplicationFiltersAPIListApplicationFiltersRequest) PageToken ¶
func (r ApplicationFiltersAPIListApplicationFiltersRequest) PageToken(pageToken string) ApplicationFiltersAPIListApplicationFiltersRequest
The service-defined string used to identify a page of resources. A null value indicates the first page.
func (ApplicationFiltersAPIListApplicationFiltersRequest) Tfilter ¶
func (r ApplicationFiltersAPIListApplicationFiltersRequest) Tfilter(tfilter string) ApplicationFiltersAPIListApplicationFiltersRequest
Filtering by tags.
func (ApplicationFiltersAPIListApplicationFiltersRequest) TorderBy ¶
func (r ApplicationFiltersAPIListApplicationFiltersRequest) TorderBy(torderBy string) ApplicationFiltersAPIListApplicationFiltersRequest
Sorting by tags.
type ApplicationFiltersAPIReadApplicationFilterRequest ¶
type ApplicationFiltersAPIReadApplicationFilterRequest struct { ApiService ApplicationFiltersAPI // contains filtered or unexported fields }
func (ApplicationFiltersAPIReadApplicationFilterRequest) Execute ¶
func (r ApplicationFiltersAPIReadApplicationFilterRequest) Execute() (*ApplicationFilterReadResponse, *http.Response, error)
func (ApplicationFiltersAPIReadApplicationFilterRequest) Fields ¶
func (r ApplicationFiltersAPIReadApplicationFilterRequest) Fields(fields string) ApplicationFiltersAPIReadApplicationFilterRequest
A collection of response resources can be transformed by specifying a set of JSON tags to be returned. For a “flat” resource, the tag name is straightforward. If field selection is allowed on non-flat hierarchical resources, the service should implement a qualified naming scheme such as dot-qualification to reference data down the hierarchy. If a resource does not have the specified tag, the tag does not appear in the output resource. Specify this parameter as a comma-separated list of JSON tag names.
func (ApplicationFiltersAPIReadApplicationFilterRequest) Name ¶
func (r ApplicationFiltersAPIReadApplicationFilterRequest) Name(name string) ApplicationFiltersAPIReadApplicationFilterRequest
The name of the application filter.
type ApplicationFiltersAPIService ¶
ApplicationFiltersAPIService ApplicationFiltersAPI service
func (*ApplicationFiltersAPIService) CreateApplicationFilter ¶
func (a *ApplicationFiltersAPIService) CreateApplicationFilter(ctx context.Context) ApplicationFiltersAPICreateApplicationFilterRequest
CreateApplicationFilter Create Application Filter.
Use this method to create a Application Filter object.
Required: - name - criteria
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApplicationFiltersAPICreateApplicationFilterRequest
func (*ApplicationFiltersAPIService) CreateApplicationFilterExecute ¶
func (a *ApplicationFiltersAPIService) CreateApplicationFilterExecute(r ApplicationFiltersAPICreateApplicationFilterRequest) (*ApplicationFilterCreateResponse, *http.Response, error)
Execute executes the request
@return ApplicationFilterCreateResponse
func (*ApplicationFiltersAPIService) DeleteApplicationFilters ¶
func (a *ApplicationFiltersAPIService) DeleteApplicationFilters(ctx context.Context) ApplicationFiltersAPIDeleteApplicationFiltersRequest
DeleteApplicationFilters Delete Application Filters.
Use this method to delete Application Filter objects. Deletion of multiple lists is an all-or-nothing operation (if any of the specified lists can not be deleted then none of the specified lists will be deleted).
Required: - ids
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApplicationFiltersAPIDeleteApplicationFiltersRequest
func (*ApplicationFiltersAPIService) DeleteApplicationFiltersExecute ¶
func (a *ApplicationFiltersAPIService) DeleteApplicationFiltersExecute(r ApplicationFiltersAPIDeleteApplicationFiltersRequest) (*http.Response, error)
Execute executes the request
func (*ApplicationFiltersAPIService) DeleteSingleApplicationFilters ¶
func (a *ApplicationFiltersAPIService) DeleteSingleApplicationFilters(ctx context.Context, id int32) ApplicationFiltersAPIDeleteSingleApplicationFiltersRequest
DeleteSingleApplicationFilters Delete Application Filter Object by ID.
Use this method to delete single Application filter object by id.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Application Filter object identifier. @return ApplicationFiltersAPIDeleteSingleApplicationFiltersRequest
func (*ApplicationFiltersAPIService) DeleteSingleApplicationFiltersExecute ¶
func (a *ApplicationFiltersAPIService) DeleteSingleApplicationFiltersExecute(r ApplicationFiltersAPIDeleteSingleApplicationFiltersRequest) (*http.Response, error)
Execute executes the request
func (*ApplicationFiltersAPIService) ListApplicationFilters ¶
func (a *ApplicationFiltersAPIService) ListApplicationFilters(ctx context.Context) ApplicationFiltersAPIListApplicationFiltersRequest
ListApplicationFilters List Application Filters.
Use this method to retrieve information on all Application Filter objects for the account.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApplicationFiltersAPIListApplicationFiltersRequest
func (*ApplicationFiltersAPIService) ListApplicationFiltersExecute ¶
func (a *ApplicationFiltersAPIService) ListApplicationFiltersExecute(r ApplicationFiltersAPIListApplicationFiltersRequest) (*ApplicationFilterMultiResponse, *http.Response, error)
Execute executes the request
@return ApplicationFilterMultiResponse
func (*ApplicationFiltersAPIService) ReadApplicationFilter ¶
func (a *ApplicationFiltersAPIService) ReadApplicationFilter(ctx context.Context, id int32) ApplicationFiltersAPIReadApplicationFilterRequest
ReadApplicationFilter Read Application Filter.
Use this method to retrieve information on the specified Application Filter object.
Required: - id
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Application Filter object identifier. @return ApplicationFiltersAPIReadApplicationFilterRequest
func (*ApplicationFiltersAPIService) ReadApplicationFilterExecute ¶
func (a *ApplicationFiltersAPIService) ReadApplicationFilterExecute(r ApplicationFiltersAPIReadApplicationFilterRequest) (*ApplicationFilterReadResponse, *http.Response, error)
Execute executes the request
@return ApplicationFilterReadResponse
func (*ApplicationFiltersAPIService) UpdateApplicationFilter ¶
func (a *ApplicationFiltersAPIService) UpdateApplicationFilter(ctx context.Context, id int32) ApplicationFiltersAPIUpdateApplicationFilterRequest
UpdateApplicationFilter Update Application Filter.
Use this method to update the specified Application Filter object.
Category filters are content categorization rules that BloxOne Cloud uses to detect and filter specific internet content. Based on your configuration, specific actions such as Allow or Block, will be taken on the detected content. BloxOne Cloud provides the following content categories from which you can build your category filters: Drugs, Risk/Fraud/Crime, Entertainment/Culture, Purchasing, Information/Communication, Business/Services, Information Technology, Lifestyle, Society/Education/Religion, Mature/Violent, Games/Gambling, Pornography/Nudity and Uncategorized. Each of these categories contains sub-categories that further define the respective content. When you configure your category filter, you can add as many sub-categories as you need. You then add the category filter to your security policy and assign the Block action for the filter.
Required: - id - name - criteria
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Application Filter object identifier. @return ApplicationFiltersAPIUpdateApplicationFilterRequest
func (*ApplicationFiltersAPIService) UpdateApplicationFilterExecute ¶
func (a *ApplicationFiltersAPIService) UpdateApplicationFilterExecute(r ApplicationFiltersAPIUpdateApplicationFilterRequest) (*ApplicationFilterUpdateResponse, *http.Response, error)
Execute executes the request
@return ApplicationFilterUpdateResponse
type ApplicationFiltersAPIUpdateApplicationFilterRequest ¶
type ApplicationFiltersAPIUpdateApplicationFilterRequest struct { ApiService ApplicationFiltersAPI // contains filtered or unexported fields }
func (ApplicationFiltersAPIUpdateApplicationFilterRequest) Body ¶
func (r ApplicationFiltersAPIUpdateApplicationFilterRequest) Body(body ApplicationFilter) ApplicationFiltersAPIUpdateApplicationFilterRequest
The Application Filter object.
func (ApplicationFiltersAPIUpdateApplicationFilterRequest) Execute ¶
func (r ApplicationFiltersAPIUpdateApplicationFilterRequest) Execute() (*ApplicationFilterUpdateResponse, *http.Response, error)
type ApplicationFiltersDeleteApplicationFilters400Response ¶
type ApplicationFiltersDeleteApplicationFilters400Response struct { Error *ApplicationFiltersDeleteApplicationFilters400ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
ApplicationFiltersDeleteApplicationFilters400Response struct for ApplicationFiltersDeleteApplicationFilters400Response
func NewApplicationFiltersDeleteApplicationFilters400Response ¶
func NewApplicationFiltersDeleteApplicationFilters400Response() *ApplicationFiltersDeleteApplicationFilters400Response
NewApplicationFiltersDeleteApplicationFilters400Response instantiates a new ApplicationFiltersDeleteApplicationFilters400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApplicationFiltersDeleteApplicationFilters400ResponseWithDefaults ¶
func NewApplicationFiltersDeleteApplicationFilters400ResponseWithDefaults() *ApplicationFiltersDeleteApplicationFilters400Response
NewApplicationFiltersDeleteApplicationFilters400ResponseWithDefaults instantiates a new ApplicationFiltersDeleteApplicationFilters400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApplicationFiltersDeleteApplicationFilters400Response) GetError ¶
func (o *ApplicationFiltersDeleteApplicationFilters400Response) GetError() ApplicationFiltersDeleteApplicationFilters400ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*ApplicationFiltersDeleteApplicationFilters400Response) GetErrorOk ¶
func (o *ApplicationFiltersDeleteApplicationFilters400Response) GetErrorOk() (*ApplicationFiltersDeleteApplicationFilters400ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationFiltersDeleteApplicationFilters400Response) HasError ¶
func (o *ApplicationFiltersDeleteApplicationFilters400Response) HasError() bool
HasError returns a boolean if a field has been set.
func (ApplicationFiltersDeleteApplicationFilters400Response) MarshalJSON ¶
func (o ApplicationFiltersDeleteApplicationFilters400Response) MarshalJSON() ([]byte, error)
func (*ApplicationFiltersDeleteApplicationFilters400Response) SetError ¶
func (o *ApplicationFiltersDeleteApplicationFilters400Response) SetError(v ApplicationFiltersDeleteApplicationFilters400ResponseError)
SetError gets a reference to the given ApplicationFiltersDeleteApplicationFilters400ResponseError and assigns it to the Error field.
func (ApplicationFiltersDeleteApplicationFilters400Response) ToMap ¶
func (o ApplicationFiltersDeleteApplicationFilters400Response) ToMap() (map[string]interface{}, error)
func (*ApplicationFiltersDeleteApplicationFilters400Response) UnmarshalJSON ¶
func (o *ApplicationFiltersDeleteApplicationFilters400Response) UnmarshalJSON(data []byte) (err error)
type ApplicationFiltersDeleteApplicationFilters400ResponseError ¶
type ApplicationFiltersDeleteApplicationFilters400ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
ApplicationFiltersDeleteApplicationFilters400ResponseError struct for ApplicationFiltersDeleteApplicationFilters400ResponseError
func NewApplicationFiltersDeleteApplicationFilters400ResponseError ¶
func NewApplicationFiltersDeleteApplicationFilters400ResponseError() *ApplicationFiltersDeleteApplicationFilters400ResponseError
NewApplicationFiltersDeleteApplicationFilters400ResponseError instantiates a new ApplicationFiltersDeleteApplicationFilters400ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApplicationFiltersDeleteApplicationFilters400ResponseErrorWithDefaults ¶
func NewApplicationFiltersDeleteApplicationFilters400ResponseErrorWithDefaults() *ApplicationFiltersDeleteApplicationFilters400ResponseError
NewApplicationFiltersDeleteApplicationFilters400ResponseErrorWithDefaults instantiates a new ApplicationFiltersDeleteApplicationFilters400ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApplicationFiltersDeleteApplicationFilters400ResponseError) GetCode ¶
func (o *ApplicationFiltersDeleteApplicationFilters400ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*ApplicationFiltersDeleteApplicationFilters400ResponseError) GetCodeOk ¶
func (o *ApplicationFiltersDeleteApplicationFilters400ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationFiltersDeleteApplicationFilters400ResponseError) GetMessage ¶
func (o *ApplicationFiltersDeleteApplicationFilters400ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*ApplicationFiltersDeleteApplicationFilters400ResponseError) GetMessageOk ¶
func (o *ApplicationFiltersDeleteApplicationFilters400ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationFiltersDeleteApplicationFilters400ResponseError) GetStatus ¶
func (o *ApplicationFiltersDeleteApplicationFilters400ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*ApplicationFiltersDeleteApplicationFilters400ResponseError) GetStatusOk ¶
func (o *ApplicationFiltersDeleteApplicationFilters400ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationFiltersDeleteApplicationFilters400ResponseError) HasCode ¶
func (o *ApplicationFiltersDeleteApplicationFilters400ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*ApplicationFiltersDeleteApplicationFilters400ResponseError) HasMessage ¶
func (o *ApplicationFiltersDeleteApplicationFilters400ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*ApplicationFiltersDeleteApplicationFilters400ResponseError) HasStatus ¶
func (o *ApplicationFiltersDeleteApplicationFilters400ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (ApplicationFiltersDeleteApplicationFilters400ResponseError) MarshalJSON ¶
func (o ApplicationFiltersDeleteApplicationFilters400ResponseError) MarshalJSON() ([]byte, error)
func (*ApplicationFiltersDeleteApplicationFilters400ResponseError) SetCode ¶
func (o *ApplicationFiltersDeleteApplicationFilters400ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*ApplicationFiltersDeleteApplicationFilters400ResponseError) SetMessage ¶
func (o *ApplicationFiltersDeleteApplicationFilters400ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*ApplicationFiltersDeleteApplicationFilters400ResponseError) SetStatus ¶
func (o *ApplicationFiltersDeleteApplicationFilters400ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (ApplicationFiltersDeleteApplicationFilters400ResponseError) ToMap ¶
func (o ApplicationFiltersDeleteApplicationFilters400ResponseError) ToMap() (map[string]interface{}, error)
func (*ApplicationFiltersDeleteApplicationFilters400ResponseError) UnmarshalJSON ¶
func (o *ApplicationFiltersDeleteApplicationFilters400ResponseError) UnmarshalJSON(data []byte) (err error)
type ApplicationFiltersDeleteRequest ¶
type ApplicationFiltersDeleteRequest struct { // The list of Application Filter object identifiers. Ids []int32 `json:"ids,omitempty"` AdditionalProperties map[string]interface{} }
ApplicationFiltersDeleteRequest The Application Filter delete request.
func NewApplicationFiltersDeleteRequest ¶
func NewApplicationFiltersDeleteRequest() *ApplicationFiltersDeleteRequest
NewApplicationFiltersDeleteRequest instantiates a new ApplicationFiltersDeleteRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApplicationFiltersDeleteRequestWithDefaults ¶
func NewApplicationFiltersDeleteRequestWithDefaults() *ApplicationFiltersDeleteRequest
NewApplicationFiltersDeleteRequestWithDefaults instantiates a new ApplicationFiltersDeleteRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApplicationFiltersDeleteRequest) GetIds ¶
func (o *ApplicationFiltersDeleteRequest) GetIds() []int32
GetIds returns the Ids field value if set, zero value otherwise.
func (*ApplicationFiltersDeleteRequest) GetIdsOk ¶
func (o *ApplicationFiltersDeleteRequest) GetIdsOk() ([]int32, bool)
GetIdsOk returns a tuple with the Ids field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationFiltersDeleteRequest) HasIds ¶
func (o *ApplicationFiltersDeleteRequest) HasIds() bool
HasIds returns a boolean if a field has been set.
func (ApplicationFiltersDeleteRequest) MarshalJSON ¶
func (o ApplicationFiltersDeleteRequest) MarshalJSON() ([]byte, error)
func (*ApplicationFiltersDeleteRequest) SetIds ¶
func (o *ApplicationFiltersDeleteRequest) SetIds(v []int32)
SetIds gets a reference to the given []int32 and assigns it to the Ids field.
func (ApplicationFiltersDeleteRequest) ToMap ¶
func (o ApplicationFiltersDeleteRequest) ToMap() (map[string]interface{}, error)
func (*ApplicationFiltersDeleteRequest) UnmarshalJSON ¶
func (o *ApplicationFiltersDeleteRequest) UnmarshalJSON(data []byte) (err error)
type ApplicationFiltersDeleteSingleApplicationFilters400Response ¶
type ApplicationFiltersDeleteSingleApplicationFilters400Response struct { Error *ApplicationFiltersDeleteSingleApplicationFilters400ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
ApplicationFiltersDeleteSingleApplicationFilters400Response struct for ApplicationFiltersDeleteSingleApplicationFilters400Response
func NewApplicationFiltersDeleteSingleApplicationFilters400Response ¶
func NewApplicationFiltersDeleteSingleApplicationFilters400Response() *ApplicationFiltersDeleteSingleApplicationFilters400Response
NewApplicationFiltersDeleteSingleApplicationFilters400Response instantiates a new ApplicationFiltersDeleteSingleApplicationFilters400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApplicationFiltersDeleteSingleApplicationFilters400ResponseWithDefaults ¶
func NewApplicationFiltersDeleteSingleApplicationFilters400ResponseWithDefaults() *ApplicationFiltersDeleteSingleApplicationFilters400Response
NewApplicationFiltersDeleteSingleApplicationFilters400ResponseWithDefaults instantiates a new ApplicationFiltersDeleteSingleApplicationFilters400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApplicationFiltersDeleteSingleApplicationFilters400Response) GetError ¶
func (o *ApplicationFiltersDeleteSingleApplicationFilters400Response) GetError() ApplicationFiltersDeleteSingleApplicationFilters400ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*ApplicationFiltersDeleteSingleApplicationFilters400Response) GetErrorOk ¶
func (o *ApplicationFiltersDeleteSingleApplicationFilters400Response) GetErrorOk() (*ApplicationFiltersDeleteSingleApplicationFilters400ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationFiltersDeleteSingleApplicationFilters400Response) HasError ¶
func (o *ApplicationFiltersDeleteSingleApplicationFilters400Response) HasError() bool
HasError returns a boolean if a field has been set.
func (ApplicationFiltersDeleteSingleApplicationFilters400Response) MarshalJSON ¶
func (o ApplicationFiltersDeleteSingleApplicationFilters400Response) MarshalJSON() ([]byte, error)
func (*ApplicationFiltersDeleteSingleApplicationFilters400Response) SetError ¶
func (o *ApplicationFiltersDeleteSingleApplicationFilters400Response) SetError(v ApplicationFiltersDeleteSingleApplicationFilters400ResponseError)
SetError gets a reference to the given ApplicationFiltersDeleteSingleApplicationFilters400ResponseError and assigns it to the Error field.
func (ApplicationFiltersDeleteSingleApplicationFilters400Response) ToMap ¶
func (o ApplicationFiltersDeleteSingleApplicationFilters400Response) ToMap() (map[string]interface{}, error)
func (*ApplicationFiltersDeleteSingleApplicationFilters400Response) UnmarshalJSON ¶
func (o *ApplicationFiltersDeleteSingleApplicationFilters400Response) UnmarshalJSON(data []byte) (err error)
type ApplicationFiltersDeleteSingleApplicationFilters400ResponseError ¶
type ApplicationFiltersDeleteSingleApplicationFilters400ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
ApplicationFiltersDeleteSingleApplicationFilters400ResponseError struct for ApplicationFiltersDeleteSingleApplicationFilters400ResponseError
func NewApplicationFiltersDeleteSingleApplicationFilters400ResponseError ¶
func NewApplicationFiltersDeleteSingleApplicationFilters400ResponseError() *ApplicationFiltersDeleteSingleApplicationFilters400ResponseError
NewApplicationFiltersDeleteSingleApplicationFilters400ResponseError instantiates a new ApplicationFiltersDeleteSingleApplicationFilters400ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApplicationFiltersDeleteSingleApplicationFilters400ResponseErrorWithDefaults ¶
func NewApplicationFiltersDeleteSingleApplicationFilters400ResponseErrorWithDefaults() *ApplicationFiltersDeleteSingleApplicationFilters400ResponseError
NewApplicationFiltersDeleteSingleApplicationFilters400ResponseErrorWithDefaults instantiates a new ApplicationFiltersDeleteSingleApplicationFilters400ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) GetCode ¶
func (o *ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) GetCodeOk ¶
func (o *ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) GetMessage ¶
func (o *ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) GetMessageOk ¶
func (o *ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) GetStatus ¶
func (o *ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) GetStatusOk ¶
func (o *ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) HasCode ¶
func (o *ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) HasMessage ¶
func (o *ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) HasStatus ¶
func (o *ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) MarshalJSON ¶
func (o ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) MarshalJSON() ([]byte, error)
func (*ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) SetCode ¶
func (o *ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) SetMessage ¶
func (o *ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) SetStatus ¶
func (o *ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) ToMap ¶
func (o ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) ToMap() (map[string]interface{}, error)
func (*ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) UnmarshalJSON ¶
func (o *ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) UnmarshalJSON(data []byte) (err error)
type CategoryFilter ¶
type CategoryFilter struct { // The list of content category names that falls into this category filter. Categories []string `json:"categories,omitempty"` // The time when this Category Filter object was created. CreatedTime *time.Time `json:"created_time,omitempty"` // The brief description for the category filter. Description *string `json:"description,omitempty"` // The Category Filter object identifier. Id *int32 `json:"id,omitempty"` // The name of the category filter. Name *string `json:"name,omitempty"` // The list of security policy names with which the category filter is associated. Policies []string `json:"policies,omitempty"` // Enables tag support for resource where tags attribute contains user-defined key value pairs Tags map[string]interface{} `json:"tags,omitempty"` // The time when this Category Filter object was last updated. UpdatedTime *time.Time `json:"updated_time,omitempty"` AdditionalProperties map[string]interface{} }
CategoryFilter The Category Filter object. Category filters are content categorization rules that BloxOne Cloud uses to detect and filter specific internet content. Based on your configuration, specific actions such as Allow or Block, will be taken on the detected content. BloxOne Cloud provides the following content categories from which you can build your category filters: Drugs, Risk/Fraud/Crime, Entertainment/Culture, Purchasing, Information/Communication, Business/Services, Information Technology, Lifestyle, Society/Education/Religion, Mature/Violent, Games/Gambling, Pornography/Nudity and Uncategorized. Each of these categories contains sub-categories that further define the respective content. When you configure your category filter, you can add as many sub-categories as you need. You then add the category filter to your security policy and assign the Block action for the filter.
func NewCategoryFilter ¶
func NewCategoryFilter() *CategoryFilter
NewCategoryFilter instantiates a new CategoryFilter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCategoryFilterWithDefaults ¶
func NewCategoryFilterWithDefaults() *CategoryFilter
NewCategoryFilterWithDefaults instantiates a new CategoryFilter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CategoryFilter) GetCategories ¶
func (o *CategoryFilter) GetCategories() []string
GetCategories returns the Categories field value if set, zero value otherwise.
func (*CategoryFilter) GetCategoriesOk ¶
func (o *CategoryFilter) GetCategoriesOk() ([]string, bool)
GetCategoriesOk returns a tuple with the Categories field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CategoryFilter) GetCreatedTime ¶
func (o *CategoryFilter) GetCreatedTime() time.Time
GetCreatedTime returns the CreatedTime field value if set, zero value otherwise.
func (*CategoryFilter) GetCreatedTimeOk ¶
func (o *CategoryFilter) GetCreatedTimeOk() (*time.Time, bool)
GetCreatedTimeOk returns a tuple with the CreatedTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CategoryFilter) GetDescription ¶
func (o *CategoryFilter) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*CategoryFilter) GetDescriptionOk ¶
func (o *CategoryFilter) 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 (*CategoryFilter) GetId ¶
func (o *CategoryFilter) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*CategoryFilter) GetIdOk ¶
func (o *CategoryFilter) GetIdOk() (*int32, 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 (*CategoryFilter) GetName ¶
func (o *CategoryFilter) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*CategoryFilter) GetNameOk ¶
func (o *CategoryFilter) 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 (*CategoryFilter) GetPolicies ¶
func (o *CategoryFilter) GetPolicies() []string
GetPolicies returns the Policies field value if set, zero value otherwise.
func (*CategoryFilter) GetPoliciesOk ¶
func (o *CategoryFilter) GetPoliciesOk() ([]string, bool)
GetPoliciesOk returns a tuple with the Policies field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CategoryFilter) GetTags ¶
func (o *CategoryFilter) GetTags() map[string]interface{}
GetTags returns the Tags field value if set, zero value otherwise.
func (*CategoryFilter) GetTagsOk ¶
func (o *CategoryFilter) GetTagsOk() (map[string]interface{}, 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 (*CategoryFilter) GetUpdatedTime ¶
func (o *CategoryFilter) GetUpdatedTime() time.Time
GetUpdatedTime returns the UpdatedTime field value if set, zero value otherwise.
func (*CategoryFilter) GetUpdatedTimeOk ¶
func (o *CategoryFilter) GetUpdatedTimeOk() (*time.Time, bool)
GetUpdatedTimeOk returns a tuple with the UpdatedTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CategoryFilter) HasCategories ¶
func (o *CategoryFilter) HasCategories() bool
HasCategories returns a boolean if a field has been set.
func (*CategoryFilter) HasCreatedTime ¶
func (o *CategoryFilter) HasCreatedTime() bool
HasCreatedTime returns a boolean if a field has been set.
func (*CategoryFilter) HasDescription ¶
func (o *CategoryFilter) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*CategoryFilter) HasId ¶
func (o *CategoryFilter) HasId() bool
HasId returns a boolean if a field has been set.
func (*CategoryFilter) HasName ¶
func (o *CategoryFilter) HasName() bool
HasName returns a boolean if a field has been set.
func (*CategoryFilter) HasPolicies ¶
func (o *CategoryFilter) HasPolicies() bool
HasPolicies returns a boolean if a field has been set.
func (*CategoryFilter) HasTags ¶
func (o *CategoryFilter) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*CategoryFilter) HasUpdatedTime ¶
func (o *CategoryFilter) HasUpdatedTime() bool
HasUpdatedTime returns a boolean if a field has been set.
func (CategoryFilter) MarshalJSON ¶
func (o CategoryFilter) MarshalJSON() ([]byte, error)
func (*CategoryFilter) SetCategories ¶
func (o *CategoryFilter) SetCategories(v []string)
SetCategories gets a reference to the given []string and assigns it to the Categories field.
func (*CategoryFilter) SetCreatedTime ¶
func (o *CategoryFilter) SetCreatedTime(v time.Time)
SetCreatedTime gets a reference to the given time.Time and assigns it to the CreatedTime field.
func (*CategoryFilter) SetDescription ¶
func (o *CategoryFilter) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*CategoryFilter) SetId ¶
func (o *CategoryFilter) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*CategoryFilter) SetName ¶
func (o *CategoryFilter) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*CategoryFilter) SetPolicies ¶
func (o *CategoryFilter) SetPolicies(v []string)
SetPolicies gets a reference to the given []string and assigns it to the Policies field.
func (*CategoryFilter) SetTags ¶
func (o *CategoryFilter) SetTags(v map[string]interface{})
SetTags gets a reference to the given map[string]interface{} and assigns it to the Tags field.
func (*CategoryFilter) SetUpdatedTime ¶
func (o *CategoryFilter) SetUpdatedTime(v time.Time)
SetUpdatedTime gets a reference to the given time.Time and assigns it to the UpdatedTime field.
func (CategoryFilter) ToMap ¶
func (o CategoryFilter) ToMap() (map[string]interface{}, error)
func (*CategoryFilter) UnmarshalJSON ¶
func (o *CategoryFilter) UnmarshalJSON(data []byte) (err error)
type CategoryFilterCreateResponse ¶
type CategoryFilterCreateResponse struct { // The Category Filter object. Results *CategoryFilter `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
CategoryFilterCreateResponse The Category Filter create response.
func NewCategoryFilterCreateResponse ¶
func NewCategoryFilterCreateResponse() *CategoryFilterCreateResponse
NewCategoryFilterCreateResponse instantiates a new CategoryFilterCreateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCategoryFilterCreateResponseWithDefaults ¶
func NewCategoryFilterCreateResponseWithDefaults() *CategoryFilterCreateResponse
NewCategoryFilterCreateResponseWithDefaults instantiates a new CategoryFilterCreateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CategoryFilterCreateResponse) GetResults ¶
func (o *CategoryFilterCreateResponse) GetResults() CategoryFilter
GetResults returns the Results field value if set, zero value otherwise.
func (*CategoryFilterCreateResponse) GetResultsOk ¶
func (o *CategoryFilterCreateResponse) GetResultsOk() (*CategoryFilter, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CategoryFilterCreateResponse) HasResults ¶
func (o *CategoryFilterCreateResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (CategoryFilterCreateResponse) MarshalJSON ¶
func (o CategoryFilterCreateResponse) MarshalJSON() ([]byte, error)
func (*CategoryFilterCreateResponse) SetResults ¶
func (o *CategoryFilterCreateResponse) SetResults(v CategoryFilter)
SetResults gets a reference to the given CategoryFilter and assigns it to the Results field.
func (CategoryFilterCreateResponse) ToMap ¶
func (o CategoryFilterCreateResponse) ToMap() (map[string]interface{}, error)
func (*CategoryFilterCreateResponse) UnmarshalJSON ¶
func (o *CategoryFilterCreateResponse) UnmarshalJSON(data []byte) (err error)
type CategoryFilterMultiResponse ¶
type CategoryFilterMultiResponse struct { // The list of Category Filter objects. Results []CategoryFilter `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
CategoryFilterMultiResponse The Category Filter list response.
func NewCategoryFilterMultiResponse ¶
func NewCategoryFilterMultiResponse() *CategoryFilterMultiResponse
NewCategoryFilterMultiResponse instantiates a new CategoryFilterMultiResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCategoryFilterMultiResponseWithDefaults ¶
func NewCategoryFilterMultiResponseWithDefaults() *CategoryFilterMultiResponse
NewCategoryFilterMultiResponseWithDefaults instantiates a new CategoryFilterMultiResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CategoryFilterMultiResponse) GetResults ¶
func (o *CategoryFilterMultiResponse) GetResults() []CategoryFilter
GetResults returns the Results field value if set, zero value otherwise.
func (*CategoryFilterMultiResponse) GetResultsOk ¶
func (o *CategoryFilterMultiResponse) GetResultsOk() ([]CategoryFilter, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CategoryFilterMultiResponse) HasResults ¶
func (o *CategoryFilterMultiResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (CategoryFilterMultiResponse) MarshalJSON ¶
func (o CategoryFilterMultiResponse) MarshalJSON() ([]byte, error)
func (*CategoryFilterMultiResponse) SetResults ¶
func (o *CategoryFilterMultiResponse) SetResults(v []CategoryFilter)
SetResults gets a reference to the given []CategoryFilter and assigns it to the Results field.
func (CategoryFilterMultiResponse) ToMap ¶
func (o CategoryFilterMultiResponse) ToMap() (map[string]interface{}, error)
func (*CategoryFilterMultiResponse) UnmarshalJSON ¶
func (o *CategoryFilterMultiResponse) UnmarshalJSON(data []byte) (err error)
type CategoryFilterReadResponse ¶
type CategoryFilterReadResponse struct { // The Category Filter object. Results *CategoryFilter `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
CategoryFilterReadResponse The Category Filter read response.
func NewCategoryFilterReadResponse ¶
func NewCategoryFilterReadResponse() *CategoryFilterReadResponse
NewCategoryFilterReadResponse instantiates a new CategoryFilterReadResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCategoryFilterReadResponseWithDefaults ¶
func NewCategoryFilterReadResponseWithDefaults() *CategoryFilterReadResponse
NewCategoryFilterReadResponseWithDefaults instantiates a new CategoryFilterReadResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CategoryFilterReadResponse) GetResults ¶
func (o *CategoryFilterReadResponse) GetResults() CategoryFilter
GetResults returns the Results field value if set, zero value otherwise.
func (*CategoryFilterReadResponse) GetResultsOk ¶
func (o *CategoryFilterReadResponse) GetResultsOk() (*CategoryFilter, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CategoryFilterReadResponse) HasResults ¶
func (o *CategoryFilterReadResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (CategoryFilterReadResponse) MarshalJSON ¶
func (o CategoryFilterReadResponse) MarshalJSON() ([]byte, error)
func (*CategoryFilterReadResponse) SetResults ¶
func (o *CategoryFilterReadResponse) SetResults(v CategoryFilter)
SetResults gets a reference to the given CategoryFilter and assigns it to the Results field.
func (CategoryFilterReadResponse) ToMap ¶
func (o CategoryFilterReadResponse) ToMap() (map[string]interface{}, error)
func (*CategoryFilterReadResponse) UnmarshalJSON ¶
func (o *CategoryFilterReadResponse) UnmarshalJSON(data []byte) (err error)
type CategoryFilterUpdateResponse ¶
type CategoryFilterUpdateResponse struct { // The Category Filter object. Results *CategoryFilter `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
CategoryFilterUpdateResponse The Category Filter update response.
func NewCategoryFilterUpdateResponse ¶
func NewCategoryFilterUpdateResponse() *CategoryFilterUpdateResponse
NewCategoryFilterUpdateResponse instantiates a new CategoryFilterUpdateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCategoryFilterUpdateResponseWithDefaults ¶
func NewCategoryFilterUpdateResponseWithDefaults() *CategoryFilterUpdateResponse
NewCategoryFilterUpdateResponseWithDefaults instantiates a new CategoryFilterUpdateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CategoryFilterUpdateResponse) GetResults ¶
func (o *CategoryFilterUpdateResponse) GetResults() CategoryFilter
GetResults returns the Results field value if set, zero value otherwise.
func (*CategoryFilterUpdateResponse) GetResultsOk ¶
func (o *CategoryFilterUpdateResponse) GetResultsOk() (*CategoryFilter, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CategoryFilterUpdateResponse) HasResults ¶
func (o *CategoryFilterUpdateResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (CategoryFilterUpdateResponse) MarshalJSON ¶
func (o CategoryFilterUpdateResponse) MarshalJSON() ([]byte, error)
func (*CategoryFilterUpdateResponse) SetResults ¶
func (o *CategoryFilterUpdateResponse) SetResults(v CategoryFilter)
SetResults gets a reference to the given CategoryFilter and assigns it to the Results field.
func (CategoryFilterUpdateResponse) ToMap ¶
func (o CategoryFilterUpdateResponse) ToMap() (map[string]interface{}, error)
func (*CategoryFilterUpdateResponse) UnmarshalJSON ¶
func (o *CategoryFilterUpdateResponse) UnmarshalJSON(data []byte) (err error)
type CategoryFiltersAPI ¶
type CategoryFiltersAPI interface { /* CreateCategoryFilter Create Category Filter. Use this method to create a Category Filter object. Category filters are content categorization rules that BloxOne Cloud uses to detect and filter specific internet content. Based on your configuration, specific actions such as Allow or Block, will be taken on the detected content. BloxOne Cloud provides the following content categories from which you can build your category filters: Drugs, Risk/Fraud/Crime, Entertainment/Culture, Purchasing, Information/Communication, Business/Services, Information Technology, Lifestyle, Society/Education/Religion, Mature/Violent, Games/Gambling, Pornography/Nudity and Uncategorized. Each of these categories contains sub-categories that further define the respective content. When you configure your category filter, you can add as many sub-categories as you need. You then add the category filter to your security policy and assign the Block action for the filter. Required: - name - categories @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return CategoryFiltersAPICreateCategoryFilterRequest */ CreateCategoryFilter(ctx context.Context) CategoryFiltersAPICreateCategoryFilterRequest // CreateCategoryFilterExecute executes the request // @return CategoryFilterCreateResponse CreateCategoryFilterExecute(r CategoryFiltersAPICreateCategoryFilterRequest) (*CategoryFilterCreateResponse, *http.Response, error) /* DeleteCategoryFilters Delete Category Filters By ID. Use this method to delete Category Filter object. Category filters are content categorization rules that BloxOne Cloud uses to detect and filter specific internet content. Based on your configuration, specific actions such as Allow or Block, will be taken on the detected content. BloxOne Cloud provides the following content categories from which you can build your category filters: Drugs, Risk/Fraud/Crime, Entertainment/Culture, Purchasing, Information/Communication, Business/Services, Information Technology, Lifestyle, Society/Education/Religion, Mature/Violent, Games/Gambling, Pornography/Nudity and Uncategorized. Each of these categories contains sub-categories that further define the respective content. When you configure your category filter, you can add as many sub-categories as you need. You then add the category filter to your security policy and assign the Block action for the filter. Required: - ids @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return CategoryFiltersAPIDeleteCategoryFiltersRequest */ DeleteCategoryFilters(ctx context.Context) CategoryFiltersAPIDeleteCategoryFiltersRequest // DeleteCategoryFiltersExecute executes the request DeleteCategoryFiltersExecute(r CategoryFiltersAPIDeleteCategoryFiltersRequest) (*http.Response, error) /* DeleteSingleCategoryFilters Delete Category Filters. Use this method to delete Category Filter objects. Category filters are content categorization rules that BloxOne Cloud uses to detect and filter specific internet content. Based on your configuration, specific actions such as Allow or Block, will be taken on the detected content. BloxOne Cloud provides the following content categories from which you can build your category filters: Drugs, Risk/Fraud/Crime, Entertainment/Culture, Purchasing, Information/Communication, Business/Services, Information Technology, Lifestyle, Society/Education/Religion, Mature/Violent, Games/Gambling, Pornography/Nudity and Uncategorized. Each of these categories contains sub-categories that further define the respective content. When you configure your category filter, you can add as many sub-categories as you need. You then add the category filter to your security policy and assign the Block action for the filter. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Category Filter object identifier. @return CategoryFiltersAPIDeleteSingleCategoryFiltersRequest */ DeleteSingleCategoryFilters(ctx context.Context, id int32) CategoryFiltersAPIDeleteSingleCategoryFiltersRequest // DeleteSingleCategoryFiltersExecute executes the request DeleteSingleCategoryFiltersExecute(r CategoryFiltersAPIDeleteSingleCategoryFiltersRequest) (*http.Response, error) /* ListCategoryFilters List Category Filters. Use this method to retrieve information on all Category Filter objects for the account. Category filters are content categorization rules that BloxOne Cloud uses to detect and filter specific internet content. Based on your configuration, specific actions such as Allow or Block, will be taken on the detected content. BloxOne Cloud provides the following content categories from which you can build your category filters: Drugs, Risk/Fraud/Crime, Entertainment/Culture, Purchasing, Information/Communication, Business/Services, Information Technology, Lifestyle, Society/Education/Religion, Mature/Violent, Games/Gambling, Pornography/Nudity and Uncategorized. Each of these categories contains sub-categories that further define the respective content. When you configure your category filter, you can add as many sub-categories as you need. You then add the category filter to your security policy and assign the Block action for the filter. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return CategoryFiltersAPIListCategoryFiltersRequest */ ListCategoryFilters(ctx context.Context) CategoryFiltersAPIListCategoryFiltersRequest // ListCategoryFiltersExecute executes the request // @return CategoryFilterMultiResponse ListCategoryFiltersExecute(r CategoryFiltersAPIListCategoryFiltersRequest) (*CategoryFilterMultiResponse, *http.Response, error) /* ReadCategoryFilter Read Category Filter. Use this method to retrieve information on the specified Category Filter object. Category filters are content categorization rules that BloxOne Cloud uses to detect and filter specific internet content. Based on your configuration, specific actions such as Allow or Block, will be taken on the detected content. BloxOne Cloud provides the following content categories from which you can build your category filters: Drugs, Risk/Fraud/Crime, Entertainment/Culture, Purchasing, Information/Communication, Business/Services, Information Technology, Lifestyle, Society/Education/Religion, Mature/Violent, Games/Gambling, Pornography/Nudity and Uncategorized. Each of these categories contains sub-categories that further define the respective content. When you configure your category filter, you can add as many sub-categories as you need. You then add the category filter to your security policy and assign the Block action for the filter. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Category Filter object identifier. @return CategoryFiltersAPIReadCategoryFilterRequest */ ReadCategoryFilter(ctx context.Context, id int32) CategoryFiltersAPIReadCategoryFilterRequest // ReadCategoryFilterExecute executes the request // @return CategoryFilterReadResponse ReadCategoryFilterExecute(r CategoryFiltersAPIReadCategoryFilterRequest) (*CategoryFilterReadResponse, *http.Response, error) /* UpdateCategoryFilter Update Category Filter. Use this method to update the specified Category Filter object. Category filters are content categorization rules that BloxOne Cloud uses to detect and filter specific internet content. Based on your configuration, specific actions such as Allow or Block, will be taken on the detected content. BloxOne Cloud provides the following content categories from which you can build your category filters: Drugs, Risk/Fraud/Crime, Entertainment/Culture, Purchasing, Information/Communication, Business/Services, Information Technology, Lifestyle, Society/Education/Religion, Mature/Violent, Games/Gambling, Pornography/Nudity and Uncategorized. Each of these categories contains sub-categories that further define the respective content. When you configure your category filter, you can add as many sub-categories as you need. You then add the category filter to your security policy and assign the Block action for the filter. Required: - name - categories @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Category Filter object identifier. @return CategoryFiltersAPIUpdateCategoryFilterRequest */ UpdateCategoryFilter(ctx context.Context, id int32) CategoryFiltersAPIUpdateCategoryFilterRequest // UpdateCategoryFilterExecute executes the request // @return CategoryFilterUpdateResponse UpdateCategoryFilterExecute(r CategoryFiltersAPIUpdateCategoryFilterRequest) (*CategoryFilterUpdateResponse, *http.Response, error) }
type CategoryFiltersAPICreateCategoryFilterRequest ¶
type CategoryFiltersAPICreateCategoryFilterRequest struct { ApiService CategoryFiltersAPI // contains filtered or unexported fields }
func (CategoryFiltersAPICreateCategoryFilterRequest) Body ¶
func (r CategoryFiltersAPICreateCategoryFilterRequest) Body(body CategoryFilter) CategoryFiltersAPICreateCategoryFilterRequest
The Category Filter object.
func (CategoryFiltersAPICreateCategoryFilterRequest) Execute ¶
func (r CategoryFiltersAPICreateCategoryFilterRequest) Execute() (*CategoryFilterCreateResponse, *http.Response, error)
type CategoryFiltersAPIDeleteCategoryFiltersRequest ¶
type CategoryFiltersAPIDeleteCategoryFiltersRequest struct { ApiService CategoryFiltersAPI // contains filtered or unexported fields }
type CategoryFiltersAPIDeleteSingleCategoryFiltersRequest ¶
type CategoryFiltersAPIDeleteSingleCategoryFiltersRequest struct { ApiService CategoryFiltersAPI // contains filtered or unexported fields }
type CategoryFiltersAPIListCategoryFiltersRequest ¶
type CategoryFiltersAPIListCategoryFiltersRequest struct { ApiService CategoryFiltersAPI // contains filtered or unexported fields }
func (CategoryFiltersAPIListCategoryFiltersRequest) Execute ¶
func (r CategoryFiltersAPIListCategoryFiltersRequest) Execute() (*CategoryFilterMultiResponse, *http.Response, error)
func (CategoryFiltersAPIListCategoryFiltersRequest) Fields ¶
func (r CategoryFiltersAPIListCategoryFiltersRequest) Fields(fields string) CategoryFiltersAPIListCategoryFiltersRequest
A collection of response resources can be transformed by specifying a set of JSON tags to be returned. For a “flat” resource, the tag name is straightforward. If field selection is allowed on non-flat hierarchical resources, the service should implement a qualified naming scheme such as dot-qualification to reference data down the hierarchy. If a resource does not have the specified tag, the tag does not appear in the output resource. Specify this parameter as a comma-separated list of JSON tag names.
func (CategoryFiltersAPIListCategoryFiltersRequest) Filter ¶
func (r CategoryFiltersAPIListCategoryFiltersRequest) Filter(filter string) CategoryFiltersAPIListCategoryFiltersRequest
A collection of response resources can be filtered by a logical expression string that includes JSON tag references to values in each resource, literal values, and logical operators. If a resource does not have the specified tag, its value is assumed to be null. Literal values include numbers (integer and floating-point), and quoted (both single- or double-quoted) literal strings, and 'null'. You can filter by following fields: | Name | type | Supported Op | | ------------------ | ------ | --------------------------- | | name | string | !=, ==, ~, !~, >, <, <=, >= | In addition, grouping operators are supported: | Op | Description | | --- | -------------------- | | and | Logical AND | | or | Logical OR | | not | Logical NOT | | () | Groupping Operators | Example: ``` ?_filter=\"((name=='cat-filter')or(name~'key'))and(name!='something')\" ```
func (CategoryFiltersAPIListCategoryFiltersRequest) Limit ¶
func (r CategoryFiltersAPIListCategoryFiltersRequest) Limit(limit int32) CategoryFiltersAPIListCategoryFiltersRequest
The integer number of resources to be returned in the response. The service may impose maximum value. If omitted the service may impose a default value.
func (CategoryFiltersAPIListCategoryFiltersRequest) Offset ¶
func (r CategoryFiltersAPIListCategoryFiltersRequest) Offset(offset int32) CategoryFiltersAPIListCategoryFiltersRequest
The integer index (zero-origin) of the offset into a collection of resources. If omitted or null the value is assumed to be '0'.
func (CategoryFiltersAPIListCategoryFiltersRequest) PageToken ¶
func (r CategoryFiltersAPIListCategoryFiltersRequest) PageToken(pageToken string) CategoryFiltersAPIListCategoryFiltersRequest
The service-defined string used to identify a page of resources. A null value indicates the first page.
func (CategoryFiltersAPIListCategoryFiltersRequest) Tfilter ¶
func (r CategoryFiltersAPIListCategoryFiltersRequest) Tfilter(tfilter string) CategoryFiltersAPIListCategoryFiltersRequest
Filtering by tags.
func (CategoryFiltersAPIListCategoryFiltersRequest) TorderBy ¶
func (r CategoryFiltersAPIListCategoryFiltersRequest) TorderBy(torderBy string) CategoryFiltersAPIListCategoryFiltersRequest
Sorting by tags.
type CategoryFiltersAPIReadCategoryFilterRequest ¶
type CategoryFiltersAPIReadCategoryFilterRequest struct { ApiService CategoryFiltersAPI // contains filtered or unexported fields }
func (CategoryFiltersAPIReadCategoryFilterRequest) Execute ¶
func (r CategoryFiltersAPIReadCategoryFilterRequest) Execute() (*CategoryFilterReadResponse, *http.Response, error)
func (CategoryFiltersAPIReadCategoryFilterRequest) Fields ¶
func (r CategoryFiltersAPIReadCategoryFilterRequest) Fields(fields string) CategoryFiltersAPIReadCategoryFilterRequest
A collection of response resources can be transformed by specifying a set of JSON tags to be returned. For a “flat” resource, the tag name is straightforward. If field selection is allowed on non-flat hierarchical resources, the service should implement a qualified naming scheme such as dot-qualification to reference data down the hierarchy. If a resource does not have the specified tag, the tag does not appear in the output resource. Specify this parameter as a comma-separated list of JSON tag names.
type CategoryFiltersAPIService ¶
CategoryFiltersAPIService CategoryFiltersAPI service
func (*CategoryFiltersAPIService) CreateCategoryFilter ¶
func (a *CategoryFiltersAPIService) CreateCategoryFilter(ctx context.Context) CategoryFiltersAPICreateCategoryFilterRequest
CreateCategoryFilter Create Category Filter.
Use this method to create a Category Filter object.
Category filters are content categorization rules that BloxOne Cloud uses to detect and filter specific internet content. Based on your configuration, specific actions such as Allow or Block, will be taken on the detected content. BloxOne Cloud provides the following content categories from which you can build your category filters: Drugs, Risk/Fraud/Crime, Entertainment/Culture, Purchasing, Information/Communication, Business/Services, Information Technology, Lifestyle, Society/Education/Religion, Mature/Violent, Games/Gambling, Pornography/Nudity and Uncategorized. Each of these categories contains sub-categories that further define the respective content. When you configure your category filter, you can add as many sub-categories as you need. You then add the category filter to your security policy and assign the Block action for the filter.
Required: - name - categories
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return CategoryFiltersAPICreateCategoryFilterRequest
func (*CategoryFiltersAPIService) CreateCategoryFilterExecute ¶
func (a *CategoryFiltersAPIService) CreateCategoryFilterExecute(r CategoryFiltersAPICreateCategoryFilterRequest) (*CategoryFilterCreateResponse, *http.Response, error)
Execute executes the request
@return CategoryFilterCreateResponse
func (*CategoryFiltersAPIService) DeleteCategoryFilters ¶
func (a *CategoryFiltersAPIService) DeleteCategoryFilters(ctx context.Context) CategoryFiltersAPIDeleteCategoryFiltersRequest
DeleteCategoryFilters Delete Category Filters By ID.
Use this method to delete Category Filter object.
Category filters are content categorization rules that BloxOne Cloud uses to detect and filter specific internet content. Based on your configuration, specific actions such as Allow or Block, will be taken on the detected content. BloxOne Cloud provides the following content categories from which you can build your category filters: Drugs, Risk/Fraud/Crime, Entertainment/Culture, Purchasing, Information/Communication, Business/Services, Information Technology, Lifestyle, Society/Education/Religion, Mature/Violent, Games/Gambling, Pornography/Nudity and Uncategorized. Each of these categories contains sub-categories that further define the respective content. When you configure your category filter, you can add as many sub-categories as you need. You then add the category filter to your security policy and assign the Block action for the filter.
Required: - ids
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return CategoryFiltersAPIDeleteCategoryFiltersRequest
func (*CategoryFiltersAPIService) DeleteCategoryFiltersExecute ¶
func (a *CategoryFiltersAPIService) DeleteCategoryFiltersExecute(r CategoryFiltersAPIDeleteCategoryFiltersRequest) (*http.Response, error)
Execute executes the request
func (*CategoryFiltersAPIService) DeleteSingleCategoryFilters ¶
func (a *CategoryFiltersAPIService) DeleteSingleCategoryFilters(ctx context.Context, id int32) CategoryFiltersAPIDeleteSingleCategoryFiltersRequest
DeleteSingleCategoryFilters Delete Category Filters.
Use this method to delete Category Filter objects.
Category filters are content categorization rules that BloxOne Cloud uses to detect and filter specific internet content. Based on your configuration, specific actions such as Allow or Block, will be taken on the detected content. BloxOne Cloud provides the following content categories from which you can build your category filters: Drugs, Risk/Fraud/Crime, Entertainment/Culture, Purchasing, Information/Communication, Business/Services, Information Technology, Lifestyle, Society/Education/Religion, Mature/Violent, Games/Gambling, Pornography/Nudity and Uncategorized. Each of these categories contains sub-categories that further define the respective content. When you configure your category filter, you can add as many sub-categories as you need. You then add the category filter to your security policy and assign the Block action for the filter.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Category Filter object identifier. @return CategoryFiltersAPIDeleteSingleCategoryFiltersRequest
func (*CategoryFiltersAPIService) DeleteSingleCategoryFiltersExecute ¶
func (a *CategoryFiltersAPIService) DeleteSingleCategoryFiltersExecute(r CategoryFiltersAPIDeleteSingleCategoryFiltersRequest) (*http.Response, error)
Execute executes the request
func (*CategoryFiltersAPIService) ListCategoryFilters ¶
func (a *CategoryFiltersAPIService) ListCategoryFilters(ctx context.Context) CategoryFiltersAPIListCategoryFiltersRequest
ListCategoryFilters List Category Filters.
Use this method to retrieve information on all Category Filter objects for the account.
Category filters are content categorization rules that BloxOne Cloud uses to detect and filter specific internet content. Based on your configuration, specific actions such as Allow or Block, will be taken on the detected content. BloxOne Cloud provides the following content categories from which you can build your category filters: Drugs, Risk/Fraud/Crime, Entertainment/Culture, Purchasing, Information/Communication, Business/Services, Information Technology, Lifestyle, Society/Education/Religion, Mature/Violent, Games/Gambling, Pornography/Nudity and Uncategorized. Each of these categories contains sub-categories that further define the respective content. When you configure your category filter, you can add as many sub-categories as you need. You then add the category filter to your security policy and assign the Block action for the filter.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return CategoryFiltersAPIListCategoryFiltersRequest
func (*CategoryFiltersAPIService) ListCategoryFiltersExecute ¶
func (a *CategoryFiltersAPIService) ListCategoryFiltersExecute(r CategoryFiltersAPIListCategoryFiltersRequest) (*CategoryFilterMultiResponse, *http.Response, error)
Execute executes the request
@return CategoryFilterMultiResponse
func (*CategoryFiltersAPIService) ReadCategoryFilter ¶
func (a *CategoryFiltersAPIService) ReadCategoryFilter(ctx context.Context, id int32) CategoryFiltersAPIReadCategoryFilterRequest
ReadCategoryFilter Read Category Filter.
Use this method to retrieve information on the specified Category Filter object.
Category filters are content categorization rules that BloxOne Cloud uses to detect and filter specific internet content. Based on your configuration, specific actions such as Allow or Block, will be taken on the detected content. BloxOne Cloud provides the following content categories from which you can build your category filters: Drugs, Risk/Fraud/Crime, Entertainment/Culture, Purchasing, Information/Communication, Business/Services, Information Technology, Lifestyle, Society/Education/Religion, Mature/Violent, Games/Gambling, Pornography/Nudity and Uncategorized. Each of these categories contains sub-categories that further define the respective content. When you configure your category filter, you can add as many sub-categories as you need. You then add the category filter to your security policy and assign the Block action for the filter.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Category Filter object identifier. @return CategoryFiltersAPIReadCategoryFilterRequest
func (*CategoryFiltersAPIService) ReadCategoryFilterExecute ¶
func (a *CategoryFiltersAPIService) ReadCategoryFilterExecute(r CategoryFiltersAPIReadCategoryFilterRequest) (*CategoryFilterReadResponse, *http.Response, error)
Execute executes the request
@return CategoryFilterReadResponse
func (*CategoryFiltersAPIService) UpdateCategoryFilter ¶
func (a *CategoryFiltersAPIService) UpdateCategoryFilter(ctx context.Context, id int32) CategoryFiltersAPIUpdateCategoryFilterRequest
UpdateCategoryFilter Update Category Filter.
Use this method to update the specified Category Filter object.
Category filters are content categorization rules that BloxOne Cloud uses to detect and filter specific internet content. Based on your configuration, specific actions such as Allow or Block, will be taken on the detected content. BloxOne Cloud provides the following content categories from which you can build your category filters: Drugs, Risk/Fraud/Crime, Entertainment/Culture, Purchasing, Information/Communication, Business/Services, Information Technology, Lifestyle, Society/Education/Religion, Mature/Violent, Games/Gambling, Pornography/Nudity and Uncategorized. Each of these categories contains sub-categories that further define the respective content. When you configure your category filter, you can add as many sub-categories as you need. You then add the category filter to your security policy and assign the Block action for the filter.
Required: - name - categories
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Category Filter object identifier. @return CategoryFiltersAPIUpdateCategoryFilterRequest
func (*CategoryFiltersAPIService) UpdateCategoryFilterExecute ¶
func (a *CategoryFiltersAPIService) UpdateCategoryFilterExecute(r CategoryFiltersAPIUpdateCategoryFilterRequest) (*CategoryFilterUpdateResponse, *http.Response, error)
Execute executes the request
@return CategoryFilterUpdateResponse
type CategoryFiltersAPIUpdateCategoryFilterRequest ¶
type CategoryFiltersAPIUpdateCategoryFilterRequest struct { ApiService CategoryFiltersAPI // contains filtered or unexported fields }
func (CategoryFiltersAPIUpdateCategoryFilterRequest) Body ¶
func (r CategoryFiltersAPIUpdateCategoryFilterRequest) Body(body CategoryFilter) CategoryFiltersAPIUpdateCategoryFilterRequest
The Category Filter object.
func (CategoryFiltersAPIUpdateCategoryFilterRequest) Execute ¶
func (r CategoryFiltersAPIUpdateCategoryFilterRequest) Execute() (*CategoryFilterUpdateResponse, *http.Response, error)
type CategoryFiltersCreateCategoryFilter400Response ¶
type CategoryFiltersCreateCategoryFilter400Response struct { Error *CategoryFiltersCreateCategoryFilter400ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
CategoryFiltersCreateCategoryFilter400Response struct for CategoryFiltersCreateCategoryFilter400Response
func NewCategoryFiltersCreateCategoryFilter400Response ¶
func NewCategoryFiltersCreateCategoryFilter400Response() *CategoryFiltersCreateCategoryFilter400Response
NewCategoryFiltersCreateCategoryFilter400Response instantiates a new CategoryFiltersCreateCategoryFilter400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCategoryFiltersCreateCategoryFilter400ResponseWithDefaults ¶
func NewCategoryFiltersCreateCategoryFilter400ResponseWithDefaults() *CategoryFiltersCreateCategoryFilter400Response
NewCategoryFiltersCreateCategoryFilter400ResponseWithDefaults instantiates a new CategoryFiltersCreateCategoryFilter400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CategoryFiltersCreateCategoryFilter400Response) GetError ¶
func (o *CategoryFiltersCreateCategoryFilter400Response) GetError() CategoryFiltersCreateCategoryFilter400ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*CategoryFiltersCreateCategoryFilter400Response) GetErrorOk ¶
func (o *CategoryFiltersCreateCategoryFilter400Response) GetErrorOk() (*CategoryFiltersCreateCategoryFilter400ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CategoryFiltersCreateCategoryFilter400Response) HasError ¶
func (o *CategoryFiltersCreateCategoryFilter400Response) HasError() bool
HasError returns a boolean if a field has been set.
func (CategoryFiltersCreateCategoryFilter400Response) MarshalJSON ¶
func (o CategoryFiltersCreateCategoryFilter400Response) MarshalJSON() ([]byte, error)
func (*CategoryFiltersCreateCategoryFilter400Response) SetError ¶
func (o *CategoryFiltersCreateCategoryFilter400Response) SetError(v CategoryFiltersCreateCategoryFilter400ResponseError)
SetError gets a reference to the given CategoryFiltersCreateCategoryFilter400ResponseError and assigns it to the Error field.
func (CategoryFiltersCreateCategoryFilter400Response) ToMap ¶
func (o CategoryFiltersCreateCategoryFilter400Response) ToMap() (map[string]interface{}, error)
func (*CategoryFiltersCreateCategoryFilter400Response) UnmarshalJSON ¶
func (o *CategoryFiltersCreateCategoryFilter400Response) UnmarshalJSON(data []byte) (err error)
type CategoryFiltersCreateCategoryFilter400ResponseError ¶
type CategoryFiltersCreateCategoryFilter400ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
CategoryFiltersCreateCategoryFilter400ResponseError struct for CategoryFiltersCreateCategoryFilter400ResponseError
func NewCategoryFiltersCreateCategoryFilter400ResponseError ¶
func NewCategoryFiltersCreateCategoryFilter400ResponseError() *CategoryFiltersCreateCategoryFilter400ResponseError
NewCategoryFiltersCreateCategoryFilter400ResponseError instantiates a new CategoryFiltersCreateCategoryFilter400ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCategoryFiltersCreateCategoryFilter400ResponseErrorWithDefaults ¶
func NewCategoryFiltersCreateCategoryFilter400ResponseErrorWithDefaults() *CategoryFiltersCreateCategoryFilter400ResponseError
NewCategoryFiltersCreateCategoryFilter400ResponseErrorWithDefaults instantiates a new CategoryFiltersCreateCategoryFilter400ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CategoryFiltersCreateCategoryFilter400ResponseError) GetCode ¶
func (o *CategoryFiltersCreateCategoryFilter400ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*CategoryFiltersCreateCategoryFilter400ResponseError) GetCodeOk ¶
func (o *CategoryFiltersCreateCategoryFilter400ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CategoryFiltersCreateCategoryFilter400ResponseError) GetMessage ¶
func (o *CategoryFiltersCreateCategoryFilter400ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*CategoryFiltersCreateCategoryFilter400ResponseError) GetMessageOk ¶
func (o *CategoryFiltersCreateCategoryFilter400ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CategoryFiltersCreateCategoryFilter400ResponseError) GetStatus ¶
func (o *CategoryFiltersCreateCategoryFilter400ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*CategoryFiltersCreateCategoryFilter400ResponseError) GetStatusOk ¶
func (o *CategoryFiltersCreateCategoryFilter400ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CategoryFiltersCreateCategoryFilter400ResponseError) HasCode ¶
func (o *CategoryFiltersCreateCategoryFilter400ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*CategoryFiltersCreateCategoryFilter400ResponseError) HasMessage ¶
func (o *CategoryFiltersCreateCategoryFilter400ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*CategoryFiltersCreateCategoryFilter400ResponseError) HasStatus ¶
func (o *CategoryFiltersCreateCategoryFilter400ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (CategoryFiltersCreateCategoryFilter400ResponseError) MarshalJSON ¶
func (o CategoryFiltersCreateCategoryFilter400ResponseError) MarshalJSON() ([]byte, error)
func (*CategoryFiltersCreateCategoryFilter400ResponseError) SetCode ¶
func (o *CategoryFiltersCreateCategoryFilter400ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*CategoryFiltersCreateCategoryFilter400ResponseError) SetMessage ¶
func (o *CategoryFiltersCreateCategoryFilter400ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*CategoryFiltersCreateCategoryFilter400ResponseError) SetStatus ¶
func (o *CategoryFiltersCreateCategoryFilter400ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (CategoryFiltersCreateCategoryFilter400ResponseError) ToMap ¶
func (o CategoryFiltersCreateCategoryFilter400ResponseError) ToMap() (map[string]interface{}, error)
func (*CategoryFiltersCreateCategoryFilter400ResponseError) UnmarshalJSON ¶
func (o *CategoryFiltersCreateCategoryFilter400ResponseError) UnmarshalJSON(data []byte) (err error)
type CategoryFiltersCreateCategoryFilter409Response ¶
type CategoryFiltersCreateCategoryFilter409Response struct { Error *CategoryFiltersCreateCategoryFilter409ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
CategoryFiltersCreateCategoryFilter409Response struct for CategoryFiltersCreateCategoryFilter409Response
func NewCategoryFiltersCreateCategoryFilter409Response ¶
func NewCategoryFiltersCreateCategoryFilter409Response() *CategoryFiltersCreateCategoryFilter409Response
NewCategoryFiltersCreateCategoryFilter409Response instantiates a new CategoryFiltersCreateCategoryFilter409Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCategoryFiltersCreateCategoryFilter409ResponseWithDefaults ¶
func NewCategoryFiltersCreateCategoryFilter409ResponseWithDefaults() *CategoryFiltersCreateCategoryFilter409Response
NewCategoryFiltersCreateCategoryFilter409ResponseWithDefaults instantiates a new CategoryFiltersCreateCategoryFilter409Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CategoryFiltersCreateCategoryFilter409Response) GetError ¶
func (o *CategoryFiltersCreateCategoryFilter409Response) GetError() CategoryFiltersCreateCategoryFilter409ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*CategoryFiltersCreateCategoryFilter409Response) GetErrorOk ¶
func (o *CategoryFiltersCreateCategoryFilter409Response) GetErrorOk() (*CategoryFiltersCreateCategoryFilter409ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CategoryFiltersCreateCategoryFilter409Response) HasError ¶
func (o *CategoryFiltersCreateCategoryFilter409Response) HasError() bool
HasError returns a boolean if a field has been set.
func (CategoryFiltersCreateCategoryFilter409Response) MarshalJSON ¶
func (o CategoryFiltersCreateCategoryFilter409Response) MarshalJSON() ([]byte, error)
func (*CategoryFiltersCreateCategoryFilter409Response) SetError ¶
func (o *CategoryFiltersCreateCategoryFilter409Response) SetError(v CategoryFiltersCreateCategoryFilter409ResponseError)
SetError gets a reference to the given CategoryFiltersCreateCategoryFilter409ResponseError and assigns it to the Error field.
func (CategoryFiltersCreateCategoryFilter409Response) ToMap ¶
func (o CategoryFiltersCreateCategoryFilter409Response) ToMap() (map[string]interface{}, error)
func (*CategoryFiltersCreateCategoryFilter409Response) UnmarshalJSON ¶
func (o *CategoryFiltersCreateCategoryFilter409Response) UnmarshalJSON(data []byte) (err error)
type CategoryFiltersCreateCategoryFilter409ResponseError ¶
type CategoryFiltersCreateCategoryFilter409ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
CategoryFiltersCreateCategoryFilter409ResponseError struct for CategoryFiltersCreateCategoryFilter409ResponseError
func NewCategoryFiltersCreateCategoryFilter409ResponseError ¶
func NewCategoryFiltersCreateCategoryFilter409ResponseError() *CategoryFiltersCreateCategoryFilter409ResponseError
NewCategoryFiltersCreateCategoryFilter409ResponseError instantiates a new CategoryFiltersCreateCategoryFilter409ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCategoryFiltersCreateCategoryFilter409ResponseErrorWithDefaults ¶
func NewCategoryFiltersCreateCategoryFilter409ResponseErrorWithDefaults() *CategoryFiltersCreateCategoryFilter409ResponseError
NewCategoryFiltersCreateCategoryFilter409ResponseErrorWithDefaults instantiates a new CategoryFiltersCreateCategoryFilter409ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CategoryFiltersCreateCategoryFilter409ResponseError) GetCode ¶
func (o *CategoryFiltersCreateCategoryFilter409ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*CategoryFiltersCreateCategoryFilter409ResponseError) GetCodeOk ¶
func (o *CategoryFiltersCreateCategoryFilter409ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CategoryFiltersCreateCategoryFilter409ResponseError) GetMessage ¶
func (o *CategoryFiltersCreateCategoryFilter409ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*CategoryFiltersCreateCategoryFilter409ResponseError) GetMessageOk ¶
func (o *CategoryFiltersCreateCategoryFilter409ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CategoryFiltersCreateCategoryFilter409ResponseError) GetStatus ¶
func (o *CategoryFiltersCreateCategoryFilter409ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*CategoryFiltersCreateCategoryFilter409ResponseError) GetStatusOk ¶
func (o *CategoryFiltersCreateCategoryFilter409ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CategoryFiltersCreateCategoryFilter409ResponseError) HasCode ¶
func (o *CategoryFiltersCreateCategoryFilter409ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*CategoryFiltersCreateCategoryFilter409ResponseError) HasMessage ¶
func (o *CategoryFiltersCreateCategoryFilter409ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*CategoryFiltersCreateCategoryFilter409ResponseError) HasStatus ¶
func (o *CategoryFiltersCreateCategoryFilter409ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (CategoryFiltersCreateCategoryFilter409ResponseError) MarshalJSON ¶
func (o CategoryFiltersCreateCategoryFilter409ResponseError) MarshalJSON() ([]byte, error)
func (*CategoryFiltersCreateCategoryFilter409ResponseError) SetCode ¶
func (o *CategoryFiltersCreateCategoryFilter409ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*CategoryFiltersCreateCategoryFilter409ResponseError) SetMessage ¶
func (o *CategoryFiltersCreateCategoryFilter409ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*CategoryFiltersCreateCategoryFilter409ResponseError) SetStatus ¶
func (o *CategoryFiltersCreateCategoryFilter409ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (CategoryFiltersCreateCategoryFilter409ResponseError) ToMap ¶
func (o CategoryFiltersCreateCategoryFilter409ResponseError) ToMap() (map[string]interface{}, error)
func (*CategoryFiltersCreateCategoryFilter409ResponseError) UnmarshalJSON ¶
func (o *CategoryFiltersCreateCategoryFilter409ResponseError) UnmarshalJSON(data []byte) (err error)
type CategoryFiltersDeleteCategoryFilters400Response ¶
type CategoryFiltersDeleteCategoryFilters400Response struct { Error *CategoryFiltersDeleteCategoryFilters400ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
CategoryFiltersDeleteCategoryFilters400Response struct for CategoryFiltersDeleteCategoryFilters400Response
func NewCategoryFiltersDeleteCategoryFilters400Response ¶
func NewCategoryFiltersDeleteCategoryFilters400Response() *CategoryFiltersDeleteCategoryFilters400Response
NewCategoryFiltersDeleteCategoryFilters400Response instantiates a new CategoryFiltersDeleteCategoryFilters400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCategoryFiltersDeleteCategoryFilters400ResponseWithDefaults ¶
func NewCategoryFiltersDeleteCategoryFilters400ResponseWithDefaults() *CategoryFiltersDeleteCategoryFilters400Response
NewCategoryFiltersDeleteCategoryFilters400ResponseWithDefaults instantiates a new CategoryFiltersDeleteCategoryFilters400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CategoryFiltersDeleteCategoryFilters400Response) GetError ¶
func (o *CategoryFiltersDeleteCategoryFilters400Response) GetError() CategoryFiltersDeleteCategoryFilters400ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*CategoryFiltersDeleteCategoryFilters400Response) GetErrorOk ¶
func (o *CategoryFiltersDeleteCategoryFilters400Response) GetErrorOk() (*CategoryFiltersDeleteCategoryFilters400ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CategoryFiltersDeleteCategoryFilters400Response) HasError ¶
func (o *CategoryFiltersDeleteCategoryFilters400Response) HasError() bool
HasError returns a boolean if a field has been set.
func (CategoryFiltersDeleteCategoryFilters400Response) MarshalJSON ¶
func (o CategoryFiltersDeleteCategoryFilters400Response) MarshalJSON() ([]byte, error)
func (*CategoryFiltersDeleteCategoryFilters400Response) SetError ¶
func (o *CategoryFiltersDeleteCategoryFilters400Response) SetError(v CategoryFiltersDeleteCategoryFilters400ResponseError)
SetError gets a reference to the given CategoryFiltersDeleteCategoryFilters400ResponseError and assigns it to the Error field.
func (CategoryFiltersDeleteCategoryFilters400Response) ToMap ¶
func (o CategoryFiltersDeleteCategoryFilters400Response) ToMap() (map[string]interface{}, error)
func (*CategoryFiltersDeleteCategoryFilters400Response) UnmarshalJSON ¶
func (o *CategoryFiltersDeleteCategoryFilters400Response) UnmarshalJSON(data []byte) (err error)
type CategoryFiltersDeleteCategoryFilters400ResponseError ¶
type CategoryFiltersDeleteCategoryFilters400ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
CategoryFiltersDeleteCategoryFilters400ResponseError struct for CategoryFiltersDeleteCategoryFilters400ResponseError
func NewCategoryFiltersDeleteCategoryFilters400ResponseError ¶
func NewCategoryFiltersDeleteCategoryFilters400ResponseError() *CategoryFiltersDeleteCategoryFilters400ResponseError
NewCategoryFiltersDeleteCategoryFilters400ResponseError instantiates a new CategoryFiltersDeleteCategoryFilters400ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCategoryFiltersDeleteCategoryFilters400ResponseErrorWithDefaults ¶
func NewCategoryFiltersDeleteCategoryFilters400ResponseErrorWithDefaults() *CategoryFiltersDeleteCategoryFilters400ResponseError
NewCategoryFiltersDeleteCategoryFilters400ResponseErrorWithDefaults instantiates a new CategoryFiltersDeleteCategoryFilters400ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CategoryFiltersDeleteCategoryFilters400ResponseError) GetCode ¶
func (o *CategoryFiltersDeleteCategoryFilters400ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*CategoryFiltersDeleteCategoryFilters400ResponseError) GetCodeOk ¶
func (o *CategoryFiltersDeleteCategoryFilters400ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CategoryFiltersDeleteCategoryFilters400ResponseError) GetMessage ¶
func (o *CategoryFiltersDeleteCategoryFilters400ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*CategoryFiltersDeleteCategoryFilters400ResponseError) GetMessageOk ¶
func (o *CategoryFiltersDeleteCategoryFilters400ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CategoryFiltersDeleteCategoryFilters400ResponseError) GetStatus ¶
func (o *CategoryFiltersDeleteCategoryFilters400ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*CategoryFiltersDeleteCategoryFilters400ResponseError) GetStatusOk ¶
func (o *CategoryFiltersDeleteCategoryFilters400ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CategoryFiltersDeleteCategoryFilters400ResponseError) HasCode ¶
func (o *CategoryFiltersDeleteCategoryFilters400ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*CategoryFiltersDeleteCategoryFilters400ResponseError) HasMessage ¶
func (o *CategoryFiltersDeleteCategoryFilters400ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*CategoryFiltersDeleteCategoryFilters400ResponseError) HasStatus ¶
func (o *CategoryFiltersDeleteCategoryFilters400ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (CategoryFiltersDeleteCategoryFilters400ResponseError) MarshalJSON ¶
func (o CategoryFiltersDeleteCategoryFilters400ResponseError) MarshalJSON() ([]byte, error)
func (*CategoryFiltersDeleteCategoryFilters400ResponseError) SetCode ¶
func (o *CategoryFiltersDeleteCategoryFilters400ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*CategoryFiltersDeleteCategoryFilters400ResponseError) SetMessage ¶
func (o *CategoryFiltersDeleteCategoryFilters400ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*CategoryFiltersDeleteCategoryFilters400ResponseError) SetStatus ¶
func (o *CategoryFiltersDeleteCategoryFilters400ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (CategoryFiltersDeleteCategoryFilters400ResponseError) ToMap ¶
func (o CategoryFiltersDeleteCategoryFilters400ResponseError) ToMap() (map[string]interface{}, error)
func (*CategoryFiltersDeleteCategoryFilters400ResponseError) UnmarshalJSON ¶
func (o *CategoryFiltersDeleteCategoryFilters400ResponseError) UnmarshalJSON(data []byte) (err error)
type CategoryFiltersDeleteRequest ¶
type CategoryFiltersDeleteRequest struct { // The list of Category Filter object identifiers. Ids []int32 `json:"ids,omitempty"` AdditionalProperties map[string]interface{} }
CategoryFiltersDeleteRequest The Category Filter delete request.
func NewCategoryFiltersDeleteRequest ¶
func NewCategoryFiltersDeleteRequest() *CategoryFiltersDeleteRequest
NewCategoryFiltersDeleteRequest instantiates a new CategoryFiltersDeleteRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCategoryFiltersDeleteRequestWithDefaults ¶
func NewCategoryFiltersDeleteRequestWithDefaults() *CategoryFiltersDeleteRequest
NewCategoryFiltersDeleteRequestWithDefaults instantiates a new CategoryFiltersDeleteRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CategoryFiltersDeleteRequest) GetIds ¶
func (o *CategoryFiltersDeleteRequest) GetIds() []int32
GetIds returns the Ids field value if set, zero value otherwise.
func (*CategoryFiltersDeleteRequest) GetIdsOk ¶
func (o *CategoryFiltersDeleteRequest) GetIdsOk() ([]int32, bool)
GetIdsOk returns a tuple with the Ids field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CategoryFiltersDeleteRequest) HasIds ¶
func (o *CategoryFiltersDeleteRequest) HasIds() bool
HasIds returns a boolean if a field has been set.
func (CategoryFiltersDeleteRequest) MarshalJSON ¶
func (o CategoryFiltersDeleteRequest) MarshalJSON() ([]byte, error)
func (*CategoryFiltersDeleteRequest) SetIds ¶
func (o *CategoryFiltersDeleteRequest) SetIds(v []int32)
SetIds gets a reference to the given []int32 and assigns it to the Ids field.
func (CategoryFiltersDeleteRequest) ToMap ¶
func (o CategoryFiltersDeleteRequest) ToMap() (map[string]interface{}, error)
func (*CategoryFiltersDeleteRequest) UnmarshalJSON ¶
func (o *CategoryFiltersDeleteRequest) UnmarshalJSON(data []byte) (err error)
type CategoryFiltersReadCategoryFilter404Response ¶
type CategoryFiltersReadCategoryFilter404Response struct { Error *CategoryFiltersReadCategoryFilter404ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
CategoryFiltersReadCategoryFilter404Response struct for CategoryFiltersReadCategoryFilter404Response
func NewCategoryFiltersReadCategoryFilter404Response ¶
func NewCategoryFiltersReadCategoryFilter404Response() *CategoryFiltersReadCategoryFilter404Response
NewCategoryFiltersReadCategoryFilter404Response instantiates a new CategoryFiltersReadCategoryFilter404Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCategoryFiltersReadCategoryFilter404ResponseWithDefaults ¶
func NewCategoryFiltersReadCategoryFilter404ResponseWithDefaults() *CategoryFiltersReadCategoryFilter404Response
NewCategoryFiltersReadCategoryFilter404ResponseWithDefaults instantiates a new CategoryFiltersReadCategoryFilter404Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CategoryFiltersReadCategoryFilter404Response) GetError ¶
func (o *CategoryFiltersReadCategoryFilter404Response) GetError() CategoryFiltersReadCategoryFilter404ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*CategoryFiltersReadCategoryFilter404Response) GetErrorOk ¶
func (o *CategoryFiltersReadCategoryFilter404Response) GetErrorOk() (*CategoryFiltersReadCategoryFilter404ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CategoryFiltersReadCategoryFilter404Response) HasError ¶
func (o *CategoryFiltersReadCategoryFilter404Response) HasError() bool
HasError returns a boolean if a field has been set.
func (CategoryFiltersReadCategoryFilter404Response) MarshalJSON ¶
func (o CategoryFiltersReadCategoryFilter404Response) MarshalJSON() ([]byte, error)
func (*CategoryFiltersReadCategoryFilter404Response) SetError ¶
func (o *CategoryFiltersReadCategoryFilter404Response) SetError(v CategoryFiltersReadCategoryFilter404ResponseError)
SetError gets a reference to the given CategoryFiltersReadCategoryFilter404ResponseError and assigns it to the Error field.
func (CategoryFiltersReadCategoryFilter404Response) ToMap ¶
func (o CategoryFiltersReadCategoryFilter404Response) ToMap() (map[string]interface{}, error)
func (*CategoryFiltersReadCategoryFilter404Response) UnmarshalJSON ¶
func (o *CategoryFiltersReadCategoryFilter404Response) UnmarshalJSON(data []byte) (err error)
type CategoryFiltersReadCategoryFilter404ResponseError ¶
type CategoryFiltersReadCategoryFilter404ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
CategoryFiltersReadCategoryFilter404ResponseError struct for CategoryFiltersReadCategoryFilter404ResponseError
func NewCategoryFiltersReadCategoryFilter404ResponseError ¶
func NewCategoryFiltersReadCategoryFilter404ResponseError() *CategoryFiltersReadCategoryFilter404ResponseError
NewCategoryFiltersReadCategoryFilter404ResponseError instantiates a new CategoryFiltersReadCategoryFilter404ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCategoryFiltersReadCategoryFilter404ResponseErrorWithDefaults ¶
func NewCategoryFiltersReadCategoryFilter404ResponseErrorWithDefaults() *CategoryFiltersReadCategoryFilter404ResponseError
NewCategoryFiltersReadCategoryFilter404ResponseErrorWithDefaults instantiates a new CategoryFiltersReadCategoryFilter404ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CategoryFiltersReadCategoryFilter404ResponseError) GetCode ¶
func (o *CategoryFiltersReadCategoryFilter404ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*CategoryFiltersReadCategoryFilter404ResponseError) GetCodeOk ¶
func (o *CategoryFiltersReadCategoryFilter404ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CategoryFiltersReadCategoryFilter404ResponseError) GetMessage ¶
func (o *CategoryFiltersReadCategoryFilter404ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*CategoryFiltersReadCategoryFilter404ResponseError) GetMessageOk ¶
func (o *CategoryFiltersReadCategoryFilter404ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CategoryFiltersReadCategoryFilter404ResponseError) GetStatus ¶
func (o *CategoryFiltersReadCategoryFilter404ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*CategoryFiltersReadCategoryFilter404ResponseError) GetStatusOk ¶
func (o *CategoryFiltersReadCategoryFilter404ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CategoryFiltersReadCategoryFilter404ResponseError) HasCode ¶
func (o *CategoryFiltersReadCategoryFilter404ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*CategoryFiltersReadCategoryFilter404ResponseError) HasMessage ¶
func (o *CategoryFiltersReadCategoryFilter404ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*CategoryFiltersReadCategoryFilter404ResponseError) HasStatus ¶
func (o *CategoryFiltersReadCategoryFilter404ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (CategoryFiltersReadCategoryFilter404ResponseError) MarshalJSON ¶
func (o CategoryFiltersReadCategoryFilter404ResponseError) MarshalJSON() ([]byte, error)
func (*CategoryFiltersReadCategoryFilter404ResponseError) SetCode ¶
func (o *CategoryFiltersReadCategoryFilter404ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*CategoryFiltersReadCategoryFilter404ResponseError) SetMessage ¶
func (o *CategoryFiltersReadCategoryFilter404ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*CategoryFiltersReadCategoryFilter404ResponseError) SetStatus ¶
func (o *CategoryFiltersReadCategoryFilter404ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (CategoryFiltersReadCategoryFilter404ResponseError) ToMap ¶
func (o CategoryFiltersReadCategoryFilter404ResponseError) ToMap() (map[string]interface{}, error)
func (*CategoryFiltersReadCategoryFilter404ResponseError) UnmarshalJSON ¶
func (o *CategoryFiltersReadCategoryFilter404ResponseError) UnmarshalJSON(data []byte) (err error)
type ContentCategoriesAPI ¶
type ContentCategoriesAPI interface { /* ListContentCategories List Content Categories. Use this method to retrieve information on all Content Category objects for the account. The Content Category object represents a specific internet content and used to configure category filters. Based on your configuration, specific actions such as Allow or Block, will be taken on the detected content. BloxOne Cloud provides the following content categories from which you can build your category filters: Drugs, Risk/Fraud/Crime, Entertainment/Culture, Purchasing, Information/Communication, Business/Services, Information Technology, Lifestyle, Society/Education/Religion, Mature/Violent, Games/Gambling, Pornography/Nudity and Uncategorized. Each of these categories contains sub-categories that further define the respective content. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ContentCategoriesAPIListContentCategoriesRequest */ ListContentCategories(ctx context.Context) ContentCategoriesAPIListContentCategoriesRequest // ListContentCategoriesExecute executes the request // @return ContentCategoryMultiResponse ListContentCategoriesExecute(r ContentCategoriesAPIListContentCategoriesRequest) (*ContentCategoryMultiResponse, *http.Response, error) }
type ContentCategoriesAPIListContentCategoriesRequest ¶
type ContentCategoriesAPIListContentCategoriesRequest struct { ApiService ContentCategoriesAPI // contains filtered or unexported fields }
func (ContentCategoriesAPIListContentCategoriesRequest) Execute ¶
func (r ContentCategoriesAPIListContentCategoriesRequest) Execute() (*ContentCategoryMultiResponse, *http.Response, error)
func (ContentCategoriesAPIListContentCategoriesRequest) Fields ¶
func (r ContentCategoriesAPIListContentCategoriesRequest) Fields(fields string) ContentCategoriesAPIListContentCategoriesRequest
A collection of response resources can be transformed by specifying a set of JSON tags to be returned. For a “flat” resource, the tag name is straightforward. If field selection is allowed on non-flat hierarchical resources, the service should implement a qualified naming scheme such as dot-qualification to reference data down the hierarchy. If a resource does not have the specified tag, the tag does not appear in the output resource. Specify this parameter as a comma-separated list of JSON tag names.
type ContentCategoriesAPIService ¶
ContentCategoriesAPIService ContentCategoriesAPI service
func (*ContentCategoriesAPIService) ListContentCategories ¶
func (a *ContentCategoriesAPIService) ListContentCategories(ctx context.Context) ContentCategoriesAPIListContentCategoriesRequest
ListContentCategories List Content Categories.
Use this method to retrieve information on all Content Category objects for the account.
The Content Category object represents a specific internet content and used to configure category filters. Based on your configuration, specific actions such as Allow or Block, will be taken on the detected content. BloxOne Cloud provides the following content categories from which you can build your category filters: Drugs, Risk/Fraud/Crime, Entertainment/Culture, Purchasing, Information/Communication, Business/Services, Information Technology, Lifestyle, Society/Education/Religion, Mature/Violent, Games/Gambling, Pornography/Nudity and Uncategorized. Each of these categories contains sub-categories that further define the respective content.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ContentCategoriesAPIListContentCategoriesRequest
func (*ContentCategoriesAPIService) ListContentCategoriesExecute ¶
func (a *ContentCategoriesAPIService) ListContentCategoriesExecute(r ContentCategoriesAPIListContentCategoriesRequest) (*ContentCategoryMultiResponse, *http.Response, error)
Execute executes the request
@return ContentCategoryMultiResponse
type ContentCategory ¶
type ContentCategory struct { // The category code. CategoryCode *int32 `json:"category_code,omitempty"` // The name of the category. CategoryName *string `json:"category_name,omitempty"` // The functional group name of the category. FunctionalGroup *string `json:"functional_group,omitempty"` AdditionalProperties map[string]interface{} }
ContentCategory The Content Category object. The Content Category object represents a specific internet content and used to configure category filters. Based on your configuration, specific actions such as Allow or Block, will be taken on the detected content. BloxOne Cloud provides the following content categories from which you can build your category filters: Drugs, Risk/Fraud/Crime, Entertainment/Culture, Purchasing, Information/Communication, Business/Services, Information Technology, Lifestyle, Society/Education/Religion, Mature/Violent, Games/Gambling, Pornography/Nudity and Uncategorized. Each of these categories contains sub-categories that further define the respective content. When you configure your category filter, you can add as many categories and sub-categories as you need.
func NewContentCategory ¶
func NewContentCategory() *ContentCategory
NewContentCategory instantiates a new ContentCategory object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewContentCategoryWithDefaults ¶
func NewContentCategoryWithDefaults() *ContentCategory
NewContentCategoryWithDefaults instantiates a new ContentCategory object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ContentCategory) GetCategoryCode ¶
func (o *ContentCategory) GetCategoryCode() int32
GetCategoryCode returns the CategoryCode field value if set, zero value otherwise.
func (*ContentCategory) GetCategoryCodeOk ¶
func (o *ContentCategory) GetCategoryCodeOk() (*int32, bool)
GetCategoryCodeOk returns a tuple with the CategoryCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ContentCategory) GetCategoryName ¶
func (o *ContentCategory) GetCategoryName() string
GetCategoryName returns the CategoryName field value if set, zero value otherwise.
func (*ContentCategory) GetCategoryNameOk ¶
func (o *ContentCategory) GetCategoryNameOk() (*string, bool)
GetCategoryNameOk returns a tuple with the CategoryName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ContentCategory) GetFunctionalGroup ¶
func (o *ContentCategory) GetFunctionalGroup() string
GetFunctionalGroup returns the FunctionalGroup field value if set, zero value otherwise.
func (*ContentCategory) GetFunctionalGroupOk ¶
func (o *ContentCategory) GetFunctionalGroupOk() (*string, bool)
GetFunctionalGroupOk returns a tuple with the FunctionalGroup field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ContentCategory) HasCategoryCode ¶
func (o *ContentCategory) HasCategoryCode() bool
HasCategoryCode returns a boolean if a field has been set.
func (*ContentCategory) HasCategoryName ¶
func (o *ContentCategory) HasCategoryName() bool
HasCategoryName returns a boolean if a field has been set.
func (*ContentCategory) HasFunctionalGroup ¶
func (o *ContentCategory) HasFunctionalGroup() bool
HasFunctionalGroup returns a boolean if a field has been set.
func (ContentCategory) MarshalJSON ¶
func (o ContentCategory) MarshalJSON() ([]byte, error)
func (*ContentCategory) SetCategoryCode ¶
func (o *ContentCategory) SetCategoryCode(v int32)
SetCategoryCode gets a reference to the given int32 and assigns it to the CategoryCode field.
func (*ContentCategory) SetCategoryName ¶
func (o *ContentCategory) SetCategoryName(v string)
SetCategoryName gets a reference to the given string and assigns it to the CategoryName field.
func (*ContentCategory) SetFunctionalGroup ¶
func (o *ContentCategory) SetFunctionalGroup(v string)
SetFunctionalGroup gets a reference to the given string and assigns it to the FunctionalGroup field.
func (ContentCategory) ToMap ¶
func (o ContentCategory) ToMap() (map[string]interface{}, error)
func (*ContentCategory) UnmarshalJSON ¶
func (o *ContentCategory) UnmarshalJSON(data []byte) (err error)
type ContentCategoryMultiResponse ¶
type ContentCategoryMultiResponse struct { // The list of Content Category objects. Results []ContentCategory `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
ContentCategoryMultiResponse The Content Category list response.
func NewContentCategoryMultiResponse ¶
func NewContentCategoryMultiResponse() *ContentCategoryMultiResponse
NewContentCategoryMultiResponse instantiates a new ContentCategoryMultiResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewContentCategoryMultiResponseWithDefaults ¶
func NewContentCategoryMultiResponseWithDefaults() *ContentCategoryMultiResponse
NewContentCategoryMultiResponseWithDefaults instantiates a new ContentCategoryMultiResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ContentCategoryMultiResponse) GetResults ¶
func (o *ContentCategoryMultiResponse) GetResults() []ContentCategory
GetResults returns the Results field value if set, zero value otherwise.
func (*ContentCategoryMultiResponse) GetResultsOk ¶
func (o *ContentCategoryMultiResponse) GetResultsOk() ([]ContentCategory, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ContentCategoryMultiResponse) HasResults ¶
func (o *ContentCategoryMultiResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (ContentCategoryMultiResponse) MarshalJSON ¶
func (o ContentCategoryMultiResponse) MarshalJSON() ([]byte, error)
func (*ContentCategoryMultiResponse) SetResults ¶
func (o *ContentCategoryMultiResponse) SetResults(v []ContentCategory)
SetResults gets a reference to the given []ContentCategory and assigns it to the Results field.
func (ContentCategoryMultiResponse) ToMap ¶
func (o ContentCategoryMultiResponse) ToMap() (map[string]interface{}, error)
func (*ContentCategoryMultiResponse) UnmarshalJSON ¶
func (o *ContentCategoryMultiResponse) UnmarshalJSON(data []byte) (err error)
type InternalDomainListsAPI ¶
type InternalDomainListsAPI interface { /* CreateInternalDomains Create Internal Domains. Use this method to create Internal Domains objects for the account. The internal domain list is a transport object for reporting gathering internal domains. This feature allows users to configure internal domains lists for specific DFP and ATEP groups. This lists provides the users to create ‘Internal Domains List’ objects with a name, description, and a list of domains/ip/cidr. These lists are referenced by and attached to DFP, and ATEP groups. Once attached to DFP, dfp configuration endpoints will return the values under all associated domain lists as domains. Once attached to ATEP, atep login endpoint will return the values under all associated lists as internal_domain_lists. Required: - name - internal_domains @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return InternalDomainListsAPICreateInternalDomainsRequest */ CreateInternalDomains(ctx context.Context) InternalDomainListsAPICreateInternalDomainsRequest // CreateInternalDomainsExecute executes the request // @return InternalDomainsCreateResponse CreateInternalDomainsExecute(r InternalDomainListsAPICreateInternalDomainsRequest) (*InternalDomainsCreateResponse, *http.Response, error) /* DeleteInternalDomains Delete Internal Domains. Use this method to delete Internal Domains objects for the account by a given list of internal domain list ids. The internal domain list is a transport object for reporting gathering internal domains. This feature allows users to configure internal domains lists for specific DFP and ATEP groups. This lists provides the users to create ‘Internal Domains List’ objects with a name, description, and a list of domains/ip/cidr. These lists are referenced by and attached to DFP, and ATEP groups. Once attached to DFP, dfp configuration endpoints will return the values under all associated domain lists as domains. Once attached to ATEP, atep login endpoint will return the values under all associated lists as internal_domain_lists. Required: - ids @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return InternalDomainListsAPIDeleteInternalDomainsRequest */ DeleteInternalDomains(ctx context.Context) InternalDomainListsAPIDeleteInternalDomainsRequest // DeleteInternalDomainsExecute executes the request DeleteInternalDomainsExecute(r InternalDomainListsAPIDeleteInternalDomainsRequest) (*http.Response, error) /* DeleteSingleInternalDomains Delete Internal Domains. Use this method to delete Internal Domains objects for the account by a given internal domain list id. The internal domain list is a transport object for reporting gathering internal domains. This feature allows users to configure internal domains lists for specific DFP and ATEP groups. This lists provides the users to create ‘Internal Domains List’ objects with a name, description, and a list of domains/ip/cidr. These lists are referenced by and attached to DFP, and ATEP groups. Once attached to DFP, dfp configuration endpoints will return the values under all associated domain lists as domains. Once attached to ATEP, atep login endpoint will return the values under all associated lists as internal_domain_lists. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Internal Domains object identifiers. @return InternalDomainListsAPIDeleteSingleInternalDomainsRequest */ DeleteSingleInternalDomains(ctx context.Context, id int32) InternalDomainListsAPIDeleteSingleInternalDomainsRequest // DeleteSingleInternalDomainsExecute executes the request DeleteSingleInternalDomainsExecute(r InternalDomainListsAPIDeleteSingleInternalDomainsRequest) (*http.Response, error) /* InternalDomainsItemsPartialUpdate Patch Internal Domains. Use this method to insert ot delete items for a specified Named List object. Note that duplicated items are silently skipped and only new items are appended to the named list. Note that DNSM, TI, Fast Flux, custom lists and DGA lists cannot be updated. Only Internal Domains items can be updated. The Internal Domains Items represent the list of the FQDN or IPv4 addresses to define whitelists for additional protection. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Internal Domain List object identifier. @return InternalDomainListsAPIInternalDomainsItemsPartialUpdateRequest */ InternalDomainsItemsPartialUpdate(ctx context.Context, id int32) InternalDomainListsAPIInternalDomainsItemsPartialUpdateRequest // InternalDomainsItemsPartialUpdateExecute executes the request // @return map[string]interface{} InternalDomainsItemsPartialUpdateExecute(r InternalDomainListsAPIInternalDomainsItemsPartialUpdateRequest) (map[string]interface{}, *http.Response, error) /* ListInternalDomains List Internal Domains. Use this method to retrieve information on all Internal Domains objects for the account. The internal domain list is a transport object for reporting gathering internal domains. This feature allows users to configure internal domains lists for specific DFP and ATEP groups. This lists provides the users to create ‘Internal Domains List’ objects with a name, description, and a list of domains/ip/cidr. These lists are referenced by and attached to DFP, and ATEP groups. Once attached to DFP, dfp configuration endpoints will return the values under all associated domain lists as domains. Once attached to ATEP, atep login endpoint will return the values under all associated lists as internal_domain_lists. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return InternalDomainListsAPIListInternalDomainsRequest */ ListInternalDomains(ctx context.Context) InternalDomainListsAPIListInternalDomainsRequest // ListInternalDomainsExecute executes the request // @return InternalDomainsMultiResponse ListInternalDomainsExecute(r InternalDomainListsAPIListInternalDomainsRequest) (*InternalDomainsMultiResponse, *http.Response, error) /* ReadInternalDomains Read Internal Domains. Use this method to read Internal Domains objects for the account by a internal domain list id. The internal domain list is a transport object for reporting gathering internal domains. This feature allows users to configure internal domains lists for specific DFP and ATEP groups. This lists provides the users to create ‘Internal Domains List’ objects with a name, description, and a list of domains/ip/cidr. These lists are referenced by and attached to DFP, and ATEP groups. Once attached to DFP, dfp configuration endpoints will return the values under all associated domain lists as domains. Once attached to ATEP, atep login endpoint will return the values under all associated lists as internal_domain_lists. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Internal Domains object identifier. @return InternalDomainListsAPIReadInternalDomainsRequest */ ReadInternalDomains(ctx context.Context, id int32) InternalDomainListsAPIReadInternalDomainsRequest // ReadInternalDomainsExecute executes the request // @return InternalDomainsReadResponse ReadInternalDomainsExecute(r InternalDomainListsAPIReadInternalDomainsRequest) (*InternalDomainsReadResponse, *http.Response, error) /* UpdateInternalDomains Update Internal Domains. Use this method to update Internal Domains objects for the account by a internal domain list id. The internal domain list is a transport object for reporting gathering internal domains. This feature allows users to configure internal domains lists for specific DFP and ATEP groups. This lists provides the users to create ‘Internal Domains List’ objects with a name, description, and a list of domains/ip/cidr. These lists are referenced by and attached to DFP, and ATEP groups. Once attached to DFP, dfp configuration endpoints will return the values under all associated domain lists as domains. Once attached to ATEP, atep login endpoint will return the values under all associated lists as internal_domain_lists. Required: - name - internal_domains @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Internal Domain object identifier. @return InternalDomainListsAPIUpdateInternalDomainsRequest */ UpdateInternalDomains(ctx context.Context, id int32) InternalDomainListsAPIUpdateInternalDomainsRequest // UpdateInternalDomainsExecute executes the request // @return InternalDomainsUpdateResponse UpdateInternalDomainsExecute(r InternalDomainListsAPIUpdateInternalDomainsRequest) (*InternalDomainsUpdateResponse, *http.Response, error) }
type InternalDomainListsAPICreateInternalDomainsRequest ¶
type InternalDomainListsAPICreateInternalDomainsRequest struct { ApiService InternalDomainListsAPI // contains filtered or unexported fields }
func (InternalDomainListsAPICreateInternalDomainsRequest) Body ¶
func (r InternalDomainListsAPICreateInternalDomainsRequest) Body(body InternalDomains) InternalDomainListsAPICreateInternalDomainsRequest
The Internal Domains object.
func (InternalDomainListsAPICreateInternalDomainsRequest) Execute ¶
func (r InternalDomainListsAPICreateInternalDomainsRequest) Execute() (*InternalDomainsCreateResponse, *http.Response, error)
type InternalDomainListsAPIDeleteInternalDomainsRequest ¶
type InternalDomainListsAPIDeleteInternalDomainsRequest struct { ApiService InternalDomainListsAPI // contains filtered or unexported fields }
type InternalDomainListsAPIDeleteSingleInternalDomainsRequest ¶
type InternalDomainListsAPIDeleteSingleInternalDomainsRequest struct { ApiService InternalDomainListsAPI // contains filtered or unexported fields }
type InternalDomainListsAPIInternalDomainsItemsPartialUpdateRequest ¶
type InternalDomainListsAPIInternalDomainsItemsPartialUpdateRequest struct { ApiService InternalDomainListsAPI // contains filtered or unexported fields }
func (InternalDomainListsAPIInternalDomainsItemsPartialUpdateRequest) Body ¶
func (r InternalDomainListsAPIInternalDomainsItemsPartialUpdateRequest) Body(body InternalDomainsItems) InternalDomainListsAPIInternalDomainsItemsPartialUpdateRequest
The Internal Domains Items Patch object.
type InternalDomainListsAPIListInternalDomainsRequest ¶
type InternalDomainListsAPIListInternalDomainsRequest struct { ApiService InternalDomainListsAPI // contains filtered or unexported fields }
func (InternalDomainListsAPIListInternalDomainsRequest) Execute ¶
func (r InternalDomainListsAPIListInternalDomainsRequest) Execute() (*InternalDomainsMultiResponse, *http.Response, error)
func (InternalDomainListsAPIListInternalDomainsRequest) Fields ¶
func (r InternalDomainListsAPIListInternalDomainsRequest) Fields(fields string) InternalDomainListsAPIListInternalDomainsRequest
A collection of response resources can be transformed by specifying a set of JSON tags to be returned. For a “flat” resource, the tag name is straightforward. If field selection is allowed on non-flat hierarchical resources, the service should implement a qualified naming scheme such as dot-qualification to reference data down the hierarchy. If a resource does not have the specified tag, the tag does not appear in the output resource. Specify this parameter as a comma-separated list of JSON tag names.
func (InternalDomainListsAPIListInternalDomainsRequest) Filter ¶
func (r InternalDomainListsAPIListInternalDomainsRequest) Filter(filter string) InternalDomainListsAPIListInternalDomainsRequest
A collection of response resources can be filtered by a logical expression string that includes JSON tag references to values in each resource, literal values, and logical operators. If a resource does not have the specified tag, its value is assumed to be null. Literal values include numbers (integer and floating-point), and quoted (both single- or double-quoted) literal strings, and 'null'. You can filter by following fields: | Name | type | Supported Op | | ------------------ | ------ | --------------------------- | | id | int32 | !=, ==, >, <, <=, >= | | name | string | !=, ==, ~, !~, >, <, <=, >= | | description | string | !=, ==, ~, !~, >, <, <=, >= | | items | string | ~, !~ | | is_default | bool | !=, == | In addition grouping operators are supported: | Op | Description | | --- | -------------------- | | and | Logical AND | | or | Logical OR | | not | Logical NOT | | () | Grouping Operators | Example: ``` ?_filter=\"((name=='internal_dom_a')or(name~'internal_dom_b'))\" ```
func (InternalDomainListsAPIListInternalDomainsRequest) Limit ¶
func (r InternalDomainListsAPIListInternalDomainsRequest) Limit(limit int32) InternalDomainListsAPIListInternalDomainsRequest
The integer number of resources to be returned in the response. The service may impose maximum value. If omitted the service may impose a default value.
func (InternalDomainListsAPIListInternalDomainsRequest) Offset ¶
func (r InternalDomainListsAPIListInternalDomainsRequest) Offset(offset int32) InternalDomainListsAPIListInternalDomainsRequest
The integer index (zero-origin) of the offset into a collection of resources. If omitted or null the value is assumed to be '0'.
func (InternalDomainListsAPIListInternalDomainsRequest) PageToken ¶
func (r InternalDomainListsAPIListInternalDomainsRequest) PageToken(pageToken string) InternalDomainListsAPIListInternalDomainsRequest
The service-defined string used to identify a page of resources. A null value indicates the first page.
func (InternalDomainListsAPIListInternalDomainsRequest) Tfilter ¶
func (r InternalDomainListsAPIListInternalDomainsRequest) Tfilter(tfilter string) InternalDomainListsAPIListInternalDomainsRequest
Filtering by tags.
func (InternalDomainListsAPIListInternalDomainsRequest) TorderBy ¶
func (r InternalDomainListsAPIListInternalDomainsRequest) TorderBy(torderBy string) InternalDomainListsAPIListInternalDomainsRequest
Sorting by tags.
type InternalDomainListsAPIReadInternalDomainsRequest ¶
type InternalDomainListsAPIReadInternalDomainsRequest struct { ApiService InternalDomainListsAPI // contains filtered or unexported fields }
func (InternalDomainListsAPIReadInternalDomainsRequest) Execute ¶
func (r InternalDomainListsAPIReadInternalDomainsRequest) Execute() (*InternalDomainsReadResponse, *http.Response, error)
func (InternalDomainListsAPIReadInternalDomainsRequest) Fields ¶
func (r InternalDomainListsAPIReadInternalDomainsRequest) Fields(fields string) InternalDomainListsAPIReadInternalDomainsRequest
A collection of response resources can be transformed by specifying a set of JSON tags to be returned. For a “flat” resource, the tag name is straightforward. If field selection is allowed on non-flat hierarchical resources, the service should implement a qualified naming scheme such as dot-qualification to reference data down the hierarchy. If a resource does not have the specified tag, the tag does not appear in the output resource. Specify this parameter as a comma-separated list of JSON tag names.
func (InternalDomainListsAPIReadInternalDomainsRequest) Limit ¶
func (r InternalDomainListsAPIReadInternalDomainsRequest) Limit(limit int32) InternalDomainListsAPIReadInternalDomainsRequest
The integer number of resources to be returned in the response. The service may impose maximum value. If omitted the service may impose a default value.
func (InternalDomainListsAPIReadInternalDomainsRequest) Name ¶
func (r InternalDomainListsAPIReadInternalDomainsRequest) Name(name string) InternalDomainListsAPIReadInternalDomainsRequest
The name of InternalDomains object. Used if id==0.
func (InternalDomainListsAPIReadInternalDomainsRequest) Offset ¶
func (r InternalDomainListsAPIReadInternalDomainsRequest) Offset(offset int32) InternalDomainListsAPIReadInternalDomainsRequest
The integer index (zero-origin) of the offset into a collection of resources. If omitted or null the value is assumed to be '0'.
func (InternalDomainListsAPIReadInternalDomainsRequest) PageToken ¶
func (r InternalDomainListsAPIReadInternalDomainsRequest) PageToken(pageToken string) InternalDomainListsAPIReadInternalDomainsRequest
The service-defined string used to identify a page of resources. A null value indicates the first page.
type InternalDomainListsAPIService ¶
InternalDomainListsAPIService InternalDomainListsAPI service
func (*InternalDomainListsAPIService) CreateInternalDomains ¶
func (a *InternalDomainListsAPIService) CreateInternalDomains(ctx context.Context) InternalDomainListsAPICreateInternalDomainsRequest
CreateInternalDomains Create Internal Domains.
Use this method to create Internal Domains objects for the account.
The internal domain list is a transport object for reporting gathering internal domains. This feature allows users to configure internal domains lists for specific DFP and ATEP groups. This lists provides the users to create ‘Internal Domains List’ objects with a name, description, and a list of domains/ip/cidr. These lists are referenced by and attached to DFP, and ATEP groups. Once attached to DFP, dfp configuration endpoints will return the values under all associated domain lists as domains.
Once attached to ATEP, atep login endpoint will return the values under all associated lists as internal_domain_lists.
Required: - name - internal_domains
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return InternalDomainListsAPICreateInternalDomainsRequest
func (*InternalDomainListsAPIService) CreateInternalDomainsExecute ¶
func (a *InternalDomainListsAPIService) CreateInternalDomainsExecute(r InternalDomainListsAPICreateInternalDomainsRequest) (*InternalDomainsCreateResponse, *http.Response, error)
Execute executes the request
@return InternalDomainsCreateResponse
func (*InternalDomainListsAPIService) DeleteInternalDomains ¶
func (a *InternalDomainListsAPIService) DeleteInternalDomains(ctx context.Context) InternalDomainListsAPIDeleteInternalDomainsRequest
DeleteInternalDomains Delete Internal Domains.
Use this method to delete Internal Domains objects for the account by a given list of internal domain list ids.
The internal domain list is a transport object for reporting gathering internal domains. This feature allows users to configure internal domains lists for specific DFP and ATEP groups. This lists provides the users to create ‘Internal Domains List’ objects with a name, description, and a list of domains/ip/cidr. These lists are referenced by and attached to DFP, and ATEP groups. Once attached to DFP, dfp configuration endpoints will return the values under all associated domain lists as domains.
Once attached to ATEP, atep login endpoint will return the values under all associated lists as internal_domain_lists.
Required: - ids
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return InternalDomainListsAPIDeleteInternalDomainsRequest
func (*InternalDomainListsAPIService) DeleteInternalDomainsExecute ¶
func (a *InternalDomainListsAPIService) DeleteInternalDomainsExecute(r InternalDomainListsAPIDeleteInternalDomainsRequest) (*http.Response, error)
Execute executes the request
func (*InternalDomainListsAPIService) DeleteSingleInternalDomains ¶
func (a *InternalDomainListsAPIService) DeleteSingleInternalDomains(ctx context.Context, id int32) InternalDomainListsAPIDeleteSingleInternalDomainsRequest
DeleteSingleInternalDomains Delete Internal Domains.
Use this method to delete Internal Domains objects for the account by a given internal domain list id.
The internal domain list is a transport object for reporting gathering internal domains. This feature allows users to configure internal domains lists for specific DFP and ATEP groups. This lists provides the users to create ‘Internal Domains List’ objects with a name, description, and a list of domains/ip/cidr. These lists are referenced by and attached to DFP, and ATEP groups. Once attached to DFP, dfp configuration endpoints will return the values under all associated domain lists as domains.
Once attached to ATEP, atep login endpoint will return the values under all associated lists as internal_domain_lists.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Internal Domains object identifiers. @return InternalDomainListsAPIDeleteSingleInternalDomainsRequest
func (*InternalDomainListsAPIService) DeleteSingleInternalDomainsExecute ¶
func (a *InternalDomainListsAPIService) DeleteSingleInternalDomainsExecute(r InternalDomainListsAPIDeleteSingleInternalDomainsRequest) (*http.Response, error)
Execute executes the request
func (*InternalDomainListsAPIService) InternalDomainsItemsPartialUpdate ¶
func (a *InternalDomainListsAPIService) InternalDomainsItemsPartialUpdate(ctx context.Context, id int32) InternalDomainListsAPIInternalDomainsItemsPartialUpdateRequest
InternalDomainsItemsPartialUpdate Patch Internal Domains.
Use this method to insert ot delete items for a specified Named List object. Note that duplicated items are silently skipped and only new items are appended to the named list. Note that DNSM, TI, Fast Flux, custom lists and DGA lists cannot be updated. Only Internal Domains items can be updated.
The Internal Domains Items represent the list of the FQDN or IPv4 addresses to define whitelists for additional protection.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Internal Domain List object identifier. @return InternalDomainListsAPIInternalDomainsItemsPartialUpdateRequest
func (*InternalDomainListsAPIService) InternalDomainsItemsPartialUpdateExecute ¶
func (a *InternalDomainListsAPIService) InternalDomainsItemsPartialUpdateExecute(r InternalDomainListsAPIInternalDomainsItemsPartialUpdateRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
func (*InternalDomainListsAPIService) ListInternalDomains ¶
func (a *InternalDomainListsAPIService) ListInternalDomains(ctx context.Context) InternalDomainListsAPIListInternalDomainsRequest
ListInternalDomains List Internal Domains.
Use this method to retrieve information on all Internal Domains objects for the account.
The internal domain list is a transport object for reporting gathering internal domains. This feature allows users to configure internal domains lists for specific DFP and ATEP groups. This lists provides the users to create ‘Internal Domains List’ objects with a name, description, and a list of domains/ip/cidr. These lists are referenced by and attached to DFP, and ATEP groups. Once attached to DFP, dfp configuration endpoints will return the values under all associated domain lists as domains.
Once attached to ATEP, atep login endpoint will return the values under all associated lists as internal_domain_lists.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return InternalDomainListsAPIListInternalDomainsRequest
func (*InternalDomainListsAPIService) ListInternalDomainsExecute ¶
func (a *InternalDomainListsAPIService) ListInternalDomainsExecute(r InternalDomainListsAPIListInternalDomainsRequest) (*InternalDomainsMultiResponse, *http.Response, error)
Execute executes the request
@return InternalDomainsMultiResponse
func (*InternalDomainListsAPIService) ReadInternalDomains ¶
func (a *InternalDomainListsAPIService) ReadInternalDomains(ctx context.Context, id int32) InternalDomainListsAPIReadInternalDomainsRequest
ReadInternalDomains Read Internal Domains.
Use this method to read Internal Domains objects for the account by a internal domain list id.
The internal domain list is a transport object for reporting gathering internal domains. This feature allows users to configure internal domains lists for specific DFP and ATEP groups. This lists provides the users to create ‘Internal Domains List’ objects with a name, description, and a list of domains/ip/cidr. These lists are referenced by and attached to DFP, and ATEP groups. Once attached to DFP, dfp configuration endpoints will return the values under all associated domain lists as domains.
Once attached to ATEP, atep login endpoint will return the values under all associated lists as internal_domain_lists.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Internal Domains object identifier. @return InternalDomainListsAPIReadInternalDomainsRequest
func (*InternalDomainListsAPIService) ReadInternalDomainsExecute ¶
func (a *InternalDomainListsAPIService) ReadInternalDomainsExecute(r InternalDomainListsAPIReadInternalDomainsRequest) (*InternalDomainsReadResponse, *http.Response, error)
Execute executes the request
@return InternalDomainsReadResponse
func (*InternalDomainListsAPIService) UpdateInternalDomains ¶
func (a *InternalDomainListsAPIService) UpdateInternalDomains(ctx context.Context, id int32) InternalDomainListsAPIUpdateInternalDomainsRequest
UpdateInternalDomains Update Internal Domains.
Use this method to update Internal Domains objects for the account by a internal domain list id.
The internal domain list is a transport object for reporting gathering internal domains. This feature allows users to configure internal domains lists for specific DFP and ATEP groups. This lists provides the users to create ‘Internal Domains List’ objects with a name, description, and a list of domains/ip/cidr. These lists are referenced by and attached to DFP, and ATEP groups. Once attached to DFP, dfp configuration endpoints will return the values under all associated domain lists as domains.
Once attached to ATEP, atep login endpoint will return the values under all associated lists as internal_domain_lists.
Required: - name - internal_domains
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Internal Domain object identifier. @return InternalDomainListsAPIUpdateInternalDomainsRequest
func (*InternalDomainListsAPIService) UpdateInternalDomainsExecute ¶
func (a *InternalDomainListsAPIService) UpdateInternalDomainsExecute(r InternalDomainListsAPIUpdateInternalDomainsRequest) (*InternalDomainsUpdateResponse, *http.Response, error)
Execute executes the request
@return InternalDomainsUpdateResponse
type InternalDomainListsAPIUpdateInternalDomainsRequest ¶
type InternalDomainListsAPIUpdateInternalDomainsRequest struct { ApiService InternalDomainListsAPI // contains filtered or unexported fields }
func (InternalDomainListsAPIUpdateInternalDomainsRequest) Body ¶
func (r InternalDomainListsAPIUpdateInternalDomainsRequest) Body(body InternalDomains) InternalDomainListsAPIUpdateInternalDomainsRequest
The Internal Domains object.
func (InternalDomainListsAPIUpdateInternalDomainsRequest) Execute ¶
func (r InternalDomainListsAPIUpdateInternalDomainsRequest) Execute() (*InternalDomainsUpdateResponse, *http.Response, error)
type InternalDomainListsCreateInternalDomains400Response ¶
type InternalDomainListsCreateInternalDomains400Response struct { Error *InternalDomainListsCreateInternalDomains400ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
InternalDomainListsCreateInternalDomains400Response struct for InternalDomainListsCreateInternalDomains400Response
func NewInternalDomainListsCreateInternalDomains400Response ¶
func NewInternalDomainListsCreateInternalDomains400Response() *InternalDomainListsCreateInternalDomains400Response
NewInternalDomainListsCreateInternalDomains400Response instantiates a new InternalDomainListsCreateInternalDomains400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInternalDomainListsCreateInternalDomains400ResponseWithDefaults ¶
func NewInternalDomainListsCreateInternalDomains400ResponseWithDefaults() *InternalDomainListsCreateInternalDomains400Response
NewInternalDomainListsCreateInternalDomains400ResponseWithDefaults instantiates a new InternalDomainListsCreateInternalDomains400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InternalDomainListsCreateInternalDomains400Response) GetError ¶
func (o *InternalDomainListsCreateInternalDomains400Response) GetError() InternalDomainListsCreateInternalDomains400ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*InternalDomainListsCreateInternalDomains400Response) GetErrorOk ¶
func (o *InternalDomainListsCreateInternalDomains400Response) GetErrorOk() (*InternalDomainListsCreateInternalDomains400ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsCreateInternalDomains400Response) HasError ¶
func (o *InternalDomainListsCreateInternalDomains400Response) HasError() bool
HasError returns a boolean if a field has been set.
func (InternalDomainListsCreateInternalDomains400Response) MarshalJSON ¶
func (o InternalDomainListsCreateInternalDomains400Response) MarshalJSON() ([]byte, error)
func (*InternalDomainListsCreateInternalDomains400Response) SetError ¶
func (o *InternalDomainListsCreateInternalDomains400Response) SetError(v InternalDomainListsCreateInternalDomains400ResponseError)
SetError gets a reference to the given InternalDomainListsCreateInternalDomains400ResponseError and assigns it to the Error field.
func (InternalDomainListsCreateInternalDomains400Response) ToMap ¶
func (o InternalDomainListsCreateInternalDomains400Response) ToMap() (map[string]interface{}, error)
func (*InternalDomainListsCreateInternalDomains400Response) UnmarshalJSON ¶
func (o *InternalDomainListsCreateInternalDomains400Response) UnmarshalJSON(data []byte) (err error)
type InternalDomainListsCreateInternalDomains400ResponseError ¶
type InternalDomainListsCreateInternalDomains400ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
InternalDomainListsCreateInternalDomains400ResponseError struct for InternalDomainListsCreateInternalDomains400ResponseError
func NewInternalDomainListsCreateInternalDomains400ResponseError ¶
func NewInternalDomainListsCreateInternalDomains400ResponseError() *InternalDomainListsCreateInternalDomains400ResponseError
NewInternalDomainListsCreateInternalDomains400ResponseError instantiates a new InternalDomainListsCreateInternalDomains400ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInternalDomainListsCreateInternalDomains400ResponseErrorWithDefaults ¶
func NewInternalDomainListsCreateInternalDomains400ResponseErrorWithDefaults() *InternalDomainListsCreateInternalDomains400ResponseError
NewInternalDomainListsCreateInternalDomains400ResponseErrorWithDefaults instantiates a new InternalDomainListsCreateInternalDomains400ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InternalDomainListsCreateInternalDomains400ResponseError) GetCode ¶
func (o *InternalDomainListsCreateInternalDomains400ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*InternalDomainListsCreateInternalDomains400ResponseError) GetCodeOk ¶
func (o *InternalDomainListsCreateInternalDomains400ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsCreateInternalDomains400ResponseError) GetMessage ¶
func (o *InternalDomainListsCreateInternalDomains400ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*InternalDomainListsCreateInternalDomains400ResponseError) GetMessageOk ¶
func (o *InternalDomainListsCreateInternalDomains400ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsCreateInternalDomains400ResponseError) GetStatus ¶
func (o *InternalDomainListsCreateInternalDomains400ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*InternalDomainListsCreateInternalDomains400ResponseError) GetStatusOk ¶
func (o *InternalDomainListsCreateInternalDomains400ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsCreateInternalDomains400ResponseError) HasCode ¶
func (o *InternalDomainListsCreateInternalDomains400ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*InternalDomainListsCreateInternalDomains400ResponseError) HasMessage ¶
func (o *InternalDomainListsCreateInternalDomains400ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*InternalDomainListsCreateInternalDomains400ResponseError) HasStatus ¶
func (o *InternalDomainListsCreateInternalDomains400ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (InternalDomainListsCreateInternalDomains400ResponseError) MarshalJSON ¶
func (o InternalDomainListsCreateInternalDomains400ResponseError) MarshalJSON() ([]byte, error)
func (*InternalDomainListsCreateInternalDomains400ResponseError) SetCode ¶
func (o *InternalDomainListsCreateInternalDomains400ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*InternalDomainListsCreateInternalDomains400ResponseError) SetMessage ¶
func (o *InternalDomainListsCreateInternalDomains400ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*InternalDomainListsCreateInternalDomains400ResponseError) SetStatus ¶
func (o *InternalDomainListsCreateInternalDomains400ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (InternalDomainListsCreateInternalDomains400ResponseError) ToMap ¶
func (o InternalDomainListsCreateInternalDomains400ResponseError) ToMap() (map[string]interface{}, error)
func (*InternalDomainListsCreateInternalDomains400ResponseError) UnmarshalJSON ¶
func (o *InternalDomainListsCreateInternalDomains400ResponseError) UnmarshalJSON(data []byte) (err error)
type InternalDomainListsCreateInternalDomains409Response ¶
type InternalDomainListsCreateInternalDomains409Response struct { Error *InternalDomainListsCreateInternalDomains409ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
InternalDomainListsCreateInternalDomains409Response struct for InternalDomainListsCreateInternalDomains409Response
func NewInternalDomainListsCreateInternalDomains409Response ¶
func NewInternalDomainListsCreateInternalDomains409Response() *InternalDomainListsCreateInternalDomains409Response
NewInternalDomainListsCreateInternalDomains409Response instantiates a new InternalDomainListsCreateInternalDomains409Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInternalDomainListsCreateInternalDomains409ResponseWithDefaults ¶
func NewInternalDomainListsCreateInternalDomains409ResponseWithDefaults() *InternalDomainListsCreateInternalDomains409Response
NewInternalDomainListsCreateInternalDomains409ResponseWithDefaults instantiates a new InternalDomainListsCreateInternalDomains409Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InternalDomainListsCreateInternalDomains409Response) GetError ¶
func (o *InternalDomainListsCreateInternalDomains409Response) GetError() InternalDomainListsCreateInternalDomains409ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*InternalDomainListsCreateInternalDomains409Response) GetErrorOk ¶
func (o *InternalDomainListsCreateInternalDomains409Response) GetErrorOk() (*InternalDomainListsCreateInternalDomains409ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsCreateInternalDomains409Response) HasError ¶
func (o *InternalDomainListsCreateInternalDomains409Response) HasError() bool
HasError returns a boolean if a field has been set.
func (InternalDomainListsCreateInternalDomains409Response) MarshalJSON ¶
func (o InternalDomainListsCreateInternalDomains409Response) MarshalJSON() ([]byte, error)
func (*InternalDomainListsCreateInternalDomains409Response) SetError ¶
func (o *InternalDomainListsCreateInternalDomains409Response) SetError(v InternalDomainListsCreateInternalDomains409ResponseError)
SetError gets a reference to the given InternalDomainListsCreateInternalDomains409ResponseError and assigns it to the Error field.
func (InternalDomainListsCreateInternalDomains409Response) ToMap ¶
func (o InternalDomainListsCreateInternalDomains409Response) ToMap() (map[string]interface{}, error)
func (*InternalDomainListsCreateInternalDomains409Response) UnmarshalJSON ¶
func (o *InternalDomainListsCreateInternalDomains409Response) UnmarshalJSON(data []byte) (err error)
type InternalDomainListsCreateInternalDomains409ResponseError ¶
type InternalDomainListsCreateInternalDomains409ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
InternalDomainListsCreateInternalDomains409ResponseError struct for InternalDomainListsCreateInternalDomains409ResponseError
func NewInternalDomainListsCreateInternalDomains409ResponseError ¶
func NewInternalDomainListsCreateInternalDomains409ResponseError() *InternalDomainListsCreateInternalDomains409ResponseError
NewInternalDomainListsCreateInternalDomains409ResponseError instantiates a new InternalDomainListsCreateInternalDomains409ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInternalDomainListsCreateInternalDomains409ResponseErrorWithDefaults ¶
func NewInternalDomainListsCreateInternalDomains409ResponseErrorWithDefaults() *InternalDomainListsCreateInternalDomains409ResponseError
NewInternalDomainListsCreateInternalDomains409ResponseErrorWithDefaults instantiates a new InternalDomainListsCreateInternalDomains409ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InternalDomainListsCreateInternalDomains409ResponseError) GetCode ¶
func (o *InternalDomainListsCreateInternalDomains409ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*InternalDomainListsCreateInternalDomains409ResponseError) GetCodeOk ¶
func (o *InternalDomainListsCreateInternalDomains409ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsCreateInternalDomains409ResponseError) GetMessage ¶
func (o *InternalDomainListsCreateInternalDomains409ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*InternalDomainListsCreateInternalDomains409ResponseError) GetMessageOk ¶
func (o *InternalDomainListsCreateInternalDomains409ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsCreateInternalDomains409ResponseError) GetStatus ¶
func (o *InternalDomainListsCreateInternalDomains409ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*InternalDomainListsCreateInternalDomains409ResponseError) GetStatusOk ¶
func (o *InternalDomainListsCreateInternalDomains409ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsCreateInternalDomains409ResponseError) HasCode ¶
func (o *InternalDomainListsCreateInternalDomains409ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*InternalDomainListsCreateInternalDomains409ResponseError) HasMessage ¶
func (o *InternalDomainListsCreateInternalDomains409ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*InternalDomainListsCreateInternalDomains409ResponseError) HasStatus ¶
func (o *InternalDomainListsCreateInternalDomains409ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (InternalDomainListsCreateInternalDomains409ResponseError) MarshalJSON ¶
func (o InternalDomainListsCreateInternalDomains409ResponseError) MarshalJSON() ([]byte, error)
func (*InternalDomainListsCreateInternalDomains409ResponseError) SetCode ¶
func (o *InternalDomainListsCreateInternalDomains409ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*InternalDomainListsCreateInternalDomains409ResponseError) SetMessage ¶
func (o *InternalDomainListsCreateInternalDomains409ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*InternalDomainListsCreateInternalDomains409ResponseError) SetStatus ¶
func (o *InternalDomainListsCreateInternalDomains409ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (InternalDomainListsCreateInternalDomains409ResponseError) ToMap ¶
func (o InternalDomainListsCreateInternalDomains409ResponseError) ToMap() (map[string]interface{}, error)
func (*InternalDomainListsCreateInternalDomains409ResponseError) UnmarshalJSON ¶
func (o *InternalDomainListsCreateInternalDomains409ResponseError) UnmarshalJSON(data []byte) (err error)
type InternalDomainListsDeleteInternalDomains400Response ¶
type InternalDomainListsDeleteInternalDomains400Response struct { Error *InternalDomainListsDeleteInternalDomains400ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
InternalDomainListsDeleteInternalDomains400Response struct for InternalDomainListsDeleteInternalDomains400Response
func NewInternalDomainListsDeleteInternalDomains400Response ¶
func NewInternalDomainListsDeleteInternalDomains400Response() *InternalDomainListsDeleteInternalDomains400Response
NewInternalDomainListsDeleteInternalDomains400Response instantiates a new InternalDomainListsDeleteInternalDomains400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInternalDomainListsDeleteInternalDomains400ResponseWithDefaults ¶
func NewInternalDomainListsDeleteInternalDomains400ResponseWithDefaults() *InternalDomainListsDeleteInternalDomains400Response
NewInternalDomainListsDeleteInternalDomains400ResponseWithDefaults instantiates a new InternalDomainListsDeleteInternalDomains400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InternalDomainListsDeleteInternalDomains400Response) GetError ¶
func (o *InternalDomainListsDeleteInternalDomains400Response) GetError() InternalDomainListsDeleteInternalDomains400ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*InternalDomainListsDeleteInternalDomains400Response) GetErrorOk ¶
func (o *InternalDomainListsDeleteInternalDomains400Response) GetErrorOk() (*InternalDomainListsDeleteInternalDomains400ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsDeleteInternalDomains400Response) HasError ¶
func (o *InternalDomainListsDeleteInternalDomains400Response) HasError() bool
HasError returns a boolean if a field has been set.
func (InternalDomainListsDeleteInternalDomains400Response) MarshalJSON ¶
func (o InternalDomainListsDeleteInternalDomains400Response) MarshalJSON() ([]byte, error)
func (*InternalDomainListsDeleteInternalDomains400Response) SetError ¶
func (o *InternalDomainListsDeleteInternalDomains400Response) SetError(v InternalDomainListsDeleteInternalDomains400ResponseError)
SetError gets a reference to the given InternalDomainListsDeleteInternalDomains400ResponseError and assigns it to the Error field.
func (InternalDomainListsDeleteInternalDomains400Response) ToMap ¶
func (o InternalDomainListsDeleteInternalDomains400Response) ToMap() (map[string]interface{}, error)
func (*InternalDomainListsDeleteInternalDomains400Response) UnmarshalJSON ¶
func (o *InternalDomainListsDeleteInternalDomains400Response) UnmarshalJSON(data []byte) (err error)
type InternalDomainListsDeleteInternalDomains400ResponseError ¶
type InternalDomainListsDeleteInternalDomains400ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
InternalDomainListsDeleteInternalDomains400ResponseError struct for InternalDomainListsDeleteInternalDomains400ResponseError
func NewInternalDomainListsDeleteInternalDomains400ResponseError ¶
func NewInternalDomainListsDeleteInternalDomains400ResponseError() *InternalDomainListsDeleteInternalDomains400ResponseError
NewInternalDomainListsDeleteInternalDomains400ResponseError instantiates a new InternalDomainListsDeleteInternalDomains400ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInternalDomainListsDeleteInternalDomains400ResponseErrorWithDefaults ¶
func NewInternalDomainListsDeleteInternalDomains400ResponseErrorWithDefaults() *InternalDomainListsDeleteInternalDomains400ResponseError
NewInternalDomainListsDeleteInternalDomains400ResponseErrorWithDefaults instantiates a new InternalDomainListsDeleteInternalDomains400ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InternalDomainListsDeleteInternalDomains400ResponseError) GetCode ¶
func (o *InternalDomainListsDeleteInternalDomains400ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*InternalDomainListsDeleteInternalDomains400ResponseError) GetCodeOk ¶
func (o *InternalDomainListsDeleteInternalDomains400ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsDeleteInternalDomains400ResponseError) GetMessage ¶
func (o *InternalDomainListsDeleteInternalDomains400ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*InternalDomainListsDeleteInternalDomains400ResponseError) GetMessageOk ¶
func (o *InternalDomainListsDeleteInternalDomains400ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsDeleteInternalDomains400ResponseError) GetStatus ¶
func (o *InternalDomainListsDeleteInternalDomains400ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*InternalDomainListsDeleteInternalDomains400ResponseError) GetStatusOk ¶
func (o *InternalDomainListsDeleteInternalDomains400ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsDeleteInternalDomains400ResponseError) HasCode ¶
func (o *InternalDomainListsDeleteInternalDomains400ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*InternalDomainListsDeleteInternalDomains400ResponseError) HasMessage ¶
func (o *InternalDomainListsDeleteInternalDomains400ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*InternalDomainListsDeleteInternalDomains400ResponseError) HasStatus ¶
func (o *InternalDomainListsDeleteInternalDomains400ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (InternalDomainListsDeleteInternalDomains400ResponseError) MarshalJSON ¶
func (o InternalDomainListsDeleteInternalDomains400ResponseError) MarshalJSON() ([]byte, error)
func (*InternalDomainListsDeleteInternalDomains400ResponseError) SetCode ¶
func (o *InternalDomainListsDeleteInternalDomains400ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*InternalDomainListsDeleteInternalDomains400ResponseError) SetMessage ¶
func (o *InternalDomainListsDeleteInternalDomains400ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*InternalDomainListsDeleteInternalDomains400ResponseError) SetStatus ¶
func (o *InternalDomainListsDeleteInternalDomains400ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (InternalDomainListsDeleteInternalDomains400ResponseError) ToMap ¶
func (o InternalDomainListsDeleteInternalDomains400ResponseError) ToMap() (map[string]interface{}, error)
func (*InternalDomainListsDeleteInternalDomains400ResponseError) UnmarshalJSON ¶
func (o *InternalDomainListsDeleteInternalDomains400ResponseError) UnmarshalJSON(data []byte) (err error)
type InternalDomainListsDeleteInternalDomains404Response ¶
type InternalDomainListsDeleteInternalDomains404Response struct { Error *InternalDomainListsDeleteInternalDomains404ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
InternalDomainListsDeleteInternalDomains404Response struct for InternalDomainListsDeleteInternalDomains404Response
func NewInternalDomainListsDeleteInternalDomains404Response ¶
func NewInternalDomainListsDeleteInternalDomains404Response() *InternalDomainListsDeleteInternalDomains404Response
NewInternalDomainListsDeleteInternalDomains404Response instantiates a new InternalDomainListsDeleteInternalDomains404Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInternalDomainListsDeleteInternalDomains404ResponseWithDefaults ¶
func NewInternalDomainListsDeleteInternalDomains404ResponseWithDefaults() *InternalDomainListsDeleteInternalDomains404Response
NewInternalDomainListsDeleteInternalDomains404ResponseWithDefaults instantiates a new InternalDomainListsDeleteInternalDomains404Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InternalDomainListsDeleteInternalDomains404Response) GetError ¶
func (o *InternalDomainListsDeleteInternalDomains404Response) GetError() InternalDomainListsDeleteInternalDomains404ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*InternalDomainListsDeleteInternalDomains404Response) GetErrorOk ¶
func (o *InternalDomainListsDeleteInternalDomains404Response) GetErrorOk() (*InternalDomainListsDeleteInternalDomains404ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsDeleteInternalDomains404Response) HasError ¶
func (o *InternalDomainListsDeleteInternalDomains404Response) HasError() bool
HasError returns a boolean if a field has been set.
func (InternalDomainListsDeleteInternalDomains404Response) MarshalJSON ¶
func (o InternalDomainListsDeleteInternalDomains404Response) MarshalJSON() ([]byte, error)
func (*InternalDomainListsDeleteInternalDomains404Response) SetError ¶
func (o *InternalDomainListsDeleteInternalDomains404Response) SetError(v InternalDomainListsDeleteInternalDomains404ResponseError)
SetError gets a reference to the given InternalDomainListsDeleteInternalDomains404ResponseError and assigns it to the Error field.
func (InternalDomainListsDeleteInternalDomains404Response) ToMap ¶
func (o InternalDomainListsDeleteInternalDomains404Response) ToMap() (map[string]interface{}, error)
func (*InternalDomainListsDeleteInternalDomains404Response) UnmarshalJSON ¶
func (o *InternalDomainListsDeleteInternalDomains404Response) UnmarshalJSON(data []byte) (err error)
type InternalDomainListsDeleteInternalDomains404ResponseError ¶
type InternalDomainListsDeleteInternalDomains404ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
InternalDomainListsDeleteInternalDomains404ResponseError struct for InternalDomainListsDeleteInternalDomains404ResponseError
func NewInternalDomainListsDeleteInternalDomains404ResponseError ¶
func NewInternalDomainListsDeleteInternalDomains404ResponseError() *InternalDomainListsDeleteInternalDomains404ResponseError
NewInternalDomainListsDeleteInternalDomains404ResponseError instantiates a new InternalDomainListsDeleteInternalDomains404ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInternalDomainListsDeleteInternalDomains404ResponseErrorWithDefaults ¶
func NewInternalDomainListsDeleteInternalDomains404ResponseErrorWithDefaults() *InternalDomainListsDeleteInternalDomains404ResponseError
NewInternalDomainListsDeleteInternalDomains404ResponseErrorWithDefaults instantiates a new InternalDomainListsDeleteInternalDomains404ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InternalDomainListsDeleteInternalDomains404ResponseError) GetCode ¶
func (o *InternalDomainListsDeleteInternalDomains404ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*InternalDomainListsDeleteInternalDomains404ResponseError) GetCodeOk ¶
func (o *InternalDomainListsDeleteInternalDomains404ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsDeleteInternalDomains404ResponseError) GetMessage ¶
func (o *InternalDomainListsDeleteInternalDomains404ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*InternalDomainListsDeleteInternalDomains404ResponseError) GetMessageOk ¶
func (o *InternalDomainListsDeleteInternalDomains404ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsDeleteInternalDomains404ResponseError) GetStatus ¶
func (o *InternalDomainListsDeleteInternalDomains404ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*InternalDomainListsDeleteInternalDomains404ResponseError) GetStatusOk ¶
func (o *InternalDomainListsDeleteInternalDomains404ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsDeleteInternalDomains404ResponseError) HasCode ¶
func (o *InternalDomainListsDeleteInternalDomains404ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*InternalDomainListsDeleteInternalDomains404ResponseError) HasMessage ¶
func (o *InternalDomainListsDeleteInternalDomains404ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*InternalDomainListsDeleteInternalDomains404ResponseError) HasStatus ¶
func (o *InternalDomainListsDeleteInternalDomains404ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (InternalDomainListsDeleteInternalDomains404ResponseError) MarshalJSON ¶
func (o InternalDomainListsDeleteInternalDomains404ResponseError) MarshalJSON() ([]byte, error)
func (*InternalDomainListsDeleteInternalDomains404ResponseError) SetCode ¶
func (o *InternalDomainListsDeleteInternalDomains404ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*InternalDomainListsDeleteInternalDomains404ResponseError) SetMessage ¶
func (o *InternalDomainListsDeleteInternalDomains404ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*InternalDomainListsDeleteInternalDomains404ResponseError) SetStatus ¶
func (o *InternalDomainListsDeleteInternalDomains404ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (InternalDomainListsDeleteInternalDomains404ResponseError) ToMap ¶
func (o InternalDomainListsDeleteInternalDomains404ResponseError) ToMap() (map[string]interface{}, error)
func (*InternalDomainListsDeleteInternalDomains404ResponseError) UnmarshalJSON ¶
func (o *InternalDomainListsDeleteInternalDomains404ResponseError) UnmarshalJSON(data []byte) (err error)
type InternalDomainListsDeleteSingleInternalDomains400Response ¶
type InternalDomainListsDeleteSingleInternalDomains400Response struct { Error *InternalDomainListsDeleteSingleInternalDomains400ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
InternalDomainListsDeleteSingleInternalDomains400Response struct for InternalDomainListsDeleteSingleInternalDomains400Response
func NewInternalDomainListsDeleteSingleInternalDomains400Response ¶
func NewInternalDomainListsDeleteSingleInternalDomains400Response() *InternalDomainListsDeleteSingleInternalDomains400Response
NewInternalDomainListsDeleteSingleInternalDomains400Response instantiates a new InternalDomainListsDeleteSingleInternalDomains400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInternalDomainListsDeleteSingleInternalDomains400ResponseWithDefaults ¶
func NewInternalDomainListsDeleteSingleInternalDomains400ResponseWithDefaults() *InternalDomainListsDeleteSingleInternalDomains400Response
NewInternalDomainListsDeleteSingleInternalDomains400ResponseWithDefaults instantiates a new InternalDomainListsDeleteSingleInternalDomains400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InternalDomainListsDeleteSingleInternalDomains400Response) GetError ¶
func (o *InternalDomainListsDeleteSingleInternalDomains400Response) GetError() InternalDomainListsDeleteSingleInternalDomains400ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*InternalDomainListsDeleteSingleInternalDomains400Response) GetErrorOk ¶
func (o *InternalDomainListsDeleteSingleInternalDomains400Response) GetErrorOk() (*InternalDomainListsDeleteSingleInternalDomains400ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsDeleteSingleInternalDomains400Response) HasError ¶
func (o *InternalDomainListsDeleteSingleInternalDomains400Response) HasError() bool
HasError returns a boolean if a field has been set.
func (InternalDomainListsDeleteSingleInternalDomains400Response) MarshalJSON ¶
func (o InternalDomainListsDeleteSingleInternalDomains400Response) MarshalJSON() ([]byte, error)
func (*InternalDomainListsDeleteSingleInternalDomains400Response) SetError ¶
func (o *InternalDomainListsDeleteSingleInternalDomains400Response) SetError(v InternalDomainListsDeleteSingleInternalDomains400ResponseError)
SetError gets a reference to the given InternalDomainListsDeleteSingleInternalDomains400ResponseError and assigns it to the Error field.
func (InternalDomainListsDeleteSingleInternalDomains400Response) ToMap ¶
func (o InternalDomainListsDeleteSingleInternalDomains400Response) ToMap() (map[string]interface{}, error)
func (*InternalDomainListsDeleteSingleInternalDomains400Response) UnmarshalJSON ¶
func (o *InternalDomainListsDeleteSingleInternalDomains400Response) UnmarshalJSON(data []byte) (err error)
type InternalDomainListsDeleteSingleInternalDomains400ResponseError ¶
type InternalDomainListsDeleteSingleInternalDomains400ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
InternalDomainListsDeleteSingleInternalDomains400ResponseError struct for InternalDomainListsDeleteSingleInternalDomains400ResponseError
func NewInternalDomainListsDeleteSingleInternalDomains400ResponseError ¶
func NewInternalDomainListsDeleteSingleInternalDomains400ResponseError() *InternalDomainListsDeleteSingleInternalDomains400ResponseError
NewInternalDomainListsDeleteSingleInternalDomains400ResponseError instantiates a new InternalDomainListsDeleteSingleInternalDomains400ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInternalDomainListsDeleteSingleInternalDomains400ResponseErrorWithDefaults ¶
func NewInternalDomainListsDeleteSingleInternalDomains400ResponseErrorWithDefaults() *InternalDomainListsDeleteSingleInternalDomains400ResponseError
NewInternalDomainListsDeleteSingleInternalDomains400ResponseErrorWithDefaults instantiates a new InternalDomainListsDeleteSingleInternalDomains400ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InternalDomainListsDeleteSingleInternalDomains400ResponseError) GetCode ¶
func (o *InternalDomainListsDeleteSingleInternalDomains400ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*InternalDomainListsDeleteSingleInternalDomains400ResponseError) GetCodeOk ¶
func (o *InternalDomainListsDeleteSingleInternalDomains400ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsDeleteSingleInternalDomains400ResponseError) GetMessage ¶
func (o *InternalDomainListsDeleteSingleInternalDomains400ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*InternalDomainListsDeleteSingleInternalDomains400ResponseError) GetMessageOk ¶
func (o *InternalDomainListsDeleteSingleInternalDomains400ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsDeleteSingleInternalDomains400ResponseError) GetStatus ¶
func (o *InternalDomainListsDeleteSingleInternalDomains400ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*InternalDomainListsDeleteSingleInternalDomains400ResponseError) GetStatusOk ¶
func (o *InternalDomainListsDeleteSingleInternalDomains400ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsDeleteSingleInternalDomains400ResponseError) HasCode ¶
func (o *InternalDomainListsDeleteSingleInternalDomains400ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*InternalDomainListsDeleteSingleInternalDomains400ResponseError) HasMessage ¶
func (o *InternalDomainListsDeleteSingleInternalDomains400ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*InternalDomainListsDeleteSingleInternalDomains400ResponseError) HasStatus ¶
func (o *InternalDomainListsDeleteSingleInternalDomains400ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (InternalDomainListsDeleteSingleInternalDomains400ResponseError) MarshalJSON ¶
func (o InternalDomainListsDeleteSingleInternalDomains400ResponseError) MarshalJSON() ([]byte, error)
func (*InternalDomainListsDeleteSingleInternalDomains400ResponseError) SetCode ¶
func (o *InternalDomainListsDeleteSingleInternalDomains400ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*InternalDomainListsDeleteSingleInternalDomains400ResponseError) SetMessage ¶
func (o *InternalDomainListsDeleteSingleInternalDomains400ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*InternalDomainListsDeleteSingleInternalDomains400ResponseError) SetStatus ¶
func (o *InternalDomainListsDeleteSingleInternalDomains400ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (InternalDomainListsDeleteSingleInternalDomains400ResponseError) ToMap ¶
func (o InternalDomainListsDeleteSingleInternalDomains400ResponseError) ToMap() (map[string]interface{}, error)
func (*InternalDomainListsDeleteSingleInternalDomains400ResponseError) UnmarshalJSON ¶
func (o *InternalDomainListsDeleteSingleInternalDomains400ResponseError) UnmarshalJSON(data []byte) (err error)
type InternalDomainListsInternalDomainsItemsPartialUpdate400Response ¶
type InternalDomainListsInternalDomainsItemsPartialUpdate400Response struct { Error *InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
InternalDomainListsInternalDomainsItemsPartialUpdate400Response struct for InternalDomainListsInternalDomainsItemsPartialUpdate400Response
func NewInternalDomainListsInternalDomainsItemsPartialUpdate400Response ¶
func NewInternalDomainListsInternalDomainsItemsPartialUpdate400Response() *InternalDomainListsInternalDomainsItemsPartialUpdate400Response
NewInternalDomainListsInternalDomainsItemsPartialUpdate400Response instantiates a new InternalDomainListsInternalDomainsItemsPartialUpdate400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInternalDomainListsInternalDomainsItemsPartialUpdate400ResponseWithDefaults ¶
func NewInternalDomainListsInternalDomainsItemsPartialUpdate400ResponseWithDefaults() *InternalDomainListsInternalDomainsItemsPartialUpdate400Response
NewInternalDomainListsInternalDomainsItemsPartialUpdate400ResponseWithDefaults instantiates a new InternalDomainListsInternalDomainsItemsPartialUpdate400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InternalDomainListsInternalDomainsItemsPartialUpdate400Response) GetError ¶
func (o *InternalDomainListsInternalDomainsItemsPartialUpdate400Response) GetError() InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*InternalDomainListsInternalDomainsItemsPartialUpdate400Response) GetErrorOk ¶
func (o *InternalDomainListsInternalDomainsItemsPartialUpdate400Response) GetErrorOk() (*InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsInternalDomainsItemsPartialUpdate400Response) HasError ¶
func (o *InternalDomainListsInternalDomainsItemsPartialUpdate400Response) HasError() bool
HasError returns a boolean if a field has been set.
func (InternalDomainListsInternalDomainsItemsPartialUpdate400Response) MarshalJSON ¶
func (o InternalDomainListsInternalDomainsItemsPartialUpdate400Response) MarshalJSON() ([]byte, error)
func (*InternalDomainListsInternalDomainsItemsPartialUpdate400Response) SetError ¶
func (o *InternalDomainListsInternalDomainsItemsPartialUpdate400Response) SetError(v InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError)
SetError gets a reference to the given InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError and assigns it to the Error field.
func (InternalDomainListsInternalDomainsItemsPartialUpdate400Response) ToMap ¶
func (o InternalDomainListsInternalDomainsItemsPartialUpdate400Response) ToMap() (map[string]interface{}, error)
func (*InternalDomainListsInternalDomainsItemsPartialUpdate400Response) UnmarshalJSON ¶
func (o *InternalDomainListsInternalDomainsItemsPartialUpdate400Response) UnmarshalJSON(data []byte) (err error)
type InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError ¶
type InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError struct for InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError
func NewInternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError ¶
func NewInternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError() *InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError
NewInternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError instantiates a new InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInternalDomainListsInternalDomainsItemsPartialUpdate400ResponseErrorWithDefaults ¶
func NewInternalDomainListsInternalDomainsItemsPartialUpdate400ResponseErrorWithDefaults() *InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError
NewInternalDomainListsInternalDomainsItemsPartialUpdate400ResponseErrorWithDefaults instantiates a new InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) GetCode ¶
func (o *InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) GetCodeOk ¶
func (o *InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) GetMessage ¶
func (o *InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) GetMessageOk ¶
func (o *InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) GetStatus ¶
func (o *InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) GetStatusOk ¶
func (o *InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) HasCode ¶
func (o *InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) HasMessage ¶
func (o *InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) HasStatus ¶
func (o *InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) MarshalJSON ¶
func (o InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) MarshalJSON() ([]byte, error)
func (*InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) SetCode ¶
func (o *InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) SetMessage ¶
func (o *InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) SetStatus ¶
func (o *InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) ToMap ¶
func (o InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) ToMap() (map[string]interface{}, error)
func (*InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) UnmarshalJSON ¶
func (o *InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) UnmarshalJSON(data []byte) (err error)
type InternalDomainListsInternalDomainsItemsPartialUpdate404Response ¶
type InternalDomainListsInternalDomainsItemsPartialUpdate404Response struct { Error *InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
InternalDomainListsInternalDomainsItemsPartialUpdate404Response struct for InternalDomainListsInternalDomainsItemsPartialUpdate404Response
func NewInternalDomainListsInternalDomainsItemsPartialUpdate404Response ¶
func NewInternalDomainListsInternalDomainsItemsPartialUpdate404Response() *InternalDomainListsInternalDomainsItemsPartialUpdate404Response
NewInternalDomainListsInternalDomainsItemsPartialUpdate404Response instantiates a new InternalDomainListsInternalDomainsItemsPartialUpdate404Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInternalDomainListsInternalDomainsItemsPartialUpdate404ResponseWithDefaults ¶
func NewInternalDomainListsInternalDomainsItemsPartialUpdate404ResponseWithDefaults() *InternalDomainListsInternalDomainsItemsPartialUpdate404Response
NewInternalDomainListsInternalDomainsItemsPartialUpdate404ResponseWithDefaults instantiates a new InternalDomainListsInternalDomainsItemsPartialUpdate404Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InternalDomainListsInternalDomainsItemsPartialUpdate404Response) GetError ¶
func (o *InternalDomainListsInternalDomainsItemsPartialUpdate404Response) GetError() InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*InternalDomainListsInternalDomainsItemsPartialUpdate404Response) GetErrorOk ¶
func (o *InternalDomainListsInternalDomainsItemsPartialUpdate404Response) GetErrorOk() (*InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsInternalDomainsItemsPartialUpdate404Response) HasError ¶
func (o *InternalDomainListsInternalDomainsItemsPartialUpdate404Response) HasError() bool
HasError returns a boolean if a field has been set.
func (InternalDomainListsInternalDomainsItemsPartialUpdate404Response) MarshalJSON ¶
func (o InternalDomainListsInternalDomainsItemsPartialUpdate404Response) MarshalJSON() ([]byte, error)
func (*InternalDomainListsInternalDomainsItemsPartialUpdate404Response) SetError ¶
func (o *InternalDomainListsInternalDomainsItemsPartialUpdate404Response) SetError(v InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError)
SetError gets a reference to the given InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError and assigns it to the Error field.
func (InternalDomainListsInternalDomainsItemsPartialUpdate404Response) ToMap ¶
func (o InternalDomainListsInternalDomainsItemsPartialUpdate404Response) ToMap() (map[string]interface{}, error)
func (*InternalDomainListsInternalDomainsItemsPartialUpdate404Response) UnmarshalJSON ¶
func (o *InternalDomainListsInternalDomainsItemsPartialUpdate404Response) UnmarshalJSON(data []byte) (err error)
type InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError ¶
type InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError struct for InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError
func NewInternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError ¶
func NewInternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError() *InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError
NewInternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError instantiates a new InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInternalDomainListsInternalDomainsItemsPartialUpdate404ResponseErrorWithDefaults ¶
func NewInternalDomainListsInternalDomainsItemsPartialUpdate404ResponseErrorWithDefaults() *InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError
NewInternalDomainListsInternalDomainsItemsPartialUpdate404ResponseErrorWithDefaults instantiates a new InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) GetCode ¶
func (o *InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) GetCodeOk ¶
func (o *InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) GetMessage ¶
func (o *InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) GetMessageOk ¶
func (o *InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) GetStatus ¶
func (o *InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) GetStatusOk ¶
func (o *InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) HasCode ¶
func (o *InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) HasMessage ¶
func (o *InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) HasStatus ¶
func (o *InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) MarshalJSON ¶
func (o InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) MarshalJSON() ([]byte, error)
func (*InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) SetCode ¶
func (o *InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) SetMessage ¶
func (o *InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) SetStatus ¶
func (o *InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) ToMap ¶
func (o InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) ToMap() (map[string]interface{}, error)
func (*InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) UnmarshalJSON ¶
func (o *InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) UnmarshalJSON(data []byte) (err error)
type InternalDomainListsReadInternalDomains404Response ¶
type InternalDomainListsReadInternalDomains404Response struct { Error *InternalDomainListsReadInternalDomains404ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
InternalDomainListsReadInternalDomains404Response struct for InternalDomainListsReadInternalDomains404Response
func NewInternalDomainListsReadInternalDomains404Response ¶
func NewInternalDomainListsReadInternalDomains404Response() *InternalDomainListsReadInternalDomains404Response
NewInternalDomainListsReadInternalDomains404Response instantiates a new InternalDomainListsReadInternalDomains404Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInternalDomainListsReadInternalDomains404ResponseWithDefaults ¶
func NewInternalDomainListsReadInternalDomains404ResponseWithDefaults() *InternalDomainListsReadInternalDomains404Response
NewInternalDomainListsReadInternalDomains404ResponseWithDefaults instantiates a new InternalDomainListsReadInternalDomains404Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InternalDomainListsReadInternalDomains404Response) GetError ¶
func (o *InternalDomainListsReadInternalDomains404Response) GetError() InternalDomainListsReadInternalDomains404ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*InternalDomainListsReadInternalDomains404Response) GetErrorOk ¶
func (o *InternalDomainListsReadInternalDomains404Response) GetErrorOk() (*InternalDomainListsReadInternalDomains404ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsReadInternalDomains404Response) HasError ¶
func (o *InternalDomainListsReadInternalDomains404Response) HasError() bool
HasError returns a boolean if a field has been set.
func (InternalDomainListsReadInternalDomains404Response) MarshalJSON ¶
func (o InternalDomainListsReadInternalDomains404Response) MarshalJSON() ([]byte, error)
func (*InternalDomainListsReadInternalDomains404Response) SetError ¶
func (o *InternalDomainListsReadInternalDomains404Response) SetError(v InternalDomainListsReadInternalDomains404ResponseError)
SetError gets a reference to the given InternalDomainListsReadInternalDomains404ResponseError and assigns it to the Error field.
func (InternalDomainListsReadInternalDomains404Response) ToMap ¶
func (o InternalDomainListsReadInternalDomains404Response) ToMap() (map[string]interface{}, error)
func (*InternalDomainListsReadInternalDomains404Response) UnmarshalJSON ¶
func (o *InternalDomainListsReadInternalDomains404Response) UnmarshalJSON(data []byte) (err error)
type InternalDomainListsReadInternalDomains404ResponseError ¶
type InternalDomainListsReadInternalDomains404ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
InternalDomainListsReadInternalDomains404ResponseError struct for InternalDomainListsReadInternalDomains404ResponseError
func NewInternalDomainListsReadInternalDomains404ResponseError ¶
func NewInternalDomainListsReadInternalDomains404ResponseError() *InternalDomainListsReadInternalDomains404ResponseError
NewInternalDomainListsReadInternalDomains404ResponseError instantiates a new InternalDomainListsReadInternalDomains404ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInternalDomainListsReadInternalDomains404ResponseErrorWithDefaults ¶
func NewInternalDomainListsReadInternalDomains404ResponseErrorWithDefaults() *InternalDomainListsReadInternalDomains404ResponseError
NewInternalDomainListsReadInternalDomains404ResponseErrorWithDefaults instantiates a new InternalDomainListsReadInternalDomains404ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InternalDomainListsReadInternalDomains404ResponseError) GetCode ¶
func (o *InternalDomainListsReadInternalDomains404ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*InternalDomainListsReadInternalDomains404ResponseError) GetCodeOk ¶
func (o *InternalDomainListsReadInternalDomains404ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsReadInternalDomains404ResponseError) GetMessage ¶
func (o *InternalDomainListsReadInternalDomains404ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*InternalDomainListsReadInternalDomains404ResponseError) GetMessageOk ¶
func (o *InternalDomainListsReadInternalDomains404ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsReadInternalDomains404ResponseError) GetStatus ¶
func (o *InternalDomainListsReadInternalDomains404ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*InternalDomainListsReadInternalDomains404ResponseError) GetStatusOk ¶
func (o *InternalDomainListsReadInternalDomains404ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsReadInternalDomains404ResponseError) HasCode ¶
func (o *InternalDomainListsReadInternalDomains404ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*InternalDomainListsReadInternalDomains404ResponseError) HasMessage ¶
func (o *InternalDomainListsReadInternalDomains404ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*InternalDomainListsReadInternalDomains404ResponseError) HasStatus ¶
func (o *InternalDomainListsReadInternalDomains404ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (InternalDomainListsReadInternalDomains404ResponseError) MarshalJSON ¶
func (o InternalDomainListsReadInternalDomains404ResponseError) MarshalJSON() ([]byte, error)
func (*InternalDomainListsReadInternalDomains404ResponseError) SetCode ¶
func (o *InternalDomainListsReadInternalDomains404ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*InternalDomainListsReadInternalDomains404ResponseError) SetMessage ¶
func (o *InternalDomainListsReadInternalDomains404ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*InternalDomainListsReadInternalDomains404ResponseError) SetStatus ¶
func (o *InternalDomainListsReadInternalDomains404ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (InternalDomainListsReadInternalDomains404ResponseError) ToMap ¶
func (o InternalDomainListsReadInternalDomains404ResponseError) ToMap() (map[string]interface{}, error)
func (*InternalDomainListsReadInternalDomains404ResponseError) UnmarshalJSON ¶
func (o *InternalDomainListsReadInternalDomains404ResponseError) UnmarshalJSON(data []byte) (err error)
type InternalDomainListsUpdateInternalDomains400Response ¶
type InternalDomainListsUpdateInternalDomains400Response struct { Error *InternalDomainListsUpdateInternalDomains400ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
InternalDomainListsUpdateInternalDomains400Response struct for InternalDomainListsUpdateInternalDomains400Response
func NewInternalDomainListsUpdateInternalDomains400Response ¶
func NewInternalDomainListsUpdateInternalDomains400Response() *InternalDomainListsUpdateInternalDomains400Response
NewInternalDomainListsUpdateInternalDomains400Response instantiates a new InternalDomainListsUpdateInternalDomains400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInternalDomainListsUpdateInternalDomains400ResponseWithDefaults ¶
func NewInternalDomainListsUpdateInternalDomains400ResponseWithDefaults() *InternalDomainListsUpdateInternalDomains400Response
NewInternalDomainListsUpdateInternalDomains400ResponseWithDefaults instantiates a new InternalDomainListsUpdateInternalDomains400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InternalDomainListsUpdateInternalDomains400Response) GetError ¶
func (o *InternalDomainListsUpdateInternalDomains400Response) GetError() InternalDomainListsUpdateInternalDomains400ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*InternalDomainListsUpdateInternalDomains400Response) GetErrorOk ¶
func (o *InternalDomainListsUpdateInternalDomains400Response) GetErrorOk() (*InternalDomainListsUpdateInternalDomains400ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsUpdateInternalDomains400Response) HasError ¶
func (o *InternalDomainListsUpdateInternalDomains400Response) HasError() bool
HasError returns a boolean if a field has been set.
func (InternalDomainListsUpdateInternalDomains400Response) MarshalJSON ¶
func (o InternalDomainListsUpdateInternalDomains400Response) MarshalJSON() ([]byte, error)
func (*InternalDomainListsUpdateInternalDomains400Response) SetError ¶
func (o *InternalDomainListsUpdateInternalDomains400Response) SetError(v InternalDomainListsUpdateInternalDomains400ResponseError)
SetError gets a reference to the given InternalDomainListsUpdateInternalDomains400ResponseError and assigns it to the Error field.
func (InternalDomainListsUpdateInternalDomains400Response) ToMap ¶
func (o InternalDomainListsUpdateInternalDomains400Response) ToMap() (map[string]interface{}, error)
func (*InternalDomainListsUpdateInternalDomains400Response) UnmarshalJSON ¶
func (o *InternalDomainListsUpdateInternalDomains400Response) UnmarshalJSON(data []byte) (err error)
type InternalDomainListsUpdateInternalDomains400ResponseError ¶
type InternalDomainListsUpdateInternalDomains400ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
InternalDomainListsUpdateInternalDomains400ResponseError struct for InternalDomainListsUpdateInternalDomains400ResponseError
func NewInternalDomainListsUpdateInternalDomains400ResponseError ¶
func NewInternalDomainListsUpdateInternalDomains400ResponseError() *InternalDomainListsUpdateInternalDomains400ResponseError
NewInternalDomainListsUpdateInternalDomains400ResponseError instantiates a new InternalDomainListsUpdateInternalDomains400ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInternalDomainListsUpdateInternalDomains400ResponseErrorWithDefaults ¶
func NewInternalDomainListsUpdateInternalDomains400ResponseErrorWithDefaults() *InternalDomainListsUpdateInternalDomains400ResponseError
NewInternalDomainListsUpdateInternalDomains400ResponseErrorWithDefaults instantiates a new InternalDomainListsUpdateInternalDomains400ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InternalDomainListsUpdateInternalDomains400ResponseError) GetCode ¶
func (o *InternalDomainListsUpdateInternalDomains400ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*InternalDomainListsUpdateInternalDomains400ResponseError) GetCodeOk ¶
func (o *InternalDomainListsUpdateInternalDomains400ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsUpdateInternalDomains400ResponseError) GetMessage ¶
func (o *InternalDomainListsUpdateInternalDomains400ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*InternalDomainListsUpdateInternalDomains400ResponseError) GetMessageOk ¶
func (o *InternalDomainListsUpdateInternalDomains400ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsUpdateInternalDomains400ResponseError) GetStatus ¶
func (o *InternalDomainListsUpdateInternalDomains400ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*InternalDomainListsUpdateInternalDomains400ResponseError) GetStatusOk ¶
func (o *InternalDomainListsUpdateInternalDomains400ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsUpdateInternalDomains400ResponseError) HasCode ¶
func (o *InternalDomainListsUpdateInternalDomains400ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*InternalDomainListsUpdateInternalDomains400ResponseError) HasMessage ¶
func (o *InternalDomainListsUpdateInternalDomains400ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*InternalDomainListsUpdateInternalDomains400ResponseError) HasStatus ¶
func (o *InternalDomainListsUpdateInternalDomains400ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (InternalDomainListsUpdateInternalDomains400ResponseError) MarshalJSON ¶
func (o InternalDomainListsUpdateInternalDomains400ResponseError) MarshalJSON() ([]byte, error)
func (*InternalDomainListsUpdateInternalDomains400ResponseError) SetCode ¶
func (o *InternalDomainListsUpdateInternalDomains400ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*InternalDomainListsUpdateInternalDomains400ResponseError) SetMessage ¶
func (o *InternalDomainListsUpdateInternalDomains400ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*InternalDomainListsUpdateInternalDomains400ResponseError) SetStatus ¶
func (o *InternalDomainListsUpdateInternalDomains400ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (InternalDomainListsUpdateInternalDomains400ResponseError) ToMap ¶
func (o InternalDomainListsUpdateInternalDomains400ResponseError) ToMap() (map[string]interface{}, error)
func (*InternalDomainListsUpdateInternalDomains400ResponseError) UnmarshalJSON ¶
func (o *InternalDomainListsUpdateInternalDomains400ResponseError) UnmarshalJSON(data []byte) (err error)
type InternalDomainListsUpdateInternalDomains404Response ¶
type InternalDomainListsUpdateInternalDomains404Response struct { Error *InternalDomainListsUpdateInternalDomains404ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
InternalDomainListsUpdateInternalDomains404Response struct for InternalDomainListsUpdateInternalDomains404Response
func NewInternalDomainListsUpdateInternalDomains404Response ¶
func NewInternalDomainListsUpdateInternalDomains404Response() *InternalDomainListsUpdateInternalDomains404Response
NewInternalDomainListsUpdateInternalDomains404Response instantiates a new InternalDomainListsUpdateInternalDomains404Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInternalDomainListsUpdateInternalDomains404ResponseWithDefaults ¶
func NewInternalDomainListsUpdateInternalDomains404ResponseWithDefaults() *InternalDomainListsUpdateInternalDomains404Response
NewInternalDomainListsUpdateInternalDomains404ResponseWithDefaults instantiates a new InternalDomainListsUpdateInternalDomains404Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InternalDomainListsUpdateInternalDomains404Response) GetError ¶
func (o *InternalDomainListsUpdateInternalDomains404Response) GetError() InternalDomainListsUpdateInternalDomains404ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*InternalDomainListsUpdateInternalDomains404Response) GetErrorOk ¶
func (o *InternalDomainListsUpdateInternalDomains404Response) GetErrorOk() (*InternalDomainListsUpdateInternalDomains404ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsUpdateInternalDomains404Response) HasError ¶
func (o *InternalDomainListsUpdateInternalDomains404Response) HasError() bool
HasError returns a boolean if a field has been set.
func (InternalDomainListsUpdateInternalDomains404Response) MarshalJSON ¶
func (o InternalDomainListsUpdateInternalDomains404Response) MarshalJSON() ([]byte, error)
func (*InternalDomainListsUpdateInternalDomains404Response) SetError ¶
func (o *InternalDomainListsUpdateInternalDomains404Response) SetError(v InternalDomainListsUpdateInternalDomains404ResponseError)
SetError gets a reference to the given InternalDomainListsUpdateInternalDomains404ResponseError and assigns it to the Error field.
func (InternalDomainListsUpdateInternalDomains404Response) ToMap ¶
func (o InternalDomainListsUpdateInternalDomains404Response) ToMap() (map[string]interface{}, error)
func (*InternalDomainListsUpdateInternalDomains404Response) UnmarshalJSON ¶
func (o *InternalDomainListsUpdateInternalDomains404Response) UnmarshalJSON(data []byte) (err error)
type InternalDomainListsUpdateInternalDomains404ResponseError ¶
type InternalDomainListsUpdateInternalDomains404ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
InternalDomainListsUpdateInternalDomains404ResponseError struct for InternalDomainListsUpdateInternalDomains404ResponseError
func NewInternalDomainListsUpdateInternalDomains404ResponseError ¶
func NewInternalDomainListsUpdateInternalDomains404ResponseError() *InternalDomainListsUpdateInternalDomains404ResponseError
NewInternalDomainListsUpdateInternalDomains404ResponseError instantiates a new InternalDomainListsUpdateInternalDomains404ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInternalDomainListsUpdateInternalDomains404ResponseErrorWithDefaults ¶
func NewInternalDomainListsUpdateInternalDomains404ResponseErrorWithDefaults() *InternalDomainListsUpdateInternalDomains404ResponseError
NewInternalDomainListsUpdateInternalDomains404ResponseErrorWithDefaults instantiates a new InternalDomainListsUpdateInternalDomains404ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InternalDomainListsUpdateInternalDomains404ResponseError) GetCode ¶
func (o *InternalDomainListsUpdateInternalDomains404ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*InternalDomainListsUpdateInternalDomains404ResponseError) GetCodeOk ¶
func (o *InternalDomainListsUpdateInternalDomains404ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsUpdateInternalDomains404ResponseError) GetMessage ¶
func (o *InternalDomainListsUpdateInternalDomains404ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*InternalDomainListsUpdateInternalDomains404ResponseError) GetMessageOk ¶
func (o *InternalDomainListsUpdateInternalDomains404ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsUpdateInternalDomains404ResponseError) GetStatus ¶
func (o *InternalDomainListsUpdateInternalDomains404ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*InternalDomainListsUpdateInternalDomains404ResponseError) GetStatusOk ¶
func (o *InternalDomainListsUpdateInternalDomains404ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainListsUpdateInternalDomains404ResponseError) HasCode ¶
func (o *InternalDomainListsUpdateInternalDomains404ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*InternalDomainListsUpdateInternalDomains404ResponseError) HasMessage ¶
func (o *InternalDomainListsUpdateInternalDomains404ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*InternalDomainListsUpdateInternalDomains404ResponseError) HasStatus ¶
func (o *InternalDomainListsUpdateInternalDomains404ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (InternalDomainListsUpdateInternalDomains404ResponseError) MarshalJSON ¶
func (o InternalDomainListsUpdateInternalDomains404ResponseError) MarshalJSON() ([]byte, error)
func (*InternalDomainListsUpdateInternalDomains404ResponseError) SetCode ¶
func (o *InternalDomainListsUpdateInternalDomains404ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*InternalDomainListsUpdateInternalDomains404ResponseError) SetMessage ¶
func (o *InternalDomainListsUpdateInternalDomains404ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*InternalDomainListsUpdateInternalDomains404ResponseError) SetStatus ¶
func (o *InternalDomainListsUpdateInternalDomains404ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (InternalDomainListsUpdateInternalDomains404ResponseError) ToMap ¶
func (o InternalDomainListsUpdateInternalDomains404ResponseError) ToMap() (map[string]interface{}, error)
func (*InternalDomainListsUpdateInternalDomains404ResponseError) UnmarshalJSON ¶
func (o *InternalDomainListsUpdateInternalDomains404ResponseError) UnmarshalJSON(data []byte) (err error)
type InternalDomains ¶
type InternalDomains struct { // The time when this Internal Domain lists object was created. CreatedTime *time.Time `json:"created_time,omitempty"` // The brief description for the internal domain lists . Description *string `json:"description,omitempty"` // The Internal Domain object identifier. Id *int32 `json:"id,omitempty"` // The list of internal domains, should be unique to each other and has to be read-only from the API level. InternalDomains []string `json:"internal_domains,omitempty"` // True if name is 'Default Bypass Domains/CIDRs' otherwise false. IsDefault *bool `json:"is_default,omitempty"` // The name of the internal domain lists. Name *string `json:"name,omitempty"` // Enables tag support for resource where tags attribute contains user-defined key value pairs Tags map[string]interface{} `json:"tags,omitempty"` // The time when this Internal domain lists object was last updated. UpdatedTime *time.Time `json:"updated_time,omitempty"` AdditionalProperties map[string]interface{} }
InternalDomains The Internal Domain List object. The internal domain list is a transport object for reporting gathering internal domains. This feature allows users to configure bypass lists for specific DFP and ATEP groups. Bypass Lists provides the users to create ‘Internal Domains List’ objects with a name, description, and a list of domains/ip/cidr. These lists are referenced by and attached to DFP, and ATEP groups. Once attached to DFP, dfp configuration endpoints will return the values under all associated domain lists as domains. Once attached to ATEP, atep login endpoint will return the values under all associated lists as bypass_list.
func NewInternalDomains ¶
func NewInternalDomains() *InternalDomains
NewInternalDomains instantiates a new InternalDomains object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInternalDomainsWithDefaults ¶
func NewInternalDomainsWithDefaults() *InternalDomains
NewInternalDomainsWithDefaults instantiates a new InternalDomains object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InternalDomains) GetCreatedTime ¶
func (o *InternalDomains) GetCreatedTime() time.Time
GetCreatedTime returns the CreatedTime field value if set, zero value otherwise.
func (*InternalDomains) GetCreatedTimeOk ¶
func (o *InternalDomains) GetCreatedTimeOk() (*time.Time, bool)
GetCreatedTimeOk returns a tuple with the CreatedTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomains) GetDescription ¶
func (o *InternalDomains) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*InternalDomains) GetDescriptionOk ¶
func (o *InternalDomains) 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 (*InternalDomains) GetId ¶
func (o *InternalDomains) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*InternalDomains) GetIdOk ¶
func (o *InternalDomains) GetIdOk() (*int32, 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 (*InternalDomains) GetInternalDomains ¶
func (o *InternalDomains) GetInternalDomains() []string
GetInternalDomains returns the InternalDomains field value if set, zero value otherwise.
func (*InternalDomains) GetInternalDomainsOk ¶
func (o *InternalDomains) GetInternalDomainsOk() ([]string, bool)
GetInternalDomainsOk returns a tuple with the InternalDomains field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomains) GetIsDefault ¶
func (o *InternalDomains) GetIsDefault() bool
GetIsDefault returns the IsDefault field value if set, zero value otherwise.
func (*InternalDomains) GetIsDefaultOk ¶
func (o *InternalDomains) GetIsDefaultOk() (*bool, bool)
GetIsDefaultOk returns a tuple with the IsDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomains) GetName ¶
func (o *InternalDomains) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*InternalDomains) GetNameOk ¶
func (o *InternalDomains) 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 (*InternalDomains) GetTags ¶
func (o *InternalDomains) GetTags() map[string]interface{}
GetTags returns the Tags field value if set, zero value otherwise.
func (*InternalDomains) GetTagsOk ¶
func (o *InternalDomains) GetTagsOk() (map[string]interface{}, 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 (*InternalDomains) GetUpdatedTime ¶
func (o *InternalDomains) GetUpdatedTime() time.Time
GetUpdatedTime returns the UpdatedTime field value if set, zero value otherwise.
func (*InternalDomains) GetUpdatedTimeOk ¶
func (o *InternalDomains) GetUpdatedTimeOk() (*time.Time, bool)
GetUpdatedTimeOk returns a tuple with the UpdatedTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomains) HasCreatedTime ¶
func (o *InternalDomains) HasCreatedTime() bool
HasCreatedTime returns a boolean if a field has been set.
func (*InternalDomains) HasDescription ¶
func (o *InternalDomains) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*InternalDomains) HasId ¶
func (o *InternalDomains) HasId() bool
HasId returns a boolean if a field has been set.
func (*InternalDomains) HasInternalDomains ¶
func (o *InternalDomains) HasInternalDomains() bool
HasInternalDomains returns a boolean if a field has been set.
func (*InternalDomains) HasIsDefault ¶
func (o *InternalDomains) HasIsDefault() bool
HasIsDefault returns a boolean if a field has been set.
func (*InternalDomains) HasName ¶
func (o *InternalDomains) HasName() bool
HasName returns a boolean if a field has been set.
func (*InternalDomains) HasTags ¶
func (o *InternalDomains) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*InternalDomains) HasUpdatedTime ¶
func (o *InternalDomains) HasUpdatedTime() bool
HasUpdatedTime returns a boolean if a field has been set.
func (InternalDomains) MarshalJSON ¶
func (o InternalDomains) MarshalJSON() ([]byte, error)
func (*InternalDomains) SetCreatedTime ¶
func (o *InternalDomains) SetCreatedTime(v time.Time)
SetCreatedTime gets a reference to the given time.Time and assigns it to the CreatedTime field.
func (*InternalDomains) SetDescription ¶
func (o *InternalDomains) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*InternalDomains) SetId ¶
func (o *InternalDomains) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*InternalDomains) SetInternalDomains ¶
func (o *InternalDomains) SetInternalDomains(v []string)
SetInternalDomains gets a reference to the given []string and assigns it to the InternalDomains field.
func (*InternalDomains) SetIsDefault ¶
func (o *InternalDomains) SetIsDefault(v bool)
SetIsDefault gets a reference to the given bool and assigns it to the IsDefault field.
func (*InternalDomains) SetName ¶
func (o *InternalDomains) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*InternalDomains) SetTags ¶
func (o *InternalDomains) SetTags(v map[string]interface{})
SetTags gets a reference to the given map[string]interface{} and assigns it to the Tags field.
func (*InternalDomains) SetUpdatedTime ¶
func (o *InternalDomains) SetUpdatedTime(v time.Time)
SetUpdatedTime gets a reference to the given time.Time and assigns it to the UpdatedTime field.
func (InternalDomains) ToMap ¶
func (o InternalDomains) ToMap() (map[string]interface{}, error)
func (*InternalDomains) UnmarshalJSON ¶
func (o *InternalDomains) UnmarshalJSON(data []byte) (err error)
type InternalDomainsCreateResponse ¶
type InternalDomainsCreateResponse struct { // The Internal Domains object. Results *InternalDomains `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
InternalDomainsCreateResponse The Internal Domains create response.
func NewInternalDomainsCreateResponse ¶
func NewInternalDomainsCreateResponse() *InternalDomainsCreateResponse
NewInternalDomainsCreateResponse instantiates a new InternalDomainsCreateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInternalDomainsCreateResponseWithDefaults ¶
func NewInternalDomainsCreateResponseWithDefaults() *InternalDomainsCreateResponse
NewInternalDomainsCreateResponseWithDefaults instantiates a new InternalDomainsCreateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InternalDomainsCreateResponse) GetResults ¶
func (o *InternalDomainsCreateResponse) GetResults() InternalDomains
GetResults returns the Results field value if set, zero value otherwise.
func (*InternalDomainsCreateResponse) GetResultsOk ¶
func (o *InternalDomainsCreateResponse) GetResultsOk() (*InternalDomains, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainsCreateResponse) HasResults ¶
func (o *InternalDomainsCreateResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (InternalDomainsCreateResponse) MarshalJSON ¶
func (o InternalDomainsCreateResponse) MarshalJSON() ([]byte, error)
func (*InternalDomainsCreateResponse) SetResults ¶
func (o *InternalDomainsCreateResponse) SetResults(v InternalDomains)
SetResults gets a reference to the given InternalDomains and assigns it to the Results field.
func (InternalDomainsCreateResponse) ToMap ¶
func (o InternalDomainsCreateResponse) ToMap() (map[string]interface{}, error)
func (*InternalDomainsCreateResponse) UnmarshalJSON ¶
func (o *InternalDomainsCreateResponse) UnmarshalJSON(data []byte) (err error)
type InternalDomainsDeleteRequest ¶
type InternalDomainsDeleteRequest struct { // The list of InternalDomains object identifiers. Ids []int32 `json:"ids,omitempty"` AdditionalProperties map[string]interface{} }
InternalDomainsDeleteRequest The Internal Domains delete request.
func NewInternalDomainsDeleteRequest ¶
func NewInternalDomainsDeleteRequest() *InternalDomainsDeleteRequest
NewInternalDomainsDeleteRequest instantiates a new InternalDomainsDeleteRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInternalDomainsDeleteRequestWithDefaults ¶
func NewInternalDomainsDeleteRequestWithDefaults() *InternalDomainsDeleteRequest
NewInternalDomainsDeleteRequestWithDefaults instantiates a new InternalDomainsDeleteRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InternalDomainsDeleteRequest) GetIds ¶
func (o *InternalDomainsDeleteRequest) GetIds() []int32
GetIds returns the Ids field value if set, zero value otherwise.
func (*InternalDomainsDeleteRequest) GetIdsOk ¶
func (o *InternalDomainsDeleteRequest) GetIdsOk() ([]int32, bool)
GetIdsOk returns a tuple with the Ids field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainsDeleteRequest) HasIds ¶
func (o *InternalDomainsDeleteRequest) HasIds() bool
HasIds returns a boolean if a field has been set.
func (InternalDomainsDeleteRequest) MarshalJSON ¶
func (o InternalDomainsDeleteRequest) MarshalJSON() ([]byte, error)
func (*InternalDomainsDeleteRequest) SetIds ¶
func (o *InternalDomainsDeleteRequest) SetIds(v []int32)
SetIds gets a reference to the given []int32 and assigns it to the Ids field.
func (InternalDomainsDeleteRequest) ToMap ¶
func (o InternalDomainsDeleteRequest) ToMap() (map[string]interface{}, error)
func (*InternalDomainsDeleteRequest) UnmarshalJSON ¶
func (o *InternalDomainsDeleteRequest) UnmarshalJSON(data []byte) (err error)
type InternalDomainsItems ¶
type InternalDomainsItems struct { // The List of ItemStructs structure which contains the item and its description DeletedItemsDescribed []ItemStructs `json:"deleted_items_described,omitempty"` // The Internal Domain List object identifier. Id *int32 `json:"id,omitempty"` // The List of ItemStructs structure which contains the item and its description InsertedItemsDescribed []ItemStructs `json:"inserted_items_described,omitempty"` AdditionalProperties map[string]interface{} }
InternalDomainsItems struct for InternalDomainsItems
func NewInternalDomainsItems ¶
func NewInternalDomainsItems() *InternalDomainsItems
NewInternalDomainsItems instantiates a new InternalDomainsItems object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInternalDomainsItemsWithDefaults ¶
func NewInternalDomainsItemsWithDefaults() *InternalDomainsItems
NewInternalDomainsItemsWithDefaults instantiates a new InternalDomainsItems object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InternalDomainsItems) GetDeletedItemsDescribed ¶
func (o *InternalDomainsItems) GetDeletedItemsDescribed() []ItemStructs
GetDeletedItemsDescribed returns the DeletedItemsDescribed field value if set, zero value otherwise.
func (*InternalDomainsItems) GetDeletedItemsDescribedOk ¶
func (o *InternalDomainsItems) GetDeletedItemsDescribedOk() ([]ItemStructs, bool)
GetDeletedItemsDescribedOk returns a tuple with the DeletedItemsDescribed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainsItems) GetId ¶
func (o *InternalDomainsItems) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*InternalDomainsItems) GetIdOk ¶
func (o *InternalDomainsItems) GetIdOk() (*int32, 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 (*InternalDomainsItems) GetInsertedItemsDescribed ¶
func (o *InternalDomainsItems) GetInsertedItemsDescribed() []ItemStructs
GetInsertedItemsDescribed returns the InsertedItemsDescribed field value if set, zero value otherwise.
func (*InternalDomainsItems) GetInsertedItemsDescribedOk ¶
func (o *InternalDomainsItems) GetInsertedItemsDescribedOk() ([]ItemStructs, bool)
GetInsertedItemsDescribedOk returns a tuple with the InsertedItemsDescribed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainsItems) HasDeletedItemsDescribed ¶
func (o *InternalDomainsItems) HasDeletedItemsDescribed() bool
HasDeletedItemsDescribed returns a boolean if a field has been set.
func (*InternalDomainsItems) HasId ¶
func (o *InternalDomainsItems) HasId() bool
HasId returns a boolean if a field has been set.
func (*InternalDomainsItems) HasInsertedItemsDescribed ¶
func (o *InternalDomainsItems) HasInsertedItemsDescribed() bool
HasInsertedItemsDescribed returns a boolean if a field has been set.
func (InternalDomainsItems) MarshalJSON ¶
func (o InternalDomainsItems) MarshalJSON() ([]byte, error)
func (*InternalDomainsItems) SetDeletedItemsDescribed ¶
func (o *InternalDomainsItems) SetDeletedItemsDescribed(v []ItemStructs)
SetDeletedItemsDescribed gets a reference to the given []ItemStructs and assigns it to the DeletedItemsDescribed field.
func (*InternalDomainsItems) SetId ¶
func (o *InternalDomainsItems) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*InternalDomainsItems) SetInsertedItemsDescribed ¶
func (o *InternalDomainsItems) SetInsertedItemsDescribed(v []ItemStructs)
SetInsertedItemsDescribed gets a reference to the given []ItemStructs and assigns it to the InsertedItemsDescribed field.
func (InternalDomainsItems) ToMap ¶
func (o InternalDomainsItems) ToMap() (map[string]interface{}, error)
func (*InternalDomainsItems) UnmarshalJSON ¶
func (o *InternalDomainsItems) UnmarshalJSON(data []byte) (err error)
type InternalDomainsMultiResponse ¶
type InternalDomainsMultiResponse struct { // The list of Internal Domains objects. Results []InternalDomains `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
InternalDomainsMultiResponse The Internal domains list response.
func NewInternalDomainsMultiResponse ¶
func NewInternalDomainsMultiResponse() *InternalDomainsMultiResponse
NewInternalDomainsMultiResponse instantiates a new InternalDomainsMultiResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInternalDomainsMultiResponseWithDefaults ¶
func NewInternalDomainsMultiResponseWithDefaults() *InternalDomainsMultiResponse
NewInternalDomainsMultiResponseWithDefaults instantiates a new InternalDomainsMultiResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InternalDomainsMultiResponse) GetResults ¶
func (o *InternalDomainsMultiResponse) GetResults() []InternalDomains
GetResults returns the Results field value if set, zero value otherwise.
func (*InternalDomainsMultiResponse) GetResultsOk ¶
func (o *InternalDomainsMultiResponse) GetResultsOk() ([]InternalDomains, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainsMultiResponse) HasResults ¶
func (o *InternalDomainsMultiResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (InternalDomainsMultiResponse) MarshalJSON ¶
func (o InternalDomainsMultiResponse) MarshalJSON() ([]byte, error)
func (*InternalDomainsMultiResponse) SetResults ¶
func (o *InternalDomainsMultiResponse) SetResults(v []InternalDomains)
SetResults gets a reference to the given []InternalDomains and assigns it to the Results field.
func (InternalDomainsMultiResponse) ToMap ¶
func (o InternalDomainsMultiResponse) ToMap() (map[string]interface{}, error)
func (*InternalDomainsMultiResponse) UnmarshalJSON ¶
func (o *InternalDomainsMultiResponse) UnmarshalJSON(data []byte) (err error)
type InternalDomainsReadResponse ¶
type InternalDomainsReadResponse struct { // The Internal Domains object. Results *InternalDomains `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
InternalDomainsReadResponse The Internal Domains read response.
func NewInternalDomainsReadResponse ¶
func NewInternalDomainsReadResponse() *InternalDomainsReadResponse
NewInternalDomainsReadResponse instantiates a new InternalDomainsReadResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInternalDomainsReadResponseWithDefaults ¶
func NewInternalDomainsReadResponseWithDefaults() *InternalDomainsReadResponse
NewInternalDomainsReadResponseWithDefaults instantiates a new InternalDomainsReadResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InternalDomainsReadResponse) GetResults ¶
func (o *InternalDomainsReadResponse) GetResults() InternalDomains
GetResults returns the Results field value if set, zero value otherwise.
func (*InternalDomainsReadResponse) GetResultsOk ¶
func (o *InternalDomainsReadResponse) GetResultsOk() (*InternalDomains, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainsReadResponse) HasResults ¶
func (o *InternalDomainsReadResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (InternalDomainsReadResponse) MarshalJSON ¶
func (o InternalDomainsReadResponse) MarshalJSON() ([]byte, error)
func (*InternalDomainsReadResponse) SetResults ¶
func (o *InternalDomainsReadResponse) SetResults(v InternalDomains)
SetResults gets a reference to the given InternalDomains and assigns it to the Results field.
func (InternalDomainsReadResponse) ToMap ¶
func (o InternalDomainsReadResponse) ToMap() (map[string]interface{}, error)
func (*InternalDomainsReadResponse) UnmarshalJSON ¶
func (o *InternalDomainsReadResponse) UnmarshalJSON(data []byte) (err error)
type InternalDomainsUpdateResponse ¶
type InternalDomainsUpdateResponse struct { // The Internal Domains object. Results *InternalDomains `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
InternalDomainsUpdateResponse The Internal domains update response.
func NewInternalDomainsUpdateResponse ¶
func NewInternalDomainsUpdateResponse() *InternalDomainsUpdateResponse
NewInternalDomainsUpdateResponse instantiates a new InternalDomainsUpdateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInternalDomainsUpdateResponseWithDefaults ¶
func NewInternalDomainsUpdateResponseWithDefaults() *InternalDomainsUpdateResponse
NewInternalDomainsUpdateResponseWithDefaults instantiates a new InternalDomainsUpdateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InternalDomainsUpdateResponse) GetResults ¶
func (o *InternalDomainsUpdateResponse) GetResults() InternalDomains
GetResults returns the Results field value if set, zero value otherwise.
func (*InternalDomainsUpdateResponse) GetResultsOk ¶
func (o *InternalDomainsUpdateResponse) GetResultsOk() (*InternalDomains, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InternalDomainsUpdateResponse) HasResults ¶
func (o *InternalDomainsUpdateResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (InternalDomainsUpdateResponse) MarshalJSON ¶
func (o InternalDomainsUpdateResponse) MarshalJSON() ([]byte, error)
func (*InternalDomainsUpdateResponse) SetResults ¶
func (o *InternalDomainsUpdateResponse) SetResults(v InternalDomains)
SetResults gets a reference to the given InternalDomains and assigns it to the Results field.
func (InternalDomainsUpdateResponse) ToMap ¶
func (o InternalDomainsUpdateResponse) ToMap() (map[string]interface{}, error)
func (*InternalDomainsUpdateResponse) UnmarshalJSON ¶
func (o *InternalDomainsUpdateResponse) UnmarshalJSON(data []byte) (err error)
type ItemStructs ¶
type ItemStructs struct { // The description of the item Description *string `json:"description,omitempty"` // The data of the Item Item *string `json:"item,omitempty"` AdditionalProperties map[string]interface{} }
ItemStructs The Items Structure which contains the item and its description
func NewItemStructs ¶
func NewItemStructs() *ItemStructs
NewItemStructs instantiates a new ItemStructs object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewItemStructsWithDefaults ¶
func NewItemStructsWithDefaults() *ItemStructs
NewItemStructsWithDefaults instantiates a new ItemStructs object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ItemStructs) GetDescription ¶
func (o *ItemStructs) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ItemStructs) GetDescriptionOk ¶
func (o *ItemStructs) 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 (*ItemStructs) GetItem ¶
func (o *ItemStructs) GetItem() string
GetItem returns the Item field value if set, zero value otherwise.
func (*ItemStructs) GetItemOk ¶
func (o *ItemStructs) GetItemOk() (*string, bool)
GetItemOk returns a tuple with the Item field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ItemStructs) HasDescription ¶
func (o *ItemStructs) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ItemStructs) HasItem ¶
func (o *ItemStructs) HasItem() bool
HasItem returns a boolean if a field has been set.
func (ItemStructs) MarshalJSON ¶
func (o ItemStructs) MarshalJSON() ([]byte, error)
func (*ItemStructs) SetDescription ¶
func (o *ItemStructs) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ItemStructs) SetItem ¶
func (o *ItemStructs) SetItem(v string)
SetItem gets a reference to the given string and assigns it to the Item field.
func (ItemStructs) ToMap ¶
func (o ItemStructs) ToMap() (map[string]interface{}, error)
func (*ItemStructs) UnmarshalJSON ¶
func (o *ItemStructs) UnmarshalJSON(data []byte) (err error)
type ListPoPRegionsResponse ¶
type ListPoPRegionsResponse struct { Results []PoPRegion `json:"results,omitempty"` TotalResultCount *int32 `json:"total_result_count,omitempty"` AdditionalProperties map[string]interface{} }
ListPoPRegionsResponse struct for ListPoPRegionsResponse
func NewListPoPRegionsResponse ¶
func NewListPoPRegionsResponse() *ListPoPRegionsResponse
NewListPoPRegionsResponse instantiates a new ListPoPRegionsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListPoPRegionsResponseWithDefaults ¶
func NewListPoPRegionsResponseWithDefaults() *ListPoPRegionsResponse
NewListPoPRegionsResponseWithDefaults instantiates a new ListPoPRegionsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListPoPRegionsResponse) GetResults ¶
func (o *ListPoPRegionsResponse) GetResults() []PoPRegion
GetResults returns the Results field value if set, zero value otherwise.
func (*ListPoPRegionsResponse) GetResultsOk ¶
func (o *ListPoPRegionsResponse) GetResultsOk() ([]PoPRegion, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListPoPRegionsResponse) GetTotalResultCount ¶
func (o *ListPoPRegionsResponse) GetTotalResultCount() int32
GetTotalResultCount returns the TotalResultCount field value if set, zero value otherwise.
func (*ListPoPRegionsResponse) GetTotalResultCountOk ¶
func (o *ListPoPRegionsResponse) GetTotalResultCountOk() (*int32, bool)
GetTotalResultCountOk returns a tuple with the TotalResultCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListPoPRegionsResponse) HasResults ¶
func (o *ListPoPRegionsResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (*ListPoPRegionsResponse) HasTotalResultCount ¶
func (o *ListPoPRegionsResponse) HasTotalResultCount() bool
HasTotalResultCount returns a boolean if a field has been set.
func (ListPoPRegionsResponse) MarshalJSON ¶
func (o ListPoPRegionsResponse) MarshalJSON() ([]byte, error)
func (*ListPoPRegionsResponse) SetResults ¶
func (o *ListPoPRegionsResponse) SetResults(v []PoPRegion)
SetResults gets a reference to the given []PoPRegion and assigns it to the Results field.
func (*ListPoPRegionsResponse) SetTotalResultCount ¶
func (o *ListPoPRegionsResponse) SetTotalResultCount(v int32)
SetTotalResultCount gets a reference to the given int32 and assigns it to the TotalResultCount field.
func (ListPoPRegionsResponse) ToMap ¶
func (o ListPoPRegionsResponse) ToMap() (map[string]interface{}, error)
func (*ListPoPRegionsResponse) UnmarshalJSON ¶
func (o *ListPoPRegionsResponse) UnmarshalJSON(data []byte) (err error)
type ListSeverityLevels ¶
type ListSeverityLevels struct { // The confidence level for a TI list. The possible values are [LOW\", \"MEDIUM\", \"HIGH\"] ConfidenceLevel *string `json:"confidence_level,omitempty"` // The Named List object identifier. Id *int32 `json:"id,omitempty"` // Enables tag support for resource where tags attribute contains user-defined key value pairs Tags map[string]interface{} `json:"tags,omitempty"` // The threat level for a TI list. The possible values are [\"INFO\", \"LOW\", \"MEDIUM\", \"HIGH\"] ThreatLevel *string `json:"threat_level,omitempty"` AdditionalProperties map[string]interface{} }
ListSeverityLevels The Payload for Patch Operation to update Threat/Confidence Levels and Tags in TI List
func NewListSeverityLevels ¶
func NewListSeverityLevels() *ListSeverityLevels
NewListSeverityLevels instantiates a new ListSeverityLevels object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListSeverityLevelsWithDefaults ¶
func NewListSeverityLevelsWithDefaults() *ListSeverityLevels
NewListSeverityLevelsWithDefaults instantiates a new ListSeverityLevels object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListSeverityLevels) GetConfidenceLevel ¶
func (o *ListSeverityLevels) GetConfidenceLevel() string
GetConfidenceLevel returns the ConfidenceLevel field value if set, zero value otherwise.
func (*ListSeverityLevels) GetConfidenceLevelOk ¶
func (o *ListSeverityLevels) GetConfidenceLevelOk() (*string, bool)
GetConfidenceLevelOk returns a tuple with the ConfidenceLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListSeverityLevels) GetId ¶
func (o *ListSeverityLevels) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*ListSeverityLevels) GetIdOk ¶
func (o *ListSeverityLevels) GetIdOk() (*int32, 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 (*ListSeverityLevels) GetTags ¶
func (o *ListSeverityLevels) GetTags() map[string]interface{}
GetTags returns the Tags field value if set, zero value otherwise.
func (*ListSeverityLevels) GetTagsOk ¶
func (o *ListSeverityLevels) GetTagsOk() (map[string]interface{}, 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 (*ListSeverityLevels) GetThreatLevel ¶
func (o *ListSeverityLevels) GetThreatLevel() string
GetThreatLevel returns the ThreatLevel field value if set, zero value otherwise.
func (*ListSeverityLevels) GetThreatLevelOk ¶
func (o *ListSeverityLevels) GetThreatLevelOk() (*string, bool)
GetThreatLevelOk returns a tuple with the ThreatLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListSeverityLevels) HasConfidenceLevel ¶
func (o *ListSeverityLevels) HasConfidenceLevel() bool
HasConfidenceLevel returns a boolean if a field has been set.
func (*ListSeverityLevels) HasId ¶
func (o *ListSeverityLevels) HasId() bool
HasId returns a boolean if a field has been set.
func (*ListSeverityLevels) HasTags ¶
func (o *ListSeverityLevels) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*ListSeverityLevels) HasThreatLevel ¶
func (o *ListSeverityLevels) HasThreatLevel() bool
HasThreatLevel returns a boolean if a field has been set.
func (ListSeverityLevels) MarshalJSON ¶
func (o ListSeverityLevels) MarshalJSON() ([]byte, error)
func (*ListSeverityLevels) SetConfidenceLevel ¶
func (o *ListSeverityLevels) SetConfidenceLevel(v string)
SetConfidenceLevel gets a reference to the given string and assigns it to the ConfidenceLevel field.
func (*ListSeverityLevels) SetId ¶
func (o *ListSeverityLevels) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*ListSeverityLevels) SetTags ¶
func (o *ListSeverityLevels) SetTags(v map[string]interface{})
SetTags gets a reference to the given map[string]interface{} and assigns it to the Tags field.
func (*ListSeverityLevels) SetThreatLevel ¶
func (o *ListSeverityLevels) SetThreatLevel(v string)
SetThreatLevel gets a reference to the given string and assigns it to the ThreatLevel field.
func (ListSeverityLevels) ToMap ¶
func (o ListSeverityLevels) ToMap() (map[string]interface{}, error)
func (*ListSeverityLevels) UnmarshalJSON ¶
func (o *ListSeverityLevels) UnmarshalJSON(data []byte) (err error)
type MappedNullable ¶
type MultiListUpdate ¶
type MultiListUpdate struct { // The Named List object identifier. Ids []int32 `json:"ids,omitempty"` // The List of ItemStructs structure which contains the item and its description InsertedItemsDescribed []ItemStructs `json:"inserted_items_described,omitempty"` AdditionalProperties map[string]interface{} }
MultiListUpdate struct for MultiListUpdate
func NewMultiListUpdate ¶
func NewMultiListUpdate() *MultiListUpdate
NewMultiListUpdate instantiates a new MultiListUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMultiListUpdateWithDefaults ¶
func NewMultiListUpdateWithDefaults() *MultiListUpdate
NewMultiListUpdateWithDefaults instantiates a new MultiListUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MultiListUpdate) GetIds ¶
func (o *MultiListUpdate) GetIds() []int32
GetIds returns the Ids field value if set, zero value otherwise.
func (*MultiListUpdate) GetIdsOk ¶
func (o *MultiListUpdate) GetIdsOk() ([]int32, bool)
GetIdsOk returns a tuple with the Ids field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MultiListUpdate) GetInsertedItemsDescribed ¶
func (o *MultiListUpdate) GetInsertedItemsDescribed() []ItemStructs
GetInsertedItemsDescribed returns the InsertedItemsDescribed field value if set, zero value otherwise.
func (*MultiListUpdate) GetInsertedItemsDescribedOk ¶
func (o *MultiListUpdate) GetInsertedItemsDescribedOk() ([]ItemStructs, bool)
GetInsertedItemsDescribedOk returns a tuple with the InsertedItemsDescribed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MultiListUpdate) HasIds ¶
func (o *MultiListUpdate) HasIds() bool
HasIds returns a boolean if a field has been set.
func (*MultiListUpdate) HasInsertedItemsDescribed ¶
func (o *MultiListUpdate) HasInsertedItemsDescribed() bool
HasInsertedItemsDescribed returns a boolean if a field has been set.
func (MultiListUpdate) MarshalJSON ¶
func (o MultiListUpdate) MarshalJSON() ([]byte, error)
func (*MultiListUpdate) SetIds ¶
func (o *MultiListUpdate) SetIds(v []int32)
SetIds gets a reference to the given []int32 and assigns it to the Ids field.
func (*MultiListUpdate) SetInsertedItemsDescribed ¶
func (o *MultiListUpdate) SetInsertedItemsDescribed(v []ItemStructs)
SetInsertedItemsDescribed gets a reference to the given []ItemStructs and assigns it to the InsertedItemsDescribed field.
func (MultiListUpdate) ToMap ¶
func (o MultiListUpdate) ToMap() (map[string]interface{}, error)
func (*MultiListUpdate) UnmarshalJSON ¶
func (o *MultiListUpdate) UnmarshalJSON(data []byte) (err error)
type NamedList ¶
type NamedList struct { // The confidence level for a custom list. The possible values are [\"LOW\", \"MEDIUM\", \"HIGH\"] ConfidenceLevel *string `json:"confidence_level,omitempty"` // The time when this Named List object was created. CreatedTime *time.Time `json:"created_time,omitempty"` // The brief description for the named list. Description *string `json:"description,omitempty"` // The Named List object identifier. Id *int32 `json:"id,omitempty"` // The number of items in this named list. ItemCount *int32 `json:"item_count,omitempty"` // The list of the FQDN or IPv4/IPv6 CIDRs to define whitelists and blacklists for additional protection. Items []string `json:"items,omitempty"` // The List of ItemStructs structure which contains the item and its description ItemsDescribed []ItemStructs `json:"items_described,omitempty"` // The name of the named list. Name *string `json:"name,omitempty"` // The list of the security policy names with which the named list is associated. Policies []string `json:"policies,omitempty"` // Enables tag support for resource where tags attribute contains user-defined key value pairs Tags map[string]interface{} `json:"tags,omitempty"` // The threat level for a custom list. The possible values are [\"INFO\", \"LOW\", \"MEDIUM\", \"HIGH\"] ThreatLevel *string `json:"threat_level,omitempty"` // The type of the named list, that can be \"custom_list\", \"threat_insight\", \"fast_flux\", \"dga\", \"dnsm\", \"threat_insight_nde\", \"default_allow\", \"default_block\" or \"threat_insight_nde\". Type *string `json:"type,omitempty"` // The time when this Named List object was last updated. UpdatedTime *time.Time `json:"updated_time,omitempty"` AdditionalProperties map[string]interface{} }
NamedList The Named List object. The Named List object represents several types of lists allowed for BloxOne Cloud such as predefined threat intelligence feeds that your subscription offers (Threat Insight, Fast Flux, DGA, DNSM). In addition to the predefined threat intelligence feeds that your subscription offers, you can create custom lists (containing domains and IP addresses) to define whitelists and blacklists for additional protection. You can use a custom list to complement existing feeds or override the Block, Allow, Log, or Redirect action that is currently defined for an existing feed. Note that lists representing predefined TI feeds cannot be created, updated and deleted.
func NewNamedList ¶
func NewNamedList() *NamedList
NewNamedList instantiates a new NamedList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNamedListWithDefaults ¶
func NewNamedListWithDefaults() *NamedList
NewNamedListWithDefaults instantiates a new NamedList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NamedList) GetConfidenceLevel ¶
GetConfidenceLevel returns the ConfidenceLevel field value if set, zero value otherwise.
func (*NamedList) GetConfidenceLevelOk ¶
GetConfidenceLevelOk returns a tuple with the ConfidenceLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedList) GetCreatedTime ¶
GetCreatedTime returns the CreatedTime field value if set, zero value otherwise.
func (*NamedList) GetCreatedTimeOk ¶
GetCreatedTimeOk returns a tuple with the CreatedTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedList) GetDescription ¶
GetDescription returns the Description field value if set, zero value otherwise.
func (*NamedList) GetDescriptionOk ¶
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedList) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedList) GetItemCount ¶
GetItemCount returns the ItemCount field value if set, zero value otherwise.
func (*NamedList) GetItemCountOk ¶
GetItemCountOk returns a tuple with the ItemCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedList) GetItemsDescribed ¶
func (o *NamedList) GetItemsDescribed() []ItemStructs
GetItemsDescribed returns the ItemsDescribed field value if set, zero value otherwise.
func (*NamedList) GetItemsDescribedOk ¶
func (o *NamedList) GetItemsDescribedOk() ([]ItemStructs, bool)
GetItemsDescribedOk returns a tuple with the ItemsDescribed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedList) GetItemsOk ¶
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedList) GetNameOk ¶
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedList) GetPolicies ¶
GetPolicies returns the Policies field value if set, zero value otherwise.
func (*NamedList) GetPoliciesOk ¶
GetPoliciesOk returns a tuple with the Policies field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedList) GetTagsOk ¶
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedList) GetThreatLevel ¶
GetThreatLevel returns the ThreatLevel field value if set, zero value otherwise.
func (*NamedList) GetThreatLevelOk ¶
GetThreatLevelOk returns a tuple with the ThreatLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedList) GetTypeOk ¶
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedList) GetUpdatedTime ¶
GetUpdatedTime returns the UpdatedTime field value if set, zero value otherwise.
func (*NamedList) GetUpdatedTimeOk ¶
GetUpdatedTimeOk returns a tuple with the UpdatedTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedList) HasConfidenceLevel ¶
HasConfidenceLevel returns a boolean if a field has been set.
func (*NamedList) HasCreatedTime ¶
HasCreatedTime returns a boolean if a field has been set.
func (*NamedList) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (*NamedList) HasItemCount ¶
HasItemCount returns a boolean if a field has been set.
func (*NamedList) HasItemsDescribed ¶
HasItemsDescribed returns a boolean if a field has been set.
func (*NamedList) HasPolicies ¶
HasPolicies returns a boolean if a field has been set.
func (*NamedList) HasThreatLevel ¶
HasThreatLevel returns a boolean if a field has been set.
func (*NamedList) HasUpdatedTime ¶
HasUpdatedTime returns a boolean if a field has been set.
func (NamedList) MarshalJSON ¶
func (*NamedList) SetConfidenceLevel ¶
SetConfidenceLevel gets a reference to the given string and assigns it to the ConfidenceLevel field.
func (*NamedList) SetCreatedTime ¶
SetCreatedTime gets a reference to the given time.Time and assigns it to the CreatedTime field.
func (*NamedList) SetDescription ¶
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*NamedList) SetItemCount ¶
SetItemCount gets a reference to the given int32 and assigns it to the ItemCount field.
func (*NamedList) SetItems ¶
SetItems gets a reference to the given []string and assigns it to the Items field.
func (*NamedList) SetItemsDescribed ¶
func (o *NamedList) SetItemsDescribed(v []ItemStructs)
SetItemsDescribed gets a reference to the given []ItemStructs and assigns it to the ItemsDescribed field.
func (*NamedList) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*NamedList) SetPolicies ¶
SetPolicies gets a reference to the given []string and assigns it to the Policies field.
func (*NamedList) SetTags ¶
SetTags gets a reference to the given map[string]interface{} and assigns it to the Tags field.
func (*NamedList) SetThreatLevel ¶
SetThreatLevel gets a reference to the given string and assigns it to the ThreatLevel field.
func (*NamedList) SetType ¶
SetType gets a reference to the given string and assigns it to the Type field.
func (*NamedList) SetUpdatedTime ¶
SetUpdatedTime gets a reference to the given time.Time and assigns it to the UpdatedTime field.
func (*NamedList) UnmarshalJSON ¶
type NamedListCSVListResponse ¶
type NamedListCSVListResponse struct { // Named Lists for csv file Results []string `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
NamedListCSVListResponse The Named List CSV list response
func NewNamedListCSVListResponse ¶
func NewNamedListCSVListResponse() *NamedListCSVListResponse
NewNamedListCSVListResponse instantiates a new NamedListCSVListResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNamedListCSVListResponseWithDefaults ¶
func NewNamedListCSVListResponseWithDefaults() *NamedListCSVListResponse
NewNamedListCSVListResponseWithDefaults instantiates a new NamedListCSVListResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NamedListCSVListResponse) GetResults ¶
func (o *NamedListCSVListResponse) GetResults() []string
GetResults returns the Results field value if set, zero value otherwise.
func (*NamedListCSVListResponse) GetResultsOk ¶
func (o *NamedListCSVListResponse) GetResultsOk() ([]string, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListCSVListResponse) HasResults ¶
func (o *NamedListCSVListResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (NamedListCSVListResponse) MarshalJSON ¶
func (o NamedListCSVListResponse) MarshalJSON() ([]byte, error)
func (*NamedListCSVListResponse) SetResults ¶
func (o *NamedListCSVListResponse) SetResults(v []string)
SetResults gets a reference to the given []string and assigns it to the Results field.
func (NamedListCSVListResponse) ToMap ¶
func (o NamedListCSVListResponse) ToMap() (map[string]interface{}, error)
func (*NamedListCSVListResponse) UnmarshalJSON ¶
func (o *NamedListCSVListResponse) UnmarshalJSON(data []byte) (err error)
type NamedListCreateResponse ¶
type NamedListCreateResponse struct { // The Named List object. Results *NamedList `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
NamedListCreateResponse The Named List create response.
func NewNamedListCreateResponse ¶
func NewNamedListCreateResponse() *NamedListCreateResponse
NewNamedListCreateResponse instantiates a new NamedListCreateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNamedListCreateResponseWithDefaults ¶
func NewNamedListCreateResponseWithDefaults() *NamedListCreateResponse
NewNamedListCreateResponseWithDefaults instantiates a new NamedListCreateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NamedListCreateResponse) GetResults ¶
func (o *NamedListCreateResponse) GetResults() NamedList
GetResults returns the Results field value if set, zero value otherwise.
func (*NamedListCreateResponse) GetResultsOk ¶
func (o *NamedListCreateResponse) GetResultsOk() (*NamedList, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListCreateResponse) HasResults ¶
func (o *NamedListCreateResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (NamedListCreateResponse) MarshalJSON ¶
func (o NamedListCreateResponse) MarshalJSON() ([]byte, error)
func (*NamedListCreateResponse) SetResults ¶
func (o *NamedListCreateResponse) SetResults(v NamedList)
SetResults gets a reference to the given NamedList and assigns it to the Results field.
func (NamedListCreateResponse) ToMap ¶
func (o NamedListCreateResponse) ToMap() (map[string]interface{}, error)
func (*NamedListCreateResponse) UnmarshalJSON ¶
func (o *NamedListCreateResponse) UnmarshalJSON(data []byte) (err error)
type NamedListItemsAPI ¶
type NamedListItemsAPI interface { /* DeleteNamedListItems Delete Named List Items. Use this method to remove items from a specified Named List object. Note that duplicated items are silently skipped and only new items are appended to the named list. Note that DNSM, TI, Fast Flux and DGA lists cannot be updated. Only Custom List items can be deleted. The Custom List Items represent the list of the FQDN or IPv4 or IPv6 addresses to define whitelists and blacklists for additional protection. Required: - items @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Named List object identifier. @return NamedListItemsAPIDeleteNamedListItemsRequest */ DeleteNamedListItems(ctx context.Context, id int32) NamedListItemsAPIDeleteNamedListItemsRequest // DeleteNamedListItemsExecute executes the request DeleteNamedListItemsExecute(r NamedListItemsAPIDeleteNamedListItemsRequest) (*http.Response, error) /* InsertOrReplaceNamedListItems Insert Named List Items. Use this method to update existing items with new ones for a specified Named List object. Note that duplicated items are silently skipped and only new items are appended to the named list. Note that DNSM, TI, Fast Flux and DGA lists cannot be updated. Only Custom List items can be updated. The Custom List Items represent the list of the FQDN or IPv4 addresses to define whitelists and blacklists for additional protection. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Named List object identifier. @return NamedListItemsAPIInsertOrReplaceNamedListItemsRequest */ InsertOrReplaceNamedListItems(ctx context.Context, id int32) NamedListItemsAPIInsertOrReplaceNamedListItemsRequest // InsertOrReplaceNamedListItemsExecute executes the request // @return NamedListItemsInsertOrUpdateResponse InsertOrReplaceNamedListItemsExecute(r NamedListItemsAPIInsertOrReplaceNamedListItemsRequest) (*NamedListItemsInsertOrUpdateResponse, *http.Response, error) /* NamedListItemsPartialUpdate Partial Update Named List Items. Use this method to insert ot delete items for a specified Named List object. Note that duplicated items are silently skipped and only new items are appended to the named list. Note that DNSM, TI, Fast Flux and DGA lists cannot be updated. Only Custom List items can be updated. The Custom List Items represent the list of the FQDN or IPv4 addresses to define whitelists and blacklists for additional protection. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Named List object identifier. @return NamedListItemsAPINamedListItemsPartialUpdateRequest */ NamedListItemsPartialUpdate(ctx context.Context, id int32) NamedListItemsAPINamedListItemsPartialUpdateRequest // NamedListItemsPartialUpdateExecute executes the request // @return map[string]interface{} NamedListItemsPartialUpdateExecute(r NamedListItemsAPINamedListItemsPartialUpdateRequest) (map[string]interface{}, *http.Response, error) }
type NamedListItemsAPIDeleteNamedListItemsRequest ¶
type NamedListItemsAPIDeleteNamedListItemsRequest struct { ApiService NamedListItemsAPI // contains filtered or unexported fields }
type NamedListItemsAPIInsertOrReplaceNamedListItemsRequest ¶
type NamedListItemsAPIInsertOrReplaceNamedListItemsRequest struct { ApiService NamedListItemsAPI // contains filtered or unexported fields }
func (NamedListItemsAPIInsertOrReplaceNamedListItemsRequest) Body ¶
func (r NamedListItemsAPIInsertOrReplaceNamedListItemsRequest) Body(body NamedListItemsInsertOrUpdate) NamedListItemsAPIInsertOrReplaceNamedListItemsRequest
NamedListItemsInsertOrUpdate object
func (NamedListItemsAPIInsertOrReplaceNamedListItemsRequest) Execute ¶
func (r NamedListItemsAPIInsertOrReplaceNamedListItemsRequest) Execute() (*NamedListItemsInsertOrUpdateResponse, *http.Response, error)
type NamedListItemsAPINamedListItemsPartialUpdateRequest ¶
type NamedListItemsAPINamedListItemsPartialUpdateRequest struct { ApiService NamedListItemsAPI // contains filtered or unexported fields }
func (NamedListItemsAPINamedListItemsPartialUpdateRequest) Body ¶
func (r NamedListItemsAPINamedListItemsPartialUpdateRequest) Body(body NamedListItemsPartialUpdate) NamedListItemsAPINamedListItemsPartialUpdateRequest
NamedListItemsPartialUpdate object
type NamedListItemsAPIService ¶
NamedListItemsAPIService NamedListItemsAPI service
func (*NamedListItemsAPIService) DeleteNamedListItems ¶
func (a *NamedListItemsAPIService) DeleteNamedListItems(ctx context.Context, id int32) NamedListItemsAPIDeleteNamedListItemsRequest
DeleteNamedListItems Delete Named List Items.
Use this method to remove items from a specified Named List object. Note that duplicated items are silently skipped and only new items are appended to the named list. Note that DNSM, TI, Fast Flux and DGA lists cannot be updated. Only Custom List items can be deleted.
The Custom List Items represent the list of the FQDN or IPv4 or IPv6 addresses to define whitelists and blacklists for additional protection.
Required: - items
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Named List object identifier. @return NamedListItemsAPIDeleteNamedListItemsRequest
func (*NamedListItemsAPIService) DeleteNamedListItemsExecute ¶
func (a *NamedListItemsAPIService) DeleteNamedListItemsExecute(r NamedListItemsAPIDeleteNamedListItemsRequest) (*http.Response, error)
Execute executes the request
func (*NamedListItemsAPIService) InsertOrReplaceNamedListItems ¶
func (a *NamedListItemsAPIService) InsertOrReplaceNamedListItems(ctx context.Context, id int32) NamedListItemsAPIInsertOrReplaceNamedListItemsRequest
InsertOrReplaceNamedListItems Insert Named List Items.
Use this method to update existing items with new ones for a specified Named List object. Note that duplicated items are silently skipped and only new items are appended to the named list. Note that DNSM, TI, Fast Flux and DGA lists cannot be updated. Only Custom List items can be updated.
The Custom List Items represent the list of the FQDN or IPv4 addresses to define whitelists and blacklists for additional protection.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Named List object identifier. @return NamedListItemsAPIInsertOrReplaceNamedListItemsRequest
func (*NamedListItemsAPIService) InsertOrReplaceNamedListItemsExecute ¶
func (a *NamedListItemsAPIService) InsertOrReplaceNamedListItemsExecute(r NamedListItemsAPIInsertOrReplaceNamedListItemsRequest) (*NamedListItemsInsertOrUpdateResponse, *http.Response, error)
Execute executes the request
@return NamedListItemsInsertOrUpdateResponse
func (*NamedListItemsAPIService) NamedListItemsPartialUpdate ¶
func (a *NamedListItemsAPIService) NamedListItemsPartialUpdate(ctx context.Context, id int32) NamedListItemsAPINamedListItemsPartialUpdateRequest
NamedListItemsPartialUpdate Partial Update Named List Items.
Use this method to insert ot delete items for a specified Named List object. Note that duplicated items are silently skipped and only new items are appended to the named list. Note that DNSM, TI, Fast Flux and DGA lists cannot be updated. Only Custom List items can be updated.
The Custom List Items represent the list of the FQDN or IPv4 addresses to define whitelists and blacklists for additional protection.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Named List object identifier. @return NamedListItemsAPINamedListItemsPartialUpdateRequest
func (*NamedListItemsAPIService) NamedListItemsPartialUpdateExecute ¶
func (a *NamedListItemsAPIService) NamedListItemsPartialUpdateExecute(r NamedListItemsAPINamedListItemsPartialUpdateRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
type NamedListItemsDeleteNamedListItems400Response ¶
type NamedListItemsDeleteNamedListItems400Response struct { Error *NamedListItemsDeleteNamedListItems400ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
NamedListItemsDeleteNamedListItems400Response struct for NamedListItemsDeleteNamedListItems400Response
func NewNamedListItemsDeleteNamedListItems400Response ¶
func NewNamedListItemsDeleteNamedListItems400Response() *NamedListItemsDeleteNamedListItems400Response
NewNamedListItemsDeleteNamedListItems400Response instantiates a new NamedListItemsDeleteNamedListItems400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNamedListItemsDeleteNamedListItems400ResponseWithDefaults ¶
func NewNamedListItemsDeleteNamedListItems400ResponseWithDefaults() *NamedListItemsDeleteNamedListItems400Response
NewNamedListItemsDeleteNamedListItems400ResponseWithDefaults instantiates a new NamedListItemsDeleteNamedListItems400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NamedListItemsDeleteNamedListItems400Response) GetError ¶
func (o *NamedListItemsDeleteNamedListItems400Response) GetError() NamedListItemsDeleteNamedListItems400ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*NamedListItemsDeleteNamedListItems400Response) GetErrorOk ¶
func (o *NamedListItemsDeleteNamedListItems400Response) GetErrorOk() (*NamedListItemsDeleteNamedListItems400ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListItemsDeleteNamedListItems400Response) HasError ¶
func (o *NamedListItemsDeleteNamedListItems400Response) HasError() bool
HasError returns a boolean if a field has been set.
func (NamedListItemsDeleteNamedListItems400Response) MarshalJSON ¶
func (o NamedListItemsDeleteNamedListItems400Response) MarshalJSON() ([]byte, error)
func (*NamedListItemsDeleteNamedListItems400Response) SetError ¶
func (o *NamedListItemsDeleteNamedListItems400Response) SetError(v NamedListItemsDeleteNamedListItems400ResponseError)
SetError gets a reference to the given NamedListItemsDeleteNamedListItems400ResponseError and assigns it to the Error field.
func (NamedListItemsDeleteNamedListItems400Response) ToMap ¶
func (o NamedListItemsDeleteNamedListItems400Response) ToMap() (map[string]interface{}, error)
func (*NamedListItemsDeleteNamedListItems400Response) UnmarshalJSON ¶
func (o *NamedListItemsDeleteNamedListItems400Response) UnmarshalJSON(data []byte) (err error)
type NamedListItemsDeleteNamedListItems400ResponseError ¶
type NamedListItemsDeleteNamedListItems400ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
NamedListItemsDeleteNamedListItems400ResponseError struct for NamedListItemsDeleteNamedListItems400ResponseError
func NewNamedListItemsDeleteNamedListItems400ResponseError ¶
func NewNamedListItemsDeleteNamedListItems400ResponseError() *NamedListItemsDeleteNamedListItems400ResponseError
NewNamedListItemsDeleteNamedListItems400ResponseError instantiates a new NamedListItemsDeleteNamedListItems400ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNamedListItemsDeleteNamedListItems400ResponseErrorWithDefaults ¶
func NewNamedListItemsDeleteNamedListItems400ResponseErrorWithDefaults() *NamedListItemsDeleteNamedListItems400ResponseError
NewNamedListItemsDeleteNamedListItems400ResponseErrorWithDefaults instantiates a new NamedListItemsDeleteNamedListItems400ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NamedListItemsDeleteNamedListItems400ResponseError) GetCode ¶
func (o *NamedListItemsDeleteNamedListItems400ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*NamedListItemsDeleteNamedListItems400ResponseError) GetCodeOk ¶
func (o *NamedListItemsDeleteNamedListItems400ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListItemsDeleteNamedListItems400ResponseError) GetMessage ¶
func (o *NamedListItemsDeleteNamedListItems400ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*NamedListItemsDeleteNamedListItems400ResponseError) GetMessageOk ¶
func (o *NamedListItemsDeleteNamedListItems400ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListItemsDeleteNamedListItems400ResponseError) GetStatus ¶
func (o *NamedListItemsDeleteNamedListItems400ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*NamedListItemsDeleteNamedListItems400ResponseError) GetStatusOk ¶
func (o *NamedListItemsDeleteNamedListItems400ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListItemsDeleteNamedListItems400ResponseError) HasCode ¶
func (o *NamedListItemsDeleteNamedListItems400ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*NamedListItemsDeleteNamedListItems400ResponseError) HasMessage ¶
func (o *NamedListItemsDeleteNamedListItems400ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*NamedListItemsDeleteNamedListItems400ResponseError) HasStatus ¶
func (o *NamedListItemsDeleteNamedListItems400ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (NamedListItemsDeleteNamedListItems400ResponseError) MarshalJSON ¶
func (o NamedListItemsDeleteNamedListItems400ResponseError) MarshalJSON() ([]byte, error)
func (*NamedListItemsDeleteNamedListItems400ResponseError) SetCode ¶
func (o *NamedListItemsDeleteNamedListItems400ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*NamedListItemsDeleteNamedListItems400ResponseError) SetMessage ¶
func (o *NamedListItemsDeleteNamedListItems400ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*NamedListItemsDeleteNamedListItems400ResponseError) SetStatus ¶
func (o *NamedListItemsDeleteNamedListItems400ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (NamedListItemsDeleteNamedListItems400ResponseError) ToMap ¶
func (o NamedListItemsDeleteNamedListItems400ResponseError) ToMap() (map[string]interface{}, error)
func (*NamedListItemsDeleteNamedListItems400ResponseError) UnmarshalJSON ¶
func (o *NamedListItemsDeleteNamedListItems400ResponseError) UnmarshalJSON(data []byte) (err error)
type NamedListItemsDeleteRequest ¶
type NamedListItemsDeleteRequest struct { // The Named List object identifier. Id *int32 `json:"id,omitempty"` // The list of the FQDN or IPv4/IPv6 addresses or IPv4/IPv6 CIDRs to define whitelists and blacklists for additional protection. Items []string `json:"items,omitempty"` // The List of ItemStructs structure which contains the item and its description ItemsDescribed []ItemStructs `json:"items_described,omitempty"` AdditionalProperties map[string]interface{} }
NamedListItemsDeleteRequest The Named List Items delete request.
func NewNamedListItemsDeleteRequest ¶
func NewNamedListItemsDeleteRequest() *NamedListItemsDeleteRequest
NewNamedListItemsDeleteRequest instantiates a new NamedListItemsDeleteRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNamedListItemsDeleteRequestWithDefaults ¶
func NewNamedListItemsDeleteRequestWithDefaults() *NamedListItemsDeleteRequest
NewNamedListItemsDeleteRequestWithDefaults instantiates a new NamedListItemsDeleteRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NamedListItemsDeleteRequest) GetId ¶
func (o *NamedListItemsDeleteRequest) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*NamedListItemsDeleteRequest) GetIdOk ¶
func (o *NamedListItemsDeleteRequest) GetIdOk() (*int32, 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 (*NamedListItemsDeleteRequest) GetItems ¶
func (o *NamedListItemsDeleteRequest) GetItems() []string
GetItems returns the Items field value if set, zero value otherwise.
func (*NamedListItemsDeleteRequest) GetItemsDescribed ¶
func (o *NamedListItemsDeleteRequest) GetItemsDescribed() []ItemStructs
GetItemsDescribed returns the ItemsDescribed field value if set, zero value otherwise.
func (*NamedListItemsDeleteRequest) GetItemsDescribedOk ¶
func (o *NamedListItemsDeleteRequest) GetItemsDescribedOk() ([]ItemStructs, bool)
GetItemsDescribedOk returns a tuple with the ItemsDescribed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListItemsDeleteRequest) GetItemsOk ¶
func (o *NamedListItemsDeleteRequest) GetItemsOk() ([]string, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListItemsDeleteRequest) HasId ¶
func (o *NamedListItemsDeleteRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (*NamedListItemsDeleteRequest) HasItems ¶
func (o *NamedListItemsDeleteRequest) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*NamedListItemsDeleteRequest) HasItemsDescribed ¶
func (o *NamedListItemsDeleteRequest) HasItemsDescribed() bool
HasItemsDescribed returns a boolean if a field has been set.
func (NamedListItemsDeleteRequest) MarshalJSON ¶
func (o NamedListItemsDeleteRequest) MarshalJSON() ([]byte, error)
func (*NamedListItemsDeleteRequest) SetId ¶
func (o *NamedListItemsDeleteRequest) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*NamedListItemsDeleteRequest) SetItems ¶
func (o *NamedListItemsDeleteRequest) SetItems(v []string)
SetItems gets a reference to the given []string and assigns it to the Items field.
func (*NamedListItemsDeleteRequest) SetItemsDescribed ¶
func (o *NamedListItemsDeleteRequest) SetItemsDescribed(v []ItemStructs)
SetItemsDescribed gets a reference to the given []ItemStructs and assigns it to the ItemsDescribed field.
func (NamedListItemsDeleteRequest) ToMap ¶
func (o NamedListItemsDeleteRequest) ToMap() (map[string]interface{}, error)
func (*NamedListItemsDeleteRequest) UnmarshalJSON ¶
func (o *NamedListItemsDeleteRequest) UnmarshalJSON(data []byte) (err error)
type NamedListItemsInsertOrReplaceNamedListItems400Response ¶
type NamedListItemsInsertOrReplaceNamedListItems400Response struct { Error *NamedListItemsInsertOrReplaceNamedListItems400ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
NamedListItemsInsertOrReplaceNamedListItems400Response struct for NamedListItemsInsertOrReplaceNamedListItems400Response
func NewNamedListItemsInsertOrReplaceNamedListItems400Response ¶
func NewNamedListItemsInsertOrReplaceNamedListItems400Response() *NamedListItemsInsertOrReplaceNamedListItems400Response
NewNamedListItemsInsertOrReplaceNamedListItems400Response instantiates a new NamedListItemsInsertOrReplaceNamedListItems400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNamedListItemsInsertOrReplaceNamedListItems400ResponseWithDefaults ¶
func NewNamedListItemsInsertOrReplaceNamedListItems400ResponseWithDefaults() *NamedListItemsInsertOrReplaceNamedListItems400Response
NewNamedListItemsInsertOrReplaceNamedListItems400ResponseWithDefaults instantiates a new NamedListItemsInsertOrReplaceNamedListItems400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NamedListItemsInsertOrReplaceNamedListItems400Response) GetError ¶
func (o *NamedListItemsInsertOrReplaceNamedListItems400Response) GetError() NamedListItemsInsertOrReplaceNamedListItems400ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*NamedListItemsInsertOrReplaceNamedListItems400Response) GetErrorOk ¶
func (o *NamedListItemsInsertOrReplaceNamedListItems400Response) GetErrorOk() (*NamedListItemsInsertOrReplaceNamedListItems400ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListItemsInsertOrReplaceNamedListItems400Response) HasError ¶
func (o *NamedListItemsInsertOrReplaceNamedListItems400Response) HasError() bool
HasError returns a boolean if a field has been set.
func (NamedListItemsInsertOrReplaceNamedListItems400Response) MarshalJSON ¶
func (o NamedListItemsInsertOrReplaceNamedListItems400Response) MarshalJSON() ([]byte, error)
func (*NamedListItemsInsertOrReplaceNamedListItems400Response) SetError ¶
func (o *NamedListItemsInsertOrReplaceNamedListItems400Response) SetError(v NamedListItemsInsertOrReplaceNamedListItems400ResponseError)
SetError gets a reference to the given NamedListItemsInsertOrReplaceNamedListItems400ResponseError and assigns it to the Error field.
func (NamedListItemsInsertOrReplaceNamedListItems400Response) ToMap ¶
func (o NamedListItemsInsertOrReplaceNamedListItems400Response) ToMap() (map[string]interface{}, error)
func (*NamedListItemsInsertOrReplaceNamedListItems400Response) UnmarshalJSON ¶
func (o *NamedListItemsInsertOrReplaceNamedListItems400Response) UnmarshalJSON(data []byte) (err error)
type NamedListItemsInsertOrReplaceNamedListItems400ResponseError ¶
type NamedListItemsInsertOrReplaceNamedListItems400ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
NamedListItemsInsertOrReplaceNamedListItems400ResponseError struct for NamedListItemsInsertOrReplaceNamedListItems400ResponseError
func NewNamedListItemsInsertOrReplaceNamedListItems400ResponseError ¶
func NewNamedListItemsInsertOrReplaceNamedListItems400ResponseError() *NamedListItemsInsertOrReplaceNamedListItems400ResponseError
NewNamedListItemsInsertOrReplaceNamedListItems400ResponseError instantiates a new NamedListItemsInsertOrReplaceNamedListItems400ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNamedListItemsInsertOrReplaceNamedListItems400ResponseErrorWithDefaults ¶
func NewNamedListItemsInsertOrReplaceNamedListItems400ResponseErrorWithDefaults() *NamedListItemsInsertOrReplaceNamedListItems400ResponseError
NewNamedListItemsInsertOrReplaceNamedListItems400ResponseErrorWithDefaults instantiates a new NamedListItemsInsertOrReplaceNamedListItems400ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NamedListItemsInsertOrReplaceNamedListItems400ResponseError) GetCode ¶
func (o *NamedListItemsInsertOrReplaceNamedListItems400ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*NamedListItemsInsertOrReplaceNamedListItems400ResponseError) GetCodeOk ¶
func (o *NamedListItemsInsertOrReplaceNamedListItems400ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListItemsInsertOrReplaceNamedListItems400ResponseError) GetMessage ¶
func (o *NamedListItemsInsertOrReplaceNamedListItems400ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*NamedListItemsInsertOrReplaceNamedListItems400ResponseError) GetMessageOk ¶
func (o *NamedListItemsInsertOrReplaceNamedListItems400ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListItemsInsertOrReplaceNamedListItems400ResponseError) GetStatus ¶
func (o *NamedListItemsInsertOrReplaceNamedListItems400ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*NamedListItemsInsertOrReplaceNamedListItems400ResponseError) GetStatusOk ¶
func (o *NamedListItemsInsertOrReplaceNamedListItems400ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListItemsInsertOrReplaceNamedListItems400ResponseError) HasCode ¶
func (o *NamedListItemsInsertOrReplaceNamedListItems400ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*NamedListItemsInsertOrReplaceNamedListItems400ResponseError) HasMessage ¶
func (o *NamedListItemsInsertOrReplaceNamedListItems400ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*NamedListItemsInsertOrReplaceNamedListItems400ResponseError) HasStatus ¶
func (o *NamedListItemsInsertOrReplaceNamedListItems400ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (NamedListItemsInsertOrReplaceNamedListItems400ResponseError) MarshalJSON ¶
func (o NamedListItemsInsertOrReplaceNamedListItems400ResponseError) MarshalJSON() ([]byte, error)
func (*NamedListItemsInsertOrReplaceNamedListItems400ResponseError) SetCode ¶
func (o *NamedListItemsInsertOrReplaceNamedListItems400ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*NamedListItemsInsertOrReplaceNamedListItems400ResponseError) SetMessage ¶
func (o *NamedListItemsInsertOrReplaceNamedListItems400ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*NamedListItemsInsertOrReplaceNamedListItems400ResponseError) SetStatus ¶
func (o *NamedListItemsInsertOrReplaceNamedListItems400ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (NamedListItemsInsertOrReplaceNamedListItems400ResponseError) ToMap ¶
func (o NamedListItemsInsertOrReplaceNamedListItems400ResponseError) ToMap() (map[string]interface{}, error)
func (*NamedListItemsInsertOrReplaceNamedListItems400ResponseError) UnmarshalJSON ¶
func (o *NamedListItemsInsertOrReplaceNamedListItems400ResponseError) UnmarshalJSON(data []byte) (err error)
type NamedListItemsInsertOrUpdate ¶
type NamedListItemsInsertOrUpdate struct { // The Named List object identifier. Id *int32 `json:"id,omitempty"` // The list of the FQDN or IPv4/IPv6 addresses or IPv4/IPv6 CIDRs to define whitelists and blacklists for additional protection. Items []string `json:"items,omitempty"` // The List of ItemStructs structure which contains the item and its description ItemsDescribed []ItemStructs `json:"items_described,omitempty"` AdditionalProperties map[string]interface{} }
NamedListItemsInsertOrUpdate struct for NamedListItemsInsertOrUpdate
func NewNamedListItemsInsertOrUpdate ¶
func NewNamedListItemsInsertOrUpdate() *NamedListItemsInsertOrUpdate
NewNamedListItemsInsertOrUpdate instantiates a new NamedListItemsInsertOrUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNamedListItemsInsertOrUpdateWithDefaults ¶
func NewNamedListItemsInsertOrUpdateWithDefaults() *NamedListItemsInsertOrUpdate
NewNamedListItemsInsertOrUpdateWithDefaults instantiates a new NamedListItemsInsertOrUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NamedListItemsInsertOrUpdate) GetId ¶
func (o *NamedListItemsInsertOrUpdate) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*NamedListItemsInsertOrUpdate) GetIdOk ¶
func (o *NamedListItemsInsertOrUpdate) GetIdOk() (*int32, 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 (*NamedListItemsInsertOrUpdate) GetItems ¶
func (o *NamedListItemsInsertOrUpdate) GetItems() []string
GetItems returns the Items field value if set, zero value otherwise.
func (*NamedListItemsInsertOrUpdate) GetItemsDescribed ¶
func (o *NamedListItemsInsertOrUpdate) GetItemsDescribed() []ItemStructs
GetItemsDescribed returns the ItemsDescribed field value if set, zero value otherwise.
func (*NamedListItemsInsertOrUpdate) GetItemsDescribedOk ¶
func (o *NamedListItemsInsertOrUpdate) GetItemsDescribedOk() ([]ItemStructs, bool)
GetItemsDescribedOk returns a tuple with the ItemsDescribed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListItemsInsertOrUpdate) GetItemsOk ¶
func (o *NamedListItemsInsertOrUpdate) GetItemsOk() ([]string, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListItemsInsertOrUpdate) HasId ¶
func (o *NamedListItemsInsertOrUpdate) HasId() bool
HasId returns a boolean if a field has been set.
func (*NamedListItemsInsertOrUpdate) HasItems ¶
func (o *NamedListItemsInsertOrUpdate) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*NamedListItemsInsertOrUpdate) HasItemsDescribed ¶
func (o *NamedListItemsInsertOrUpdate) HasItemsDescribed() bool
HasItemsDescribed returns a boolean if a field has been set.
func (NamedListItemsInsertOrUpdate) MarshalJSON ¶
func (o NamedListItemsInsertOrUpdate) MarshalJSON() ([]byte, error)
func (*NamedListItemsInsertOrUpdate) SetId ¶
func (o *NamedListItemsInsertOrUpdate) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*NamedListItemsInsertOrUpdate) SetItems ¶
func (o *NamedListItemsInsertOrUpdate) SetItems(v []string)
SetItems gets a reference to the given []string and assigns it to the Items field.
func (*NamedListItemsInsertOrUpdate) SetItemsDescribed ¶
func (o *NamedListItemsInsertOrUpdate) SetItemsDescribed(v []ItemStructs)
SetItemsDescribed gets a reference to the given []ItemStructs and assigns it to the ItemsDescribed field.
func (NamedListItemsInsertOrUpdate) ToMap ¶
func (o NamedListItemsInsertOrUpdate) ToMap() (map[string]interface{}, error)
func (*NamedListItemsInsertOrUpdate) UnmarshalJSON ¶
func (o *NamedListItemsInsertOrUpdate) UnmarshalJSON(data []byte) (err error)
type NamedListItemsInsertOrUpdateResponse ¶
type NamedListItemsInsertOrUpdateResponse struct { Success *NamedListItemsInsertOrUpdateResponseSuccess `json:"success,omitempty"` AdditionalProperties map[string]interface{} }
NamedListItemsInsertOrUpdateResponse The Named List Items create or update response.
func NewNamedListItemsInsertOrUpdateResponse ¶
func NewNamedListItemsInsertOrUpdateResponse() *NamedListItemsInsertOrUpdateResponse
NewNamedListItemsInsertOrUpdateResponse instantiates a new NamedListItemsInsertOrUpdateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNamedListItemsInsertOrUpdateResponseWithDefaults ¶
func NewNamedListItemsInsertOrUpdateResponseWithDefaults() *NamedListItemsInsertOrUpdateResponse
NewNamedListItemsInsertOrUpdateResponseWithDefaults instantiates a new NamedListItemsInsertOrUpdateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NamedListItemsInsertOrUpdateResponse) GetSuccess ¶
func (o *NamedListItemsInsertOrUpdateResponse) GetSuccess() NamedListItemsInsertOrUpdateResponseSuccess
GetSuccess returns the Success field value if set, zero value otherwise.
func (*NamedListItemsInsertOrUpdateResponse) GetSuccessOk ¶
func (o *NamedListItemsInsertOrUpdateResponse) GetSuccessOk() (*NamedListItemsInsertOrUpdateResponseSuccess, bool)
GetSuccessOk returns a tuple with the Success field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListItemsInsertOrUpdateResponse) HasSuccess ¶
func (o *NamedListItemsInsertOrUpdateResponse) HasSuccess() bool
HasSuccess returns a boolean if a field has been set.
func (NamedListItemsInsertOrUpdateResponse) MarshalJSON ¶
func (o NamedListItemsInsertOrUpdateResponse) MarshalJSON() ([]byte, error)
func (*NamedListItemsInsertOrUpdateResponse) SetSuccess ¶
func (o *NamedListItemsInsertOrUpdateResponse) SetSuccess(v NamedListItemsInsertOrUpdateResponseSuccess)
SetSuccess gets a reference to the given NamedListItemsInsertOrUpdateResponseSuccess and assigns it to the Success field.
func (NamedListItemsInsertOrUpdateResponse) ToMap ¶
func (o NamedListItemsInsertOrUpdateResponse) ToMap() (map[string]interface{}, error)
func (*NamedListItemsInsertOrUpdateResponse) UnmarshalJSON ¶
func (o *NamedListItemsInsertOrUpdateResponse) UnmarshalJSON(data []byte) (err error)
type NamedListItemsInsertOrUpdateResponseSuccess ¶ added in v0.3.0
type NamedListItemsInsertOrUpdateResponseSuccess struct { Code *string `json:"code,omitempty"` Status *int32 `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
NamedListItemsInsertOrUpdateResponseSuccess struct for NamedListItemsInsertOrUpdateResponseSuccess
func NewNamedListItemsInsertOrUpdateResponseSuccess ¶ added in v0.3.0
func NewNamedListItemsInsertOrUpdateResponseSuccess() *NamedListItemsInsertOrUpdateResponseSuccess
NewNamedListItemsInsertOrUpdateResponseSuccess instantiates a new NamedListItemsInsertOrUpdateResponseSuccess object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNamedListItemsInsertOrUpdateResponseSuccessWithDefaults ¶ added in v0.3.0
func NewNamedListItemsInsertOrUpdateResponseSuccessWithDefaults() *NamedListItemsInsertOrUpdateResponseSuccess
NewNamedListItemsInsertOrUpdateResponseSuccessWithDefaults instantiates a new NamedListItemsInsertOrUpdateResponseSuccess object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NamedListItemsInsertOrUpdateResponseSuccess) GetCode ¶ added in v0.3.0
func (o *NamedListItemsInsertOrUpdateResponseSuccess) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*NamedListItemsInsertOrUpdateResponseSuccess) GetCodeOk ¶ added in v0.3.0
func (o *NamedListItemsInsertOrUpdateResponseSuccess) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListItemsInsertOrUpdateResponseSuccess) GetStatus ¶ added in v0.3.0
func (o *NamedListItemsInsertOrUpdateResponseSuccess) GetStatus() int32
GetStatus returns the Status field value if set, zero value otherwise.
func (*NamedListItemsInsertOrUpdateResponseSuccess) GetStatusOk ¶ added in v0.3.0
func (o *NamedListItemsInsertOrUpdateResponseSuccess) GetStatusOk() (*int32, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListItemsInsertOrUpdateResponseSuccess) HasCode ¶ added in v0.3.0
func (o *NamedListItemsInsertOrUpdateResponseSuccess) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*NamedListItemsInsertOrUpdateResponseSuccess) HasStatus ¶ added in v0.3.0
func (o *NamedListItemsInsertOrUpdateResponseSuccess) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (NamedListItemsInsertOrUpdateResponseSuccess) MarshalJSON ¶ added in v0.3.0
func (o NamedListItemsInsertOrUpdateResponseSuccess) MarshalJSON() ([]byte, error)
func (*NamedListItemsInsertOrUpdateResponseSuccess) SetCode ¶ added in v0.3.0
func (o *NamedListItemsInsertOrUpdateResponseSuccess) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*NamedListItemsInsertOrUpdateResponseSuccess) SetStatus ¶ added in v0.3.0
func (o *NamedListItemsInsertOrUpdateResponseSuccess) SetStatus(v int32)
SetStatus gets a reference to the given int32 and assigns it to the Status field.
func (NamedListItemsInsertOrUpdateResponseSuccess) ToMap ¶ added in v0.3.0
func (o NamedListItemsInsertOrUpdateResponseSuccess) ToMap() (map[string]interface{}, error)
func (*NamedListItemsInsertOrUpdateResponseSuccess) UnmarshalJSON ¶ added in v0.3.0
func (o *NamedListItemsInsertOrUpdateResponseSuccess) UnmarshalJSON(data []byte) (err error)
type NamedListItemsNamedListItemsPartialUpdate400Response ¶
type NamedListItemsNamedListItemsPartialUpdate400Response struct { Error *NamedListItemsNamedListItemsPartialUpdate400ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
NamedListItemsNamedListItemsPartialUpdate400Response struct for NamedListItemsNamedListItemsPartialUpdate400Response
func NewNamedListItemsNamedListItemsPartialUpdate400Response ¶
func NewNamedListItemsNamedListItemsPartialUpdate400Response() *NamedListItemsNamedListItemsPartialUpdate400Response
NewNamedListItemsNamedListItemsPartialUpdate400Response instantiates a new NamedListItemsNamedListItemsPartialUpdate400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNamedListItemsNamedListItemsPartialUpdate400ResponseWithDefaults ¶
func NewNamedListItemsNamedListItemsPartialUpdate400ResponseWithDefaults() *NamedListItemsNamedListItemsPartialUpdate400Response
NewNamedListItemsNamedListItemsPartialUpdate400ResponseWithDefaults instantiates a new NamedListItemsNamedListItemsPartialUpdate400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NamedListItemsNamedListItemsPartialUpdate400Response) GetError ¶
func (o *NamedListItemsNamedListItemsPartialUpdate400Response) GetError() NamedListItemsNamedListItemsPartialUpdate400ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*NamedListItemsNamedListItemsPartialUpdate400Response) GetErrorOk ¶
func (o *NamedListItemsNamedListItemsPartialUpdate400Response) GetErrorOk() (*NamedListItemsNamedListItemsPartialUpdate400ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListItemsNamedListItemsPartialUpdate400Response) HasError ¶
func (o *NamedListItemsNamedListItemsPartialUpdate400Response) HasError() bool
HasError returns a boolean if a field has been set.
func (NamedListItemsNamedListItemsPartialUpdate400Response) MarshalJSON ¶
func (o NamedListItemsNamedListItemsPartialUpdate400Response) MarshalJSON() ([]byte, error)
func (*NamedListItemsNamedListItemsPartialUpdate400Response) SetError ¶
func (o *NamedListItemsNamedListItemsPartialUpdate400Response) SetError(v NamedListItemsNamedListItemsPartialUpdate400ResponseError)
SetError gets a reference to the given NamedListItemsNamedListItemsPartialUpdate400ResponseError and assigns it to the Error field.
func (NamedListItemsNamedListItemsPartialUpdate400Response) ToMap ¶
func (o NamedListItemsNamedListItemsPartialUpdate400Response) ToMap() (map[string]interface{}, error)
func (*NamedListItemsNamedListItemsPartialUpdate400Response) UnmarshalJSON ¶
func (o *NamedListItemsNamedListItemsPartialUpdate400Response) UnmarshalJSON(data []byte) (err error)
type NamedListItemsNamedListItemsPartialUpdate400ResponseError ¶
type NamedListItemsNamedListItemsPartialUpdate400ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
NamedListItemsNamedListItemsPartialUpdate400ResponseError struct for NamedListItemsNamedListItemsPartialUpdate400ResponseError
func NewNamedListItemsNamedListItemsPartialUpdate400ResponseError ¶
func NewNamedListItemsNamedListItemsPartialUpdate400ResponseError() *NamedListItemsNamedListItemsPartialUpdate400ResponseError
NewNamedListItemsNamedListItemsPartialUpdate400ResponseError instantiates a new NamedListItemsNamedListItemsPartialUpdate400ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNamedListItemsNamedListItemsPartialUpdate400ResponseErrorWithDefaults ¶
func NewNamedListItemsNamedListItemsPartialUpdate400ResponseErrorWithDefaults() *NamedListItemsNamedListItemsPartialUpdate400ResponseError
NewNamedListItemsNamedListItemsPartialUpdate400ResponseErrorWithDefaults instantiates a new NamedListItemsNamedListItemsPartialUpdate400ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NamedListItemsNamedListItemsPartialUpdate400ResponseError) GetCode ¶
func (o *NamedListItemsNamedListItemsPartialUpdate400ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*NamedListItemsNamedListItemsPartialUpdate400ResponseError) GetCodeOk ¶
func (o *NamedListItemsNamedListItemsPartialUpdate400ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListItemsNamedListItemsPartialUpdate400ResponseError) GetMessage ¶
func (o *NamedListItemsNamedListItemsPartialUpdate400ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*NamedListItemsNamedListItemsPartialUpdate400ResponseError) GetMessageOk ¶
func (o *NamedListItemsNamedListItemsPartialUpdate400ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListItemsNamedListItemsPartialUpdate400ResponseError) GetStatus ¶
func (o *NamedListItemsNamedListItemsPartialUpdate400ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*NamedListItemsNamedListItemsPartialUpdate400ResponseError) GetStatusOk ¶
func (o *NamedListItemsNamedListItemsPartialUpdate400ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListItemsNamedListItemsPartialUpdate400ResponseError) HasCode ¶
func (o *NamedListItemsNamedListItemsPartialUpdate400ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*NamedListItemsNamedListItemsPartialUpdate400ResponseError) HasMessage ¶
func (o *NamedListItemsNamedListItemsPartialUpdate400ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*NamedListItemsNamedListItemsPartialUpdate400ResponseError) HasStatus ¶
func (o *NamedListItemsNamedListItemsPartialUpdate400ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (NamedListItemsNamedListItemsPartialUpdate400ResponseError) MarshalJSON ¶
func (o NamedListItemsNamedListItemsPartialUpdate400ResponseError) MarshalJSON() ([]byte, error)
func (*NamedListItemsNamedListItemsPartialUpdate400ResponseError) SetCode ¶
func (o *NamedListItemsNamedListItemsPartialUpdate400ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*NamedListItemsNamedListItemsPartialUpdate400ResponseError) SetMessage ¶
func (o *NamedListItemsNamedListItemsPartialUpdate400ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*NamedListItemsNamedListItemsPartialUpdate400ResponseError) SetStatus ¶
func (o *NamedListItemsNamedListItemsPartialUpdate400ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (NamedListItemsNamedListItemsPartialUpdate400ResponseError) ToMap ¶
func (o NamedListItemsNamedListItemsPartialUpdate400ResponseError) ToMap() (map[string]interface{}, error)
func (*NamedListItemsNamedListItemsPartialUpdate400ResponseError) UnmarshalJSON ¶
func (o *NamedListItemsNamedListItemsPartialUpdate400ResponseError) UnmarshalJSON(data []byte) (err error)
type NamedListItemsPartialUpdate ¶
type NamedListItemsPartialUpdate struct { // The List of ItemStructs structure which contains the item and its description DeletedItemsDescribed []ItemStructs `json:"deleted_items_described,omitempty"` // The Named List object identifier. Id *int32 `json:"id,omitempty"` // The List of ItemStructs structure which contains the item and its description InsertedItemsDescribed []ItemStructs `json:"inserted_items_described,omitempty"` AdditionalProperties map[string]interface{} }
NamedListItemsPartialUpdate struct for NamedListItemsPartialUpdate
func NewNamedListItemsPartialUpdate ¶
func NewNamedListItemsPartialUpdate() *NamedListItemsPartialUpdate
NewNamedListItemsPartialUpdate instantiates a new NamedListItemsPartialUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNamedListItemsPartialUpdateWithDefaults ¶
func NewNamedListItemsPartialUpdateWithDefaults() *NamedListItemsPartialUpdate
NewNamedListItemsPartialUpdateWithDefaults instantiates a new NamedListItemsPartialUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NamedListItemsPartialUpdate) GetDeletedItemsDescribed ¶
func (o *NamedListItemsPartialUpdate) GetDeletedItemsDescribed() []ItemStructs
GetDeletedItemsDescribed returns the DeletedItemsDescribed field value if set, zero value otherwise.
func (*NamedListItemsPartialUpdate) GetDeletedItemsDescribedOk ¶
func (o *NamedListItemsPartialUpdate) GetDeletedItemsDescribedOk() ([]ItemStructs, bool)
GetDeletedItemsDescribedOk returns a tuple with the DeletedItemsDescribed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListItemsPartialUpdate) GetId ¶
func (o *NamedListItemsPartialUpdate) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*NamedListItemsPartialUpdate) GetIdOk ¶
func (o *NamedListItemsPartialUpdate) GetIdOk() (*int32, 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 (*NamedListItemsPartialUpdate) GetInsertedItemsDescribed ¶
func (o *NamedListItemsPartialUpdate) GetInsertedItemsDescribed() []ItemStructs
GetInsertedItemsDescribed returns the InsertedItemsDescribed field value if set, zero value otherwise.
func (*NamedListItemsPartialUpdate) GetInsertedItemsDescribedOk ¶
func (o *NamedListItemsPartialUpdate) GetInsertedItemsDescribedOk() ([]ItemStructs, bool)
GetInsertedItemsDescribedOk returns a tuple with the InsertedItemsDescribed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListItemsPartialUpdate) HasDeletedItemsDescribed ¶
func (o *NamedListItemsPartialUpdate) HasDeletedItemsDescribed() bool
HasDeletedItemsDescribed returns a boolean if a field has been set.
func (*NamedListItemsPartialUpdate) HasId ¶
func (o *NamedListItemsPartialUpdate) HasId() bool
HasId returns a boolean if a field has been set.
func (*NamedListItemsPartialUpdate) HasInsertedItemsDescribed ¶
func (o *NamedListItemsPartialUpdate) HasInsertedItemsDescribed() bool
HasInsertedItemsDescribed returns a boolean if a field has been set.
func (NamedListItemsPartialUpdate) MarshalJSON ¶
func (o NamedListItemsPartialUpdate) MarshalJSON() ([]byte, error)
func (*NamedListItemsPartialUpdate) SetDeletedItemsDescribed ¶
func (o *NamedListItemsPartialUpdate) SetDeletedItemsDescribed(v []ItemStructs)
SetDeletedItemsDescribed gets a reference to the given []ItemStructs and assigns it to the DeletedItemsDescribed field.
func (*NamedListItemsPartialUpdate) SetId ¶
func (o *NamedListItemsPartialUpdate) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*NamedListItemsPartialUpdate) SetInsertedItemsDescribed ¶
func (o *NamedListItemsPartialUpdate) SetInsertedItemsDescribed(v []ItemStructs)
SetInsertedItemsDescribed gets a reference to the given []ItemStructs and assigns it to the InsertedItemsDescribed field.
func (NamedListItemsPartialUpdate) ToMap ¶
func (o NamedListItemsPartialUpdate) ToMap() (map[string]interface{}, error)
func (*NamedListItemsPartialUpdate) UnmarshalJSON ¶
func (o *NamedListItemsPartialUpdate) UnmarshalJSON(data []byte) (err error)
type NamedListRead ¶
type NamedListRead struct { // The confidence level for a custom list. The possible values are [\"LOW\", \"MEDIUM\", \"HIGH\"] ConfidenceLevel *string `json:"confidence_level,omitempty"` // The time when this Named List object was created. CreatedTime *time.Time `json:"created_time,omitempty"` // The brief description for the named list. Description *string `json:"description,omitempty"` // The Named List object identifier. Id *int32 `json:"id,omitempty"` // The number of items in this named list. ItemCount *int32 `json:"item_count,omitempty"` // The name of the named list. Name *string `json:"name,omitempty"` // The list of the security policy names with which the named list is associated. Policies []string `json:"policies,omitempty"` // Tags associated with this Named List Tags map[string]interface{} `json:"tags,omitempty"` // The threat level for a custom list. The possible values are [\"INFO\", \"LOW\", \"MEDIUM\", \"HIGH\"] ThreatLevel *string `json:"threat_level,omitempty"` // The type of the named list, that can be \"custom_list\", \"threat_insight\", \"fast_flux\", \"dga\", \"dnsm\", \"threat_insight_nde\", \"default_allow\", \"default_block\". Type *string `json:"type,omitempty"` // The time when this Named List object was last updated. UpdatedTime *time.Time `json:"updated_time,omitempty"` AdditionalProperties map[string]interface{} }
NamedListRead The Named List object. The Named List object represents several types of lists allowed for BloxOne Cloud such as predefined threat intelligence feeds that your subscription offers (Threat Insight, Fast Flux, DGA, DNSM). In addition to the predefined threat intelligence feeds that your subscription offers, you can create custom lists (containing domains and IP addresses) to define whitelists and blacklists for additional protection. You can use a custom list to complement existing feeds or override the Block, Allow, Log, or Redirect action that is currently defined for an existing feed. Note that lists representing predefined TI feeds cannot be created, updated and deleted.
func NewNamedListRead ¶
func NewNamedListRead() *NamedListRead
NewNamedListRead instantiates a new NamedListRead object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNamedListReadWithDefaults ¶
func NewNamedListReadWithDefaults() *NamedListRead
NewNamedListReadWithDefaults instantiates a new NamedListRead object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NamedListRead) GetConfidenceLevel ¶
func (o *NamedListRead) GetConfidenceLevel() string
GetConfidenceLevel returns the ConfidenceLevel field value if set, zero value otherwise.
func (*NamedListRead) GetConfidenceLevelOk ¶
func (o *NamedListRead) GetConfidenceLevelOk() (*string, bool)
GetConfidenceLevelOk returns a tuple with the ConfidenceLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListRead) GetCreatedTime ¶
func (o *NamedListRead) GetCreatedTime() time.Time
GetCreatedTime returns the CreatedTime field value if set, zero value otherwise.
func (*NamedListRead) GetCreatedTimeOk ¶
func (o *NamedListRead) GetCreatedTimeOk() (*time.Time, bool)
GetCreatedTimeOk returns a tuple with the CreatedTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListRead) GetDescription ¶
func (o *NamedListRead) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*NamedListRead) GetDescriptionOk ¶
func (o *NamedListRead) 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 (*NamedListRead) GetId ¶
func (o *NamedListRead) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*NamedListRead) GetIdOk ¶
func (o *NamedListRead) GetIdOk() (*int32, 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 (*NamedListRead) GetItemCount ¶
func (o *NamedListRead) GetItemCount() int32
GetItemCount returns the ItemCount field value if set, zero value otherwise.
func (*NamedListRead) GetItemCountOk ¶
func (o *NamedListRead) GetItemCountOk() (*int32, bool)
GetItemCountOk returns a tuple with the ItemCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListRead) GetName ¶
func (o *NamedListRead) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*NamedListRead) GetNameOk ¶
func (o *NamedListRead) 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 (*NamedListRead) GetPolicies ¶
func (o *NamedListRead) GetPolicies() []string
GetPolicies returns the Policies field value if set, zero value otherwise.
func (*NamedListRead) GetPoliciesOk ¶
func (o *NamedListRead) GetPoliciesOk() ([]string, bool)
GetPoliciesOk returns a tuple with the Policies field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListRead) GetTags ¶
func (o *NamedListRead) GetTags() map[string]interface{}
GetTags returns the Tags field value if set, zero value otherwise.
func (*NamedListRead) GetTagsOk ¶
func (o *NamedListRead) GetTagsOk() (map[string]interface{}, 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 (*NamedListRead) GetThreatLevel ¶
func (o *NamedListRead) GetThreatLevel() string
GetThreatLevel returns the ThreatLevel field value if set, zero value otherwise.
func (*NamedListRead) GetThreatLevelOk ¶
func (o *NamedListRead) GetThreatLevelOk() (*string, bool)
GetThreatLevelOk returns a tuple with the ThreatLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListRead) GetType ¶
func (o *NamedListRead) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*NamedListRead) GetTypeOk ¶
func (o *NamedListRead) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListRead) GetUpdatedTime ¶
func (o *NamedListRead) GetUpdatedTime() time.Time
GetUpdatedTime returns the UpdatedTime field value if set, zero value otherwise.
func (*NamedListRead) GetUpdatedTimeOk ¶
func (o *NamedListRead) GetUpdatedTimeOk() (*time.Time, bool)
GetUpdatedTimeOk returns a tuple with the UpdatedTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListRead) HasConfidenceLevel ¶
func (o *NamedListRead) HasConfidenceLevel() bool
HasConfidenceLevel returns a boolean if a field has been set.
func (*NamedListRead) HasCreatedTime ¶
func (o *NamedListRead) HasCreatedTime() bool
HasCreatedTime returns a boolean if a field has been set.
func (*NamedListRead) HasDescription ¶
func (o *NamedListRead) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*NamedListRead) HasId ¶
func (o *NamedListRead) HasId() bool
HasId returns a boolean if a field has been set.
func (*NamedListRead) HasItemCount ¶
func (o *NamedListRead) HasItemCount() bool
HasItemCount returns a boolean if a field has been set.
func (*NamedListRead) HasName ¶
func (o *NamedListRead) HasName() bool
HasName returns a boolean if a field has been set.
func (*NamedListRead) HasPolicies ¶
func (o *NamedListRead) HasPolicies() bool
HasPolicies returns a boolean if a field has been set.
func (*NamedListRead) HasTags ¶
func (o *NamedListRead) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*NamedListRead) HasThreatLevel ¶
func (o *NamedListRead) HasThreatLevel() bool
HasThreatLevel returns a boolean if a field has been set.
func (*NamedListRead) HasType ¶
func (o *NamedListRead) HasType() bool
HasType returns a boolean if a field has been set.
func (*NamedListRead) HasUpdatedTime ¶
func (o *NamedListRead) HasUpdatedTime() bool
HasUpdatedTime returns a boolean if a field has been set.
func (NamedListRead) MarshalJSON ¶
func (o NamedListRead) MarshalJSON() ([]byte, error)
func (*NamedListRead) SetConfidenceLevel ¶
func (o *NamedListRead) SetConfidenceLevel(v string)
SetConfidenceLevel gets a reference to the given string and assigns it to the ConfidenceLevel field.
func (*NamedListRead) SetCreatedTime ¶
func (o *NamedListRead) SetCreatedTime(v time.Time)
SetCreatedTime gets a reference to the given time.Time and assigns it to the CreatedTime field.
func (*NamedListRead) SetDescription ¶
func (o *NamedListRead) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*NamedListRead) SetId ¶
func (o *NamedListRead) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*NamedListRead) SetItemCount ¶
func (o *NamedListRead) SetItemCount(v int32)
SetItemCount gets a reference to the given int32 and assigns it to the ItemCount field.
func (*NamedListRead) SetName ¶
func (o *NamedListRead) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*NamedListRead) SetPolicies ¶
func (o *NamedListRead) SetPolicies(v []string)
SetPolicies gets a reference to the given []string and assigns it to the Policies field.
func (*NamedListRead) SetTags ¶
func (o *NamedListRead) SetTags(v map[string]interface{})
SetTags gets a reference to the given map[string]interface{} and assigns it to the Tags field.
func (*NamedListRead) SetThreatLevel ¶
func (o *NamedListRead) SetThreatLevel(v string)
SetThreatLevel gets a reference to the given string and assigns it to the ThreatLevel field.
func (*NamedListRead) SetType ¶
func (o *NamedListRead) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*NamedListRead) SetUpdatedTime ¶
func (o *NamedListRead) SetUpdatedTime(v time.Time)
SetUpdatedTime gets a reference to the given time.Time and assigns it to the UpdatedTime field.
func (NamedListRead) ToMap ¶
func (o NamedListRead) ToMap() (map[string]interface{}, error)
func (*NamedListRead) UnmarshalJSON ¶
func (o *NamedListRead) UnmarshalJSON(data []byte) (err error)
type NamedListReadMultiResponse ¶
type NamedListReadMultiResponse struct { // The list of Named List objects. Results []NamedListRead `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
NamedListReadMultiResponse The Named List list response.
func NewNamedListReadMultiResponse ¶
func NewNamedListReadMultiResponse() *NamedListReadMultiResponse
NewNamedListReadMultiResponse instantiates a new NamedListReadMultiResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNamedListReadMultiResponseWithDefaults ¶
func NewNamedListReadMultiResponseWithDefaults() *NamedListReadMultiResponse
NewNamedListReadMultiResponseWithDefaults instantiates a new NamedListReadMultiResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NamedListReadMultiResponse) GetResults ¶
func (o *NamedListReadMultiResponse) GetResults() []NamedListRead
GetResults returns the Results field value if set, zero value otherwise.
func (*NamedListReadMultiResponse) GetResultsOk ¶
func (o *NamedListReadMultiResponse) GetResultsOk() ([]NamedListRead, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListReadMultiResponse) HasResults ¶
func (o *NamedListReadMultiResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (NamedListReadMultiResponse) MarshalJSON ¶
func (o NamedListReadMultiResponse) MarshalJSON() ([]byte, error)
func (*NamedListReadMultiResponse) SetResults ¶
func (o *NamedListReadMultiResponse) SetResults(v []NamedListRead)
SetResults gets a reference to the given []NamedListRead and assigns it to the Results field.
func (NamedListReadMultiResponse) ToMap ¶
func (o NamedListReadMultiResponse) ToMap() (map[string]interface{}, error)
func (*NamedListReadMultiResponse) UnmarshalJSON ¶
func (o *NamedListReadMultiResponse) UnmarshalJSON(data []byte) (err error)
type NamedListReadResponse ¶
type NamedListReadResponse struct { // The Named List object. Results *NamedList `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
NamedListReadResponse The Named List read response.
func NewNamedListReadResponse ¶
func NewNamedListReadResponse() *NamedListReadResponse
NewNamedListReadResponse instantiates a new NamedListReadResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNamedListReadResponseWithDefaults ¶
func NewNamedListReadResponseWithDefaults() *NamedListReadResponse
NewNamedListReadResponseWithDefaults instantiates a new NamedListReadResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NamedListReadResponse) GetResults ¶
func (o *NamedListReadResponse) GetResults() NamedList
GetResults returns the Results field value if set, zero value otherwise.
func (*NamedListReadResponse) GetResultsOk ¶
func (o *NamedListReadResponse) GetResultsOk() (*NamedList, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListReadResponse) HasResults ¶
func (o *NamedListReadResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (NamedListReadResponse) MarshalJSON ¶
func (o NamedListReadResponse) MarshalJSON() ([]byte, error)
func (*NamedListReadResponse) SetResults ¶
func (o *NamedListReadResponse) SetResults(v NamedList)
SetResults gets a reference to the given NamedList and assigns it to the Results field.
func (NamedListReadResponse) ToMap ¶
func (o NamedListReadResponse) ToMap() (map[string]interface{}, error)
func (*NamedListReadResponse) UnmarshalJSON ¶
func (o *NamedListReadResponse) UnmarshalJSON(data []byte) (err error)
type NamedListUpdateResponse ¶
type NamedListUpdateResponse struct { // The Named List object. Results *NamedList `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
NamedListUpdateResponse The Named List update response.
func NewNamedListUpdateResponse ¶
func NewNamedListUpdateResponse() *NamedListUpdateResponse
NewNamedListUpdateResponse instantiates a new NamedListUpdateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNamedListUpdateResponseWithDefaults ¶
func NewNamedListUpdateResponseWithDefaults() *NamedListUpdateResponse
NewNamedListUpdateResponseWithDefaults instantiates a new NamedListUpdateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NamedListUpdateResponse) GetResults ¶
func (o *NamedListUpdateResponse) GetResults() NamedList
GetResults returns the Results field value if set, zero value otherwise.
func (*NamedListUpdateResponse) GetResultsOk ¶
func (o *NamedListUpdateResponse) GetResultsOk() (*NamedList, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListUpdateResponse) HasResults ¶
func (o *NamedListUpdateResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (NamedListUpdateResponse) MarshalJSON ¶
func (o NamedListUpdateResponse) MarshalJSON() ([]byte, error)
func (*NamedListUpdateResponse) SetResults ¶
func (o *NamedListUpdateResponse) SetResults(v NamedList)
SetResults gets a reference to the given NamedList and assigns it to the Results field.
func (NamedListUpdateResponse) ToMap ¶
func (o NamedListUpdateResponse) ToMap() (map[string]interface{}, error)
func (*NamedListUpdateResponse) UnmarshalJSON ¶
func (o *NamedListUpdateResponse) UnmarshalJSON(data []byte) (err error)
type NamedListsAPI ¶
type NamedListsAPI interface { /* CreateNamedList Create Named List. Use this method to create a Named List object. The Named List object represents several types of lists allowed for BloxOne Cloud such as predefined threat intelligence feeds that your subscription offers (Threat Insight, Fast Flux, DGA, DNSM). In addition to the predefined threat intelligence feeds that your subscription offers, you can create custom lists (containing domains and IP addresses) to define whitelists and blacklists for additional protection. You can use a custom list to complement existing feeds or override the Block, Allow, Log, or Redirect action that is currently defined for an existing feed. Note that lists representing predefined TI feeds cannot be created, updated and deleted. Also use of the field 'items' is discouraged and instead use of new field 'item_described' is suggested as it is possible to add the description/comments to each item in the custom list using this field. In any case, note that use of both the fields 'items' and 'items_described' is not supported and when one of these field is used they must have some value i.e, it cannot be empty. Required: - name - type - items or items_described @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return NamedListsAPICreateNamedListRequest */ CreateNamedList(ctx context.Context) NamedListsAPICreateNamedListRequest // CreateNamedListExecute executes the request // @return NamedListCreateResponse CreateNamedListExecute(r NamedListsAPICreateNamedListRequest) (*NamedListCreateResponse, *http.Response, error) /* DeleteNamedLists Delete Named Lists. Use this method to delete Named List objects. Deletion of multiple lists is an all-or-nothing operation (if any of the specified lists can not be deleted then none of the specified lists will be deleted). The Named List object represents several types of lists allowed for BloxOne Cloud such as predefined threat intelligence feeds that your subscription offers (Threat Insight, Fast Flux, DGA, DNSM). In addition to the predefined threat intelligence feeds that your subscription offers, you can create custom lists (containing domains and IP addresses) to define whitelists and blacklists for additional protection. You can use a custom list to complement existing feeds or override the Block, Allow, Log, or Redirect action that is currently defined for an existing feed. Note that lists representing predefined TI feeds cannot be created, updated and deleted. Required: - ids @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return NamedListsAPIDeleteNamedListsRequest */ DeleteNamedLists(ctx context.Context) NamedListsAPIDeleteNamedListsRequest // DeleteNamedListsExecute executes the request DeleteNamedListsExecute(r NamedListsAPIDeleteNamedListsRequest) (*http.Response, error) /* DeleteSingleNamedLists Delete Named Lists. Use this method to delete Named List object by given Named List object identifier. The Named List object represents several types of lists allowed for BloxOne Cloud such as predefined threat intelligence feeds that your subscription offers (Threat Insight, Fast Flux, DGA, DNSM). In addition to the predefined threat intelligence feeds that your subscription offers, you can create custom lists (containing domains and IP addresses) to define whitelists and blacklists for additional protection. You can use a custom list to complement existing feeds or override the Block, Allow, Log, or Redirect action that is currently defined for an existing feed. Note that lists representing predefined TI feeds cannot be created, updated and deleted. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Named List object identifiers. @return NamedListsAPIDeleteSingleNamedListsRequest */ DeleteSingleNamedLists(ctx context.Context, id int32) NamedListsAPIDeleteSingleNamedListsRequest // DeleteSingleNamedListsExecute executes the request DeleteSingleNamedListsExecute(r NamedListsAPIDeleteSingleNamedListsRequest) (*http.Response, error) /* ListNamedLists List Named Lists. Use this method to retrieve information on all Named List objects for the account. Note that list items are not returned for this operation. The Named List object represents several types of lists allowed for BloxOne Cloud such as predefined threat intelligence feeds that your subscription offers (Threat Insight, Fast Flux, DGA, DNSM). In addition to the predefined threat intelligence feeds that your subscription offers, you can create custom lists (containing domains and IP addresses) to define whitelists and blacklists for additional protection. You can use a custom list to complement existing feeds or override the Block, Allow, Log, or Redirect action that is currently defined for an existing feed. Note that lists representing predefined TI feeds cannot be created, updated and deleted. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return NamedListsAPIListNamedListsRequest */ ListNamedLists(ctx context.Context) NamedListsAPIListNamedListsRequest // ListNamedListsExecute executes the request // @return NamedListReadMultiResponse ListNamedListsExecute(r NamedListsAPIListNamedListsRequest) (*NamedListReadMultiResponse, *http.Response, error) /* ListNamedListsCSV List Named Lists in CSV format. Use this method to download the selected list of named lists in CSV (comma-separate values) format. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return NamedListsAPIListNamedListsCSVRequest */ ListNamedListsCSV(ctx context.Context) NamedListsAPIListNamedListsCSVRequest // ListNamedListsCSVExecute executes the request // @return NamedListCSVListResponse ListNamedListsCSVExecute(r NamedListsAPIListNamedListsCSVRequest) (*NamedListCSVListResponse, *http.Response, error) /* MultiListUpdate Patch Multiple Named Lists. Multiple Named Lists in a single operation. Use this method to insert items for multiple Named List objects. Note that duplicated items correspondig to named list are silently skipped and only new items are appended to the named list. Note that DNSM, TI, Fast Flux and DGA lists cannot be updated. Only named lists of Custom List type can be updated by this operation. If one or more of the list ids is invalid, or the list is of invalid type then the entire operation will be failed. The Custom List Items represent the list of the FQDN or IPv4 addresses to define whitelists and blacklists for additional protection. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return NamedListsAPIMultiListUpdateRequest */ MultiListUpdate(ctx context.Context) NamedListsAPIMultiListUpdateRequest // MultiListUpdateExecute executes the request // @return map[string]interface{} MultiListUpdateExecute(r NamedListsAPIMultiListUpdateRequest) (map[string]interface{}, *http.Response, error) /* ReadNamedList Read Named List. Use this method to retrieve information on the specified Named List object. Note that returned data includes list items. The Named List object represents several types of lists allowed for BloxOne Cloud such as predefined threat intelligence feeds that your subscription offers (Threat Insight, Fast Flux, DGA, DNSM). In addition to the predefined threat intelligence feeds that your subscription offers, you can create custom lists (containing domains and IP addresses) to define whitelists and blacklists for additional protection. You can use a custom list to complement existing feeds or override the Block, Allow, Log, or Redirect action that is currently defined for an existing feed. Note that lists representing predefined TI feeds cannot be created, updated and deleted. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Named List identifier. @return NamedListsAPIReadNamedListRequest */ ReadNamedList(ctx context.Context, id int32) NamedListsAPIReadNamedListRequest // ReadNamedListExecute executes the request // @return NamedListReadResponse ReadNamedListExecute(r NamedListsAPIReadNamedListRequest) (*NamedListReadResponse, *http.Response, error) /* UpdateNamedList Update Named List. Use this method to update the specified Named List object. Note that list type cannot be updated. The Named List object represents several types of lists allowed for BloxOne Cloud such as predefined threat intelligence feeds that your subscription offers (Threat Insight, Fast Flux, DGA, DNSM). In addition to the predefined threat intelligence feeds that your subscription offers, you can create custom lists (containing domains and IP addresses) to define whitelists and blacklists for additional protection. You can use a custom list to complement existing feeds or override the Block, Allow, Log, or Redirect action that is currently defined for an existing feed. Note that lists representing predefined TI feeds cannot be created, updated and deleted. Also use of the field 'items' is discouraged and instead use of new field 'item_described' is suggested as it is possible to add the description/comments to each item in the custom list using this field. In any case, note that use of both the fields 'items' and 'items_described' is not supported and when one of these field is used they must have some value i.e, it cannot be empty. Required: - name - items or items_described @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Named List object identifier. @return NamedListsAPIUpdateNamedListRequest */ UpdateNamedList(ctx context.Context, id int32) NamedListsAPIUpdateNamedListRequest // UpdateNamedListExecute executes the request // @return NamedListUpdateResponse UpdateNamedListExecute(r NamedListsAPIUpdateNamedListRequest) (*NamedListUpdateResponse, *http.Response, error) /* UpdateNamedListPartial Patch TI List. Use this method to update the Severity for a specified named list, which must be of TI list type. The severity levels (threat_level and confidence_level) can only be patched for a given id of a TI List. This patch request only accepts threat_level and confidence level as the attributes. At least one of these two attributes must be present in the request. If only one of the two attributes is present, only that attribute is set to the specified value for the specified list and other attribute will be at the present value. This operation is currently applicable only for the TI Lists. Required: - id - threat_level or confidence_level @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Named List object identifier. @return NamedListsAPIUpdateNamedListPartialRequest */ UpdateNamedListPartial(ctx context.Context, id int32) NamedListsAPIUpdateNamedListPartialRequest // UpdateNamedListPartialExecute executes the request // @return NamedListUpdateResponse UpdateNamedListPartialExecute(r NamedListsAPIUpdateNamedListPartialRequest) (*NamedListUpdateResponse, *http.Response, error) }
type NamedListsAPICreateNamedListRequest ¶
type NamedListsAPICreateNamedListRequest struct { ApiService NamedListsAPI // contains filtered or unexported fields }
func (NamedListsAPICreateNamedListRequest) Body ¶
func (r NamedListsAPICreateNamedListRequest) Body(body NamedList) NamedListsAPICreateNamedListRequest
The Named List object.
func (NamedListsAPICreateNamedListRequest) Execute ¶
func (r NamedListsAPICreateNamedListRequest) Execute() (*NamedListCreateResponse, *http.Response, error)
type NamedListsAPIDeleteNamedListsRequest ¶
type NamedListsAPIDeleteNamedListsRequest struct { ApiService NamedListsAPI // contains filtered or unexported fields }
type NamedListsAPIDeleteSingleNamedListsRequest ¶
type NamedListsAPIDeleteSingleNamedListsRequest struct { ApiService NamedListsAPI // contains filtered or unexported fields }
type NamedListsAPIListNamedListsCSVRequest ¶
type NamedListsAPIListNamedListsCSVRequest struct { ApiService NamedListsAPI // contains filtered or unexported fields }
func (NamedListsAPIListNamedListsCSVRequest) Execute ¶
func (r NamedListsAPIListNamedListsCSVRequest) Execute() (*NamedListCSVListResponse, *http.Response, error)
func (NamedListsAPIListNamedListsCSVRequest) Filter ¶
func (r NamedListsAPIListNamedListsCSVRequest) Filter(filter string) NamedListsAPIListNamedListsCSVRequest
A collection of response resources can be filtered by a logical expression string that includes JSON tag references to values in each resource, literal values, and logical operators. If a resource does not have the specified tag, its value is assumed to be null. Literal values include numbers (integer and floating-point), and quoted (both single- or double-quoted) literal strings, and 'null'. You can filter by following fields: | Name | type | Supported Ops | | ------------------ | ------ | ---------------- | | type | string | ==, != | | items | string | ~, !~ | | items_described | string | == | Grouping operators (and, or, not, ()) are not supported between different fields.
func (NamedListsAPIListNamedListsCSVRequest) OrderBy ¶
func (r NamedListsAPIListNamedListsCSVRequest) OrderBy(orderBy string) NamedListsAPIListNamedListsCSVRequest
A collection of response resources can be sorted by their JSON tags. For a 'flat' resource, the tag name is straightforward. If sorting is allowed on non-flat hierarchical resources, the service should implement a qualified naming scheme such as dot-qualification to reference data down the hierarchy. If a resource does not have the specified tag, its value is assumed to be null.) Specify this parameter as a comma-separated list of JSON tag names. The sort direction can be specified by a suffix separated by whitespace before the tag name. The suffix 'asc' sorts the data in ascending order. The suffix 'desc' sorts the data in descending order. If no suffix is specified the data is sorted in ascending order.
func (NamedListsAPIListNamedListsCSVRequest) Tfilter ¶
func (r NamedListsAPIListNamedListsCSVRequest) Tfilter(tfilter string) NamedListsAPIListNamedListsCSVRequest
Filtering by tags.
func (NamedListsAPIListNamedListsCSVRequest) TorderBy ¶
func (r NamedListsAPIListNamedListsCSVRequest) TorderBy(torderBy string) NamedListsAPIListNamedListsCSVRequest
Sorting by tags.
type NamedListsAPIListNamedListsRequest ¶
type NamedListsAPIListNamedListsRequest struct { ApiService NamedListsAPI // contains filtered or unexported fields }
func (NamedListsAPIListNamedListsRequest) Execute ¶
func (r NamedListsAPIListNamedListsRequest) Execute() (*NamedListReadMultiResponse, *http.Response, error)
func (NamedListsAPIListNamedListsRequest) Fields ¶
func (r NamedListsAPIListNamedListsRequest) Fields(fields string) NamedListsAPIListNamedListsRequest
A collection of response resources can be transformed by specifying a set of JSON tags to be returned. For a “flat” resource, the tag name is straightforward. If field selection is allowed on non-flat hierarchical resources, the service should implement a qualified naming scheme such as dot-qualification to reference data down the hierarchy. If a resource does not have the specified tag, the tag does not appear in the output resource. Specify this parameter as a comma-separated list of JSON tag names.
func (NamedListsAPIListNamedListsRequest) Filter ¶
func (r NamedListsAPIListNamedListsRequest) Filter(filter string) NamedListsAPIListNamedListsRequest
A collection of response resources can be filtered by a logical expression string that includes JSON tag references to values in each resource, literal values, and logical operators. If a resource does not have the specified tag, its value is assumed to be null. Literal values include numbers (integer and floating-point), and quoted (both single- or double-quoted) literal strings, and 'null'. You can filter by following fields: | Name | type | Supported Ops | | ------------------ | ------ | ---------------- | | type | string | ==, != | | items | string | ~, !~ | | items_described | string | == | Grouping operators (and, or, not, ()) are not supported between different fields.
func (NamedListsAPIListNamedListsRequest) Limit ¶
func (r NamedListsAPIListNamedListsRequest) Limit(limit int32) NamedListsAPIListNamedListsRequest
The integer number of resources to be returned in the response. The service may impose maximum value. If omitted the service may impose a default value.
func (NamedListsAPIListNamedListsRequest) Offset ¶
func (r NamedListsAPIListNamedListsRequest) Offset(offset int32) NamedListsAPIListNamedListsRequest
The integer index (zero-origin) of the offset into a collection of resources. If omitted or null the value is assumed to be '0'.
func (NamedListsAPIListNamedListsRequest) PageToken ¶
func (r NamedListsAPIListNamedListsRequest) PageToken(pageToken string) NamedListsAPIListNamedListsRequest
The service-defined string used to identify a page of resources. A null value indicates the first page.
func (NamedListsAPIListNamedListsRequest) Tfilter ¶
func (r NamedListsAPIListNamedListsRequest) Tfilter(tfilter string) NamedListsAPIListNamedListsRequest
Filtering by tags.
func (NamedListsAPIListNamedListsRequest) TorderBy ¶
func (r NamedListsAPIListNamedListsRequest) TorderBy(torderBy string) NamedListsAPIListNamedListsRequest
Sorting by tags.
type NamedListsAPIMultiListUpdateRequest ¶
type NamedListsAPIMultiListUpdateRequest struct { ApiService NamedListsAPI // contains filtered or unexported fields }
func (NamedListsAPIMultiListUpdateRequest) Body ¶
func (r NamedListsAPIMultiListUpdateRequest) Body(body MultiListUpdate) NamedListsAPIMultiListUpdateRequest
type NamedListsAPIReadNamedListRequest ¶
type NamedListsAPIReadNamedListRequest struct { ApiService NamedListsAPI // contains filtered or unexported fields }
func (NamedListsAPIReadNamedListRequest) Execute ¶
func (r NamedListsAPIReadNamedListRequest) Execute() (*NamedListReadResponse, *http.Response, error)
func (NamedListsAPIReadNamedListRequest) Fields ¶
func (r NamedListsAPIReadNamedListRequest) Fields(fields string) NamedListsAPIReadNamedListRequest
A collection of response resources can be transformed by specifying a set of JSON tags to be returned. For a “flat” resource, the tag name is straightforward. If field selection is allowed on non-flat hierarchical resources, the service should implement a qualified naming scheme such as dot-qualification to reference data down the hierarchy. If a resource does not have the specified tag, the tag does not appear in the output resource. Specify this parameter as a comma-separated list of JSON tag names.
func (NamedListsAPIReadNamedListRequest) Limit ¶
func (r NamedListsAPIReadNamedListRequest) Limit(limit int32) NamedListsAPIReadNamedListRequest
The integer number of resources to be returned in the response. The service may impose maximum value. If omitted the service may impose a default value.
func (NamedListsAPIReadNamedListRequest) Name ¶
func (r NamedListsAPIReadNamedListRequest) Name(name string) NamedListsAPIReadNamedListRequest
The name of the named list. Can be used in pair with 'type' (both fields are mandatory) to request the object by their name. This aproach available only if the field 'id' is empty (==0).
func (NamedListsAPIReadNamedListRequest) Offset ¶
func (r NamedListsAPIReadNamedListRequest) Offset(offset int32) NamedListsAPIReadNamedListRequest
The integer index (zero-origin) of the offset into a collection of resources. If omitted or null the value is assumed to be '0'.
func (NamedListsAPIReadNamedListRequest) PageToken ¶
func (r NamedListsAPIReadNamedListRequest) PageToken(pageToken string) NamedListsAPIReadNamedListRequest
The service-defined string used to identify a page of resources. A null value indicates the first page.
func (NamedListsAPIReadNamedListRequest) Type_ ¶
func (r NamedListsAPIReadNamedListRequest) Type_(type_ string) NamedListsAPIReadNamedListRequest
The type of the named list. See 'NamedList' for more details.
type NamedListsAPIService ¶
NamedListsAPIService NamedListsAPI service
func (*NamedListsAPIService) CreateNamedList ¶
func (a *NamedListsAPIService) CreateNamedList(ctx context.Context) NamedListsAPICreateNamedListRequest
CreateNamedList Create Named List.
Use this method to create a Named List object.
The Named List object represents several types of lists allowed for BloxOne Cloud such as predefined threat intelligence feeds that your subscription offers (Threat Insight, Fast Flux, DGA, DNSM). In addition to the predefined threat intelligence feeds that your subscription offers, you can create custom lists (containing domains and IP addresses) to define whitelists and blacklists for additional protection. You can use a custom list to complement existing feeds or override the Block, Allow, Log, or Redirect action that is currently defined for an existing feed. Note that lists representing predefined TI feeds cannot be created, updated and deleted. Also use of the field 'items' is discouraged and instead use of new field 'item_described' is suggested as it is possible to add the description/comments to each item in the custom list using this field. In any case, note that use of both the fields 'items' and 'items_described' is not supported and when one of these field is used they must have some value i.e, it cannot be empty.
Required: - name - type - items or items_described
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return NamedListsAPICreateNamedListRequest
func (*NamedListsAPIService) CreateNamedListExecute ¶
func (a *NamedListsAPIService) CreateNamedListExecute(r NamedListsAPICreateNamedListRequest) (*NamedListCreateResponse, *http.Response, error)
Execute executes the request
@return NamedListCreateResponse
func (*NamedListsAPIService) DeleteNamedLists ¶
func (a *NamedListsAPIService) DeleteNamedLists(ctx context.Context) NamedListsAPIDeleteNamedListsRequest
DeleteNamedLists Delete Named Lists.
Use this method to delete Named List objects. Deletion of multiple lists is an all-or-nothing operation (if any of the specified lists can not be deleted then none of the specified lists will be deleted).
The Named List object represents several types of lists allowed for BloxOne Cloud such as predefined threat intelligence feeds that your subscription offers (Threat Insight, Fast Flux, DGA, DNSM). In addition to the predefined threat intelligence feeds that your subscription offers, you can create custom lists (containing domains and IP addresses) to define whitelists and blacklists for additional protection. You can use a custom list to complement existing feeds or override the Block, Allow, Log, or Redirect action that is currently defined for an existing feed. Note that lists representing predefined TI feeds cannot be created, updated and deleted.
Required: - ids
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return NamedListsAPIDeleteNamedListsRequest
func (*NamedListsAPIService) DeleteNamedListsExecute ¶
func (a *NamedListsAPIService) DeleteNamedListsExecute(r NamedListsAPIDeleteNamedListsRequest) (*http.Response, error)
Execute executes the request
func (*NamedListsAPIService) DeleteSingleNamedLists ¶
func (a *NamedListsAPIService) DeleteSingleNamedLists(ctx context.Context, id int32) NamedListsAPIDeleteSingleNamedListsRequest
DeleteSingleNamedLists Delete Named Lists.
Use this method to delete Named List object by given Named List object identifier.
The Named List object represents several types of lists allowed for BloxOne Cloud such as predefined threat intelligence feeds that your subscription offers (Threat Insight, Fast Flux, DGA, DNSM). In addition to the predefined threat intelligence feeds that your subscription offers, you can create custom lists (containing domains and IP addresses) to define whitelists and blacklists for additional protection. You can use a custom list to complement existing feeds or override the Block, Allow, Log, or Redirect action that is currently defined for an existing feed. Note that lists representing predefined TI feeds cannot be created, updated and deleted.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Named List object identifiers. @return NamedListsAPIDeleteSingleNamedListsRequest
func (*NamedListsAPIService) DeleteSingleNamedListsExecute ¶
func (a *NamedListsAPIService) DeleteSingleNamedListsExecute(r NamedListsAPIDeleteSingleNamedListsRequest) (*http.Response, error)
Execute executes the request
func (*NamedListsAPIService) ListNamedLists ¶
func (a *NamedListsAPIService) ListNamedLists(ctx context.Context) NamedListsAPIListNamedListsRequest
ListNamedLists List Named Lists.
Use this method to retrieve information on all Named List objects for the account. Note that list items are not returned for this operation.
The Named List object represents several types of lists allowed for BloxOne Cloud such as predefined threat intelligence feeds that your subscription offers (Threat Insight, Fast Flux, DGA, DNSM). In addition to the predefined threat intelligence feeds that your subscription offers, you can create custom lists (containing domains and IP addresses) to define whitelists and blacklists for additional protection. You can use a custom list to complement existing feeds or override the Block, Allow, Log, or Redirect action that is currently defined for an existing feed. Note that lists representing predefined TI feeds cannot be created, updated and deleted.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return NamedListsAPIListNamedListsRequest
func (*NamedListsAPIService) ListNamedListsCSV ¶
func (a *NamedListsAPIService) ListNamedListsCSV(ctx context.Context) NamedListsAPIListNamedListsCSVRequest
ListNamedListsCSV List Named Lists in CSV format.
Use this method to download the selected list of named lists in CSV (comma-separate values) format.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return NamedListsAPIListNamedListsCSVRequest
func (*NamedListsAPIService) ListNamedListsCSVExecute ¶
func (a *NamedListsAPIService) ListNamedListsCSVExecute(r NamedListsAPIListNamedListsCSVRequest) (*NamedListCSVListResponse, *http.Response, error)
Execute executes the request
@return NamedListCSVListResponse
func (*NamedListsAPIService) ListNamedListsExecute ¶
func (a *NamedListsAPIService) ListNamedListsExecute(r NamedListsAPIListNamedListsRequest) (*NamedListReadMultiResponse, *http.Response, error)
Execute executes the request
@return NamedListReadMultiResponse
func (*NamedListsAPIService) MultiListUpdate ¶
func (a *NamedListsAPIService) MultiListUpdate(ctx context.Context) NamedListsAPIMultiListUpdateRequest
MultiListUpdate Patch Multiple Named Lists.
Multiple Named Lists in a single operation. Use this method to insert items for multiple Named List objects. Note that duplicated items correspondig to named list are silently skipped and only new items are appended to the named list. Note that DNSM, TI, Fast Flux and DGA lists cannot be updated. Only named lists of Custom List type can be updated by this operation. If one or more of the list ids is invalid, or the list is of invalid type then the entire operation will be failed. The Custom List Items represent the list of the FQDN or IPv4 addresses to define whitelists and blacklists for additional protection.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return NamedListsAPIMultiListUpdateRequest
func (*NamedListsAPIService) MultiListUpdateExecute ¶
func (a *NamedListsAPIService) MultiListUpdateExecute(r NamedListsAPIMultiListUpdateRequest) (map[string]interface{}, *http.Response, error)
Execute executes the request
@return map[string]interface{}
func (*NamedListsAPIService) ReadNamedList ¶
func (a *NamedListsAPIService) ReadNamedList(ctx context.Context, id int32) NamedListsAPIReadNamedListRequest
ReadNamedList Read Named List.
Use this method to retrieve information on the specified Named List object. Note that returned data includes list items.
The Named List object represents several types of lists allowed for BloxOne Cloud such as predefined threat intelligence feeds that your subscription offers (Threat Insight, Fast Flux, DGA, DNSM). In addition to the predefined threat intelligence feeds that your subscription offers, you can create custom lists (containing domains and IP addresses) to define whitelists and blacklists for additional protection. You can use a custom list to complement existing feeds or override the Block, Allow, Log, or Redirect action that is currently defined for an existing feed. Note that lists representing predefined TI feeds cannot be created, updated and deleted.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Named List identifier. @return NamedListsAPIReadNamedListRequest
func (*NamedListsAPIService) ReadNamedListExecute ¶
func (a *NamedListsAPIService) ReadNamedListExecute(r NamedListsAPIReadNamedListRequest) (*NamedListReadResponse, *http.Response, error)
Execute executes the request
@return NamedListReadResponse
func (*NamedListsAPIService) UpdateNamedList ¶
func (a *NamedListsAPIService) UpdateNamedList(ctx context.Context, id int32) NamedListsAPIUpdateNamedListRequest
UpdateNamedList Update Named List.
Use this method to update the specified Named List object. Note that list type cannot be updated.
The Named List object represents several types of lists allowed for BloxOne Cloud such as predefined threat intelligence feeds that your subscription offers (Threat Insight, Fast Flux, DGA, DNSM). In addition to the predefined threat intelligence feeds that your subscription offers, you can create custom lists (containing domains and IP addresses) to define whitelists and blacklists for additional protection. You can use a custom list to complement existing feeds or override the Block, Allow, Log, or Redirect action that is currently defined for an existing feed. Note that lists representing predefined TI feeds cannot be created, updated and deleted. Also use of the field 'items' is discouraged and instead use of new field 'item_described' is suggested as it is possible to add the description/comments to each item in the custom list using this field. In any case, note that use of both the fields 'items' and 'items_described' is not supported and when one of these field is used they must have some value i.e, it cannot be empty.
Required: - name - items or items_described
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Named List object identifier. @return NamedListsAPIUpdateNamedListRequest
func (*NamedListsAPIService) UpdateNamedListExecute ¶
func (a *NamedListsAPIService) UpdateNamedListExecute(r NamedListsAPIUpdateNamedListRequest) (*NamedListUpdateResponse, *http.Response, error)
Execute executes the request
@return NamedListUpdateResponse
func (*NamedListsAPIService) UpdateNamedListPartial ¶
func (a *NamedListsAPIService) UpdateNamedListPartial(ctx context.Context, id int32) NamedListsAPIUpdateNamedListPartialRequest
UpdateNamedListPartial Patch TI List.
Use this method to update the Severity for a specified named list, which must be of TI list type.
The severity levels (threat_level and confidence_level) can only be patched for a given id of a TI List. This patch request only accepts threat_level and confidence level as the attributes. At least one of these two attributes must be present in the request. If only one of the two attributes is present, only that attribute is set to the specified value for the specified list and other attribute will be at the present value. This operation is currently applicable only for the TI Lists.
Required: - id - threat_level or confidence_level
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Named List object identifier. @return NamedListsAPIUpdateNamedListPartialRequest
func (*NamedListsAPIService) UpdateNamedListPartialExecute ¶
func (a *NamedListsAPIService) UpdateNamedListPartialExecute(r NamedListsAPIUpdateNamedListPartialRequest) (*NamedListUpdateResponse, *http.Response, error)
Execute executes the request
@return NamedListUpdateResponse
type NamedListsAPIUpdateNamedListPartialRequest ¶
type NamedListsAPIUpdateNamedListPartialRequest struct { ApiService NamedListsAPI // contains filtered or unexported fields }
func (NamedListsAPIUpdateNamedListPartialRequest) Body ¶
func (r NamedListsAPIUpdateNamedListPartialRequest) Body(body ListSeverityLevels) NamedListsAPIUpdateNamedListPartialRequest
The Named List object.
func (NamedListsAPIUpdateNamedListPartialRequest) Execute ¶
func (r NamedListsAPIUpdateNamedListPartialRequest) Execute() (*NamedListUpdateResponse, *http.Response, error)
type NamedListsAPIUpdateNamedListRequest ¶
type NamedListsAPIUpdateNamedListRequest struct { ApiService NamedListsAPI // contains filtered or unexported fields }
func (NamedListsAPIUpdateNamedListRequest) Body ¶
func (r NamedListsAPIUpdateNamedListRequest) Body(body NamedList) NamedListsAPIUpdateNamedListRequest
The Named List object.
func (NamedListsAPIUpdateNamedListRequest) Execute ¶
func (r NamedListsAPIUpdateNamedListRequest) Execute() (*NamedListUpdateResponse, *http.Response, error)
type NamedListsCreateNamedList409Response ¶
type NamedListsCreateNamedList409Response struct { Error *NamedListsCreateNamedList409ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
NamedListsCreateNamedList409Response struct for NamedListsCreateNamedList409Response
func NewNamedListsCreateNamedList409Response ¶
func NewNamedListsCreateNamedList409Response() *NamedListsCreateNamedList409Response
NewNamedListsCreateNamedList409Response instantiates a new NamedListsCreateNamedList409Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNamedListsCreateNamedList409ResponseWithDefaults ¶
func NewNamedListsCreateNamedList409ResponseWithDefaults() *NamedListsCreateNamedList409Response
NewNamedListsCreateNamedList409ResponseWithDefaults instantiates a new NamedListsCreateNamedList409Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NamedListsCreateNamedList409Response) GetError ¶
func (o *NamedListsCreateNamedList409Response) GetError() NamedListsCreateNamedList409ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*NamedListsCreateNamedList409Response) GetErrorOk ¶
func (o *NamedListsCreateNamedList409Response) GetErrorOk() (*NamedListsCreateNamedList409ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListsCreateNamedList409Response) HasError ¶
func (o *NamedListsCreateNamedList409Response) HasError() bool
HasError returns a boolean if a field has been set.
func (NamedListsCreateNamedList409Response) MarshalJSON ¶
func (o NamedListsCreateNamedList409Response) MarshalJSON() ([]byte, error)
func (*NamedListsCreateNamedList409Response) SetError ¶
func (o *NamedListsCreateNamedList409Response) SetError(v NamedListsCreateNamedList409ResponseError)
SetError gets a reference to the given NamedListsCreateNamedList409ResponseError and assigns it to the Error field.
func (NamedListsCreateNamedList409Response) ToMap ¶
func (o NamedListsCreateNamedList409Response) ToMap() (map[string]interface{}, error)
func (*NamedListsCreateNamedList409Response) UnmarshalJSON ¶
func (o *NamedListsCreateNamedList409Response) UnmarshalJSON(data []byte) (err error)
type NamedListsCreateNamedList409ResponseError ¶
type NamedListsCreateNamedList409ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
NamedListsCreateNamedList409ResponseError struct for NamedListsCreateNamedList409ResponseError
func NewNamedListsCreateNamedList409ResponseError ¶
func NewNamedListsCreateNamedList409ResponseError() *NamedListsCreateNamedList409ResponseError
NewNamedListsCreateNamedList409ResponseError instantiates a new NamedListsCreateNamedList409ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNamedListsCreateNamedList409ResponseErrorWithDefaults ¶
func NewNamedListsCreateNamedList409ResponseErrorWithDefaults() *NamedListsCreateNamedList409ResponseError
NewNamedListsCreateNamedList409ResponseErrorWithDefaults instantiates a new NamedListsCreateNamedList409ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NamedListsCreateNamedList409ResponseError) GetCode ¶
func (o *NamedListsCreateNamedList409ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*NamedListsCreateNamedList409ResponseError) GetCodeOk ¶
func (o *NamedListsCreateNamedList409ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListsCreateNamedList409ResponseError) GetMessage ¶
func (o *NamedListsCreateNamedList409ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*NamedListsCreateNamedList409ResponseError) GetMessageOk ¶
func (o *NamedListsCreateNamedList409ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListsCreateNamedList409ResponseError) GetStatus ¶
func (o *NamedListsCreateNamedList409ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*NamedListsCreateNamedList409ResponseError) GetStatusOk ¶
func (o *NamedListsCreateNamedList409ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListsCreateNamedList409ResponseError) HasCode ¶
func (o *NamedListsCreateNamedList409ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*NamedListsCreateNamedList409ResponseError) HasMessage ¶
func (o *NamedListsCreateNamedList409ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*NamedListsCreateNamedList409ResponseError) HasStatus ¶
func (o *NamedListsCreateNamedList409ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (NamedListsCreateNamedList409ResponseError) MarshalJSON ¶
func (o NamedListsCreateNamedList409ResponseError) MarshalJSON() ([]byte, error)
func (*NamedListsCreateNamedList409ResponseError) SetCode ¶
func (o *NamedListsCreateNamedList409ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*NamedListsCreateNamedList409ResponseError) SetMessage ¶
func (o *NamedListsCreateNamedList409ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*NamedListsCreateNamedList409ResponseError) SetStatus ¶
func (o *NamedListsCreateNamedList409ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (NamedListsCreateNamedList409ResponseError) ToMap ¶
func (o NamedListsCreateNamedList409ResponseError) ToMap() (map[string]interface{}, error)
func (*NamedListsCreateNamedList409ResponseError) UnmarshalJSON ¶
func (o *NamedListsCreateNamedList409ResponseError) UnmarshalJSON(data []byte) (err error)
type NamedListsDeleteNamedLists400Response ¶
type NamedListsDeleteNamedLists400Response struct { Error *NamedListsDeleteNamedLists400ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
NamedListsDeleteNamedLists400Response struct for NamedListsDeleteNamedLists400Response
func NewNamedListsDeleteNamedLists400Response ¶
func NewNamedListsDeleteNamedLists400Response() *NamedListsDeleteNamedLists400Response
NewNamedListsDeleteNamedLists400Response instantiates a new NamedListsDeleteNamedLists400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNamedListsDeleteNamedLists400ResponseWithDefaults ¶
func NewNamedListsDeleteNamedLists400ResponseWithDefaults() *NamedListsDeleteNamedLists400Response
NewNamedListsDeleteNamedLists400ResponseWithDefaults instantiates a new NamedListsDeleteNamedLists400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NamedListsDeleteNamedLists400Response) GetError ¶
func (o *NamedListsDeleteNamedLists400Response) GetError() NamedListsDeleteNamedLists400ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*NamedListsDeleteNamedLists400Response) GetErrorOk ¶
func (o *NamedListsDeleteNamedLists400Response) GetErrorOk() (*NamedListsDeleteNamedLists400ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListsDeleteNamedLists400Response) HasError ¶
func (o *NamedListsDeleteNamedLists400Response) HasError() bool
HasError returns a boolean if a field has been set.
func (NamedListsDeleteNamedLists400Response) MarshalJSON ¶
func (o NamedListsDeleteNamedLists400Response) MarshalJSON() ([]byte, error)
func (*NamedListsDeleteNamedLists400Response) SetError ¶
func (o *NamedListsDeleteNamedLists400Response) SetError(v NamedListsDeleteNamedLists400ResponseError)
SetError gets a reference to the given NamedListsDeleteNamedLists400ResponseError and assigns it to the Error field.
func (NamedListsDeleteNamedLists400Response) ToMap ¶
func (o NamedListsDeleteNamedLists400Response) ToMap() (map[string]interface{}, error)
func (*NamedListsDeleteNamedLists400Response) UnmarshalJSON ¶
func (o *NamedListsDeleteNamedLists400Response) UnmarshalJSON(data []byte) (err error)
type NamedListsDeleteNamedLists400ResponseError ¶
type NamedListsDeleteNamedLists400ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
NamedListsDeleteNamedLists400ResponseError struct for NamedListsDeleteNamedLists400ResponseError
func NewNamedListsDeleteNamedLists400ResponseError ¶
func NewNamedListsDeleteNamedLists400ResponseError() *NamedListsDeleteNamedLists400ResponseError
NewNamedListsDeleteNamedLists400ResponseError instantiates a new NamedListsDeleteNamedLists400ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNamedListsDeleteNamedLists400ResponseErrorWithDefaults ¶
func NewNamedListsDeleteNamedLists400ResponseErrorWithDefaults() *NamedListsDeleteNamedLists400ResponseError
NewNamedListsDeleteNamedLists400ResponseErrorWithDefaults instantiates a new NamedListsDeleteNamedLists400ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NamedListsDeleteNamedLists400ResponseError) GetCode ¶
func (o *NamedListsDeleteNamedLists400ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*NamedListsDeleteNamedLists400ResponseError) GetCodeOk ¶
func (o *NamedListsDeleteNamedLists400ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListsDeleteNamedLists400ResponseError) GetMessage ¶
func (o *NamedListsDeleteNamedLists400ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*NamedListsDeleteNamedLists400ResponseError) GetMessageOk ¶
func (o *NamedListsDeleteNamedLists400ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListsDeleteNamedLists400ResponseError) GetStatus ¶
func (o *NamedListsDeleteNamedLists400ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*NamedListsDeleteNamedLists400ResponseError) GetStatusOk ¶
func (o *NamedListsDeleteNamedLists400ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListsDeleteNamedLists400ResponseError) HasCode ¶
func (o *NamedListsDeleteNamedLists400ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*NamedListsDeleteNamedLists400ResponseError) HasMessage ¶
func (o *NamedListsDeleteNamedLists400ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*NamedListsDeleteNamedLists400ResponseError) HasStatus ¶
func (o *NamedListsDeleteNamedLists400ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (NamedListsDeleteNamedLists400ResponseError) MarshalJSON ¶
func (o NamedListsDeleteNamedLists400ResponseError) MarshalJSON() ([]byte, error)
func (*NamedListsDeleteNamedLists400ResponseError) SetCode ¶
func (o *NamedListsDeleteNamedLists400ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*NamedListsDeleteNamedLists400ResponseError) SetMessage ¶
func (o *NamedListsDeleteNamedLists400ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*NamedListsDeleteNamedLists400ResponseError) SetStatus ¶
func (o *NamedListsDeleteNamedLists400ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (NamedListsDeleteNamedLists400ResponseError) ToMap ¶
func (o NamedListsDeleteNamedLists400ResponseError) ToMap() (map[string]interface{}, error)
func (*NamedListsDeleteNamedLists400ResponseError) UnmarshalJSON ¶
func (o *NamedListsDeleteNamedLists400ResponseError) UnmarshalJSON(data []byte) (err error)
type NamedListsDeleteNamedLists404Response ¶
type NamedListsDeleteNamedLists404Response struct { Error *NamedListsDeleteNamedLists404ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
NamedListsDeleteNamedLists404Response struct for NamedListsDeleteNamedLists404Response
func NewNamedListsDeleteNamedLists404Response ¶
func NewNamedListsDeleteNamedLists404Response() *NamedListsDeleteNamedLists404Response
NewNamedListsDeleteNamedLists404Response instantiates a new NamedListsDeleteNamedLists404Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNamedListsDeleteNamedLists404ResponseWithDefaults ¶
func NewNamedListsDeleteNamedLists404ResponseWithDefaults() *NamedListsDeleteNamedLists404Response
NewNamedListsDeleteNamedLists404ResponseWithDefaults instantiates a new NamedListsDeleteNamedLists404Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NamedListsDeleteNamedLists404Response) GetError ¶
func (o *NamedListsDeleteNamedLists404Response) GetError() NamedListsDeleteNamedLists404ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*NamedListsDeleteNamedLists404Response) GetErrorOk ¶
func (o *NamedListsDeleteNamedLists404Response) GetErrorOk() (*NamedListsDeleteNamedLists404ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListsDeleteNamedLists404Response) HasError ¶
func (o *NamedListsDeleteNamedLists404Response) HasError() bool
HasError returns a boolean if a field has been set.
func (NamedListsDeleteNamedLists404Response) MarshalJSON ¶
func (o NamedListsDeleteNamedLists404Response) MarshalJSON() ([]byte, error)
func (*NamedListsDeleteNamedLists404Response) SetError ¶
func (o *NamedListsDeleteNamedLists404Response) SetError(v NamedListsDeleteNamedLists404ResponseError)
SetError gets a reference to the given NamedListsDeleteNamedLists404ResponseError and assigns it to the Error field.
func (NamedListsDeleteNamedLists404Response) ToMap ¶
func (o NamedListsDeleteNamedLists404Response) ToMap() (map[string]interface{}, error)
func (*NamedListsDeleteNamedLists404Response) UnmarshalJSON ¶
func (o *NamedListsDeleteNamedLists404Response) UnmarshalJSON(data []byte) (err error)
type NamedListsDeleteNamedLists404ResponseError ¶
type NamedListsDeleteNamedLists404ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
NamedListsDeleteNamedLists404ResponseError struct for NamedListsDeleteNamedLists404ResponseError
func NewNamedListsDeleteNamedLists404ResponseError ¶
func NewNamedListsDeleteNamedLists404ResponseError() *NamedListsDeleteNamedLists404ResponseError
NewNamedListsDeleteNamedLists404ResponseError instantiates a new NamedListsDeleteNamedLists404ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNamedListsDeleteNamedLists404ResponseErrorWithDefaults ¶
func NewNamedListsDeleteNamedLists404ResponseErrorWithDefaults() *NamedListsDeleteNamedLists404ResponseError
NewNamedListsDeleteNamedLists404ResponseErrorWithDefaults instantiates a new NamedListsDeleteNamedLists404ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NamedListsDeleteNamedLists404ResponseError) GetCode ¶
func (o *NamedListsDeleteNamedLists404ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*NamedListsDeleteNamedLists404ResponseError) GetCodeOk ¶
func (o *NamedListsDeleteNamedLists404ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListsDeleteNamedLists404ResponseError) GetMessage ¶
func (o *NamedListsDeleteNamedLists404ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*NamedListsDeleteNamedLists404ResponseError) GetMessageOk ¶
func (o *NamedListsDeleteNamedLists404ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListsDeleteNamedLists404ResponseError) GetStatus ¶
func (o *NamedListsDeleteNamedLists404ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*NamedListsDeleteNamedLists404ResponseError) GetStatusOk ¶
func (o *NamedListsDeleteNamedLists404ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListsDeleteNamedLists404ResponseError) HasCode ¶
func (o *NamedListsDeleteNamedLists404ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*NamedListsDeleteNamedLists404ResponseError) HasMessage ¶
func (o *NamedListsDeleteNamedLists404ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*NamedListsDeleteNamedLists404ResponseError) HasStatus ¶
func (o *NamedListsDeleteNamedLists404ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (NamedListsDeleteNamedLists404ResponseError) MarshalJSON ¶
func (o NamedListsDeleteNamedLists404ResponseError) MarshalJSON() ([]byte, error)
func (*NamedListsDeleteNamedLists404ResponseError) SetCode ¶
func (o *NamedListsDeleteNamedLists404ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*NamedListsDeleteNamedLists404ResponseError) SetMessage ¶
func (o *NamedListsDeleteNamedLists404ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*NamedListsDeleteNamedLists404ResponseError) SetStatus ¶
func (o *NamedListsDeleteNamedLists404ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (NamedListsDeleteNamedLists404ResponseError) ToMap ¶
func (o NamedListsDeleteNamedLists404ResponseError) ToMap() (map[string]interface{}, error)
func (*NamedListsDeleteNamedLists404ResponseError) UnmarshalJSON ¶
func (o *NamedListsDeleteNamedLists404ResponseError) UnmarshalJSON(data []byte) (err error)
type NamedListsDeleteRequest ¶
type NamedListsDeleteRequest struct { // The list of Named List object identifiers. Ids []int32 `json:"ids,omitempty"` AdditionalProperties map[string]interface{} }
NamedListsDeleteRequest The Named List delete request.
func NewNamedListsDeleteRequest ¶
func NewNamedListsDeleteRequest() *NamedListsDeleteRequest
NewNamedListsDeleteRequest instantiates a new NamedListsDeleteRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNamedListsDeleteRequestWithDefaults ¶
func NewNamedListsDeleteRequestWithDefaults() *NamedListsDeleteRequest
NewNamedListsDeleteRequestWithDefaults instantiates a new NamedListsDeleteRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NamedListsDeleteRequest) GetIds ¶
func (o *NamedListsDeleteRequest) GetIds() []int32
GetIds returns the Ids field value if set, zero value otherwise.
func (*NamedListsDeleteRequest) GetIdsOk ¶
func (o *NamedListsDeleteRequest) GetIdsOk() ([]int32, bool)
GetIdsOk returns a tuple with the Ids field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListsDeleteRequest) HasIds ¶
func (o *NamedListsDeleteRequest) HasIds() bool
HasIds returns a boolean if a field has been set.
func (NamedListsDeleteRequest) MarshalJSON ¶
func (o NamedListsDeleteRequest) MarshalJSON() ([]byte, error)
func (*NamedListsDeleteRequest) SetIds ¶
func (o *NamedListsDeleteRequest) SetIds(v []int32)
SetIds gets a reference to the given []int32 and assigns it to the Ids field.
func (NamedListsDeleteRequest) ToMap ¶
func (o NamedListsDeleteRequest) ToMap() (map[string]interface{}, error)
func (*NamedListsDeleteRequest) UnmarshalJSON ¶
func (o *NamedListsDeleteRequest) UnmarshalJSON(data []byte) (err error)
type NamedListsDeleteSingleNamedLists404Response ¶
type NamedListsDeleteSingleNamedLists404Response struct { Error *NamedListsDeleteSingleNamedLists404ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
NamedListsDeleteSingleNamedLists404Response struct for NamedListsDeleteSingleNamedLists404Response
func NewNamedListsDeleteSingleNamedLists404Response ¶
func NewNamedListsDeleteSingleNamedLists404Response() *NamedListsDeleteSingleNamedLists404Response
NewNamedListsDeleteSingleNamedLists404Response instantiates a new NamedListsDeleteSingleNamedLists404Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNamedListsDeleteSingleNamedLists404ResponseWithDefaults ¶
func NewNamedListsDeleteSingleNamedLists404ResponseWithDefaults() *NamedListsDeleteSingleNamedLists404Response
NewNamedListsDeleteSingleNamedLists404ResponseWithDefaults instantiates a new NamedListsDeleteSingleNamedLists404Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NamedListsDeleteSingleNamedLists404Response) GetError ¶
func (o *NamedListsDeleteSingleNamedLists404Response) GetError() NamedListsDeleteSingleNamedLists404ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*NamedListsDeleteSingleNamedLists404Response) GetErrorOk ¶
func (o *NamedListsDeleteSingleNamedLists404Response) GetErrorOk() (*NamedListsDeleteSingleNamedLists404ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListsDeleteSingleNamedLists404Response) HasError ¶
func (o *NamedListsDeleteSingleNamedLists404Response) HasError() bool
HasError returns a boolean if a field has been set.
func (NamedListsDeleteSingleNamedLists404Response) MarshalJSON ¶
func (o NamedListsDeleteSingleNamedLists404Response) MarshalJSON() ([]byte, error)
func (*NamedListsDeleteSingleNamedLists404Response) SetError ¶
func (o *NamedListsDeleteSingleNamedLists404Response) SetError(v NamedListsDeleteSingleNamedLists404ResponseError)
SetError gets a reference to the given NamedListsDeleteSingleNamedLists404ResponseError and assigns it to the Error field.
func (NamedListsDeleteSingleNamedLists404Response) ToMap ¶
func (o NamedListsDeleteSingleNamedLists404Response) ToMap() (map[string]interface{}, error)
func (*NamedListsDeleteSingleNamedLists404Response) UnmarshalJSON ¶
func (o *NamedListsDeleteSingleNamedLists404Response) UnmarshalJSON(data []byte) (err error)
type NamedListsDeleteSingleNamedLists404ResponseError ¶
type NamedListsDeleteSingleNamedLists404ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
NamedListsDeleteSingleNamedLists404ResponseError struct for NamedListsDeleteSingleNamedLists404ResponseError
func NewNamedListsDeleteSingleNamedLists404ResponseError ¶
func NewNamedListsDeleteSingleNamedLists404ResponseError() *NamedListsDeleteSingleNamedLists404ResponseError
NewNamedListsDeleteSingleNamedLists404ResponseError instantiates a new NamedListsDeleteSingleNamedLists404ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNamedListsDeleteSingleNamedLists404ResponseErrorWithDefaults ¶
func NewNamedListsDeleteSingleNamedLists404ResponseErrorWithDefaults() *NamedListsDeleteSingleNamedLists404ResponseError
NewNamedListsDeleteSingleNamedLists404ResponseErrorWithDefaults instantiates a new NamedListsDeleteSingleNamedLists404ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NamedListsDeleteSingleNamedLists404ResponseError) GetCode ¶
func (o *NamedListsDeleteSingleNamedLists404ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*NamedListsDeleteSingleNamedLists404ResponseError) GetCodeOk ¶
func (o *NamedListsDeleteSingleNamedLists404ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListsDeleteSingleNamedLists404ResponseError) GetMessage ¶
func (o *NamedListsDeleteSingleNamedLists404ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*NamedListsDeleteSingleNamedLists404ResponseError) GetMessageOk ¶
func (o *NamedListsDeleteSingleNamedLists404ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListsDeleteSingleNamedLists404ResponseError) GetStatus ¶
func (o *NamedListsDeleteSingleNamedLists404ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*NamedListsDeleteSingleNamedLists404ResponseError) GetStatusOk ¶
func (o *NamedListsDeleteSingleNamedLists404ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListsDeleteSingleNamedLists404ResponseError) HasCode ¶
func (o *NamedListsDeleteSingleNamedLists404ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*NamedListsDeleteSingleNamedLists404ResponseError) HasMessage ¶
func (o *NamedListsDeleteSingleNamedLists404ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*NamedListsDeleteSingleNamedLists404ResponseError) HasStatus ¶
func (o *NamedListsDeleteSingleNamedLists404ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (NamedListsDeleteSingleNamedLists404ResponseError) MarshalJSON ¶
func (o NamedListsDeleteSingleNamedLists404ResponseError) MarshalJSON() ([]byte, error)
func (*NamedListsDeleteSingleNamedLists404ResponseError) SetCode ¶
func (o *NamedListsDeleteSingleNamedLists404ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*NamedListsDeleteSingleNamedLists404ResponseError) SetMessage ¶
func (o *NamedListsDeleteSingleNamedLists404ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*NamedListsDeleteSingleNamedLists404ResponseError) SetStatus ¶
func (o *NamedListsDeleteSingleNamedLists404ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (NamedListsDeleteSingleNamedLists404ResponseError) ToMap ¶
func (o NamedListsDeleteSingleNamedLists404ResponseError) ToMap() (map[string]interface{}, error)
func (*NamedListsDeleteSingleNamedLists404ResponseError) UnmarshalJSON ¶
func (o *NamedListsDeleteSingleNamedLists404ResponseError) UnmarshalJSON(data []byte) (err error)
type NamedListsMultiListUpdate404Response ¶
type NamedListsMultiListUpdate404Response struct { Error *NamedListsMultiListUpdate404ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
NamedListsMultiListUpdate404Response struct for NamedListsMultiListUpdate404Response
func NewNamedListsMultiListUpdate404Response ¶
func NewNamedListsMultiListUpdate404Response() *NamedListsMultiListUpdate404Response
NewNamedListsMultiListUpdate404Response instantiates a new NamedListsMultiListUpdate404Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNamedListsMultiListUpdate404ResponseWithDefaults ¶
func NewNamedListsMultiListUpdate404ResponseWithDefaults() *NamedListsMultiListUpdate404Response
NewNamedListsMultiListUpdate404ResponseWithDefaults instantiates a new NamedListsMultiListUpdate404Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NamedListsMultiListUpdate404Response) GetError ¶
func (o *NamedListsMultiListUpdate404Response) GetError() NamedListsMultiListUpdate404ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*NamedListsMultiListUpdate404Response) GetErrorOk ¶
func (o *NamedListsMultiListUpdate404Response) GetErrorOk() (*NamedListsMultiListUpdate404ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListsMultiListUpdate404Response) HasError ¶
func (o *NamedListsMultiListUpdate404Response) HasError() bool
HasError returns a boolean if a field has been set.
func (NamedListsMultiListUpdate404Response) MarshalJSON ¶
func (o NamedListsMultiListUpdate404Response) MarshalJSON() ([]byte, error)
func (*NamedListsMultiListUpdate404Response) SetError ¶
func (o *NamedListsMultiListUpdate404Response) SetError(v NamedListsMultiListUpdate404ResponseError)
SetError gets a reference to the given NamedListsMultiListUpdate404ResponseError and assigns it to the Error field.
func (NamedListsMultiListUpdate404Response) ToMap ¶
func (o NamedListsMultiListUpdate404Response) ToMap() (map[string]interface{}, error)
func (*NamedListsMultiListUpdate404Response) UnmarshalJSON ¶
func (o *NamedListsMultiListUpdate404Response) UnmarshalJSON(data []byte) (err error)
type NamedListsMultiListUpdate404ResponseError ¶
type NamedListsMultiListUpdate404ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
NamedListsMultiListUpdate404ResponseError struct for NamedListsMultiListUpdate404ResponseError
func NewNamedListsMultiListUpdate404ResponseError ¶
func NewNamedListsMultiListUpdate404ResponseError() *NamedListsMultiListUpdate404ResponseError
NewNamedListsMultiListUpdate404ResponseError instantiates a new NamedListsMultiListUpdate404ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNamedListsMultiListUpdate404ResponseErrorWithDefaults ¶
func NewNamedListsMultiListUpdate404ResponseErrorWithDefaults() *NamedListsMultiListUpdate404ResponseError
NewNamedListsMultiListUpdate404ResponseErrorWithDefaults instantiates a new NamedListsMultiListUpdate404ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NamedListsMultiListUpdate404ResponseError) GetCode ¶
func (o *NamedListsMultiListUpdate404ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*NamedListsMultiListUpdate404ResponseError) GetCodeOk ¶
func (o *NamedListsMultiListUpdate404ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListsMultiListUpdate404ResponseError) GetMessage ¶
func (o *NamedListsMultiListUpdate404ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*NamedListsMultiListUpdate404ResponseError) GetMessageOk ¶
func (o *NamedListsMultiListUpdate404ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListsMultiListUpdate404ResponseError) GetStatus ¶
func (o *NamedListsMultiListUpdate404ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*NamedListsMultiListUpdate404ResponseError) GetStatusOk ¶
func (o *NamedListsMultiListUpdate404ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListsMultiListUpdate404ResponseError) HasCode ¶
func (o *NamedListsMultiListUpdate404ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*NamedListsMultiListUpdate404ResponseError) HasMessage ¶
func (o *NamedListsMultiListUpdate404ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*NamedListsMultiListUpdate404ResponseError) HasStatus ¶
func (o *NamedListsMultiListUpdate404ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (NamedListsMultiListUpdate404ResponseError) MarshalJSON ¶
func (o NamedListsMultiListUpdate404ResponseError) MarshalJSON() ([]byte, error)
func (*NamedListsMultiListUpdate404ResponseError) SetCode ¶
func (o *NamedListsMultiListUpdate404ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*NamedListsMultiListUpdate404ResponseError) SetMessage ¶
func (o *NamedListsMultiListUpdate404ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*NamedListsMultiListUpdate404ResponseError) SetStatus ¶
func (o *NamedListsMultiListUpdate404ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (NamedListsMultiListUpdate404ResponseError) ToMap ¶
func (o NamedListsMultiListUpdate404ResponseError) ToMap() (map[string]interface{}, error)
func (*NamedListsMultiListUpdate404ResponseError) UnmarshalJSON ¶
func (o *NamedListsMultiListUpdate404ResponseError) UnmarshalJSON(data []byte) (err error)
type NamedListsUpdateNamedListPartial400Response ¶
type NamedListsUpdateNamedListPartial400Response struct { Error *NamedListsUpdateNamedListPartial400ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
NamedListsUpdateNamedListPartial400Response struct for NamedListsUpdateNamedListPartial400Response
func NewNamedListsUpdateNamedListPartial400Response ¶
func NewNamedListsUpdateNamedListPartial400Response() *NamedListsUpdateNamedListPartial400Response
NewNamedListsUpdateNamedListPartial400Response instantiates a new NamedListsUpdateNamedListPartial400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNamedListsUpdateNamedListPartial400ResponseWithDefaults ¶
func NewNamedListsUpdateNamedListPartial400ResponseWithDefaults() *NamedListsUpdateNamedListPartial400Response
NewNamedListsUpdateNamedListPartial400ResponseWithDefaults instantiates a new NamedListsUpdateNamedListPartial400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NamedListsUpdateNamedListPartial400Response) GetError ¶
func (o *NamedListsUpdateNamedListPartial400Response) GetError() NamedListsUpdateNamedListPartial400ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*NamedListsUpdateNamedListPartial400Response) GetErrorOk ¶
func (o *NamedListsUpdateNamedListPartial400Response) GetErrorOk() (*NamedListsUpdateNamedListPartial400ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListsUpdateNamedListPartial400Response) HasError ¶
func (o *NamedListsUpdateNamedListPartial400Response) HasError() bool
HasError returns a boolean if a field has been set.
func (NamedListsUpdateNamedListPartial400Response) MarshalJSON ¶
func (o NamedListsUpdateNamedListPartial400Response) MarshalJSON() ([]byte, error)
func (*NamedListsUpdateNamedListPartial400Response) SetError ¶
func (o *NamedListsUpdateNamedListPartial400Response) SetError(v NamedListsUpdateNamedListPartial400ResponseError)
SetError gets a reference to the given NamedListsUpdateNamedListPartial400ResponseError and assigns it to the Error field.
func (NamedListsUpdateNamedListPartial400Response) ToMap ¶
func (o NamedListsUpdateNamedListPartial400Response) ToMap() (map[string]interface{}, error)
func (*NamedListsUpdateNamedListPartial400Response) UnmarshalJSON ¶
func (o *NamedListsUpdateNamedListPartial400Response) UnmarshalJSON(data []byte) (err error)
type NamedListsUpdateNamedListPartial400ResponseError ¶
type NamedListsUpdateNamedListPartial400ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
NamedListsUpdateNamedListPartial400ResponseError struct for NamedListsUpdateNamedListPartial400ResponseError
func NewNamedListsUpdateNamedListPartial400ResponseError ¶
func NewNamedListsUpdateNamedListPartial400ResponseError() *NamedListsUpdateNamedListPartial400ResponseError
NewNamedListsUpdateNamedListPartial400ResponseError instantiates a new NamedListsUpdateNamedListPartial400ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNamedListsUpdateNamedListPartial400ResponseErrorWithDefaults ¶
func NewNamedListsUpdateNamedListPartial400ResponseErrorWithDefaults() *NamedListsUpdateNamedListPartial400ResponseError
NewNamedListsUpdateNamedListPartial400ResponseErrorWithDefaults instantiates a new NamedListsUpdateNamedListPartial400ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NamedListsUpdateNamedListPartial400ResponseError) GetCode ¶
func (o *NamedListsUpdateNamedListPartial400ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*NamedListsUpdateNamedListPartial400ResponseError) GetCodeOk ¶
func (o *NamedListsUpdateNamedListPartial400ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListsUpdateNamedListPartial400ResponseError) GetMessage ¶
func (o *NamedListsUpdateNamedListPartial400ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*NamedListsUpdateNamedListPartial400ResponseError) GetMessageOk ¶
func (o *NamedListsUpdateNamedListPartial400ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListsUpdateNamedListPartial400ResponseError) GetStatus ¶
func (o *NamedListsUpdateNamedListPartial400ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*NamedListsUpdateNamedListPartial400ResponseError) GetStatusOk ¶
func (o *NamedListsUpdateNamedListPartial400ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListsUpdateNamedListPartial400ResponseError) HasCode ¶
func (o *NamedListsUpdateNamedListPartial400ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*NamedListsUpdateNamedListPartial400ResponseError) HasMessage ¶
func (o *NamedListsUpdateNamedListPartial400ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*NamedListsUpdateNamedListPartial400ResponseError) HasStatus ¶
func (o *NamedListsUpdateNamedListPartial400ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (NamedListsUpdateNamedListPartial400ResponseError) MarshalJSON ¶
func (o NamedListsUpdateNamedListPartial400ResponseError) MarshalJSON() ([]byte, error)
func (*NamedListsUpdateNamedListPartial400ResponseError) SetCode ¶
func (o *NamedListsUpdateNamedListPartial400ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*NamedListsUpdateNamedListPartial400ResponseError) SetMessage ¶
func (o *NamedListsUpdateNamedListPartial400ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*NamedListsUpdateNamedListPartial400ResponseError) SetStatus ¶
func (o *NamedListsUpdateNamedListPartial400ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (NamedListsUpdateNamedListPartial400ResponseError) ToMap ¶
func (o NamedListsUpdateNamedListPartial400ResponseError) ToMap() (map[string]interface{}, error)
func (*NamedListsUpdateNamedListPartial400ResponseError) UnmarshalJSON ¶
func (o *NamedListsUpdateNamedListPartial400ResponseError) UnmarshalJSON(data []byte) (err error)
type NamedListsUpdateNamedListPartial404Response ¶
type NamedListsUpdateNamedListPartial404Response struct { Error *NamedListsUpdateNamedListPartial404ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
NamedListsUpdateNamedListPartial404Response struct for NamedListsUpdateNamedListPartial404Response
func NewNamedListsUpdateNamedListPartial404Response ¶
func NewNamedListsUpdateNamedListPartial404Response() *NamedListsUpdateNamedListPartial404Response
NewNamedListsUpdateNamedListPartial404Response instantiates a new NamedListsUpdateNamedListPartial404Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNamedListsUpdateNamedListPartial404ResponseWithDefaults ¶
func NewNamedListsUpdateNamedListPartial404ResponseWithDefaults() *NamedListsUpdateNamedListPartial404Response
NewNamedListsUpdateNamedListPartial404ResponseWithDefaults instantiates a new NamedListsUpdateNamedListPartial404Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NamedListsUpdateNamedListPartial404Response) GetError ¶
func (o *NamedListsUpdateNamedListPartial404Response) GetError() NamedListsUpdateNamedListPartial404ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*NamedListsUpdateNamedListPartial404Response) GetErrorOk ¶
func (o *NamedListsUpdateNamedListPartial404Response) GetErrorOk() (*NamedListsUpdateNamedListPartial404ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListsUpdateNamedListPartial404Response) HasError ¶
func (o *NamedListsUpdateNamedListPartial404Response) HasError() bool
HasError returns a boolean if a field has been set.
func (NamedListsUpdateNamedListPartial404Response) MarshalJSON ¶
func (o NamedListsUpdateNamedListPartial404Response) MarshalJSON() ([]byte, error)
func (*NamedListsUpdateNamedListPartial404Response) SetError ¶
func (o *NamedListsUpdateNamedListPartial404Response) SetError(v NamedListsUpdateNamedListPartial404ResponseError)
SetError gets a reference to the given NamedListsUpdateNamedListPartial404ResponseError and assigns it to the Error field.
func (NamedListsUpdateNamedListPartial404Response) ToMap ¶
func (o NamedListsUpdateNamedListPartial404Response) ToMap() (map[string]interface{}, error)
func (*NamedListsUpdateNamedListPartial404Response) UnmarshalJSON ¶
func (o *NamedListsUpdateNamedListPartial404Response) UnmarshalJSON(data []byte) (err error)
type NamedListsUpdateNamedListPartial404ResponseError ¶
type NamedListsUpdateNamedListPartial404ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
NamedListsUpdateNamedListPartial404ResponseError struct for NamedListsUpdateNamedListPartial404ResponseError
func NewNamedListsUpdateNamedListPartial404ResponseError ¶
func NewNamedListsUpdateNamedListPartial404ResponseError() *NamedListsUpdateNamedListPartial404ResponseError
NewNamedListsUpdateNamedListPartial404ResponseError instantiates a new NamedListsUpdateNamedListPartial404ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNamedListsUpdateNamedListPartial404ResponseErrorWithDefaults ¶
func NewNamedListsUpdateNamedListPartial404ResponseErrorWithDefaults() *NamedListsUpdateNamedListPartial404ResponseError
NewNamedListsUpdateNamedListPartial404ResponseErrorWithDefaults instantiates a new NamedListsUpdateNamedListPartial404ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NamedListsUpdateNamedListPartial404ResponseError) GetCode ¶
func (o *NamedListsUpdateNamedListPartial404ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*NamedListsUpdateNamedListPartial404ResponseError) GetCodeOk ¶
func (o *NamedListsUpdateNamedListPartial404ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListsUpdateNamedListPartial404ResponseError) GetMessage ¶
func (o *NamedListsUpdateNamedListPartial404ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*NamedListsUpdateNamedListPartial404ResponseError) GetMessageOk ¶
func (o *NamedListsUpdateNamedListPartial404ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListsUpdateNamedListPartial404ResponseError) GetStatus ¶
func (o *NamedListsUpdateNamedListPartial404ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*NamedListsUpdateNamedListPartial404ResponseError) GetStatusOk ¶
func (o *NamedListsUpdateNamedListPartial404ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListsUpdateNamedListPartial404ResponseError) HasCode ¶
func (o *NamedListsUpdateNamedListPartial404ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*NamedListsUpdateNamedListPartial404ResponseError) HasMessage ¶
func (o *NamedListsUpdateNamedListPartial404ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*NamedListsUpdateNamedListPartial404ResponseError) HasStatus ¶
func (o *NamedListsUpdateNamedListPartial404ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (NamedListsUpdateNamedListPartial404ResponseError) MarshalJSON ¶
func (o NamedListsUpdateNamedListPartial404ResponseError) MarshalJSON() ([]byte, error)
func (*NamedListsUpdateNamedListPartial404ResponseError) SetCode ¶
func (o *NamedListsUpdateNamedListPartial404ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*NamedListsUpdateNamedListPartial404ResponseError) SetMessage ¶
func (o *NamedListsUpdateNamedListPartial404ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*NamedListsUpdateNamedListPartial404ResponseError) SetStatus ¶
func (o *NamedListsUpdateNamedListPartial404ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (NamedListsUpdateNamedListPartial404ResponseError) ToMap ¶
func (o NamedListsUpdateNamedListPartial404ResponseError) ToMap() (map[string]interface{}, error)
func (*NamedListsUpdateNamedListPartial404ResponseError) UnmarshalJSON ¶
func (o *NamedListsUpdateNamedListPartial404ResponseError) UnmarshalJSON(data []byte) (err error)
type NamedListsUpdateNamedListPartial405Response ¶
type NamedListsUpdateNamedListPartial405Response struct { Error *NamedListsUpdateNamedListPartial405ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
NamedListsUpdateNamedListPartial405Response struct for NamedListsUpdateNamedListPartial405Response
func NewNamedListsUpdateNamedListPartial405Response ¶
func NewNamedListsUpdateNamedListPartial405Response() *NamedListsUpdateNamedListPartial405Response
NewNamedListsUpdateNamedListPartial405Response instantiates a new NamedListsUpdateNamedListPartial405Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNamedListsUpdateNamedListPartial405ResponseWithDefaults ¶
func NewNamedListsUpdateNamedListPartial405ResponseWithDefaults() *NamedListsUpdateNamedListPartial405Response
NewNamedListsUpdateNamedListPartial405ResponseWithDefaults instantiates a new NamedListsUpdateNamedListPartial405Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NamedListsUpdateNamedListPartial405Response) GetError ¶
func (o *NamedListsUpdateNamedListPartial405Response) GetError() NamedListsUpdateNamedListPartial405ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*NamedListsUpdateNamedListPartial405Response) GetErrorOk ¶
func (o *NamedListsUpdateNamedListPartial405Response) GetErrorOk() (*NamedListsUpdateNamedListPartial405ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListsUpdateNamedListPartial405Response) HasError ¶
func (o *NamedListsUpdateNamedListPartial405Response) HasError() bool
HasError returns a boolean if a field has been set.
func (NamedListsUpdateNamedListPartial405Response) MarshalJSON ¶
func (o NamedListsUpdateNamedListPartial405Response) MarshalJSON() ([]byte, error)
func (*NamedListsUpdateNamedListPartial405Response) SetError ¶
func (o *NamedListsUpdateNamedListPartial405Response) SetError(v NamedListsUpdateNamedListPartial405ResponseError)
SetError gets a reference to the given NamedListsUpdateNamedListPartial405ResponseError and assigns it to the Error field.
func (NamedListsUpdateNamedListPartial405Response) ToMap ¶
func (o NamedListsUpdateNamedListPartial405Response) ToMap() (map[string]interface{}, error)
func (*NamedListsUpdateNamedListPartial405Response) UnmarshalJSON ¶
func (o *NamedListsUpdateNamedListPartial405Response) UnmarshalJSON(data []byte) (err error)
type NamedListsUpdateNamedListPartial405ResponseError ¶
type NamedListsUpdateNamedListPartial405ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
NamedListsUpdateNamedListPartial405ResponseError struct for NamedListsUpdateNamedListPartial405ResponseError
func NewNamedListsUpdateNamedListPartial405ResponseError ¶
func NewNamedListsUpdateNamedListPartial405ResponseError() *NamedListsUpdateNamedListPartial405ResponseError
NewNamedListsUpdateNamedListPartial405ResponseError instantiates a new NamedListsUpdateNamedListPartial405ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNamedListsUpdateNamedListPartial405ResponseErrorWithDefaults ¶
func NewNamedListsUpdateNamedListPartial405ResponseErrorWithDefaults() *NamedListsUpdateNamedListPartial405ResponseError
NewNamedListsUpdateNamedListPartial405ResponseErrorWithDefaults instantiates a new NamedListsUpdateNamedListPartial405ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NamedListsUpdateNamedListPartial405ResponseError) GetCode ¶
func (o *NamedListsUpdateNamedListPartial405ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*NamedListsUpdateNamedListPartial405ResponseError) GetCodeOk ¶
func (o *NamedListsUpdateNamedListPartial405ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListsUpdateNamedListPartial405ResponseError) GetMessage ¶
func (o *NamedListsUpdateNamedListPartial405ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*NamedListsUpdateNamedListPartial405ResponseError) GetMessageOk ¶
func (o *NamedListsUpdateNamedListPartial405ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListsUpdateNamedListPartial405ResponseError) GetStatus ¶
func (o *NamedListsUpdateNamedListPartial405ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*NamedListsUpdateNamedListPartial405ResponseError) GetStatusOk ¶
func (o *NamedListsUpdateNamedListPartial405ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NamedListsUpdateNamedListPartial405ResponseError) HasCode ¶
func (o *NamedListsUpdateNamedListPartial405ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*NamedListsUpdateNamedListPartial405ResponseError) HasMessage ¶
func (o *NamedListsUpdateNamedListPartial405ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*NamedListsUpdateNamedListPartial405ResponseError) HasStatus ¶
func (o *NamedListsUpdateNamedListPartial405ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (NamedListsUpdateNamedListPartial405ResponseError) MarshalJSON ¶
func (o NamedListsUpdateNamedListPartial405ResponseError) MarshalJSON() ([]byte, error)
func (*NamedListsUpdateNamedListPartial405ResponseError) SetCode ¶
func (o *NamedListsUpdateNamedListPartial405ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*NamedListsUpdateNamedListPartial405ResponseError) SetMessage ¶
func (o *NamedListsUpdateNamedListPartial405ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*NamedListsUpdateNamedListPartial405ResponseError) SetStatus ¶
func (o *NamedListsUpdateNamedListPartial405ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (NamedListsUpdateNamedListPartial405ResponseError) ToMap ¶
func (o NamedListsUpdateNamedListPartial405ResponseError) ToMap() (map[string]interface{}, error)
func (*NamedListsUpdateNamedListPartial405ResponseError) UnmarshalJSON ¶
func (o *NamedListsUpdateNamedListPartial405ResponseError) UnmarshalJSON(data []byte) (err error)
type NetAddrDfpAssignment ¶
type NetAddrDfpAssignment struct { // network address in IPv4 CIDR (address/bitmask length) string format AddrNet *string `json:"addr_net,omitempty"` // The list of identifiers of DFPs that have association with this scope. DfpIds []int32 `json:"dfp_ids,omitempty"` DfpServiceIds []string `json:"dfp_service_ids,omitempty"` End *string `json:"end,omitempty"` // external scope ID, UUID ExternalScopeId *string `json:"external_scope_id,omitempty"` // Host reference, UUID HostId *string `json:"host_id,omitempty"` // IPSpace reference, UUID IpSpaceId *string `json:"ip_space_id,omitempty"` // scope type ScopeType *NetAddrDfpAssignmentScopeType `json:"scope_type,omitempty"` // Start and end pair of addresses used for range scope type Start *string `json:"start,omitempty"` AdditionalProperties map[string]interface{} }
NetAddrDfpAssignment Scoped DFP assignment to a policy, scoped via network address (CIDR)
func NewNetAddrDfpAssignment ¶
func NewNetAddrDfpAssignment() *NetAddrDfpAssignment
NewNetAddrDfpAssignment instantiates a new NetAddrDfpAssignment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetAddrDfpAssignmentWithDefaults ¶
func NewNetAddrDfpAssignmentWithDefaults() *NetAddrDfpAssignment
NewNetAddrDfpAssignmentWithDefaults instantiates a new NetAddrDfpAssignment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetAddrDfpAssignment) GetAddrNet ¶
func (o *NetAddrDfpAssignment) GetAddrNet() string
GetAddrNet returns the AddrNet field value if set, zero value otherwise.
func (*NetAddrDfpAssignment) GetAddrNetOk ¶
func (o *NetAddrDfpAssignment) GetAddrNetOk() (*string, bool)
GetAddrNetOk returns a tuple with the AddrNet field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetAddrDfpAssignment) GetDfpIds ¶
func (o *NetAddrDfpAssignment) GetDfpIds() []int32
GetDfpIds returns the DfpIds field value if set, zero value otherwise.
func (*NetAddrDfpAssignment) GetDfpIdsOk ¶
func (o *NetAddrDfpAssignment) GetDfpIdsOk() ([]int32, bool)
GetDfpIdsOk returns a tuple with the DfpIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetAddrDfpAssignment) GetDfpServiceIds ¶
func (o *NetAddrDfpAssignment) GetDfpServiceIds() []string
GetDfpServiceIds returns the DfpServiceIds field value if set, zero value otherwise.
func (*NetAddrDfpAssignment) GetDfpServiceIdsOk ¶
func (o *NetAddrDfpAssignment) GetDfpServiceIdsOk() ([]string, bool)
GetDfpServiceIdsOk returns a tuple with the DfpServiceIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetAddrDfpAssignment) GetEnd ¶
func (o *NetAddrDfpAssignment) GetEnd() string
GetEnd returns the End field value if set, zero value otherwise.
func (*NetAddrDfpAssignment) GetEndOk ¶
func (o *NetAddrDfpAssignment) GetEndOk() (*string, bool)
GetEndOk returns a tuple with the End field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetAddrDfpAssignment) GetExternalScopeId ¶
func (o *NetAddrDfpAssignment) GetExternalScopeId() string
GetExternalScopeId returns the ExternalScopeId field value if set, zero value otherwise.
func (*NetAddrDfpAssignment) GetExternalScopeIdOk ¶
func (o *NetAddrDfpAssignment) GetExternalScopeIdOk() (*string, bool)
GetExternalScopeIdOk returns a tuple with the ExternalScopeId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetAddrDfpAssignment) GetHostId ¶
func (o *NetAddrDfpAssignment) GetHostId() string
GetHostId returns the HostId field value if set, zero value otherwise.
func (*NetAddrDfpAssignment) GetHostIdOk ¶
func (o *NetAddrDfpAssignment) GetHostIdOk() (*string, bool)
GetHostIdOk returns a tuple with the HostId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetAddrDfpAssignment) GetIpSpaceId ¶
func (o *NetAddrDfpAssignment) GetIpSpaceId() string
GetIpSpaceId returns the IpSpaceId field value if set, zero value otherwise.
func (*NetAddrDfpAssignment) GetIpSpaceIdOk ¶
func (o *NetAddrDfpAssignment) GetIpSpaceIdOk() (*string, bool)
GetIpSpaceIdOk returns a tuple with the IpSpaceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetAddrDfpAssignment) GetScopeType ¶
func (o *NetAddrDfpAssignment) GetScopeType() NetAddrDfpAssignmentScopeType
GetScopeType returns the ScopeType field value if set, zero value otherwise.
func (*NetAddrDfpAssignment) GetScopeTypeOk ¶
func (o *NetAddrDfpAssignment) GetScopeTypeOk() (*NetAddrDfpAssignmentScopeType, bool)
GetScopeTypeOk returns a tuple with the ScopeType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetAddrDfpAssignment) GetStart ¶
func (o *NetAddrDfpAssignment) GetStart() string
GetStart returns the Start field value if set, zero value otherwise.
func (*NetAddrDfpAssignment) GetStartOk ¶
func (o *NetAddrDfpAssignment) GetStartOk() (*string, bool)
GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetAddrDfpAssignment) HasAddrNet ¶
func (o *NetAddrDfpAssignment) HasAddrNet() bool
HasAddrNet returns a boolean if a field has been set.
func (*NetAddrDfpAssignment) HasDfpIds ¶
func (o *NetAddrDfpAssignment) HasDfpIds() bool
HasDfpIds returns a boolean if a field has been set.
func (*NetAddrDfpAssignment) HasDfpServiceIds ¶
func (o *NetAddrDfpAssignment) HasDfpServiceIds() bool
HasDfpServiceIds returns a boolean if a field has been set.
func (*NetAddrDfpAssignment) HasEnd ¶
func (o *NetAddrDfpAssignment) HasEnd() bool
HasEnd returns a boolean if a field has been set.
func (*NetAddrDfpAssignment) HasExternalScopeId ¶
func (o *NetAddrDfpAssignment) HasExternalScopeId() bool
HasExternalScopeId returns a boolean if a field has been set.
func (*NetAddrDfpAssignment) HasHostId ¶
func (o *NetAddrDfpAssignment) HasHostId() bool
HasHostId returns a boolean if a field has been set.
func (*NetAddrDfpAssignment) HasIpSpaceId ¶
func (o *NetAddrDfpAssignment) HasIpSpaceId() bool
HasIpSpaceId returns a boolean if a field has been set.
func (*NetAddrDfpAssignment) HasScopeType ¶
func (o *NetAddrDfpAssignment) HasScopeType() bool
HasScopeType returns a boolean if a field has been set.
func (*NetAddrDfpAssignment) HasStart ¶
func (o *NetAddrDfpAssignment) HasStart() bool
HasStart returns a boolean if a field has been set.
func (NetAddrDfpAssignment) MarshalJSON ¶
func (o NetAddrDfpAssignment) MarshalJSON() ([]byte, error)
func (*NetAddrDfpAssignment) SetAddrNet ¶
func (o *NetAddrDfpAssignment) SetAddrNet(v string)
SetAddrNet gets a reference to the given string and assigns it to the AddrNet field.
func (*NetAddrDfpAssignment) SetDfpIds ¶
func (o *NetAddrDfpAssignment) SetDfpIds(v []int32)
SetDfpIds gets a reference to the given []int32 and assigns it to the DfpIds field.
func (*NetAddrDfpAssignment) SetDfpServiceIds ¶
func (o *NetAddrDfpAssignment) SetDfpServiceIds(v []string)
SetDfpServiceIds gets a reference to the given []string and assigns it to the DfpServiceIds field.
func (*NetAddrDfpAssignment) SetEnd ¶
func (o *NetAddrDfpAssignment) SetEnd(v string)
SetEnd gets a reference to the given string and assigns it to the End field.
func (*NetAddrDfpAssignment) SetExternalScopeId ¶
func (o *NetAddrDfpAssignment) SetExternalScopeId(v string)
SetExternalScopeId gets a reference to the given string and assigns it to the ExternalScopeId field.
func (*NetAddrDfpAssignment) SetHostId ¶
func (o *NetAddrDfpAssignment) SetHostId(v string)
SetHostId gets a reference to the given string and assigns it to the HostId field.
func (*NetAddrDfpAssignment) SetIpSpaceId ¶
func (o *NetAddrDfpAssignment) SetIpSpaceId(v string)
SetIpSpaceId gets a reference to the given string and assigns it to the IpSpaceId field.
func (*NetAddrDfpAssignment) SetScopeType ¶
func (o *NetAddrDfpAssignment) SetScopeType(v NetAddrDfpAssignmentScopeType)
SetScopeType gets a reference to the given NetAddrDfpAssignmentScopeType and assigns it to the ScopeType field.
func (*NetAddrDfpAssignment) SetStart ¶
func (o *NetAddrDfpAssignment) SetStart(v string)
SetStart gets a reference to the given string and assigns it to the Start field.
func (NetAddrDfpAssignment) ToMap ¶
func (o NetAddrDfpAssignment) ToMap() (map[string]interface{}, error)
func (*NetAddrDfpAssignment) UnmarshalJSON ¶
func (o *NetAddrDfpAssignment) UnmarshalJSON(data []byte) (err error)
type NetAddrDfpAssignmentScopeType ¶
type NetAddrDfpAssignmentScopeType string
NetAddrDfpAssignmentScopeType the model 'NetAddrDfpAssignmentScopeType'
const ( NETADDRDFPASSIGNMENTSCOPETYPE_UNKNOWN NetAddrDfpAssignmentScopeType = "UNKNOWN" NETADDRDFPASSIGNMENTSCOPETYPE_ADDRESS_BLOCK NetAddrDfpAssignmentScopeType = "ADDRESS_BLOCK" NETADDRDFPASSIGNMENTSCOPETYPE_SUBNET NetAddrDfpAssignmentScopeType = "SUBNET" NETADDRDFPASSIGNMENTSCOPETYPE_ADDRESS NetAddrDfpAssignmentScopeType = "ADDRESS" NETADDRDFPASSIGNMENTSCOPETYPE_RANGE NetAddrDfpAssignmentScopeType = "RANGE" )
List of NetAddrDfpAssignmentScopeType
func NewNetAddrDfpAssignmentScopeTypeFromValue ¶
func NewNetAddrDfpAssignmentScopeTypeFromValue(v string) (*NetAddrDfpAssignmentScopeType, error)
NewNetAddrDfpAssignmentScopeTypeFromValue returns a pointer to a valid NetAddrDfpAssignmentScopeType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (NetAddrDfpAssignmentScopeType) IsValid ¶
func (v NetAddrDfpAssignmentScopeType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (NetAddrDfpAssignmentScopeType) Ptr ¶
func (v NetAddrDfpAssignmentScopeType) Ptr() *NetAddrDfpAssignmentScopeType
Ptr returns reference to NetAddrDfpAssignmentScopeType value
func (*NetAddrDfpAssignmentScopeType) UnmarshalJSON ¶
func (v *NetAddrDfpAssignmentScopeType) UnmarshalJSON(src []byte) error
type NetworkList ¶
type NetworkList struct { // The time when this Network List object was created. CreatedTime *time.Time `json:"created_time,omitempty"` // The brief description for the network list. Description *string `json:"description,omitempty"` // The Network List object identifier. Id *int32 `json:"id,omitempty"` // The list of networks' CIDRs that are subject for malicious attacks protection. Items []string `json:"items,omitempty"` // The name of the network list. Name *string `json:"name,omitempty"` // The identifier of the security policy with which the network list is associated. PolicyId *int32 `json:"policy_id,omitempty"` // The time when this Network List object was last updated. UpdatedTime *time.Time `json:"updated_time,omitempty"` AdditionalProperties map[string]interface{} }
NetworkList The Network List object. Before you can apply security policies, you must first define the networks that you want to protect from malicious attacks. The first step in configuring BloxOne Cloud is to set up DNS Firewall by defining your remote networks. You identify these external networks by their IP addresses. A network can contain a group of IPv4 or IPv6 addresses or blocks.
func NewNetworkList ¶
func NewNetworkList() *NetworkList
NewNetworkList instantiates a new NetworkList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkListWithDefaults ¶
func NewNetworkListWithDefaults() *NetworkList
NewNetworkListWithDefaults instantiates a new NetworkList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkList) GetCreatedTime ¶
func (o *NetworkList) GetCreatedTime() time.Time
GetCreatedTime returns the CreatedTime field value if set, zero value otherwise.
func (*NetworkList) GetCreatedTimeOk ¶
func (o *NetworkList) GetCreatedTimeOk() (*time.Time, bool)
GetCreatedTimeOk returns a tuple with the CreatedTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkList) GetDescription ¶
func (o *NetworkList) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*NetworkList) GetDescriptionOk ¶
func (o *NetworkList) 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 (*NetworkList) GetId ¶
func (o *NetworkList) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*NetworkList) GetIdOk ¶
func (o *NetworkList) GetIdOk() (*int32, 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 (*NetworkList) GetItems ¶
func (o *NetworkList) GetItems() []string
GetItems returns the Items field value if set, zero value otherwise.
func (*NetworkList) GetItemsOk ¶
func (o *NetworkList) GetItemsOk() ([]string, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkList) GetName ¶
func (o *NetworkList) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*NetworkList) GetNameOk ¶
func (o *NetworkList) 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 (*NetworkList) GetPolicyId ¶
func (o *NetworkList) GetPolicyId() int32
GetPolicyId returns the PolicyId field value if set, zero value otherwise.
func (*NetworkList) GetPolicyIdOk ¶
func (o *NetworkList) GetPolicyIdOk() (*int32, bool)
GetPolicyIdOk returns a tuple with the PolicyId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkList) GetUpdatedTime ¶
func (o *NetworkList) GetUpdatedTime() time.Time
GetUpdatedTime returns the UpdatedTime field value if set, zero value otherwise.
func (*NetworkList) GetUpdatedTimeOk ¶
func (o *NetworkList) GetUpdatedTimeOk() (*time.Time, bool)
GetUpdatedTimeOk returns a tuple with the UpdatedTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkList) HasCreatedTime ¶
func (o *NetworkList) HasCreatedTime() bool
HasCreatedTime returns a boolean if a field has been set.
func (*NetworkList) HasDescription ¶
func (o *NetworkList) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*NetworkList) HasId ¶
func (o *NetworkList) HasId() bool
HasId returns a boolean if a field has been set.
func (*NetworkList) HasItems ¶
func (o *NetworkList) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*NetworkList) HasName ¶
func (o *NetworkList) HasName() bool
HasName returns a boolean if a field has been set.
func (*NetworkList) HasPolicyId ¶
func (o *NetworkList) HasPolicyId() bool
HasPolicyId returns a boolean if a field has been set.
func (*NetworkList) HasUpdatedTime ¶
func (o *NetworkList) HasUpdatedTime() bool
HasUpdatedTime returns a boolean if a field has been set.
func (NetworkList) MarshalJSON ¶
func (o NetworkList) MarshalJSON() ([]byte, error)
func (*NetworkList) SetCreatedTime ¶
func (o *NetworkList) SetCreatedTime(v time.Time)
SetCreatedTime gets a reference to the given time.Time and assigns it to the CreatedTime field.
func (*NetworkList) SetDescription ¶
func (o *NetworkList) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*NetworkList) SetId ¶
func (o *NetworkList) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*NetworkList) SetItems ¶
func (o *NetworkList) SetItems(v []string)
SetItems gets a reference to the given []string and assigns it to the Items field.
func (*NetworkList) SetName ¶
func (o *NetworkList) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*NetworkList) SetPolicyId ¶
func (o *NetworkList) SetPolicyId(v int32)
SetPolicyId gets a reference to the given int32 and assigns it to the PolicyId field.
func (*NetworkList) SetUpdatedTime ¶
func (o *NetworkList) SetUpdatedTime(v time.Time)
SetUpdatedTime gets a reference to the given time.Time and assigns it to the UpdatedTime field.
func (NetworkList) ToMap ¶
func (o NetworkList) ToMap() (map[string]interface{}, error)
func (*NetworkList) UnmarshalJSON ¶
func (o *NetworkList) UnmarshalJSON(data []byte) (err error)
type NetworkListCreateResponse ¶
type NetworkListCreateResponse struct { // The Network List object. Results *NetworkList `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
NetworkListCreateResponse The Network List create response.
func NewNetworkListCreateResponse ¶
func NewNetworkListCreateResponse() *NetworkListCreateResponse
NewNetworkListCreateResponse instantiates a new NetworkListCreateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkListCreateResponseWithDefaults ¶
func NewNetworkListCreateResponseWithDefaults() *NetworkListCreateResponse
NewNetworkListCreateResponseWithDefaults instantiates a new NetworkListCreateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkListCreateResponse) GetResults ¶
func (o *NetworkListCreateResponse) GetResults() NetworkList
GetResults returns the Results field value if set, zero value otherwise.
func (*NetworkListCreateResponse) GetResultsOk ¶
func (o *NetworkListCreateResponse) GetResultsOk() (*NetworkList, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkListCreateResponse) HasResults ¶
func (o *NetworkListCreateResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (NetworkListCreateResponse) MarshalJSON ¶
func (o NetworkListCreateResponse) MarshalJSON() ([]byte, error)
func (*NetworkListCreateResponse) SetResults ¶
func (o *NetworkListCreateResponse) SetResults(v NetworkList)
SetResults gets a reference to the given NetworkList and assigns it to the Results field.
func (NetworkListCreateResponse) ToMap ¶
func (o NetworkListCreateResponse) ToMap() (map[string]interface{}, error)
func (*NetworkListCreateResponse) UnmarshalJSON ¶
func (o *NetworkListCreateResponse) UnmarshalJSON(data []byte) (err error)
type NetworkListMultiResponse ¶
type NetworkListMultiResponse struct { // The list of Network List objects. Results []NetworkList `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
NetworkListMultiResponse The Network List list response.
func NewNetworkListMultiResponse ¶
func NewNetworkListMultiResponse() *NetworkListMultiResponse
NewNetworkListMultiResponse instantiates a new NetworkListMultiResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkListMultiResponseWithDefaults ¶
func NewNetworkListMultiResponseWithDefaults() *NetworkListMultiResponse
NewNetworkListMultiResponseWithDefaults instantiates a new NetworkListMultiResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkListMultiResponse) GetResults ¶
func (o *NetworkListMultiResponse) GetResults() []NetworkList
GetResults returns the Results field value if set, zero value otherwise.
func (*NetworkListMultiResponse) GetResultsOk ¶
func (o *NetworkListMultiResponse) GetResultsOk() ([]NetworkList, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkListMultiResponse) HasResults ¶
func (o *NetworkListMultiResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (NetworkListMultiResponse) MarshalJSON ¶
func (o NetworkListMultiResponse) MarshalJSON() ([]byte, error)
func (*NetworkListMultiResponse) SetResults ¶
func (o *NetworkListMultiResponse) SetResults(v []NetworkList)
SetResults gets a reference to the given []NetworkList and assigns it to the Results field.
func (NetworkListMultiResponse) ToMap ¶
func (o NetworkListMultiResponse) ToMap() (map[string]interface{}, error)
func (*NetworkListMultiResponse) UnmarshalJSON ¶
func (o *NetworkListMultiResponse) UnmarshalJSON(data []byte) (err error)
type NetworkListReadResponse ¶
type NetworkListReadResponse struct { // The Network List object. Results *NetworkList `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
NetworkListReadResponse The Network List read response.
func NewNetworkListReadResponse ¶
func NewNetworkListReadResponse() *NetworkListReadResponse
NewNetworkListReadResponse instantiates a new NetworkListReadResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkListReadResponseWithDefaults ¶
func NewNetworkListReadResponseWithDefaults() *NetworkListReadResponse
NewNetworkListReadResponseWithDefaults instantiates a new NetworkListReadResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkListReadResponse) GetResults ¶
func (o *NetworkListReadResponse) GetResults() NetworkList
GetResults returns the Results field value if set, zero value otherwise.
func (*NetworkListReadResponse) GetResultsOk ¶
func (o *NetworkListReadResponse) GetResultsOk() (*NetworkList, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkListReadResponse) HasResults ¶
func (o *NetworkListReadResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (NetworkListReadResponse) MarshalJSON ¶
func (o NetworkListReadResponse) MarshalJSON() ([]byte, error)
func (*NetworkListReadResponse) SetResults ¶
func (o *NetworkListReadResponse) SetResults(v NetworkList)
SetResults gets a reference to the given NetworkList and assigns it to the Results field.
func (NetworkListReadResponse) ToMap ¶
func (o NetworkListReadResponse) ToMap() (map[string]interface{}, error)
func (*NetworkListReadResponse) UnmarshalJSON ¶
func (o *NetworkListReadResponse) UnmarshalJSON(data []byte) (err error)
type NetworkListUpdateResponse ¶
type NetworkListUpdateResponse struct { // The Network List object. Results *NetworkList `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
NetworkListUpdateResponse The Network List update response.
func NewNetworkListUpdateResponse ¶
func NewNetworkListUpdateResponse() *NetworkListUpdateResponse
NewNetworkListUpdateResponse instantiates a new NetworkListUpdateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkListUpdateResponseWithDefaults ¶
func NewNetworkListUpdateResponseWithDefaults() *NetworkListUpdateResponse
NewNetworkListUpdateResponseWithDefaults instantiates a new NetworkListUpdateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkListUpdateResponse) GetResults ¶
func (o *NetworkListUpdateResponse) GetResults() NetworkList
GetResults returns the Results field value if set, zero value otherwise.
func (*NetworkListUpdateResponse) GetResultsOk ¶
func (o *NetworkListUpdateResponse) GetResultsOk() (*NetworkList, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkListUpdateResponse) HasResults ¶
func (o *NetworkListUpdateResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (NetworkListUpdateResponse) MarshalJSON ¶
func (o NetworkListUpdateResponse) MarshalJSON() ([]byte, error)
func (*NetworkListUpdateResponse) SetResults ¶
func (o *NetworkListUpdateResponse) SetResults(v NetworkList)
SetResults gets a reference to the given NetworkList and assigns it to the Results field.
func (NetworkListUpdateResponse) ToMap ¶
func (o NetworkListUpdateResponse) ToMap() (map[string]interface{}, error)
func (*NetworkListUpdateResponse) UnmarshalJSON ¶
func (o *NetworkListUpdateResponse) UnmarshalJSON(data []byte) (err error)
type NetworkListsAPI ¶
type NetworkListsAPI interface { /* CreateNetworkList Create Network List. Use this method to create a Network List object. Before you can apply security policies, you must first define the networks that you want to protect from malicious attacks. The first step in configuring BloxOne Cloud is to set up DNS Firewall by defining your remote networks. You identify these external networks by their IP addresses. A network can contain a group of IPv4 or IPv6 addresses or blocks. Required: - name - items @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return NetworkListsAPICreateNetworkListRequest */ CreateNetworkList(ctx context.Context) NetworkListsAPICreateNetworkListRequest // CreateNetworkListExecute executes the request // @return NetworkListCreateResponse CreateNetworkListExecute(r NetworkListsAPICreateNetworkListRequest) (*NetworkListCreateResponse, *http.Response, error) /* DeleteNetworkLists Delete Network Lists. Use this method to delete the Network List objects. Deletion of multiple lists is an all-or-nothing operation (if any of the specified lists can not be deleted then none of the specified lists will be deleted). Before you can apply security policies, you must first define the networks that you want to protect from malicious attacks. The first step in configuring BloxOne Cloud is to set up DNS Firewall by defining your remote networks. You identify these external networks by their IP addresses. A network can contain a group of or IPv6 addresses or blocks. Required: - ids @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return NetworkListsAPIDeleteNetworkListsRequest */ DeleteNetworkLists(ctx context.Context) NetworkListsAPIDeleteNetworkListsRequest // DeleteNetworkListsExecute executes the request DeleteNetworkListsExecute(r NetworkListsAPIDeleteNetworkListsRequest) (*http.Response, error) /* DeleteSingleNetworkLists Delete Network Lists. Use this method to delete the Network List object by the specified Network List object id. Before you can apply security policies, you must first define the networks that you want to protect from malicious attacks. The first step in configuring BloxOne Cloud is to set up DNS Firewall by defining your remote networks. You identify these external networks by their IP addresses. A network can contain a group of or IPv6 addresses or blocks. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Network List object identifier. @return NetworkListsAPIDeleteSingleNetworkListsRequest */ DeleteSingleNetworkLists(ctx context.Context, id int32) NetworkListsAPIDeleteSingleNetworkListsRequest // DeleteSingleNetworkListsExecute executes the request DeleteSingleNetworkListsExecute(r NetworkListsAPIDeleteSingleNetworkListsRequest) (*http.Response, error) /* ListNetworkLists List Network Lists. Use this method to retrieve information on all Network List objects for the account. Before you can apply security policies, you must first define the networks that you want to protect from malicious attacks. The first step in configuring BloxOne Cloud is to set up DNS Firewall by defining your remote networks. You identify these external networks by their IP addresses. A network can contain a group of IPv4 or IPv6 addresses or blocks. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return NetworkListsAPIListNetworkListsRequest */ ListNetworkLists(ctx context.Context) NetworkListsAPIListNetworkListsRequest // ListNetworkListsExecute executes the request // @return NetworkListMultiResponse ListNetworkListsExecute(r NetworkListsAPIListNetworkListsRequest) (*NetworkListMultiResponse, *http.Response, error) /* ReadNetworkList Read Network List. Use this method to retrieve information on the specified Network List object. Before you can apply security policies, you must first define the networks that you want to protect from malicious attacks. The first step in configuring BloxOne Cloud is to set up DNS Firewall by defining your remote networks. You identify these external networks by their IP addresses. A network can contain a group of IPv4 or IPv6 addresses or blocks. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Network List object identifier. @return NetworkListsAPIReadNetworkListRequest */ ReadNetworkList(ctx context.Context, id int32) NetworkListsAPIReadNetworkListRequest // ReadNetworkListExecute executes the request // @return NetworkListReadResponse ReadNetworkListExecute(r NetworkListsAPIReadNetworkListRequest) (*NetworkListReadResponse, *http.Response, error) /* UpdateNetworkList Update Network List. Use this method to update a specified Network List object. Before you can apply security policies, you must first define the networks that you want to protect from malicious attacks. The first step in configuring BloxOne Cloud is to set up DNS Firewall by defining your remote networks. You identify these external networks by their IP addresses. A network can contain a group of IPv4 or IPv6 addresses or blocks. Required: - name - items @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Network List object identifier. @return NetworkListsAPIUpdateNetworkListRequest */ UpdateNetworkList(ctx context.Context, id int32) NetworkListsAPIUpdateNetworkListRequest // UpdateNetworkListExecute executes the request // @return NetworkListUpdateResponse UpdateNetworkListExecute(r NetworkListsAPIUpdateNetworkListRequest) (*NetworkListUpdateResponse, *http.Response, error) }
type NetworkListsAPICreateNetworkListRequest ¶
type NetworkListsAPICreateNetworkListRequest struct { ApiService NetworkListsAPI // contains filtered or unexported fields }
func (NetworkListsAPICreateNetworkListRequest) Body ¶
func (r NetworkListsAPICreateNetworkListRequest) Body(body NetworkList) NetworkListsAPICreateNetworkListRequest
The Network List object.
func (NetworkListsAPICreateNetworkListRequest) Execute ¶
func (r NetworkListsAPICreateNetworkListRequest) Execute() (*NetworkListCreateResponse, *http.Response, error)
type NetworkListsAPIDeleteNetworkListsRequest ¶
type NetworkListsAPIDeleteNetworkListsRequest struct { ApiService NetworkListsAPI // contains filtered or unexported fields }
type NetworkListsAPIDeleteSingleNetworkListsRequest ¶
type NetworkListsAPIDeleteSingleNetworkListsRequest struct { ApiService NetworkListsAPI // contains filtered or unexported fields }
type NetworkListsAPIListNetworkListsRequest ¶
type NetworkListsAPIListNetworkListsRequest struct { ApiService NetworkListsAPI // contains filtered or unexported fields }
func (NetworkListsAPIListNetworkListsRequest) Execute ¶
func (r NetworkListsAPIListNetworkListsRequest) Execute() (*NetworkListMultiResponse, *http.Response, error)
func (NetworkListsAPIListNetworkListsRequest) Fields ¶
func (r NetworkListsAPIListNetworkListsRequest) Fields(fields string) NetworkListsAPIListNetworkListsRequest
A collection of response resources can be transformed by specifying a set of JSON tags to be returned. For a “flat” resource, the tag name is straightforward. If field selection is allowed on non-flat hierarchical resources, the service should implement a qualified naming scheme such as dot-qualification to reference data down the hierarchy. If a resource does not have the specified tag, the tag does not appear in the output resource. Specify this parameter as a comma-separated list of JSON tag names.
func (NetworkListsAPIListNetworkListsRequest) Filter ¶
func (r NetworkListsAPIListNetworkListsRequest) Filter(filter string) NetworkListsAPIListNetworkListsRequest
A collection of response resources can be filtered by a logical expression string that includes JSON tag references to values in each resource, literal values, and logical operators. If a resource does not have the specified tag, its value is assumed to be null. Literal values include numbers (integer and floating-point), and quoted (both single- or double-quoted) literal strings, and 'null'. You can filter by following fields: | Name | type | Supported Op | | ----------------------- | ------ | --------------------------- | | id | int32 | !=, ==, >, <, <=, >= | | policy_id | int32 | !=, ==, >, <, <=, >= | | name | string | !=, ==, ~, !~, >, <, <=, >= | | description | string | !=, ==, ~, !~, >, <, <=, >= | | default_security_policy | bool | !=, == | | items | string | >= | In addition grouping operators are supported: | Op | Description | | --- | -------------------- | | and | Logical AND | | or | Logical OR | | not | Logical NOT | | () | Groupping Operators | Allowed sets of parameters that can be groupped in one query: - id, policy_id, name, description, default_security_policy - items Example: ``` ?_filter=\"((name=='net_list1')or(name~'list_b'))and(default_security_policy!='true')\" ```
func (NetworkListsAPIListNetworkListsRequest) Limit ¶
func (r NetworkListsAPIListNetworkListsRequest) Limit(limit int32) NetworkListsAPIListNetworkListsRequest
The integer number of resources to be returned in the response. The service may impose maximum value. If omitted the service may impose a default value.
func (NetworkListsAPIListNetworkListsRequest) Offset ¶
func (r NetworkListsAPIListNetworkListsRequest) Offset(offset int32) NetworkListsAPIListNetworkListsRequest
The integer index (zero-origin) of the offset into a collection of resources. If omitted or null the value is assumed to be '0'.
func (NetworkListsAPIListNetworkListsRequest) PageToken ¶
func (r NetworkListsAPIListNetworkListsRequest) PageToken(pageToken string) NetworkListsAPIListNetworkListsRequest
The service-defined string used to identify a page of resources. A null value indicates the first page.
type NetworkListsAPIReadNetworkListRequest ¶
type NetworkListsAPIReadNetworkListRequest struct { ApiService NetworkListsAPI // contains filtered or unexported fields }
func (NetworkListsAPIReadNetworkListRequest) Execute ¶
func (r NetworkListsAPIReadNetworkListRequest) Execute() (*NetworkListReadResponse, *http.Response, error)
func (NetworkListsAPIReadNetworkListRequest) Fields ¶
func (r NetworkListsAPIReadNetworkListRequest) Fields(fields string) NetworkListsAPIReadNetworkListRequest
A collection of response resources can be transformed by specifying a set of JSON tags to be returned. For a “flat” resource, the tag name is straightforward. If field selection is allowed on non-flat hierarchical resources, the service should implement a qualified naming scheme such as dot-qualification to reference data down the hierarchy. If a resource does not have the specified tag, the tag does not appear in the output resource. Specify this parameter as a comma-separated list of JSON tag names.
func (NetworkListsAPIReadNetworkListRequest) Name ¶
func (r NetworkListsAPIReadNetworkListRequest) Name(name string) NetworkListsAPIReadNetworkListRequest
The name of the network list.
type NetworkListsAPIService ¶
NetworkListsAPIService NetworkListsAPI service
func (*NetworkListsAPIService) CreateNetworkList ¶
func (a *NetworkListsAPIService) CreateNetworkList(ctx context.Context) NetworkListsAPICreateNetworkListRequest
CreateNetworkList Create Network List.
Use this method to create a Network List object.
Before you can apply security policies, you must first define the networks that you want to protect from malicious attacks. The first step in configuring BloxOne Cloud is to set up DNS Firewall by defining your remote networks. You identify these external networks by their IP addresses. A network can contain a group of IPv4 or IPv6 addresses or blocks.
Required: - name - items
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return NetworkListsAPICreateNetworkListRequest
func (*NetworkListsAPIService) CreateNetworkListExecute ¶
func (a *NetworkListsAPIService) CreateNetworkListExecute(r NetworkListsAPICreateNetworkListRequest) (*NetworkListCreateResponse, *http.Response, error)
Execute executes the request
@return NetworkListCreateResponse
func (*NetworkListsAPIService) DeleteNetworkLists ¶
func (a *NetworkListsAPIService) DeleteNetworkLists(ctx context.Context) NetworkListsAPIDeleteNetworkListsRequest
DeleteNetworkLists Delete Network Lists.
Use this method to delete the Network List objects. Deletion of multiple lists is an all-or-nothing operation (if any of the specified lists can not be deleted then none of the specified lists will be deleted).
Before you can apply security policies, you must first define the networks that you want to protect from malicious attacks. The first step in configuring BloxOne Cloud is to set up DNS Firewall by defining your remote networks. You identify these external networks by their IP addresses. A network can contain a group of or IPv6 addresses or blocks.
Required: - ids
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return NetworkListsAPIDeleteNetworkListsRequest
func (*NetworkListsAPIService) DeleteNetworkListsExecute ¶
func (a *NetworkListsAPIService) DeleteNetworkListsExecute(r NetworkListsAPIDeleteNetworkListsRequest) (*http.Response, error)
Execute executes the request
func (*NetworkListsAPIService) DeleteSingleNetworkLists ¶
func (a *NetworkListsAPIService) DeleteSingleNetworkLists(ctx context.Context, id int32) NetworkListsAPIDeleteSingleNetworkListsRequest
DeleteSingleNetworkLists Delete Network Lists.
Use this method to delete the Network List object by the specified Network List object id.
Before you can apply security policies, you must first define the networks that you want to protect from malicious attacks. The first step in configuring BloxOne Cloud is to set up DNS Firewall by defining your remote networks. You identify these external networks by their IP addresses. A network can contain a group of or IPv6 addresses or blocks.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Network List object identifier. @return NetworkListsAPIDeleteSingleNetworkListsRequest
func (*NetworkListsAPIService) DeleteSingleNetworkListsExecute ¶
func (a *NetworkListsAPIService) DeleteSingleNetworkListsExecute(r NetworkListsAPIDeleteSingleNetworkListsRequest) (*http.Response, error)
Execute executes the request
func (*NetworkListsAPIService) ListNetworkLists ¶
func (a *NetworkListsAPIService) ListNetworkLists(ctx context.Context) NetworkListsAPIListNetworkListsRequest
ListNetworkLists List Network Lists.
Use this method to retrieve information on all Network List objects for the account.
Before you can apply security policies, you must first define the networks that you want to protect from malicious attacks. The first step in configuring BloxOne Cloud is to set up DNS Firewall by defining your remote networks. You identify these external networks by their IP addresses. A network can contain a group of IPv4 or IPv6 addresses or blocks.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return NetworkListsAPIListNetworkListsRequest
func (*NetworkListsAPIService) ListNetworkListsExecute ¶
func (a *NetworkListsAPIService) ListNetworkListsExecute(r NetworkListsAPIListNetworkListsRequest) (*NetworkListMultiResponse, *http.Response, error)
Execute executes the request
@return NetworkListMultiResponse
func (*NetworkListsAPIService) ReadNetworkList ¶
func (a *NetworkListsAPIService) ReadNetworkList(ctx context.Context, id int32) NetworkListsAPIReadNetworkListRequest
ReadNetworkList Read Network List.
Use this method to retrieve information on the specified Network List object.
Before you can apply security policies, you must first define the networks that you want to protect from malicious attacks. The first step in configuring BloxOne Cloud is to set up DNS Firewall by defining your remote networks. You identify these external networks by their IP addresses. A network can contain a group of IPv4 or IPv6 addresses or blocks.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Network List object identifier. @return NetworkListsAPIReadNetworkListRequest
func (*NetworkListsAPIService) ReadNetworkListExecute ¶
func (a *NetworkListsAPIService) ReadNetworkListExecute(r NetworkListsAPIReadNetworkListRequest) (*NetworkListReadResponse, *http.Response, error)
Execute executes the request
@return NetworkListReadResponse
func (*NetworkListsAPIService) UpdateNetworkList ¶
func (a *NetworkListsAPIService) UpdateNetworkList(ctx context.Context, id int32) NetworkListsAPIUpdateNetworkListRequest
UpdateNetworkList Update Network List.
Use this method to update a specified Network List object.
Before you can apply security policies, you must first define the networks that you want to protect from malicious attacks. The first step in configuring BloxOne Cloud is to set up DNS Firewall by defining your remote networks. You identify these external networks by their IP addresses. A network can contain a group of IPv4 or IPv6 addresses or blocks.
Required: - name - items
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Network List object identifier. @return NetworkListsAPIUpdateNetworkListRequest
func (*NetworkListsAPIService) UpdateNetworkListExecute ¶
func (a *NetworkListsAPIService) UpdateNetworkListExecute(r NetworkListsAPIUpdateNetworkListRequest) (*NetworkListUpdateResponse, *http.Response, error)
Execute executes the request
@return NetworkListUpdateResponse
type NetworkListsAPIUpdateNetworkListRequest ¶
type NetworkListsAPIUpdateNetworkListRequest struct { ApiService NetworkListsAPI // contains filtered or unexported fields }
func (NetworkListsAPIUpdateNetworkListRequest) Body ¶
func (r NetworkListsAPIUpdateNetworkListRequest) Body(body NetworkList) NetworkListsAPIUpdateNetworkListRequest
The Network List object.
func (NetworkListsAPIUpdateNetworkListRequest) Execute ¶
func (r NetworkListsAPIUpdateNetworkListRequest) Execute() (*NetworkListUpdateResponse, *http.Response, error)
type NetworkListsCreateNetworkList409Response ¶
type NetworkListsCreateNetworkList409Response struct { Error *NetworkListsCreateNetworkList409ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
NetworkListsCreateNetworkList409Response struct for NetworkListsCreateNetworkList409Response
func NewNetworkListsCreateNetworkList409Response ¶
func NewNetworkListsCreateNetworkList409Response() *NetworkListsCreateNetworkList409Response
NewNetworkListsCreateNetworkList409Response instantiates a new NetworkListsCreateNetworkList409Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkListsCreateNetworkList409ResponseWithDefaults ¶
func NewNetworkListsCreateNetworkList409ResponseWithDefaults() *NetworkListsCreateNetworkList409Response
NewNetworkListsCreateNetworkList409ResponseWithDefaults instantiates a new NetworkListsCreateNetworkList409Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkListsCreateNetworkList409Response) GetError ¶
func (o *NetworkListsCreateNetworkList409Response) GetError() NetworkListsCreateNetworkList409ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*NetworkListsCreateNetworkList409Response) GetErrorOk ¶
func (o *NetworkListsCreateNetworkList409Response) GetErrorOk() (*NetworkListsCreateNetworkList409ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkListsCreateNetworkList409Response) HasError ¶
func (o *NetworkListsCreateNetworkList409Response) HasError() bool
HasError returns a boolean if a field has been set.
func (NetworkListsCreateNetworkList409Response) MarshalJSON ¶
func (o NetworkListsCreateNetworkList409Response) MarshalJSON() ([]byte, error)
func (*NetworkListsCreateNetworkList409Response) SetError ¶
func (o *NetworkListsCreateNetworkList409Response) SetError(v NetworkListsCreateNetworkList409ResponseError)
SetError gets a reference to the given NetworkListsCreateNetworkList409ResponseError and assigns it to the Error field.
func (NetworkListsCreateNetworkList409Response) ToMap ¶
func (o NetworkListsCreateNetworkList409Response) ToMap() (map[string]interface{}, error)
func (*NetworkListsCreateNetworkList409Response) UnmarshalJSON ¶
func (o *NetworkListsCreateNetworkList409Response) UnmarshalJSON(data []byte) (err error)
type NetworkListsCreateNetworkList409ResponseError ¶
type NetworkListsCreateNetworkList409ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
NetworkListsCreateNetworkList409ResponseError struct for NetworkListsCreateNetworkList409ResponseError
func NewNetworkListsCreateNetworkList409ResponseError ¶
func NewNetworkListsCreateNetworkList409ResponseError() *NetworkListsCreateNetworkList409ResponseError
NewNetworkListsCreateNetworkList409ResponseError instantiates a new NetworkListsCreateNetworkList409ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkListsCreateNetworkList409ResponseErrorWithDefaults ¶
func NewNetworkListsCreateNetworkList409ResponseErrorWithDefaults() *NetworkListsCreateNetworkList409ResponseError
NewNetworkListsCreateNetworkList409ResponseErrorWithDefaults instantiates a new NetworkListsCreateNetworkList409ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkListsCreateNetworkList409ResponseError) GetCode ¶
func (o *NetworkListsCreateNetworkList409ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*NetworkListsCreateNetworkList409ResponseError) GetCodeOk ¶
func (o *NetworkListsCreateNetworkList409ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkListsCreateNetworkList409ResponseError) GetMessage ¶
func (o *NetworkListsCreateNetworkList409ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*NetworkListsCreateNetworkList409ResponseError) GetMessageOk ¶
func (o *NetworkListsCreateNetworkList409ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkListsCreateNetworkList409ResponseError) GetStatus ¶
func (o *NetworkListsCreateNetworkList409ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*NetworkListsCreateNetworkList409ResponseError) GetStatusOk ¶
func (o *NetworkListsCreateNetworkList409ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkListsCreateNetworkList409ResponseError) HasCode ¶
func (o *NetworkListsCreateNetworkList409ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*NetworkListsCreateNetworkList409ResponseError) HasMessage ¶
func (o *NetworkListsCreateNetworkList409ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*NetworkListsCreateNetworkList409ResponseError) HasStatus ¶
func (o *NetworkListsCreateNetworkList409ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (NetworkListsCreateNetworkList409ResponseError) MarshalJSON ¶
func (o NetworkListsCreateNetworkList409ResponseError) MarshalJSON() ([]byte, error)
func (*NetworkListsCreateNetworkList409ResponseError) SetCode ¶
func (o *NetworkListsCreateNetworkList409ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*NetworkListsCreateNetworkList409ResponseError) SetMessage ¶
func (o *NetworkListsCreateNetworkList409ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*NetworkListsCreateNetworkList409ResponseError) SetStatus ¶
func (o *NetworkListsCreateNetworkList409ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (NetworkListsCreateNetworkList409ResponseError) ToMap ¶
func (o NetworkListsCreateNetworkList409ResponseError) ToMap() (map[string]interface{}, error)
func (*NetworkListsCreateNetworkList409ResponseError) UnmarshalJSON ¶
func (o *NetworkListsCreateNetworkList409ResponseError) UnmarshalJSON(data []byte) (err error)
type NetworkListsDeleteNetworkLists400Response ¶
type NetworkListsDeleteNetworkLists400Response struct { Error *NetworkListsDeleteNetworkLists400ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
NetworkListsDeleteNetworkLists400Response struct for NetworkListsDeleteNetworkLists400Response
func NewNetworkListsDeleteNetworkLists400Response ¶
func NewNetworkListsDeleteNetworkLists400Response() *NetworkListsDeleteNetworkLists400Response
NewNetworkListsDeleteNetworkLists400Response instantiates a new NetworkListsDeleteNetworkLists400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkListsDeleteNetworkLists400ResponseWithDefaults ¶
func NewNetworkListsDeleteNetworkLists400ResponseWithDefaults() *NetworkListsDeleteNetworkLists400Response
NewNetworkListsDeleteNetworkLists400ResponseWithDefaults instantiates a new NetworkListsDeleteNetworkLists400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkListsDeleteNetworkLists400Response) GetError ¶
func (o *NetworkListsDeleteNetworkLists400Response) GetError() NetworkListsDeleteNetworkLists400ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*NetworkListsDeleteNetworkLists400Response) GetErrorOk ¶
func (o *NetworkListsDeleteNetworkLists400Response) GetErrorOk() (*NetworkListsDeleteNetworkLists400ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkListsDeleteNetworkLists400Response) HasError ¶
func (o *NetworkListsDeleteNetworkLists400Response) HasError() bool
HasError returns a boolean if a field has been set.
func (NetworkListsDeleteNetworkLists400Response) MarshalJSON ¶
func (o NetworkListsDeleteNetworkLists400Response) MarshalJSON() ([]byte, error)
func (*NetworkListsDeleteNetworkLists400Response) SetError ¶
func (o *NetworkListsDeleteNetworkLists400Response) SetError(v NetworkListsDeleteNetworkLists400ResponseError)
SetError gets a reference to the given NetworkListsDeleteNetworkLists400ResponseError and assigns it to the Error field.
func (NetworkListsDeleteNetworkLists400Response) ToMap ¶
func (o NetworkListsDeleteNetworkLists400Response) ToMap() (map[string]interface{}, error)
func (*NetworkListsDeleteNetworkLists400Response) UnmarshalJSON ¶
func (o *NetworkListsDeleteNetworkLists400Response) UnmarshalJSON(data []byte) (err error)
type NetworkListsDeleteNetworkLists400ResponseError ¶
type NetworkListsDeleteNetworkLists400ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
NetworkListsDeleteNetworkLists400ResponseError struct for NetworkListsDeleteNetworkLists400ResponseError
func NewNetworkListsDeleteNetworkLists400ResponseError ¶
func NewNetworkListsDeleteNetworkLists400ResponseError() *NetworkListsDeleteNetworkLists400ResponseError
NewNetworkListsDeleteNetworkLists400ResponseError instantiates a new NetworkListsDeleteNetworkLists400ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkListsDeleteNetworkLists400ResponseErrorWithDefaults ¶
func NewNetworkListsDeleteNetworkLists400ResponseErrorWithDefaults() *NetworkListsDeleteNetworkLists400ResponseError
NewNetworkListsDeleteNetworkLists400ResponseErrorWithDefaults instantiates a new NetworkListsDeleteNetworkLists400ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkListsDeleteNetworkLists400ResponseError) GetCode ¶
func (o *NetworkListsDeleteNetworkLists400ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*NetworkListsDeleteNetworkLists400ResponseError) GetCodeOk ¶
func (o *NetworkListsDeleteNetworkLists400ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkListsDeleteNetworkLists400ResponseError) GetMessage ¶
func (o *NetworkListsDeleteNetworkLists400ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*NetworkListsDeleteNetworkLists400ResponseError) GetMessageOk ¶
func (o *NetworkListsDeleteNetworkLists400ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkListsDeleteNetworkLists400ResponseError) GetStatus ¶
func (o *NetworkListsDeleteNetworkLists400ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*NetworkListsDeleteNetworkLists400ResponseError) GetStatusOk ¶
func (o *NetworkListsDeleteNetworkLists400ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkListsDeleteNetworkLists400ResponseError) HasCode ¶
func (o *NetworkListsDeleteNetworkLists400ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*NetworkListsDeleteNetworkLists400ResponseError) HasMessage ¶
func (o *NetworkListsDeleteNetworkLists400ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*NetworkListsDeleteNetworkLists400ResponseError) HasStatus ¶
func (o *NetworkListsDeleteNetworkLists400ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (NetworkListsDeleteNetworkLists400ResponseError) MarshalJSON ¶
func (o NetworkListsDeleteNetworkLists400ResponseError) MarshalJSON() ([]byte, error)
func (*NetworkListsDeleteNetworkLists400ResponseError) SetCode ¶
func (o *NetworkListsDeleteNetworkLists400ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*NetworkListsDeleteNetworkLists400ResponseError) SetMessage ¶
func (o *NetworkListsDeleteNetworkLists400ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*NetworkListsDeleteNetworkLists400ResponseError) SetStatus ¶
func (o *NetworkListsDeleteNetworkLists400ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (NetworkListsDeleteNetworkLists400ResponseError) ToMap ¶
func (o NetworkListsDeleteNetworkLists400ResponseError) ToMap() (map[string]interface{}, error)
func (*NetworkListsDeleteNetworkLists400ResponseError) UnmarshalJSON ¶
func (o *NetworkListsDeleteNetworkLists400ResponseError) UnmarshalJSON(data []byte) (err error)
type NetworkListsDeleteNetworkLists404Response ¶
type NetworkListsDeleteNetworkLists404Response struct { Error *NetworkListsDeleteNetworkLists404ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
NetworkListsDeleteNetworkLists404Response struct for NetworkListsDeleteNetworkLists404Response
func NewNetworkListsDeleteNetworkLists404Response ¶
func NewNetworkListsDeleteNetworkLists404Response() *NetworkListsDeleteNetworkLists404Response
NewNetworkListsDeleteNetworkLists404Response instantiates a new NetworkListsDeleteNetworkLists404Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkListsDeleteNetworkLists404ResponseWithDefaults ¶
func NewNetworkListsDeleteNetworkLists404ResponseWithDefaults() *NetworkListsDeleteNetworkLists404Response
NewNetworkListsDeleteNetworkLists404ResponseWithDefaults instantiates a new NetworkListsDeleteNetworkLists404Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkListsDeleteNetworkLists404Response) GetError ¶
func (o *NetworkListsDeleteNetworkLists404Response) GetError() NetworkListsDeleteNetworkLists404ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*NetworkListsDeleteNetworkLists404Response) GetErrorOk ¶
func (o *NetworkListsDeleteNetworkLists404Response) GetErrorOk() (*NetworkListsDeleteNetworkLists404ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkListsDeleteNetworkLists404Response) HasError ¶
func (o *NetworkListsDeleteNetworkLists404Response) HasError() bool
HasError returns a boolean if a field has been set.
func (NetworkListsDeleteNetworkLists404Response) MarshalJSON ¶
func (o NetworkListsDeleteNetworkLists404Response) MarshalJSON() ([]byte, error)
func (*NetworkListsDeleteNetworkLists404Response) SetError ¶
func (o *NetworkListsDeleteNetworkLists404Response) SetError(v NetworkListsDeleteNetworkLists404ResponseError)
SetError gets a reference to the given NetworkListsDeleteNetworkLists404ResponseError and assigns it to the Error field.
func (NetworkListsDeleteNetworkLists404Response) ToMap ¶
func (o NetworkListsDeleteNetworkLists404Response) ToMap() (map[string]interface{}, error)
func (*NetworkListsDeleteNetworkLists404Response) UnmarshalJSON ¶
func (o *NetworkListsDeleteNetworkLists404Response) UnmarshalJSON(data []byte) (err error)
type NetworkListsDeleteNetworkLists404ResponseError ¶
type NetworkListsDeleteNetworkLists404ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
NetworkListsDeleteNetworkLists404ResponseError struct for NetworkListsDeleteNetworkLists404ResponseError
func NewNetworkListsDeleteNetworkLists404ResponseError ¶
func NewNetworkListsDeleteNetworkLists404ResponseError() *NetworkListsDeleteNetworkLists404ResponseError
NewNetworkListsDeleteNetworkLists404ResponseError instantiates a new NetworkListsDeleteNetworkLists404ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkListsDeleteNetworkLists404ResponseErrorWithDefaults ¶
func NewNetworkListsDeleteNetworkLists404ResponseErrorWithDefaults() *NetworkListsDeleteNetworkLists404ResponseError
NewNetworkListsDeleteNetworkLists404ResponseErrorWithDefaults instantiates a new NetworkListsDeleteNetworkLists404ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkListsDeleteNetworkLists404ResponseError) GetCode ¶
func (o *NetworkListsDeleteNetworkLists404ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*NetworkListsDeleteNetworkLists404ResponseError) GetCodeOk ¶
func (o *NetworkListsDeleteNetworkLists404ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkListsDeleteNetworkLists404ResponseError) GetMessage ¶
func (o *NetworkListsDeleteNetworkLists404ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*NetworkListsDeleteNetworkLists404ResponseError) GetMessageOk ¶
func (o *NetworkListsDeleteNetworkLists404ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkListsDeleteNetworkLists404ResponseError) GetStatus ¶
func (o *NetworkListsDeleteNetworkLists404ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*NetworkListsDeleteNetworkLists404ResponseError) GetStatusOk ¶
func (o *NetworkListsDeleteNetworkLists404ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkListsDeleteNetworkLists404ResponseError) HasCode ¶
func (o *NetworkListsDeleteNetworkLists404ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*NetworkListsDeleteNetworkLists404ResponseError) HasMessage ¶
func (o *NetworkListsDeleteNetworkLists404ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*NetworkListsDeleteNetworkLists404ResponseError) HasStatus ¶
func (o *NetworkListsDeleteNetworkLists404ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (NetworkListsDeleteNetworkLists404ResponseError) MarshalJSON ¶
func (o NetworkListsDeleteNetworkLists404ResponseError) MarshalJSON() ([]byte, error)
func (*NetworkListsDeleteNetworkLists404ResponseError) SetCode ¶
func (o *NetworkListsDeleteNetworkLists404ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*NetworkListsDeleteNetworkLists404ResponseError) SetMessage ¶
func (o *NetworkListsDeleteNetworkLists404ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*NetworkListsDeleteNetworkLists404ResponseError) SetStatus ¶
func (o *NetworkListsDeleteNetworkLists404ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (NetworkListsDeleteNetworkLists404ResponseError) ToMap ¶
func (o NetworkListsDeleteNetworkLists404ResponseError) ToMap() (map[string]interface{}, error)
func (*NetworkListsDeleteNetworkLists404ResponseError) UnmarshalJSON ¶
func (o *NetworkListsDeleteNetworkLists404ResponseError) UnmarshalJSON(data []byte) (err error)
type NetworkListsDeleteRequest ¶
type NetworkListsDeleteRequest struct { // The list of Network List object identifiers. Ids []int32 `json:"ids,omitempty"` AdditionalProperties map[string]interface{} }
NetworkListsDeleteRequest The Network List delete request.
func NewNetworkListsDeleteRequest ¶
func NewNetworkListsDeleteRequest() *NetworkListsDeleteRequest
NewNetworkListsDeleteRequest instantiates a new NetworkListsDeleteRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNetworkListsDeleteRequestWithDefaults ¶
func NewNetworkListsDeleteRequestWithDefaults() *NetworkListsDeleteRequest
NewNetworkListsDeleteRequestWithDefaults instantiates a new NetworkListsDeleteRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NetworkListsDeleteRequest) GetIds ¶
func (o *NetworkListsDeleteRequest) GetIds() []int32
GetIds returns the Ids field value if set, zero value otherwise.
func (*NetworkListsDeleteRequest) GetIdsOk ¶
func (o *NetworkListsDeleteRequest) GetIdsOk() ([]int32, bool)
GetIdsOk returns a tuple with the Ids field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkListsDeleteRequest) HasIds ¶
func (o *NetworkListsDeleteRequest) HasIds() bool
HasIds returns a boolean if a field has been set.
func (NetworkListsDeleteRequest) MarshalJSON ¶
func (o NetworkListsDeleteRequest) MarshalJSON() ([]byte, error)
func (*NetworkListsDeleteRequest) SetIds ¶
func (o *NetworkListsDeleteRequest) SetIds(v []int32)
SetIds gets a reference to the given []int32 and assigns it to the Ids field.
func (NetworkListsDeleteRequest) ToMap ¶
func (o NetworkListsDeleteRequest) ToMap() (map[string]interface{}, error)
func (*NetworkListsDeleteRequest) UnmarshalJSON ¶
func (o *NetworkListsDeleteRequest) UnmarshalJSON(data []byte) (err error)
type NullableAccessCode ¶
type NullableAccessCode struct {
// contains filtered or unexported fields
}
func NewNullableAccessCode ¶
func NewNullableAccessCode(val *AccessCode) *NullableAccessCode
func (NullableAccessCode) Get ¶
func (v NullableAccessCode) Get() *AccessCode
func (NullableAccessCode) IsSet ¶
func (v NullableAccessCode) IsSet() bool
func (NullableAccessCode) MarshalJSON ¶
func (v NullableAccessCode) MarshalJSON() ([]byte, error)
func (*NullableAccessCode) Set ¶
func (v *NullableAccessCode) Set(val *AccessCode)
func (*NullableAccessCode) UnmarshalJSON ¶
func (v *NullableAccessCode) UnmarshalJSON(src []byte) error
func (*NullableAccessCode) Unset ¶
func (v *NullableAccessCode) Unset()
type NullableAccessCodeCreateResponse ¶
type NullableAccessCodeCreateResponse struct {
// contains filtered or unexported fields
}
func NewNullableAccessCodeCreateResponse ¶
func NewNullableAccessCodeCreateResponse(val *AccessCodeCreateResponse) *NullableAccessCodeCreateResponse
func (NullableAccessCodeCreateResponse) Get ¶
func (v NullableAccessCodeCreateResponse) Get() *AccessCodeCreateResponse
func (NullableAccessCodeCreateResponse) IsSet ¶
func (v NullableAccessCodeCreateResponse) IsSet() bool
func (NullableAccessCodeCreateResponse) MarshalJSON ¶
func (v NullableAccessCodeCreateResponse) MarshalJSON() ([]byte, error)
func (*NullableAccessCodeCreateResponse) Set ¶
func (v *NullableAccessCodeCreateResponse) Set(val *AccessCodeCreateResponse)
func (*NullableAccessCodeCreateResponse) UnmarshalJSON ¶
func (v *NullableAccessCodeCreateResponse) UnmarshalJSON(src []byte) error
func (*NullableAccessCodeCreateResponse) Unset ¶
func (v *NullableAccessCodeCreateResponse) Unset()
type NullableAccessCodeDeleteRequest ¶
type NullableAccessCodeDeleteRequest struct {
// contains filtered or unexported fields
}
func NewNullableAccessCodeDeleteRequest ¶
func NewNullableAccessCodeDeleteRequest(val *AccessCodeDeleteRequest) *NullableAccessCodeDeleteRequest
func (NullableAccessCodeDeleteRequest) Get ¶
func (v NullableAccessCodeDeleteRequest) Get() *AccessCodeDeleteRequest
func (NullableAccessCodeDeleteRequest) IsSet ¶
func (v NullableAccessCodeDeleteRequest) IsSet() bool
func (NullableAccessCodeDeleteRequest) MarshalJSON ¶
func (v NullableAccessCodeDeleteRequest) MarshalJSON() ([]byte, error)
func (*NullableAccessCodeDeleteRequest) Set ¶
func (v *NullableAccessCodeDeleteRequest) Set(val *AccessCodeDeleteRequest)
func (*NullableAccessCodeDeleteRequest) UnmarshalJSON ¶
func (v *NullableAccessCodeDeleteRequest) UnmarshalJSON(src []byte) error
func (*NullableAccessCodeDeleteRequest) Unset ¶
func (v *NullableAccessCodeDeleteRequest) Unset()
type NullableAccessCodeMultiResponse ¶
type NullableAccessCodeMultiResponse struct {
// contains filtered or unexported fields
}
func NewNullableAccessCodeMultiResponse ¶
func NewNullableAccessCodeMultiResponse(val *AccessCodeMultiResponse) *NullableAccessCodeMultiResponse
func (NullableAccessCodeMultiResponse) Get ¶
func (v NullableAccessCodeMultiResponse) Get() *AccessCodeMultiResponse
func (NullableAccessCodeMultiResponse) IsSet ¶
func (v NullableAccessCodeMultiResponse) IsSet() bool
func (NullableAccessCodeMultiResponse) MarshalJSON ¶
func (v NullableAccessCodeMultiResponse) MarshalJSON() ([]byte, error)
func (*NullableAccessCodeMultiResponse) Set ¶
func (v *NullableAccessCodeMultiResponse) Set(val *AccessCodeMultiResponse)
func (*NullableAccessCodeMultiResponse) UnmarshalJSON ¶
func (v *NullableAccessCodeMultiResponse) UnmarshalJSON(src []byte) error
func (*NullableAccessCodeMultiResponse) Unset ¶
func (v *NullableAccessCodeMultiResponse) Unset()
type NullableAccessCodeReadResponse ¶
type NullableAccessCodeReadResponse struct {
// contains filtered or unexported fields
}
func NewNullableAccessCodeReadResponse ¶
func NewNullableAccessCodeReadResponse(val *AccessCodeReadResponse) *NullableAccessCodeReadResponse
func (NullableAccessCodeReadResponse) Get ¶
func (v NullableAccessCodeReadResponse) Get() *AccessCodeReadResponse
func (NullableAccessCodeReadResponse) IsSet ¶
func (v NullableAccessCodeReadResponse) IsSet() bool
func (NullableAccessCodeReadResponse) MarshalJSON ¶
func (v NullableAccessCodeReadResponse) MarshalJSON() ([]byte, error)
func (*NullableAccessCodeReadResponse) Set ¶
func (v *NullableAccessCodeReadResponse) Set(val *AccessCodeReadResponse)
func (*NullableAccessCodeReadResponse) UnmarshalJSON ¶
func (v *NullableAccessCodeReadResponse) UnmarshalJSON(src []byte) error
func (*NullableAccessCodeReadResponse) Unset ¶
func (v *NullableAccessCodeReadResponse) Unset()
type NullableAccessCodeRule ¶
type NullableAccessCodeRule struct {
// contains filtered or unexported fields
}
func NewNullableAccessCodeRule ¶
func NewNullableAccessCodeRule(val *AccessCodeRule) *NullableAccessCodeRule
func (NullableAccessCodeRule) Get ¶
func (v NullableAccessCodeRule) Get() *AccessCodeRule
func (NullableAccessCodeRule) IsSet ¶
func (v NullableAccessCodeRule) IsSet() bool
func (NullableAccessCodeRule) MarshalJSON ¶
func (v NullableAccessCodeRule) MarshalJSON() ([]byte, error)
func (*NullableAccessCodeRule) Set ¶
func (v *NullableAccessCodeRule) Set(val *AccessCodeRule)
func (*NullableAccessCodeRule) UnmarshalJSON ¶
func (v *NullableAccessCodeRule) UnmarshalJSON(src []byte) error
func (*NullableAccessCodeRule) Unset ¶
func (v *NullableAccessCodeRule) Unset()
type NullableAccessCodeUpdateResponse ¶
type NullableAccessCodeUpdateResponse struct {
// contains filtered or unexported fields
}
func NewNullableAccessCodeUpdateResponse ¶
func NewNullableAccessCodeUpdateResponse(val *AccessCodeUpdateResponse) *NullableAccessCodeUpdateResponse
func (NullableAccessCodeUpdateResponse) Get ¶
func (v NullableAccessCodeUpdateResponse) Get() *AccessCodeUpdateResponse
func (NullableAccessCodeUpdateResponse) IsSet ¶
func (v NullableAccessCodeUpdateResponse) IsSet() bool
func (NullableAccessCodeUpdateResponse) MarshalJSON ¶
func (v NullableAccessCodeUpdateResponse) MarshalJSON() ([]byte, error)
func (*NullableAccessCodeUpdateResponse) Set ¶
func (v *NullableAccessCodeUpdateResponse) Set(val *AccessCodeUpdateResponse)
func (*NullableAccessCodeUpdateResponse) UnmarshalJSON ¶
func (v *NullableAccessCodeUpdateResponse) UnmarshalJSON(src []byte) error
func (*NullableAccessCodeUpdateResponse) Unset ¶
func (v *NullableAccessCodeUpdateResponse) Unset()
type NullableAccessCodesCreateAccessCode400Response ¶
type NullableAccessCodesCreateAccessCode400Response struct {
// contains filtered or unexported fields
}
func NewNullableAccessCodesCreateAccessCode400Response ¶
func NewNullableAccessCodesCreateAccessCode400Response(val *AccessCodesCreateAccessCode400Response) *NullableAccessCodesCreateAccessCode400Response
func (NullableAccessCodesCreateAccessCode400Response) IsSet ¶
func (v NullableAccessCodesCreateAccessCode400Response) IsSet() bool
func (NullableAccessCodesCreateAccessCode400Response) MarshalJSON ¶
func (v NullableAccessCodesCreateAccessCode400Response) MarshalJSON() ([]byte, error)
func (*NullableAccessCodesCreateAccessCode400Response) Set ¶
func (v *NullableAccessCodesCreateAccessCode400Response) Set(val *AccessCodesCreateAccessCode400Response)
func (*NullableAccessCodesCreateAccessCode400Response) UnmarshalJSON ¶
func (v *NullableAccessCodesCreateAccessCode400Response) UnmarshalJSON(src []byte) error
func (*NullableAccessCodesCreateAccessCode400Response) Unset ¶
func (v *NullableAccessCodesCreateAccessCode400Response) Unset()
type NullableAccessCodesCreateAccessCode400ResponseError ¶
type NullableAccessCodesCreateAccessCode400ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableAccessCodesCreateAccessCode400ResponseError ¶
func NewNullableAccessCodesCreateAccessCode400ResponseError(val *AccessCodesCreateAccessCode400ResponseError) *NullableAccessCodesCreateAccessCode400ResponseError
func (NullableAccessCodesCreateAccessCode400ResponseError) IsSet ¶
func (v NullableAccessCodesCreateAccessCode400ResponseError) IsSet() bool
func (NullableAccessCodesCreateAccessCode400ResponseError) MarshalJSON ¶
func (v NullableAccessCodesCreateAccessCode400ResponseError) MarshalJSON() ([]byte, error)
func (*NullableAccessCodesCreateAccessCode400ResponseError) UnmarshalJSON ¶
func (v *NullableAccessCodesCreateAccessCode400ResponseError) UnmarshalJSON(src []byte) error
func (*NullableAccessCodesCreateAccessCode400ResponseError) Unset ¶
func (v *NullableAccessCodesCreateAccessCode400ResponseError) Unset()
type NullableAccessCodesCreateAccessCode404Response ¶
type NullableAccessCodesCreateAccessCode404Response struct {
// contains filtered or unexported fields
}
func NewNullableAccessCodesCreateAccessCode404Response ¶
func NewNullableAccessCodesCreateAccessCode404Response(val *AccessCodesCreateAccessCode404Response) *NullableAccessCodesCreateAccessCode404Response
func (NullableAccessCodesCreateAccessCode404Response) IsSet ¶
func (v NullableAccessCodesCreateAccessCode404Response) IsSet() bool
func (NullableAccessCodesCreateAccessCode404Response) MarshalJSON ¶
func (v NullableAccessCodesCreateAccessCode404Response) MarshalJSON() ([]byte, error)
func (*NullableAccessCodesCreateAccessCode404Response) Set ¶
func (v *NullableAccessCodesCreateAccessCode404Response) Set(val *AccessCodesCreateAccessCode404Response)
func (*NullableAccessCodesCreateAccessCode404Response) UnmarshalJSON ¶
func (v *NullableAccessCodesCreateAccessCode404Response) UnmarshalJSON(src []byte) error
func (*NullableAccessCodesCreateAccessCode404Response) Unset ¶
func (v *NullableAccessCodesCreateAccessCode404Response) Unset()
type NullableAccessCodesCreateAccessCode404ResponseError ¶
type NullableAccessCodesCreateAccessCode404ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableAccessCodesCreateAccessCode404ResponseError ¶
func NewNullableAccessCodesCreateAccessCode404ResponseError(val *AccessCodesCreateAccessCode404ResponseError) *NullableAccessCodesCreateAccessCode404ResponseError
func (NullableAccessCodesCreateAccessCode404ResponseError) IsSet ¶
func (v NullableAccessCodesCreateAccessCode404ResponseError) IsSet() bool
func (NullableAccessCodesCreateAccessCode404ResponseError) MarshalJSON ¶
func (v NullableAccessCodesCreateAccessCode404ResponseError) MarshalJSON() ([]byte, error)
func (*NullableAccessCodesCreateAccessCode404ResponseError) UnmarshalJSON ¶
func (v *NullableAccessCodesCreateAccessCode404ResponseError) UnmarshalJSON(src []byte) error
func (*NullableAccessCodesCreateAccessCode404ResponseError) Unset ¶
func (v *NullableAccessCodesCreateAccessCode404ResponseError) Unset()
type NullableAccessCodesCreateAccessCode409Response ¶
type NullableAccessCodesCreateAccessCode409Response struct {
// contains filtered or unexported fields
}
func NewNullableAccessCodesCreateAccessCode409Response ¶
func NewNullableAccessCodesCreateAccessCode409Response(val *AccessCodesCreateAccessCode409Response) *NullableAccessCodesCreateAccessCode409Response
func (NullableAccessCodesCreateAccessCode409Response) IsSet ¶
func (v NullableAccessCodesCreateAccessCode409Response) IsSet() bool
func (NullableAccessCodesCreateAccessCode409Response) MarshalJSON ¶
func (v NullableAccessCodesCreateAccessCode409Response) MarshalJSON() ([]byte, error)
func (*NullableAccessCodesCreateAccessCode409Response) Set ¶
func (v *NullableAccessCodesCreateAccessCode409Response) Set(val *AccessCodesCreateAccessCode409Response)
func (*NullableAccessCodesCreateAccessCode409Response) UnmarshalJSON ¶
func (v *NullableAccessCodesCreateAccessCode409Response) UnmarshalJSON(src []byte) error
func (*NullableAccessCodesCreateAccessCode409Response) Unset ¶
func (v *NullableAccessCodesCreateAccessCode409Response) Unset()
type NullableAccessCodesCreateAccessCode409ResponseError ¶
type NullableAccessCodesCreateAccessCode409ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableAccessCodesCreateAccessCode409ResponseError ¶
func NewNullableAccessCodesCreateAccessCode409ResponseError(val *AccessCodesCreateAccessCode409ResponseError) *NullableAccessCodesCreateAccessCode409ResponseError
func (NullableAccessCodesCreateAccessCode409ResponseError) IsSet ¶
func (v NullableAccessCodesCreateAccessCode409ResponseError) IsSet() bool
func (NullableAccessCodesCreateAccessCode409ResponseError) MarshalJSON ¶
func (v NullableAccessCodesCreateAccessCode409ResponseError) MarshalJSON() ([]byte, error)
func (*NullableAccessCodesCreateAccessCode409ResponseError) UnmarshalJSON ¶
func (v *NullableAccessCodesCreateAccessCode409ResponseError) UnmarshalJSON(src []byte) error
func (*NullableAccessCodesCreateAccessCode409ResponseError) Unset ¶
func (v *NullableAccessCodesCreateAccessCode409ResponseError) Unset()
type NullableAccessCodesDeleteAccessCodes400Response ¶
type NullableAccessCodesDeleteAccessCodes400Response struct {
// contains filtered or unexported fields
}
func NewNullableAccessCodesDeleteAccessCodes400Response ¶
func NewNullableAccessCodesDeleteAccessCodes400Response(val *AccessCodesDeleteAccessCodes400Response) *NullableAccessCodesDeleteAccessCodes400Response
func (NullableAccessCodesDeleteAccessCodes400Response) IsSet ¶
func (v NullableAccessCodesDeleteAccessCodes400Response) IsSet() bool
func (NullableAccessCodesDeleteAccessCodes400Response) MarshalJSON ¶
func (v NullableAccessCodesDeleteAccessCodes400Response) MarshalJSON() ([]byte, error)
func (*NullableAccessCodesDeleteAccessCodes400Response) UnmarshalJSON ¶
func (v *NullableAccessCodesDeleteAccessCodes400Response) UnmarshalJSON(src []byte) error
func (*NullableAccessCodesDeleteAccessCodes400Response) Unset ¶
func (v *NullableAccessCodesDeleteAccessCodes400Response) Unset()
type NullableAccessCodesDeleteAccessCodes400ResponseError ¶
type NullableAccessCodesDeleteAccessCodes400ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableAccessCodesDeleteAccessCodes400ResponseError ¶
func NewNullableAccessCodesDeleteAccessCodes400ResponseError(val *AccessCodesDeleteAccessCodes400ResponseError) *NullableAccessCodesDeleteAccessCodes400ResponseError
func (NullableAccessCodesDeleteAccessCodes400ResponseError) IsSet ¶
func (v NullableAccessCodesDeleteAccessCodes400ResponseError) IsSet() bool
func (NullableAccessCodesDeleteAccessCodes400ResponseError) MarshalJSON ¶
func (v NullableAccessCodesDeleteAccessCodes400ResponseError) MarshalJSON() ([]byte, error)
func (*NullableAccessCodesDeleteAccessCodes400ResponseError) UnmarshalJSON ¶
func (v *NullableAccessCodesDeleteAccessCodes400ResponseError) UnmarshalJSON(src []byte) error
func (*NullableAccessCodesDeleteAccessCodes400ResponseError) Unset ¶
func (v *NullableAccessCodesDeleteAccessCodes400ResponseError) Unset()
type NullableAccessCodesDeleteSingleAccessCodes400Response ¶
type NullableAccessCodesDeleteSingleAccessCodes400Response struct {
// contains filtered or unexported fields
}
func NewNullableAccessCodesDeleteSingleAccessCodes400Response ¶
func NewNullableAccessCodesDeleteSingleAccessCodes400Response(val *AccessCodesDeleteSingleAccessCodes400Response) *NullableAccessCodesDeleteSingleAccessCodes400Response
func (NullableAccessCodesDeleteSingleAccessCodes400Response) IsSet ¶
func (v NullableAccessCodesDeleteSingleAccessCodes400Response) IsSet() bool
func (NullableAccessCodesDeleteSingleAccessCodes400Response) MarshalJSON ¶
func (v NullableAccessCodesDeleteSingleAccessCodes400Response) MarshalJSON() ([]byte, error)
func (*NullableAccessCodesDeleteSingleAccessCodes400Response) UnmarshalJSON ¶
func (v *NullableAccessCodesDeleteSingleAccessCodes400Response) UnmarshalJSON(src []byte) error
func (*NullableAccessCodesDeleteSingleAccessCodes400Response) Unset ¶
func (v *NullableAccessCodesDeleteSingleAccessCodes400Response) Unset()
type NullableAccessCodesDeleteSingleAccessCodes400ResponseError ¶
type NullableAccessCodesDeleteSingleAccessCodes400ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableAccessCodesDeleteSingleAccessCodes400ResponseError ¶
func NewNullableAccessCodesDeleteSingleAccessCodes400ResponseError(val *AccessCodesDeleteSingleAccessCodes400ResponseError) *NullableAccessCodesDeleteSingleAccessCodes400ResponseError
func (NullableAccessCodesDeleteSingleAccessCodes400ResponseError) IsSet ¶
func (v NullableAccessCodesDeleteSingleAccessCodes400ResponseError) IsSet() bool
func (NullableAccessCodesDeleteSingleAccessCodes400ResponseError) MarshalJSON ¶
func (v NullableAccessCodesDeleteSingleAccessCodes400ResponseError) MarshalJSON() ([]byte, error)
func (*NullableAccessCodesDeleteSingleAccessCodes400ResponseError) UnmarshalJSON ¶
func (v *NullableAccessCodesDeleteSingleAccessCodes400ResponseError) UnmarshalJSON(src []byte) error
func (*NullableAccessCodesDeleteSingleAccessCodes400ResponseError) Unset ¶
func (v *NullableAccessCodesDeleteSingleAccessCodes400ResponseError) Unset()
type NullableAccessCodesListAccessCodes500Response ¶
type NullableAccessCodesListAccessCodes500Response struct {
// contains filtered or unexported fields
}
func NewNullableAccessCodesListAccessCodes500Response ¶
func NewNullableAccessCodesListAccessCodes500Response(val *AccessCodesListAccessCodes500Response) *NullableAccessCodesListAccessCodes500Response
func (NullableAccessCodesListAccessCodes500Response) IsSet ¶
func (v NullableAccessCodesListAccessCodes500Response) IsSet() bool
func (NullableAccessCodesListAccessCodes500Response) MarshalJSON ¶
func (v NullableAccessCodesListAccessCodes500Response) MarshalJSON() ([]byte, error)
func (*NullableAccessCodesListAccessCodes500Response) Set ¶
func (v *NullableAccessCodesListAccessCodes500Response) Set(val *AccessCodesListAccessCodes500Response)
func (*NullableAccessCodesListAccessCodes500Response) UnmarshalJSON ¶
func (v *NullableAccessCodesListAccessCodes500Response) UnmarshalJSON(src []byte) error
func (*NullableAccessCodesListAccessCodes500Response) Unset ¶
func (v *NullableAccessCodesListAccessCodes500Response) Unset()
type NullableAccessCodesListAccessCodes500ResponseError ¶
type NullableAccessCodesListAccessCodes500ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableAccessCodesListAccessCodes500ResponseError ¶
func NewNullableAccessCodesListAccessCodes500ResponseError(val *AccessCodesListAccessCodes500ResponseError) *NullableAccessCodesListAccessCodes500ResponseError
func (NullableAccessCodesListAccessCodes500ResponseError) IsSet ¶
func (v NullableAccessCodesListAccessCodes500ResponseError) IsSet() bool
func (NullableAccessCodesListAccessCodes500ResponseError) MarshalJSON ¶
func (v NullableAccessCodesListAccessCodes500ResponseError) MarshalJSON() ([]byte, error)
func (*NullableAccessCodesListAccessCodes500ResponseError) UnmarshalJSON ¶
func (v *NullableAccessCodesListAccessCodes500ResponseError) UnmarshalJSON(src []byte) error
func (*NullableAccessCodesListAccessCodes500ResponseError) Unset ¶
func (v *NullableAccessCodesListAccessCodes500ResponseError) Unset()
type NullableAccessCodesReadAccessCode404Response ¶
type NullableAccessCodesReadAccessCode404Response struct {
// contains filtered or unexported fields
}
func NewNullableAccessCodesReadAccessCode404Response ¶
func NewNullableAccessCodesReadAccessCode404Response(val *AccessCodesReadAccessCode404Response) *NullableAccessCodesReadAccessCode404Response
func (NullableAccessCodesReadAccessCode404Response) IsSet ¶
func (v NullableAccessCodesReadAccessCode404Response) IsSet() bool
func (NullableAccessCodesReadAccessCode404Response) MarshalJSON ¶
func (v NullableAccessCodesReadAccessCode404Response) MarshalJSON() ([]byte, error)
func (*NullableAccessCodesReadAccessCode404Response) Set ¶
func (v *NullableAccessCodesReadAccessCode404Response) Set(val *AccessCodesReadAccessCode404Response)
func (*NullableAccessCodesReadAccessCode404Response) UnmarshalJSON ¶
func (v *NullableAccessCodesReadAccessCode404Response) UnmarshalJSON(src []byte) error
func (*NullableAccessCodesReadAccessCode404Response) Unset ¶
func (v *NullableAccessCodesReadAccessCode404Response) Unset()
type NullableAccessCodesReadAccessCode404ResponseError ¶
type NullableAccessCodesReadAccessCode404ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableAccessCodesReadAccessCode404ResponseError ¶
func NewNullableAccessCodesReadAccessCode404ResponseError(val *AccessCodesReadAccessCode404ResponseError) *NullableAccessCodesReadAccessCode404ResponseError
func (NullableAccessCodesReadAccessCode404ResponseError) IsSet ¶
func (v NullableAccessCodesReadAccessCode404ResponseError) IsSet() bool
func (NullableAccessCodesReadAccessCode404ResponseError) MarshalJSON ¶
func (v NullableAccessCodesReadAccessCode404ResponseError) MarshalJSON() ([]byte, error)
func (*NullableAccessCodesReadAccessCode404ResponseError) UnmarshalJSON ¶
func (v *NullableAccessCodesReadAccessCode404ResponseError) UnmarshalJSON(src []byte) error
func (*NullableAccessCodesReadAccessCode404ResponseError) Unset ¶
func (v *NullableAccessCodesReadAccessCode404ResponseError) Unset()
type NullableAppApproval ¶
type NullableAppApproval struct {
// contains filtered or unexported fields
}
func NewNullableAppApproval ¶
func NewNullableAppApproval(val *AppApproval) *NullableAppApproval
func (NullableAppApproval) Get ¶
func (v NullableAppApproval) Get() *AppApproval
func (NullableAppApproval) IsSet ¶
func (v NullableAppApproval) IsSet() bool
func (NullableAppApproval) MarshalJSON ¶
func (v NullableAppApproval) MarshalJSON() ([]byte, error)
func (*NullableAppApproval) Set ¶
func (v *NullableAppApproval) Set(val *AppApproval)
func (*NullableAppApproval) UnmarshalJSON ¶
func (v *NullableAppApproval) UnmarshalJSON(src []byte) error
func (*NullableAppApproval) Unset ¶
func (v *NullableAppApproval) Unset()
type NullableAppApprovalMultiResponse ¶
type NullableAppApprovalMultiResponse struct {
// contains filtered or unexported fields
}
func NewNullableAppApprovalMultiResponse ¶
func NewNullableAppApprovalMultiResponse(val *AppApprovalMultiResponse) *NullableAppApprovalMultiResponse
func (NullableAppApprovalMultiResponse) Get ¶
func (v NullableAppApprovalMultiResponse) Get() *AppApprovalMultiResponse
func (NullableAppApprovalMultiResponse) IsSet ¶
func (v NullableAppApprovalMultiResponse) IsSet() bool
func (NullableAppApprovalMultiResponse) MarshalJSON ¶
func (v NullableAppApprovalMultiResponse) MarshalJSON() ([]byte, error)
func (*NullableAppApprovalMultiResponse) Set ¶
func (v *NullableAppApprovalMultiResponse) Set(val *AppApprovalMultiResponse)
func (*NullableAppApprovalMultiResponse) UnmarshalJSON ¶
func (v *NullableAppApprovalMultiResponse) UnmarshalJSON(src []byte) error
func (*NullableAppApprovalMultiResponse) Unset ¶
func (v *NullableAppApprovalMultiResponse) Unset()
type NullableAppApprovalRemovalRequest ¶
type NullableAppApprovalRemovalRequest struct {
// contains filtered or unexported fields
}
func NewNullableAppApprovalRemovalRequest ¶
func NewNullableAppApprovalRemovalRequest(val *AppApprovalRemovalRequest) *NullableAppApprovalRemovalRequest
func (NullableAppApprovalRemovalRequest) Get ¶
func (v NullableAppApprovalRemovalRequest) Get() *AppApprovalRemovalRequest
func (NullableAppApprovalRemovalRequest) IsSet ¶
func (v NullableAppApprovalRemovalRequest) IsSet() bool
func (NullableAppApprovalRemovalRequest) MarshalJSON ¶
func (v NullableAppApprovalRemovalRequest) MarshalJSON() ([]byte, error)
func (*NullableAppApprovalRemovalRequest) Set ¶
func (v *NullableAppApprovalRemovalRequest) Set(val *AppApprovalRemovalRequest)
func (*NullableAppApprovalRemovalRequest) UnmarshalJSON ¶
func (v *NullableAppApprovalRemovalRequest) UnmarshalJSON(src []byte) error
func (*NullableAppApprovalRemovalRequest) Unset ¶
func (v *NullableAppApprovalRemovalRequest) Unset()
type NullableAppApprovalsReplaceRequest ¶
type NullableAppApprovalsReplaceRequest struct {
// contains filtered or unexported fields
}
func NewNullableAppApprovalsReplaceRequest ¶
func NewNullableAppApprovalsReplaceRequest(val *AppApprovalsReplaceRequest) *NullableAppApprovalsReplaceRequest
func (NullableAppApprovalsReplaceRequest) Get ¶
func (v NullableAppApprovalsReplaceRequest) Get() *AppApprovalsReplaceRequest
func (NullableAppApprovalsReplaceRequest) IsSet ¶
func (v NullableAppApprovalsReplaceRequest) IsSet() bool
func (NullableAppApprovalsReplaceRequest) MarshalJSON ¶
func (v NullableAppApprovalsReplaceRequest) MarshalJSON() ([]byte, error)
func (*NullableAppApprovalsReplaceRequest) Set ¶
func (v *NullableAppApprovalsReplaceRequest) Set(val *AppApprovalsReplaceRequest)
func (*NullableAppApprovalsReplaceRequest) UnmarshalJSON ¶
func (v *NullableAppApprovalsReplaceRequest) UnmarshalJSON(src []byte) error
func (*NullableAppApprovalsReplaceRequest) Unset ¶
func (v *NullableAppApprovalsReplaceRequest) Unset()
type NullableAppApprovalsUpdateRequest ¶
type NullableAppApprovalsUpdateRequest struct {
// contains filtered or unexported fields
}
func NewNullableAppApprovalsUpdateRequest ¶
func NewNullableAppApprovalsUpdateRequest(val *AppApprovalsUpdateRequest) *NullableAppApprovalsUpdateRequest
func (NullableAppApprovalsUpdateRequest) Get ¶
func (v NullableAppApprovalsUpdateRequest) Get() *AppApprovalsUpdateRequest
func (NullableAppApprovalsUpdateRequest) IsSet ¶
func (v NullableAppApprovalsUpdateRequest) IsSet() bool
func (NullableAppApprovalsUpdateRequest) MarshalJSON ¶
func (v NullableAppApprovalsUpdateRequest) MarshalJSON() ([]byte, error)
func (*NullableAppApprovalsUpdateRequest) Set ¶
func (v *NullableAppApprovalsUpdateRequest) Set(val *AppApprovalsUpdateRequest)
func (*NullableAppApprovalsUpdateRequest) UnmarshalJSON ¶
func (v *NullableAppApprovalsUpdateRequest) UnmarshalJSON(src []byte) error
func (*NullableAppApprovalsUpdateRequest) Unset ¶
func (v *NullableAppApprovalsUpdateRequest) Unset()
type NullableApplicationCriterion ¶
type NullableApplicationCriterion struct {
// contains filtered or unexported fields
}
func NewNullableApplicationCriterion ¶
func NewNullableApplicationCriterion(val *ApplicationCriterion) *NullableApplicationCriterion
func (NullableApplicationCriterion) Get ¶
func (v NullableApplicationCriterion) Get() *ApplicationCriterion
func (NullableApplicationCriterion) IsSet ¶
func (v NullableApplicationCriterion) IsSet() bool
func (NullableApplicationCriterion) MarshalJSON ¶
func (v NullableApplicationCriterion) MarshalJSON() ([]byte, error)
func (*NullableApplicationCriterion) Set ¶
func (v *NullableApplicationCriterion) Set(val *ApplicationCriterion)
func (*NullableApplicationCriterion) UnmarshalJSON ¶
func (v *NullableApplicationCriterion) UnmarshalJSON(src []byte) error
func (*NullableApplicationCriterion) Unset ¶
func (v *NullableApplicationCriterion) Unset()
type NullableApplicationFilter ¶
type NullableApplicationFilter struct {
// contains filtered or unexported fields
}
func NewNullableApplicationFilter ¶
func NewNullableApplicationFilter(val *ApplicationFilter) *NullableApplicationFilter
func (NullableApplicationFilter) Get ¶
func (v NullableApplicationFilter) Get() *ApplicationFilter
func (NullableApplicationFilter) IsSet ¶
func (v NullableApplicationFilter) IsSet() bool
func (NullableApplicationFilter) MarshalJSON ¶
func (v NullableApplicationFilter) MarshalJSON() ([]byte, error)
func (*NullableApplicationFilter) Set ¶
func (v *NullableApplicationFilter) Set(val *ApplicationFilter)
func (*NullableApplicationFilter) UnmarshalJSON ¶
func (v *NullableApplicationFilter) UnmarshalJSON(src []byte) error
func (*NullableApplicationFilter) Unset ¶
func (v *NullableApplicationFilter) Unset()
type NullableApplicationFilterCreateResponse ¶
type NullableApplicationFilterCreateResponse struct {
// contains filtered or unexported fields
}
func NewNullableApplicationFilterCreateResponse ¶
func NewNullableApplicationFilterCreateResponse(val *ApplicationFilterCreateResponse) *NullableApplicationFilterCreateResponse
func (NullableApplicationFilterCreateResponse) IsSet ¶
func (v NullableApplicationFilterCreateResponse) IsSet() bool
func (NullableApplicationFilterCreateResponse) MarshalJSON ¶
func (v NullableApplicationFilterCreateResponse) MarshalJSON() ([]byte, error)
func (*NullableApplicationFilterCreateResponse) Set ¶
func (v *NullableApplicationFilterCreateResponse) Set(val *ApplicationFilterCreateResponse)
func (*NullableApplicationFilterCreateResponse) UnmarshalJSON ¶
func (v *NullableApplicationFilterCreateResponse) UnmarshalJSON(src []byte) error
func (*NullableApplicationFilterCreateResponse) Unset ¶
func (v *NullableApplicationFilterCreateResponse) Unset()
type NullableApplicationFilterMultiResponse ¶
type NullableApplicationFilterMultiResponse struct {
// contains filtered or unexported fields
}
func NewNullableApplicationFilterMultiResponse ¶
func NewNullableApplicationFilterMultiResponse(val *ApplicationFilterMultiResponse) *NullableApplicationFilterMultiResponse
func (NullableApplicationFilterMultiResponse) Get ¶
func (v NullableApplicationFilterMultiResponse) Get() *ApplicationFilterMultiResponse
func (NullableApplicationFilterMultiResponse) IsSet ¶
func (v NullableApplicationFilterMultiResponse) IsSet() bool
func (NullableApplicationFilterMultiResponse) MarshalJSON ¶
func (v NullableApplicationFilterMultiResponse) MarshalJSON() ([]byte, error)
func (*NullableApplicationFilterMultiResponse) Set ¶
func (v *NullableApplicationFilterMultiResponse) Set(val *ApplicationFilterMultiResponse)
func (*NullableApplicationFilterMultiResponse) UnmarshalJSON ¶
func (v *NullableApplicationFilterMultiResponse) UnmarshalJSON(src []byte) error
func (*NullableApplicationFilterMultiResponse) Unset ¶
func (v *NullableApplicationFilterMultiResponse) Unset()
type NullableApplicationFilterReadResponse ¶
type NullableApplicationFilterReadResponse struct {
// contains filtered or unexported fields
}
func NewNullableApplicationFilterReadResponse ¶
func NewNullableApplicationFilterReadResponse(val *ApplicationFilterReadResponse) *NullableApplicationFilterReadResponse
func (NullableApplicationFilterReadResponse) Get ¶
func (v NullableApplicationFilterReadResponse) Get() *ApplicationFilterReadResponse
func (NullableApplicationFilterReadResponse) IsSet ¶
func (v NullableApplicationFilterReadResponse) IsSet() bool
func (NullableApplicationFilterReadResponse) MarshalJSON ¶
func (v NullableApplicationFilterReadResponse) MarshalJSON() ([]byte, error)
func (*NullableApplicationFilterReadResponse) Set ¶
func (v *NullableApplicationFilterReadResponse) Set(val *ApplicationFilterReadResponse)
func (*NullableApplicationFilterReadResponse) UnmarshalJSON ¶
func (v *NullableApplicationFilterReadResponse) UnmarshalJSON(src []byte) error
func (*NullableApplicationFilterReadResponse) Unset ¶
func (v *NullableApplicationFilterReadResponse) Unset()
type NullableApplicationFilterUpdateResponse ¶
type NullableApplicationFilterUpdateResponse struct {
// contains filtered or unexported fields
}
func NewNullableApplicationFilterUpdateResponse ¶
func NewNullableApplicationFilterUpdateResponse(val *ApplicationFilterUpdateResponse) *NullableApplicationFilterUpdateResponse
func (NullableApplicationFilterUpdateResponse) IsSet ¶
func (v NullableApplicationFilterUpdateResponse) IsSet() bool
func (NullableApplicationFilterUpdateResponse) MarshalJSON ¶
func (v NullableApplicationFilterUpdateResponse) MarshalJSON() ([]byte, error)
func (*NullableApplicationFilterUpdateResponse) Set ¶
func (v *NullableApplicationFilterUpdateResponse) Set(val *ApplicationFilterUpdateResponse)
func (*NullableApplicationFilterUpdateResponse) UnmarshalJSON ¶
func (v *NullableApplicationFilterUpdateResponse) UnmarshalJSON(src []byte) error
func (*NullableApplicationFilterUpdateResponse) Unset ¶
func (v *NullableApplicationFilterUpdateResponse) Unset()
type NullableApplicationFiltersDeleteApplicationFilters400Response ¶
type NullableApplicationFiltersDeleteApplicationFilters400Response struct {
// contains filtered or unexported fields
}
func NewNullableApplicationFiltersDeleteApplicationFilters400Response ¶
func NewNullableApplicationFiltersDeleteApplicationFilters400Response(val *ApplicationFiltersDeleteApplicationFilters400Response) *NullableApplicationFiltersDeleteApplicationFilters400Response
func (NullableApplicationFiltersDeleteApplicationFilters400Response) IsSet ¶
func (v NullableApplicationFiltersDeleteApplicationFilters400Response) IsSet() bool
func (NullableApplicationFiltersDeleteApplicationFilters400Response) MarshalJSON ¶
func (v NullableApplicationFiltersDeleteApplicationFilters400Response) MarshalJSON() ([]byte, error)
func (*NullableApplicationFiltersDeleteApplicationFilters400Response) UnmarshalJSON ¶
func (v *NullableApplicationFiltersDeleteApplicationFilters400Response) UnmarshalJSON(src []byte) error
func (*NullableApplicationFiltersDeleteApplicationFilters400Response) Unset ¶
func (v *NullableApplicationFiltersDeleteApplicationFilters400Response) Unset()
type NullableApplicationFiltersDeleteApplicationFilters400ResponseError ¶
type NullableApplicationFiltersDeleteApplicationFilters400ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableApplicationFiltersDeleteApplicationFilters400ResponseError ¶
func NewNullableApplicationFiltersDeleteApplicationFilters400ResponseError(val *ApplicationFiltersDeleteApplicationFilters400ResponseError) *NullableApplicationFiltersDeleteApplicationFilters400ResponseError
func (NullableApplicationFiltersDeleteApplicationFilters400ResponseError) IsSet ¶
func (v NullableApplicationFiltersDeleteApplicationFilters400ResponseError) IsSet() bool
func (NullableApplicationFiltersDeleteApplicationFilters400ResponseError) MarshalJSON ¶
func (v NullableApplicationFiltersDeleteApplicationFilters400ResponseError) MarshalJSON() ([]byte, error)
func (*NullableApplicationFiltersDeleteApplicationFilters400ResponseError) UnmarshalJSON ¶
func (v *NullableApplicationFiltersDeleteApplicationFilters400ResponseError) UnmarshalJSON(src []byte) error
func (*NullableApplicationFiltersDeleteApplicationFilters400ResponseError) Unset ¶
func (v *NullableApplicationFiltersDeleteApplicationFilters400ResponseError) Unset()
type NullableApplicationFiltersDeleteRequest ¶
type NullableApplicationFiltersDeleteRequest struct {
// contains filtered or unexported fields
}
func NewNullableApplicationFiltersDeleteRequest ¶
func NewNullableApplicationFiltersDeleteRequest(val *ApplicationFiltersDeleteRequest) *NullableApplicationFiltersDeleteRequest
func (NullableApplicationFiltersDeleteRequest) IsSet ¶
func (v NullableApplicationFiltersDeleteRequest) IsSet() bool
func (NullableApplicationFiltersDeleteRequest) MarshalJSON ¶
func (v NullableApplicationFiltersDeleteRequest) MarshalJSON() ([]byte, error)
func (*NullableApplicationFiltersDeleteRequest) Set ¶
func (v *NullableApplicationFiltersDeleteRequest) Set(val *ApplicationFiltersDeleteRequest)
func (*NullableApplicationFiltersDeleteRequest) UnmarshalJSON ¶
func (v *NullableApplicationFiltersDeleteRequest) UnmarshalJSON(src []byte) error
func (*NullableApplicationFiltersDeleteRequest) Unset ¶
func (v *NullableApplicationFiltersDeleteRequest) Unset()
type NullableApplicationFiltersDeleteSingleApplicationFilters400Response ¶
type NullableApplicationFiltersDeleteSingleApplicationFilters400Response struct {
// contains filtered or unexported fields
}
func NewNullableApplicationFiltersDeleteSingleApplicationFilters400Response ¶
func NewNullableApplicationFiltersDeleteSingleApplicationFilters400Response(val *ApplicationFiltersDeleteSingleApplicationFilters400Response) *NullableApplicationFiltersDeleteSingleApplicationFilters400Response
func (NullableApplicationFiltersDeleteSingleApplicationFilters400Response) IsSet ¶
func (v NullableApplicationFiltersDeleteSingleApplicationFilters400Response) IsSet() bool
func (NullableApplicationFiltersDeleteSingleApplicationFilters400Response) MarshalJSON ¶
func (v NullableApplicationFiltersDeleteSingleApplicationFilters400Response) MarshalJSON() ([]byte, error)
func (*NullableApplicationFiltersDeleteSingleApplicationFilters400Response) UnmarshalJSON ¶
func (v *NullableApplicationFiltersDeleteSingleApplicationFilters400Response) UnmarshalJSON(src []byte) error
func (*NullableApplicationFiltersDeleteSingleApplicationFilters400Response) Unset ¶
func (v *NullableApplicationFiltersDeleteSingleApplicationFilters400Response) Unset()
type NullableApplicationFiltersDeleteSingleApplicationFilters400ResponseError ¶
type NullableApplicationFiltersDeleteSingleApplicationFilters400ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableApplicationFiltersDeleteSingleApplicationFilters400ResponseError ¶
func NewNullableApplicationFiltersDeleteSingleApplicationFilters400ResponseError(val *ApplicationFiltersDeleteSingleApplicationFilters400ResponseError) *NullableApplicationFiltersDeleteSingleApplicationFilters400ResponseError
func (NullableApplicationFiltersDeleteSingleApplicationFilters400ResponseError) MarshalJSON ¶
func (v NullableApplicationFiltersDeleteSingleApplicationFilters400ResponseError) MarshalJSON() ([]byte, error)
func (*NullableApplicationFiltersDeleteSingleApplicationFilters400ResponseError) UnmarshalJSON ¶
func (v *NullableApplicationFiltersDeleteSingleApplicationFilters400ResponseError) UnmarshalJSON(src []byte) error
func (*NullableApplicationFiltersDeleteSingleApplicationFilters400ResponseError) Unset ¶
func (v *NullableApplicationFiltersDeleteSingleApplicationFilters400ResponseError) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableCategoryFilter ¶
type NullableCategoryFilter struct {
// contains filtered or unexported fields
}
func NewNullableCategoryFilter ¶
func NewNullableCategoryFilter(val *CategoryFilter) *NullableCategoryFilter
func (NullableCategoryFilter) Get ¶
func (v NullableCategoryFilter) Get() *CategoryFilter
func (NullableCategoryFilter) IsSet ¶
func (v NullableCategoryFilter) IsSet() bool
func (NullableCategoryFilter) MarshalJSON ¶
func (v NullableCategoryFilter) MarshalJSON() ([]byte, error)
func (*NullableCategoryFilter) Set ¶
func (v *NullableCategoryFilter) Set(val *CategoryFilter)
func (*NullableCategoryFilter) UnmarshalJSON ¶
func (v *NullableCategoryFilter) UnmarshalJSON(src []byte) error
func (*NullableCategoryFilter) Unset ¶
func (v *NullableCategoryFilter) Unset()
type NullableCategoryFilterCreateResponse ¶
type NullableCategoryFilterCreateResponse struct {
// contains filtered or unexported fields
}
func NewNullableCategoryFilterCreateResponse ¶
func NewNullableCategoryFilterCreateResponse(val *CategoryFilterCreateResponse) *NullableCategoryFilterCreateResponse
func (NullableCategoryFilterCreateResponse) Get ¶
func (v NullableCategoryFilterCreateResponse) Get() *CategoryFilterCreateResponse
func (NullableCategoryFilterCreateResponse) IsSet ¶
func (v NullableCategoryFilterCreateResponse) IsSet() bool
func (NullableCategoryFilterCreateResponse) MarshalJSON ¶
func (v NullableCategoryFilterCreateResponse) MarshalJSON() ([]byte, error)
func (*NullableCategoryFilterCreateResponse) Set ¶
func (v *NullableCategoryFilterCreateResponse) Set(val *CategoryFilterCreateResponse)
func (*NullableCategoryFilterCreateResponse) UnmarshalJSON ¶
func (v *NullableCategoryFilterCreateResponse) UnmarshalJSON(src []byte) error
func (*NullableCategoryFilterCreateResponse) Unset ¶
func (v *NullableCategoryFilterCreateResponse) Unset()
type NullableCategoryFilterMultiResponse ¶
type NullableCategoryFilterMultiResponse struct {
// contains filtered or unexported fields
}
func NewNullableCategoryFilterMultiResponse ¶
func NewNullableCategoryFilterMultiResponse(val *CategoryFilterMultiResponse) *NullableCategoryFilterMultiResponse
func (NullableCategoryFilterMultiResponse) Get ¶
func (v NullableCategoryFilterMultiResponse) Get() *CategoryFilterMultiResponse
func (NullableCategoryFilterMultiResponse) IsSet ¶
func (v NullableCategoryFilterMultiResponse) IsSet() bool
func (NullableCategoryFilterMultiResponse) MarshalJSON ¶
func (v NullableCategoryFilterMultiResponse) MarshalJSON() ([]byte, error)
func (*NullableCategoryFilterMultiResponse) Set ¶
func (v *NullableCategoryFilterMultiResponse) Set(val *CategoryFilterMultiResponse)
func (*NullableCategoryFilterMultiResponse) UnmarshalJSON ¶
func (v *NullableCategoryFilterMultiResponse) UnmarshalJSON(src []byte) error
func (*NullableCategoryFilterMultiResponse) Unset ¶
func (v *NullableCategoryFilterMultiResponse) Unset()
type NullableCategoryFilterReadResponse ¶
type NullableCategoryFilterReadResponse struct {
// contains filtered or unexported fields
}
func NewNullableCategoryFilterReadResponse ¶
func NewNullableCategoryFilterReadResponse(val *CategoryFilterReadResponse) *NullableCategoryFilterReadResponse
func (NullableCategoryFilterReadResponse) Get ¶
func (v NullableCategoryFilterReadResponse) Get() *CategoryFilterReadResponse
func (NullableCategoryFilterReadResponse) IsSet ¶
func (v NullableCategoryFilterReadResponse) IsSet() bool
func (NullableCategoryFilterReadResponse) MarshalJSON ¶
func (v NullableCategoryFilterReadResponse) MarshalJSON() ([]byte, error)
func (*NullableCategoryFilterReadResponse) Set ¶
func (v *NullableCategoryFilterReadResponse) Set(val *CategoryFilterReadResponse)
func (*NullableCategoryFilterReadResponse) UnmarshalJSON ¶
func (v *NullableCategoryFilterReadResponse) UnmarshalJSON(src []byte) error
func (*NullableCategoryFilterReadResponse) Unset ¶
func (v *NullableCategoryFilterReadResponse) Unset()
type NullableCategoryFilterUpdateResponse ¶
type NullableCategoryFilterUpdateResponse struct {
// contains filtered or unexported fields
}
func NewNullableCategoryFilterUpdateResponse ¶
func NewNullableCategoryFilterUpdateResponse(val *CategoryFilterUpdateResponse) *NullableCategoryFilterUpdateResponse
func (NullableCategoryFilterUpdateResponse) Get ¶
func (v NullableCategoryFilterUpdateResponse) Get() *CategoryFilterUpdateResponse
func (NullableCategoryFilterUpdateResponse) IsSet ¶
func (v NullableCategoryFilterUpdateResponse) IsSet() bool
func (NullableCategoryFilterUpdateResponse) MarshalJSON ¶
func (v NullableCategoryFilterUpdateResponse) MarshalJSON() ([]byte, error)
func (*NullableCategoryFilterUpdateResponse) Set ¶
func (v *NullableCategoryFilterUpdateResponse) Set(val *CategoryFilterUpdateResponse)
func (*NullableCategoryFilterUpdateResponse) UnmarshalJSON ¶
func (v *NullableCategoryFilterUpdateResponse) UnmarshalJSON(src []byte) error
func (*NullableCategoryFilterUpdateResponse) Unset ¶
func (v *NullableCategoryFilterUpdateResponse) Unset()
type NullableCategoryFiltersCreateCategoryFilter400Response ¶
type NullableCategoryFiltersCreateCategoryFilter400Response struct {
// contains filtered or unexported fields
}
func NewNullableCategoryFiltersCreateCategoryFilter400Response ¶
func NewNullableCategoryFiltersCreateCategoryFilter400Response(val *CategoryFiltersCreateCategoryFilter400Response) *NullableCategoryFiltersCreateCategoryFilter400Response
func (NullableCategoryFiltersCreateCategoryFilter400Response) IsSet ¶
func (v NullableCategoryFiltersCreateCategoryFilter400Response) IsSet() bool
func (NullableCategoryFiltersCreateCategoryFilter400Response) MarshalJSON ¶
func (v NullableCategoryFiltersCreateCategoryFilter400Response) MarshalJSON() ([]byte, error)
func (*NullableCategoryFiltersCreateCategoryFilter400Response) UnmarshalJSON ¶
func (v *NullableCategoryFiltersCreateCategoryFilter400Response) UnmarshalJSON(src []byte) error
func (*NullableCategoryFiltersCreateCategoryFilter400Response) Unset ¶
func (v *NullableCategoryFiltersCreateCategoryFilter400Response) Unset()
type NullableCategoryFiltersCreateCategoryFilter400ResponseError ¶
type NullableCategoryFiltersCreateCategoryFilter400ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableCategoryFiltersCreateCategoryFilter400ResponseError ¶
func NewNullableCategoryFiltersCreateCategoryFilter400ResponseError(val *CategoryFiltersCreateCategoryFilter400ResponseError) *NullableCategoryFiltersCreateCategoryFilter400ResponseError
func (NullableCategoryFiltersCreateCategoryFilter400ResponseError) IsSet ¶
func (v NullableCategoryFiltersCreateCategoryFilter400ResponseError) IsSet() bool
func (NullableCategoryFiltersCreateCategoryFilter400ResponseError) MarshalJSON ¶
func (v NullableCategoryFiltersCreateCategoryFilter400ResponseError) MarshalJSON() ([]byte, error)
func (*NullableCategoryFiltersCreateCategoryFilter400ResponseError) UnmarshalJSON ¶
func (v *NullableCategoryFiltersCreateCategoryFilter400ResponseError) UnmarshalJSON(src []byte) error
func (*NullableCategoryFiltersCreateCategoryFilter400ResponseError) Unset ¶
func (v *NullableCategoryFiltersCreateCategoryFilter400ResponseError) Unset()
type NullableCategoryFiltersCreateCategoryFilter409Response ¶
type NullableCategoryFiltersCreateCategoryFilter409Response struct {
// contains filtered or unexported fields
}
func NewNullableCategoryFiltersCreateCategoryFilter409Response ¶
func NewNullableCategoryFiltersCreateCategoryFilter409Response(val *CategoryFiltersCreateCategoryFilter409Response) *NullableCategoryFiltersCreateCategoryFilter409Response
func (NullableCategoryFiltersCreateCategoryFilter409Response) IsSet ¶
func (v NullableCategoryFiltersCreateCategoryFilter409Response) IsSet() bool
func (NullableCategoryFiltersCreateCategoryFilter409Response) MarshalJSON ¶
func (v NullableCategoryFiltersCreateCategoryFilter409Response) MarshalJSON() ([]byte, error)
func (*NullableCategoryFiltersCreateCategoryFilter409Response) UnmarshalJSON ¶
func (v *NullableCategoryFiltersCreateCategoryFilter409Response) UnmarshalJSON(src []byte) error
func (*NullableCategoryFiltersCreateCategoryFilter409Response) Unset ¶
func (v *NullableCategoryFiltersCreateCategoryFilter409Response) Unset()
type NullableCategoryFiltersCreateCategoryFilter409ResponseError ¶
type NullableCategoryFiltersCreateCategoryFilter409ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableCategoryFiltersCreateCategoryFilter409ResponseError ¶
func NewNullableCategoryFiltersCreateCategoryFilter409ResponseError(val *CategoryFiltersCreateCategoryFilter409ResponseError) *NullableCategoryFiltersCreateCategoryFilter409ResponseError
func (NullableCategoryFiltersCreateCategoryFilter409ResponseError) IsSet ¶
func (v NullableCategoryFiltersCreateCategoryFilter409ResponseError) IsSet() bool
func (NullableCategoryFiltersCreateCategoryFilter409ResponseError) MarshalJSON ¶
func (v NullableCategoryFiltersCreateCategoryFilter409ResponseError) MarshalJSON() ([]byte, error)
func (*NullableCategoryFiltersCreateCategoryFilter409ResponseError) UnmarshalJSON ¶
func (v *NullableCategoryFiltersCreateCategoryFilter409ResponseError) UnmarshalJSON(src []byte) error
func (*NullableCategoryFiltersCreateCategoryFilter409ResponseError) Unset ¶
func (v *NullableCategoryFiltersCreateCategoryFilter409ResponseError) Unset()
type NullableCategoryFiltersDeleteCategoryFilters400Response ¶
type NullableCategoryFiltersDeleteCategoryFilters400Response struct {
// contains filtered or unexported fields
}
func NewNullableCategoryFiltersDeleteCategoryFilters400Response ¶
func NewNullableCategoryFiltersDeleteCategoryFilters400Response(val *CategoryFiltersDeleteCategoryFilters400Response) *NullableCategoryFiltersDeleteCategoryFilters400Response
func (NullableCategoryFiltersDeleteCategoryFilters400Response) IsSet ¶
func (v NullableCategoryFiltersDeleteCategoryFilters400Response) IsSet() bool
func (NullableCategoryFiltersDeleteCategoryFilters400Response) MarshalJSON ¶
func (v NullableCategoryFiltersDeleteCategoryFilters400Response) MarshalJSON() ([]byte, error)
func (*NullableCategoryFiltersDeleteCategoryFilters400Response) UnmarshalJSON ¶
func (v *NullableCategoryFiltersDeleteCategoryFilters400Response) UnmarshalJSON(src []byte) error
func (*NullableCategoryFiltersDeleteCategoryFilters400Response) Unset ¶
func (v *NullableCategoryFiltersDeleteCategoryFilters400Response) Unset()
type NullableCategoryFiltersDeleteCategoryFilters400ResponseError ¶
type NullableCategoryFiltersDeleteCategoryFilters400ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableCategoryFiltersDeleteCategoryFilters400ResponseError ¶
func NewNullableCategoryFiltersDeleteCategoryFilters400ResponseError(val *CategoryFiltersDeleteCategoryFilters400ResponseError) *NullableCategoryFiltersDeleteCategoryFilters400ResponseError
func (NullableCategoryFiltersDeleteCategoryFilters400ResponseError) IsSet ¶
func (v NullableCategoryFiltersDeleteCategoryFilters400ResponseError) IsSet() bool
func (NullableCategoryFiltersDeleteCategoryFilters400ResponseError) MarshalJSON ¶
func (v NullableCategoryFiltersDeleteCategoryFilters400ResponseError) MarshalJSON() ([]byte, error)
func (*NullableCategoryFiltersDeleteCategoryFilters400ResponseError) UnmarshalJSON ¶
func (v *NullableCategoryFiltersDeleteCategoryFilters400ResponseError) UnmarshalJSON(src []byte) error
func (*NullableCategoryFiltersDeleteCategoryFilters400ResponseError) Unset ¶
func (v *NullableCategoryFiltersDeleteCategoryFilters400ResponseError) Unset()
type NullableCategoryFiltersDeleteRequest ¶
type NullableCategoryFiltersDeleteRequest struct {
// contains filtered or unexported fields
}
func NewNullableCategoryFiltersDeleteRequest ¶
func NewNullableCategoryFiltersDeleteRequest(val *CategoryFiltersDeleteRequest) *NullableCategoryFiltersDeleteRequest
func (NullableCategoryFiltersDeleteRequest) Get ¶
func (v NullableCategoryFiltersDeleteRequest) Get() *CategoryFiltersDeleteRequest
func (NullableCategoryFiltersDeleteRequest) IsSet ¶
func (v NullableCategoryFiltersDeleteRequest) IsSet() bool
func (NullableCategoryFiltersDeleteRequest) MarshalJSON ¶
func (v NullableCategoryFiltersDeleteRequest) MarshalJSON() ([]byte, error)
func (*NullableCategoryFiltersDeleteRequest) Set ¶
func (v *NullableCategoryFiltersDeleteRequest) Set(val *CategoryFiltersDeleteRequest)
func (*NullableCategoryFiltersDeleteRequest) UnmarshalJSON ¶
func (v *NullableCategoryFiltersDeleteRequest) UnmarshalJSON(src []byte) error
func (*NullableCategoryFiltersDeleteRequest) Unset ¶
func (v *NullableCategoryFiltersDeleteRequest) Unset()
type NullableCategoryFiltersReadCategoryFilter404Response ¶
type NullableCategoryFiltersReadCategoryFilter404Response struct {
// contains filtered or unexported fields
}
func NewNullableCategoryFiltersReadCategoryFilter404Response ¶
func NewNullableCategoryFiltersReadCategoryFilter404Response(val *CategoryFiltersReadCategoryFilter404Response) *NullableCategoryFiltersReadCategoryFilter404Response
func (NullableCategoryFiltersReadCategoryFilter404Response) IsSet ¶
func (v NullableCategoryFiltersReadCategoryFilter404Response) IsSet() bool
func (NullableCategoryFiltersReadCategoryFilter404Response) MarshalJSON ¶
func (v NullableCategoryFiltersReadCategoryFilter404Response) MarshalJSON() ([]byte, error)
func (*NullableCategoryFiltersReadCategoryFilter404Response) UnmarshalJSON ¶
func (v *NullableCategoryFiltersReadCategoryFilter404Response) UnmarshalJSON(src []byte) error
func (*NullableCategoryFiltersReadCategoryFilter404Response) Unset ¶
func (v *NullableCategoryFiltersReadCategoryFilter404Response) Unset()
type NullableCategoryFiltersReadCategoryFilter404ResponseError ¶
type NullableCategoryFiltersReadCategoryFilter404ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableCategoryFiltersReadCategoryFilter404ResponseError ¶
func NewNullableCategoryFiltersReadCategoryFilter404ResponseError(val *CategoryFiltersReadCategoryFilter404ResponseError) *NullableCategoryFiltersReadCategoryFilter404ResponseError
func (NullableCategoryFiltersReadCategoryFilter404ResponseError) IsSet ¶
func (v NullableCategoryFiltersReadCategoryFilter404ResponseError) IsSet() bool
func (NullableCategoryFiltersReadCategoryFilter404ResponseError) MarshalJSON ¶
func (v NullableCategoryFiltersReadCategoryFilter404ResponseError) MarshalJSON() ([]byte, error)
func (*NullableCategoryFiltersReadCategoryFilter404ResponseError) UnmarshalJSON ¶
func (v *NullableCategoryFiltersReadCategoryFilter404ResponseError) UnmarshalJSON(src []byte) error
func (*NullableCategoryFiltersReadCategoryFilter404ResponseError) Unset ¶
func (v *NullableCategoryFiltersReadCategoryFilter404ResponseError) Unset()
type NullableContentCategory ¶
type NullableContentCategory struct {
// contains filtered or unexported fields
}
func NewNullableContentCategory ¶
func NewNullableContentCategory(val *ContentCategory) *NullableContentCategory
func (NullableContentCategory) Get ¶
func (v NullableContentCategory) Get() *ContentCategory
func (NullableContentCategory) IsSet ¶
func (v NullableContentCategory) IsSet() bool
func (NullableContentCategory) MarshalJSON ¶
func (v NullableContentCategory) MarshalJSON() ([]byte, error)
func (*NullableContentCategory) Set ¶
func (v *NullableContentCategory) Set(val *ContentCategory)
func (*NullableContentCategory) UnmarshalJSON ¶
func (v *NullableContentCategory) UnmarshalJSON(src []byte) error
func (*NullableContentCategory) Unset ¶
func (v *NullableContentCategory) Unset()
type NullableContentCategoryMultiResponse ¶
type NullableContentCategoryMultiResponse struct {
// contains filtered or unexported fields
}
func NewNullableContentCategoryMultiResponse ¶
func NewNullableContentCategoryMultiResponse(val *ContentCategoryMultiResponse) *NullableContentCategoryMultiResponse
func (NullableContentCategoryMultiResponse) Get ¶
func (v NullableContentCategoryMultiResponse) Get() *ContentCategoryMultiResponse
func (NullableContentCategoryMultiResponse) IsSet ¶
func (v NullableContentCategoryMultiResponse) IsSet() bool
func (NullableContentCategoryMultiResponse) MarshalJSON ¶
func (v NullableContentCategoryMultiResponse) MarshalJSON() ([]byte, error)
func (*NullableContentCategoryMultiResponse) Set ¶
func (v *NullableContentCategoryMultiResponse) Set(val *ContentCategoryMultiResponse)
func (*NullableContentCategoryMultiResponse) UnmarshalJSON ¶
func (v *NullableContentCategoryMultiResponse) UnmarshalJSON(src []byte) error
func (*NullableContentCategoryMultiResponse) Unset ¶
func (v *NullableContentCategoryMultiResponse) 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 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 NullableInternalDomainListsCreateInternalDomains400Response ¶
type NullableInternalDomainListsCreateInternalDomains400Response struct {
// contains filtered or unexported fields
}
func NewNullableInternalDomainListsCreateInternalDomains400Response ¶
func NewNullableInternalDomainListsCreateInternalDomains400Response(val *InternalDomainListsCreateInternalDomains400Response) *NullableInternalDomainListsCreateInternalDomains400Response
func (NullableInternalDomainListsCreateInternalDomains400Response) IsSet ¶
func (v NullableInternalDomainListsCreateInternalDomains400Response) IsSet() bool
func (NullableInternalDomainListsCreateInternalDomains400Response) MarshalJSON ¶
func (v NullableInternalDomainListsCreateInternalDomains400Response) MarshalJSON() ([]byte, error)
func (*NullableInternalDomainListsCreateInternalDomains400Response) UnmarshalJSON ¶
func (v *NullableInternalDomainListsCreateInternalDomains400Response) UnmarshalJSON(src []byte) error
func (*NullableInternalDomainListsCreateInternalDomains400Response) Unset ¶
func (v *NullableInternalDomainListsCreateInternalDomains400Response) Unset()
type NullableInternalDomainListsCreateInternalDomains400ResponseError ¶
type NullableInternalDomainListsCreateInternalDomains400ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableInternalDomainListsCreateInternalDomains400ResponseError ¶
func NewNullableInternalDomainListsCreateInternalDomains400ResponseError(val *InternalDomainListsCreateInternalDomains400ResponseError) *NullableInternalDomainListsCreateInternalDomains400ResponseError
func (NullableInternalDomainListsCreateInternalDomains400ResponseError) IsSet ¶
func (v NullableInternalDomainListsCreateInternalDomains400ResponseError) IsSet() bool
func (NullableInternalDomainListsCreateInternalDomains400ResponseError) MarshalJSON ¶
func (v NullableInternalDomainListsCreateInternalDomains400ResponseError) MarshalJSON() ([]byte, error)
func (*NullableInternalDomainListsCreateInternalDomains400ResponseError) UnmarshalJSON ¶
func (v *NullableInternalDomainListsCreateInternalDomains400ResponseError) UnmarshalJSON(src []byte) error
func (*NullableInternalDomainListsCreateInternalDomains400ResponseError) Unset ¶
func (v *NullableInternalDomainListsCreateInternalDomains400ResponseError) Unset()
type NullableInternalDomainListsCreateInternalDomains409Response ¶
type NullableInternalDomainListsCreateInternalDomains409Response struct {
// contains filtered or unexported fields
}
func NewNullableInternalDomainListsCreateInternalDomains409Response ¶
func NewNullableInternalDomainListsCreateInternalDomains409Response(val *InternalDomainListsCreateInternalDomains409Response) *NullableInternalDomainListsCreateInternalDomains409Response
func (NullableInternalDomainListsCreateInternalDomains409Response) IsSet ¶
func (v NullableInternalDomainListsCreateInternalDomains409Response) IsSet() bool
func (NullableInternalDomainListsCreateInternalDomains409Response) MarshalJSON ¶
func (v NullableInternalDomainListsCreateInternalDomains409Response) MarshalJSON() ([]byte, error)
func (*NullableInternalDomainListsCreateInternalDomains409Response) UnmarshalJSON ¶
func (v *NullableInternalDomainListsCreateInternalDomains409Response) UnmarshalJSON(src []byte) error
func (*NullableInternalDomainListsCreateInternalDomains409Response) Unset ¶
func (v *NullableInternalDomainListsCreateInternalDomains409Response) Unset()
type NullableInternalDomainListsCreateInternalDomains409ResponseError ¶
type NullableInternalDomainListsCreateInternalDomains409ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableInternalDomainListsCreateInternalDomains409ResponseError ¶
func NewNullableInternalDomainListsCreateInternalDomains409ResponseError(val *InternalDomainListsCreateInternalDomains409ResponseError) *NullableInternalDomainListsCreateInternalDomains409ResponseError
func (NullableInternalDomainListsCreateInternalDomains409ResponseError) IsSet ¶
func (v NullableInternalDomainListsCreateInternalDomains409ResponseError) IsSet() bool
func (NullableInternalDomainListsCreateInternalDomains409ResponseError) MarshalJSON ¶
func (v NullableInternalDomainListsCreateInternalDomains409ResponseError) MarshalJSON() ([]byte, error)
func (*NullableInternalDomainListsCreateInternalDomains409ResponseError) UnmarshalJSON ¶
func (v *NullableInternalDomainListsCreateInternalDomains409ResponseError) UnmarshalJSON(src []byte) error
func (*NullableInternalDomainListsCreateInternalDomains409ResponseError) Unset ¶
func (v *NullableInternalDomainListsCreateInternalDomains409ResponseError) Unset()
type NullableInternalDomainListsDeleteInternalDomains400Response ¶
type NullableInternalDomainListsDeleteInternalDomains400Response struct {
// contains filtered or unexported fields
}
func NewNullableInternalDomainListsDeleteInternalDomains400Response ¶
func NewNullableInternalDomainListsDeleteInternalDomains400Response(val *InternalDomainListsDeleteInternalDomains400Response) *NullableInternalDomainListsDeleteInternalDomains400Response
func (NullableInternalDomainListsDeleteInternalDomains400Response) IsSet ¶
func (v NullableInternalDomainListsDeleteInternalDomains400Response) IsSet() bool
func (NullableInternalDomainListsDeleteInternalDomains400Response) MarshalJSON ¶
func (v NullableInternalDomainListsDeleteInternalDomains400Response) MarshalJSON() ([]byte, error)
func (*NullableInternalDomainListsDeleteInternalDomains400Response) UnmarshalJSON ¶
func (v *NullableInternalDomainListsDeleteInternalDomains400Response) UnmarshalJSON(src []byte) error
func (*NullableInternalDomainListsDeleteInternalDomains400Response) Unset ¶
func (v *NullableInternalDomainListsDeleteInternalDomains400Response) Unset()
type NullableInternalDomainListsDeleteInternalDomains400ResponseError ¶
type NullableInternalDomainListsDeleteInternalDomains400ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableInternalDomainListsDeleteInternalDomains400ResponseError ¶
func NewNullableInternalDomainListsDeleteInternalDomains400ResponseError(val *InternalDomainListsDeleteInternalDomains400ResponseError) *NullableInternalDomainListsDeleteInternalDomains400ResponseError
func (NullableInternalDomainListsDeleteInternalDomains400ResponseError) IsSet ¶
func (v NullableInternalDomainListsDeleteInternalDomains400ResponseError) IsSet() bool
func (NullableInternalDomainListsDeleteInternalDomains400ResponseError) MarshalJSON ¶
func (v NullableInternalDomainListsDeleteInternalDomains400ResponseError) MarshalJSON() ([]byte, error)
func (*NullableInternalDomainListsDeleteInternalDomains400ResponseError) UnmarshalJSON ¶
func (v *NullableInternalDomainListsDeleteInternalDomains400ResponseError) UnmarshalJSON(src []byte) error
func (*NullableInternalDomainListsDeleteInternalDomains400ResponseError) Unset ¶
func (v *NullableInternalDomainListsDeleteInternalDomains400ResponseError) Unset()
type NullableInternalDomainListsDeleteInternalDomains404Response ¶
type NullableInternalDomainListsDeleteInternalDomains404Response struct {
// contains filtered or unexported fields
}
func NewNullableInternalDomainListsDeleteInternalDomains404Response ¶
func NewNullableInternalDomainListsDeleteInternalDomains404Response(val *InternalDomainListsDeleteInternalDomains404Response) *NullableInternalDomainListsDeleteInternalDomains404Response
func (NullableInternalDomainListsDeleteInternalDomains404Response) IsSet ¶
func (v NullableInternalDomainListsDeleteInternalDomains404Response) IsSet() bool
func (NullableInternalDomainListsDeleteInternalDomains404Response) MarshalJSON ¶
func (v NullableInternalDomainListsDeleteInternalDomains404Response) MarshalJSON() ([]byte, error)
func (*NullableInternalDomainListsDeleteInternalDomains404Response) UnmarshalJSON ¶
func (v *NullableInternalDomainListsDeleteInternalDomains404Response) UnmarshalJSON(src []byte) error
func (*NullableInternalDomainListsDeleteInternalDomains404Response) Unset ¶
func (v *NullableInternalDomainListsDeleteInternalDomains404Response) Unset()
type NullableInternalDomainListsDeleteInternalDomains404ResponseError ¶
type NullableInternalDomainListsDeleteInternalDomains404ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableInternalDomainListsDeleteInternalDomains404ResponseError ¶
func NewNullableInternalDomainListsDeleteInternalDomains404ResponseError(val *InternalDomainListsDeleteInternalDomains404ResponseError) *NullableInternalDomainListsDeleteInternalDomains404ResponseError
func (NullableInternalDomainListsDeleteInternalDomains404ResponseError) IsSet ¶
func (v NullableInternalDomainListsDeleteInternalDomains404ResponseError) IsSet() bool
func (NullableInternalDomainListsDeleteInternalDomains404ResponseError) MarshalJSON ¶
func (v NullableInternalDomainListsDeleteInternalDomains404ResponseError) MarshalJSON() ([]byte, error)
func (*NullableInternalDomainListsDeleteInternalDomains404ResponseError) UnmarshalJSON ¶
func (v *NullableInternalDomainListsDeleteInternalDomains404ResponseError) UnmarshalJSON(src []byte) error
func (*NullableInternalDomainListsDeleteInternalDomains404ResponseError) Unset ¶
func (v *NullableInternalDomainListsDeleteInternalDomains404ResponseError) Unset()
type NullableInternalDomainListsDeleteSingleInternalDomains400Response ¶
type NullableInternalDomainListsDeleteSingleInternalDomains400Response struct {
// contains filtered or unexported fields
}
func NewNullableInternalDomainListsDeleteSingleInternalDomains400Response ¶
func NewNullableInternalDomainListsDeleteSingleInternalDomains400Response(val *InternalDomainListsDeleteSingleInternalDomains400Response) *NullableInternalDomainListsDeleteSingleInternalDomains400Response
func (NullableInternalDomainListsDeleteSingleInternalDomains400Response) IsSet ¶
func (v NullableInternalDomainListsDeleteSingleInternalDomains400Response) IsSet() bool
func (NullableInternalDomainListsDeleteSingleInternalDomains400Response) MarshalJSON ¶
func (v NullableInternalDomainListsDeleteSingleInternalDomains400Response) MarshalJSON() ([]byte, error)
func (*NullableInternalDomainListsDeleteSingleInternalDomains400Response) UnmarshalJSON ¶
func (v *NullableInternalDomainListsDeleteSingleInternalDomains400Response) UnmarshalJSON(src []byte) error
func (*NullableInternalDomainListsDeleteSingleInternalDomains400Response) Unset ¶
func (v *NullableInternalDomainListsDeleteSingleInternalDomains400Response) Unset()
type NullableInternalDomainListsDeleteSingleInternalDomains400ResponseError ¶
type NullableInternalDomainListsDeleteSingleInternalDomains400ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableInternalDomainListsDeleteSingleInternalDomains400ResponseError ¶
func NewNullableInternalDomainListsDeleteSingleInternalDomains400ResponseError(val *InternalDomainListsDeleteSingleInternalDomains400ResponseError) *NullableInternalDomainListsDeleteSingleInternalDomains400ResponseError
func (NullableInternalDomainListsDeleteSingleInternalDomains400ResponseError) MarshalJSON ¶
func (v NullableInternalDomainListsDeleteSingleInternalDomains400ResponseError) MarshalJSON() ([]byte, error)
func (*NullableInternalDomainListsDeleteSingleInternalDomains400ResponseError) UnmarshalJSON ¶
func (v *NullableInternalDomainListsDeleteSingleInternalDomains400ResponseError) UnmarshalJSON(src []byte) error
func (*NullableInternalDomainListsDeleteSingleInternalDomains400ResponseError) Unset ¶
func (v *NullableInternalDomainListsDeleteSingleInternalDomains400ResponseError) Unset()
type NullableInternalDomainListsInternalDomainsItemsPartialUpdate400Response ¶
type NullableInternalDomainListsInternalDomainsItemsPartialUpdate400Response struct {
// contains filtered or unexported fields
}
func NewNullableInternalDomainListsInternalDomainsItemsPartialUpdate400Response ¶
func NewNullableInternalDomainListsInternalDomainsItemsPartialUpdate400Response(val *InternalDomainListsInternalDomainsItemsPartialUpdate400Response) *NullableInternalDomainListsInternalDomainsItemsPartialUpdate400Response
func (NullableInternalDomainListsInternalDomainsItemsPartialUpdate400Response) MarshalJSON ¶
func (v NullableInternalDomainListsInternalDomainsItemsPartialUpdate400Response) MarshalJSON() ([]byte, error)
func (*NullableInternalDomainListsInternalDomainsItemsPartialUpdate400Response) UnmarshalJSON ¶
func (v *NullableInternalDomainListsInternalDomainsItemsPartialUpdate400Response) UnmarshalJSON(src []byte) error
func (*NullableInternalDomainListsInternalDomainsItemsPartialUpdate400Response) Unset ¶
func (v *NullableInternalDomainListsInternalDomainsItemsPartialUpdate400Response) Unset()
type NullableInternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError ¶
type NullableInternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableInternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError ¶
func NewNullableInternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError(val *InternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) *NullableInternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError
func (NullableInternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) MarshalJSON ¶
func (v NullableInternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) MarshalJSON() ([]byte, error)
func (*NullableInternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) UnmarshalJSON ¶
func (v *NullableInternalDomainListsInternalDomainsItemsPartialUpdate400ResponseError) UnmarshalJSON(src []byte) error
type NullableInternalDomainListsInternalDomainsItemsPartialUpdate404Response ¶
type NullableInternalDomainListsInternalDomainsItemsPartialUpdate404Response struct {
// contains filtered or unexported fields
}
func NewNullableInternalDomainListsInternalDomainsItemsPartialUpdate404Response ¶
func NewNullableInternalDomainListsInternalDomainsItemsPartialUpdate404Response(val *InternalDomainListsInternalDomainsItemsPartialUpdate404Response) *NullableInternalDomainListsInternalDomainsItemsPartialUpdate404Response
func (NullableInternalDomainListsInternalDomainsItemsPartialUpdate404Response) MarshalJSON ¶
func (v NullableInternalDomainListsInternalDomainsItemsPartialUpdate404Response) MarshalJSON() ([]byte, error)
func (*NullableInternalDomainListsInternalDomainsItemsPartialUpdate404Response) UnmarshalJSON ¶
func (v *NullableInternalDomainListsInternalDomainsItemsPartialUpdate404Response) UnmarshalJSON(src []byte) error
func (*NullableInternalDomainListsInternalDomainsItemsPartialUpdate404Response) Unset ¶
func (v *NullableInternalDomainListsInternalDomainsItemsPartialUpdate404Response) Unset()
type NullableInternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError ¶
type NullableInternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableInternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError ¶
func NewNullableInternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError(val *InternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) *NullableInternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError
func (NullableInternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) MarshalJSON ¶
func (v NullableInternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) MarshalJSON() ([]byte, error)
func (*NullableInternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) UnmarshalJSON ¶
func (v *NullableInternalDomainListsInternalDomainsItemsPartialUpdate404ResponseError) UnmarshalJSON(src []byte) error
type NullableInternalDomainListsReadInternalDomains404Response ¶
type NullableInternalDomainListsReadInternalDomains404Response struct {
// contains filtered or unexported fields
}
func NewNullableInternalDomainListsReadInternalDomains404Response ¶
func NewNullableInternalDomainListsReadInternalDomains404Response(val *InternalDomainListsReadInternalDomains404Response) *NullableInternalDomainListsReadInternalDomains404Response
func (NullableInternalDomainListsReadInternalDomains404Response) IsSet ¶
func (v NullableInternalDomainListsReadInternalDomains404Response) IsSet() bool
func (NullableInternalDomainListsReadInternalDomains404Response) MarshalJSON ¶
func (v NullableInternalDomainListsReadInternalDomains404Response) MarshalJSON() ([]byte, error)
func (*NullableInternalDomainListsReadInternalDomains404Response) UnmarshalJSON ¶
func (v *NullableInternalDomainListsReadInternalDomains404Response) UnmarshalJSON(src []byte) error
func (*NullableInternalDomainListsReadInternalDomains404Response) Unset ¶
func (v *NullableInternalDomainListsReadInternalDomains404Response) Unset()
type NullableInternalDomainListsReadInternalDomains404ResponseError ¶
type NullableInternalDomainListsReadInternalDomains404ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableInternalDomainListsReadInternalDomains404ResponseError ¶
func NewNullableInternalDomainListsReadInternalDomains404ResponseError(val *InternalDomainListsReadInternalDomains404ResponseError) *NullableInternalDomainListsReadInternalDomains404ResponseError
func (NullableInternalDomainListsReadInternalDomains404ResponseError) IsSet ¶
func (v NullableInternalDomainListsReadInternalDomains404ResponseError) IsSet() bool
func (NullableInternalDomainListsReadInternalDomains404ResponseError) MarshalJSON ¶
func (v NullableInternalDomainListsReadInternalDomains404ResponseError) MarshalJSON() ([]byte, error)
func (*NullableInternalDomainListsReadInternalDomains404ResponseError) UnmarshalJSON ¶
func (v *NullableInternalDomainListsReadInternalDomains404ResponseError) UnmarshalJSON(src []byte) error
func (*NullableInternalDomainListsReadInternalDomains404ResponseError) Unset ¶
func (v *NullableInternalDomainListsReadInternalDomains404ResponseError) Unset()
type NullableInternalDomainListsUpdateInternalDomains400Response ¶
type NullableInternalDomainListsUpdateInternalDomains400Response struct {
// contains filtered or unexported fields
}
func NewNullableInternalDomainListsUpdateInternalDomains400Response ¶
func NewNullableInternalDomainListsUpdateInternalDomains400Response(val *InternalDomainListsUpdateInternalDomains400Response) *NullableInternalDomainListsUpdateInternalDomains400Response
func (NullableInternalDomainListsUpdateInternalDomains400Response) IsSet ¶
func (v NullableInternalDomainListsUpdateInternalDomains400Response) IsSet() bool
func (NullableInternalDomainListsUpdateInternalDomains400Response) MarshalJSON ¶
func (v NullableInternalDomainListsUpdateInternalDomains400Response) MarshalJSON() ([]byte, error)
func (*NullableInternalDomainListsUpdateInternalDomains400Response) UnmarshalJSON ¶
func (v *NullableInternalDomainListsUpdateInternalDomains400Response) UnmarshalJSON(src []byte) error
func (*NullableInternalDomainListsUpdateInternalDomains400Response) Unset ¶
func (v *NullableInternalDomainListsUpdateInternalDomains400Response) Unset()
type NullableInternalDomainListsUpdateInternalDomains400ResponseError ¶
type NullableInternalDomainListsUpdateInternalDomains400ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableInternalDomainListsUpdateInternalDomains400ResponseError ¶
func NewNullableInternalDomainListsUpdateInternalDomains400ResponseError(val *InternalDomainListsUpdateInternalDomains400ResponseError) *NullableInternalDomainListsUpdateInternalDomains400ResponseError
func (NullableInternalDomainListsUpdateInternalDomains400ResponseError) IsSet ¶
func (v NullableInternalDomainListsUpdateInternalDomains400ResponseError) IsSet() bool
func (NullableInternalDomainListsUpdateInternalDomains400ResponseError) MarshalJSON ¶
func (v NullableInternalDomainListsUpdateInternalDomains400ResponseError) MarshalJSON() ([]byte, error)
func (*NullableInternalDomainListsUpdateInternalDomains400ResponseError) UnmarshalJSON ¶
func (v *NullableInternalDomainListsUpdateInternalDomains400ResponseError) UnmarshalJSON(src []byte) error
func (*NullableInternalDomainListsUpdateInternalDomains400ResponseError) Unset ¶
func (v *NullableInternalDomainListsUpdateInternalDomains400ResponseError) Unset()
type NullableInternalDomainListsUpdateInternalDomains404Response ¶
type NullableInternalDomainListsUpdateInternalDomains404Response struct {
// contains filtered or unexported fields
}
func NewNullableInternalDomainListsUpdateInternalDomains404Response ¶
func NewNullableInternalDomainListsUpdateInternalDomains404Response(val *InternalDomainListsUpdateInternalDomains404Response) *NullableInternalDomainListsUpdateInternalDomains404Response
func (NullableInternalDomainListsUpdateInternalDomains404Response) IsSet ¶
func (v NullableInternalDomainListsUpdateInternalDomains404Response) IsSet() bool
func (NullableInternalDomainListsUpdateInternalDomains404Response) MarshalJSON ¶
func (v NullableInternalDomainListsUpdateInternalDomains404Response) MarshalJSON() ([]byte, error)
func (*NullableInternalDomainListsUpdateInternalDomains404Response) UnmarshalJSON ¶
func (v *NullableInternalDomainListsUpdateInternalDomains404Response) UnmarshalJSON(src []byte) error
func (*NullableInternalDomainListsUpdateInternalDomains404Response) Unset ¶
func (v *NullableInternalDomainListsUpdateInternalDomains404Response) Unset()
type NullableInternalDomainListsUpdateInternalDomains404ResponseError ¶
type NullableInternalDomainListsUpdateInternalDomains404ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableInternalDomainListsUpdateInternalDomains404ResponseError ¶
func NewNullableInternalDomainListsUpdateInternalDomains404ResponseError(val *InternalDomainListsUpdateInternalDomains404ResponseError) *NullableInternalDomainListsUpdateInternalDomains404ResponseError
func (NullableInternalDomainListsUpdateInternalDomains404ResponseError) IsSet ¶
func (v NullableInternalDomainListsUpdateInternalDomains404ResponseError) IsSet() bool
func (NullableInternalDomainListsUpdateInternalDomains404ResponseError) MarshalJSON ¶
func (v NullableInternalDomainListsUpdateInternalDomains404ResponseError) MarshalJSON() ([]byte, error)
func (*NullableInternalDomainListsUpdateInternalDomains404ResponseError) UnmarshalJSON ¶
func (v *NullableInternalDomainListsUpdateInternalDomains404ResponseError) UnmarshalJSON(src []byte) error
func (*NullableInternalDomainListsUpdateInternalDomains404ResponseError) Unset ¶
func (v *NullableInternalDomainListsUpdateInternalDomains404ResponseError) Unset()
type NullableInternalDomains ¶
type NullableInternalDomains struct {
// contains filtered or unexported fields
}
func NewNullableInternalDomains ¶
func NewNullableInternalDomains(val *InternalDomains) *NullableInternalDomains
func (NullableInternalDomains) Get ¶
func (v NullableInternalDomains) Get() *InternalDomains
func (NullableInternalDomains) IsSet ¶
func (v NullableInternalDomains) IsSet() bool
func (NullableInternalDomains) MarshalJSON ¶
func (v NullableInternalDomains) MarshalJSON() ([]byte, error)
func (*NullableInternalDomains) Set ¶
func (v *NullableInternalDomains) Set(val *InternalDomains)
func (*NullableInternalDomains) UnmarshalJSON ¶
func (v *NullableInternalDomains) UnmarshalJSON(src []byte) error
func (*NullableInternalDomains) Unset ¶
func (v *NullableInternalDomains) Unset()
type NullableInternalDomainsCreateResponse ¶
type NullableInternalDomainsCreateResponse struct {
// contains filtered or unexported fields
}
func NewNullableInternalDomainsCreateResponse ¶
func NewNullableInternalDomainsCreateResponse(val *InternalDomainsCreateResponse) *NullableInternalDomainsCreateResponse
func (NullableInternalDomainsCreateResponse) Get ¶
func (v NullableInternalDomainsCreateResponse) Get() *InternalDomainsCreateResponse
func (NullableInternalDomainsCreateResponse) IsSet ¶
func (v NullableInternalDomainsCreateResponse) IsSet() bool
func (NullableInternalDomainsCreateResponse) MarshalJSON ¶
func (v NullableInternalDomainsCreateResponse) MarshalJSON() ([]byte, error)
func (*NullableInternalDomainsCreateResponse) Set ¶
func (v *NullableInternalDomainsCreateResponse) Set(val *InternalDomainsCreateResponse)
func (*NullableInternalDomainsCreateResponse) UnmarshalJSON ¶
func (v *NullableInternalDomainsCreateResponse) UnmarshalJSON(src []byte) error
func (*NullableInternalDomainsCreateResponse) Unset ¶
func (v *NullableInternalDomainsCreateResponse) Unset()
type NullableInternalDomainsDeleteRequest ¶
type NullableInternalDomainsDeleteRequest struct {
// contains filtered or unexported fields
}
func NewNullableInternalDomainsDeleteRequest ¶
func NewNullableInternalDomainsDeleteRequest(val *InternalDomainsDeleteRequest) *NullableInternalDomainsDeleteRequest
func (NullableInternalDomainsDeleteRequest) Get ¶
func (v NullableInternalDomainsDeleteRequest) Get() *InternalDomainsDeleteRequest
func (NullableInternalDomainsDeleteRequest) IsSet ¶
func (v NullableInternalDomainsDeleteRequest) IsSet() bool
func (NullableInternalDomainsDeleteRequest) MarshalJSON ¶
func (v NullableInternalDomainsDeleteRequest) MarshalJSON() ([]byte, error)
func (*NullableInternalDomainsDeleteRequest) Set ¶
func (v *NullableInternalDomainsDeleteRequest) Set(val *InternalDomainsDeleteRequest)
func (*NullableInternalDomainsDeleteRequest) UnmarshalJSON ¶
func (v *NullableInternalDomainsDeleteRequest) UnmarshalJSON(src []byte) error
func (*NullableInternalDomainsDeleteRequest) Unset ¶
func (v *NullableInternalDomainsDeleteRequest) Unset()
type NullableInternalDomainsItems ¶
type NullableInternalDomainsItems struct {
// contains filtered or unexported fields
}
func NewNullableInternalDomainsItems ¶
func NewNullableInternalDomainsItems(val *InternalDomainsItems) *NullableInternalDomainsItems
func (NullableInternalDomainsItems) Get ¶
func (v NullableInternalDomainsItems) Get() *InternalDomainsItems
func (NullableInternalDomainsItems) IsSet ¶
func (v NullableInternalDomainsItems) IsSet() bool
func (NullableInternalDomainsItems) MarshalJSON ¶
func (v NullableInternalDomainsItems) MarshalJSON() ([]byte, error)
func (*NullableInternalDomainsItems) Set ¶
func (v *NullableInternalDomainsItems) Set(val *InternalDomainsItems)
func (*NullableInternalDomainsItems) UnmarshalJSON ¶
func (v *NullableInternalDomainsItems) UnmarshalJSON(src []byte) error
func (*NullableInternalDomainsItems) Unset ¶
func (v *NullableInternalDomainsItems) Unset()
type NullableInternalDomainsMultiResponse ¶
type NullableInternalDomainsMultiResponse struct {
// contains filtered or unexported fields
}
func NewNullableInternalDomainsMultiResponse ¶
func NewNullableInternalDomainsMultiResponse(val *InternalDomainsMultiResponse) *NullableInternalDomainsMultiResponse
func (NullableInternalDomainsMultiResponse) Get ¶
func (v NullableInternalDomainsMultiResponse) Get() *InternalDomainsMultiResponse
func (NullableInternalDomainsMultiResponse) IsSet ¶
func (v NullableInternalDomainsMultiResponse) IsSet() bool
func (NullableInternalDomainsMultiResponse) MarshalJSON ¶
func (v NullableInternalDomainsMultiResponse) MarshalJSON() ([]byte, error)
func (*NullableInternalDomainsMultiResponse) Set ¶
func (v *NullableInternalDomainsMultiResponse) Set(val *InternalDomainsMultiResponse)
func (*NullableInternalDomainsMultiResponse) UnmarshalJSON ¶
func (v *NullableInternalDomainsMultiResponse) UnmarshalJSON(src []byte) error
func (*NullableInternalDomainsMultiResponse) Unset ¶
func (v *NullableInternalDomainsMultiResponse) Unset()
type NullableInternalDomainsReadResponse ¶
type NullableInternalDomainsReadResponse struct {
// contains filtered or unexported fields
}
func NewNullableInternalDomainsReadResponse ¶
func NewNullableInternalDomainsReadResponse(val *InternalDomainsReadResponse) *NullableInternalDomainsReadResponse
func (NullableInternalDomainsReadResponse) Get ¶
func (v NullableInternalDomainsReadResponse) Get() *InternalDomainsReadResponse
func (NullableInternalDomainsReadResponse) IsSet ¶
func (v NullableInternalDomainsReadResponse) IsSet() bool
func (NullableInternalDomainsReadResponse) MarshalJSON ¶
func (v NullableInternalDomainsReadResponse) MarshalJSON() ([]byte, error)
func (*NullableInternalDomainsReadResponse) Set ¶
func (v *NullableInternalDomainsReadResponse) Set(val *InternalDomainsReadResponse)
func (*NullableInternalDomainsReadResponse) UnmarshalJSON ¶
func (v *NullableInternalDomainsReadResponse) UnmarshalJSON(src []byte) error
func (*NullableInternalDomainsReadResponse) Unset ¶
func (v *NullableInternalDomainsReadResponse) Unset()
type NullableInternalDomainsUpdateResponse ¶
type NullableInternalDomainsUpdateResponse struct {
// contains filtered or unexported fields
}
func NewNullableInternalDomainsUpdateResponse ¶
func NewNullableInternalDomainsUpdateResponse(val *InternalDomainsUpdateResponse) *NullableInternalDomainsUpdateResponse
func (NullableInternalDomainsUpdateResponse) Get ¶
func (v NullableInternalDomainsUpdateResponse) Get() *InternalDomainsUpdateResponse
func (NullableInternalDomainsUpdateResponse) IsSet ¶
func (v NullableInternalDomainsUpdateResponse) IsSet() bool
func (NullableInternalDomainsUpdateResponse) MarshalJSON ¶
func (v NullableInternalDomainsUpdateResponse) MarshalJSON() ([]byte, error)
func (*NullableInternalDomainsUpdateResponse) Set ¶
func (v *NullableInternalDomainsUpdateResponse) Set(val *InternalDomainsUpdateResponse)
func (*NullableInternalDomainsUpdateResponse) UnmarshalJSON ¶
func (v *NullableInternalDomainsUpdateResponse) UnmarshalJSON(src []byte) error
func (*NullableInternalDomainsUpdateResponse) Unset ¶
func (v *NullableInternalDomainsUpdateResponse) Unset()
type NullableItemStructs ¶
type NullableItemStructs struct {
// contains filtered or unexported fields
}
func NewNullableItemStructs ¶
func NewNullableItemStructs(val *ItemStructs) *NullableItemStructs
func (NullableItemStructs) Get ¶
func (v NullableItemStructs) Get() *ItemStructs
func (NullableItemStructs) IsSet ¶
func (v NullableItemStructs) IsSet() bool
func (NullableItemStructs) MarshalJSON ¶
func (v NullableItemStructs) MarshalJSON() ([]byte, error)
func (*NullableItemStructs) Set ¶
func (v *NullableItemStructs) Set(val *ItemStructs)
func (*NullableItemStructs) UnmarshalJSON ¶
func (v *NullableItemStructs) UnmarshalJSON(src []byte) error
func (*NullableItemStructs) Unset ¶
func (v *NullableItemStructs) Unset()
type NullableListPoPRegionsResponse ¶
type NullableListPoPRegionsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListPoPRegionsResponse ¶
func NewNullableListPoPRegionsResponse(val *ListPoPRegionsResponse) *NullableListPoPRegionsResponse
func (NullableListPoPRegionsResponse) Get ¶
func (v NullableListPoPRegionsResponse) Get() *ListPoPRegionsResponse
func (NullableListPoPRegionsResponse) IsSet ¶
func (v NullableListPoPRegionsResponse) IsSet() bool
func (NullableListPoPRegionsResponse) MarshalJSON ¶
func (v NullableListPoPRegionsResponse) MarshalJSON() ([]byte, error)
func (*NullableListPoPRegionsResponse) Set ¶
func (v *NullableListPoPRegionsResponse) Set(val *ListPoPRegionsResponse)
func (*NullableListPoPRegionsResponse) UnmarshalJSON ¶
func (v *NullableListPoPRegionsResponse) UnmarshalJSON(src []byte) error
func (*NullableListPoPRegionsResponse) Unset ¶
func (v *NullableListPoPRegionsResponse) Unset()
type NullableListSeverityLevels ¶
type NullableListSeverityLevels struct {
// contains filtered or unexported fields
}
func NewNullableListSeverityLevels ¶
func NewNullableListSeverityLevels(val *ListSeverityLevels) *NullableListSeverityLevels
func (NullableListSeverityLevels) Get ¶
func (v NullableListSeverityLevels) Get() *ListSeverityLevels
func (NullableListSeverityLevels) IsSet ¶
func (v NullableListSeverityLevels) IsSet() bool
func (NullableListSeverityLevels) MarshalJSON ¶
func (v NullableListSeverityLevels) MarshalJSON() ([]byte, error)
func (*NullableListSeverityLevels) Set ¶
func (v *NullableListSeverityLevels) Set(val *ListSeverityLevels)
func (*NullableListSeverityLevels) UnmarshalJSON ¶
func (v *NullableListSeverityLevels) UnmarshalJSON(src []byte) error
func (*NullableListSeverityLevels) Unset ¶
func (v *NullableListSeverityLevels) Unset()
type NullableMultiListUpdate ¶
type NullableMultiListUpdate struct {
// contains filtered or unexported fields
}
func NewNullableMultiListUpdate ¶
func NewNullableMultiListUpdate(val *MultiListUpdate) *NullableMultiListUpdate
func (NullableMultiListUpdate) Get ¶
func (v NullableMultiListUpdate) Get() *MultiListUpdate
func (NullableMultiListUpdate) IsSet ¶
func (v NullableMultiListUpdate) IsSet() bool
func (NullableMultiListUpdate) MarshalJSON ¶
func (v NullableMultiListUpdate) MarshalJSON() ([]byte, error)
func (*NullableMultiListUpdate) Set ¶
func (v *NullableMultiListUpdate) Set(val *MultiListUpdate)
func (*NullableMultiListUpdate) UnmarshalJSON ¶
func (v *NullableMultiListUpdate) UnmarshalJSON(src []byte) error
func (*NullableMultiListUpdate) Unset ¶
func (v *NullableMultiListUpdate) Unset()
type NullableNamedList ¶
type NullableNamedList struct {
// contains filtered or unexported fields
}
func NewNullableNamedList ¶
func NewNullableNamedList(val *NamedList) *NullableNamedList
func (NullableNamedList) Get ¶
func (v NullableNamedList) Get() *NamedList
func (NullableNamedList) IsSet ¶
func (v NullableNamedList) IsSet() bool
func (NullableNamedList) MarshalJSON ¶
func (v NullableNamedList) MarshalJSON() ([]byte, error)
func (*NullableNamedList) Set ¶
func (v *NullableNamedList) Set(val *NamedList)
func (*NullableNamedList) UnmarshalJSON ¶
func (v *NullableNamedList) UnmarshalJSON(src []byte) error
func (*NullableNamedList) Unset ¶
func (v *NullableNamedList) Unset()
type NullableNamedListCSVListResponse ¶
type NullableNamedListCSVListResponse struct {
// contains filtered or unexported fields
}
func NewNullableNamedListCSVListResponse ¶
func NewNullableNamedListCSVListResponse(val *NamedListCSVListResponse) *NullableNamedListCSVListResponse
func (NullableNamedListCSVListResponse) Get ¶
func (v NullableNamedListCSVListResponse) Get() *NamedListCSVListResponse
func (NullableNamedListCSVListResponse) IsSet ¶
func (v NullableNamedListCSVListResponse) IsSet() bool
func (NullableNamedListCSVListResponse) MarshalJSON ¶
func (v NullableNamedListCSVListResponse) MarshalJSON() ([]byte, error)
func (*NullableNamedListCSVListResponse) Set ¶
func (v *NullableNamedListCSVListResponse) Set(val *NamedListCSVListResponse)
func (*NullableNamedListCSVListResponse) UnmarshalJSON ¶
func (v *NullableNamedListCSVListResponse) UnmarshalJSON(src []byte) error
func (*NullableNamedListCSVListResponse) Unset ¶
func (v *NullableNamedListCSVListResponse) Unset()
type NullableNamedListCreateResponse ¶
type NullableNamedListCreateResponse struct {
// contains filtered or unexported fields
}
func NewNullableNamedListCreateResponse ¶
func NewNullableNamedListCreateResponse(val *NamedListCreateResponse) *NullableNamedListCreateResponse
func (NullableNamedListCreateResponse) Get ¶
func (v NullableNamedListCreateResponse) Get() *NamedListCreateResponse
func (NullableNamedListCreateResponse) IsSet ¶
func (v NullableNamedListCreateResponse) IsSet() bool
func (NullableNamedListCreateResponse) MarshalJSON ¶
func (v NullableNamedListCreateResponse) MarshalJSON() ([]byte, error)
func (*NullableNamedListCreateResponse) Set ¶
func (v *NullableNamedListCreateResponse) Set(val *NamedListCreateResponse)
func (*NullableNamedListCreateResponse) UnmarshalJSON ¶
func (v *NullableNamedListCreateResponse) UnmarshalJSON(src []byte) error
func (*NullableNamedListCreateResponse) Unset ¶
func (v *NullableNamedListCreateResponse) Unset()
type NullableNamedListItemsDeleteNamedListItems400Response ¶
type NullableNamedListItemsDeleteNamedListItems400Response struct {
// contains filtered or unexported fields
}
func NewNullableNamedListItemsDeleteNamedListItems400Response ¶
func NewNullableNamedListItemsDeleteNamedListItems400Response(val *NamedListItemsDeleteNamedListItems400Response) *NullableNamedListItemsDeleteNamedListItems400Response
func (NullableNamedListItemsDeleteNamedListItems400Response) IsSet ¶
func (v NullableNamedListItemsDeleteNamedListItems400Response) IsSet() bool
func (NullableNamedListItemsDeleteNamedListItems400Response) MarshalJSON ¶
func (v NullableNamedListItemsDeleteNamedListItems400Response) MarshalJSON() ([]byte, error)
func (*NullableNamedListItemsDeleteNamedListItems400Response) UnmarshalJSON ¶
func (v *NullableNamedListItemsDeleteNamedListItems400Response) UnmarshalJSON(src []byte) error
func (*NullableNamedListItemsDeleteNamedListItems400Response) Unset ¶
func (v *NullableNamedListItemsDeleteNamedListItems400Response) Unset()
type NullableNamedListItemsDeleteNamedListItems400ResponseError ¶
type NullableNamedListItemsDeleteNamedListItems400ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableNamedListItemsDeleteNamedListItems400ResponseError ¶
func NewNullableNamedListItemsDeleteNamedListItems400ResponseError(val *NamedListItemsDeleteNamedListItems400ResponseError) *NullableNamedListItemsDeleteNamedListItems400ResponseError
func (NullableNamedListItemsDeleteNamedListItems400ResponseError) IsSet ¶
func (v NullableNamedListItemsDeleteNamedListItems400ResponseError) IsSet() bool
func (NullableNamedListItemsDeleteNamedListItems400ResponseError) MarshalJSON ¶
func (v NullableNamedListItemsDeleteNamedListItems400ResponseError) MarshalJSON() ([]byte, error)
func (*NullableNamedListItemsDeleteNamedListItems400ResponseError) UnmarshalJSON ¶
func (v *NullableNamedListItemsDeleteNamedListItems400ResponseError) UnmarshalJSON(src []byte) error
func (*NullableNamedListItemsDeleteNamedListItems400ResponseError) Unset ¶
func (v *NullableNamedListItemsDeleteNamedListItems400ResponseError) Unset()
type NullableNamedListItemsDeleteRequest ¶
type NullableNamedListItemsDeleteRequest struct {
// contains filtered or unexported fields
}
func NewNullableNamedListItemsDeleteRequest ¶
func NewNullableNamedListItemsDeleteRequest(val *NamedListItemsDeleteRequest) *NullableNamedListItemsDeleteRequest
func (NullableNamedListItemsDeleteRequest) Get ¶
func (v NullableNamedListItemsDeleteRequest) Get() *NamedListItemsDeleteRequest
func (NullableNamedListItemsDeleteRequest) IsSet ¶
func (v NullableNamedListItemsDeleteRequest) IsSet() bool
func (NullableNamedListItemsDeleteRequest) MarshalJSON ¶
func (v NullableNamedListItemsDeleteRequest) MarshalJSON() ([]byte, error)
func (*NullableNamedListItemsDeleteRequest) Set ¶
func (v *NullableNamedListItemsDeleteRequest) Set(val *NamedListItemsDeleteRequest)
func (*NullableNamedListItemsDeleteRequest) UnmarshalJSON ¶
func (v *NullableNamedListItemsDeleteRequest) UnmarshalJSON(src []byte) error
func (*NullableNamedListItemsDeleteRequest) Unset ¶
func (v *NullableNamedListItemsDeleteRequest) Unset()
type NullableNamedListItemsInsertOrReplaceNamedListItems400Response ¶
type NullableNamedListItemsInsertOrReplaceNamedListItems400Response struct {
// contains filtered or unexported fields
}
func NewNullableNamedListItemsInsertOrReplaceNamedListItems400Response ¶
func NewNullableNamedListItemsInsertOrReplaceNamedListItems400Response(val *NamedListItemsInsertOrReplaceNamedListItems400Response) *NullableNamedListItemsInsertOrReplaceNamedListItems400Response
func (NullableNamedListItemsInsertOrReplaceNamedListItems400Response) IsSet ¶
func (v NullableNamedListItemsInsertOrReplaceNamedListItems400Response) IsSet() bool
func (NullableNamedListItemsInsertOrReplaceNamedListItems400Response) MarshalJSON ¶
func (v NullableNamedListItemsInsertOrReplaceNamedListItems400Response) MarshalJSON() ([]byte, error)
func (*NullableNamedListItemsInsertOrReplaceNamedListItems400Response) UnmarshalJSON ¶
func (v *NullableNamedListItemsInsertOrReplaceNamedListItems400Response) UnmarshalJSON(src []byte) error
func (*NullableNamedListItemsInsertOrReplaceNamedListItems400Response) Unset ¶
func (v *NullableNamedListItemsInsertOrReplaceNamedListItems400Response) Unset()
type NullableNamedListItemsInsertOrReplaceNamedListItems400ResponseError ¶
type NullableNamedListItemsInsertOrReplaceNamedListItems400ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableNamedListItemsInsertOrReplaceNamedListItems400ResponseError ¶
func NewNullableNamedListItemsInsertOrReplaceNamedListItems400ResponseError(val *NamedListItemsInsertOrReplaceNamedListItems400ResponseError) *NullableNamedListItemsInsertOrReplaceNamedListItems400ResponseError
func (NullableNamedListItemsInsertOrReplaceNamedListItems400ResponseError) IsSet ¶
func (v NullableNamedListItemsInsertOrReplaceNamedListItems400ResponseError) IsSet() bool
func (NullableNamedListItemsInsertOrReplaceNamedListItems400ResponseError) MarshalJSON ¶
func (v NullableNamedListItemsInsertOrReplaceNamedListItems400ResponseError) MarshalJSON() ([]byte, error)
func (*NullableNamedListItemsInsertOrReplaceNamedListItems400ResponseError) UnmarshalJSON ¶
func (v *NullableNamedListItemsInsertOrReplaceNamedListItems400ResponseError) UnmarshalJSON(src []byte) error
func (*NullableNamedListItemsInsertOrReplaceNamedListItems400ResponseError) Unset ¶
func (v *NullableNamedListItemsInsertOrReplaceNamedListItems400ResponseError) Unset()
type NullableNamedListItemsInsertOrUpdate ¶
type NullableNamedListItemsInsertOrUpdate struct {
// contains filtered or unexported fields
}
func NewNullableNamedListItemsInsertOrUpdate ¶
func NewNullableNamedListItemsInsertOrUpdate(val *NamedListItemsInsertOrUpdate) *NullableNamedListItemsInsertOrUpdate
func (NullableNamedListItemsInsertOrUpdate) Get ¶
func (v NullableNamedListItemsInsertOrUpdate) Get() *NamedListItemsInsertOrUpdate
func (NullableNamedListItemsInsertOrUpdate) IsSet ¶
func (v NullableNamedListItemsInsertOrUpdate) IsSet() bool
func (NullableNamedListItemsInsertOrUpdate) MarshalJSON ¶
func (v NullableNamedListItemsInsertOrUpdate) MarshalJSON() ([]byte, error)
func (*NullableNamedListItemsInsertOrUpdate) Set ¶
func (v *NullableNamedListItemsInsertOrUpdate) Set(val *NamedListItemsInsertOrUpdate)
func (*NullableNamedListItemsInsertOrUpdate) UnmarshalJSON ¶
func (v *NullableNamedListItemsInsertOrUpdate) UnmarshalJSON(src []byte) error
func (*NullableNamedListItemsInsertOrUpdate) Unset ¶
func (v *NullableNamedListItemsInsertOrUpdate) Unset()
type NullableNamedListItemsInsertOrUpdateResponse ¶
type NullableNamedListItemsInsertOrUpdateResponse struct {
// contains filtered or unexported fields
}
func NewNullableNamedListItemsInsertOrUpdateResponse ¶
func NewNullableNamedListItemsInsertOrUpdateResponse(val *NamedListItemsInsertOrUpdateResponse) *NullableNamedListItemsInsertOrUpdateResponse
func (NullableNamedListItemsInsertOrUpdateResponse) IsSet ¶
func (v NullableNamedListItemsInsertOrUpdateResponse) IsSet() bool
func (NullableNamedListItemsInsertOrUpdateResponse) MarshalJSON ¶
func (v NullableNamedListItemsInsertOrUpdateResponse) MarshalJSON() ([]byte, error)
func (*NullableNamedListItemsInsertOrUpdateResponse) Set ¶
func (v *NullableNamedListItemsInsertOrUpdateResponse) Set(val *NamedListItemsInsertOrUpdateResponse)
func (*NullableNamedListItemsInsertOrUpdateResponse) UnmarshalJSON ¶
func (v *NullableNamedListItemsInsertOrUpdateResponse) UnmarshalJSON(src []byte) error
func (*NullableNamedListItemsInsertOrUpdateResponse) Unset ¶
func (v *NullableNamedListItemsInsertOrUpdateResponse) Unset()
type NullableNamedListItemsInsertOrUpdateResponseSuccess ¶ added in v0.3.0
type NullableNamedListItemsInsertOrUpdateResponseSuccess struct {
// contains filtered or unexported fields
}
func NewNullableNamedListItemsInsertOrUpdateResponseSuccess ¶ added in v0.3.0
func NewNullableNamedListItemsInsertOrUpdateResponseSuccess(val *NamedListItemsInsertOrUpdateResponseSuccess) *NullableNamedListItemsInsertOrUpdateResponseSuccess
func (NullableNamedListItemsInsertOrUpdateResponseSuccess) IsSet ¶ added in v0.3.0
func (v NullableNamedListItemsInsertOrUpdateResponseSuccess) IsSet() bool
func (NullableNamedListItemsInsertOrUpdateResponseSuccess) MarshalJSON ¶ added in v0.3.0
func (v NullableNamedListItemsInsertOrUpdateResponseSuccess) MarshalJSON() ([]byte, error)
func (*NullableNamedListItemsInsertOrUpdateResponseSuccess) UnmarshalJSON ¶ added in v0.3.0
func (v *NullableNamedListItemsInsertOrUpdateResponseSuccess) UnmarshalJSON(src []byte) error
func (*NullableNamedListItemsInsertOrUpdateResponseSuccess) Unset ¶ added in v0.3.0
func (v *NullableNamedListItemsInsertOrUpdateResponseSuccess) Unset()
type NullableNamedListItemsNamedListItemsPartialUpdate400Response ¶
type NullableNamedListItemsNamedListItemsPartialUpdate400Response struct {
// contains filtered or unexported fields
}
func NewNullableNamedListItemsNamedListItemsPartialUpdate400Response ¶
func NewNullableNamedListItemsNamedListItemsPartialUpdate400Response(val *NamedListItemsNamedListItemsPartialUpdate400Response) *NullableNamedListItemsNamedListItemsPartialUpdate400Response
func (NullableNamedListItemsNamedListItemsPartialUpdate400Response) IsSet ¶
func (v NullableNamedListItemsNamedListItemsPartialUpdate400Response) IsSet() bool
func (NullableNamedListItemsNamedListItemsPartialUpdate400Response) MarshalJSON ¶
func (v NullableNamedListItemsNamedListItemsPartialUpdate400Response) MarshalJSON() ([]byte, error)
func (*NullableNamedListItemsNamedListItemsPartialUpdate400Response) UnmarshalJSON ¶
func (v *NullableNamedListItemsNamedListItemsPartialUpdate400Response) UnmarshalJSON(src []byte) error
func (*NullableNamedListItemsNamedListItemsPartialUpdate400Response) Unset ¶
func (v *NullableNamedListItemsNamedListItemsPartialUpdate400Response) Unset()
type NullableNamedListItemsNamedListItemsPartialUpdate400ResponseError ¶
type NullableNamedListItemsNamedListItemsPartialUpdate400ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableNamedListItemsNamedListItemsPartialUpdate400ResponseError ¶
func NewNullableNamedListItemsNamedListItemsPartialUpdate400ResponseError(val *NamedListItemsNamedListItemsPartialUpdate400ResponseError) *NullableNamedListItemsNamedListItemsPartialUpdate400ResponseError
func (NullableNamedListItemsNamedListItemsPartialUpdate400ResponseError) IsSet ¶
func (v NullableNamedListItemsNamedListItemsPartialUpdate400ResponseError) IsSet() bool
func (NullableNamedListItemsNamedListItemsPartialUpdate400ResponseError) MarshalJSON ¶
func (v NullableNamedListItemsNamedListItemsPartialUpdate400ResponseError) MarshalJSON() ([]byte, error)
func (*NullableNamedListItemsNamedListItemsPartialUpdate400ResponseError) UnmarshalJSON ¶
func (v *NullableNamedListItemsNamedListItemsPartialUpdate400ResponseError) UnmarshalJSON(src []byte) error
func (*NullableNamedListItemsNamedListItemsPartialUpdate400ResponseError) Unset ¶
func (v *NullableNamedListItemsNamedListItemsPartialUpdate400ResponseError) Unset()
type NullableNamedListItemsPartialUpdate ¶
type NullableNamedListItemsPartialUpdate struct {
// contains filtered or unexported fields
}
func NewNullableNamedListItemsPartialUpdate ¶
func NewNullableNamedListItemsPartialUpdate(val *NamedListItemsPartialUpdate) *NullableNamedListItemsPartialUpdate
func (NullableNamedListItemsPartialUpdate) Get ¶
func (v NullableNamedListItemsPartialUpdate) Get() *NamedListItemsPartialUpdate
func (NullableNamedListItemsPartialUpdate) IsSet ¶
func (v NullableNamedListItemsPartialUpdate) IsSet() bool
func (NullableNamedListItemsPartialUpdate) MarshalJSON ¶
func (v NullableNamedListItemsPartialUpdate) MarshalJSON() ([]byte, error)
func (*NullableNamedListItemsPartialUpdate) Set ¶
func (v *NullableNamedListItemsPartialUpdate) Set(val *NamedListItemsPartialUpdate)
func (*NullableNamedListItemsPartialUpdate) UnmarshalJSON ¶
func (v *NullableNamedListItemsPartialUpdate) UnmarshalJSON(src []byte) error
func (*NullableNamedListItemsPartialUpdate) Unset ¶
func (v *NullableNamedListItemsPartialUpdate) Unset()
type NullableNamedListRead ¶
type NullableNamedListRead struct {
// contains filtered or unexported fields
}
func NewNullableNamedListRead ¶
func NewNullableNamedListRead(val *NamedListRead) *NullableNamedListRead
func (NullableNamedListRead) Get ¶
func (v NullableNamedListRead) Get() *NamedListRead
func (NullableNamedListRead) IsSet ¶
func (v NullableNamedListRead) IsSet() bool
func (NullableNamedListRead) MarshalJSON ¶
func (v NullableNamedListRead) MarshalJSON() ([]byte, error)
func (*NullableNamedListRead) Set ¶
func (v *NullableNamedListRead) Set(val *NamedListRead)
func (*NullableNamedListRead) UnmarshalJSON ¶
func (v *NullableNamedListRead) UnmarshalJSON(src []byte) error
func (*NullableNamedListRead) Unset ¶
func (v *NullableNamedListRead) Unset()
type NullableNamedListReadMultiResponse ¶
type NullableNamedListReadMultiResponse struct {
// contains filtered or unexported fields
}
func NewNullableNamedListReadMultiResponse ¶
func NewNullableNamedListReadMultiResponse(val *NamedListReadMultiResponse) *NullableNamedListReadMultiResponse
func (NullableNamedListReadMultiResponse) Get ¶
func (v NullableNamedListReadMultiResponse) Get() *NamedListReadMultiResponse
func (NullableNamedListReadMultiResponse) IsSet ¶
func (v NullableNamedListReadMultiResponse) IsSet() bool
func (NullableNamedListReadMultiResponse) MarshalJSON ¶
func (v NullableNamedListReadMultiResponse) MarshalJSON() ([]byte, error)
func (*NullableNamedListReadMultiResponse) Set ¶
func (v *NullableNamedListReadMultiResponse) Set(val *NamedListReadMultiResponse)
func (*NullableNamedListReadMultiResponse) UnmarshalJSON ¶
func (v *NullableNamedListReadMultiResponse) UnmarshalJSON(src []byte) error
func (*NullableNamedListReadMultiResponse) Unset ¶
func (v *NullableNamedListReadMultiResponse) Unset()
type NullableNamedListReadResponse ¶
type NullableNamedListReadResponse struct {
// contains filtered or unexported fields
}
func NewNullableNamedListReadResponse ¶
func NewNullableNamedListReadResponse(val *NamedListReadResponse) *NullableNamedListReadResponse
func (NullableNamedListReadResponse) Get ¶
func (v NullableNamedListReadResponse) Get() *NamedListReadResponse
func (NullableNamedListReadResponse) IsSet ¶
func (v NullableNamedListReadResponse) IsSet() bool
func (NullableNamedListReadResponse) MarshalJSON ¶
func (v NullableNamedListReadResponse) MarshalJSON() ([]byte, error)
func (*NullableNamedListReadResponse) Set ¶
func (v *NullableNamedListReadResponse) Set(val *NamedListReadResponse)
func (*NullableNamedListReadResponse) UnmarshalJSON ¶
func (v *NullableNamedListReadResponse) UnmarshalJSON(src []byte) error
func (*NullableNamedListReadResponse) Unset ¶
func (v *NullableNamedListReadResponse) Unset()
type NullableNamedListUpdateResponse ¶
type NullableNamedListUpdateResponse struct {
// contains filtered or unexported fields
}
func NewNullableNamedListUpdateResponse ¶
func NewNullableNamedListUpdateResponse(val *NamedListUpdateResponse) *NullableNamedListUpdateResponse
func (NullableNamedListUpdateResponse) Get ¶
func (v NullableNamedListUpdateResponse) Get() *NamedListUpdateResponse
func (NullableNamedListUpdateResponse) IsSet ¶
func (v NullableNamedListUpdateResponse) IsSet() bool
func (NullableNamedListUpdateResponse) MarshalJSON ¶
func (v NullableNamedListUpdateResponse) MarshalJSON() ([]byte, error)
func (*NullableNamedListUpdateResponse) Set ¶
func (v *NullableNamedListUpdateResponse) Set(val *NamedListUpdateResponse)
func (*NullableNamedListUpdateResponse) UnmarshalJSON ¶
func (v *NullableNamedListUpdateResponse) UnmarshalJSON(src []byte) error
func (*NullableNamedListUpdateResponse) Unset ¶
func (v *NullableNamedListUpdateResponse) Unset()
type NullableNamedListsCreateNamedList409Response ¶
type NullableNamedListsCreateNamedList409Response struct {
// contains filtered or unexported fields
}
func NewNullableNamedListsCreateNamedList409Response ¶
func NewNullableNamedListsCreateNamedList409Response(val *NamedListsCreateNamedList409Response) *NullableNamedListsCreateNamedList409Response
func (NullableNamedListsCreateNamedList409Response) IsSet ¶
func (v NullableNamedListsCreateNamedList409Response) IsSet() bool
func (NullableNamedListsCreateNamedList409Response) MarshalJSON ¶
func (v NullableNamedListsCreateNamedList409Response) MarshalJSON() ([]byte, error)
func (*NullableNamedListsCreateNamedList409Response) Set ¶
func (v *NullableNamedListsCreateNamedList409Response) Set(val *NamedListsCreateNamedList409Response)
func (*NullableNamedListsCreateNamedList409Response) UnmarshalJSON ¶
func (v *NullableNamedListsCreateNamedList409Response) UnmarshalJSON(src []byte) error
func (*NullableNamedListsCreateNamedList409Response) Unset ¶
func (v *NullableNamedListsCreateNamedList409Response) Unset()
type NullableNamedListsCreateNamedList409ResponseError ¶
type NullableNamedListsCreateNamedList409ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableNamedListsCreateNamedList409ResponseError ¶
func NewNullableNamedListsCreateNamedList409ResponseError(val *NamedListsCreateNamedList409ResponseError) *NullableNamedListsCreateNamedList409ResponseError
func (NullableNamedListsCreateNamedList409ResponseError) IsSet ¶
func (v NullableNamedListsCreateNamedList409ResponseError) IsSet() bool
func (NullableNamedListsCreateNamedList409ResponseError) MarshalJSON ¶
func (v NullableNamedListsCreateNamedList409ResponseError) MarshalJSON() ([]byte, error)
func (*NullableNamedListsCreateNamedList409ResponseError) UnmarshalJSON ¶
func (v *NullableNamedListsCreateNamedList409ResponseError) UnmarshalJSON(src []byte) error
func (*NullableNamedListsCreateNamedList409ResponseError) Unset ¶
func (v *NullableNamedListsCreateNamedList409ResponseError) Unset()
type NullableNamedListsDeleteNamedLists400Response ¶
type NullableNamedListsDeleteNamedLists400Response struct {
// contains filtered or unexported fields
}
func NewNullableNamedListsDeleteNamedLists400Response ¶
func NewNullableNamedListsDeleteNamedLists400Response(val *NamedListsDeleteNamedLists400Response) *NullableNamedListsDeleteNamedLists400Response
func (NullableNamedListsDeleteNamedLists400Response) IsSet ¶
func (v NullableNamedListsDeleteNamedLists400Response) IsSet() bool
func (NullableNamedListsDeleteNamedLists400Response) MarshalJSON ¶
func (v NullableNamedListsDeleteNamedLists400Response) MarshalJSON() ([]byte, error)
func (*NullableNamedListsDeleteNamedLists400Response) Set ¶
func (v *NullableNamedListsDeleteNamedLists400Response) Set(val *NamedListsDeleteNamedLists400Response)
func (*NullableNamedListsDeleteNamedLists400Response) UnmarshalJSON ¶
func (v *NullableNamedListsDeleteNamedLists400Response) UnmarshalJSON(src []byte) error
func (*NullableNamedListsDeleteNamedLists400Response) Unset ¶
func (v *NullableNamedListsDeleteNamedLists400Response) Unset()
type NullableNamedListsDeleteNamedLists400ResponseError ¶
type NullableNamedListsDeleteNamedLists400ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableNamedListsDeleteNamedLists400ResponseError ¶
func NewNullableNamedListsDeleteNamedLists400ResponseError(val *NamedListsDeleteNamedLists400ResponseError) *NullableNamedListsDeleteNamedLists400ResponseError
func (NullableNamedListsDeleteNamedLists400ResponseError) IsSet ¶
func (v NullableNamedListsDeleteNamedLists400ResponseError) IsSet() bool
func (NullableNamedListsDeleteNamedLists400ResponseError) MarshalJSON ¶
func (v NullableNamedListsDeleteNamedLists400ResponseError) MarshalJSON() ([]byte, error)
func (*NullableNamedListsDeleteNamedLists400ResponseError) UnmarshalJSON ¶
func (v *NullableNamedListsDeleteNamedLists400ResponseError) UnmarshalJSON(src []byte) error
func (*NullableNamedListsDeleteNamedLists400ResponseError) Unset ¶
func (v *NullableNamedListsDeleteNamedLists400ResponseError) Unset()
type NullableNamedListsDeleteNamedLists404Response ¶
type NullableNamedListsDeleteNamedLists404Response struct {
// contains filtered or unexported fields
}
func NewNullableNamedListsDeleteNamedLists404Response ¶
func NewNullableNamedListsDeleteNamedLists404Response(val *NamedListsDeleteNamedLists404Response) *NullableNamedListsDeleteNamedLists404Response
func (NullableNamedListsDeleteNamedLists404Response) IsSet ¶
func (v NullableNamedListsDeleteNamedLists404Response) IsSet() bool
func (NullableNamedListsDeleteNamedLists404Response) MarshalJSON ¶
func (v NullableNamedListsDeleteNamedLists404Response) MarshalJSON() ([]byte, error)
func (*NullableNamedListsDeleteNamedLists404Response) Set ¶
func (v *NullableNamedListsDeleteNamedLists404Response) Set(val *NamedListsDeleteNamedLists404Response)
func (*NullableNamedListsDeleteNamedLists404Response) UnmarshalJSON ¶
func (v *NullableNamedListsDeleteNamedLists404Response) UnmarshalJSON(src []byte) error
func (*NullableNamedListsDeleteNamedLists404Response) Unset ¶
func (v *NullableNamedListsDeleteNamedLists404Response) Unset()
type NullableNamedListsDeleteNamedLists404ResponseError ¶
type NullableNamedListsDeleteNamedLists404ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableNamedListsDeleteNamedLists404ResponseError ¶
func NewNullableNamedListsDeleteNamedLists404ResponseError(val *NamedListsDeleteNamedLists404ResponseError) *NullableNamedListsDeleteNamedLists404ResponseError
func (NullableNamedListsDeleteNamedLists404ResponseError) IsSet ¶
func (v NullableNamedListsDeleteNamedLists404ResponseError) IsSet() bool
func (NullableNamedListsDeleteNamedLists404ResponseError) MarshalJSON ¶
func (v NullableNamedListsDeleteNamedLists404ResponseError) MarshalJSON() ([]byte, error)
func (*NullableNamedListsDeleteNamedLists404ResponseError) UnmarshalJSON ¶
func (v *NullableNamedListsDeleteNamedLists404ResponseError) UnmarshalJSON(src []byte) error
func (*NullableNamedListsDeleteNamedLists404ResponseError) Unset ¶
func (v *NullableNamedListsDeleteNamedLists404ResponseError) Unset()
type NullableNamedListsDeleteRequest ¶
type NullableNamedListsDeleteRequest struct {
// contains filtered or unexported fields
}
func NewNullableNamedListsDeleteRequest ¶
func NewNullableNamedListsDeleteRequest(val *NamedListsDeleteRequest) *NullableNamedListsDeleteRequest
func (NullableNamedListsDeleteRequest) Get ¶
func (v NullableNamedListsDeleteRequest) Get() *NamedListsDeleteRequest
func (NullableNamedListsDeleteRequest) IsSet ¶
func (v NullableNamedListsDeleteRequest) IsSet() bool
func (NullableNamedListsDeleteRequest) MarshalJSON ¶
func (v NullableNamedListsDeleteRequest) MarshalJSON() ([]byte, error)
func (*NullableNamedListsDeleteRequest) Set ¶
func (v *NullableNamedListsDeleteRequest) Set(val *NamedListsDeleteRequest)
func (*NullableNamedListsDeleteRequest) UnmarshalJSON ¶
func (v *NullableNamedListsDeleteRequest) UnmarshalJSON(src []byte) error
func (*NullableNamedListsDeleteRequest) Unset ¶
func (v *NullableNamedListsDeleteRequest) Unset()
type NullableNamedListsDeleteSingleNamedLists404Response ¶
type NullableNamedListsDeleteSingleNamedLists404Response struct {
// contains filtered or unexported fields
}
func NewNullableNamedListsDeleteSingleNamedLists404Response ¶
func NewNullableNamedListsDeleteSingleNamedLists404Response(val *NamedListsDeleteSingleNamedLists404Response) *NullableNamedListsDeleteSingleNamedLists404Response
func (NullableNamedListsDeleteSingleNamedLists404Response) IsSet ¶
func (v NullableNamedListsDeleteSingleNamedLists404Response) IsSet() bool
func (NullableNamedListsDeleteSingleNamedLists404Response) MarshalJSON ¶
func (v NullableNamedListsDeleteSingleNamedLists404Response) MarshalJSON() ([]byte, error)
func (*NullableNamedListsDeleteSingleNamedLists404Response) UnmarshalJSON ¶
func (v *NullableNamedListsDeleteSingleNamedLists404Response) UnmarshalJSON(src []byte) error
func (*NullableNamedListsDeleteSingleNamedLists404Response) Unset ¶
func (v *NullableNamedListsDeleteSingleNamedLists404Response) Unset()
type NullableNamedListsDeleteSingleNamedLists404ResponseError ¶
type NullableNamedListsDeleteSingleNamedLists404ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableNamedListsDeleteSingleNamedLists404ResponseError ¶
func NewNullableNamedListsDeleteSingleNamedLists404ResponseError(val *NamedListsDeleteSingleNamedLists404ResponseError) *NullableNamedListsDeleteSingleNamedLists404ResponseError
func (NullableNamedListsDeleteSingleNamedLists404ResponseError) IsSet ¶
func (v NullableNamedListsDeleteSingleNamedLists404ResponseError) IsSet() bool
func (NullableNamedListsDeleteSingleNamedLists404ResponseError) MarshalJSON ¶
func (v NullableNamedListsDeleteSingleNamedLists404ResponseError) MarshalJSON() ([]byte, error)
func (*NullableNamedListsDeleteSingleNamedLists404ResponseError) UnmarshalJSON ¶
func (v *NullableNamedListsDeleteSingleNamedLists404ResponseError) UnmarshalJSON(src []byte) error
func (*NullableNamedListsDeleteSingleNamedLists404ResponseError) Unset ¶
func (v *NullableNamedListsDeleteSingleNamedLists404ResponseError) Unset()
type NullableNamedListsMultiListUpdate404Response ¶
type NullableNamedListsMultiListUpdate404Response struct {
// contains filtered or unexported fields
}
func NewNullableNamedListsMultiListUpdate404Response ¶
func NewNullableNamedListsMultiListUpdate404Response(val *NamedListsMultiListUpdate404Response) *NullableNamedListsMultiListUpdate404Response
func (NullableNamedListsMultiListUpdate404Response) IsSet ¶
func (v NullableNamedListsMultiListUpdate404Response) IsSet() bool
func (NullableNamedListsMultiListUpdate404Response) MarshalJSON ¶
func (v NullableNamedListsMultiListUpdate404Response) MarshalJSON() ([]byte, error)
func (*NullableNamedListsMultiListUpdate404Response) Set ¶
func (v *NullableNamedListsMultiListUpdate404Response) Set(val *NamedListsMultiListUpdate404Response)
func (*NullableNamedListsMultiListUpdate404Response) UnmarshalJSON ¶
func (v *NullableNamedListsMultiListUpdate404Response) UnmarshalJSON(src []byte) error
func (*NullableNamedListsMultiListUpdate404Response) Unset ¶
func (v *NullableNamedListsMultiListUpdate404Response) Unset()
type NullableNamedListsMultiListUpdate404ResponseError ¶
type NullableNamedListsMultiListUpdate404ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableNamedListsMultiListUpdate404ResponseError ¶
func NewNullableNamedListsMultiListUpdate404ResponseError(val *NamedListsMultiListUpdate404ResponseError) *NullableNamedListsMultiListUpdate404ResponseError
func (NullableNamedListsMultiListUpdate404ResponseError) IsSet ¶
func (v NullableNamedListsMultiListUpdate404ResponseError) IsSet() bool
func (NullableNamedListsMultiListUpdate404ResponseError) MarshalJSON ¶
func (v NullableNamedListsMultiListUpdate404ResponseError) MarshalJSON() ([]byte, error)
func (*NullableNamedListsMultiListUpdate404ResponseError) UnmarshalJSON ¶
func (v *NullableNamedListsMultiListUpdate404ResponseError) UnmarshalJSON(src []byte) error
func (*NullableNamedListsMultiListUpdate404ResponseError) Unset ¶
func (v *NullableNamedListsMultiListUpdate404ResponseError) Unset()
type NullableNamedListsUpdateNamedListPartial400Response ¶
type NullableNamedListsUpdateNamedListPartial400Response struct {
// contains filtered or unexported fields
}
func NewNullableNamedListsUpdateNamedListPartial400Response ¶
func NewNullableNamedListsUpdateNamedListPartial400Response(val *NamedListsUpdateNamedListPartial400Response) *NullableNamedListsUpdateNamedListPartial400Response
func (NullableNamedListsUpdateNamedListPartial400Response) IsSet ¶
func (v NullableNamedListsUpdateNamedListPartial400Response) IsSet() bool
func (NullableNamedListsUpdateNamedListPartial400Response) MarshalJSON ¶
func (v NullableNamedListsUpdateNamedListPartial400Response) MarshalJSON() ([]byte, error)
func (*NullableNamedListsUpdateNamedListPartial400Response) UnmarshalJSON ¶
func (v *NullableNamedListsUpdateNamedListPartial400Response) UnmarshalJSON(src []byte) error
func (*NullableNamedListsUpdateNamedListPartial400Response) Unset ¶
func (v *NullableNamedListsUpdateNamedListPartial400Response) Unset()
type NullableNamedListsUpdateNamedListPartial400ResponseError ¶
type NullableNamedListsUpdateNamedListPartial400ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableNamedListsUpdateNamedListPartial400ResponseError ¶
func NewNullableNamedListsUpdateNamedListPartial400ResponseError(val *NamedListsUpdateNamedListPartial400ResponseError) *NullableNamedListsUpdateNamedListPartial400ResponseError
func (NullableNamedListsUpdateNamedListPartial400ResponseError) IsSet ¶
func (v NullableNamedListsUpdateNamedListPartial400ResponseError) IsSet() bool
func (NullableNamedListsUpdateNamedListPartial400ResponseError) MarshalJSON ¶
func (v NullableNamedListsUpdateNamedListPartial400ResponseError) MarshalJSON() ([]byte, error)
func (*NullableNamedListsUpdateNamedListPartial400ResponseError) UnmarshalJSON ¶
func (v *NullableNamedListsUpdateNamedListPartial400ResponseError) UnmarshalJSON(src []byte) error
func (*NullableNamedListsUpdateNamedListPartial400ResponseError) Unset ¶
func (v *NullableNamedListsUpdateNamedListPartial400ResponseError) Unset()
type NullableNamedListsUpdateNamedListPartial404Response ¶
type NullableNamedListsUpdateNamedListPartial404Response struct {
// contains filtered or unexported fields
}
func NewNullableNamedListsUpdateNamedListPartial404Response ¶
func NewNullableNamedListsUpdateNamedListPartial404Response(val *NamedListsUpdateNamedListPartial404Response) *NullableNamedListsUpdateNamedListPartial404Response
func (NullableNamedListsUpdateNamedListPartial404Response) IsSet ¶
func (v NullableNamedListsUpdateNamedListPartial404Response) IsSet() bool
func (NullableNamedListsUpdateNamedListPartial404Response) MarshalJSON ¶
func (v NullableNamedListsUpdateNamedListPartial404Response) MarshalJSON() ([]byte, error)
func (*NullableNamedListsUpdateNamedListPartial404Response) UnmarshalJSON ¶
func (v *NullableNamedListsUpdateNamedListPartial404Response) UnmarshalJSON(src []byte) error
func (*NullableNamedListsUpdateNamedListPartial404Response) Unset ¶
func (v *NullableNamedListsUpdateNamedListPartial404Response) Unset()
type NullableNamedListsUpdateNamedListPartial404ResponseError ¶
type NullableNamedListsUpdateNamedListPartial404ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableNamedListsUpdateNamedListPartial404ResponseError ¶
func NewNullableNamedListsUpdateNamedListPartial404ResponseError(val *NamedListsUpdateNamedListPartial404ResponseError) *NullableNamedListsUpdateNamedListPartial404ResponseError
func (NullableNamedListsUpdateNamedListPartial404ResponseError) IsSet ¶
func (v NullableNamedListsUpdateNamedListPartial404ResponseError) IsSet() bool
func (NullableNamedListsUpdateNamedListPartial404ResponseError) MarshalJSON ¶
func (v NullableNamedListsUpdateNamedListPartial404ResponseError) MarshalJSON() ([]byte, error)
func (*NullableNamedListsUpdateNamedListPartial404ResponseError) UnmarshalJSON ¶
func (v *NullableNamedListsUpdateNamedListPartial404ResponseError) UnmarshalJSON(src []byte) error
func (*NullableNamedListsUpdateNamedListPartial404ResponseError) Unset ¶
func (v *NullableNamedListsUpdateNamedListPartial404ResponseError) Unset()
type NullableNamedListsUpdateNamedListPartial405Response ¶
type NullableNamedListsUpdateNamedListPartial405Response struct {
// contains filtered or unexported fields
}
func NewNullableNamedListsUpdateNamedListPartial405Response ¶
func NewNullableNamedListsUpdateNamedListPartial405Response(val *NamedListsUpdateNamedListPartial405Response) *NullableNamedListsUpdateNamedListPartial405Response
func (NullableNamedListsUpdateNamedListPartial405Response) IsSet ¶
func (v NullableNamedListsUpdateNamedListPartial405Response) IsSet() bool
func (NullableNamedListsUpdateNamedListPartial405Response) MarshalJSON ¶
func (v NullableNamedListsUpdateNamedListPartial405Response) MarshalJSON() ([]byte, error)
func (*NullableNamedListsUpdateNamedListPartial405Response) UnmarshalJSON ¶
func (v *NullableNamedListsUpdateNamedListPartial405Response) UnmarshalJSON(src []byte) error
func (*NullableNamedListsUpdateNamedListPartial405Response) Unset ¶
func (v *NullableNamedListsUpdateNamedListPartial405Response) Unset()
type NullableNamedListsUpdateNamedListPartial405ResponseError ¶
type NullableNamedListsUpdateNamedListPartial405ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableNamedListsUpdateNamedListPartial405ResponseError ¶
func NewNullableNamedListsUpdateNamedListPartial405ResponseError(val *NamedListsUpdateNamedListPartial405ResponseError) *NullableNamedListsUpdateNamedListPartial405ResponseError
func (NullableNamedListsUpdateNamedListPartial405ResponseError) IsSet ¶
func (v NullableNamedListsUpdateNamedListPartial405ResponseError) IsSet() bool
func (NullableNamedListsUpdateNamedListPartial405ResponseError) MarshalJSON ¶
func (v NullableNamedListsUpdateNamedListPartial405ResponseError) MarshalJSON() ([]byte, error)
func (*NullableNamedListsUpdateNamedListPartial405ResponseError) UnmarshalJSON ¶
func (v *NullableNamedListsUpdateNamedListPartial405ResponseError) UnmarshalJSON(src []byte) error
func (*NullableNamedListsUpdateNamedListPartial405ResponseError) Unset ¶
func (v *NullableNamedListsUpdateNamedListPartial405ResponseError) Unset()
type NullableNetAddrDfpAssignment ¶
type NullableNetAddrDfpAssignment struct {
// contains filtered or unexported fields
}
func NewNullableNetAddrDfpAssignment ¶
func NewNullableNetAddrDfpAssignment(val *NetAddrDfpAssignment) *NullableNetAddrDfpAssignment
func (NullableNetAddrDfpAssignment) Get ¶
func (v NullableNetAddrDfpAssignment) Get() *NetAddrDfpAssignment
func (NullableNetAddrDfpAssignment) IsSet ¶
func (v NullableNetAddrDfpAssignment) IsSet() bool
func (NullableNetAddrDfpAssignment) MarshalJSON ¶
func (v NullableNetAddrDfpAssignment) MarshalJSON() ([]byte, error)
func (*NullableNetAddrDfpAssignment) Set ¶
func (v *NullableNetAddrDfpAssignment) Set(val *NetAddrDfpAssignment)
func (*NullableNetAddrDfpAssignment) UnmarshalJSON ¶
func (v *NullableNetAddrDfpAssignment) UnmarshalJSON(src []byte) error
func (*NullableNetAddrDfpAssignment) Unset ¶
func (v *NullableNetAddrDfpAssignment) Unset()
type NullableNetAddrDfpAssignmentScopeType ¶
type NullableNetAddrDfpAssignmentScopeType struct {
// contains filtered or unexported fields
}
func NewNullableNetAddrDfpAssignmentScopeType ¶
func NewNullableNetAddrDfpAssignmentScopeType(val *NetAddrDfpAssignmentScopeType) *NullableNetAddrDfpAssignmentScopeType
func (NullableNetAddrDfpAssignmentScopeType) Get ¶
func (v NullableNetAddrDfpAssignmentScopeType) Get() *NetAddrDfpAssignmentScopeType
func (NullableNetAddrDfpAssignmentScopeType) IsSet ¶
func (v NullableNetAddrDfpAssignmentScopeType) IsSet() bool
func (NullableNetAddrDfpAssignmentScopeType) MarshalJSON ¶
func (v NullableNetAddrDfpAssignmentScopeType) MarshalJSON() ([]byte, error)
func (*NullableNetAddrDfpAssignmentScopeType) Set ¶
func (v *NullableNetAddrDfpAssignmentScopeType) Set(val *NetAddrDfpAssignmentScopeType)
func (*NullableNetAddrDfpAssignmentScopeType) UnmarshalJSON ¶
func (v *NullableNetAddrDfpAssignmentScopeType) UnmarshalJSON(src []byte) error
func (*NullableNetAddrDfpAssignmentScopeType) Unset ¶
func (v *NullableNetAddrDfpAssignmentScopeType) Unset()
type NullableNetworkList ¶
type NullableNetworkList struct {
// contains filtered or unexported fields
}
func NewNullableNetworkList ¶
func NewNullableNetworkList(val *NetworkList) *NullableNetworkList
func (NullableNetworkList) Get ¶
func (v NullableNetworkList) Get() *NetworkList
func (NullableNetworkList) IsSet ¶
func (v NullableNetworkList) IsSet() bool
func (NullableNetworkList) MarshalJSON ¶
func (v NullableNetworkList) MarshalJSON() ([]byte, error)
func (*NullableNetworkList) Set ¶
func (v *NullableNetworkList) Set(val *NetworkList)
func (*NullableNetworkList) UnmarshalJSON ¶
func (v *NullableNetworkList) UnmarshalJSON(src []byte) error
func (*NullableNetworkList) Unset ¶
func (v *NullableNetworkList) Unset()
type NullableNetworkListCreateResponse ¶
type NullableNetworkListCreateResponse struct {
// contains filtered or unexported fields
}
func NewNullableNetworkListCreateResponse ¶
func NewNullableNetworkListCreateResponse(val *NetworkListCreateResponse) *NullableNetworkListCreateResponse
func (NullableNetworkListCreateResponse) Get ¶
func (v NullableNetworkListCreateResponse) Get() *NetworkListCreateResponse
func (NullableNetworkListCreateResponse) IsSet ¶
func (v NullableNetworkListCreateResponse) IsSet() bool
func (NullableNetworkListCreateResponse) MarshalJSON ¶
func (v NullableNetworkListCreateResponse) MarshalJSON() ([]byte, error)
func (*NullableNetworkListCreateResponse) Set ¶
func (v *NullableNetworkListCreateResponse) Set(val *NetworkListCreateResponse)
func (*NullableNetworkListCreateResponse) UnmarshalJSON ¶
func (v *NullableNetworkListCreateResponse) UnmarshalJSON(src []byte) error
func (*NullableNetworkListCreateResponse) Unset ¶
func (v *NullableNetworkListCreateResponse) Unset()
type NullableNetworkListMultiResponse ¶
type NullableNetworkListMultiResponse struct {
// contains filtered or unexported fields
}
func NewNullableNetworkListMultiResponse ¶
func NewNullableNetworkListMultiResponse(val *NetworkListMultiResponse) *NullableNetworkListMultiResponse
func (NullableNetworkListMultiResponse) Get ¶
func (v NullableNetworkListMultiResponse) Get() *NetworkListMultiResponse
func (NullableNetworkListMultiResponse) IsSet ¶
func (v NullableNetworkListMultiResponse) IsSet() bool
func (NullableNetworkListMultiResponse) MarshalJSON ¶
func (v NullableNetworkListMultiResponse) MarshalJSON() ([]byte, error)
func (*NullableNetworkListMultiResponse) Set ¶
func (v *NullableNetworkListMultiResponse) Set(val *NetworkListMultiResponse)
func (*NullableNetworkListMultiResponse) UnmarshalJSON ¶
func (v *NullableNetworkListMultiResponse) UnmarshalJSON(src []byte) error
func (*NullableNetworkListMultiResponse) Unset ¶
func (v *NullableNetworkListMultiResponse) Unset()
type NullableNetworkListReadResponse ¶
type NullableNetworkListReadResponse struct {
// contains filtered or unexported fields
}
func NewNullableNetworkListReadResponse ¶
func NewNullableNetworkListReadResponse(val *NetworkListReadResponse) *NullableNetworkListReadResponse
func (NullableNetworkListReadResponse) Get ¶
func (v NullableNetworkListReadResponse) Get() *NetworkListReadResponse
func (NullableNetworkListReadResponse) IsSet ¶
func (v NullableNetworkListReadResponse) IsSet() bool
func (NullableNetworkListReadResponse) MarshalJSON ¶
func (v NullableNetworkListReadResponse) MarshalJSON() ([]byte, error)
func (*NullableNetworkListReadResponse) Set ¶
func (v *NullableNetworkListReadResponse) Set(val *NetworkListReadResponse)
func (*NullableNetworkListReadResponse) UnmarshalJSON ¶
func (v *NullableNetworkListReadResponse) UnmarshalJSON(src []byte) error
func (*NullableNetworkListReadResponse) Unset ¶
func (v *NullableNetworkListReadResponse) Unset()
type NullableNetworkListUpdateResponse ¶
type NullableNetworkListUpdateResponse struct {
// contains filtered or unexported fields
}
func NewNullableNetworkListUpdateResponse ¶
func NewNullableNetworkListUpdateResponse(val *NetworkListUpdateResponse) *NullableNetworkListUpdateResponse
func (NullableNetworkListUpdateResponse) Get ¶
func (v NullableNetworkListUpdateResponse) Get() *NetworkListUpdateResponse
func (NullableNetworkListUpdateResponse) IsSet ¶
func (v NullableNetworkListUpdateResponse) IsSet() bool
func (NullableNetworkListUpdateResponse) MarshalJSON ¶
func (v NullableNetworkListUpdateResponse) MarshalJSON() ([]byte, error)
func (*NullableNetworkListUpdateResponse) Set ¶
func (v *NullableNetworkListUpdateResponse) Set(val *NetworkListUpdateResponse)
func (*NullableNetworkListUpdateResponse) UnmarshalJSON ¶
func (v *NullableNetworkListUpdateResponse) UnmarshalJSON(src []byte) error
func (*NullableNetworkListUpdateResponse) Unset ¶
func (v *NullableNetworkListUpdateResponse) Unset()
type NullableNetworkListsCreateNetworkList409Response ¶
type NullableNetworkListsCreateNetworkList409Response struct {
// contains filtered or unexported fields
}
func NewNullableNetworkListsCreateNetworkList409Response ¶
func NewNullableNetworkListsCreateNetworkList409Response(val *NetworkListsCreateNetworkList409Response) *NullableNetworkListsCreateNetworkList409Response
func (NullableNetworkListsCreateNetworkList409Response) IsSet ¶
func (v NullableNetworkListsCreateNetworkList409Response) IsSet() bool
func (NullableNetworkListsCreateNetworkList409Response) MarshalJSON ¶
func (v NullableNetworkListsCreateNetworkList409Response) MarshalJSON() ([]byte, error)
func (*NullableNetworkListsCreateNetworkList409Response) UnmarshalJSON ¶
func (v *NullableNetworkListsCreateNetworkList409Response) UnmarshalJSON(src []byte) error
func (*NullableNetworkListsCreateNetworkList409Response) Unset ¶
func (v *NullableNetworkListsCreateNetworkList409Response) Unset()
type NullableNetworkListsCreateNetworkList409ResponseError ¶
type NullableNetworkListsCreateNetworkList409ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableNetworkListsCreateNetworkList409ResponseError ¶
func NewNullableNetworkListsCreateNetworkList409ResponseError(val *NetworkListsCreateNetworkList409ResponseError) *NullableNetworkListsCreateNetworkList409ResponseError
func (NullableNetworkListsCreateNetworkList409ResponseError) IsSet ¶
func (v NullableNetworkListsCreateNetworkList409ResponseError) IsSet() bool
func (NullableNetworkListsCreateNetworkList409ResponseError) MarshalJSON ¶
func (v NullableNetworkListsCreateNetworkList409ResponseError) MarshalJSON() ([]byte, error)
func (*NullableNetworkListsCreateNetworkList409ResponseError) UnmarshalJSON ¶
func (v *NullableNetworkListsCreateNetworkList409ResponseError) UnmarshalJSON(src []byte) error
func (*NullableNetworkListsCreateNetworkList409ResponseError) Unset ¶
func (v *NullableNetworkListsCreateNetworkList409ResponseError) Unset()
type NullableNetworkListsDeleteNetworkLists400Response ¶
type NullableNetworkListsDeleteNetworkLists400Response struct {
// contains filtered or unexported fields
}
func NewNullableNetworkListsDeleteNetworkLists400Response ¶
func NewNullableNetworkListsDeleteNetworkLists400Response(val *NetworkListsDeleteNetworkLists400Response) *NullableNetworkListsDeleteNetworkLists400Response
func (NullableNetworkListsDeleteNetworkLists400Response) IsSet ¶
func (v NullableNetworkListsDeleteNetworkLists400Response) IsSet() bool
func (NullableNetworkListsDeleteNetworkLists400Response) MarshalJSON ¶
func (v NullableNetworkListsDeleteNetworkLists400Response) MarshalJSON() ([]byte, error)
func (*NullableNetworkListsDeleteNetworkLists400Response) UnmarshalJSON ¶
func (v *NullableNetworkListsDeleteNetworkLists400Response) UnmarshalJSON(src []byte) error
func (*NullableNetworkListsDeleteNetworkLists400Response) Unset ¶
func (v *NullableNetworkListsDeleteNetworkLists400Response) Unset()
type NullableNetworkListsDeleteNetworkLists400ResponseError ¶
type NullableNetworkListsDeleteNetworkLists400ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableNetworkListsDeleteNetworkLists400ResponseError ¶
func NewNullableNetworkListsDeleteNetworkLists400ResponseError(val *NetworkListsDeleteNetworkLists400ResponseError) *NullableNetworkListsDeleteNetworkLists400ResponseError
func (NullableNetworkListsDeleteNetworkLists400ResponseError) IsSet ¶
func (v NullableNetworkListsDeleteNetworkLists400ResponseError) IsSet() bool
func (NullableNetworkListsDeleteNetworkLists400ResponseError) MarshalJSON ¶
func (v NullableNetworkListsDeleteNetworkLists400ResponseError) MarshalJSON() ([]byte, error)
func (*NullableNetworkListsDeleteNetworkLists400ResponseError) UnmarshalJSON ¶
func (v *NullableNetworkListsDeleteNetworkLists400ResponseError) UnmarshalJSON(src []byte) error
func (*NullableNetworkListsDeleteNetworkLists400ResponseError) Unset ¶
func (v *NullableNetworkListsDeleteNetworkLists400ResponseError) Unset()
type NullableNetworkListsDeleteNetworkLists404Response ¶
type NullableNetworkListsDeleteNetworkLists404Response struct {
// contains filtered or unexported fields
}
func NewNullableNetworkListsDeleteNetworkLists404Response ¶
func NewNullableNetworkListsDeleteNetworkLists404Response(val *NetworkListsDeleteNetworkLists404Response) *NullableNetworkListsDeleteNetworkLists404Response
func (NullableNetworkListsDeleteNetworkLists404Response) IsSet ¶
func (v NullableNetworkListsDeleteNetworkLists404Response) IsSet() bool
func (NullableNetworkListsDeleteNetworkLists404Response) MarshalJSON ¶
func (v NullableNetworkListsDeleteNetworkLists404Response) MarshalJSON() ([]byte, error)
func (*NullableNetworkListsDeleteNetworkLists404Response) UnmarshalJSON ¶
func (v *NullableNetworkListsDeleteNetworkLists404Response) UnmarshalJSON(src []byte) error
func (*NullableNetworkListsDeleteNetworkLists404Response) Unset ¶
func (v *NullableNetworkListsDeleteNetworkLists404Response) Unset()
type NullableNetworkListsDeleteNetworkLists404ResponseError ¶
type NullableNetworkListsDeleteNetworkLists404ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableNetworkListsDeleteNetworkLists404ResponseError ¶
func NewNullableNetworkListsDeleteNetworkLists404ResponseError(val *NetworkListsDeleteNetworkLists404ResponseError) *NullableNetworkListsDeleteNetworkLists404ResponseError
func (NullableNetworkListsDeleteNetworkLists404ResponseError) IsSet ¶
func (v NullableNetworkListsDeleteNetworkLists404ResponseError) IsSet() bool
func (NullableNetworkListsDeleteNetworkLists404ResponseError) MarshalJSON ¶
func (v NullableNetworkListsDeleteNetworkLists404ResponseError) MarshalJSON() ([]byte, error)
func (*NullableNetworkListsDeleteNetworkLists404ResponseError) UnmarshalJSON ¶
func (v *NullableNetworkListsDeleteNetworkLists404ResponseError) UnmarshalJSON(src []byte) error
func (*NullableNetworkListsDeleteNetworkLists404ResponseError) Unset ¶
func (v *NullableNetworkListsDeleteNetworkLists404ResponseError) Unset()
type NullableNetworkListsDeleteRequest ¶
type NullableNetworkListsDeleteRequest struct {
// contains filtered or unexported fields
}
func NewNullableNetworkListsDeleteRequest ¶
func NewNullableNetworkListsDeleteRequest(val *NetworkListsDeleteRequest) *NullableNetworkListsDeleteRequest
func (NullableNetworkListsDeleteRequest) Get ¶
func (v NullableNetworkListsDeleteRequest) Get() *NetworkListsDeleteRequest
func (NullableNetworkListsDeleteRequest) IsSet ¶
func (v NullableNetworkListsDeleteRequest) IsSet() bool
func (NullableNetworkListsDeleteRequest) MarshalJSON ¶
func (v NullableNetworkListsDeleteRequest) MarshalJSON() ([]byte, error)
func (*NullableNetworkListsDeleteRequest) Set ¶
func (v *NullableNetworkListsDeleteRequest) Set(val *NetworkListsDeleteRequest)
func (*NullableNetworkListsDeleteRequest) UnmarshalJSON ¶
func (v *NullableNetworkListsDeleteRequest) UnmarshalJSON(src []byte) error
func (*NullableNetworkListsDeleteRequest) Unset ¶
func (v *NullableNetworkListsDeleteRequest) Unset()
type NullablePoPRegion ¶
type NullablePoPRegion struct {
// contains filtered or unexported fields
}
func NewNullablePoPRegion ¶
func NewNullablePoPRegion(val *PoPRegion) *NullablePoPRegion
func (NullablePoPRegion) Get ¶
func (v NullablePoPRegion) Get() *PoPRegion
func (NullablePoPRegion) IsSet ¶
func (v NullablePoPRegion) IsSet() bool
func (NullablePoPRegion) MarshalJSON ¶
func (v NullablePoPRegion) MarshalJSON() ([]byte, error)
func (*NullablePoPRegion) Set ¶
func (v *NullablePoPRegion) Set(val *PoPRegion)
func (*NullablePoPRegion) UnmarshalJSON ¶
func (v *NullablePoPRegion) UnmarshalJSON(src []byte) error
func (*NullablePoPRegion) Unset ¶
func (v *NullablePoPRegion) Unset()
type NullablePopRegionsReadPoPRegion404Response ¶
type NullablePopRegionsReadPoPRegion404Response struct {
// contains filtered or unexported fields
}
func NewNullablePopRegionsReadPoPRegion404Response ¶
func NewNullablePopRegionsReadPoPRegion404Response(val *PopRegionsReadPoPRegion404Response) *NullablePopRegionsReadPoPRegion404Response
func (NullablePopRegionsReadPoPRegion404Response) IsSet ¶
func (v NullablePopRegionsReadPoPRegion404Response) IsSet() bool
func (NullablePopRegionsReadPoPRegion404Response) MarshalJSON ¶
func (v NullablePopRegionsReadPoPRegion404Response) MarshalJSON() ([]byte, error)
func (*NullablePopRegionsReadPoPRegion404Response) Set ¶
func (v *NullablePopRegionsReadPoPRegion404Response) Set(val *PopRegionsReadPoPRegion404Response)
func (*NullablePopRegionsReadPoPRegion404Response) UnmarshalJSON ¶
func (v *NullablePopRegionsReadPoPRegion404Response) UnmarshalJSON(src []byte) error
func (*NullablePopRegionsReadPoPRegion404Response) Unset ¶
func (v *NullablePopRegionsReadPoPRegion404Response) Unset()
type NullablePopRegionsReadPoPRegion404ResponseError ¶
type NullablePopRegionsReadPoPRegion404ResponseError struct {
// contains filtered or unexported fields
}
func NewNullablePopRegionsReadPoPRegion404ResponseError ¶
func NewNullablePopRegionsReadPoPRegion404ResponseError(val *PopRegionsReadPoPRegion404ResponseError) *NullablePopRegionsReadPoPRegion404ResponseError
func (NullablePopRegionsReadPoPRegion404ResponseError) IsSet ¶
func (v NullablePopRegionsReadPoPRegion404ResponseError) IsSet() bool
func (NullablePopRegionsReadPoPRegion404ResponseError) MarshalJSON ¶
func (v NullablePopRegionsReadPoPRegion404ResponseError) MarshalJSON() ([]byte, error)
func (*NullablePopRegionsReadPoPRegion404ResponseError) UnmarshalJSON ¶
func (v *NullablePopRegionsReadPoPRegion404ResponseError) UnmarshalJSON(src []byte) error
func (*NullablePopRegionsReadPoPRegion404ResponseError) Unset ¶
func (v *NullablePopRegionsReadPoPRegion404ResponseError) Unset()
type NullableProtobufFieldMask ¶
type NullableProtobufFieldMask struct {
// contains filtered or unexported fields
}
func NewNullableProtobufFieldMask ¶
func NewNullableProtobufFieldMask(val *ProtobufFieldMask) *NullableProtobufFieldMask
func (NullableProtobufFieldMask) Get ¶
func (v NullableProtobufFieldMask) Get() *ProtobufFieldMask
func (NullableProtobufFieldMask) IsSet ¶
func (v NullableProtobufFieldMask) IsSet() bool
func (NullableProtobufFieldMask) MarshalJSON ¶
func (v NullableProtobufFieldMask) MarshalJSON() ([]byte, error)
func (*NullableProtobufFieldMask) Set ¶
func (v *NullableProtobufFieldMask) Set(val *ProtobufFieldMask)
func (*NullableProtobufFieldMask) UnmarshalJSON ¶
func (v *NullableProtobufFieldMask) UnmarshalJSON(src []byte) error
func (*NullableProtobufFieldMask) Unset ¶
func (v *NullableProtobufFieldMask) Unset()
type NullableReadPoPRegionResponse ¶
type NullableReadPoPRegionResponse struct {
// contains filtered or unexported fields
}
func NewNullableReadPoPRegionResponse ¶
func NewNullableReadPoPRegionResponse(val *ReadPoPRegionResponse) *NullableReadPoPRegionResponse
func (NullableReadPoPRegionResponse) Get ¶
func (v NullableReadPoPRegionResponse) Get() *ReadPoPRegionResponse
func (NullableReadPoPRegionResponse) IsSet ¶
func (v NullableReadPoPRegionResponse) IsSet() bool
func (NullableReadPoPRegionResponse) MarshalJSON ¶
func (v NullableReadPoPRegionResponse) MarshalJSON() ([]byte, error)
func (*NullableReadPoPRegionResponse) Set ¶
func (v *NullableReadPoPRegionResponse) Set(val *ReadPoPRegionResponse)
func (*NullableReadPoPRegionResponse) UnmarshalJSON ¶
func (v *NullableReadPoPRegionResponse) UnmarshalJSON(src []byte) error
func (*NullableReadPoPRegionResponse) Unset ¶
func (v *NullableReadPoPRegionResponse) Unset()
type NullableSecurityPoliciesCreateSecurityPolicy400Response ¶
type NullableSecurityPoliciesCreateSecurityPolicy400Response struct {
// contains filtered or unexported fields
}
func NewNullableSecurityPoliciesCreateSecurityPolicy400Response ¶
func NewNullableSecurityPoliciesCreateSecurityPolicy400Response(val *SecurityPoliciesCreateSecurityPolicy400Response) *NullableSecurityPoliciesCreateSecurityPolicy400Response
func (NullableSecurityPoliciesCreateSecurityPolicy400Response) IsSet ¶
func (v NullableSecurityPoliciesCreateSecurityPolicy400Response) IsSet() bool
func (NullableSecurityPoliciesCreateSecurityPolicy400Response) MarshalJSON ¶
func (v NullableSecurityPoliciesCreateSecurityPolicy400Response) MarshalJSON() ([]byte, error)
func (*NullableSecurityPoliciesCreateSecurityPolicy400Response) UnmarshalJSON ¶
func (v *NullableSecurityPoliciesCreateSecurityPolicy400Response) UnmarshalJSON(src []byte) error
func (*NullableSecurityPoliciesCreateSecurityPolicy400Response) Unset ¶
func (v *NullableSecurityPoliciesCreateSecurityPolicy400Response) Unset()
type NullableSecurityPoliciesCreateSecurityPolicy400ResponseError ¶
type NullableSecurityPoliciesCreateSecurityPolicy400ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableSecurityPoliciesCreateSecurityPolicy400ResponseError ¶
func NewNullableSecurityPoliciesCreateSecurityPolicy400ResponseError(val *SecurityPoliciesCreateSecurityPolicy400ResponseError) *NullableSecurityPoliciesCreateSecurityPolicy400ResponseError
func (NullableSecurityPoliciesCreateSecurityPolicy400ResponseError) IsSet ¶
func (v NullableSecurityPoliciesCreateSecurityPolicy400ResponseError) IsSet() bool
func (NullableSecurityPoliciesCreateSecurityPolicy400ResponseError) MarshalJSON ¶
func (v NullableSecurityPoliciesCreateSecurityPolicy400ResponseError) MarshalJSON() ([]byte, error)
func (*NullableSecurityPoliciesCreateSecurityPolicy400ResponseError) UnmarshalJSON ¶
func (v *NullableSecurityPoliciesCreateSecurityPolicy400ResponseError) UnmarshalJSON(src []byte) error
func (*NullableSecurityPoliciesCreateSecurityPolicy400ResponseError) Unset ¶
func (v *NullableSecurityPoliciesCreateSecurityPolicy400ResponseError) Unset()
type NullableSecurityPoliciesCreateSecurityPolicy409Response ¶
type NullableSecurityPoliciesCreateSecurityPolicy409Response struct {
// contains filtered or unexported fields
}
func NewNullableSecurityPoliciesCreateSecurityPolicy409Response ¶
func NewNullableSecurityPoliciesCreateSecurityPolicy409Response(val *SecurityPoliciesCreateSecurityPolicy409Response) *NullableSecurityPoliciesCreateSecurityPolicy409Response
func (NullableSecurityPoliciesCreateSecurityPolicy409Response) IsSet ¶
func (v NullableSecurityPoliciesCreateSecurityPolicy409Response) IsSet() bool
func (NullableSecurityPoliciesCreateSecurityPolicy409Response) MarshalJSON ¶
func (v NullableSecurityPoliciesCreateSecurityPolicy409Response) MarshalJSON() ([]byte, error)
func (*NullableSecurityPoliciesCreateSecurityPolicy409Response) UnmarshalJSON ¶
func (v *NullableSecurityPoliciesCreateSecurityPolicy409Response) UnmarshalJSON(src []byte) error
func (*NullableSecurityPoliciesCreateSecurityPolicy409Response) Unset ¶
func (v *NullableSecurityPoliciesCreateSecurityPolicy409Response) Unset()
type NullableSecurityPoliciesCreateSecurityPolicy409ResponseError ¶
type NullableSecurityPoliciesCreateSecurityPolicy409ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableSecurityPoliciesCreateSecurityPolicy409ResponseError ¶
func NewNullableSecurityPoliciesCreateSecurityPolicy409ResponseError(val *SecurityPoliciesCreateSecurityPolicy409ResponseError) *NullableSecurityPoliciesCreateSecurityPolicy409ResponseError
func (NullableSecurityPoliciesCreateSecurityPolicy409ResponseError) IsSet ¶
func (v NullableSecurityPoliciesCreateSecurityPolicy409ResponseError) IsSet() bool
func (NullableSecurityPoliciesCreateSecurityPolicy409ResponseError) MarshalJSON ¶
func (v NullableSecurityPoliciesCreateSecurityPolicy409ResponseError) MarshalJSON() ([]byte, error)
func (*NullableSecurityPoliciesCreateSecurityPolicy409ResponseError) UnmarshalJSON ¶
func (v *NullableSecurityPoliciesCreateSecurityPolicy409ResponseError) UnmarshalJSON(src []byte) error
func (*NullableSecurityPoliciesCreateSecurityPolicy409ResponseError) Unset ¶
func (v *NullableSecurityPoliciesCreateSecurityPolicy409ResponseError) Unset()
type NullableSecurityPoliciesReadSecurityPolicy404Response ¶
type NullableSecurityPoliciesReadSecurityPolicy404Response struct {
// contains filtered or unexported fields
}
func NewNullableSecurityPoliciesReadSecurityPolicy404Response ¶
func NewNullableSecurityPoliciesReadSecurityPolicy404Response(val *SecurityPoliciesReadSecurityPolicy404Response) *NullableSecurityPoliciesReadSecurityPolicy404Response
func (NullableSecurityPoliciesReadSecurityPolicy404Response) IsSet ¶
func (v NullableSecurityPoliciesReadSecurityPolicy404Response) IsSet() bool
func (NullableSecurityPoliciesReadSecurityPolicy404Response) MarshalJSON ¶
func (v NullableSecurityPoliciesReadSecurityPolicy404Response) MarshalJSON() ([]byte, error)
func (*NullableSecurityPoliciesReadSecurityPolicy404Response) UnmarshalJSON ¶
func (v *NullableSecurityPoliciesReadSecurityPolicy404Response) UnmarshalJSON(src []byte) error
func (*NullableSecurityPoliciesReadSecurityPolicy404Response) Unset ¶
func (v *NullableSecurityPoliciesReadSecurityPolicy404Response) Unset()
type NullableSecurityPoliciesReadSecurityPolicy404ResponseError ¶
type NullableSecurityPoliciesReadSecurityPolicy404ResponseError struct {
// contains filtered or unexported fields
}
func NewNullableSecurityPoliciesReadSecurityPolicy404ResponseError ¶
func NewNullableSecurityPoliciesReadSecurityPolicy404ResponseError(val *SecurityPoliciesReadSecurityPolicy404ResponseError) *NullableSecurityPoliciesReadSecurityPolicy404ResponseError
func (NullableSecurityPoliciesReadSecurityPolicy404ResponseError) IsSet ¶
func (v NullableSecurityPoliciesReadSecurityPolicy404ResponseError) IsSet() bool
func (NullableSecurityPoliciesReadSecurityPolicy404ResponseError) MarshalJSON ¶
func (v NullableSecurityPoliciesReadSecurityPolicy404ResponseError) MarshalJSON() ([]byte, error)
func (*NullableSecurityPoliciesReadSecurityPolicy404ResponseError) UnmarshalJSON ¶
func (v *NullableSecurityPoliciesReadSecurityPolicy404ResponseError) UnmarshalJSON(src []byte) error
func (*NullableSecurityPoliciesReadSecurityPolicy404ResponseError) Unset ¶
func (v *NullableSecurityPoliciesReadSecurityPolicy404ResponseError) Unset()
type NullableSecurityPolicy ¶
type NullableSecurityPolicy struct {
// contains filtered or unexported fields
}
func NewNullableSecurityPolicy ¶
func NewNullableSecurityPolicy(val *SecurityPolicy) *NullableSecurityPolicy
func (NullableSecurityPolicy) Get ¶
func (v NullableSecurityPolicy) Get() *SecurityPolicy
func (NullableSecurityPolicy) IsSet ¶
func (v NullableSecurityPolicy) IsSet() bool
func (NullableSecurityPolicy) MarshalJSON ¶
func (v NullableSecurityPolicy) MarshalJSON() ([]byte, error)
func (*NullableSecurityPolicy) Set ¶
func (v *NullableSecurityPolicy) Set(val *SecurityPolicy)
func (*NullableSecurityPolicy) UnmarshalJSON ¶
func (v *NullableSecurityPolicy) UnmarshalJSON(src []byte) error
func (*NullableSecurityPolicy) Unset ¶
func (v *NullableSecurityPolicy) Unset()
type NullableSecurityPolicyCreateResponse ¶
type NullableSecurityPolicyCreateResponse struct {
// contains filtered or unexported fields
}
func NewNullableSecurityPolicyCreateResponse ¶
func NewNullableSecurityPolicyCreateResponse(val *SecurityPolicyCreateResponse) *NullableSecurityPolicyCreateResponse
func (NullableSecurityPolicyCreateResponse) Get ¶
func (v NullableSecurityPolicyCreateResponse) Get() *SecurityPolicyCreateResponse
func (NullableSecurityPolicyCreateResponse) IsSet ¶
func (v NullableSecurityPolicyCreateResponse) IsSet() bool
func (NullableSecurityPolicyCreateResponse) MarshalJSON ¶
func (v NullableSecurityPolicyCreateResponse) MarshalJSON() ([]byte, error)
func (*NullableSecurityPolicyCreateResponse) Set ¶
func (v *NullableSecurityPolicyCreateResponse) Set(val *SecurityPolicyCreateResponse)
func (*NullableSecurityPolicyCreateResponse) UnmarshalJSON ¶
func (v *NullableSecurityPolicyCreateResponse) UnmarshalJSON(src []byte) error
func (*NullableSecurityPolicyCreateResponse) Unset ¶
func (v *NullableSecurityPolicyCreateResponse) Unset()
type NullableSecurityPolicyDeleteRequest ¶
type NullableSecurityPolicyDeleteRequest struct {
// contains filtered or unexported fields
}
func NewNullableSecurityPolicyDeleteRequest ¶
func NewNullableSecurityPolicyDeleteRequest(val *SecurityPolicyDeleteRequest) *NullableSecurityPolicyDeleteRequest
func (NullableSecurityPolicyDeleteRequest) Get ¶
func (v NullableSecurityPolicyDeleteRequest) Get() *SecurityPolicyDeleteRequest
func (NullableSecurityPolicyDeleteRequest) IsSet ¶
func (v NullableSecurityPolicyDeleteRequest) IsSet() bool
func (NullableSecurityPolicyDeleteRequest) MarshalJSON ¶
func (v NullableSecurityPolicyDeleteRequest) MarshalJSON() ([]byte, error)
func (*NullableSecurityPolicyDeleteRequest) Set ¶
func (v *NullableSecurityPolicyDeleteRequest) Set(val *SecurityPolicyDeleteRequest)
func (*NullableSecurityPolicyDeleteRequest) UnmarshalJSON ¶
func (v *NullableSecurityPolicyDeleteRequest) UnmarshalJSON(src []byte) error
func (*NullableSecurityPolicyDeleteRequest) Unset ¶
func (v *NullableSecurityPolicyDeleteRequest) Unset()
type NullableSecurityPolicyMultiResponse ¶
type NullableSecurityPolicyMultiResponse struct {
// contains filtered or unexported fields
}
func NewNullableSecurityPolicyMultiResponse ¶
func NewNullableSecurityPolicyMultiResponse(val *SecurityPolicyMultiResponse) *NullableSecurityPolicyMultiResponse
func (NullableSecurityPolicyMultiResponse) Get ¶
func (v NullableSecurityPolicyMultiResponse) Get() *SecurityPolicyMultiResponse
func (NullableSecurityPolicyMultiResponse) IsSet ¶
func (v NullableSecurityPolicyMultiResponse) IsSet() bool
func (NullableSecurityPolicyMultiResponse) MarshalJSON ¶
func (v NullableSecurityPolicyMultiResponse) MarshalJSON() ([]byte, error)
func (*NullableSecurityPolicyMultiResponse) Set ¶
func (v *NullableSecurityPolicyMultiResponse) Set(val *SecurityPolicyMultiResponse)
func (*NullableSecurityPolicyMultiResponse) UnmarshalJSON ¶
func (v *NullableSecurityPolicyMultiResponse) UnmarshalJSON(src []byte) error
func (*NullableSecurityPolicyMultiResponse) Unset ¶
func (v *NullableSecurityPolicyMultiResponse) Unset()
type NullableSecurityPolicyReadResponse ¶
type NullableSecurityPolicyReadResponse struct {
// contains filtered or unexported fields
}
func NewNullableSecurityPolicyReadResponse ¶
func NewNullableSecurityPolicyReadResponse(val *SecurityPolicyReadResponse) *NullableSecurityPolicyReadResponse
func (NullableSecurityPolicyReadResponse) Get ¶
func (v NullableSecurityPolicyReadResponse) Get() *SecurityPolicyReadResponse
func (NullableSecurityPolicyReadResponse) IsSet ¶
func (v NullableSecurityPolicyReadResponse) IsSet() bool
func (NullableSecurityPolicyReadResponse) MarshalJSON ¶
func (v NullableSecurityPolicyReadResponse) MarshalJSON() ([]byte, error)
func (*NullableSecurityPolicyReadResponse) Set ¶
func (v *NullableSecurityPolicyReadResponse) Set(val *SecurityPolicyReadResponse)
func (*NullableSecurityPolicyReadResponse) UnmarshalJSON ¶
func (v *NullableSecurityPolicyReadResponse) UnmarshalJSON(src []byte) error
func (*NullableSecurityPolicyReadResponse) Unset ¶
func (v *NullableSecurityPolicyReadResponse) Unset()
type NullableSecurityPolicyRule ¶
type NullableSecurityPolicyRule struct {
// contains filtered or unexported fields
}
func NewNullableSecurityPolicyRule ¶
func NewNullableSecurityPolicyRule(val *SecurityPolicyRule) *NullableSecurityPolicyRule
func (NullableSecurityPolicyRule) Get ¶
func (v NullableSecurityPolicyRule) Get() *SecurityPolicyRule
func (NullableSecurityPolicyRule) IsSet ¶
func (v NullableSecurityPolicyRule) IsSet() bool
func (NullableSecurityPolicyRule) MarshalJSON ¶
func (v NullableSecurityPolicyRule) MarshalJSON() ([]byte, error)
func (*NullableSecurityPolicyRule) Set ¶
func (v *NullableSecurityPolicyRule) Set(val *SecurityPolicyRule)
func (*NullableSecurityPolicyRule) UnmarshalJSON ¶
func (v *NullableSecurityPolicyRule) UnmarshalJSON(src []byte) error
func (*NullableSecurityPolicyRule) Unset ¶
func (v *NullableSecurityPolicyRule) Unset()
type NullableSecurityPolicyRuleMultiResponse ¶
type NullableSecurityPolicyRuleMultiResponse struct {
// contains filtered or unexported fields
}
func NewNullableSecurityPolicyRuleMultiResponse ¶
func NewNullableSecurityPolicyRuleMultiResponse(val *SecurityPolicyRuleMultiResponse) *NullableSecurityPolicyRuleMultiResponse
func (NullableSecurityPolicyRuleMultiResponse) IsSet ¶
func (v NullableSecurityPolicyRuleMultiResponse) IsSet() bool
func (NullableSecurityPolicyRuleMultiResponse) MarshalJSON ¶
func (v NullableSecurityPolicyRuleMultiResponse) MarshalJSON() ([]byte, error)
func (*NullableSecurityPolicyRuleMultiResponse) Set ¶
func (v *NullableSecurityPolicyRuleMultiResponse) Set(val *SecurityPolicyRuleMultiResponse)
func (*NullableSecurityPolicyRuleMultiResponse) UnmarshalJSON ¶
func (v *NullableSecurityPolicyRuleMultiResponse) UnmarshalJSON(src []byte) error
func (*NullableSecurityPolicyRuleMultiResponse) Unset ¶
func (v *NullableSecurityPolicyRuleMultiResponse) Unset()
type NullableSecurityPolicyUpdateResponse ¶
type NullableSecurityPolicyUpdateResponse struct {
// contains filtered or unexported fields
}
func NewNullableSecurityPolicyUpdateResponse ¶
func NewNullableSecurityPolicyUpdateResponse(val *SecurityPolicyUpdateResponse) *NullableSecurityPolicyUpdateResponse
func (NullableSecurityPolicyUpdateResponse) Get ¶
func (v NullableSecurityPolicyUpdateResponse) Get() *SecurityPolicyUpdateResponse
func (NullableSecurityPolicyUpdateResponse) IsSet ¶
func (v NullableSecurityPolicyUpdateResponse) IsSet() bool
func (NullableSecurityPolicyUpdateResponse) MarshalJSON ¶
func (v NullableSecurityPolicyUpdateResponse) MarshalJSON() ([]byte, error)
func (*NullableSecurityPolicyUpdateResponse) Set ¶
func (v *NullableSecurityPolicyUpdateResponse) Set(val *SecurityPolicyUpdateResponse)
func (*NullableSecurityPolicyUpdateResponse) UnmarshalJSON ¶
func (v *NullableSecurityPolicyUpdateResponse) UnmarshalJSON(src []byte) error
func (*NullableSecurityPolicyUpdateResponse) Unset ¶
func (v *NullableSecurityPolicyUpdateResponse) 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 NullableThreatFeed ¶
type NullableThreatFeed struct {
// contains filtered or unexported fields
}
func NewNullableThreatFeed ¶
func NewNullableThreatFeed(val *ThreatFeed) *NullableThreatFeed
func (NullableThreatFeed) Get ¶
func (v NullableThreatFeed) Get() *ThreatFeed
func (NullableThreatFeed) IsSet ¶
func (v NullableThreatFeed) IsSet() bool
func (NullableThreatFeed) MarshalJSON ¶
func (v NullableThreatFeed) MarshalJSON() ([]byte, error)
func (*NullableThreatFeed) Set ¶
func (v *NullableThreatFeed) Set(val *ThreatFeed)
func (*NullableThreatFeed) UnmarshalJSON ¶
func (v *NullableThreatFeed) UnmarshalJSON(src []byte) error
func (*NullableThreatFeed) Unset ¶
func (v *NullableThreatFeed) Unset()
type NullableThreatFeedMultiResponse ¶
type NullableThreatFeedMultiResponse struct {
// contains filtered or unexported fields
}
func NewNullableThreatFeedMultiResponse ¶
func NewNullableThreatFeedMultiResponse(val *ThreatFeedMultiResponse) *NullableThreatFeedMultiResponse
func (NullableThreatFeedMultiResponse) Get ¶
func (v NullableThreatFeedMultiResponse) Get() *ThreatFeedMultiResponse
func (NullableThreatFeedMultiResponse) IsSet ¶
func (v NullableThreatFeedMultiResponse) IsSet() bool
func (NullableThreatFeedMultiResponse) MarshalJSON ¶
func (v NullableThreatFeedMultiResponse) MarshalJSON() ([]byte, error)
func (*NullableThreatFeedMultiResponse) Set ¶
func (v *NullableThreatFeedMultiResponse) Set(val *ThreatFeedMultiResponse)
func (*NullableThreatFeedMultiResponse) UnmarshalJSON ¶
func (v *NullableThreatFeedMultiResponse) UnmarshalJSON(src []byte) error
func (*NullableThreatFeedMultiResponse) Unset ¶
func (v *NullableThreatFeedMultiResponse) Unset()
type NullableThreatFeedSource ¶
type NullableThreatFeedSource struct {
// contains filtered or unexported fields
}
func NewNullableThreatFeedSource ¶
func NewNullableThreatFeedSource(val *ThreatFeedSource) *NullableThreatFeedSource
func (NullableThreatFeedSource) Get ¶
func (v NullableThreatFeedSource) Get() *ThreatFeedSource
func (NullableThreatFeedSource) IsSet ¶
func (v NullableThreatFeedSource) IsSet() bool
func (NullableThreatFeedSource) MarshalJSON ¶
func (v NullableThreatFeedSource) MarshalJSON() ([]byte, error)
func (*NullableThreatFeedSource) Set ¶
func (v *NullableThreatFeedSource) Set(val *ThreatFeedSource)
func (*NullableThreatFeedSource) UnmarshalJSON ¶
func (v *NullableThreatFeedSource) UnmarshalJSON(src []byte) error
func (*NullableThreatFeedSource) Unset ¶
func (v *NullableThreatFeedSource) 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 PoPRegion ¶
type PoPRegion struct { // PoP Region's IP addresses Addresses []string `json:"addresses,omitempty"` // The PoP Region's serial, unique ID Id *int32 `json:"id,omitempty"` // PoP Region's location Location *string `json:"location,omitempty"` // PoP Region's name Region *string `json:"region,omitempty"` AdditionalProperties map[string]interface{} }
PoPRegion PoPRegion message for a Point of Presence (PoP) region
func NewPoPRegion ¶
func NewPoPRegion() *PoPRegion
NewPoPRegion instantiates a new PoPRegion object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPoPRegionWithDefaults ¶
func NewPoPRegionWithDefaults() *PoPRegion
NewPoPRegionWithDefaults instantiates a new PoPRegion object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PoPRegion) GetAddresses ¶
GetAddresses returns the Addresses field value if set, zero value otherwise.
func (*PoPRegion) GetAddressesOk ¶
GetAddressesOk returns a tuple with the Addresses field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PoPRegion) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PoPRegion) GetLocation ¶
GetLocation returns the Location field value if set, zero value otherwise.
func (*PoPRegion) GetLocationOk ¶
GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PoPRegion) GetRegion ¶
GetRegion returns the Region field value if set, zero value otherwise.
func (*PoPRegion) GetRegionOk ¶
GetRegionOk returns a tuple with the Region field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PoPRegion) HasAddresses ¶
HasAddresses returns a boolean if a field has been set.
func (*PoPRegion) HasLocation ¶
HasLocation returns a boolean if a field has been set.
func (PoPRegion) MarshalJSON ¶
func (*PoPRegion) SetAddresses ¶
SetAddresses gets a reference to the given []string and assigns it to the Addresses field.
func (*PoPRegion) SetLocation ¶
SetLocation gets a reference to the given string and assigns it to the Location field.
func (*PoPRegion) SetRegion ¶
SetRegion gets a reference to the given string and assigns it to the Region field.
func (*PoPRegion) UnmarshalJSON ¶
type PopRegionsAPI ¶
type PopRegionsAPI interface { /* ListPoPRegions List PoP Regions. Use this method to retrieve information on all Point of Presence (PoP) regions availablein the database. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return PopRegionsAPIListPoPRegionsRequest */ ListPoPRegions(ctx context.Context) PopRegionsAPIListPoPRegionsRequest // ListPoPRegionsExecute executes the request // @return ListPoPRegionsResponse ListPoPRegionsExecute(r PopRegionsAPIListPoPRegionsRequest) (*ListPoPRegionsResponse, *http.Response, error) /* ReadPoPRegion Read PoP Region. Use this method to retrieve information on the specified PoP region object. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The PoP region object identifier @return PopRegionsAPIReadPoPRegionRequest */ ReadPoPRegion(ctx context.Context, id int32) PopRegionsAPIReadPoPRegionRequest // ReadPoPRegionExecute executes the request // @return ReadPoPRegionResponse ReadPoPRegionExecute(r PopRegionsAPIReadPoPRegionRequest) (*ReadPoPRegionResponse, *http.Response, error) }
type PopRegionsAPIListPoPRegionsRequest ¶
type PopRegionsAPIListPoPRegionsRequest struct { ApiService PopRegionsAPI // contains filtered or unexported fields }
func (PopRegionsAPIListPoPRegionsRequest) Execute ¶
func (r PopRegionsAPIListPoPRegionsRequest) Execute() (*ListPoPRegionsResponse, *http.Response, error)
func (PopRegionsAPIListPoPRegionsRequest) Fields ¶
func (r PopRegionsAPIListPoPRegionsRequest) Fields(fields string) PopRegionsAPIListPoPRegionsRequest
A collection of response resources can be transformed by specifying a set of JSON tags to be returned. For a “flat” resource, the tag name is straightforward. If field selection is allowed on non-flat hierarchical resources, the service should implement a qualified naming scheme such as dot-qualification to reference data down the hierarchy. If a resource does not have the specified tag, the tag does not appear in the output resource. Specify this parameter as a comma-separated list of JSON tag names.
func (PopRegionsAPIListPoPRegionsRequest) Filter ¶
func (r PopRegionsAPIListPoPRegionsRequest) Filter(filter string) PopRegionsAPIListPoPRegionsRequest
A collection of response resources can be filtered by a logical expression string that includes JSON tag references to values in each resource, literal values, and logical operators. If a resource does not have the specified tag, its value is assumed to be null. Literal values include numbers (integer and floating-point), and quoted (both single- or double-quoted) literal strings, and 'null'. You can filter by following fields: | Name | type | Supported Ops | | ------------------ | ------ | ---------------- | | region | string | ==, != | | location | string | ~, !~ | Grouping operators (and, or, not, ()) are not supported between different fields.
func (PopRegionsAPIListPoPRegionsRequest) Limit ¶
func (r PopRegionsAPIListPoPRegionsRequest) Limit(limit int32) PopRegionsAPIListPoPRegionsRequest
The integer number of resources to be returned in the response. The service may impose maximum value. If omitted the service may impose a default value.
func (PopRegionsAPIListPoPRegionsRequest) Offset ¶
func (r PopRegionsAPIListPoPRegionsRequest) Offset(offset int32) PopRegionsAPIListPoPRegionsRequest
The integer index (zero-origin) of the offset into a collection of resources. If omitted or null the value is assumed to be '0'.
func (PopRegionsAPIListPoPRegionsRequest) PageToken ¶
func (r PopRegionsAPIListPoPRegionsRequest) PageToken(pageToken string) PopRegionsAPIListPoPRegionsRequest
The service-defined string used to identify a page of resources. A null value indicates the first page.
func (PopRegionsAPIListPoPRegionsRequest) Tfilter ¶
func (r PopRegionsAPIListPoPRegionsRequest) Tfilter(tfilter string) PopRegionsAPIListPoPRegionsRequest
Filtering by tags.
func (PopRegionsAPIListPoPRegionsRequest) TorderBy ¶
func (r PopRegionsAPIListPoPRegionsRequest) TorderBy(torderBy string) PopRegionsAPIListPoPRegionsRequest
Sorting by tags.
type PopRegionsAPIReadPoPRegionRequest ¶
type PopRegionsAPIReadPoPRegionRequest struct { ApiService PopRegionsAPI // contains filtered or unexported fields }
func (PopRegionsAPIReadPoPRegionRequest) Execute ¶
func (r PopRegionsAPIReadPoPRegionRequest) Execute() (*ReadPoPRegionResponse, *http.Response, error)
type PopRegionsAPIService ¶
PopRegionsAPIService PopRegionsAPI service
func (*PopRegionsAPIService) ListPoPRegions ¶
func (a *PopRegionsAPIService) ListPoPRegions(ctx context.Context) PopRegionsAPIListPoPRegionsRequest
ListPoPRegions List PoP Regions.
Use this method to retrieve information on all Point of Presence (PoP) regions availablein the database.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return PopRegionsAPIListPoPRegionsRequest
func (*PopRegionsAPIService) ListPoPRegionsExecute ¶
func (a *PopRegionsAPIService) ListPoPRegionsExecute(r PopRegionsAPIListPoPRegionsRequest) (*ListPoPRegionsResponse, *http.Response, error)
Execute executes the request
@return ListPoPRegionsResponse
func (*PopRegionsAPIService) ReadPoPRegion ¶
func (a *PopRegionsAPIService) ReadPoPRegion(ctx context.Context, id int32) PopRegionsAPIReadPoPRegionRequest
ReadPoPRegion Read PoP Region.
Use this method to retrieve information on the specified PoP region object.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The PoP region object identifier @return PopRegionsAPIReadPoPRegionRequest
func (*PopRegionsAPIService) ReadPoPRegionExecute ¶
func (a *PopRegionsAPIService) ReadPoPRegionExecute(r PopRegionsAPIReadPoPRegionRequest) (*ReadPoPRegionResponse, *http.Response, error)
Execute executes the request
@return ReadPoPRegionResponse
type PopRegionsReadPoPRegion404Response ¶
type PopRegionsReadPoPRegion404Response struct { Error *PopRegionsReadPoPRegion404ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
PopRegionsReadPoPRegion404Response struct for PopRegionsReadPoPRegion404Response
func NewPopRegionsReadPoPRegion404Response ¶
func NewPopRegionsReadPoPRegion404Response() *PopRegionsReadPoPRegion404Response
NewPopRegionsReadPoPRegion404Response instantiates a new PopRegionsReadPoPRegion404Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPopRegionsReadPoPRegion404ResponseWithDefaults ¶
func NewPopRegionsReadPoPRegion404ResponseWithDefaults() *PopRegionsReadPoPRegion404Response
NewPopRegionsReadPoPRegion404ResponseWithDefaults instantiates a new PopRegionsReadPoPRegion404Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PopRegionsReadPoPRegion404Response) GetError ¶
func (o *PopRegionsReadPoPRegion404Response) GetError() PopRegionsReadPoPRegion404ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*PopRegionsReadPoPRegion404Response) GetErrorOk ¶
func (o *PopRegionsReadPoPRegion404Response) GetErrorOk() (*PopRegionsReadPoPRegion404ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PopRegionsReadPoPRegion404Response) HasError ¶
func (o *PopRegionsReadPoPRegion404Response) HasError() bool
HasError returns a boolean if a field has been set.
func (PopRegionsReadPoPRegion404Response) MarshalJSON ¶
func (o PopRegionsReadPoPRegion404Response) MarshalJSON() ([]byte, error)
func (*PopRegionsReadPoPRegion404Response) SetError ¶
func (o *PopRegionsReadPoPRegion404Response) SetError(v PopRegionsReadPoPRegion404ResponseError)
SetError gets a reference to the given PopRegionsReadPoPRegion404ResponseError and assigns it to the Error field.
func (PopRegionsReadPoPRegion404Response) ToMap ¶
func (o PopRegionsReadPoPRegion404Response) ToMap() (map[string]interface{}, error)
func (*PopRegionsReadPoPRegion404Response) UnmarshalJSON ¶
func (o *PopRegionsReadPoPRegion404Response) UnmarshalJSON(data []byte) (err error)
type PopRegionsReadPoPRegion404ResponseError ¶
type PopRegionsReadPoPRegion404ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
PopRegionsReadPoPRegion404ResponseError struct for PopRegionsReadPoPRegion404ResponseError
func NewPopRegionsReadPoPRegion404ResponseError ¶
func NewPopRegionsReadPoPRegion404ResponseError() *PopRegionsReadPoPRegion404ResponseError
NewPopRegionsReadPoPRegion404ResponseError instantiates a new PopRegionsReadPoPRegion404ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPopRegionsReadPoPRegion404ResponseErrorWithDefaults ¶
func NewPopRegionsReadPoPRegion404ResponseErrorWithDefaults() *PopRegionsReadPoPRegion404ResponseError
NewPopRegionsReadPoPRegion404ResponseErrorWithDefaults instantiates a new PopRegionsReadPoPRegion404ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PopRegionsReadPoPRegion404ResponseError) GetCode ¶
func (o *PopRegionsReadPoPRegion404ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*PopRegionsReadPoPRegion404ResponseError) GetCodeOk ¶
func (o *PopRegionsReadPoPRegion404ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PopRegionsReadPoPRegion404ResponseError) GetMessage ¶
func (o *PopRegionsReadPoPRegion404ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*PopRegionsReadPoPRegion404ResponseError) GetMessageOk ¶
func (o *PopRegionsReadPoPRegion404ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PopRegionsReadPoPRegion404ResponseError) GetStatus ¶
func (o *PopRegionsReadPoPRegion404ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*PopRegionsReadPoPRegion404ResponseError) GetStatusOk ¶
func (o *PopRegionsReadPoPRegion404ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PopRegionsReadPoPRegion404ResponseError) HasCode ¶
func (o *PopRegionsReadPoPRegion404ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*PopRegionsReadPoPRegion404ResponseError) HasMessage ¶
func (o *PopRegionsReadPoPRegion404ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*PopRegionsReadPoPRegion404ResponseError) HasStatus ¶
func (o *PopRegionsReadPoPRegion404ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (PopRegionsReadPoPRegion404ResponseError) MarshalJSON ¶
func (o PopRegionsReadPoPRegion404ResponseError) MarshalJSON() ([]byte, error)
func (*PopRegionsReadPoPRegion404ResponseError) SetCode ¶
func (o *PopRegionsReadPoPRegion404ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*PopRegionsReadPoPRegion404ResponseError) SetMessage ¶
func (o *PopRegionsReadPoPRegion404ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*PopRegionsReadPoPRegion404ResponseError) SetStatus ¶
func (o *PopRegionsReadPoPRegion404ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (PopRegionsReadPoPRegion404ResponseError) ToMap ¶
func (o PopRegionsReadPoPRegion404ResponseError) ToMap() (map[string]interface{}, error)
func (*PopRegionsReadPoPRegion404ResponseError) UnmarshalJSON ¶
func (o *PopRegionsReadPoPRegion404ResponseError) UnmarshalJSON(data []byte) (err error)
type ProtobufFieldMask ¶
type ProtobufFieldMask struct { // The set of field mask paths. Paths []string `json:"paths,omitempty"` AdditionalProperties map[string]interface{} }
ProtobufFieldMask paths: \"f.a\" paths: \"f.b.d\" Here `f` represents a field in some root message, `a` and `b` fields in the message found in `f`, and `d` a field found in the message in `f.b`. Field masks are used to specify a subset of fields that should be returned by a get operation or modified by an update operation. Field masks also have a custom JSON encoding (see below). # Field Masks in Projections When used in the context of a projection, a response message or sub-message is filtered by the API to only contain those fields as specified in the mask. For example, if the mask in the previous example is applied to a response message as follows: f { a : 22 b { d : 1 x : 2 } y : 13 } z: 8 The result will not contain specific values for fields x,y and z (their value will be set to the default, and omitted in proto text output): f { a : 22 b { d : 1 } } A repeated field is not allowed except at the last position of a paths string. If a FieldMask object is not present in a get operation, the operation applies to all fields (as if a FieldMask of all fields had been specified). Note that a field mask does not necessarily apply to the top-level response message. In case of a REST get operation, the field mask applies directly to the response, but in case of a REST list operation, the mask instead applies to each individual message in the returned resource list. In case of a REST custom method, other definitions may be used. Where the mask applies will be clearly documented together with its declaration in the API. In any case, the effect on the returned resource/resources is required behavior for APIs. # Field Masks in Update Operations A field mask in update operations specifies which fields of the targeted resource are going to be updated. The API is required to only change the values of the fields as specified in the mask and leave the others untouched. If a resource is passed in to describe the updated values, the API ignores the values of all fields not covered by the mask. If a repeated field is specified for an update operation, new values will be appended to the existing repeated field in the target resource. Note that a repeated field is only allowed in the last position of a `paths` string. If a sub-message is specified in the last position of the field mask for an update operation, then new value will be merged into the existing sub-message in the target resource. For example, given the target message: f { b { d: 1 x: 2 } c: [1] } And an update message: f { b { d: 10 } c: [2] } then if the field mask is: paths: [\"f.b\", \"f.c\"] then the result will be: f { b { d: 10 x: 2 } c: [1, 2] } An implementation may provide options to override this default behavior for repeated and message fields. In order to reset a field's value to the default, the field must be in the mask and set to the default value in the provided resource. Hence, in order to reset all fields of a resource, provide a default instance of the resource and set all fields in the mask, or do not provide a mask as described below. If a field mask is not present on update, the operation applies to all fields (as if a field mask of all fields has been specified). Note that in the presence of schema evolution, this may mean that fields the client does not know and has therefore not filled into the request will be reset to their default. If this is unwanted behavior, a specific service may require a client to always specify a field mask, producing an error if not. As with get operations, the location of the resource which describes the updated values in the request message depends on the operation kind. In any case, the effect of the field mask is required to be honored by the API. ## Considerations for HTTP REST The HTTP kind of an update operation which uses a field mask must be set to PATCH instead of PUT in order to satisfy HTTP semantics (PUT must only be used for full updates). # JSON Encoding of Field Masks In JSON, a field mask is encoded as a single string where paths are separated by a comma. Fields name in each path are converted to/from lower-camel naming conventions. As an example, consider the following message declarations: message Profile { User user = 1; Photo photo = 2; } message User { string display_name = 1; string address = 2; } In proto a field mask for `Profile` may look as such: mask { paths: \"user.display_name\" paths: \"photo\" } In JSON, the same mask is represented as below: { mask: \"user.displayName,photo\" } # Field Masks and Oneof Fields Field masks treat fields in oneofs just as regular fields. Consider the following message: message SampleMessage { oneof test_oneof { string name = 4; SubMessage sub_message = 9; } } The field mask can be: mask { paths: \"name\" } Or: mask { paths: \"sub_message\" } Note that oneof type names (\"test_oneof\" in this case) cannot be used in paths. ## Field Mask Verification The implementation of any API method which has a FieldMask type field in the request should verify the included field paths, and return an `INVALID_ARGUMENT` error if any path is unmappable.
func NewProtobufFieldMask ¶
func NewProtobufFieldMask() *ProtobufFieldMask
NewProtobufFieldMask instantiates a new ProtobufFieldMask object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProtobufFieldMaskWithDefaults ¶
func NewProtobufFieldMaskWithDefaults() *ProtobufFieldMask
NewProtobufFieldMaskWithDefaults instantiates a new ProtobufFieldMask object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProtobufFieldMask) GetPaths ¶
func (o *ProtobufFieldMask) GetPaths() []string
GetPaths returns the Paths field value if set, zero value otherwise.
func (*ProtobufFieldMask) GetPathsOk ¶
func (o *ProtobufFieldMask) GetPathsOk() ([]string, bool)
GetPathsOk returns a tuple with the Paths field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProtobufFieldMask) HasPaths ¶
func (o *ProtobufFieldMask) HasPaths() bool
HasPaths returns a boolean if a field has been set.
func (ProtobufFieldMask) MarshalJSON ¶
func (o ProtobufFieldMask) MarshalJSON() ([]byte, error)
func (*ProtobufFieldMask) SetPaths ¶
func (o *ProtobufFieldMask) SetPaths(v []string)
SetPaths gets a reference to the given []string and assigns it to the Paths field.
func (ProtobufFieldMask) ToMap ¶
func (o ProtobufFieldMask) ToMap() (map[string]interface{}, error)
func (*ProtobufFieldMask) UnmarshalJSON ¶
func (o *ProtobufFieldMask) UnmarshalJSON(data []byte) (err error)
type ReadPoPRegionResponse ¶
type ReadPoPRegionResponse struct { Result *PoPRegion `json:"result,omitempty"` AdditionalProperties map[string]interface{} }
ReadPoPRegionResponse struct for ReadPoPRegionResponse
func NewReadPoPRegionResponse ¶
func NewReadPoPRegionResponse() *ReadPoPRegionResponse
NewReadPoPRegionResponse instantiates a new ReadPoPRegionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewReadPoPRegionResponseWithDefaults ¶
func NewReadPoPRegionResponseWithDefaults() *ReadPoPRegionResponse
NewReadPoPRegionResponseWithDefaults instantiates a new ReadPoPRegionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ReadPoPRegionResponse) GetResult ¶
func (o *ReadPoPRegionResponse) GetResult() PoPRegion
GetResult returns the Result field value if set, zero value otherwise.
func (*ReadPoPRegionResponse) GetResultOk ¶
func (o *ReadPoPRegionResponse) GetResultOk() (*PoPRegion, bool)
GetResultOk returns a tuple with the Result field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ReadPoPRegionResponse) HasResult ¶
func (o *ReadPoPRegionResponse) HasResult() bool
HasResult returns a boolean if a field has been set.
func (ReadPoPRegionResponse) MarshalJSON ¶
func (o ReadPoPRegionResponse) MarshalJSON() ([]byte, error)
func (*ReadPoPRegionResponse) SetResult ¶
func (o *ReadPoPRegionResponse) SetResult(v PoPRegion)
SetResult gets a reference to the given PoPRegion and assigns it to the Result field.
func (ReadPoPRegionResponse) ToMap ¶
func (o ReadPoPRegionResponse) ToMap() (map[string]interface{}, error)
func (*ReadPoPRegionResponse) UnmarshalJSON ¶
func (o *ReadPoPRegionResponse) UnmarshalJSON(data []byte) (err error)
type SecurityPoliciesAPI ¶
type SecurityPoliciesAPI interface { /* CreateSecurityPolicy Create Security Policy. Use this method to create a Security Policy object. If no rule list is specified, the newly created Security Policy object will create these rules as a copy of default Security Policy rules ("Default Global Policy"). If rule list is provided it must contain at least the complete list of policy rules, including the rules based on all feeds that the account is entitled to. If no network list is specified, networking scope for this policy is empty, thus no action can be performed by this policy. Note that you are not allowed to add DNS Forwarding Proxies and Roaming Device Groups that are already assigned to a Security Policy different from "Default Global Policy", to assign them to this Security Policy object you should remove them from other Security Policy first. A security policy defines a set of rules and actions that you define to balance access and constraints so you can mitigate malicious attacks and provide security for your networks. When you create a new security policy, you first define a network scope to which you add networks, DNS forwarding proxies, and BloxOne Endpoint groups. BloxOne Cloud applies the security policy to all the entities that you include in the network scope. You can also include DNS forwarding proxies to which you want to apply the security policy. After you define the network scope, you can add custom lists and category filters to the security policy. You can also specify actions for the added lists and filters, and to determine the precedence order for the entities. Depending on your subscription level, each security policy also comes with a set of predefined threat intelligence feeds and Threat Insight rules that are inherited from the default global policy. You cannot delete the inherited feeds and rules, but you can change their precedence order. For each policy you can define policy-level action (Default Action) gets applied when none of the policy rules apply/match. If an user really needs access to some blocked domain (web page) via a browser - there is a possibility to assign special bypass code(s) (Bypass Code) to any policy. Required: - name @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return SecurityPoliciesAPICreateSecurityPolicyRequest */ CreateSecurityPolicy(ctx context.Context) SecurityPoliciesAPICreateSecurityPolicyRequest // CreateSecurityPolicyExecute executes the request // @return SecurityPolicyCreateResponse CreateSecurityPolicyExecute(r SecurityPoliciesAPICreateSecurityPolicyRequest) (*SecurityPolicyCreateResponse, *http.Response, error) /* DeleteSecurityPolicy Delete Security Policies. Use this method to delete Security Policy objects. Deletion of multiple lists is an all-or-nothing operation (if any of the specified lists can not be deleted then none of the specified lists will be deleted). A security policy defines a set of rules and actions that you define to balance access and constraints so you can mitigate malicious attacks and provide security for your networks. When you create a new security policy, you first define a network scope to which you add networks, DNS forwarding proxies, and BloxOne Endpoint groups. BloxOne Cloud applies the security policy to all the entities that you include in the network scope. You can also include DNS forwarding proxies to which you want to apply the security policy. After you define the network scope, you can add custom lists and category filters to the security policy. You can also specify actions for the added lists and filters, and to determine the precedence order for the entities. Depending on your subscription level, each security policy also comes with a set of predefined threat intelligence feeds and Threat Insight rules that are inherited from the default global policy. You cannot delete the inherited feeds and rules, but you can change their precedence order. For each policy you can define policy-level action (Default Action) gets applied when none of the policy rules apply/match. If an user really needs access to some blocked domain (web page) via a browser - there is a possibility to assign special bypass code(s) (Bypass Code) to any policy. Required: - ids @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return SecurityPoliciesAPIDeleteSecurityPolicyRequest */ DeleteSecurityPolicy(ctx context.Context) SecurityPoliciesAPIDeleteSecurityPolicyRequest // DeleteSecurityPolicyExecute executes the request DeleteSecurityPolicyExecute(r SecurityPoliciesAPIDeleteSecurityPolicyRequest) (*http.Response, error) /* DeleteSingleSecurityPolicy Delete Security Policy. Use this method to delete Security Policy object by given Security Policy object id. A security policy defines a set of rules and actions that you define to balance access and constraints so you can mitigate malicious attacks and provide security for your networks. When you create a new security policy, you first define a network scope to which you add networks, DNS forwarding proxies, and BloxOne Endpoint groups. BloxOne Cloud applies the security policy to all the entities that you include in the network scope. You can also include DNS forwarding proxies to which you want to apply the security policy. After you define the network scope, you can add custom lists and category filters to the security policy. You can also specify actions for the added lists and filters, and to determine the precedence order for the entities. Depending on your subscription level, each security policy also comes with a set of predefined threat intelligence feeds and Threat Insight rules that are inherited from the default global policy. You cannot delete the inherited feeds and rules, but you can change their precedence order. For each policy you can define policy-level action (Default Action) gets applied when none of the policy rules apply/match. If an user really needs access to some blocked domain (web page) via a browser - there is a possibility to assign special bypass code(s) (Bypass Code) to any policy. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Security Policy object identifiers. @return SecurityPoliciesAPIDeleteSingleSecurityPolicyRequest */ DeleteSingleSecurityPolicy(ctx context.Context, id int32) SecurityPoliciesAPIDeleteSingleSecurityPolicyRequest // DeleteSingleSecurityPolicyExecute executes the request DeleteSingleSecurityPolicyExecute(r SecurityPoliciesAPIDeleteSingleSecurityPolicyRequest) (*http.Response, error) /* ListSecurityPolicies List Security Policies. Use this method to retrieve information on all Security Policy objects for the account. A security policy defines a set of rules and actions that you define to balance access and constraints so you can mitigate malicious attacks and provide security for your networks. When you create a new security policy, you first define a network scope to which you add networks, DNS forwarding proxies, and BloxOne Endpoint groups. BloxOne Cloud applies the security policy to all the entities that you include in the network scope. You can also include DNS forwarding proxies to which you want to apply the security policy. After you define the network scope, you can add custom lists and category filters to the security policy. You can also specify actions for the added lists and filters, and to determine the precedence order for the entities. Depending on your subscription level, each security policy also comes with a set of predefined threat intelligence feeds and Threat Insight rules that are inherited from the default global policy. You cannot delete the inherited feeds and rules, but you can change their precedence order. For each policy you can define policy-level action (Default Action) gets applied when none of the policy rules apply/match. If an user really needs access to some blocked domain (web page) via a browser - there is a possibility to assign special bypass code(s) (Bypass Code) to any policy. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return SecurityPoliciesAPIListSecurityPoliciesRequest */ ListSecurityPolicies(ctx context.Context) SecurityPoliciesAPIListSecurityPoliciesRequest // ListSecurityPoliciesExecute executes the request // @return SecurityPolicyMultiResponse ListSecurityPoliciesExecute(r SecurityPoliciesAPIListSecurityPoliciesRequest) (*SecurityPolicyMultiResponse, *http.Response, error) /* ReadSecurityPolicy Read Security Policy. Use this method to retrieve information on the specified Security Policy object. A security policy defines a set of rules and actions that you define to balance access and constraints so you can mitigate malicious attacks and provide security for your networks. When you create a new security policy, you first define a network scope to which you add networks, DNS forwarding proxies, and BloxOne Endpoint groups. BloxOne Cloud applies the security policy to all the entities that you include in the network scope. You can also include DNS forwarding proxies to which you want to apply the security policy. After you define the network scope, you can add custom lists and category filters to the security policy. You can also specify actions for the added lists and filters, and to determine the precedence order for the entities. Depending on your subscription level, each security policy also comes with a set of predefined threat intelligence feeds and Threat Insight rules that are inherited from the default global policy. You cannot delete the inherited feeds and rules, but you can change their precedence order. For each policy you can define policy-level action (Default Action) gets applied when none of the policy rules apply/match. If an user really needs access to some blocked domain (web page) via a browser - there is a possibility to assign special bypass code(s) (Bypass Code) to any policy. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Security Policy object identifier. @return SecurityPoliciesAPIReadSecurityPolicyRequest */ ReadSecurityPolicy(ctx context.Context, id int32) SecurityPoliciesAPIReadSecurityPolicyRequest // ReadSecurityPolicyExecute executes the request // @return SecurityPolicyReadResponse ReadSecurityPolicyExecute(r SecurityPoliciesAPIReadSecurityPolicyRequest) (*SecurityPolicyReadResponse, *http.Response, error) /* UpdateSecurityPolicy Update Security Policy. Use this method to update a specified Network List object. The policy data supplied with the update request must have the complete list of policy rules, including the rules based on all feeds that the account is entitled to. If no network list is specified, networking scope for this policy is empty, thus no action can be performed by this policy. Note that you are not allowed to add DNS Forwarding Proxies and Roaming Device Groups that are already assigned to a Security Policy different from "Default Global Policy", to assign them to this Security Policy object you should remove them from other Security Policy first. A security policy defines a set of rules and actions that you define to balance access and constraints so you can mitigate malicious attacks and provide security for your networks. When you create a new security policy, you first define a network scope to which you add networks, DNS forwarding proxies, and BloxOne Endpoint groups. BloxOne Cloud applies the security policy to all the entities that you include in the network scope. You can also include DNS forwarding proxies to which you want to apply the security policy. After you define the network scope, you can add custom lists and category filters to the security policy. You can also specify actions for the added lists and filters, and to determine the precedence order for the entities. Depending on your subscription level, each security policy also comes with a set of predefined threat intelligence feeds and Threat Insight rules that are inherited from the default global policy. You cannot delete the inherited feeds and rules, but you can change their precedence order. For each policy you can define policy-level action (Default Action) gets applied when none of the policy rules apply/match. If an user really needs access to some blocked domain (web page) via a browser - there is a possibility to assign special bypass code(s) (Bypass Code) to any policy. Required: - name - rules - dfps - network_lists - roaming_device_groups @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Security Policy object identifier. @return SecurityPoliciesAPIUpdateSecurityPolicyRequest */ UpdateSecurityPolicy(ctx context.Context, id int32) SecurityPoliciesAPIUpdateSecurityPolicyRequest // UpdateSecurityPolicyExecute executes the request // @return SecurityPolicyUpdateResponse UpdateSecurityPolicyExecute(r SecurityPoliciesAPIUpdateSecurityPolicyRequest) (*SecurityPolicyUpdateResponse, *http.Response, error) }
type SecurityPoliciesAPICreateSecurityPolicyRequest ¶
type SecurityPoliciesAPICreateSecurityPolicyRequest struct { ApiService SecurityPoliciesAPI // contains filtered or unexported fields }
func (SecurityPoliciesAPICreateSecurityPolicyRequest) Body ¶
func (r SecurityPoliciesAPICreateSecurityPolicyRequest) Body(body SecurityPolicy) SecurityPoliciesAPICreateSecurityPolicyRequest
The Security Policy object.
func (SecurityPoliciesAPICreateSecurityPolicyRequest) Execute ¶
func (r SecurityPoliciesAPICreateSecurityPolicyRequest) Execute() (*SecurityPolicyCreateResponse, *http.Response, error)
type SecurityPoliciesAPIDeleteSecurityPolicyRequest ¶
type SecurityPoliciesAPIDeleteSecurityPolicyRequest struct { ApiService SecurityPoliciesAPI // contains filtered or unexported fields }
type SecurityPoliciesAPIDeleteSingleSecurityPolicyRequest ¶
type SecurityPoliciesAPIDeleteSingleSecurityPolicyRequest struct { ApiService SecurityPoliciesAPI // contains filtered or unexported fields }
type SecurityPoliciesAPIListSecurityPoliciesRequest ¶
type SecurityPoliciesAPIListSecurityPoliciesRequest struct { ApiService SecurityPoliciesAPI // contains filtered or unexported fields }
func (SecurityPoliciesAPIListSecurityPoliciesRequest) Execute ¶
func (r SecurityPoliciesAPIListSecurityPoliciesRequest) Execute() (*SecurityPolicyMultiResponse, *http.Response, error)
func (SecurityPoliciesAPIListSecurityPoliciesRequest) Fields ¶
func (r SecurityPoliciesAPIListSecurityPoliciesRequest) Fields(fields string) SecurityPoliciesAPIListSecurityPoliciesRequest
A collection of response resources can be transformed by specifying a set of JSON tags to be returned. For a “flat” resource, the tag name is straightforward. If field selection is allowed on non-flat hierarchical resources, the service should implement a qualified naming scheme such as dot-qualification to reference data down the hierarchy. If a resource does not have the specified tag, the tag does not appear in the output resource. Specify this parameter as a comma-separated list of JSON tag names.
func (SecurityPoliciesAPIListSecurityPoliciesRequest) Filter ¶
func (r SecurityPoliciesAPIListSecurityPoliciesRequest) Filter(filter string) SecurityPoliciesAPIListSecurityPoliciesRequest
A collection of response resources can be filtered by a logical expression string that includes JSON tag references to values in each resource, literal values, and logical operators. If a resource does not have the specified tag, its value is assumed to be null. Literal values include numbers (integer and floating-point), and quoted (both single- or double-quoted) literal strings, and 'null'. You can filter by following fields: | Name | type | Supported Op | | ------------------ | ------ | --------------------------- | | id | int32 | !=, ==, >, <, <=, >= | | name | string | !=, ==, ~, !~, >, <, <=, >= | | description | string | !=, ==, ~, !~, >, <, <=, >= | | is_default | bool | !=, == | In addition grouping operators are supported: | Op | Description | | --- | -------------------- | | and | Logical AND | | or | Logical OR | | not | Logical NOT | | () | Groupping Operators | Example: ``` ?_filter=\"((name=='sec_policy_a')or(name~'policy_b'))and(is_default!='true')\" ```
func (SecurityPoliciesAPIListSecurityPoliciesRequest) IncludeAccessCodes ¶
func (r SecurityPoliciesAPIListSecurityPoliciesRequest) IncludeAccessCodes(includeAccessCodes bool) SecurityPoliciesAPIListSecurityPoliciesRequest
func (SecurityPoliciesAPIListSecurityPoliciesRequest) Limit ¶
func (r SecurityPoliciesAPIListSecurityPoliciesRequest) Limit(limit int32) SecurityPoliciesAPIListSecurityPoliciesRequest
The integer number of resources to be returned in the response. The service may impose maximum value. If omitted the service may impose a default value.
func (SecurityPoliciesAPIListSecurityPoliciesRequest) Offset ¶
func (r SecurityPoliciesAPIListSecurityPoliciesRequest) Offset(offset int32) SecurityPoliciesAPIListSecurityPoliciesRequest
The integer index (zero-origin) of the offset into a collection of resources. If omitted or null the value is assumed to be '0'.
func (SecurityPoliciesAPIListSecurityPoliciesRequest) PageToken ¶
func (r SecurityPoliciesAPIListSecurityPoliciesRequest) PageToken(pageToken string) SecurityPoliciesAPIListSecurityPoliciesRequest
The service-defined string used to identify a page of resources. A null value indicates the first page.
func (SecurityPoliciesAPIListSecurityPoliciesRequest) Tfilter ¶
func (r SecurityPoliciesAPIListSecurityPoliciesRequest) Tfilter(tfilter string) SecurityPoliciesAPIListSecurityPoliciesRequest
Filtering by tags.
func (SecurityPoliciesAPIListSecurityPoliciesRequest) TorderBy ¶
func (r SecurityPoliciesAPIListSecurityPoliciesRequest) TorderBy(torderBy string) SecurityPoliciesAPIListSecurityPoliciesRequest
Sorting by tags.
type SecurityPoliciesAPIReadSecurityPolicyRequest ¶
type SecurityPoliciesAPIReadSecurityPolicyRequest struct { ApiService SecurityPoliciesAPI // contains filtered or unexported fields }
func (SecurityPoliciesAPIReadSecurityPolicyRequest) Execute ¶
func (r SecurityPoliciesAPIReadSecurityPolicyRequest) Execute() (*SecurityPolicyReadResponse, *http.Response, error)
func (SecurityPoliciesAPIReadSecurityPolicyRequest) Fields ¶
func (r SecurityPoliciesAPIReadSecurityPolicyRequest) Fields(fields string) SecurityPoliciesAPIReadSecurityPolicyRequest
A collection of response resources can be transformed by specifying a set of JSON tags to be returned. For a “flat” resource, the tag name is straightforward. If field selection is allowed on non-flat hierarchical resources, the service should implement a qualified naming scheme such as dot-qualification to reference data down the hierarchy. If a resource does not have the specified tag, the tag does not appear in the output resource. Specify this parameter as a comma-separated list of JSON tag names.
type SecurityPoliciesAPIService ¶
SecurityPoliciesAPIService SecurityPoliciesAPI service
func (*SecurityPoliciesAPIService) CreateSecurityPolicy ¶
func (a *SecurityPoliciesAPIService) CreateSecurityPolicy(ctx context.Context) SecurityPoliciesAPICreateSecurityPolicyRequest
CreateSecurityPolicy Create Security Policy.
Use this method to create a Security Policy object. If no rule list is specified, the newly created Security Policy object will create these rules as a copy of default Security Policy rules ("Default Global Policy"). If rule list is provided it must contain at least the complete list of policy rules, including the rules based on all feeds that the account is entitled to. If no network list is specified, networking scope for this policy is empty, thus no action can be performed by this policy. Note that you are not allowed to add DNS Forwarding Proxies and Roaming Device Groups that are already assigned to a Security Policy different from "Default Global Policy", to assign them to this Security Policy object you should remove them from other Security Policy first.
A security policy defines a set of rules and actions that you define to balance access and constraints so you can mitigate malicious attacks and provide security for your networks. When you create a new security policy, you first define a network scope to which you add networks, DNS forwarding proxies, and BloxOne Endpoint groups. BloxOne Cloud applies the security policy to all the entities that you include in the network scope. You can also include DNS forwarding proxies to which you want to apply the security policy. After you define the network scope, you can add custom lists and category filters to the security policy. You can also specify actions for the added lists and filters, and to determine the precedence order for the entities. Depending on your subscription level, each security policy also comes with a set of predefined threat intelligence feeds and Threat Insight rules that are inherited from the default global policy. You cannot delete the inherited feeds and rules, but you can change their precedence order. For each policy you can define policy-level action (Default Action) gets applied when none of the policy rules apply/match. If an user really needs access to some blocked domain (web page) via a browser - there is a possibility to assign special bypass code(s) (Bypass Code) to any policy.
Required: - name
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return SecurityPoliciesAPICreateSecurityPolicyRequest
func (*SecurityPoliciesAPIService) CreateSecurityPolicyExecute ¶
func (a *SecurityPoliciesAPIService) CreateSecurityPolicyExecute(r SecurityPoliciesAPICreateSecurityPolicyRequest) (*SecurityPolicyCreateResponse, *http.Response, error)
Execute executes the request
@return SecurityPolicyCreateResponse
func (*SecurityPoliciesAPIService) DeleteSecurityPolicy ¶
func (a *SecurityPoliciesAPIService) DeleteSecurityPolicy(ctx context.Context) SecurityPoliciesAPIDeleteSecurityPolicyRequest
DeleteSecurityPolicy Delete Security Policies.
Use this method to delete Security Policy objects. Deletion of multiple lists is an all-or-nothing operation (if any of the specified lists can not be deleted then none of the specified lists will be deleted).
A security policy defines a set of rules and actions that you define to balance access and constraints so you can mitigate malicious attacks and provide security for your networks. When you create a new security policy, you first define a network scope to which you add networks, DNS forwarding proxies, and BloxOne Endpoint groups. BloxOne Cloud applies the security policy to all the entities that you include in the network scope. You can also include DNS forwarding proxies to which you want to apply the security policy. After you define the network scope, you can add custom lists and category filters to the security policy. You can also specify actions for the added lists and filters, and to determine the precedence order for the entities. Depending on your subscription level, each security policy also comes with a set of predefined threat intelligence feeds and Threat Insight rules that are inherited from the default global policy. You cannot delete the inherited feeds and rules, but you can change their precedence order. For each policy you can define policy-level action (Default Action) gets applied when none of the policy rules apply/match. If an user really needs access to some blocked domain (web page) via a browser - there is a possibility to assign special bypass code(s) (Bypass Code) to any policy.
Required: - ids
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return SecurityPoliciesAPIDeleteSecurityPolicyRequest
func (*SecurityPoliciesAPIService) DeleteSecurityPolicyExecute ¶
func (a *SecurityPoliciesAPIService) DeleteSecurityPolicyExecute(r SecurityPoliciesAPIDeleteSecurityPolicyRequest) (*http.Response, error)
Execute executes the request
func (*SecurityPoliciesAPIService) DeleteSingleSecurityPolicy ¶
func (a *SecurityPoliciesAPIService) DeleteSingleSecurityPolicy(ctx context.Context, id int32) SecurityPoliciesAPIDeleteSingleSecurityPolicyRequest
DeleteSingleSecurityPolicy Delete Security Policy.
Use this method to delete Security Policy object by given Security Policy object id.
A security policy defines a set of rules and actions that you define to balance access and constraints so you can mitigate malicious attacks and provide security for your networks. When you create a new security policy, you first define a network scope to which you add networks, DNS forwarding proxies, and BloxOne Endpoint groups. BloxOne Cloud applies the security policy to all the entities that you include in the network scope. You can also include DNS forwarding proxies to which you want to apply the security policy. After you define the network scope, you can add custom lists and category filters to the security policy. You can also specify actions for the added lists and filters, and to determine the precedence order for the entities. Depending on your subscription level, each security policy also comes with a set of predefined threat intelligence feeds and Threat Insight rules that are inherited from the default global policy. You cannot delete the inherited feeds and rules, but you can change their precedence order. For each policy you can define policy-level action (Default Action) gets applied when none of the policy rules apply/match. If an user really needs access to some blocked domain (web page) via a browser - there is a possibility to assign special bypass code(s) (Bypass Code) to any policy.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Security Policy object identifiers. @return SecurityPoliciesAPIDeleteSingleSecurityPolicyRequest
func (*SecurityPoliciesAPIService) DeleteSingleSecurityPolicyExecute ¶
func (a *SecurityPoliciesAPIService) DeleteSingleSecurityPolicyExecute(r SecurityPoliciesAPIDeleteSingleSecurityPolicyRequest) (*http.Response, error)
Execute executes the request
func (*SecurityPoliciesAPIService) ListSecurityPolicies ¶
func (a *SecurityPoliciesAPIService) ListSecurityPolicies(ctx context.Context) SecurityPoliciesAPIListSecurityPoliciesRequest
ListSecurityPolicies List Security Policies.
Use this method to retrieve information on all Security Policy objects for the account.
A security policy defines a set of rules and actions that you define to balance access and constraints so you can mitigate malicious attacks and provide security for your networks. When you create a new security policy, you first define a network scope to which you add networks, DNS forwarding proxies, and BloxOne Endpoint groups. BloxOne Cloud applies the security policy to all the entities that you include in the network scope. You can also include DNS forwarding proxies to which you want to apply the security policy. After you define the network scope, you can add custom lists and category filters to the security policy. You can also specify actions for the added lists and filters, and to determine the precedence order for the entities. Depending on your subscription level, each security policy also comes with a set of predefined threat intelligence feeds and Threat Insight rules that are inherited from the default global policy. You cannot delete the inherited feeds and rules, but you can change their precedence order. For each policy you can define policy-level action (Default Action) gets applied when none of the policy rules apply/match. If an user really needs access to some blocked domain (web page) via a browser - there is a possibility to assign special bypass code(s) (Bypass Code) to any policy.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return SecurityPoliciesAPIListSecurityPoliciesRequest
func (*SecurityPoliciesAPIService) ListSecurityPoliciesExecute ¶
func (a *SecurityPoliciesAPIService) ListSecurityPoliciesExecute(r SecurityPoliciesAPIListSecurityPoliciesRequest) (*SecurityPolicyMultiResponse, *http.Response, error)
Execute executes the request
@return SecurityPolicyMultiResponse
func (*SecurityPoliciesAPIService) ReadSecurityPolicy ¶
func (a *SecurityPoliciesAPIService) ReadSecurityPolicy(ctx context.Context, id int32) SecurityPoliciesAPIReadSecurityPolicyRequest
ReadSecurityPolicy Read Security Policy.
Use this method to retrieve information on the specified Security Policy object.
A security policy defines a set of rules and actions that you define to balance access and constraints so you can mitigate malicious attacks and provide security for your networks. When you create a new security policy, you first define a network scope to which you add networks, DNS forwarding proxies, and BloxOne Endpoint groups. BloxOne Cloud applies the security policy to all the entities that you include in the network scope. You can also include DNS forwarding proxies to which you want to apply the security policy. After you define the network scope, you can add custom lists and category filters to the security policy. You can also specify actions for the added lists and filters, and to determine the precedence order for the entities. Depending on your subscription level, each security policy also comes with a set of predefined threat intelligence feeds and Threat Insight rules that are inherited from the default global policy. You cannot delete the inherited feeds and rules, but you can change their precedence order. For each policy you can define policy-level action (Default Action) gets applied when none of the policy rules apply/match. If an user really needs access to some blocked domain (web page) via a browser - there is a possibility to assign special bypass code(s) (Bypass Code) to any policy.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Security Policy object identifier. @return SecurityPoliciesAPIReadSecurityPolicyRequest
func (*SecurityPoliciesAPIService) ReadSecurityPolicyExecute ¶
func (a *SecurityPoliciesAPIService) ReadSecurityPolicyExecute(r SecurityPoliciesAPIReadSecurityPolicyRequest) (*SecurityPolicyReadResponse, *http.Response, error)
Execute executes the request
@return SecurityPolicyReadResponse
func (*SecurityPoliciesAPIService) UpdateSecurityPolicy ¶
func (a *SecurityPoliciesAPIService) UpdateSecurityPolicy(ctx context.Context, id int32) SecurityPoliciesAPIUpdateSecurityPolicyRequest
UpdateSecurityPolicy Update Security Policy.
Use this method to update a specified Network List object. The policy data supplied with the update request must have the complete list of policy rules, including the rules based on all feeds that the account is entitled to. If no network list is specified, networking scope for this policy is empty, thus no action can be performed by this policy. Note that you are not allowed to add DNS Forwarding Proxies and Roaming Device Groups that are already assigned to a Security Policy different from "Default Global Policy", to assign them to this Security Policy object you should remove them from other Security Policy first.
A security policy defines a set of rules and actions that you define to balance access and constraints so you can mitigate malicious attacks and provide security for your networks. When you create a new security policy, you first define a network scope to which you add networks, DNS forwarding proxies, and BloxOne Endpoint groups. BloxOne Cloud applies the security policy to all the entities that you include in the network scope. You can also include DNS forwarding proxies to which you want to apply the security policy. After you define the network scope, you can add custom lists and category filters to the security policy. You can also specify actions for the added lists and filters, and to determine the precedence order for the entities. Depending on your subscription level, each security policy also comes with a set of predefined threat intelligence feeds and Threat Insight rules that are inherited from the default global policy. You cannot delete the inherited feeds and rules, but you can change their precedence order. For each policy you can define policy-level action (Default Action) gets applied when none of the policy rules apply/match. If an user really needs access to some blocked domain (web page) via a browser - there is a possibility to assign special bypass code(s) (Bypass Code) to any policy.
Required: - name - rules - dfps - network_lists - roaming_device_groups
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The Security Policy object identifier. @return SecurityPoliciesAPIUpdateSecurityPolicyRequest
func (*SecurityPoliciesAPIService) UpdateSecurityPolicyExecute ¶
func (a *SecurityPoliciesAPIService) UpdateSecurityPolicyExecute(r SecurityPoliciesAPIUpdateSecurityPolicyRequest) (*SecurityPolicyUpdateResponse, *http.Response, error)
Execute executes the request
@return SecurityPolicyUpdateResponse
type SecurityPoliciesAPIUpdateSecurityPolicyRequest ¶
type SecurityPoliciesAPIUpdateSecurityPolicyRequest struct { ApiService SecurityPoliciesAPI // contains filtered or unexported fields }
func (SecurityPoliciesAPIUpdateSecurityPolicyRequest) Body ¶
func (r SecurityPoliciesAPIUpdateSecurityPolicyRequest) Body(body SecurityPolicy) SecurityPoliciesAPIUpdateSecurityPolicyRequest
The Security Policy object.
func (SecurityPoliciesAPIUpdateSecurityPolicyRequest) Execute ¶
func (r SecurityPoliciesAPIUpdateSecurityPolicyRequest) Execute() (*SecurityPolicyUpdateResponse, *http.Response, error)
type SecurityPoliciesCreateSecurityPolicy400Response ¶
type SecurityPoliciesCreateSecurityPolicy400Response struct { Error *SecurityPoliciesCreateSecurityPolicy400ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
SecurityPoliciesCreateSecurityPolicy400Response struct for SecurityPoliciesCreateSecurityPolicy400Response
func NewSecurityPoliciesCreateSecurityPolicy400Response ¶
func NewSecurityPoliciesCreateSecurityPolicy400Response() *SecurityPoliciesCreateSecurityPolicy400Response
NewSecurityPoliciesCreateSecurityPolicy400Response instantiates a new SecurityPoliciesCreateSecurityPolicy400Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSecurityPoliciesCreateSecurityPolicy400ResponseWithDefaults ¶
func NewSecurityPoliciesCreateSecurityPolicy400ResponseWithDefaults() *SecurityPoliciesCreateSecurityPolicy400Response
NewSecurityPoliciesCreateSecurityPolicy400ResponseWithDefaults instantiates a new SecurityPoliciesCreateSecurityPolicy400Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SecurityPoliciesCreateSecurityPolicy400Response) GetError ¶
func (o *SecurityPoliciesCreateSecurityPolicy400Response) GetError() SecurityPoliciesCreateSecurityPolicy400ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*SecurityPoliciesCreateSecurityPolicy400Response) GetErrorOk ¶
func (o *SecurityPoliciesCreateSecurityPolicy400Response) GetErrorOk() (*SecurityPoliciesCreateSecurityPolicy400ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPoliciesCreateSecurityPolicy400Response) HasError ¶
func (o *SecurityPoliciesCreateSecurityPolicy400Response) HasError() bool
HasError returns a boolean if a field has been set.
func (SecurityPoliciesCreateSecurityPolicy400Response) MarshalJSON ¶
func (o SecurityPoliciesCreateSecurityPolicy400Response) MarshalJSON() ([]byte, error)
func (*SecurityPoliciesCreateSecurityPolicy400Response) SetError ¶
func (o *SecurityPoliciesCreateSecurityPolicy400Response) SetError(v SecurityPoliciesCreateSecurityPolicy400ResponseError)
SetError gets a reference to the given SecurityPoliciesCreateSecurityPolicy400ResponseError and assigns it to the Error field.
func (SecurityPoliciesCreateSecurityPolicy400Response) ToMap ¶
func (o SecurityPoliciesCreateSecurityPolicy400Response) ToMap() (map[string]interface{}, error)
func (*SecurityPoliciesCreateSecurityPolicy400Response) UnmarshalJSON ¶
func (o *SecurityPoliciesCreateSecurityPolicy400Response) UnmarshalJSON(data []byte) (err error)
type SecurityPoliciesCreateSecurityPolicy400ResponseError ¶
type SecurityPoliciesCreateSecurityPolicy400ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
SecurityPoliciesCreateSecurityPolicy400ResponseError struct for SecurityPoliciesCreateSecurityPolicy400ResponseError
func NewSecurityPoliciesCreateSecurityPolicy400ResponseError ¶
func NewSecurityPoliciesCreateSecurityPolicy400ResponseError() *SecurityPoliciesCreateSecurityPolicy400ResponseError
NewSecurityPoliciesCreateSecurityPolicy400ResponseError instantiates a new SecurityPoliciesCreateSecurityPolicy400ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSecurityPoliciesCreateSecurityPolicy400ResponseErrorWithDefaults ¶
func NewSecurityPoliciesCreateSecurityPolicy400ResponseErrorWithDefaults() *SecurityPoliciesCreateSecurityPolicy400ResponseError
NewSecurityPoliciesCreateSecurityPolicy400ResponseErrorWithDefaults instantiates a new SecurityPoliciesCreateSecurityPolicy400ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SecurityPoliciesCreateSecurityPolicy400ResponseError) GetCode ¶
func (o *SecurityPoliciesCreateSecurityPolicy400ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*SecurityPoliciesCreateSecurityPolicy400ResponseError) GetCodeOk ¶
func (o *SecurityPoliciesCreateSecurityPolicy400ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPoliciesCreateSecurityPolicy400ResponseError) GetMessage ¶
func (o *SecurityPoliciesCreateSecurityPolicy400ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*SecurityPoliciesCreateSecurityPolicy400ResponseError) GetMessageOk ¶
func (o *SecurityPoliciesCreateSecurityPolicy400ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPoliciesCreateSecurityPolicy400ResponseError) GetStatus ¶
func (o *SecurityPoliciesCreateSecurityPolicy400ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*SecurityPoliciesCreateSecurityPolicy400ResponseError) GetStatusOk ¶
func (o *SecurityPoliciesCreateSecurityPolicy400ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPoliciesCreateSecurityPolicy400ResponseError) HasCode ¶
func (o *SecurityPoliciesCreateSecurityPolicy400ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*SecurityPoliciesCreateSecurityPolicy400ResponseError) HasMessage ¶
func (o *SecurityPoliciesCreateSecurityPolicy400ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*SecurityPoliciesCreateSecurityPolicy400ResponseError) HasStatus ¶
func (o *SecurityPoliciesCreateSecurityPolicy400ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (SecurityPoliciesCreateSecurityPolicy400ResponseError) MarshalJSON ¶
func (o SecurityPoliciesCreateSecurityPolicy400ResponseError) MarshalJSON() ([]byte, error)
func (*SecurityPoliciesCreateSecurityPolicy400ResponseError) SetCode ¶
func (o *SecurityPoliciesCreateSecurityPolicy400ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*SecurityPoliciesCreateSecurityPolicy400ResponseError) SetMessage ¶
func (o *SecurityPoliciesCreateSecurityPolicy400ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*SecurityPoliciesCreateSecurityPolicy400ResponseError) SetStatus ¶
func (o *SecurityPoliciesCreateSecurityPolicy400ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (SecurityPoliciesCreateSecurityPolicy400ResponseError) ToMap ¶
func (o SecurityPoliciesCreateSecurityPolicy400ResponseError) ToMap() (map[string]interface{}, error)
func (*SecurityPoliciesCreateSecurityPolicy400ResponseError) UnmarshalJSON ¶
func (o *SecurityPoliciesCreateSecurityPolicy400ResponseError) UnmarshalJSON(data []byte) (err error)
type SecurityPoliciesCreateSecurityPolicy409Response ¶
type SecurityPoliciesCreateSecurityPolicy409Response struct { Error *SecurityPoliciesCreateSecurityPolicy409ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
SecurityPoliciesCreateSecurityPolicy409Response struct for SecurityPoliciesCreateSecurityPolicy409Response
func NewSecurityPoliciesCreateSecurityPolicy409Response ¶
func NewSecurityPoliciesCreateSecurityPolicy409Response() *SecurityPoliciesCreateSecurityPolicy409Response
NewSecurityPoliciesCreateSecurityPolicy409Response instantiates a new SecurityPoliciesCreateSecurityPolicy409Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSecurityPoliciesCreateSecurityPolicy409ResponseWithDefaults ¶
func NewSecurityPoliciesCreateSecurityPolicy409ResponseWithDefaults() *SecurityPoliciesCreateSecurityPolicy409Response
NewSecurityPoliciesCreateSecurityPolicy409ResponseWithDefaults instantiates a new SecurityPoliciesCreateSecurityPolicy409Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SecurityPoliciesCreateSecurityPolicy409Response) GetError ¶
func (o *SecurityPoliciesCreateSecurityPolicy409Response) GetError() SecurityPoliciesCreateSecurityPolicy409ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*SecurityPoliciesCreateSecurityPolicy409Response) GetErrorOk ¶
func (o *SecurityPoliciesCreateSecurityPolicy409Response) GetErrorOk() (*SecurityPoliciesCreateSecurityPolicy409ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPoliciesCreateSecurityPolicy409Response) HasError ¶
func (o *SecurityPoliciesCreateSecurityPolicy409Response) HasError() bool
HasError returns a boolean if a field has been set.
func (SecurityPoliciesCreateSecurityPolicy409Response) MarshalJSON ¶
func (o SecurityPoliciesCreateSecurityPolicy409Response) MarshalJSON() ([]byte, error)
func (*SecurityPoliciesCreateSecurityPolicy409Response) SetError ¶
func (o *SecurityPoliciesCreateSecurityPolicy409Response) SetError(v SecurityPoliciesCreateSecurityPolicy409ResponseError)
SetError gets a reference to the given SecurityPoliciesCreateSecurityPolicy409ResponseError and assigns it to the Error field.
func (SecurityPoliciesCreateSecurityPolicy409Response) ToMap ¶
func (o SecurityPoliciesCreateSecurityPolicy409Response) ToMap() (map[string]interface{}, error)
func (*SecurityPoliciesCreateSecurityPolicy409Response) UnmarshalJSON ¶
func (o *SecurityPoliciesCreateSecurityPolicy409Response) UnmarshalJSON(data []byte) (err error)
type SecurityPoliciesCreateSecurityPolicy409ResponseError ¶
type SecurityPoliciesCreateSecurityPolicy409ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
SecurityPoliciesCreateSecurityPolicy409ResponseError struct for SecurityPoliciesCreateSecurityPolicy409ResponseError
func NewSecurityPoliciesCreateSecurityPolicy409ResponseError ¶
func NewSecurityPoliciesCreateSecurityPolicy409ResponseError() *SecurityPoliciesCreateSecurityPolicy409ResponseError
NewSecurityPoliciesCreateSecurityPolicy409ResponseError instantiates a new SecurityPoliciesCreateSecurityPolicy409ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSecurityPoliciesCreateSecurityPolicy409ResponseErrorWithDefaults ¶
func NewSecurityPoliciesCreateSecurityPolicy409ResponseErrorWithDefaults() *SecurityPoliciesCreateSecurityPolicy409ResponseError
NewSecurityPoliciesCreateSecurityPolicy409ResponseErrorWithDefaults instantiates a new SecurityPoliciesCreateSecurityPolicy409ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SecurityPoliciesCreateSecurityPolicy409ResponseError) GetCode ¶
func (o *SecurityPoliciesCreateSecurityPolicy409ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*SecurityPoliciesCreateSecurityPolicy409ResponseError) GetCodeOk ¶
func (o *SecurityPoliciesCreateSecurityPolicy409ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPoliciesCreateSecurityPolicy409ResponseError) GetMessage ¶
func (o *SecurityPoliciesCreateSecurityPolicy409ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*SecurityPoliciesCreateSecurityPolicy409ResponseError) GetMessageOk ¶
func (o *SecurityPoliciesCreateSecurityPolicy409ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPoliciesCreateSecurityPolicy409ResponseError) GetStatus ¶
func (o *SecurityPoliciesCreateSecurityPolicy409ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*SecurityPoliciesCreateSecurityPolicy409ResponseError) GetStatusOk ¶
func (o *SecurityPoliciesCreateSecurityPolicy409ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPoliciesCreateSecurityPolicy409ResponseError) HasCode ¶
func (o *SecurityPoliciesCreateSecurityPolicy409ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*SecurityPoliciesCreateSecurityPolicy409ResponseError) HasMessage ¶
func (o *SecurityPoliciesCreateSecurityPolicy409ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*SecurityPoliciesCreateSecurityPolicy409ResponseError) HasStatus ¶
func (o *SecurityPoliciesCreateSecurityPolicy409ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (SecurityPoliciesCreateSecurityPolicy409ResponseError) MarshalJSON ¶
func (o SecurityPoliciesCreateSecurityPolicy409ResponseError) MarshalJSON() ([]byte, error)
func (*SecurityPoliciesCreateSecurityPolicy409ResponseError) SetCode ¶
func (o *SecurityPoliciesCreateSecurityPolicy409ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*SecurityPoliciesCreateSecurityPolicy409ResponseError) SetMessage ¶
func (o *SecurityPoliciesCreateSecurityPolicy409ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*SecurityPoliciesCreateSecurityPolicy409ResponseError) SetStatus ¶
func (o *SecurityPoliciesCreateSecurityPolicy409ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (SecurityPoliciesCreateSecurityPolicy409ResponseError) ToMap ¶
func (o SecurityPoliciesCreateSecurityPolicy409ResponseError) ToMap() (map[string]interface{}, error)
func (*SecurityPoliciesCreateSecurityPolicy409ResponseError) UnmarshalJSON ¶
func (o *SecurityPoliciesCreateSecurityPolicy409ResponseError) UnmarshalJSON(data []byte) (err error)
type SecurityPoliciesReadSecurityPolicy404Response ¶
type SecurityPoliciesReadSecurityPolicy404Response struct { Error *SecurityPoliciesReadSecurityPolicy404ResponseError `json:"error,omitempty"` AdditionalProperties map[string]interface{} }
SecurityPoliciesReadSecurityPolicy404Response struct for SecurityPoliciesReadSecurityPolicy404Response
func NewSecurityPoliciesReadSecurityPolicy404Response ¶
func NewSecurityPoliciesReadSecurityPolicy404Response() *SecurityPoliciesReadSecurityPolicy404Response
NewSecurityPoliciesReadSecurityPolicy404Response instantiates a new SecurityPoliciesReadSecurityPolicy404Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSecurityPoliciesReadSecurityPolicy404ResponseWithDefaults ¶
func NewSecurityPoliciesReadSecurityPolicy404ResponseWithDefaults() *SecurityPoliciesReadSecurityPolicy404Response
NewSecurityPoliciesReadSecurityPolicy404ResponseWithDefaults instantiates a new SecurityPoliciesReadSecurityPolicy404Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SecurityPoliciesReadSecurityPolicy404Response) GetError ¶
func (o *SecurityPoliciesReadSecurityPolicy404Response) GetError() SecurityPoliciesReadSecurityPolicy404ResponseError
GetError returns the Error field value if set, zero value otherwise.
func (*SecurityPoliciesReadSecurityPolicy404Response) GetErrorOk ¶
func (o *SecurityPoliciesReadSecurityPolicy404Response) GetErrorOk() (*SecurityPoliciesReadSecurityPolicy404ResponseError, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPoliciesReadSecurityPolicy404Response) HasError ¶
func (o *SecurityPoliciesReadSecurityPolicy404Response) HasError() bool
HasError returns a boolean if a field has been set.
func (SecurityPoliciesReadSecurityPolicy404Response) MarshalJSON ¶
func (o SecurityPoliciesReadSecurityPolicy404Response) MarshalJSON() ([]byte, error)
func (*SecurityPoliciesReadSecurityPolicy404Response) SetError ¶
func (o *SecurityPoliciesReadSecurityPolicy404Response) SetError(v SecurityPoliciesReadSecurityPolicy404ResponseError)
SetError gets a reference to the given SecurityPoliciesReadSecurityPolicy404ResponseError and assigns it to the Error field.
func (SecurityPoliciesReadSecurityPolicy404Response) ToMap ¶
func (o SecurityPoliciesReadSecurityPolicy404Response) ToMap() (map[string]interface{}, error)
func (*SecurityPoliciesReadSecurityPolicy404Response) UnmarshalJSON ¶
func (o *SecurityPoliciesReadSecurityPolicy404Response) UnmarshalJSON(data []byte) (err error)
type SecurityPoliciesReadSecurityPolicy404ResponseError ¶
type SecurityPoliciesReadSecurityPolicy404ResponseError struct { Code *string `json:"code,omitempty"` Message *string `json:"message,omitempty"` Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
SecurityPoliciesReadSecurityPolicy404ResponseError struct for SecurityPoliciesReadSecurityPolicy404ResponseError
func NewSecurityPoliciesReadSecurityPolicy404ResponseError ¶
func NewSecurityPoliciesReadSecurityPolicy404ResponseError() *SecurityPoliciesReadSecurityPolicy404ResponseError
NewSecurityPoliciesReadSecurityPolicy404ResponseError instantiates a new SecurityPoliciesReadSecurityPolicy404ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSecurityPoliciesReadSecurityPolicy404ResponseErrorWithDefaults ¶
func NewSecurityPoliciesReadSecurityPolicy404ResponseErrorWithDefaults() *SecurityPoliciesReadSecurityPolicy404ResponseError
NewSecurityPoliciesReadSecurityPolicy404ResponseErrorWithDefaults instantiates a new SecurityPoliciesReadSecurityPolicy404ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SecurityPoliciesReadSecurityPolicy404ResponseError) GetCode ¶
func (o *SecurityPoliciesReadSecurityPolicy404ResponseError) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*SecurityPoliciesReadSecurityPolicy404ResponseError) GetCodeOk ¶
func (o *SecurityPoliciesReadSecurityPolicy404ResponseError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPoliciesReadSecurityPolicy404ResponseError) GetMessage ¶
func (o *SecurityPoliciesReadSecurityPolicy404ResponseError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*SecurityPoliciesReadSecurityPolicy404ResponseError) GetMessageOk ¶
func (o *SecurityPoliciesReadSecurityPolicy404ResponseError) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPoliciesReadSecurityPolicy404ResponseError) GetStatus ¶
func (o *SecurityPoliciesReadSecurityPolicy404ResponseError) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*SecurityPoliciesReadSecurityPolicy404ResponseError) GetStatusOk ¶
func (o *SecurityPoliciesReadSecurityPolicy404ResponseError) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPoliciesReadSecurityPolicy404ResponseError) HasCode ¶
func (o *SecurityPoliciesReadSecurityPolicy404ResponseError) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*SecurityPoliciesReadSecurityPolicy404ResponseError) HasMessage ¶
func (o *SecurityPoliciesReadSecurityPolicy404ResponseError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*SecurityPoliciesReadSecurityPolicy404ResponseError) HasStatus ¶
func (o *SecurityPoliciesReadSecurityPolicy404ResponseError) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (SecurityPoliciesReadSecurityPolicy404ResponseError) MarshalJSON ¶
func (o SecurityPoliciesReadSecurityPolicy404ResponseError) MarshalJSON() ([]byte, error)
func (*SecurityPoliciesReadSecurityPolicy404ResponseError) SetCode ¶
func (o *SecurityPoliciesReadSecurityPolicy404ResponseError) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*SecurityPoliciesReadSecurityPolicy404ResponseError) SetMessage ¶
func (o *SecurityPoliciesReadSecurityPolicy404ResponseError) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*SecurityPoliciesReadSecurityPolicy404ResponseError) SetStatus ¶
func (o *SecurityPoliciesReadSecurityPolicy404ResponseError) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (SecurityPoliciesReadSecurityPolicy404ResponseError) ToMap ¶
func (o SecurityPoliciesReadSecurityPolicy404ResponseError) ToMap() (map[string]interface{}, error)
func (*SecurityPoliciesReadSecurityPolicy404ResponseError) UnmarshalJSON ¶
func (o *SecurityPoliciesReadSecurityPolicy404ResponseError) UnmarshalJSON(data []byte) (err error)
type SecurityPolicy ¶
type SecurityPolicy struct { // Access codes assigned to Security Policy AccessCodes []string `json:"access_codes,omitempty"` // The time when this Security Policy object was created. CreatedTime *time.Time `json:"created_time,omitempty"` // The policy-level action gets applied when none of the policy rules apply/match. The default value for default_action is \"action_allow\". DefaultAction *string `json:"default_action,omitempty"` // Name of the custom redirect, if the default_action is \"action_redirect\". DefaultRedirectName *string `json:"default_redirect_name,omitempty"` // The brief description for the security policy. Description *string `json:"description,omitempty"` // The list of DNS Forwarding Proxy Services object identifiers. For Internal Use only. DfpServices []string `json:"dfp_services,omitempty"` // The list of DNS Forwarding Proxy object identifiers. Dfps []int32 `json:"dfps,omitempty"` // Use ECS for handling policy Ecs *bool `json:"ecs,omitempty"` // The Security Policy object identifier. Id *int32 `json:"id,omitempty"` // Flag that indicates whether this is a default security policy. IsDefault *bool `json:"is_default,omitempty"` // The name of the security policy. Name *string `json:"name,omitempty"` // List of DFPs associated with this policy via network address (with corresponding network address) NetAddressDfps []NetAddrDfpAssignment `json:"net_address_dfps,omitempty"` // The list of Network Lists identifiers that represents networks that you want to protect from malicious attacks. NetworkLists []int64 `json:"network_lists,omitempty"` // Use DNS resolve on onprem side OnpremResolve *bool `json:"onprem_resolve,omitempty"` // Security precedence enable selection of the highest priority policy, in cases where a query matches multiple policies. Precedence *int32 `json:"precedence,omitempty"` // The list of BloxOne Endpoint groups identifiers. RoamingDeviceGroups []int32 `json:"roaming_device_groups,omitempty"` // The list of Security Policy Rules objects that represent the set of rules and actions that you define to balance access and constraints so you can mitigate malicious attacks and provide security for your networks. Rules []SecurityPolicyRule `json:"rules,omitempty"` // Apply automated rules to enforce safe search SafeSearch *bool `json:"safe_search,omitempty"` // Enables tag support for resource where tags attribute contains user-defined key value pairs Tags map[string]interface{} `json:"tags,omitempty"` // The time when this Security Policy object was last updated. UpdatedTime *time.Time `json:"updated_time,omitempty"` // List of user groups associated with this policy UserGroups []string `json:"user_groups,omitempty"` AdditionalProperties map[string]interface{} }
SecurityPolicy The Security Policy object. A security policy defines a set of rules and actions that you define to balance access and constraints so you can mitigate malicious attacks and provide security for your networks. When you create a new security policy, you first define a network scope to which you add networks, DNS forwarding proxies, and BloxOne Endpoint groups. BloxOne Cloud applies the security policy to all the entities that you include in the network scope. You can also include DNS forwarding proxies to which you want to apply the security policy. After you define the network scope, you can add custom lists and category filters to the security policy. You can also specify actions for the added lists and filters, and to determine the precedence order for the entities. Depending on your subscription level, each security policy also comes with a set of predefined threat intelligence feeds and Threat Insight rules that are inherited from the default global policy. You cannot delete the inherited feeds and rules, but you can change their precedence order. For each policy you can define policy-level action (Default Action) gets applied when none of the policy rules apply/match. If an user really needs access to some blocked domain (web page) via a browser - there is a possibility to assign special bypass code(s) (Bypass Code) to any policy.
func NewSecurityPolicy ¶
func NewSecurityPolicy() *SecurityPolicy
NewSecurityPolicy instantiates a new SecurityPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSecurityPolicyWithDefaults ¶
func NewSecurityPolicyWithDefaults() *SecurityPolicy
NewSecurityPolicyWithDefaults instantiates a new SecurityPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SecurityPolicy) GetAccessCodes ¶
func (o *SecurityPolicy) GetAccessCodes() []string
GetAccessCodes returns the AccessCodes field value if set, zero value otherwise.
func (*SecurityPolicy) GetAccessCodesOk ¶
func (o *SecurityPolicy) GetAccessCodesOk() ([]string, bool)
GetAccessCodesOk returns a tuple with the AccessCodes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPolicy) GetCreatedTime ¶
func (o *SecurityPolicy) GetCreatedTime() time.Time
GetCreatedTime returns the CreatedTime field value if set, zero value otherwise.
func (*SecurityPolicy) GetCreatedTimeOk ¶
func (o *SecurityPolicy) GetCreatedTimeOk() (*time.Time, bool)
GetCreatedTimeOk returns a tuple with the CreatedTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPolicy) GetDefaultAction ¶
func (o *SecurityPolicy) GetDefaultAction() string
GetDefaultAction returns the DefaultAction field value if set, zero value otherwise.
func (*SecurityPolicy) GetDefaultActionOk ¶
func (o *SecurityPolicy) GetDefaultActionOk() (*string, bool)
GetDefaultActionOk returns a tuple with the DefaultAction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPolicy) GetDefaultRedirectName ¶
func (o *SecurityPolicy) GetDefaultRedirectName() string
GetDefaultRedirectName returns the DefaultRedirectName field value if set, zero value otherwise.
func (*SecurityPolicy) GetDefaultRedirectNameOk ¶
func (o *SecurityPolicy) GetDefaultRedirectNameOk() (*string, bool)
GetDefaultRedirectNameOk returns a tuple with the DefaultRedirectName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPolicy) GetDescription ¶
func (o *SecurityPolicy) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*SecurityPolicy) GetDescriptionOk ¶
func (o *SecurityPolicy) 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 (*SecurityPolicy) GetDfpServices ¶
func (o *SecurityPolicy) GetDfpServices() []string
GetDfpServices returns the DfpServices field value if set, zero value otherwise.
func (*SecurityPolicy) GetDfpServicesOk ¶
func (o *SecurityPolicy) GetDfpServicesOk() ([]string, bool)
GetDfpServicesOk returns a tuple with the DfpServices field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPolicy) GetDfps ¶
func (o *SecurityPolicy) GetDfps() []int32
GetDfps returns the Dfps field value if set, zero value otherwise.
func (*SecurityPolicy) GetDfpsOk ¶
func (o *SecurityPolicy) GetDfpsOk() ([]int32, bool)
GetDfpsOk returns a tuple with the Dfps field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPolicy) GetEcs ¶
func (o *SecurityPolicy) GetEcs() bool
GetEcs returns the Ecs field value if set, zero value otherwise.
func (*SecurityPolicy) GetEcsOk ¶
func (o *SecurityPolicy) GetEcsOk() (*bool, bool)
GetEcsOk returns a tuple with the Ecs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPolicy) GetId ¶
func (o *SecurityPolicy) GetId() int32
GetId returns the Id field value if set, zero value otherwise.
func (*SecurityPolicy) GetIdOk ¶
func (o *SecurityPolicy) GetIdOk() (*int32, 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 (*SecurityPolicy) GetIsDefault ¶
func (o *SecurityPolicy) GetIsDefault() bool
GetIsDefault returns the IsDefault field value if set, zero value otherwise.
func (*SecurityPolicy) GetIsDefaultOk ¶
func (o *SecurityPolicy) GetIsDefaultOk() (*bool, bool)
GetIsDefaultOk returns a tuple with the IsDefault field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPolicy) GetName ¶
func (o *SecurityPolicy) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*SecurityPolicy) GetNameOk ¶
func (o *SecurityPolicy) 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 (*SecurityPolicy) GetNetAddressDfps ¶
func (o *SecurityPolicy) GetNetAddressDfps() []NetAddrDfpAssignment
GetNetAddressDfps returns the NetAddressDfps field value if set, zero value otherwise.
func (*SecurityPolicy) GetNetAddressDfpsOk ¶
func (o *SecurityPolicy) GetNetAddressDfpsOk() ([]NetAddrDfpAssignment, bool)
GetNetAddressDfpsOk returns a tuple with the NetAddressDfps field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPolicy) GetNetworkLists ¶
func (o *SecurityPolicy) GetNetworkLists() []int64
GetNetworkLists returns the NetworkLists field value if set, zero value otherwise.
func (*SecurityPolicy) GetNetworkListsOk ¶
func (o *SecurityPolicy) GetNetworkListsOk() ([]int64, bool)
GetNetworkListsOk returns a tuple with the NetworkLists field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPolicy) GetOnpremResolve ¶
func (o *SecurityPolicy) GetOnpremResolve() bool
GetOnpremResolve returns the OnpremResolve field value if set, zero value otherwise.
func (*SecurityPolicy) GetOnpremResolveOk ¶
func (o *SecurityPolicy) GetOnpremResolveOk() (*bool, bool)
GetOnpremResolveOk returns a tuple with the OnpremResolve field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPolicy) GetPrecedence ¶
func (o *SecurityPolicy) GetPrecedence() int32
GetPrecedence returns the Precedence field value if set, zero value otherwise.
func (*SecurityPolicy) GetPrecedenceOk ¶
func (o *SecurityPolicy) GetPrecedenceOk() (*int32, bool)
GetPrecedenceOk returns a tuple with the Precedence field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPolicy) GetRoamingDeviceGroups ¶
func (o *SecurityPolicy) GetRoamingDeviceGroups() []int32
GetRoamingDeviceGroups returns the RoamingDeviceGroups field value if set, zero value otherwise.
func (*SecurityPolicy) GetRoamingDeviceGroupsOk ¶
func (o *SecurityPolicy) GetRoamingDeviceGroupsOk() ([]int32, bool)
GetRoamingDeviceGroupsOk returns a tuple with the RoamingDeviceGroups field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPolicy) GetRules ¶
func (o *SecurityPolicy) GetRules() []SecurityPolicyRule
GetRules returns the Rules field value if set, zero value otherwise.
func (*SecurityPolicy) GetRulesOk ¶
func (o *SecurityPolicy) GetRulesOk() ([]SecurityPolicyRule, bool)
GetRulesOk returns a tuple with the Rules field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPolicy) GetSafeSearch ¶
func (o *SecurityPolicy) GetSafeSearch() bool
GetSafeSearch returns the SafeSearch field value if set, zero value otherwise.
func (*SecurityPolicy) GetSafeSearchOk ¶
func (o *SecurityPolicy) GetSafeSearchOk() (*bool, bool)
GetSafeSearchOk returns a tuple with the SafeSearch field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPolicy) GetTags ¶
func (o *SecurityPolicy) GetTags() map[string]interface{}
GetTags returns the Tags field value if set, zero value otherwise.
func (*SecurityPolicy) GetTagsOk ¶
func (o *SecurityPolicy) GetTagsOk() (map[string]interface{}, 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 (*SecurityPolicy) GetUpdatedTime ¶
func (o *SecurityPolicy) GetUpdatedTime() time.Time
GetUpdatedTime returns the UpdatedTime field value if set, zero value otherwise.
func (*SecurityPolicy) GetUpdatedTimeOk ¶
func (o *SecurityPolicy) GetUpdatedTimeOk() (*time.Time, bool)
GetUpdatedTimeOk returns a tuple with the UpdatedTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPolicy) GetUserGroups ¶
func (o *SecurityPolicy) GetUserGroups() []string
GetUserGroups returns the UserGroups field value if set, zero value otherwise.
func (*SecurityPolicy) GetUserGroupsOk ¶
func (o *SecurityPolicy) GetUserGroupsOk() ([]string, bool)
GetUserGroupsOk returns a tuple with the UserGroups field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPolicy) HasAccessCodes ¶
func (o *SecurityPolicy) HasAccessCodes() bool
HasAccessCodes returns a boolean if a field has been set.
func (*SecurityPolicy) HasCreatedTime ¶
func (o *SecurityPolicy) HasCreatedTime() bool
HasCreatedTime returns a boolean if a field has been set.
func (*SecurityPolicy) HasDefaultAction ¶
func (o *SecurityPolicy) HasDefaultAction() bool
HasDefaultAction returns a boolean if a field has been set.
func (*SecurityPolicy) HasDefaultRedirectName ¶
func (o *SecurityPolicy) HasDefaultRedirectName() bool
HasDefaultRedirectName returns a boolean if a field has been set.
func (*SecurityPolicy) HasDescription ¶
func (o *SecurityPolicy) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*SecurityPolicy) HasDfpServices ¶
func (o *SecurityPolicy) HasDfpServices() bool
HasDfpServices returns a boolean if a field has been set.
func (*SecurityPolicy) HasDfps ¶
func (o *SecurityPolicy) HasDfps() bool
HasDfps returns a boolean if a field has been set.
func (*SecurityPolicy) HasEcs ¶
func (o *SecurityPolicy) HasEcs() bool
HasEcs returns a boolean if a field has been set.
func (*SecurityPolicy) HasId ¶
func (o *SecurityPolicy) HasId() bool
HasId returns a boolean if a field has been set.
func (*SecurityPolicy) HasIsDefault ¶
func (o *SecurityPolicy) HasIsDefault() bool
HasIsDefault returns a boolean if a field has been set.
func (*SecurityPolicy) HasName ¶
func (o *SecurityPolicy) HasName() bool
HasName returns a boolean if a field has been set.
func (*SecurityPolicy) HasNetAddressDfps ¶
func (o *SecurityPolicy) HasNetAddressDfps() bool
HasNetAddressDfps returns a boolean if a field has been set.
func (*SecurityPolicy) HasNetworkLists ¶
func (o *SecurityPolicy) HasNetworkLists() bool
HasNetworkLists returns a boolean if a field has been set.
func (*SecurityPolicy) HasOnpremResolve ¶
func (o *SecurityPolicy) HasOnpremResolve() bool
HasOnpremResolve returns a boolean if a field has been set.
func (*SecurityPolicy) HasPrecedence ¶
func (o *SecurityPolicy) HasPrecedence() bool
HasPrecedence returns a boolean if a field has been set.
func (*SecurityPolicy) HasRoamingDeviceGroups ¶
func (o *SecurityPolicy) HasRoamingDeviceGroups() bool
HasRoamingDeviceGroups returns a boolean if a field has been set.
func (*SecurityPolicy) HasRules ¶
func (o *SecurityPolicy) HasRules() bool
HasRules returns a boolean if a field has been set.
func (*SecurityPolicy) HasSafeSearch ¶
func (o *SecurityPolicy) HasSafeSearch() bool
HasSafeSearch returns a boolean if a field has been set.
func (*SecurityPolicy) HasTags ¶
func (o *SecurityPolicy) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*SecurityPolicy) HasUpdatedTime ¶
func (o *SecurityPolicy) HasUpdatedTime() bool
HasUpdatedTime returns a boolean if a field has been set.
func (*SecurityPolicy) HasUserGroups ¶
func (o *SecurityPolicy) HasUserGroups() bool
HasUserGroups returns a boolean if a field has been set.
func (SecurityPolicy) MarshalJSON ¶
func (o SecurityPolicy) MarshalJSON() ([]byte, error)
func (*SecurityPolicy) SetAccessCodes ¶
func (o *SecurityPolicy) SetAccessCodes(v []string)
SetAccessCodes gets a reference to the given []string and assigns it to the AccessCodes field.
func (*SecurityPolicy) SetCreatedTime ¶
func (o *SecurityPolicy) SetCreatedTime(v time.Time)
SetCreatedTime gets a reference to the given time.Time and assigns it to the CreatedTime field.
func (*SecurityPolicy) SetDefaultAction ¶
func (o *SecurityPolicy) SetDefaultAction(v string)
SetDefaultAction gets a reference to the given string and assigns it to the DefaultAction field.
func (*SecurityPolicy) SetDefaultRedirectName ¶
func (o *SecurityPolicy) SetDefaultRedirectName(v string)
SetDefaultRedirectName gets a reference to the given string and assigns it to the DefaultRedirectName field.
func (*SecurityPolicy) SetDescription ¶
func (o *SecurityPolicy) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*SecurityPolicy) SetDfpServices ¶
func (o *SecurityPolicy) SetDfpServices(v []string)
SetDfpServices gets a reference to the given []string and assigns it to the DfpServices field.
func (*SecurityPolicy) SetDfps ¶
func (o *SecurityPolicy) SetDfps(v []int32)
SetDfps gets a reference to the given []int32 and assigns it to the Dfps field.
func (*SecurityPolicy) SetEcs ¶
func (o *SecurityPolicy) SetEcs(v bool)
SetEcs gets a reference to the given bool and assigns it to the Ecs field.
func (*SecurityPolicy) SetId ¶
func (o *SecurityPolicy) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (*SecurityPolicy) SetIsDefault ¶
func (o *SecurityPolicy) SetIsDefault(v bool)
SetIsDefault gets a reference to the given bool and assigns it to the IsDefault field.
func (*SecurityPolicy) SetName ¶
func (o *SecurityPolicy) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*SecurityPolicy) SetNetAddressDfps ¶
func (o *SecurityPolicy) SetNetAddressDfps(v []NetAddrDfpAssignment)
SetNetAddressDfps gets a reference to the given []NetAddrDfpAssignment and assigns it to the NetAddressDfps field.
func (*SecurityPolicy) SetNetworkLists ¶
func (o *SecurityPolicy) SetNetworkLists(v []int64)
SetNetworkLists gets a reference to the given []int64 and assigns it to the NetworkLists field.
func (*SecurityPolicy) SetOnpremResolve ¶
func (o *SecurityPolicy) SetOnpremResolve(v bool)
SetOnpremResolve gets a reference to the given bool and assigns it to the OnpremResolve field.
func (*SecurityPolicy) SetPrecedence ¶
func (o *SecurityPolicy) SetPrecedence(v int32)
SetPrecedence gets a reference to the given int32 and assigns it to the Precedence field.
func (*SecurityPolicy) SetRoamingDeviceGroups ¶
func (o *SecurityPolicy) SetRoamingDeviceGroups(v []int32)
SetRoamingDeviceGroups gets a reference to the given []int32 and assigns it to the RoamingDeviceGroups field.
func (*SecurityPolicy) SetRules ¶
func (o *SecurityPolicy) SetRules(v []SecurityPolicyRule)
SetRules gets a reference to the given []SecurityPolicyRule and assigns it to the Rules field.
func (*SecurityPolicy) SetSafeSearch ¶
func (o *SecurityPolicy) SetSafeSearch(v bool)
SetSafeSearch gets a reference to the given bool and assigns it to the SafeSearch field.
func (*SecurityPolicy) SetTags ¶
func (o *SecurityPolicy) SetTags(v map[string]interface{})
SetTags gets a reference to the given map[string]interface{} and assigns it to the Tags field.
func (*SecurityPolicy) SetUpdatedTime ¶
func (o *SecurityPolicy) SetUpdatedTime(v time.Time)
SetUpdatedTime gets a reference to the given time.Time and assigns it to the UpdatedTime field.
func (*SecurityPolicy) SetUserGroups ¶
func (o *SecurityPolicy) SetUserGroups(v []string)
SetUserGroups gets a reference to the given []string and assigns it to the UserGroups field.
func (SecurityPolicy) ToMap ¶
func (o SecurityPolicy) ToMap() (map[string]interface{}, error)
func (*SecurityPolicy) UnmarshalJSON ¶
func (o *SecurityPolicy) UnmarshalJSON(data []byte) (err error)
type SecurityPolicyCreateResponse ¶
type SecurityPolicyCreateResponse struct { // The Security Policy object. Results *SecurityPolicy `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
SecurityPolicyCreateResponse The Security Policy create response.
func NewSecurityPolicyCreateResponse ¶
func NewSecurityPolicyCreateResponse() *SecurityPolicyCreateResponse
NewSecurityPolicyCreateResponse instantiates a new SecurityPolicyCreateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSecurityPolicyCreateResponseWithDefaults ¶
func NewSecurityPolicyCreateResponseWithDefaults() *SecurityPolicyCreateResponse
NewSecurityPolicyCreateResponseWithDefaults instantiates a new SecurityPolicyCreateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SecurityPolicyCreateResponse) GetResults ¶
func (o *SecurityPolicyCreateResponse) GetResults() SecurityPolicy
GetResults returns the Results field value if set, zero value otherwise.
func (*SecurityPolicyCreateResponse) GetResultsOk ¶
func (o *SecurityPolicyCreateResponse) GetResultsOk() (*SecurityPolicy, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPolicyCreateResponse) HasResults ¶
func (o *SecurityPolicyCreateResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (SecurityPolicyCreateResponse) MarshalJSON ¶
func (o SecurityPolicyCreateResponse) MarshalJSON() ([]byte, error)
func (*SecurityPolicyCreateResponse) SetResults ¶
func (o *SecurityPolicyCreateResponse) SetResults(v SecurityPolicy)
SetResults gets a reference to the given SecurityPolicy and assigns it to the Results field.
func (SecurityPolicyCreateResponse) ToMap ¶
func (o SecurityPolicyCreateResponse) ToMap() (map[string]interface{}, error)
func (*SecurityPolicyCreateResponse) UnmarshalJSON ¶
func (o *SecurityPolicyCreateResponse) UnmarshalJSON(data []byte) (err error)
type SecurityPolicyDeleteRequest ¶
type SecurityPolicyDeleteRequest struct { // The list of Security Policy object identifiers. Ids []int32 `json:"ids,omitempty"` AdditionalProperties map[string]interface{} }
SecurityPolicyDeleteRequest The Security Policy delete request.
func NewSecurityPolicyDeleteRequest ¶
func NewSecurityPolicyDeleteRequest() *SecurityPolicyDeleteRequest
NewSecurityPolicyDeleteRequest instantiates a new SecurityPolicyDeleteRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSecurityPolicyDeleteRequestWithDefaults ¶
func NewSecurityPolicyDeleteRequestWithDefaults() *SecurityPolicyDeleteRequest
NewSecurityPolicyDeleteRequestWithDefaults instantiates a new SecurityPolicyDeleteRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SecurityPolicyDeleteRequest) GetIds ¶
func (o *SecurityPolicyDeleteRequest) GetIds() []int32
GetIds returns the Ids field value if set, zero value otherwise.
func (*SecurityPolicyDeleteRequest) GetIdsOk ¶
func (o *SecurityPolicyDeleteRequest) GetIdsOk() ([]int32, bool)
GetIdsOk returns a tuple with the Ids field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPolicyDeleteRequest) HasIds ¶
func (o *SecurityPolicyDeleteRequest) HasIds() bool
HasIds returns a boolean if a field has been set.
func (SecurityPolicyDeleteRequest) MarshalJSON ¶
func (o SecurityPolicyDeleteRequest) MarshalJSON() ([]byte, error)
func (*SecurityPolicyDeleteRequest) SetIds ¶
func (o *SecurityPolicyDeleteRequest) SetIds(v []int32)
SetIds gets a reference to the given []int32 and assigns it to the Ids field.
func (SecurityPolicyDeleteRequest) ToMap ¶
func (o SecurityPolicyDeleteRequest) ToMap() (map[string]interface{}, error)
func (*SecurityPolicyDeleteRequest) UnmarshalJSON ¶
func (o *SecurityPolicyDeleteRequest) UnmarshalJSON(data []byte) (err error)
type SecurityPolicyMultiResponse ¶
type SecurityPolicyMultiResponse struct { // The list of Security Policy objects. Results []SecurityPolicy `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
SecurityPolicyMultiResponse The Security Policy list response.
func NewSecurityPolicyMultiResponse ¶
func NewSecurityPolicyMultiResponse() *SecurityPolicyMultiResponse
NewSecurityPolicyMultiResponse instantiates a new SecurityPolicyMultiResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSecurityPolicyMultiResponseWithDefaults ¶
func NewSecurityPolicyMultiResponseWithDefaults() *SecurityPolicyMultiResponse
NewSecurityPolicyMultiResponseWithDefaults instantiates a new SecurityPolicyMultiResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SecurityPolicyMultiResponse) GetResults ¶
func (o *SecurityPolicyMultiResponse) GetResults() []SecurityPolicy
GetResults returns the Results field value if set, zero value otherwise.
func (*SecurityPolicyMultiResponse) GetResultsOk ¶
func (o *SecurityPolicyMultiResponse) GetResultsOk() ([]SecurityPolicy, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPolicyMultiResponse) HasResults ¶
func (o *SecurityPolicyMultiResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (SecurityPolicyMultiResponse) MarshalJSON ¶
func (o SecurityPolicyMultiResponse) MarshalJSON() ([]byte, error)
func (*SecurityPolicyMultiResponse) SetResults ¶
func (o *SecurityPolicyMultiResponse) SetResults(v []SecurityPolicy)
SetResults gets a reference to the given []SecurityPolicy and assigns it to the Results field.
func (SecurityPolicyMultiResponse) ToMap ¶
func (o SecurityPolicyMultiResponse) ToMap() (map[string]interface{}, error)
func (*SecurityPolicyMultiResponse) UnmarshalJSON ¶
func (o *SecurityPolicyMultiResponse) UnmarshalJSON(data []byte) (err error)
type SecurityPolicyReadResponse ¶
type SecurityPolicyReadResponse struct { // The Security Policy object. Results *SecurityPolicy `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
SecurityPolicyReadResponse The Security Policy read response.
func NewSecurityPolicyReadResponse ¶
func NewSecurityPolicyReadResponse() *SecurityPolicyReadResponse
NewSecurityPolicyReadResponse instantiates a new SecurityPolicyReadResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSecurityPolicyReadResponseWithDefaults ¶
func NewSecurityPolicyReadResponseWithDefaults() *SecurityPolicyReadResponse
NewSecurityPolicyReadResponseWithDefaults instantiates a new SecurityPolicyReadResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SecurityPolicyReadResponse) GetResults ¶
func (o *SecurityPolicyReadResponse) GetResults() SecurityPolicy
GetResults returns the Results field value if set, zero value otherwise.
func (*SecurityPolicyReadResponse) GetResultsOk ¶
func (o *SecurityPolicyReadResponse) GetResultsOk() (*SecurityPolicy, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPolicyReadResponse) HasResults ¶
func (o *SecurityPolicyReadResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (SecurityPolicyReadResponse) MarshalJSON ¶
func (o SecurityPolicyReadResponse) MarshalJSON() ([]byte, error)
func (*SecurityPolicyReadResponse) SetResults ¶
func (o *SecurityPolicyReadResponse) SetResults(v SecurityPolicy)
SetResults gets a reference to the given SecurityPolicy and assigns it to the Results field.
func (SecurityPolicyReadResponse) ToMap ¶
func (o SecurityPolicyReadResponse) ToMap() (map[string]interface{}, error)
func (*SecurityPolicyReadResponse) UnmarshalJSON ¶
func (o *SecurityPolicyReadResponse) UnmarshalJSON(data []byte) (err error)
type SecurityPolicyRule ¶
type SecurityPolicyRule struct { // The action for the policy rule that can be either \"action_allow\" or \"action_log\" or \"action_redirect\" or \"action_block\" or \"action_allow_with_local_resolution\". \"action_allow_with_local_resolution\" only supported for application filter rule with enabled onprem_resolve flag on the Security policy. Action *string `json:"action,omitempty"` // The data source for the policy rule, that can be either a name of the predefined feed for \"named_feed\", custom list name for \"custom_list\" type, category filter name for \"category_filter\" type and application filter name for \"application_filter\" type. Data *string `json:"data,omitempty"` // The Custom List object identifier with which the policy rule is associated. 0 value means no custom list is associated with this policy rule. ListId *int32 `json:"list_id,omitempty"` // The identifier of the Security Policy object with which the policy rule is associated. PolicyId *int32 `json:"policy_id,omitempty"` // The name of the security policy with which the policy rule is associated. PolicyName *string `json:"policy_name,omitempty"` // The name of the redirect address for redirect actions that can be either IPv4 address or a domain name. RedirectName *string `json:"redirect_name,omitempty"` // The policy rule type that can be either \"named_feed\" or \"custom_list\" or \"category_filter\" or \"application_filter\". Type *string `json:"type,omitempty"` AdditionalProperties map[string]interface{} }
SecurityPolicyRule The Security Policy Rule object. The Security Policy Rule object represents a rule and action that you define to balance access and constraints so you can mitigate malicious attacks and provide security for your networks.
func NewSecurityPolicyRule ¶
func NewSecurityPolicyRule() *SecurityPolicyRule
NewSecurityPolicyRule instantiates a new SecurityPolicyRule object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSecurityPolicyRuleWithDefaults ¶
func NewSecurityPolicyRuleWithDefaults() *SecurityPolicyRule
NewSecurityPolicyRuleWithDefaults instantiates a new SecurityPolicyRule object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SecurityPolicyRule) GetAction ¶
func (o *SecurityPolicyRule) GetAction() string
GetAction returns the Action field value if set, zero value otherwise.
func (*SecurityPolicyRule) GetActionOk ¶
func (o *SecurityPolicyRule) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPolicyRule) GetData ¶
func (o *SecurityPolicyRule) GetData() string
GetData returns the Data field value if set, zero value otherwise.
func (*SecurityPolicyRule) GetDataOk ¶
func (o *SecurityPolicyRule) GetDataOk() (*string, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPolicyRule) GetListId ¶
func (o *SecurityPolicyRule) GetListId() int32
GetListId returns the ListId field value if set, zero value otherwise.
func (*SecurityPolicyRule) GetListIdOk ¶
func (o *SecurityPolicyRule) GetListIdOk() (*int32, bool)
GetListIdOk returns a tuple with the ListId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPolicyRule) GetPolicyId ¶
func (o *SecurityPolicyRule) GetPolicyId() int32
GetPolicyId returns the PolicyId field value if set, zero value otherwise.
func (*SecurityPolicyRule) GetPolicyIdOk ¶
func (o *SecurityPolicyRule) GetPolicyIdOk() (*int32, bool)
GetPolicyIdOk returns a tuple with the PolicyId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPolicyRule) GetPolicyName ¶
func (o *SecurityPolicyRule) GetPolicyName() string
GetPolicyName returns the PolicyName field value if set, zero value otherwise.
func (*SecurityPolicyRule) GetPolicyNameOk ¶
func (o *SecurityPolicyRule) GetPolicyNameOk() (*string, bool)
GetPolicyNameOk returns a tuple with the PolicyName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPolicyRule) GetRedirectName ¶
func (o *SecurityPolicyRule) GetRedirectName() string
GetRedirectName returns the RedirectName field value if set, zero value otherwise.
func (*SecurityPolicyRule) GetRedirectNameOk ¶
func (o *SecurityPolicyRule) GetRedirectNameOk() (*string, bool)
GetRedirectNameOk returns a tuple with the RedirectName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPolicyRule) GetType ¶
func (o *SecurityPolicyRule) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*SecurityPolicyRule) GetTypeOk ¶
func (o *SecurityPolicyRule) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPolicyRule) HasAction ¶
func (o *SecurityPolicyRule) HasAction() bool
HasAction returns a boolean if a field has been set.
func (*SecurityPolicyRule) HasData ¶
func (o *SecurityPolicyRule) HasData() bool
HasData returns a boolean if a field has been set.
func (*SecurityPolicyRule) HasListId ¶
func (o *SecurityPolicyRule) HasListId() bool
HasListId returns a boolean if a field has been set.
func (*SecurityPolicyRule) HasPolicyId ¶
func (o *SecurityPolicyRule) HasPolicyId() bool
HasPolicyId returns a boolean if a field has been set.
func (*SecurityPolicyRule) HasPolicyName ¶
func (o *SecurityPolicyRule) HasPolicyName() bool
HasPolicyName returns a boolean if a field has been set.
func (*SecurityPolicyRule) HasRedirectName ¶
func (o *SecurityPolicyRule) HasRedirectName() bool
HasRedirectName returns a boolean if a field has been set.
func (*SecurityPolicyRule) HasType ¶
func (o *SecurityPolicyRule) HasType() bool
HasType returns a boolean if a field has been set.
func (SecurityPolicyRule) MarshalJSON ¶
func (o SecurityPolicyRule) MarshalJSON() ([]byte, error)
func (*SecurityPolicyRule) SetAction ¶
func (o *SecurityPolicyRule) SetAction(v string)
SetAction gets a reference to the given string and assigns it to the Action field.
func (*SecurityPolicyRule) SetData ¶
func (o *SecurityPolicyRule) SetData(v string)
SetData gets a reference to the given string and assigns it to the Data field.
func (*SecurityPolicyRule) SetListId ¶
func (o *SecurityPolicyRule) SetListId(v int32)
SetListId gets a reference to the given int32 and assigns it to the ListId field.
func (*SecurityPolicyRule) SetPolicyId ¶
func (o *SecurityPolicyRule) SetPolicyId(v int32)
SetPolicyId gets a reference to the given int32 and assigns it to the PolicyId field.
func (*SecurityPolicyRule) SetPolicyName ¶
func (o *SecurityPolicyRule) SetPolicyName(v string)
SetPolicyName gets a reference to the given string and assigns it to the PolicyName field.
func (*SecurityPolicyRule) SetRedirectName ¶
func (o *SecurityPolicyRule) SetRedirectName(v string)
SetRedirectName gets a reference to the given string and assigns it to the RedirectName field.
func (*SecurityPolicyRule) SetType ¶
func (o *SecurityPolicyRule) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (SecurityPolicyRule) ToMap ¶
func (o SecurityPolicyRule) ToMap() (map[string]interface{}, error)
func (*SecurityPolicyRule) UnmarshalJSON ¶
func (o *SecurityPolicyRule) UnmarshalJSON(data []byte) (err error)
type SecurityPolicyRuleMultiResponse ¶
type SecurityPolicyRuleMultiResponse struct { // The list of Security Policy Rule objects. Results []SecurityPolicyRule `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
SecurityPolicyRuleMultiResponse The Security Policy Rule list response.
func NewSecurityPolicyRuleMultiResponse ¶
func NewSecurityPolicyRuleMultiResponse() *SecurityPolicyRuleMultiResponse
NewSecurityPolicyRuleMultiResponse instantiates a new SecurityPolicyRuleMultiResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSecurityPolicyRuleMultiResponseWithDefaults ¶
func NewSecurityPolicyRuleMultiResponseWithDefaults() *SecurityPolicyRuleMultiResponse
NewSecurityPolicyRuleMultiResponseWithDefaults instantiates a new SecurityPolicyRuleMultiResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SecurityPolicyRuleMultiResponse) GetResults ¶
func (o *SecurityPolicyRuleMultiResponse) GetResults() []SecurityPolicyRule
GetResults returns the Results field value if set, zero value otherwise.
func (*SecurityPolicyRuleMultiResponse) GetResultsOk ¶
func (o *SecurityPolicyRuleMultiResponse) GetResultsOk() ([]SecurityPolicyRule, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPolicyRuleMultiResponse) HasResults ¶
func (o *SecurityPolicyRuleMultiResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (SecurityPolicyRuleMultiResponse) MarshalJSON ¶
func (o SecurityPolicyRuleMultiResponse) MarshalJSON() ([]byte, error)
func (*SecurityPolicyRuleMultiResponse) SetResults ¶
func (o *SecurityPolicyRuleMultiResponse) SetResults(v []SecurityPolicyRule)
SetResults gets a reference to the given []SecurityPolicyRule and assigns it to the Results field.
func (SecurityPolicyRuleMultiResponse) ToMap ¶
func (o SecurityPolicyRuleMultiResponse) ToMap() (map[string]interface{}, error)
func (*SecurityPolicyRuleMultiResponse) UnmarshalJSON ¶
func (o *SecurityPolicyRuleMultiResponse) UnmarshalJSON(data []byte) (err error)
type SecurityPolicyRulesAPI ¶
type SecurityPolicyRulesAPI interface { /* ListSecurityPolicyRules List Security Policy Rules. Use this method to retrieve information on all Security Policy Rule objects for the account. The Security Policy Rule object represents a rule and action that you define to balance access and constraints so you can mitigate malicious attacks and provide security for your networks. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return SecurityPolicyRulesAPIListSecurityPolicyRulesRequest */ ListSecurityPolicyRules(ctx context.Context) SecurityPolicyRulesAPIListSecurityPolicyRulesRequest // ListSecurityPolicyRulesExecute executes the request // @return SecurityPolicyRuleMultiResponse ListSecurityPolicyRulesExecute(r SecurityPolicyRulesAPIListSecurityPolicyRulesRequest) (*SecurityPolicyRuleMultiResponse, *http.Response, error) }
type SecurityPolicyRulesAPIListSecurityPolicyRulesRequest ¶
type SecurityPolicyRulesAPIListSecurityPolicyRulesRequest struct { ApiService SecurityPolicyRulesAPI // contains filtered or unexported fields }
func (SecurityPolicyRulesAPIListSecurityPolicyRulesRequest) Execute ¶
func (r SecurityPolicyRulesAPIListSecurityPolicyRulesRequest) Execute() (*SecurityPolicyRuleMultiResponse, *http.Response, error)
func (SecurityPolicyRulesAPIListSecurityPolicyRulesRequest) Fields ¶
func (r SecurityPolicyRulesAPIListSecurityPolicyRulesRequest) Fields(fields string) SecurityPolicyRulesAPIListSecurityPolicyRulesRequest
A collection of response resources can be transformed by specifying a set of JSON tags to be returned. For a “flat” resource, the tag name is straightforward. If field selection is allowed on non-flat hierarchical resources, the service should implement a qualified naming scheme such as dot-qualification to reference data down the hierarchy. If a resource does not have the specified tag, the tag does not appear in the output resource. Specify this parameter as a comma-separated list of JSON tag names.
func (SecurityPolicyRulesAPIListSecurityPolicyRulesRequest) Filter ¶
func (r SecurityPolicyRulesAPIListSecurityPolicyRulesRequest) Filter(filter string) SecurityPolicyRulesAPIListSecurityPolicyRulesRequest
A collection of response resources can be filtered by a logical expression string that includes JSON tag references to values in each resource, literal values, and logical operators. If a resource does not have the specified tag, its value is assumed to be null. Literal values include numbers (integer and floating-point), and quoted (both single- or double-quoted) literal strings, and 'null'. You can filter by following fields: | Name | type | Supported Ops | | ------------------ | ------ | ---------------- | | policy_id | int32 | == | | list_id | int32 | == | | category_filter_id | int32 | == | Groupping operators (and, or, not, ()) are not supported.
func (SecurityPolicyRulesAPIListSecurityPolicyRulesRequest) Limit ¶
func (r SecurityPolicyRulesAPIListSecurityPolicyRulesRequest) Limit(limit int32) SecurityPolicyRulesAPIListSecurityPolicyRulesRequest
The integer number of resources to be returned in the response. The service may impose maximum value. If omitted the service may impose a default value.
func (SecurityPolicyRulesAPIListSecurityPolicyRulesRequest) Offset ¶
func (r SecurityPolicyRulesAPIListSecurityPolicyRulesRequest) Offset(offset int32) SecurityPolicyRulesAPIListSecurityPolicyRulesRequest
The integer index (zero-origin) of the offset into a collection of resources. If omitted or null the value is assumed to be '0'.
func (SecurityPolicyRulesAPIListSecurityPolicyRulesRequest) PageToken ¶
func (r SecurityPolicyRulesAPIListSecurityPolicyRulesRequest) PageToken(pageToken string) SecurityPolicyRulesAPIListSecurityPolicyRulesRequest
The service-defined string used to identify a page of resources. A null value indicates the first page.
type SecurityPolicyRulesAPIService ¶
SecurityPolicyRulesAPIService SecurityPolicyRulesAPI service
func (*SecurityPolicyRulesAPIService) ListSecurityPolicyRules ¶
func (a *SecurityPolicyRulesAPIService) ListSecurityPolicyRules(ctx context.Context) SecurityPolicyRulesAPIListSecurityPolicyRulesRequest
ListSecurityPolicyRules List Security Policy Rules.
Use this method to retrieve information on all Security Policy Rule objects for the account.
The Security Policy Rule object represents a rule and action that you define to balance access and constraints so you can mitigate malicious attacks and provide security for your networks.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return SecurityPolicyRulesAPIListSecurityPolicyRulesRequest
func (*SecurityPolicyRulesAPIService) ListSecurityPolicyRulesExecute ¶
func (a *SecurityPolicyRulesAPIService) ListSecurityPolicyRulesExecute(r SecurityPolicyRulesAPIListSecurityPolicyRulesRequest) (*SecurityPolicyRuleMultiResponse, *http.Response, error)
Execute executes the request
@return SecurityPolicyRuleMultiResponse
type SecurityPolicyUpdateResponse ¶
type SecurityPolicyUpdateResponse struct { // The Security Policy object. Results *SecurityPolicy `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
SecurityPolicyUpdateResponse The Security Policy update response.
func NewSecurityPolicyUpdateResponse ¶
func NewSecurityPolicyUpdateResponse() *SecurityPolicyUpdateResponse
NewSecurityPolicyUpdateResponse instantiates a new SecurityPolicyUpdateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSecurityPolicyUpdateResponseWithDefaults ¶
func NewSecurityPolicyUpdateResponseWithDefaults() *SecurityPolicyUpdateResponse
NewSecurityPolicyUpdateResponseWithDefaults instantiates a new SecurityPolicyUpdateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SecurityPolicyUpdateResponse) GetResults ¶
func (o *SecurityPolicyUpdateResponse) GetResults() SecurityPolicy
GetResults returns the Results field value if set, zero value otherwise.
func (*SecurityPolicyUpdateResponse) GetResultsOk ¶
func (o *SecurityPolicyUpdateResponse) GetResultsOk() (*SecurityPolicy, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SecurityPolicyUpdateResponse) HasResults ¶
func (o *SecurityPolicyUpdateResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (SecurityPolicyUpdateResponse) MarshalJSON ¶
func (o SecurityPolicyUpdateResponse) MarshalJSON() ([]byte, error)
func (*SecurityPolicyUpdateResponse) SetResults ¶
func (o *SecurityPolicyUpdateResponse) SetResults(v SecurityPolicy)
SetResults gets a reference to the given SecurityPolicy and assigns it to the Results field.
func (SecurityPolicyUpdateResponse) ToMap ¶
func (o SecurityPolicyUpdateResponse) ToMap() (map[string]interface{}, error)
func (*SecurityPolicyUpdateResponse) UnmarshalJSON ¶
func (o *SecurityPolicyUpdateResponse) UnmarshalJSON(data []byte) (err error)
type ThreatFeed ¶
type ThreatFeed struct { // The Confidence Level of the Feed. ConfidenceLevel *string `json:"confidence_level,omitempty"` // The brief description for the thread feed. Description *string `json:"description,omitempty"` // The TSIG key of the threat feed. Key *string `json:"key,omitempty"` // The name of the thread feed. Name *string `json:"name,omitempty"` // The source of the threat feed. Source *ThreatFeedSource `json:"source,omitempty"` // The Threat Level of the Feed. ThreatLevel *string `json:"threat_level,omitempty"` AdditionalProperties map[string]interface{} }
ThreatFeed The Threat Feed object. BloxOne Cloud provides predefined threat intelligence feeds based on your subscription. The Plus subscription offers a few more feeds than the Standard subscription. The Advanced subscription offers a few more feeds than the Plus subscription. A threat feed subscription for RPZ updates offers protection against malicious hostnames.
func NewThreatFeed ¶
func NewThreatFeed() *ThreatFeed
NewThreatFeed instantiates a new ThreatFeed object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewThreatFeedWithDefaults ¶
func NewThreatFeedWithDefaults() *ThreatFeed
NewThreatFeedWithDefaults instantiates a new ThreatFeed object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ThreatFeed) GetConfidenceLevel ¶
func (o *ThreatFeed) GetConfidenceLevel() string
GetConfidenceLevel returns the ConfidenceLevel field value if set, zero value otherwise.
func (*ThreatFeed) GetConfidenceLevelOk ¶
func (o *ThreatFeed) GetConfidenceLevelOk() (*string, bool)
GetConfidenceLevelOk returns a tuple with the ConfidenceLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThreatFeed) GetDescription ¶
func (o *ThreatFeed) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ThreatFeed) GetDescriptionOk ¶
func (o *ThreatFeed) 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 (*ThreatFeed) GetKey ¶
func (o *ThreatFeed) GetKey() string
GetKey returns the Key field value if set, zero value otherwise.
func (*ThreatFeed) GetKeyOk ¶
func (o *ThreatFeed) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThreatFeed) GetName ¶
func (o *ThreatFeed) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ThreatFeed) GetNameOk ¶
func (o *ThreatFeed) 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 (*ThreatFeed) GetSource ¶
func (o *ThreatFeed) GetSource() ThreatFeedSource
GetSource returns the Source field value if set, zero value otherwise.
func (*ThreatFeed) GetSourceOk ¶
func (o *ThreatFeed) GetSourceOk() (*ThreatFeedSource, bool)
GetSourceOk returns a tuple with the Source field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThreatFeed) GetThreatLevel ¶
func (o *ThreatFeed) GetThreatLevel() string
GetThreatLevel returns the ThreatLevel field value if set, zero value otherwise.
func (*ThreatFeed) GetThreatLevelOk ¶
func (o *ThreatFeed) GetThreatLevelOk() (*string, bool)
GetThreatLevelOk returns a tuple with the ThreatLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThreatFeed) HasConfidenceLevel ¶
func (o *ThreatFeed) HasConfidenceLevel() bool
HasConfidenceLevel returns a boolean if a field has been set.
func (*ThreatFeed) HasDescription ¶
func (o *ThreatFeed) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ThreatFeed) HasKey ¶
func (o *ThreatFeed) HasKey() bool
HasKey returns a boolean if a field has been set.
func (*ThreatFeed) HasName ¶
func (o *ThreatFeed) HasName() bool
HasName returns a boolean if a field has been set.
func (*ThreatFeed) HasSource ¶
func (o *ThreatFeed) HasSource() bool
HasSource returns a boolean if a field has been set.
func (*ThreatFeed) HasThreatLevel ¶
func (o *ThreatFeed) HasThreatLevel() bool
HasThreatLevel returns a boolean if a field has been set.
func (ThreatFeed) MarshalJSON ¶
func (o ThreatFeed) MarshalJSON() ([]byte, error)
func (*ThreatFeed) SetConfidenceLevel ¶
func (o *ThreatFeed) SetConfidenceLevel(v string)
SetConfidenceLevel gets a reference to the given string and assigns it to the ConfidenceLevel field.
func (*ThreatFeed) SetDescription ¶
func (o *ThreatFeed) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ThreatFeed) SetKey ¶
func (o *ThreatFeed) SetKey(v string)
SetKey gets a reference to the given string and assigns it to the Key field.
func (*ThreatFeed) SetName ¶
func (o *ThreatFeed) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ThreatFeed) SetSource ¶
func (o *ThreatFeed) SetSource(v ThreatFeedSource)
SetSource gets a reference to the given ThreatFeedSource and assigns it to the Source field.
func (*ThreatFeed) SetThreatLevel ¶
func (o *ThreatFeed) SetThreatLevel(v string)
SetThreatLevel gets a reference to the given string and assigns it to the ThreatLevel field.
func (ThreatFeed) ToMap ¶
func (o ThreatFeed) ToMap() (map[string]interface{}, error)
func (*ThreatFeed) UnmarshalJSON ¶
func (o *ThreatFeed) UnmarshalJSON(data []byte) (err error)
type ThreatFeedMultiResponse ¶
type ThreatFeedMultiResponse struct { // The list of Threat Feed objects. Results []ThreatFeed `json:"results,omitempty"` AdditionalProperties map[string]interface{} }
ThreatFeedMultiResponse The Threat Feed list response.
func NewThreatFeedMultiResponse ¶
func NewThreatFeedMultiResponse() *ThreatFeedMultiResponse
NewThreatFeedMultiResponse instantiates a new ThreatFeedMultiResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewThreatFeedMultiResponseWithDefaults ¶
func NewThreatFeedMultiResponseWithDefaults() *ThreatFeedMultiResponse
NewThreatFeedMultiResponseWithDefaults instantiates a new ThreatFeedMultiResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ThreatFeedMultiResponse) GetResults ¶
func (o *ThreatFeedMultiResponse) GetResults() []ThreatFeed
GetResults returns the Results field value if set, zero value otherwise.
func (*ThreatFeedMultiResponse) GetResultsOk ¶
func (o *ThreatFeedMultiResponse) GetResultsOk() ([]ThreatFeed, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ThreatFeedMultiResponse) HasResults ¶
func (o *ThreatFeedMultiResponse) HasResults() bool
HasResults returns a boolean if a field has been set.
func (ThreatFeedMultiResponse) MarshalJSON ¶
func (o ThreatFeedMultiResponse) MarshalJSON() ([]byte, error)
func (*ThreatFeedMultiResponse) SetResults ¶
func (o *ThreatFeedMultiResponse) SetResults(v []ThreatFeed)
SetResults gets a reference to the given []ThreatFeed and assigns it to the Results field.
func (ThreatFeedMultiResponse) ToMap ¶
func (o ThreatFeedMultiResponse) ToMap() (map[string]interface{}, error)
func (*ThreatFeedMultiResponse) UnmarshalJSON ¶
func (o *ThreatFeedMultiResponse) UnmarshalJSON(data []byte) (err error)
type ThreatFeedSource ¶
type ThreatFeedSource string
ThreatFeedSource the model 'ThreatFeedSource'
const ( THREATFEEDSOURCE_INFOBLOX ThreatFeedSource = "Infoblox" THREATFEEDSOURCE_CUSTOM ThreatFeedSource = "Custom" )
List of ThreatFeedSource
func NewThreatFeedSourceFromValue ¶
func NewThreatFeedSourceFromValue(v string) (*ThreatFeedSource, error)
NewThreatFeedSourceFromValue returns a pointer to a valid ThreatFeedSource for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ThreatFeedSource) IsValid ¶
func (v ThreatFeedSource) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ThreatFeedSource) Ptr ¶
func (v ThreatFeedSource) Ptr() *ThreatFeedSource
Ptr returns reference to ThreatFeedSource value
func (*ThreatFeedSource) UnmarshalJSON ¶
func (v *ThreatFeedSource) UnmarshalJSON(src []byte) error
type ThreatFeedsAPI ¶
type ThreatFeedsAPI interface { /* ListThreatFeeds List Threat Feeds. Use this method to retrieve information on all Threat Feed objects for the account. BloxOne Cloud provides predefined threat intelligence feeds based on your subscription. The Plus subscription offers a few more feeds than the Standard subscription. The Advanced subscription offers a few more feeds than the Plus subscription. A threat feed subscription for RPZ updates offers protection against malicious hostnames. @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ThreatFeedsAPIListThreatFeedsRequest */ ListThreatFeeds(ctx context.Context) ThreatFeedsAPIListThreatFeedsRequest // ListThreatFeedsExecute executes the request // @return ThreatFeedMultiResponse ListThreatFeedsExecute(r ThreatFeedsAPIListThreatFeedsRequest) (*ThreatFeedMultiResponse, *http.Response, error) }
type ThreatFeedsAPIListThreatFeedsRequest ¶
type ThreatFeedsAPIListThreatFeedsRequest struct { ApiService ThreatFeedsAPI // contains filtered or unexported fields }
func (ThreatFeedsAPIListThreatFeedsRequest) Execute ¶
func (r ThreatFeedsAPIListThreatFeedsRequest) Execute() (*ThreatFeedMultiResponse, *http.Response, error)
func (ThreatFeedsAPIListThreatFeedsRequest) Fields ¶
func (r ThreatFeedsAPIListThreatFeedsRequest) Fields(fields string) ThreatFeedsAPIListThreatFeedsRequest
A collection of response resources can be transformed by specifying a set of JSON tags to be returned. For a “flat” resource, the tag name is straightforward. If field selection is allowed on non-flat hierarchical resources, the service should implement a qualified naming scheme such as dot-qualification to reference data down the hierarchy. If a resource does not have the specified tag, the tag does not appear in the output resource. Specify this parameter as a comma-separated list of JSON tag names.
func (ThreatFeedsAPIListThreatFeedsRequest) Filter ¶
func (r ThreatFeedsAPIListThreatFeedsRequest) Filter(filter string) ThreatFeedsAPIListThreatFeedsRequest
A collection of response resources can be filtered by a logical expression string that includes JSON tag references to values in each resource, literal values, and logical operators. If a resource does not have the specified tag, its value is assumed to be null. Literal values include numbers (integer and floating-point), and quoted (both single- or double-quoted) literal strings, and 'null'. You can filter by following fields: | Name | type | Supported Op | | ------------------ | ------ | --------------------------- | | name | string | !=, ==, ~, !~, >, <, <=, >= | In addition grouping operators are supported: | Op | Description | | --- | -------------------- | | and | Logical AND | | or | Logical OR | | not | Logical NOT | | () | Grouping Operators | Example: ``` ?_filter=\"((name=='AntiMalware')or(name~'FarSightNOD'))\" ```
func (ThreatFeedsAPIListThreatFeedsRequest) Limit ¶
func (r ThreatFeedsAPIListThreatFeedsRequest) Limit(limit int32) ThreatFeedsAPIListThreatFeedsRequest
The integer number of resources to be returned in the response. The service may impose maximum value. If omitted the service may impose a default value.
func (ThreatFeedsAPIListThreatFeedsRequest) Offset ¶
func (r ThreatFeedsAPIListThreatFeedsRequest) Offset(offset int32) ThreatFeedsAPIListThreatFeedsRequest
The integer index (zero-origin) of the offset into a collection of resources. If omitted or null the value is assumed to be '0'.
func (ThreatFeedsAPIListThreatFeedsRequest) PageToken ¶
func (r ThreatFeedsAPIListThreatFeedsRequest) PageToken(pageToken string) ThreatFeedsAPIListThreatFeedsRequest
The service-defined string used to identify a page of resources. A null value indicates the first page.
type ThreatFeedsAPIService ¶
ThreatFeedsAPIService ThreatFeedsAPI service
func (*ThreatFeedsAPIService) ListThreatFeeds ¶
func (a *ThreatFeedsAPIService) ListThreatFeeds(ctx context.Context) ThreatFeedsAPIListThreatFeedsRequest
ListThreatFeeds List Threat Feeds.
Use this method to retrieve information on all Threat Feed objects for the account.
BloxOne Cloud provides predefined threat intelligence feeds based on your subscription. The Plus subscription offers a few more feeds than the Standard subscription. The Advanced subscription offers a few more feeds than the Plus subscription. A threat feed subscription for RPZ updates offers protection against malicious hostnames.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ThreatFeedsAPIListThreatFeedsRequest
func (*ThreatFeedsAPIService) ListThreatFeedsExecute ¶
func (a *ThreatFeedsAPIService) ListThreatFeedsExecute(r ThreatFeedsAPIListThreatFeedsRequest) (*ThreatFeedMultiResponse, *http.Response, error)
Execute executes the request
@return ThreatFeedMultiResponse
Source Files ¶
- api_access_codes.go
- api_app_approvals.go
- api_application_filters.go
- api_category_filters.go
- api_content_categories.go
- api_internal_domain_lists.go
- api_named_list_items.go
- api_named_lists.go
- api_network_lists.go
- api_pop_regions.go
- api_security_policies.go
- api_security_policy_rules.go
- api_threat_feeds.go
- client.go
- model_access_code.go
- model_access_code_create_response.go
- model_access_code_delete_request.go
- model_access_code_multi_response.go
- model_access_code_read_response.go
- model_access_code_rule.go
- model_access_code_update_response.go
- model_access_codes_create_access_code_400_response.go
- model_access_codes_create_access_code_400_response_error.go
- model_access_codes_create_access_code_404_response.go
- model_access_codes_create_access_code_404_response_error.go
- model_access_codes_create_access_code_409_response.go
- model_access_codes_create_access_code_409_response_error.go
- model_access_codes_delete_access_codes_400_response.go
- model_access_codes_delete_access_codes_400_response_error.go
- model_access_codes_delete_single_access_codes_400_response.go
- model_access_codes_delete_single_access_codes_400_response_error.go
- model_access_codes_list_access_codes_500_response.go
- model_access_codes_list_access_codes_500_response_error.go
- model_access_codes_read_access_code_404_response.go
- model_access_codes_read_access_code_404_response_error.go
- model_app_approval.go
- model_app_approval_multi_response.go
- model_app_approval_removal_request.go
- model_app_approvals_replace_request.go
- model_app_approvals_update_request.go
- model_application_criterion.go
- model_application_filter.go
- model_application_filter_create_response.go
- model_application_filter_multi_response.go
- model_application_filter_read_response.go
- model_application_filter_update_response.go
- model_application_filters_delete_application_filters_400_response.go
- model_application_filters_delete_application_filters_400_response_error.go
- model_application_filters_delete_request.go
- model_application_filters_delete_single_application_filters_400_response.go
- model_application_filters_delete_single_application_filters_400_response_error.go
- model_category_filter.go
- model_category_filter_create_response.go
- model_category_filter_multi_response.go
- model_category_filter_read_response.go
- model_category_filter_update_response.go
- model_category_filters_create_category_filter_400_response.go
- model_category_filters_create_category_filter_400_response_error.go
- model_category_filters_create_category_filter_409_response.go
- model_category_filters_create_category_filter_409_response_error.go
- model_category_filters_delete_category_filters_400_response.go
- model_category_filters_delete_category_filters_400_response_error.go
- model_category_filters_delete_request.go
- model_category_filters_read_category_filter_404_response.go
- model_category_filters_read_category_filter_404_response_error.go
- model_content_category.go
- model_content_category_multi_response.go
- model_internal_domain_lists_create_internal_domains_400_response.go
- model_internal_domain_lists_create_internal_domains_400_response_error.go
- model_internal_domain_lists_create_internal_domains_409_response.go
- model_internal_domain_lists_create_internal_domains_409_response_error.go
- model_internal_domain_lists_delete_internal_domains_400_response.go
- model_internal_domain_lists_delete_internal_domains_400_response_error.go
- model_internal_domain_lists_delete_internal_domains_404_response.go
- model_internal_domain_lists_delete_internal_domains_404_response_error.go
- model_internal_domain_lists_delete_single_internal_domains_400_response.go
- model_internal_domain_lists_delete_single_internal_domains_400_response_error.go
- model_internal_domain_lists_internal_domains_items_partial_update_400_response.go
- model_internal_domain_lists_internal_domains_items_partial_update_400_response_error.go
- model_internal_domain_lists_internal_domains_items_partial_update_404_response.go
- model_internal_domain_lists_internal_domains_items_partial_update_404_response_error.go
- model_internal_domain_lists_read_internal_domains_404_response.go
- model_internal_domain_lists_read_internal_domains_404_response_error.go
- model_internal_domain_lists_update_internal_domains_400_response.go
- model_internal_domain_lists_update_internal_domains_400_response_error.go
- model_internal_domain_lists_update_internal_domains_404_response.go
- model_internal_domain_lists_update_internal_domains_404_response_error.go
- model_internal_domains.go
- model_internal_domains_create_response.go
- model_internal_domains_delete_request.go
- model_internal_domains_items.go
- model_internal_domains_multi_response.go
- model_internal_domains_read_response.go
- model_internal_domains_update_response.go
- model_item_structs.go
- model_list_po_p_regions_response.go
- model_list_severity_levels.go
- model_multi_list_update.go
- model_named_list.go
- model_named_list_create_response.go
- model_named_list_csv_list_response.go
- model_named_list_items_delete_named_list_items_400_response.go
- model_named_list_items_delete_named_list_items_400_response_error.go
- model_named_list_items_delete_request.go
- model_named_list_items_insert_or_replace_named_list_items_400_response.go
- model_named_list_items_insert_or_replace_named_list_items_400_response_error.go
- model_named_list_items_insert_or_update.go
- model_named_list_items_insert_or_update_response.go
- model_named_list_items_insert_or_update_response_success.go
- model_named_list_items_named_list_items_partial_update_400_response.go
- model_named_list_items_named_list_items_partial_update_400_response_error.go
- model_named_list_items_partial_update.go
- model_named_list_read.go
- model_named_list_read_multi_response.go
- model_named_list_read_response.go
- model_named_list_update_response.go
- model_named_lists_create_named_list_409_response.go
- model_named_lists_create_named_list_409_response_error.go
- model_named_lists_delete_named_lists_400_response.go
- model_named_lists_delete_named_lists_400_response_error.go
- model_named_lists_delete_named_lists_404_response.go
- model_named_lists_delete_named_lists_404_response_error.go
- model_named_lists_delete_request.go
- model_named_lists_delete_single_named_lists_404_response.go
- model_named_lists_delete_single_named_lists_404_response_error.go
- model_named_lists_multi_list_update_404_response.go
- model_named_lists_multi_list_update_404_response_error.go
- model_named_lists_update_named_list_partial_400_response.go
- model_named_lists_update_named_list_partial_400_response_error.go
- model_named_lists_update_named_list_partial_404_response.go
- model_named_lists_update_named_list_partial_404_response_error.go
- model_named_lists_update_named_list_partial_405_response.go
- model_named_lists_update_named_list_partial_405_response_error.go
- model_net_addr_dfp_assignment.go
- model_net_addr_dfp_assignment_scope_type.go
- model_network_list.go
- model_network_list_create_response.go
- model_network_list_multi_response.go
- model_network_list_read_response.go
- model_network_list_update_response.go
- model_network_lists_create_network_list_409_response.go
- model_network_lists_create_network_list_409_response_error.go
- model_network_lists_delete_network_lists_400_response.go
- model_network_lists_delete_network_lists_400_response_error.go
- model_network_lists_delete_network_lists_404_response.go
- model_network_lists_delete_network_lists_404_response_error.go
- model_network_lists_delete_request.go
- model_po_p_region.go
- model_pop_regions_read_po_p_region_404_response.go
- model_pop_regions_read_po_p_region_404_response_error.go
- model_protobuf_field_mask.go
- model_read_po_p_region_response.go
- model_security_policies_create_security_policy_400_response.go
- model_security_policies_create_security_policy_400_response_error.go
- model_security_policies_create_security_policy_409_response.go
- model_security_policies_create_security_policy_409_response_error.go
- model_security_policies_read_security_policy_404_response.go
- model_security_policies_read_security_policy_404_response_error.go
- model_security_policy.go
- model_security_policy_create_response.go
- model_security_policy_delete_request.go
- model_security_policy_multi_response.go
- model_security_policy_read_response.go
- model_security_policy_rule.go
- model_security_policy_rule_multi_response.go
- model_security_policy_update_response.go
- model_threat_feed.go
- model_threat_feed_multi_response.go
- model_threat_feed_source.go
- utils.go