Versions in this module Expand all Collapse all v0 v0.1.0 Sep 10, 2024 Changes in this version + var ContextAPIKeys = contextKey("apiKeys") + var ContextAccessToken = contextKey("accesstoken") + var ContextBasicAuth = contextKey("basic") + var ContextHttpSignatureAuth = contextKey("httpsignature") + var ContextOAuth2 = contextKey("token") + var ContextOperationServerIndices = contextKey("serverOperationIndices") + var ContextOperationServerVariables = contextKey("serverOperationVariables") + var ContextServerIndex = contextKey("serverIndex") + var ContextServerVariables = contextKey("serverVariables") + func CacheExpires(r *http.Response) time.Time + 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 struct + IntegrationsPimV1Api IntegrationsPimV1Api + func NewAPIClient(cfg *Configuration) *APIClient + func (c *APIClient) GetConfig() *Configuration + type APIKey struct + Key string + Prefix string + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + type ApiCreatePimV1IntegrationRequest struct + ApiService IntegrationsPimV1Api + func (r ApiCreatePimV1IntegrationRequest) Execute() (PimV1Integration, *_nethttp.Response, error) + func (r ApiCreatePimV1IntegrationRequest) PimV1Integration(pimV1Integration PimV1Integration) ApiCreatePimV1IntegrationRequest + type ApiDeletePimV1IntegrationRequest struct + ApiService IntegrationsPimV1Api + func (r ApiDeletePimV1IntegrationRequest) Environment(environment string) ApiDeletePimV1IntegrationRequest + func (r ApiDeletePimV1IntegrationRequest) Execute() (*_nethttp.Response, error) + type ApiGetPimV1IntegrationRequest struct + ApiService IntegrationsPimV1Api + func (r ApiGetPimV1IntegrationRequest) Environment(environment string) ApiGetPimV1IntegrationRequest + func (r ApiGetPimV1IntegrationRequest) Execute() (PimV1Integration, *_nethttp.Response, error) + type ApiListPimV1IntegrationsRequest struct + ApiService IntegrationsPimV1Api + func (r ApiListPimV1IntegrationsRequest) Environment(environment string) ApiListPimV1IntegrationsRequest + func (r ApiListPimV1IntegrationsRequest) Execute() (PimV1IntegrationList, *_nethttp.Response, error) + func (r ApiListPimV1IntegrationsRequest) PageSize(pageSize int32) ApiListPimV1IntegrationsRequest + func (r ApiListPimV1IntegrationsRequest) PageToken(pageToken string) ApiListPimV1IntegrationsRequest + func (r ApiListPimV1IntegrationsRequest) Provider(provider string) ApiListPimV1IntegrationsRequest + type BasicAuth struct + Password string + UserName string + type Configuration struct + Debug bool + DefaultHeader map[string]string + HTTPClient *http.Client + Host string + OperationServers map[string]ServerConfigurations + Scheme string + Servers ServerConfigurations + UserAgent string + func NewConfiguration() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error) + func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error) + type Error struct + Code *string + Detail *string + Id *string + Source *ErrorSource + Status *string + Title *string + func NewError() *Error + func NewErrorWithDefaults() *Error + func (o *Error) GetCode() string + func (o *Error) GetCodeOk() (*string, bool) + func (o *Error) GetDetail() string + func (o *Error) GetDetailOk() (*string, bool) + func (o *Error) GetId() string + func (o *Error) GetIdOk() (*string, bool) + func (o *Error) GetSource() ErrorSource + func (o *Error) GetSourceOk() (*ErrorSource, bool) + func (o *Error) GetStatus() string + func (o *Error) GetStatusOk() (*string, bool) + func (o *Error) GetTitle() string + func (o *Error) GetTitleOk() (*string, bool) + func (o *Error) HasCode() bool + func (o *Error) HasDetail() bool + func (o *Error) HasId() bool + func (o *Error) HasSource() bool + func (o *Error) HasStatus() bool + func (o *Error) HasTitle() bool + func (o *Error) Redact() + func (o *Error) SetCode(v string) + func (o *Error) SetDetail(v string) + func (o *Error) SetId(v string) + func (o *Error) SetSource(v ErrorSource) + func (o *Error) SetStatus(v string) + func (o *Error) SetTitle(v string) + func (o Error) MarshalJSON() ([]byte, error) + type ErrorSource struct + Parameter *string + Pointer *string + func NewErrorSource() *ErrorSource + func NewErrorSourceWithDefaults() *ErrorSource + func (o *ErrorSource) GetParameter() string + func (o *ErrorSource) GetParameterOk() (*string, bool) + func (o *ErrorSource) GetPointer() string + func (o *ErrorSource) GetPointerOk() (*string, bool) + func (o *ErrorSource) HasParameter() bool + func (o *ErrorSource) HasPointer() bool + func (o *ErrorSource) Redact() + func (o *ErrorSource) SetParameter(v string) + func (o *ErrorSource) SetPointer(v string) + func (o ErrorSource) MarshalJSON() ([]byte, error) + type Failure struct + Errors []Error + func NewFailure(errors []Error) *Failure + func NewFailureWithDefaults() *Failure + func (o *Failure) GetErrors() []Error + func (o *Failure) GetErrorsOk() (*[]Error, bool) + func (o *Failure) Redact() + func (o *Failure) SetErrors(v []Error) + func (o Failure) MarshalJSON() ([]byte, error) + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type GlobalObjectReference struct + Id string + Related string + ResourceName string + func NewGlobalObjectReference(id string, related string, resourceName string) *GlobalObjectReference + func NewGlobalObjectReferenceWithDefaults() *GlobalObjectReference + func (o *GlobalObjectReference) GetId() string + func (o *GlobalObjectReference) GetIdOk() (*string, bool) + func (o *GlobalObjectReference) GetRelated() string + func (o *GlobalObjectReference) GetRelatedOk() (*string, bool) + func (o *GlobalObjectReference) GetResourceName() string + func (o *GlobalObjectReference) GetResourceNameOk() (*string, bool) + func (o *GlobalObjectReference) Redact() + func (o *GlobalObjectReference) SetId(v string) + func (o *GlobalObjectReference) SetRelated(v string) + func (o *GlobalObjectReference) SetResourceName(v string) + func (o GlobalObjectReference) MarshalJSON() ([]byte, error) + type IntegrationsPimV1Api interface + CreatePimV1Integration func(ctx _context.Context) ApiCreatePimV1IntegrationRequest + CreatePimV1IntegrationExecute func(r ApiCreatePimV1IntegrationRequest) (PimV1Integration, *_nethttp.Response, error) + DeletePimV1Integration func(ctx _context.Context, id string) ApiDeletePimV1IntegrationRequest + DeletePimV1IntegrationExecute func(r ApiDeletePimV1IntegrationRequest) (*_nethttp.Response, error) + GetPimV1Integration func(ctx _context.Context, id string) ApiGetPimV1IntegrationRequest + GetPimV1IntegrationExecute func(r ApiGetPimV1IntegrationRequest) (PimV1Integration, *_nethttp.Response, error) + ListPimV1Integrations func(ctx _context.Context) ApiListPimV1IntegrationsRequest + ListPimV1IntegrationsExecute func(r ApiListPimV1IntegrationsRequest) (PimV1IntegrationList, *_nethttp.Response, error) + type IntegrationsPimV1ApiService service + func (a *IntegrationsPimV1ApiService) CreatePimV1Integration(ctx _context.Context) ApiCreatePimV1IntegrationRequest + func (a *IntegrationsPimV1ApiService) CreatePimV1IntegrationExecute(r ApiCreatePimV1IntegrationRequest) (PimV1Integration, *_nethttp.Response, error) + func (a *IntegrationsPimV1ApiService) DeletePimV1Integration(ctx _context.Context, id string) ApiDeletePimV1IntegrationRequest + func (a *IntegrationsPimV1ApiService) DeletePimV1IntegrationExecute(r ApiDeletePimV1IntegrationRequest) (*_nethttp.Response, error) + func (a *IntegrationsPimV1ApiService) GetPimV1Integration(ctx _context.Context, id string) ApiGetPimV1IntegrationRequest + func (a *IntegrationsPimV1ApiService) GetPimV1IntegrationExecute(r ApiGetPimV1IntegrationRequest) (PimV1Integration, *_nethttp.Response, error) + func (a *IntegrationsPimV1ApiService) ListPimV1Integrations(ctx _context.Context) ApiListPimV1IntegrationsRequest + func (a *IntegrationsPimV1ApiService) ListPimV1IntegrationsExecute(r ApiListPimV1IntegrationsRequest) (PimV1IntegrationList, *_nethttp.Response, error) + type ListMeta struct + First NullableString + Last NullableString + Next NullableString + Prev NullableString + TotalSize *int32 + func NewListMeta() *ListMeta + func NewListMetaWithDefaults() *ListMeta + func (o *ListMeta) GetFirst() string + func (o *ListMeta) GetFirstOk() (*string, bool) + func (o *ListMeta) GetLast() string + func (o *ListMeta) GetLastOk() (*string, bool) + func (o *ListMeta) GetNext() string + func (o *ListMeta) GetNextOk() (*string, bool) + func (o *ListMeta) GetPrev() string + func (o *ListMeta) GetPrevOk() (*string, bool) + func (o *ListMeta) GetTotalSize() int32 + func (o *ListMeta) GetTotalSizeOk() (*int32, bool) + func (o *ListMeta) HasFirst() bool + func (o *ListMeta) HasLast() bool + func (o *ListMeta) HasNext() bool + func (o *ListMeta) HasPrev() bool + func (o *ListMeta) HasTotalSize() bool + func (o *ListMeta) Redact() + func (o *ListMeta) SetFirst(v string) + func (o *ListMeta) SetFirstNil() + func (o *ListMeta) SetLast(v string) + func (o *ListMeta) SetLastNil() + func (o *ListMeta) SetNext(v string) + func (o *ListMeta) SetNextNil() + func (o *ListMeta) SetPrev(v string) + func (o *ListMeta) SetPrevNil() + func (o *ListMeta) SetTotalSize(v int32) + func (o *ListMeta) UnsetFirst() + func (o *ListMeta) UnsetLast() + func (o *ListMeta) UnsetNext() + func (o *ListMeta) UnsetPrev() + func (o ListMeta) MarshalJSON() ([]byte, error) + type NullableBool struct + func NewNullableBool(val *bool) *NullableBool + func (v *NullableBool) Set(val *bool) + func (v *NullableBool) UnmarshalJSON(src []byte) error + func (v *NullableBool) Unset() + func (v NullableBool) Get() *bool + func (v NullableBool) IsSet() bool + func (v NullableBool) MarshalJSON() ([]byte, error) + type NullableError struct + func NewNullableError(val *Error) *NullableError + func (v *NullableError) Set(val *Error) + func (v *NullableError) UnmarshalJSON(src []byte) error + func (v *NullableError) Unset() + func (v NullableError) Get() *Error + func (v NullableError) IsSet() bool + func (v NullableError) MarshalJSON() ([]byte, error) + type NullableErrorSource struct + func NewNullableErrorSource(val *ErrorSource) *NullableErrorSource + func (v *NullableErrorSource) Set(val *ErrorSource) + func (v *NullableErrorSource) UnmarshalJSON(src []byte) error + func (v *NullableErrorSource) Unset() + func (v NullableErrorSource) Get() *ErrorSource + func (v NullableErrorSource) IsSet() bool + func (v NullableErrorSource) MarshalJSON() ([]byte, error) + type NullableFailure struct + func NewNullableFailure(val *Failure) *NullableFailure + func (v *NullableFailure) Set(val *Failure) + func (v *NullableFailure) UnmarshalJSON(src []byte) error + func (v *NullableFailure) Unset() + func (v NullableFailure) Get() *Failure + func (v NullableFailure) IsSet() bool + func (v NullableFailure) MarshalJSON() ([]byte, error) + type NullableFloat32 struct + func NewNullableFloat32(val *float32) *NullableFloat32 + func (v *NullableFloat32) Set(val *float32) + func (v *NullableFloat32) UnmarshalJSON(src []byte) error + func (v *NullableFloat32) Unset() + func (v NullableFloat32) Get() *float32 + func (v NullableFloat32) IsSet() bool + func (v NullableFloat32) MarshalJSON() ([]byte, error) + type NullableFloat64 struct + func NewNullableFloat64(val *float64) *NullableFloat64 + func (v *NullableFloat64) Set(val *float64) + func (v *NullableFloat64) UnmarshalJSON(src []byte) error + func (v *NullableFloat64) Unset() + func (v NullableFloat64) Get() *float64 + func (v NullableFloat64) IsSet() bool + func (v NullableFloat64) MarshalJSON() ([]byte, error) + type NullableGlobalObjectReference struct + func NewNullableGlobalObjectReference(val *GlobalObjectReference) *NullableGlobalObjectReference + func (v *NullableGlobalObjectReference) Set(val *GlobalObjectReference) + func (v *NullableGlobalObjectReference) UnmarshalJSON(src []byte) error + func (v *NullableGlobalObjectReference) Unset() + func (v NullableGlobalObjectReference) Get() *GlobalObjectReference + func (v NullableGlobalObjectReference) IsSet() bool + func (v NullableGlobalObjectReference) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableListMeta struct + func NewNullableListMeta(val *ListMeta) *NullableListMeta + func (v *NullableListMeta) Set(val *ListMeta) + func (v *NullableListMeta) UnmarshalJSON(src []byte) error + func (v *NullableListMeta) Unset() + func (v NullableListMeta) Get() *ListMeta + func (v NullableListMeta) IsSet() bool + func (v NullableListMeta) MarshalJSON() ([]byte, error) + type NullableObjectMeta struct + func NewNullableObjectMeta(val *ObjectMeta) *NullableObjectMeta + func (v *NullableObjectMeta) Set(val *ObjectMeta) + func (v *NullableObjectMeta) UnmarshalJSON(src []byte) error + func (v *NullableObjectMeta) Unset() + func (v NullableObjectMeta) Get() *ObjectMeta + func (v NullableObjectMeta) IsSet() bool + func (v NullableObjectMeta) MarshalJSON() ([]byte, error) + type NullableObjectReference struct + func NewNullableObjectReference(val *ObjectReference) *NullableObjectReference + func (v *NullableObjectReference) Set(val *ObjectReference) + func (v *NullableObjectReference) UnmarshalJSON(src []byte) error + func (v *NullableObjectReference) Unset() + func (v NullableObjectReference) Get() *ObjectReference + func (v NullableObjectReference) IsSet() bool + func (v NullableObjectReference) MarshalJSON() ([]byte, error) + type NullablePimV1AwsIntegrationConfig struct + func NewNullablePimV1AwsIntegrationConfig(val *PimV1AwsIntegrationConfig) *NullablePimV1AwsIntegrationConfig + func (v *NullablePimV1AwsIntegrationConfig) Set(val *PimV1AwsIntegrationConfig) + func (v *NullablePimV1AwsIntegrationConfig) UnmarshalJSON(src []byte) error + func (v *NullablePimV1AwsIntegrationConfig) Unset() + func (v NullablePimV1AwsIntegrationConfig) Get() *PimV1AwsIntegrationConfig + func (v NullablePimV1AwsIntegrationConfig) IsSet() bool + func (v NullablePimV1AwsIntegrationConfig) MarshalJSON() ([]byte, error) + type NullablePimV1Integration struct + func NewNullablePimV1Integration(val *PimV1Integration) *NullablePimV1Integration + func (v *NullablePimV1Integration) Set(val *PimV1Integration) + func (v *NullablePimV1Integration) UnmarshalJSON(src []byte) error + func (v *NullablePimV1Integration) Unset() + func (v NullablePimV1Integration) Get() *PimV1Integration + func (v NullablePimV1Integration) IsSet() bool + func (v NullablePimV1Integration) MarshalJSON() ([]byte, error) + type NullablePimV1IntegrationConfigOneOf struct + func NewNullablePimV1IntegrationConfigOneOf(val *PimV1IntegrationConfigOneOf) *NullablePimV1IntegrationConfigOneOf + func (v *NullablePimV1IntegrationConfigOneOf) Set(val *PimV1IntegrationConfigOneOf) + func (v *NullablePimV1IntegrationConfigOneOf) UnmarshalJSON(src []byte) error + func (v *NullablePimV1IntegrationConfigOneOf) Unset() + func (v NullablePimV1IntegrationConfigOneOf) Get() *PimV1IntegrationConfigOneOf + func (v NullablePimV1IntegrationConfigOneOf) IsSet() bool + func (v NullablePimV1IntegrationConfigOneOf) MarshalJSON() ([]byte, error) + type NullablePimV1IntegrationList struct + func NewNullablePimV1IntegrationList(val *PimV1IntegrationList) *NullablePimV1IntegrationList + func (v *NullablePimV1IntegrationList) Set(val *PimV1IntegrationList) + func (v *NullablePimV1IntegrationList) UnmarshalJSON(src []byte) error + func (v *NullablePimV1IntegrationList) Unset() + func (v NullablePimV1IntegrationList) Get() *PimV1IntegrationList + func (v NullablePimV1IntegrationList) IsSet() bool + func (v NullablePimV1IntegrationList) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type ObjectMeta struct + CreatedAt *time.Time + DeletedAt *time.Time + ResourceName *string + Self string + UpdatedAt *time.Time + func NewObjectMeta(self string) *ObjectMeta + func NewObjectMetaWithDefaults() *ObjectMeta + func (o *ObjectMeta) GetCreatedAt() time.Time + func (o *ObjectMeta) GetCreatedAtOk() (*time.Time, bool) + func (o *ObjectMeta) GetDeletedAt() time.Time + func (o *ObjectMeta) GetDeletedAtOk() (*time.Time, bool) + func (o *ObjectMeta) GetResourceName() string + func (o *ObjectMeta) GetResourceNameOk() (*string, bool) + func (o *ObjectMeta) GetSelf() string + func (o *ObjectMeta) GetSelfOk() (*string, bool) + func (o *ObjectMeta) GetUpdatedAt() time.Time + func (o *ObjectMeta) GetUpdatedAtOk() (*time.Time, bool) + func (o *ObjectMeta) HasCreatedAt() bool + func (o *ObjectMeta) HasDeletedAt() bool + func (o *ObjectMeta) HasResourceName() bool + func (o *ObjectMeta) HasUpdatedAt() bool + func (o *ObjectMeta) Redact() + func (o *ObjectMeta) SetCreatedAt(v time.Time) + func (o *ObjectMeta) SetDeletedAt(v time.Time) + func (o *ObjectMeta) SetResourceName(v string) + func (o *ObjectMeta) SetSelf(v string) + func (o *ObjectMeta) SetUpdatedAt(v time.Time) + func (o ObjectMeta) MarshalJSON() ([]byte, error) + type ObjectReference struct + ApiVersion *string + Environment *string + Id string + Kind *string + Related string + ResourceName string + func NewObjectReference(id string, related string, resourceName string) *ObjectReference + func NewObjectReferenceWithDefaults() *ObjectReference + func (o *ObjectReference) GetApiVersion() string + func (o *ObjectReference) GetApiVersionOk() (*string, bool) + func (o *ObjectReference) GetEnvironment() string + func (o *ObjectReference) GetEnvironmentOk() (*string, bool) + func (o *ObjectReference) GetId() string + func (o *ObjectReference) GetIdOk() (*string, bool) + func (o *ObjectReference) GetKind() string + func (o *ObjectReference) GetKindOk() (*string, bool) + func (o *ObjectReference) GetRelated() string + func (o *ObjectReference) GetRelatedOk() (*string, bool) + func (o *ObjectReference) GetResourceName() string + func (o *ObjectReference) GetResourceNameOk() (*string, bool) + func (o *ObjectReference) HasApiVersion() bool + func (o *ObjectReference) HasEnvironment() bool + func (o *ObjectReference) HasKind() bool + func (o *ObjectReference) Redact() + func (o *ObjectReference) SetApiVersion(v string) + func (o *ObjectReference) SetEnvironment(v string) + func (o *ObjectReference) SetId(v string) + func (o *ObjectReference) SetKind(v string) + func (o *ObjectReference) SetRelated(v string) + func (o *ObjectReference) SetResourceName(v string) + func (o ObjectReference) MarshalJSON() ([]byte, error) + type PimV1AwsIntegrationConfig struct + CustomerIamRoleArn *string + ExternalId *string + IamRoleArn *string + Kind string + func NewPimV1AwsIntegrationConfig(kind string) *PimV1AwsIntegrationConfig + func NewPimV1AwsIntegrationConfigWithDefaults() *PimV1AwsIntegrationConfig + func (o *PimV1AwsIntegrationConfig) GetCustomerIamRoleArn() string + func (o *PimV1AwsIntegrationConfig) GetCustomerIamRoleArnOk() (*string, bool) + func (o *PimV1AwsIntegrationConfig) GetExternalId() string + func (o *PimV1AwsIntegrationConfig) GetExternalIdOk() (*string, bool) + func (o *PimV1AwsIntegrationConfig) GetIamRoleArn() string + func (o *PimV1AwsIntegrationConfig) GetIamRoleArnOk() (*string, bool) + func (o *PimV1AwsIntegrationConfig) GetKind() string + func (o *PimV1AwsIntegrationConfig) GetKindOk() (*string, bool) + func (o *PimV1AwsIntegrationConfig) HasCustomerIamRoleArn() bool + func (o *PimV1AwsIntegrationConfig) HasExternalId() bool + func (o *PimV1AwsIntegrationConfig) HasIamRoleArn() bool + func (o *PimV1AwsIntegrationConfig) Redact() + func (o *PimV1AwsIntegrationConfig) SetCustomerIamRoleArn(v string) + func (o *PimV1AwsIntegrationConfig) SetExternalId(v string) + func (o *PimV1AwsIntegrationConfig) SetIamRoleArn(v string) + func (o *PimV1AwsIntegrationConfig) SetKind(v string) + func (o PimV1AwsIntegrationConfig) MarshalJSON() ([]byte, error) + type PimV1Integration struct + ApiVersion *string + Config *PimV1IntegrationConfigOneOf + DisplayName *string + Environment *GlobalObjectReference + Id *string + Kind *string + Provider *string + Usages *[]string + func NewPimV1Integration() *PimV1Integration + func NewPimV1IntegrationWithDefaults() *PimV1Integration + func (o *PimV1Integration) GetApiVersion() string + func (o *PimV1Integration) GetApiVersionOk() (*string, bool) + func (o *PimV1Integration) GetConfig() PimV1IntegrationConfigOneOf + func (o *PimV1Integration) GetConfigOk() (*PimV1IntegrationConfigOneOf, bool) + func (o *PimV1Integration) GetDisplayName() string + func (o *PimV1Integration) GetDisplayNameOk() (*string, bool) + func (o *PimV1Integration) GetEnvironment() GlobalObjectReference + func (o *PimV1Integration) GetEnvironmentOk() (*GlobalObjectReference, bool) + func (o *PimV1Integration) GetId() string + func (o *PimV1Integration) GetIdOk() (*string, bool) + func (o *PimV1Integration) GetKind() string + func (o *PimV1Integration) GetKindOk() (*string, bool) + func (o *PimV1Integration) GetProvider() string + func (o *PimV1Integration) GetProviderOk() (*string, bool) + func (o *PimV1Integration) GetUsages() []string + func (o *PimV1Integration) GetUsagesOk() (*[]string, bool) + func (o *PimV1Integration) HasApiVersion() bool + func (o *PimV1Integration) HasConfig() bool + func (o *PimV1Integration) HasDisplayName() bool + func (o *PimV1Integration) HasEnvironment() bool + func (o *PimV1Integration) HasId() bool + func (o *PimV1Integration) HasKind() bool + func (o *PimV1Integration) HasProvider() bool + func (o *PimV1Integration) HasUsages() bool + func (o *PimV1Integration) Redact() + func (o *PimV1Integration) SetApiVersion(v string) + func (o *PimV1Integration) SetConfig(v PimV1IntegrationConfigOneOf) + func (o *PimV1Integration) SetDisplayName(v string) + func (o *PimV1Integration) SetEnvironment(v GlobalObjectReference) + func (o *PimV1Integration) SetId(v string) + func (o *PimV1Integration) SetKind(v string) + func (o *PimV1Integration) SetProvider(v string) + func (o *PimV1Integration) SetUsages(v []string) + func (o PimV1Integration) MarshalJSON() ([]byte, error) + type PimV1IntegrationConfigOneOf struct + PimV1AwsIntegrationConfig *PimV1AwsIntegrationConfig + func PimV1AwsIntegrationConfigAsPimV1IntegrationConfigOneOf(v *PimV1AwsIntegrationConfig) PimV1IntegrationConfigOneOf + func (dst *PimV1IntegrationConfigOneOf) UnmarshalJSON(data []byte) error + func (obj *PimV1IntegrationConfigOneOf) GetActualInstance() interface{} + func (src PimV1IntegrationConfigOneOf) MarshalJSON() ([]byte, error) + type PimV1IntegrationList struct + ApiVersion string + Data []PimV1Integration + Kind string + Metadata ListMeta + func NewPimV1IntegrationList(apiVersion string, kind string, metadata ListMeta, data []PimV1Integration) *PimV1IntegrationList + func NewPimV1IntegrationListWithDefaults() *PimV1IntegrationList + func (o *PimV1IntegrationList) GetApiVersion() string + func (o *PimV1IntegrationList) GetApiVersionOk() (*string, bool) + func (o *PimV1IntegrationList) GetData() []PimV1Integration + func (o *PimV1IntegrationList) GetDataOk() (*[]PimV1Integration, bool) + func (o *PimV1IntegrationList) GetKind() string + func (o *PimV1IntegrationList) GetKindOk() (*string, bool) + func (o *PimV1IntegrationList) GetMetadata() ListMeta + func (o *PimV1IntegrationList) GetMetadataOk() (*ListMeta, bool) + func (o *PimV1IntegrationList) Redact() + func (o *PimV1IntegrationList) SetApiVersion(v string) + func (o *PimV1IntegrationList) SetData(v []PimV1Integration) + func (o *PimV1IntegrationList) SetKind(v string) + func (o *PimV1IntegrationList) SetMetadata(v ListMeta) + func (o PimV1IntegrationList) MarshalJSON() ([]byte, error) + type ServerConfiguration struct + Description string + URL string + Variables map[string]ServerVariable + type ServerConfigurations []ServerConfiguration + func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error) + type ServerVariable struct + DefaultValue string + Description string + EnumValues []string