Versions in this module Expand all Collapse all v0 v0.1.0 Aug 25, 2022 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 + StackPoliciesApi *StackPoliciesApiService + StacksApi *StacksApiService + 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 ApiStatusDetail struct + Type string + func NewApiStatusDetail(type_ string) *ApiStatusDetail + func NewApiStatusDetailWithDefaults() *ApiStatusDetail + func (o *ApiStatusDetail) GetType() string + func (o *ApiStatusDetail) GetTypeOk() (*string, bool) + func (o *ApiStatusDetail) SetType(v string) + func (o ApiStatusDetail) MarshalJSON() ([]byte, error) + 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 GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type IamPolicy struct + Bindings *[]PolicyBinding + CreatedAt *time.Time + UpdatedAt *time.Time + Version *int64 + func NewIamPolicy() *IamPolicy + func NewIamPolicyWithDefaults() *IamPolicy + func (o *IamPolicy) GetBindings() []PolicyBinding + func (o *IamPolicy) GetBindingsOk() (*[]PolicyBinding, bool) + func (o *IamPolicy) GetCreatedAt() time.Time + func (o *IamPolicy) GetCreatedAtOk() (*time.Time, bool) + func (o *IamPolicy) GetUpdatedAt() time.Time + func (o *IamPolicy) GetUpdatedAtOk() (*time.Time, bool) + func (o *IamPolicy) GetVersion() int64 + func (o *IamPolicy) GetVersionOk() (*int64, bool) + func (o *IamPolicy) HasBindings() bool + func (o *IamPolicy) HasCreatedAt() bool + func (o *IamPolicy) HasUpdatedAt() bool + func (o *IamPolicy) HasVersion() bool + func (o *IamPolicy) SetBindings(v []PolicyBinding) + func (o *IamPolicy) SetCreatedAt(v time.Time) + func (o *IamPolicy) SetUpdatedAt(v time.Time) + func (o *IamPolicy) SetVersion(v int64) + func (o IamPolicy) MarshalJSON() ([]byte, error) + type NullableApiStatusDetail struct + func NewNullableApiStatusDetail(val *ApiStatusDetail) *NullableApiStatusDetail + func (v *NullableApiStatusDetail) Set(val *ApiStatusDetail) + func (v *NullableApiStatusDetail) UnmarshalJSON(src []byte) error + func (v *NullableApiStatusDetail) Unset() + func (v NullableApiStatusDetail) Get() *ApiStatusDetail + func (v NullableApiStatusDetail) IsSet() bool + func (v NullableApiStatusDetail) 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 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 NullableIamPolicy struct + func NewNullableIamPolicy(val *IamPolicy) *NullableIamPolicy + func (v *NullableIamPolicy) Set(val *IamPolicy) + func (v *NullableIamPolicy) UnmarshalJSON(src []byte) error + func (v *NullableIamPolicy) Unset() + func (v NullableIamPolicy) Get() *IamPolicy + func (v NullableIamPolicy) IsSet() bool + func (v NullableIamPolicy) 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 NullablePaginationPageInfo struct + func NewNullablePaginationPageInfo(val *PaginationPageInfo) *NullablePaginationPageInfo + func (v *NullablePaginationPageInfo) Set(val *PaginationPageInfo) + func (v *NullablePaginationPageInfo) UnmarshalJSON(src []byte) error + func (v *NullablePaginationPageInfo) Unset() + func (v NullablePaginationPageInfo) Get() *PaginationPageInfo + func (v NullablePaginationPageInfo) IsSet() bool + func (v NullablePaginationPageInfo) MarshalJSON() ([]byte, error) + type NullablePolicyBinding struct + func NewNullablePolicyBinding(val *PolicyBinding) *NullablePolicyBinding + func (v *NullablePolicyBinding) Set(val *PolicyBinding) + func (v *NullablePolicyBinding) UnmarshalJSON(src []byte) error + func (v *NullablePolicyBinding) Unset() + func (v NullablePolicyBinding) Get() *PolicyBinding + func (v NullablePolicyBinding) IsSet() bool + func (v NullablePolicyBinding) MarshalJSON() ([]byte, error) + type NullableStackCreateStackRequest struct + func NewNullableStackCreateStackRequest(val *StackCreateStackRequest) *NullableStackCreateStackRequest + func (v *NullableStackCreateStackRequest) Set(val *StackCreateStackRequest) + func (v *NullableStackCreateStackRequest) UnmarshalJSON(src []byte) error + func (v *NullableStackCreateStackRequest) Unset() + func (v NullableStackCreateStackRequest) Get() *StackCreateStackRequest + func (v NullableStackCreateStackRequest) IsSet() bool + func (v NullableStackCreateStackRequest) MarshalJSON() ([]byte, error) + type NullableStackCreateStackResponse struct + func NewNullableStackCreateStackResponse(val *StackCreateStackResponse) *NullableStackCreateStackResponse + func (v *NullableStackCreateStackResponse) Set(val *StackCreateStackResponse) + func (v *NullableStackCreateStackResponse) UnmarshalJSON(src []byte) error + func (v *NullableStackCreateStackResponse) Unset() + func (v NullableStackCreateStackResponse) Get() *StackCreateStackResponse + func (v NullableStackCreateStackResponse) IsSet() bool + func (v NullableStackCreateStackResponse) MarshalJSON() ([]byte, error) + type NullableStackGetIAMPolicyResponse struct + func NewNullableStackGetIAMPolicyResponse(val *StackGetIAMPolicyResponse) *NullableStackGetIAMPolicyResponse + func (v *NullableStackGetIAMPolicyResponse) Set(val *StackGetIAMPolicyResponse) + func (v *NullableStackGetIAMPolicyResponse) UnmarshalJSON(src []byte) error + func (v *NullableStackGetIAMPolicyResponse) Unset() + func (v NullableStackGetIAMPolicyResponse) Get() *StackGetIAMPolicyResponse + func (v NullableStackGetIAMPolicyResponse) IsSet() bool + func (v NullableStackGetIAMPolicyResponse) MarshalJSON() ([]byte, error) + type NullableStackGetStacksResponse struct + func NewNullableStackGetStacksResponse(val *StackGetStacksResponse) *NullableStackGetStacksResponse + func (v *NullableStackGetStacksResponse) Set(val *StackGetStacksResponse) + func (v *NullableStackGetStacksResponse) UnmarshalJSON(src []byte) error + func (v *NullableStackGetStacksResponse) Unset() + func (v NullableStackGetStacksResponse) Get() *StackGetStacksResponse + func (v NullableStackGetStacksResponse) IsSet() bool + func (v NullableStackGetStacksResponse) MarshalJSON() ([]byte, error) + type NullableStackSetIAMPolicyRequest struct + func NewNullableStackSetIAMPolicyRequest(val *StackSetIAMPolicyRequest) *NullableStackSetIAMPolicyRequest + func (v *NullableStackSetIAMPolicyRequest) Set(val *StackSetIAMPolicyRequest) + func (v *NullableStackSetIAMPolicyRequest) UnmarshalJSON(src []byte) error + func (v *NullableStackSetIAMPolicyRequest) Unset() + func (v NullableStackSetIAMPolicyRequest) Get() *StackSetIAMPolicyRequest + func (v NullableStackSetIAMPolicyRequest) IsSet() bool + func (v NullableStackSetIAMPolicyRequest) MarshalJSON() ([]byte, error) + type NullableStackSetIAMPolicyResponse struct + func NewNullableStackSetIAMPolicyResponse(val *StackSetIAMPolicyResponse) *NullableStackSetIAMPolicyResponse + func (v *NullableStackSetIAMPolicyResponse) Set(val *StackSetIAMPolicyResponse) + func (v *NullableStackSetIAMPolicyResponse) UnmarshalJSON(src []byte) error + func (v *NullableStackSetIAMPolicyResponse) Unset() + func (v NullableStackSetIAMPolicyResponse) Get() *StackSetIAMPolicyResponse + func (v NullableStackSetIAMPolicyResponse) IsSet() bool + func (v NullableStackSetIAMPolicyResponse) MarshalJSON() ([]byte, error) + type NullableStackStack struct + func NewNullableStackStack(val *StackStack) *NullableStackStack + func (v *NullableStackStack) Set(val *StackStack) + func (v *NullableStackStack) UnmarshalJSON(src []byte) error + func (v *NullableStackStack) Unset() + func (v NullableStackStack) Get() *StackStack + func (v NullableStackStack) IsSet() bool + func (v NullableStackStack) MarshalJSON() ([]byte, error) + type NullableStackStackStatus struct + func NewNullableStackStackStatus(val *StackStackStatus) *NullableStackStackStatus + func (v *NullableStackStackStatus) Set(val *StackStackStatus) + func (v *NullableStackStackStatus) UnmarshalJSON(src []byte) error + func (v *NullableStackStackStatus) Unset() + func (v NullableStackStackStatus) Get() *StackStackStatus + func (v NullableStackStackStatus) IsSet() bool + func (v NullableStackStackStatus) MarshalJSON() ([]byte, error) + type NullableStackTestIAMPermissionsRequest struct + func NewNullableStackTestIAMPermissionsRequest(val *StackTestIAMPermissionsRequest) *NullableStackTestIAMPermissionsRequest + func (v *NullableStackTestIAMPermissionsRequest) Set(val *StackTestIAMPermissionsRequest) + func (v *NullableStackTestIAMPermissionsRequest) UnmarshalJSON(src []byte) error + func (v *NullableStackTestIAMPermissionsRequest) Unset() + func (v NullableStackTestIAMPermissionsRequest) Get() *StackTestIAMPermissionsRequest + func (v NullableStackTestIAMPermissionsRequest) IsSet() bool + func (v NullableStackTestIAMPermissionsRequest) MarshalJSON() ([]byte, error) + type NullableStackTestIAMPermissionsResponse struct + func NewNullableStackTestIAMPermissionsResponse(val *StackTestIAMPermissionsResponse) *NullableStackTestIAMPermissionsResponse + func (v *NullableStackTestIAMPermissionsResponse) Set(val *StackTestIAMPermissionsResponse) + func (v *NullableStackTestIAMPermissionsResponse) UnmarshalJSON(src []byte) error + func (v *NullableStackTestIAMPermissionsResponse) Unset() + func (v NullableStackTestIAMPermissionsResponse) Get() *StackTestIAMPermissionsResponse + func (v NullableStackTestIAMPermissionsResponse) IsSet() bool + func (v NullableStackTestIAMPermissionsResponse) MarshalJSON() ([]byte, error) + type NullableStackUpdateStackRequest2 struct + func NewNullableStackUpdateStackRequest2(val *StackUpdateStackRequest2) *NullableStackUpdateStackRequest2 + func (v *NullableStackUpdateStackRequest2) Set(val *StackUpdateStackRequest2) + func (v *NullableStackUpdateStackRequest2) UnmarshalJSON(src []byte) error + func (v *NullableStackUpdateStackRequest2) Unset() + func (v NullableStackUpdateStackRequest2) Get() *StackUpdateStackRequest2 + func (v NullableStackUpdateStackRequest2) IsSet() bool + func (v NullableStackUpdateStackRequest2) MarshalJSON() ([]byte, error) + type NullableStackUpdateStackResponse struct + func NewNullableStackUpdateStackResponse(val *StackUpdateStackResponse) *NullableStackUpdateStackResponse + func (v *NullableStackUpdateStackResponse) Set(val *StackUpdateStackResponse) + func (v *NullableStackUpdateStackResponse) UnmarshalJSON(src []byte) error + func (v *NullableStackUpdateStackResponse) Unset() + func (v NullableStackUpdateStackResponse) Get() *StackUpdateStackResponse + func (v NullableStackUpdateStackResponse) IsSet() bool + func (v NullableStackUpdateStackResponse) MarshalJSON() ([]byte, error) + type NullableStackpathRpcBadRequest struct + func NewNullableStackpathRpcBadRequest(val *StackpathRpcBadRequest) *NullableStackpathRpcBadRequest + func (v *NullableStackpathRpcBadRequest) Set(val *StackpathRpcBadRequest) + func (v *NullableStackpathRpcBadRequest) UnmarshalJSON(src []byte) error + func (v *NullableStackpathRpcBadRequest) Unset() + func (v NullableStackpathRpcBadRequest) Get() *StackpathRpcBadRequest + func (v NullableStackpathRpcBadRequest) IsSet() bool + func (v NullableStackpathRpcBadRequest) MarshalJSON() ([]byte, error) + type NullableStackpathRpcBadRequestAllOf struct + func NewNullableStackpathRpcBadRequestAllOf(val *StackpathRpcBadRequestAllOf) *NullableStackpathRpcBadRequestAllOf + func (v *NullableStackpathRpcBadRequestAllOf) Set(val *StackpathRpcBadRequestAllOf) + func (v *NullableStackpathRpcBadRequestAllOf) UnmarshalJSON(src []byte) error + func (v *NullableStackpathRpcBadRequestAllOf) Unset() + func (v NullableStackpathRpcBadRequestAllOf) Get() *StackpathRpcBadRequestAllOf + func (v NullableStackpathRpcBadRequestAllOf) IsSet() bool + func (v NullableStackpathRpcBadRequestAllOf) MarshalJSON() ([]byte, error) + type NullableStackpathRpcBadRequestFieldViolation struct + func NewNullableStackpathRpcBadRequestFieldViolation(val *StackpathRpcBadRequestFieldViolation) *NullableStackpathRpcBadRequestFieldViolation + func (v *NullableStackpathRpcBadRequestFieldViolation) Set(val *StackpathRpcBadRequestFieldViolation) + func (v *NullableStackpathRpcBadRequestFieldViolation) UnmarshalJSON(src []byte) error + func (v *NullableStackpathRpcBadRequestFieldViolation) Unset() + func (v NullableStackpathRpcBadRequestFieldViolation) Get() *StackpathRpcBadRequestFieldViolation + func (v NullableStackpathRpcBadRequestFieldViolation) IsSet() bool + func (v NullableStackpathRpcBadRequestFieldViolation) MarshalJSON() ([]byte, error) + type NullableStackpathRpcHelp struct + func NewNullableStackpathRpcHelp(val *StackpathRpcHelp) *NullableStackpathRpcHelp + func (v *NullableStackpathRpcHelp) Set(val *StackpathRpcHelp) + func (v *NullableStackpathRpcHelp) UnmarshalJSON(src []byte) error + func (v *NullableStackpathRpcHelp) Unset() + func (v NullableStackpathRpcHelp) Get() *StackpathRpcHelp + func (v NullableStackpathRpcHelp) IsSet() bool + func (v NullableStackpathRpcHelp) MarshalJSON() ([]byte, error) + type NullableStackpathRpcHelpAllOf struct + func NewNullableStackpathRpcHelpAllOf(val *StackpathRpcHelpAllOf) *NullableStackpathRpcHelpAllOf + func (v *NullableStackpathRpcHelpAllOf) Set(val *StackpathRpcHelpAllOf) + func (v *NullableStackpathRpcHelpAllOf) UnmarshalJSON(src []byte) error + func (v *NullableStackpathRpcHelpAllOf) Unset() + func (v NullableStackpathRpcHelpAllOf) Get() *StackpathRpcHelpAllOf + func (v NullableStackpathRpcHelpAllOf) IsSet() bool + func (v NullableStackpathRpcHelpAllOf) MarshalJSON() ([]byte, error) + type NullableStackpathRpcHelpLink struct + func NewNullableStackpathRpcHelpLink(val *StackpathRpcHelpLink) *NullableStackpathRpcHelpLink + func (v *NullableStackpathRpcHelpLink) Set(val *StackpathRpcHelpLink) + func (v *NullableStackpathRpcHelpLink) UnmarshalJSON(src []byte) error + func (v *NullableStackpathRpcHelpLink) Unset() + func (v NullableStackpathRpcHelpLink) Get() *StackpathRpcHelpLink + func (v NullableStackpathRpcHelpLink) IsSet() bool + func (v NullableStackpathRpcHelpLink) MarshalJSON() ([]byte, error) + type NullableStackpathRpcLocalizedMessage struct + func NewNullableStackpathRpcLocalizedMessage(val *StackpathRpcLocalizedMessage) *NullableStackpathRpcLocalizedMessage + func (v *NullableStackpathRpcLocalizedMessage) Set(val *StackpathRpcLocalizedMessage) + func (v *NullableStackpathRpcLocalizedMessage) UnmarshalJSON(src []byte) error + func (v *NullableStackpathRpcLocalizedMessage) Unset() + func (v NullableStackpathRpcLocalizedMessage) Get() *StackpathRpcLocalizedMessage + func (v NullableStackpathRpcLocalizedMessage) IsSet() bool + func (v NullableStackpathRpcLocalizedMessage) MarshalJSON() ([]byte, error) + type NullableStackpathRpcLocalizedMessageAllOf struct + func NewNullableStackpathRpcLocalizedMessageAllOf(val *StackpathRpcLocalizedMessageAllOf) *NullableStackpathRpcLocalizedMessageAllOf + func (v *NullableStackpathRpcLocalizedMessageAllOf) Set(val *StackpathRpcLocalizedMessageAllOf) + func (v *NullableStackpathRpcLocalizedMessageAllOf) UnmarshalJSON(src []byte) error + func (v *NullableStackpathRpcLocalizedMessageAllOf) Unset() + func (v NullableStackpathRpcLocalizedMessageAllOf) Get() *StackpathRpcLocalizedMessageAllOf + func (v NullableStackpathRpcLocalizedMessageAllOf) IsSet() bool + func (v NullableStackpathRpcLocalizedMessageAllOf) MarshalJSON() ([]byte, error) + type NullableStackpathRpcPreconditionFailure struct + func NewNullableStackpathRpcPreconditionFailure(val *StackpathRpcPreconditionFailure) *NullableStackpathRpcPreconditionFailure + func (v *NullableStackpathRpcPreconditionFailure) Set(val *StackpathRpcPreconditionFailure) + func (v *NullableStackpathRpcPreconditionFailure) UnmarshalJSON(src []byte) error + func (v *NullableStackpathRpcPreconditionFailure) Unset() + func (v NullableStackpathRpcPreconditionFailure) Get() *StackpathRpcPreconditionFailure + func (v NullableStackpathRpcPreconditionFailure) IsSet() bool + func (v NullableStackpathRpcPreconditionFailure) MarshalJSON() ([]byte, error) + type NullableStackpathRpcPreconditionFailureAllOf struct + func NewNullableStackpathRpcPreconditionFailureAllOf(val *StackpathRpcPreconditionFailureAllOf) *NullableStackpathRpcPreconditionFailureAllOf + func (v *NullableStackpathRpcPreconditionFailureAllOf) Set(val *StackpathRpcPreconditionFailureAllOf) + func (v *NullableStackpathRpcPreconditionFailureAllOf) UnmarshalJSON(src []byte) error + func (v *NullableStackpathRpcPreconditionFailureAllOf) Unset() + func (v NullableStackpathRpcPreconditionFailureAllOf) Get() *StackpathRpcPreconditionFailureAllOf + func (v NullableStackpathRpcPreconditionFailureAllOf) IsSet() bool + func (v NullableStackpathRpcPreconditionFailureAllOf) MarshalJSON() ([]byte, error) + type NullableStackpathRpcPreconditionFailureViolation struct + func NewNullableStackpathRpcPreconditionFailureViolation(val *StackpathRpcPreconditionFailureViolation) *NullableStackpathRpcPreconditionFailureViolation + func (v *NullableStackpathRpcPreconditionFailureViolation) Set(val *StackpathRpcPreconditionFailureViolation) + func (v *NullableStackpathRpcPreconditionFailureViolation) UnmarshalJSON(src []byte) error + func (v *NullableStackpathRpcPreconditionFailureViolation) Unset() + func (v NullableStackpathRpcPreconditionFailureViolation) Get() *StackpathRpcPreconditionFailureViolation + func (v NullableStackpathRpcPreconditionFailureViolation) IsSet() bool + func (v NullableStackpathRpcPreconditionFailureViolation) MarshalJSON() ([]byte, error) + type NullableStackpathRpcQuotaFailure struct + func NewNullableStackpathRpcQuotaFailure(val *StackpathRpcQuotaFailure) *NullableStackpathRpcQuotaFailure + func (v *NullableStackpathRpcQuotaFailure) Set(val *StackpathRpcQuotaFailure) + func (v *NullableStackpathRpcQuotaFailure) UnmarshalJSON(src []byte) error + func (v *NullableStackpathRpcQuotaFailure) Unset() + func (v NullableStackpathRpcQuotaFailure) Get() *StackpathRpcQuotaFailure + func (v NullableStackpathRpcQuotaFailure) IsSet() bool + func (v NullableStackpathRpcQuotaFailure) MarshalJSON() ([]byte, error) + type NullableStackpathRpcQuotaFailureAllOf struct + func NewNullableStackpathRpcQuotaFailureAllOf(val *StackpathRpcQuotaFailureAllOf) *NullableStackpathRpcQuotaFailureAllOf + func (v *NullableStackpathRpcQuotaFailureAllOf) Set(val *StackpathRpcQuotaFailureAllOf) + func (v *NullableStackpathRpcQuotaFailureAllOf) UnmarshalJSON(src []byte) error + func (v *NullableStackpathRpcQuotaFailureAllOf) Unset() + func (v NullableStackpathRpcQuotaFailureAllOf) Get() *StackpathRpcQuotaFailureAllOf + func (v NullableStackpathRpcQuotaFailureAllOf) IsSet() bool + func (v NullableStackpathRpcQuotaFailureAllOf) MarshalJSON() ([]byte, error) + type NullableStackpathRpcQuotaFailureViolation struct + func NewNullableStackpathRpcQuotaFailureViolation(val *StackpathRpcQuotaFailureViolation) *NullableStackpathRpcQuotaFailureViolation + func (v *NullableStackpathRpcQuotaFailureViolation) Set(val *StackpathRpcQuotaFailureViolation) + func (v *NullableStackpathRpcQuotaFailureViolation) UnmarshalJSON(src []byte) error + func (v *NullableStackpathRpcQuotaFailureViolation) Unset() + func (v NullableStackpathRpcQuotaFailureViolation) Get() *StackpathRpcQuotaFailureViolation + func (v NullableStackpathRpcQuotaFailureViolation) IsSet() bool + func (v NullableStackpathRpcQuotaFailureViolation) MarshalJSON() ([]byte, error) + type NullableStackpathRpcRequestInfo struct + func NewNullableStackpathRpcRequestInfo(val *StackpathRpcRequestInfo) *NullableStackpathRpcRequestInfo + func (v *NullableStackpathRpcRequestInfo) Set(val *StackpathRpcRequestInfo) + func (v *NullableStackpathRpcRequestInfo) UnmarshalJSON(src []byte) error + func (v *NullableStackpathRpcRequestInfo) Unset() + func (v NullableStackpathRpcRequestInfo) Get() *StackpathRpcRequestInfo + func (v NullableStackpathRpcRequestInfo) IsSet() bool + func (v NullableStackpathRpcRequestInfo) MarshalJSON() ([]byte, error) + type NullableStackpathRpcRequestInfoAllOf struct + func NewNullableStackpathRpcRequestInfoAllOf(val *StackpathRpcRequestInfoAllOf) *NullableStackpathRpcRequestInfoAllOf + func (v *NullableStackpathRpcRequestInfoAllOf) Set(val *StackpathRpcRequestInfoAllOf) + func (v *NullableStackpathRpcRequestInfoAllOf) UnmarshalJSON(src []byte) error + func (v *NullableStackpathRpcRequestInfoAllOf) Unset() + func (v NullableStackpathRpcRequestInfoAllOf) Get() *StackpathRpcRequestInfoAllOf + func (v NullableStackpathRpcRequestInfoAllOf) IsSet() bool + func (v NullableStackpathRpcRequestInfoAllOf) MarshalJSON() ([]byte, error) + type NullableStackpathRpcResourceInfo struct + func NewNullableStackpathRpcResourceInfo(val *StackpathRpcResourceInfo) *NullableStackpathRpcResourceInfo + func (v *NullableStackpathRpcResourceInfo) Set(val *StackpathRpcResourceInfo) + func (v *NullableStackpathRpcResourceInfo) UnmarshalJSON(src []byte) error + func (v *NullableStackpathRpcResourceInfo) Unset() + func (v NullableStackpathRpcResourceInfo) Get() *StackpathRpcResourceInfo + func (v NullableStackpathRpcResourceInfo) IsSet() bool + func (v NullableStackpathRpcResourceInfo) MarshalJSON() ([]byte, error) + type NullableStackpathRpcResourceInfoAllOf struct + func NewNullableStackpathRpcResourceInfoAllOf(val *StackpathRpcResourceInfoAllOf) *NullableStackpathRpcResourceInfoAllOf + func (v *NullableStackpathRpcResourceInfoAllOf) Set(val *StackpathRpcResourceInfoAllOf) + func (v *NullableStackpathRpcResourceInfoAllOf) UnmarshalJSON(src []byte) error + func (v *NullableStackpathRpcResourceInfoAllOf) Unset() + func (v NullableStackpathRpcResourceInfoAllOf) Get() *StackpathRpcResourceInfoAllOf + func (v NullableStackpathRpcResourceInfoAllOf) IsSet() bool + func (v NullableStackpathRpcResourceInfoAllOf) MarshalJSON() ([]byte, error) + type NullableStackpathRpcRetryInfo struct + func NewNullableStackpathRpcRetryInfo(val *StackpathRpcRetryInfo) *NullableStackpathRpcRetryInfo + func (v *NullableStackpathRpcRetryInfo) Set(val *StackpathRpcRetryInfo) + func (v *NullableStackpathRpcRetryInfo) UnmarshalJSON(src []byte) error + func (v *NullableStackpathRpcRetryInfo) Unset() + func (v NullableStackpathRpcRetryInfo) Get() *StackpathRpcRetryInfo + func (v NullableStackpathRpcRetryInfo) IsSet() bool + func (v NullableStackpathRpcRetryInfo) MarshalJSON() ([]byte, error) + type NullableStackpathRpcRetryInfoAllOf struct + func NewNullableStackpathRpcRetryInfoAllOf(val *StackpathRpcRetryInfoAllOf) *NullableStackpathRpcRetryInfoAllOf + func (v *NullableStackpathRpcRetryInfoAllOf) Set(val *StackpathRpcRetryInfoAllOf) + func (v *NullableStackpathRpcRetryInfoAllOf) UnmarshalJSON(src []byte) error + func (v *NullableStackpathRpcRetryInfoAllOf) Unset() + func (v NullableStackpathRpcRetryInfoAllOf) Get() *StackpathRpcRetryInfoAllOf + func (v NullableStackpathRpcRetryInfoAllOf) IsSet() bool + func (v NullableStackpathRpcRetryInfoAllOf) MarshalJSON() ([]byte, error) + type NullableStackpathapiStatus struct + func NewNullableStackpathapiStatus(val *StackpathapiStatus) *NullableStackpathapiStatus + func (v *NullableStackpathapiStatus) Set(val *StackpathapiStatus) + func (v *NullableStackpathapiStatus) UnmarshalJSON(src []byte) error + func (v *NullableStackpathapiStatus) Unset() + func (v NullableStackpathapiStatus) Get() *StackpathapiStatus + func (v NullableStackpathapiStatus) IsSet() bool + func (v NullableStackpathapiStatus) 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 PaginationPageInfo struct + EndCursor *string + HasNextPage *bool + HasPreviousPage *bool + StartCursor *string + TotalCount *string + func NewPaginationPageInfo() *PaginationPageInfo + func NewPaginationPageInfoWithDefaults() *PaginationPageInfo + func (o *PaginationPageInfo) GetEndCursor() string + func (o *PaginationPageInfo) GetEndCursorOk() (*string, bool) + func (o *PaginationPageInfo) GetHasNextPage() bool + func (o *PaginationPageInfo) GetHasNextPageOk() (*bool, bool) + func (o *PaginationPageInfo) GetHasPreviousPage() bool + func (o *PaginationPageInfo) GetHasPreviousPageOk() (*bool, bool) + func (o *PaginationPageInfo) GetStartCursor() string + func (o *PaginationPageInfo) GetStartCursorOk() (*string, bool) + func (o *PaginationPageInfo) GetTotalCount() string + func (o *PaginationPageInfo) GetTotalCountOk() (*string, bool) + func (o *PaginationPageInfo) HasEndCursor() bool + func (o *PaginationPageInfo) HasHasNextPage() bool + func (o *PaginationPageInfo) HasHasPreviousPage() bool + func (o *PaginationPageInfo) HasStartCursor() bool + func (o *PaginationPageInfo) HasTotalCount() bool + func (o *PaginationPageInfo) SetEndCursor(v string) + func (o *PaginationPageInfo) SetHasNextPage(v bool) + func (o *PaginationPageInfo) SetHasPreviousPage(v bool) + func (o *PaginationPageInfo) SetStartCursor(v string) + func (o *PaginationPageInfo) SetTotalCount(v string) + func (o PaginationPageInfo) MarshalJSON() ([]byte, error) + type PolicyBinding struct + Members *[]string + Role *string + func NewPolicyBinding() *PolicyBinding + func NewPolicyBindingWithDefaults() *PolicyBinding + func (o *PolicyBinding) GetMembers() []string + func (o *PolicyBinding) GetMembersOk() (*[]string, bool) + func (o *PolicyBinding) GetRole() string + func (o *PolicyBinding) GetRoleOk() (*string, bool) + func (o *PolicyBinding) HasMembers() bool + func (o *PolicyBinding) HasRole() bool + func (o *PolicyBinding) SetMembers(v []string) + func (o *PolicyBinding) SetRole(v string) + func (o PolicyBinding) 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 + type StackCreateStackRequest struct + AccountId *string + Name *string + Slug *string + func NewStackCreateStackRequest() *StackCreateStackRequest + func NewStackCreateStackRequestWithDefaults() *StackCreateStackRequest + func (o *StackCreateStackRequest) GetAccountId() string + func (o *StackCreateStackRequest) GetAccountIdOk() (*string, bool) + func (o *StackCreateStackRequest) GetName() string + func (o *StackCreateStackRequest) GetNameOk() (*string, bool) + func (o *StackCreateStackRequest) GetSlug() string + func (o *StackCreateStackRequest) GetSlugOk() (*string, bool) + func (o *StackCreateStackRequest) HasAccountId() bool + func (o *StackCreateStackRequest) HasName() bool + func (o *StackCreateStackRequest) HasSlug() bool + func (o *StackCreateStackRequest) SetAccountId(v string) + func (o *StackCreateStackRequest) SetName(v string) + func (o *StackCreateStackRequest) SetSlug(v string) + func (o StackCreateStackRequest) MarshalJSON() ([]byte, error) + type StackCreateStackResponse struct + Stack *StackStack + func NewStackCreateStackResponse() *StackCreateStackResponse + func NewStackCreateStackResponseWithDefaults() *StackCreateStackResponse + func (o *StackCreateStackResponse) GetStack() StackStack + func (o *StackCreateStackResponse) GetStackOk() (*StackStack, bool) + func (o *StackCreateStackResponse) HasStack() bool + func (o *StackCreateStackResponse) SetStack(v StackStack) + func (o StackCreateStackResponse) MarshalJSON() ([]byte, error) + type StackGetIAMPolicyResponse struct + Policy *IamPolicy + StackId *string + func NewStackGetIAMPolicyResponse() *StackGetIAMPolicyResponse + func NewStackGetIAMPolicyResponseWithDefaults() *StackGetIAMPolicyResponse + func (o *StackGetIAMPolicyResponse) GetPolicy() IamPolicy + func (o *StackGetIAMPolicyResponse) GetPolicyOk() (*IamPolicy, bool) + func (o *StackGetIAMPolicyResponse) GetStackId() string + func (o *StackGetIAMPolicyResponse) GetStackIdOk() (*string, bool) + func (o *StackGetIAMPolicyResponse) HasPolicy() bool + func (o *StackGetIAMPolicyResponse) HasStackId() bool + func (o *StackGetIAMPolicyResponse) SetPolicy(v IamPolicy) + func (o *StackGetIAMPolicyResponse) SetStackId(v string) + func (o StackGetIAMPolicyResponse) MarshalJSON() ([]byte, error) + type StackGetStacksResponse struct + PageInfo *PaginationPageInfo + Results *[]StackStack + func NewStackGetStacksResponse() *StackGetStacksResponse + func NewStackGetStacksResponseWithDefaults() *StackGetStacksResponse + func (o *StackGetStacksResponse) GetPageInfo() PaginationPageInfo + func (o *StackGetStacksResponse) GetPageInfoOk() (*PaginationPageInfo, bool) + func (o *StackGetStacksResponse) GetResults() []StackStack + func (o *StackGetStacksResponse) GetResultsOk() (*[]StackStack, bool) + func (o *StackGetStacksResponse) HasPageInfo() bool + func (o *StackGetStacksResponse) HasResults() bool + func (o *StackGetStacksResponse) SetPageInfo(v PaginationPageInfo) + func (o *StackGetStacksResponse) SetResults(v []StackStack) + func (o StackGetStacksResponse) MarshalJSON() ([]byte, error) + type StackPoliciesApiService service + func (a *StackPoliciesApiService) DeleteIAMPolicy(ctx _context.Context, stackId string) apiDeleteIAMPolicyRequest + func (a *StackPoliciesApiService) GetIAMPolicy(ctx _context.Context, stackId string) apiGetIAMPolicyRequest + func (a *StackPoliciesApiService) SetIAMPolicy(ctx _context.Context, stackId string) apiSetIAMPolicyRequest + func (a *StackPoliciesApiService) TestIAMPermissions(ctx _context.Context, stackId string) apiTestIAMPermissionsRequest + type StackSetIAMPolicyRequest struct + Policy *IamPolicy + func NewStackSetIAMPolicyRequest() *StackSetIAMPolicyRequest + func NewStackSetIAMPolicyRequestWithDefaults() *StackSetIAMPolicyRequest + func (o *StackSetIAMPolicyRequest) GetPolicy() IamPolicy + func (o *StackSetIAMPolicyRequest) GetPolicyOk() (*IamPolicy, bool) + func (o *StackSetIAMPolicyRequest) HasPolicy() bool + func (o *StackSetIAMPolicyRequest) SetPolicy(v IamPolicy) + func (o StackSetIAMPolicyRequest) MarshalJSON() ([]byte, error) + type StackSetIAMPolicyResponse struct + Policy *IamPolicy + StackId *string + func NewStackSetIAMPolicyResponse() *StackSetIAMPolicyResponse + func NewStackSetIAMPolicyResponseWithDefaults() *StackSetIAMPolicyResponse + func (o *StackSetIAMPolicyResponse) GetPolicy() IamPolicy + func (o *StackSetIAMPolicyResponse) GetPolicyOk() (*IamPolicy, bool) + func (o *StackSetIAMPolicyResponse) GetStackId() string + func (o *StackSetIAMPolicyResponse) GetStackIdOk() (*string, bool) + func (o *StackSetIAMPolicyResponse) HasPolicy() bool + func (o *StackSetIAMPolicyResponse) HasStackId() bool + func (o *StackSetIAMPolicyResponse) SetPolicy(v IamPolicy) + func (o *StackSetIAMPolicyResponse) SetStackId(v string) + func (o StackSetIAMPolicyResponse) MarshalJSON() ([]byte, error) + type StackStack struct + AccountId *string + CreatedAt *time.Time + Id *string + Name *string + Slug *string + Status *StackStackStatus + UpdatedAt *time.Time + func NewStackStack() *StackStack + func NewStackStackWithDefaults() *StackStack + func (o *StackStack) GetAccountId() string + func (o *StackStack) GetAccountIdOk() (*string, bool) + func (o *StackStack) GetCreatedAt() time.Time + func (o *StackStack) GetCreatedAtOk() (*time.Time, bool) + func (o *StackStack) GetId() string + func (o *StackStack) GetIdOk() (*string, bool) + func (o *StackStack) GetName() string + func (o *StackStack) GetNameOk() (*string, bool) + func (o *StackStack) GetSlug() string + func (o *StackStack) GetSlugOk() (*string, bool) + func (o *StackStack) GetStatus() StackStackStatus + func (o *StackStack) GetStatusOk() (*StackStackStatus, bool) + func (o *StackStack) GetUpdatedAt() time.Time + func (o *StackStack) GetUpdatedAtOk() (*time.Time, bool) + func (o *StackStack) HasAccountId() bool + func (o *StackStack) HasCreatedAt() bool + func (o *StackStack) HasId() bool + func (o *StackStack) HasName() bool + func (o *StackStack) HasSlug() bool + func (o *StackStack) HasStatus() bool + func (o *StackStack) HasUpdatedAt() bool + func (o *StackStack) SetAccountId(v string) + func (o *StackStack) SetCreatedAt(v time.Time) + func (o *StackStack) SetId(v string) + func (o *StackStack) SetName(v string) + func (o *StackStack) SetSlug(v string) + func (o *StackStack) SetStatus(v StackStackStatus) + func (o *StackStack) SetUpdatedAt(v time.Time) + func (o StackStack) MarshalJSON() ([]byte, error) + type StackStackStatus string + const STACKSTACKSTATUS_ACTIVE + const STACKSTACKSTATUS_BILLING_SUSPENDED + const STACKSTACKSTATUS_CANCELLED + const STACKSTACKSTATUS_DELETED + const STACKSTACKSTATUS_DISABLED + const STACKSTACKSTATUS_PENDING + const STACKSTACKSTATUS_SUSPENDED + func (v StackStackStatus) Ptr() *StackStackStatus + type StackTestIAMPermissionsRequest struct + Permissions *[]string + func NewStackTestIAMPermissionsRequest() *StackTestIAMPermissionsRequest + func NewStackTestIAMPermissionsRequestWithDefaults() *StackTestIAMPermissionsRequest + func (o *StackTestIAMPermissionsRequest) GetPermissions() []string + func (o *StackTestIAMPermissionsRequest) GetPermissionsOk() (*[]string, bool) + func (o *StackTestIAMPermissionsRequest) HasPermissions() bool + func (o *StackTestIAMPermissionsRequest) SetPermissions(v []string) + func (o StackTestIAMPermissionsRequest) MarshalJSON() ([]byte, error) + type StackTestIAMPermissionsResponse struct + Permissions *[]string + StackId *string + func NewStackTestIAMPermissionsResponse() *StackTestIAMPermissionsResponse + func NewStackTestIAMPermissionsResponseWithDefaults() *StackTestIAMPermissionsResponse + func (o *StackTestIAMPermissionsResponse) GetPermissions() []string + func (o *StackTestIAMPermissionsResponse) GetPermissionsOk() (*[]string, bool) + func (o *StackTestIAMPermissionsResponse) GetStackId() string + func (o *StackTestIAMPermissionsResponse) GetStackIdOk() (*string, bool) + func (o *StackTestIAMPermissionsResponse) HasPermissions() bool + func (o *StackTestIAMPermissionsResponse) HasStackId() bool + func (o *StackTestIAMPermissionsResponse) SetPermissions(v []string) + func (o *StackTestIAMPermissionsResponse) SetStackId(v string) + func (o StackTestIAMPermissionsResponse) MarshalJSON() ([]byte, error) + type StackUpdateStackRequest2 struct + Name *string + func NewStackUpdateStackRequest2() *StackUpdateStackRequest2 + func NewStackUpdateStackRequest2WithDefaults() *StackUpdateStackRequest2 + func (o *StackUpdateStackRequest2) GetName() string + func (o *StackUpdateStackRequest2) GetNameOk() (*string, bool) + func (o *StackUpdateStackRequest2) HasName() bool + func (o *StackUpdateStackRequest2) SetName(v string) + func (o StackUpdateStackRequest2) MarshalJSON() ([]byte, error) + type StackUpdateStackResponse struct + Stack *StackStack + func NewStackUpdateStackResponse() *StackUpdateStackResponse + func NewStackUpdateStackResponseWithDefaults() *StackUpdateStackResponse + func (o *StackUpdateStackResponse) GetStack() StackStack + func (o *StackUpdateStackResponse) GetStackOk() (*StackStack, bool) + func (o *StackUpdateStackResponse) HasStack() bool + func (o *StackUpdateStackResponse) SetStack(v StackStack) + func (o StackUpdateStackResponse) MarshalJSON() ([]byte, error) + type StackpathRpcBadRequest struct + FieldViolations *[]StackpathRpcBadRequestFieldViolation + func NewStackpathRpcBadRequest() *StackpathRpcBadRequest + func NewStackpathRpcBadRequestWithDefaults() *StackpathRpcBadRequest + func (o *StackpathRpcBadRequest) GetFieldViolations() []StackpathRpcBadRequestFieldViolation + func (o *StackpathRpcBadRequest) GetFieldViolationsOk() (*[]StackpathRpcBadRequestFieldViolation, bool) + func (o *StackpathRpcBadRequest) HasFieldViolations() bool + func (o *StackpathRpcBadRequest) SetFieldViolations(v []StackpathRpcBadRequestFieldViolation) + func (o StackpathRpcBadRequest) MarshalJSON() ([]byte, error) + type StackpathRpcBadRequestAllOf struct + FieldViolations *[]StackpathRpcBadRequestFieldViolation + func NewStackpathRpcBadRequestAllOf() *StackpathRpcBadRequestAllOf + func NewStackpathRpcBadRequestAllOfWithDefaults() *StackpathRpcBadRequestAllOf + func (o *StackpathRpcBadRequestAllOf) GetFieldViolations() []StackpathRpcBadRequestFieldViolation + func (o *StackpathRpcBadRequestAllOf) GetFieldViolationsOk() (*[]StackpathRpcBadRequestFieldViolation, bool) + func (o *StackpathRpcBadRequestAllOf) HasFieldViolations() bool + func (o *StackpathRpcBadRequestAllOf) SetFieldViolations(v []StackpathRpcBadRequestFieldViolation) + func (o StackpathRpcBadRequestAllOf) MarshalJSON() ([]byte, error) + type StackpathRpcBadRequestFieldViolation struct + Description *string + Field *string + func NewStackpathRpcBadRequestFieldViolation() *StackpathRpcBadRequestFieldViolation + func NewStackpathRpcBadRequestFieldViolationWithDefaults() *StackpathRpcBadRequestFieldViolation + func (o *StackpathRpcBadRequestFieldViolation) GetDescription() string + func (o *StackpathRpcBadRequestFieldViolation) GetDescriptionOk() (*string, bool) + func (o *StackpathRpcBadRequestFieldViolation) GetField() string + func (o *StackpathRpcBadRequestFieldViolation) GetFieldOk() (*string, bool) + func (o *StackpathRpcBadRequestFieldViolation) HasDescription() bool + func (o *StackpathRpcBadRequestFieldViolation) HasField() bool + func (o *StackpathRpcBadRequestFieldViolation) SetDescription(v string) + func (o *StackpathRpcBadRequestFieldViolation) SetField(v string) + func (o StackpathRpcBadRequestFieldViolation) MarshalJSON() ([]byte, error) + type StackpathRpcHelp struct + Links *[]StackpathRpcHelpLink + func NewStackpathRpcHelp() *StackpathRpcHelp + func NewStackpathRpcHelpWithDefaults() *StackpathRpcHelp + func (o *StackpathRpcHelp) GetLinks() []StackpathRpcHelpLink + func (o *StackpathRpcHelp) GetLinksOk() (*[]StackpathRpcHelpLink, bool) + func (o *StackpathRpcHelp) HasLinks() bool + func (o *StackpathRpcHelp) SetLinks(v []StackpathRpcHelpLink) + func (o StackpathRpcHelp) MarshalJSON() ([]byte, error) + type StackpathRpcHelpAllOf struct + Links *[]StackpathRpcHelpLink + func NewStackpathRpcHelpAllOf() *StackpathRpcHelpAllOf + func NewStackpathRpcHelpAllOfWithDefaults() *StackpathRpcHelpAllOf + func (o *StackpathRpcHelpAllOf) GetLinks() []StackpathRpcHelpLink + func (o *StackpathRpcHelpAllOf) GetLinksOk() (*[]StackpathRpcHelpLink, bool) + func (o *StackpathRpcHelpAllOf) HasLinks() bool + func (o *StackpathRpcHelpAllOf) SetLinks(v []StackpathRpcHelpLink) + func (o StackpathRpcHelpAllOf) MarshalJSON() ([]byte, error) + type StackpathRpcHelpLink struct + Description *string + Url *string + func NewStackpathRpcHelpLink() *StackpathRpcHelpLink + func NewStackpathRpcHelpLinkWithDefaults() *StackpathRpcHelpLink + func (o *StackpathRpcHelpLink) GetDescription() string + func (o *StackpathRpcHelpLink) GetDescriptionOk() (*string, bool) + func (o *StackpathRpcHelpLink) GetUrl() string + func (o *StackpathRpcHelpLink) GetUrlOk() (*string, bool) + func (o *StackpathRpcHelpLink) HasDescription() bool + func (o *StackpathRpcHelpLink) HasUrl() bool + func (o *StackpathRpcHelpLink) SetDescription(v string) + func (o *StackpathRpcHelpLink) SetUrl(v string) + func (o StackpathRpcHelpLink) MarshalJSON() ([]byte, error) + type StackpathRpcLocalizedMessage struct + Locale *string + Message *string + func NewStackpathRpcLocalizedMessage() *StackpathRpcLocalizedMessage + func NewStackpathRpcLocalizedMessageWithDefaults() *StackpathRpcLocalizedMessage + func (o *StackpathRpcLocalizedMessage) GetLocale() string + func (o *StackpathRpcLocalizedMessage) GetLocaleOk() (*string, bool) + func (o *StackpathRpcLocalizedMessage) GetMessage() string + func (o *StackpathRpcLocalizedMessage) GetMessageOk() (*string, bool) + func (o *StackpathRpcLocalizedMessage) HasLocale() bool + func (o *StackpathRpcLocalizedMessage) HasMessage() bool + func (o *StackpathRpcLocalizedMessage) SetLocale(v string) + func (o *StackpathRpcLocalizedMessage) SetMessage(v string) + func (o StackpathRpcLocalizedMessage) MarshalJSON() ([]byte, error) + type StackpathRpcLocalizedMessageAllOf struct + Locale *string + Message *string + func NewStackpathRpcLocalizedMessageAllOf() *StackpathRpcLocalizedMessageAllOf + func NewStackpathRpcLocalizedMessageAllOfWithDefaults() *StackpathRpcLocalizedMessageAllOf + func (o *StackpathRpcLocalizedMessageAllOf) GetLocale() string + func (o *StackpathRpcLocalizedMessageAllOf) GetLocaleOk() (*string, bool) + func (o *StackpathRpcLocalizedMessageAllOf) GetMessage() string + func (o *StackpathRpcLocalizedMessageAllOf) GetMessageOk() (*string, bool) + func (o *StackpathRpcLocalizedMessageAllOf) HasLocale() bool + func (o *StackpathRpcLocalizedMessageAllOf) HasMessage() bool + func (o *StackpathRpcLocalizedMessageAllOf) SetLocale(v string) + func (o *StackpathRpcLocalizedMessageAllOf) SetMessage(v string) + func (o StackpathRpcLocalizedMessageAllOf) MarshalJSON() ([]byte, error) + type StackpathRpcPreconditionFailure struct + Violations *[]StackpathRpcPreconditionFailureViolation + func NewStackpathRpcPreconditionFailure() *StackpathRpcPreconditionFailure + func NewStackpathRpcPreconditionFailureWithDefaults() *StackpathRpcPreconditionFailure + func (o *StackpathRpcPreconditionFailure) GetViolations() []StackpathRpcPreconditionFailureViolation + func (o *StackpathRpcPreconditionFailure) GetViolationsOk() (*[]StackpathRpcPreconditionFailureViolation, bool) + func (o *StackpathRpcPreconditionFailure) HasViolations() bool + func (o *StackpathRpcPreconditionFailure) SetViolations(v []StackpathRpcPreconditionFailureViolation) + func (o StackpathRpcPreconditionFailure) MarshalJSON() ([]byte, error) + type StackpathRpcPreconditionFailureAllOf struct + Violations *[]StackpathRpcPreconditionFailureViolation + func NewStackpathRpcPreconditionFailureAllOf() *StackpathRpcPreconditionFailureAllOf + func NewStackpathRpcPreconditionFailureAllOfWithDefaults() *StackpathRpcPreconditionFailureAllOf + func (o *StackpathRpcPreconditionFailureAllOf) GetViolations() []StackpathRpcPreconditionFailureViolation + func (o *StackpathRpcPreconditionFailureAllOf) GetViolationsOk() (*[]StackpathRpcPreconditionFailureViolation, bool) + func (o *StackpathRpcPreconditionFailureAllOf) HasViolations() bool + func (o *StackpathRpcPreconditionFailureAllOf) SetViolations(v []StackpathRpcPreconditionFailureViolation) + func (o StackpathRpcPreconditionFailureAllOf) MarshalJSON() ([]byte, error) + type StackpathRpcPreconditionFailureViolation struct + Description *string + Subject *string + Type *string + func NewStackpathRpcPreconditionFailureViolation() *StackpathRpcPreconditionFailureViolation + func NewStackpathRpcPreconditionFailureViolationWithDefaults() *StackpathRpcPreconditionFailureViolation + func (o *StackpathRpcPreconditionFailureViolation) GetDescription() string + func (o *StackpathRpcPreconditionFailureViolation) GetDescriptionOk() (*string, bool) + func (o *StackpathRpcPreconditionFailureViolation) GetSubject() string + func (o *StackpathRpcPreconditionFailureViolation) GetSubjectOk() (*string, bool) + func (o *StackpathRpcPreconditionFailureViolation) GetType() string + func (o *StackpathRpcPreconditionFailureViolation) GetTypeOk() (*string, bool) + func (o *StackpathRpcPreconditionFailureViolation) HasDescription() bool + func (o *StackpathRpcPreconditionFailureViolation) HasSubject() bool + func (o *StackpathRpcPreconditionFailureViolation) HasType() bool + func (o *StackpathRpcPreconditionFailureViolation) SetDescription(v string) + func (o *StackpathRpcPreconditionFailureViolation) SetSubject(v string) + func (o *StackpathRpcPreconditionFailureViolation) SetType(v string) + func (o StackpathRpcPreconditionFailureViolation) MarshalJSON() ([]byte, error) + type StackpathRpcQuotaFailure struct + Violations *[]StackpathRpcQuotaFailureViolation + func NewStackpathRpcQuotaFailure() *StackpathRpcQuotaFailure + func NewStackpathRpcQuotaFailureWithDefaults() *StackpathRpcQuotaFailure + func (o *StackpathRpcQuotaFailure) GetViolations() []StackpathRpcQuotaFailureViolation + func (o *StackpathRpcQuotaFailure) GetViolationsOk() (*[]StackpathRpcQuotaFailureViolation, bool) + func (o *StackpathRpcQuotaFailure) HasViolations() bool + func (o *StackpathRpcQuotaFailure) SetViolations(v []StackpathRpcQuotaFailureViolation) + func (o StackpathRpcQuotaFailure) MarshalJSON() ([]byte, error) + type StackpathRpcQuotaFailureAllOf struct + Violations *[]StackpathRpcQuotaFailureViolation + func NewStackpathRpcQuotaFailureAllOf() *StackpathRpcQuotaFailureAllOf + func NewStackpathRpcQuotaFailureAllOfWithDefaults() *StackpathRpcQuotaFailureAllOf + func (o *StackpathRpcQuotaFailureAllOf) GetViolations() []StackpathRpcQuotaFailureViolation + func (o *StackpathRpcQuotaFailureAllOf) GetViolationsOk() (*[]StackpathRpcQuotaFailureViolation, bool) + func (o *StackpathRpcQuotaFailureAllOf) HasViolations() bool + func (o *StackpathRpcQuotaFailureAllOf) SetViolations(v []StackpathRpcQuotaFailureViolation) + func (o StackpathRpcQuotaFailureAllOf) MarshalJSON() ([]byte, error) + type StackpathRpcQuotaFailureViolation struct + Description *string + Subject *string + func NewStackpathRpcQuotaFailureViolation() *StackpathRpcQuotaFailureViolation + func NewStackpathRpcQuotaFailureViolationWithDefaults() *StackpathRpcQuotaFailureViolation + func (o *StackpathRpcQuotaFailureViolation) GetDescription() string + func (o *StackpathRpcQuotaFailureViolation) GetDescriptionOk() (*string, bool) + func (o *StackpathRpcQuotaFailureViolation) GetSubject() string + func (o *StackpathRpcQuotaFailureViolation) GetSubjectOk() (*string, bool) + func (o *StackpathRpcQuotaFailureViolation) HasDescription() bool + func (o *StackpathRpcQuotaFailureViolation) HasSubject() bool + func (o *StackpathRpcQuotaFailureViolation) SetDescription(v string) + func (o *StackpathRpcQuotaFailureViolation) SetSubject(v string) + func (o StackpathRpcQuotaFailureViolation) MarshalJSON() ([]byte, error) + type StackpathRpcRequestInfo struct + RequestId *string + ServingData *string + func NewStackpathRpcRequestInfo() *StackpathRpcRequestInfo + func NewStackpathRpcRequestInfoWithDefaults() *StackpathRpcRequestInfo + func (o *StackpathRpcRequestInfo) GetRequestId() string + func (o *StackpathRpcRequestInfo) GetRequestIdOk() (*string, bool) + func (o *StackpathRpcRequestInfo) GetServingData() string + func (o *StackpathRpcRequestInfo) GetServingDataOk() (*string, bool) + func (o *StackpathRpcRequestInfo) HasRequestId() bool + func (o *StackpathRpcRequestInfo) HasServingData() bool + func (o *StackpathRpcRequestInfo) SetRequestId(v string) + func (o *StackpathRpcRequestInfo) SetServingData(v string) + func (o StackpathRpcRequestInfo) MarshalJSON() ([]byte, error) + type StackpathRpcRequestInfoAllOf struct + RequestId *string + ServingData *string + func NewStackpathRpcRequestInfoAllOf() *StackpathRpcRequestInfoAllOf + func NewStackpathRpcRequestInfoAllOfWithDefaults() *StackpathRpcRequestInfoAllOf + func (o *StackpathRpcRequestInfoAllOf) GetRequestId() string + func (o *StackpathRpcRequestInfoAllOf) GetRequestIdOk() (*string, bool) + func (o *StackpathRpcRequestInfoAllOf) GetServingData() string + func (o *StackpathRpcRequestInfoAllOf) GetServingDataOk() (*string, bool) + func (o *StackpathRpcRequestInfoAllOf) HasRequestId() bool + func (o *StackpathRpcRequestInfoAllOf) HasServingData() bool + func (o *StackpathRpcRequestInfoAllOf) SetRequestId(v string) + func (o *StackpathRpcRequestInfoAllOf) SetServingData(v string) + func (o StackpathRpcRequestInfoAllOf) MarshalJSON() ([]byte, error) + type StackpathRpcResourceInfo struct + Description *string + Owner *string + ResourceName *string + ResourceType *string + func NewStackpathRpcResourceInfo() *StackpathRpcResourceInfo + func NewStackpathRpcResourceInfoWithDefaults() *StackpathRpcResourceInfo + func (o *StackpathRpcResourceInfo) GetDescription() string + func (o *StackpathRpcResourceInfo) GetDescriptionOk() (*string, bool) + func (o *StackpathRpcResourceInfo) GetOwner() string + func (o *StackpathRpcResourceInfo) GetOwnerOk() (*string, bool) + func (o *StackpathRpcResourceInfo) GetResourceName() string + func (o *StackpathRpcResourceInfo) GetResourceNameOk() (*string, bool) + func (o *StackpathRpcResourceInfo) GetResourceType() string + func (o *StackpathRpcResourceInfo) GetResourceTypeOk() (*string, bool) + func (o *StackpathRpcResourceInfo) HasDescription() bool + func (o *StackpathRpcResourceInfo) HasOwner() bool + func (o *StackpathRpcResourceInfo) HasResourceName() bool + func (o *StackpathRpcResourceInfo) HasResourceType() bool + func (o *StackpathRpcResourceInfo) SetDescription(v string) + func (o *StackpathRpcResourceInfo) SetOwner(v string) + func (o *StackpathRpcResourceInfo) SetResourceName(v string) + func (o *StackpathRpcResourceInfo) SetResourceType(v string) + func (o StackpathRpcResourceInfo) MarshalJSON() ([]byte, error) + type StackpathRpcResourceInfoAllOf struct + Description *string + Owner *string + ResourceName *string + ResourceType *string + func NewStackpathRpcResourceInfoAllOf() *StackpathRpcResourceInfoAllOf + func NewStackpathRpcResourceInfoAllOfWithDefaults() *StackpathRpcResourceInfoAllOf + func (o *StackpathRpcResourceInfoAllOf) GetDescription() string + func (o *StackpathRpcResourceInfoAllOf) GetDescriptionOk() (*string, bool) + func (o *StackpathRpcResourceInfoAllOf) GetOwner() string + func (o *StackpathRpcResourceInfoAllOf) GetOwnerOk() (*string, bool) + func (o *StackpathRpcResourceInfoAllOf) GetResourceName() string + func (o *StackpathRpcResourceInfoAllOf) GetResourceNameOk() (*string, bool) + func (o *StackpathRpcResourceInfoAllOf) GetResourceType() string + func (o *StackpathRpcResourceInfoAllOf) GetResourceTypeOk() (*string, bool) + func (o *StackpathRpcResourceInfoAllOf) HasDescription() bool + func (o *StackpathRpcResourceInfoAllOf) HasOwner() bool + func (o *StackpathRpcResourceInfoAllOf) HasResourceName() bool + func (o *StackpathRpcResourceInfoAllOf) HasResourceType() bool + func (o *StackpathRpcResourceInfoAllOf) SetDescription(v string) + func (o *StackpathRpcResourceInfoAllOf) SetOwner(v string) + func (o *StackpathRpcResourceInfoAllOf) SetResourceName(v string) + func (o *StackpathRpcResourceInfoAllOf) SetResourceType(v string) + func (o StackpathRpcResourceInfoAllOf) MarshalJSON() ([]byte, error) + type StackpathRpcRetryInfo struct + RetryDelay *string + func NewStackpathRpcRetryInfo() *StackpathRpcRetryInfo + func NewStackpathRpcRetryInfoWithDefaults() *StackpathRpcRetryInfo + func (o *StackpathRpcRetryInfo) GetRetryDelay() string + func (o *StackpathRpcRetryInfo) GetRetryDelayOk() (*string, bool) + func (o *StackpathRpcRetryInfo) HasRetryDelay() bool + func (o *StackpathRpcRetryInfo) SetRetryDelay(v string) + func (o StackpathRpcRetryInfo) MarshalJSON() ([]byte, error) + type StackpathRpcRetryInfoAllOf struct + RetryDelay *string + func NewStackpathRpcRetryInfoAllOf() *StackpathRpcRetryInfoAllOf + func NewStackpathRpcRetryInfoAllOfWithDefaults() *StackpathRpcRetryInfoAllOf + func (o *StackpathRpcRetryInfoAllOf) GetRetryDelay() string + func (o *StackpathRpcRetryInfoAllOf) GetRetryDelayOk() (*string, bool) + func (o *StackpathRpcRetryInfoAllOf) HasRetryDelay() bool + func (o *StackpathRpcRetryInfoAllOf) SetRetryDelay(v string) + func (o StackpathRpcRetryInfoAllOf) MarshalJSON() ([]byte, error) + type StackpathapiStatus struct + Code *int32 + Details *[]ApiStatusDetail + Message *string + func NewStackpathapiStatus() *StackpathapiStatus + func NewStackpathapiStatusWithDefaults() *StackpathapiStatus + func (o *StackpathapiStatus) GetCode() int32 + func (o *StackpathapiStatus) GetCodeOk() (*int32, bool) + func (o *StackpathapiStatus) GetDetails() []ApiStatusDetail + func (o *StackpathapiStatus) GetDetailsOk() (*[]ApiStatusDetail, bool) + func (o *StackpathapiStatus) GetMessage() string + func (o *StackpathapiStatus) GetMessageOk() (*string, bool) + func (o *StackpathapiStatus) HasCode() bool + func (o *StackpathapiStatus) HasDetails() bool + func (o *StackpathapiStatus) HasMessage() bool + func (o *StackpathapiStatus) SetCode(v int32) + func (o *StackpathapiStatus) SetDetails(v []ApiStatusDetail) + func (o *StackpathapiStatus) SetMessage(v string) + func (o StackpathapiStatus) MarshalJSON() ([]byte, error) + type StacksApiService service + func (a *StacksApiService) CreateStack(ctx _context.Context) apiCreateStackRequest + func (a *StacksApiService) GetStack(ctx _context.Context, stackId string) apiGetStackRequest + func (a *StacksApiService) GetStacks(ctx _context.Context) apiGetStacksRequest + func (a *StacksApiService) UpdateStack2(ctx _context.Context, stackId string) apiUpdateStack2Request