Documentation
¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type ApiCreateApiKeyRequest
- type ApiCreateDeploymentRequest
- type ApiCreateEnvironmentRequest
- type ApiCreateProjectRequest
- type ApiDeactivateProjectRequest
- type ApiDeleteApiKeyRequest
- type ApiDeleteEnvironmentRequest
- type ApiDeletePackageRequest
- type ApiDeleteProjectRequest
- type ApiDescribeApiKeyRequest
- type ApiDescribeDatabaseRequest
- type ApiDescribeDatastoreRequest
- type ApiDescribeDeploymentRequest
- type ApiDescribeEnvironmentRequest
- type ApiDescribePackageRequest
- type ApiDescribeProjectRequest
- type ApiDescribeServiceRequest
- type ApiDescribeSiteRequest
- type ApiGetLogsRequest
- type ApiGetMetricSamplesRequest
- type ApiGetUploadURLRequest
- type ApiKeyDescription
- func (o *ApiKeyDescription) GetCreateTime() string
- func (o *ApiKeyDescription) GetCreateTimeOk() (*string, bool)
- func (o *ApiKeyDescription) GetDescription() string
- func (o *ApiKeyDescription) GetDescriptionOk() (*string, bool)
- func (o *ApiKeyDescription) GetExpireTime() string
- func (o *ApiKeyDescription) GetExpireTimeOk() (*string, bool)
- func (o *ApiKeyDescription) GetKeyId() string
- func (o *ApiKeyDescription) GetKeyIdOk() (*string, bool)
- func (o *ApiKeyDescription) GetLastUsed() string
- func (o *ApiKeyDescription) GetLastUsedOk() (*string, bool)
- func (o *ApiKeyDescription) GetName() string
- func (o *ApiKeyDescription) GetNameOk() (*string, bool)
- func (o *ApiKeyDescription) HasCreateTime() bool
- func (o *ApiKeyDescription) HasDescription() bool
- func (o *ApiKeyDescription) HasExpireTime() bool
- func (o *ApiKeyDescription) HasKeyId() bool
- func (o *ApiKeyDescription) HasLastUsed() bool
- func (o *ApiKeyDescription) HasName() bool
- func (o ApiKeyDescription) MarshalJSON() ([]byte, error)
- func (o *ApiKeyDescription) SetCreateTime(v string)
- func (o *ApiKeyDescription) SetDescription(v string)
- func (o *ApiKeyDescription) SetExpireTime(v string)
- func (o *ApiKeyDescription) SetKeyId(v string)
- func (o *ApiKeyDescription) SetLastUsed(v string)
- func (o *ApiKeyDescription) SetName(v string)
- func (o ApiKeyDescription) ToMap() (map[string]interface{}, error)
- type ApiListApiKeysRequest
- type ApiListDatabasesRequest
- type ApiListDatastoresRequest
- type ApiListDeploymentsRequest
- type ApiListEnvironmentsRequest
- type ApiListMetricsRequest
- type ApiListPackagesRequest
- type ApiListProjectsRequest
- type ApiListServicesRequest
- type ApiUploadPackageRequest
- type BasicAuth
- type Configuration
- type CreateApiKeyReply
- func (o *CreateApiKeyReply) GetKeyData() string
- func (o *CreateApiKeyReply) GetKeyDataOk() (*string, bool)
- func (o *CreateApiKeyReply) GetKeyId() string
- func (o *CreateApiKeyReply) GetKeyIdOk() (*string, bool)
- func (o *CreateApiKeyReply) GetResult() ServiceRunnerResult
- func (o *CreateApiKeyReply) GetResultOk() (*ServiceRunnerResult, bool)
- func (o *CreateApiKeyReply) HasKeyData() bool
- func (o *CreateApiKeyReply) HasKeyId() bool
- func (o *CreateApiKeyReply) HasResult() bool
- func (o CreateApiKeyReply) MarshalJSON() ([]byte, error)
- func (o *CreateApiKeyReply) SetKeyData(v string)
- func (o *CreateApiKeyReply) SetKeyId(v string)
- func (o *CreateApiKeyReply) SetResult(v ServiceRunnerResult)
- func (o CreateApiKeyReply) ToMap() (map[string]interface{}, error)
- type CreateApiKeyRequest
- func (o *CreateApiKeyRequest) GetDescription() string
- func (o *CreateApiKeyRequest) GetDescriptionOk() (*string, bool)
- func (o *CreateApiKeyRequest) GetExpireTime() string
- func (o *CreateApiKeyRequest) GetExpireTimeOk() (*string, bool)
- func (o *CreateApiKeyRequest) GetName() string
- func (o *CreateApiKeyRequest) GetNameOk() (*string, bool)
- func (o *CreateApiKeyRequest) HasDescription() bool
- func (o *CreateApiKeyRequest) HasExpireTime() bool
- func (o *CreateApiKeyRequest) HasName() bool
- func (o CreateApiKeyRequest) MarshalJSON() ([]byte, error)
- func (o *CreateApiKeyRequest) SetDescription(v string)
- func (o *CreateApiKeyRequest) SetExpireTime(v string)
- func (o *CreateApiKeyRequest) SetName(v string)
- func (o CreateApiKeyRequest) ToMap() (map[string]interface{}, error)
- type CreateDeploymentReply
- func (o *CreateDeploymentReply) GetId() string
- func (o *CreateDeploymentReply) GetIdOk() (*string, bool)
- func (o *CreateDeploymentReply) GetResult() ServiceRunnerResult
- func (o *CreateDeploymentReply) GetResultOk() (*ServiceRunnerResult, bool)
- func (o *CreateDeploymentReply) HasId() bool
- func (o *CreateDeploymentReply) HasResult() bool
- func (o CreateDeploymentReply) MarshalJSON() ([]byte, error)
- func (o *CreateDeploymentReply) SetId(v string)
- func (o *CreateDeploymentReply) SetResult(v ServiceRunnerResult)
- func (o CreateDeploymentReply) ToMap() (map[string]interface{}, error)
- type CreateDeploymentRequest
- func (o *CreateDeploymentRequest) GetHeader() DeploymentHeader
- func (o *CreateDeploymentRequest) GetHeaderOk() (*DeploymentHeader, bool)
- func (o *CreateDeploymentRequest) HasHeader() bool
- func (o CreateDeploymentRequest) MarshalJSON() ([]byte, error)
- func (o *CreateDeploymentRequest) SetHeader(v DeploymentHeader)
- func (o CreateDeploymentRequest) ToMap() (map[string]interface{}, error)
- type CreateEnvironmentReply
- func (o *CreateEnvironmentReply) GetId() string
- func (o *CreateEnvironmentReply) GetIdOk() (*string, bool)
- func (o *CreateEnvironmentReply) GetResult() ServiceRunnerResult
- func (o *CreateEnvironmentReply) GetResultOk() (*ServiceRunnerResult, bool)
- func (o *CreateEnvironmentReply) HasId() bool
- func (o *CreateEnvironmentReply) HasResult() bool
- func (o CreateEnvironmentReply) MarshalJSON() ([]byte, error)
- func (o *CreateEnvironmentReply) SetId(v string)
- func (o *CreateEnvironmentReply) SetResult(v ServiceRunnerResult)
- func (o CreateEnvironmentReply) ToMap() (map[string]interface{}, error)
- type CreateEnvironmentRequest
- func (o *CreateEnvironmentRequest) GetHeader() EnvironmentHeader
- func (o *CreateEnvironmentRequest) GetHeaderOk() (*EnvironmentHeader, bool)
- func (o *CreateEnvironmentRequest) HasHeader() bool
- func (o CreateEnvironmentRequest) MarshalJSON() ([]byte, error)
- func (o *CreateEnvironmentRequest) SetHeader(v EnvironmentHeader)
- func (o CreateEnvironmentRequest) ToMap() (map[string]interface{}, error)
- type CreateProjectReply
- func (o *CreateProjectReply) GetId() string
- func (o *CreateProjectReply) GetIdOk() (*string, bool)
- func (o *CreateProjectReply) GetResult() ServiceRunnerResult
- func (o *CreateProjectReply) GetResultOk() (*ServiceRunnerResult, bool)
- func (o *CreateProjectReply) HasId() bool
- func (o *CreateProjectReply) HasResult() bool
- func (o CreateProjectReply) MarshalJSON() ([]byte, error)
- func (o *CreateProjectReply) SetId(v string)
- func (o *CreateProjectReply) SetResult(v ServiceRunnerResult)
- func (o CreateProjectReply) ToMap() (map[string]interface{}, error)
- type CreateProjectRequest
- func (o *CreateProjectRequest) GetHeader() ProjectHeader
- func (o *CreateProjectRequest) GetHeaderOk() (*ProjectHeader, bool)
- func (o *CreateProjectRequest) HasHeader() bool
- func (o CreateProjectRequest) MarshalJSON() ([]byte, error)
- func (o *CreateProjectRequest) SetHeader(v ProjectHeader)
- func (o CreateProjectRequest) ToMap() (map[string]interface{}, error)
- type DatabaseDescription
- func (o *DatabaseDescription) GetDatabaseHeader() DatabaseHeader
- func (o *DatabaseDescription) GetDatabaseHeaderOk() (*DatabaseHeader, bool)
- func (o *DatabaseDescription) GetServiceNames() []string
- func (o *DatabaseDescription) GetServiceNamesOk() ([]string, bool)
- func (o *DatabaseDescription) GetTables() []DatabaseTableDescription
- func (o *DatabaseDescription) GetTablesOk() ([]DatabaseTableDescription, bool)
- func (o *DatabaseDescription) HasDatabaseHeader() bool
- func (o *DatabaseDescription) HasServiceNames() bool
- func (o *DatabaseDescription) HasTables() bool
- func (o DatabaseDescription) MarshalJSON() ([]byte, error)
- func (o *DatabaseDescription) SetDatabaseHeader(v DatabaseHeader)
- func (o *DatabaseDescription) SetServiceNames(v []string)
- func (o *DatabaseDescription) SetTables(v []DatabaseTableDescription)
- func (o DatabaseDescription) ToMap() (map[string]interface{}, error)
- type DatabaseHeader
- func (o *DatabaseHeader) GetDatabaseName() string
- func (o *DatabaseHeader) GetDatabaseNameOk() (*string, bool)
- func (o *DatabaseHeader) GetProjEnvHeader() ProjEnvHeader
- func (o *DatabaseHeader) GetProjEnvHeaderOk() (*ProjEnvHeader, bool)
- func (o *DatabaseHeader) HasDatabaseName() bool
- func (o *DatabaseHeader) HasProjEnvHeader() bool
- func (o DatabaseHeader) MarshalJSON() ([]byte, error)
- func (o *DatabaseHeader) SetDatabaseName(v string)
- func (o *DatabaseHeader) SetProjEnvHeader(v ProjEnvHeader)
- func (o DatabaseHeader) ToMap() (map[string]interface{}, error)
- type DatabaseTableDescription
- func (o *DatabaseTableDescription) GetName() string
- func (o *DatabaseTableDescription) GetNameOk() (*string, bool)
- func (o *DatabaseTableDescription) GetNumRows() string
- func (o *DatabaseTableDescription) GetNumRowsOk() (*string, bool)
- func (o *DatabaseTableDescription) GetServiceNames() []string
- func (o *DatabaseTableDescription) GetServiceNamesOk() ([]string, bool)
- func (o *DatabaseTableDescription) GetSize() string
- func (o *DatabaseTableDescription) GetSizeOk() (*string, bool)
- func (o *DatabaseTableDescription) HasName() bool
- func (o *DatabaseTableDescription) HasNumRows() bool
- func (o *DatabaseTableDescription) HasServiceNames() bool
- func (o *DatabaseTableDescription) HasSize() bool
- func (o DatabaseTableDescription) MarshalJSON() ([]byte, error)
- func (o *DatabaseTableDescription) SetName(v string)
- func (o *DatabaseTableDescription) SetNumRows(v string)
- func (o *DatabaseTableDescription) SetServiceNames(v []string)
- func (o *DatabaseTableDescription) SetSize(v string)
- func (o DatabaseTableDescription) ToMap() (map[string]interface{}, error)
- type DatastoreDescription
- func (o *DatastoreDescription) GetCapacityConsumedInBytes() string
- func (o *DatastoreDescription) GetCapacityConsumedInBytesOk() (*string, bool)
- func (o *DatastoreDescription) GetDatastoreHeader() DatastoreHeader
- func (o *DatastoreDescription) GetDatastoreHeaderOk() (*DatastoreHeader, bool)
- func (o *DatastoreDescription) GetNumObjects() string
- func (o *DatastoreDescription) GetNumObjectsOk() (*string, bool)
- func (o *DatastoreDescription) GetServiceNames() []string
- func (o *DatastoreDescription) GetServiceNamesOk() ([]string, bool)
- func (o *DatastoreDescription) HasCapacityConsumedInBytes() bool
- func (o *DatastoreDescription) HasDatastoreHeader() bool
- func (o *DatastoreDescription) HasNumObjects() bool
- func (o *DatastoreDescription) HasServiceNames() bool
- func (o DatastoreDescription) MarshalJSON() ([]byte, error)
- func (o *DatastoreDescription) SetCapacityConsumedInBytes(v string)
- func (o *DatastoreDescription) SetDatastoreHeader(v DatastoreHeader)
- func (o *DatastoreDescription) SetNumObjects(v string)
- func (o *DatastoreDescription) SetServiceNames(v []string)
- func (o DatastoreDescription) ToMap() (map[string]interface{}, error)
- type DatastoreHeader
- func (o *DatastoreHeader) GetDatastoreName() string
- func (o *DatastoreHeader) GetDatastoreNameOk() (*string, bool)
- func (o *DatastoreHeader) GetProjEnvHeader() ProjEnvHeader
- func (o *DatastoreHeader) GetProjEnvHeaderOk() (*ProjEnvHeader, bool)
- func (o *DatastoreHeader) HasDatastoreName() bool
- func (o *DatastoreHeader) HasProjEnvHeader() bool
- func (o DatastoreHeader) MarshalJSON() ([]byte, error)
- func (o *DatastoreHeader) SetDatastoreName(v string)
- func (o *DatastoreHeader) SetProjEnvHeader(v ProjEnvHeader)
- func (o DatastoreHeader) ToMap() (map[string]interface{}, error)
- type DeactivateProjectReply
- func (o *DeactivateProjectReply) GetDeployId() string
- func (o *DeactivateProjectReply) GetDeployIdOk() (*string, bool)
- func (o *DeactivateProjectReply) GetResult() ServiceRunnerResult
- func (o *DeactivateProjectReply) GetResultOk() (*ServiceRunnerResult, bool)
- func (o *DeactivateProjectReply) HasDeployId() bool
- func (o *DeactivateProjectReply) HasResult() bool
- func (o DeactivateProjectReply) MarshalJSON() ([]byte, error)
- func (o *DeactivateProjectReply) SetDeployId(v string)
- func (o *DeactivateProjectReply) SetResult(v ServiceRunnerResult)
- func (o DeactivateProjectReply) ToMap() (map[string]interface{}, error)
- type DeactivateProjectRequest
- func (o *DeactivateProjectRequest) GetProjEnvHeader() ProjEnvHeader
- func (o *DeactivateProjectRequest) GetProjEnvHeaderOk() (*ProjEnvHeader, bool)
- func (o *DeactivateProjectRequest) HasProjEnvHeader() bool
- func (o DeactivateProjectRequest) MarshalJSON() ([]byte, error)
- func (o *DeactivateProjectRequest) SetProjEnvHeader(v ProjEnvHeader)
- func (o DeactivateProjectRequest) ToMap() (map[string]interface{}, error)
- type DeleteApiKeyReply
- func (o *DeleteApiKeyReply) GetResult() ServiceRunnerResult
- func (o *DeleteApiKeyReply) GetResultOk() (*ServiceRunnerResult, bool)
- func (o *DeleteApiKeyReply) HasResult() bool
- func (o DeleteApiKeyReply) MarshalJSON() ([]byte, error)
- func (o *DeleteApiKeyReply) SetResult(v ServiceRunnerResult)
- func (o DeleteApiKeyReply) ToMap() (map[string]interface{}, error)
- type DeleteApiKeyRequest
- func (o *DeleteApiKeyRequest) GetKeyId() string
- func (o *DeleteApiKeyRequest) GetKeyIdOk() (*string, bool)
- func (o *DeleteApiKeyRequest) HasKeyId() bool
- func (o DeleteApiKeyRequest) MarshalJSON() ([]byte, error)
- func (o *DeleteApiKeyRequest) SetKeyId(v string)
- func (o DeleteApiKeyRequest) ToMap() (map[string]interface{}, error)
- type DeleteEnvironmentReply
- func (o *DeleteEnvironmentReply) GetResult() ServiceRunnerResult
- func (o *DeleteEnvironmentReply) GetResultOk() (*ServiceRunnerResult, bool)
- func (o *DeleteEnvironmentReply) HasResult() bool
- func (o DeleteEnvironmentReply) MarshalJSON() ([]byte, error)
- func (o *DeleteEnvironmentReply) SetResult(v ServiceRunnerResult)
- func (o DeleteEnvironmentReply) ToMap() (map[string]interface{}, error)
- type DeleteEnvironmentRequest
- func (o *DeleteEnvironmentRequest) GetId() string
- func (o *DeleteEnvironmentRequest) GetIdOk() (*string, bool)
- func (o *DeleteEnvironmentRequest) HasId() bool
- func (o DeleteEnvironmentRequest) MarshalJSON() ([]byte, error)
- func (o *DeleteEnvironmentRequest) SetId(v string)
- func (o DeleteEnvironmentRequest) ToMap() (map[string]interface{}, error)
- type DeletePackageReply
- func (o *DeletePackageReply) GetResult() ServiceRunnerResult
- func (o *DeletePackageReply) GetResultOk() (*ServiceRunnerResult, bool)
- func (o *DeletePackageReply) GetState() PackageState
- func (o *DeletePackageReply) GetStateOk() (*PackageState, bool)
- func (o *DeletePackageReply) HasResult() bool
- func (o *DeletePackageReply) HasState() bool
- func (o DeletePackageReply) MarshalJSON() ([]byte, error)
- func (o *DeletePackageReply) SetResult(v ServiceRunnerResult)
- func (o *DeletePackageReply) SetState(v PackageState)
- func (o DeletePackageReply) ToMap() (map[string]interface{}, error)
- type DeletePackageRequest
- func (o *DeletePackageRequest) GetPackageId() string
- func (o *DeletePackageRequest) GetPackageIdOk() (*string, bool)
- func (o *DeletePackageRequest) HasPackageId() bool
- func (o DeletePackageRequest) MarshalJSON() ([]byte, error)
- func (o *DeletePackageRequest) SetPackageId(v string)
- func (o DeletePackageRequest) ToMap() (map[string]interface{}, error)
- type DeleteProjectReply
- func (o *DeleteProjectReply) GetResult() ServiceRunnerResult
- func (o *DeleteProjectReply) GetResultOk() (*ServiceRunnerResult, bool)
- func (o *DeleteProjectReply) HasResult() bool
- func (o DeleteProjectReply) MarshalJSON() ([]byte, error)
- func (o *DeleteProjectReply) SetResult(v ServiceRunnerResult)
- func (o DeleteProjectReply) ToMap() (map[string]interface{}, error)
- type DeleteProjectRequest
- func (o *DeleteProjectRequest) GetId() string
- func (o *DeleteProjectRequest) GetIdOk() (*string, bool)
- func (o *DeleteProjectRequest) HasId() bool
- func (o DeleteProjectRequest) MarshalJSON() ([]byte, error)
- func (o *DeleteProjectRequest) SetId(v string)
- func (o DeleteProjectRequest) ToMap() (map[string]interface{}, error)
- type DeploymentDescription
- func (o *DeploymentDescription) GetBuildStartTime() string
- func (o *DeploymentDescription) GetBuildStartTimeOk() (*string, bool)
- func (o *DeploymentDescription) GetCreateTime() string
- func (o *DeploymentDescription) GetCreateTimeOk() (*string, bool)
- func (o *DeploymentDescription) GetDeployStartTime() string
- func (o *DeploymentDescription) GetDeployStartTimeOk() (*string, bool)
- func (o *DeploymentDescription) GetEndTime() string
- func (o *DeploymentDescription) GetEndTimeOk() (*string, bool)
- func (o *DeploymentDescription) GetHeader() DeploymentHeader
- func (o *DeploymentDescription) GetHeaderOk() (*DeploymentHeader, bool)
- func (o *DeploymentDescription) GetId() string
- func (o *DeploymentDescription) GetIdOk() (*string, bool)
- func (o *DeploymentDescription) GetState() DeploymentState
- func (o *DeploymentDescription) GetStateDetail() DeploymentStateDetail
- func (o *DeploymentDescription) GetStateDetailOk() (*DeploymentStateDetail, bool)
- func (o *DeploymentDescription) GetStateOk() (*DeploymentState, bool)
- func (o *DeploymentDescription) GetValidationStartTime() string
- func (o *DeploymentDescription) GetValidationStartTimeOk() (*string, bool)
- func (o *DeploymentDescription) HasBuildStartTime() bool
- func (o *DeploymentDescription) HasCreateTime() bool
- func (o *DeploymentDescription) HasDeployStartTime() bool
- func (o *DeploymentDescription) HasEndTime() bool
- func (o *DeploymentDescription) HasHeader() bool
- func (o *DeploymentDescription) HasId() bool
- func (o *DeploymentDescription) HasState() bool
- func (o *DeploymentDescription) HasStateDetail() bool
- func (o *DeploymentDescription) HasValidationStartTime() bool
- func (o DeploymentDescription) MarshalJSON() ([]byte, error)
- func (o *DeploymentDescription) SetBuildStartTime(v string)
- func (o *DeploymentDescription) SetCreateTime(v string)
- func (o *DeploymentDescription) SetDeployStartTime(v string)
- func (o *DeploymentDescription) SetEndTime(v string)
- func (o *DeploymentDescription) SetHeader(v DeploymentHeader)
- func (o *DeploymentDescription) SetId(v string)
- func (o *DeploymentDescription) SetState(v DeploymentState)
- func (o *DeploymentDescription) SetStateDetail(v DeploymentStateDetail)
- func (o *DeploymentDescription) SetValidationStartTime(v string)
- func (o DeploymentDescription) ToMap() (map[string]interface{}, error)
- type DeploymentHeader
- func (o *DeploymentHeader) GetEnvId() string
- func (o *DeploymentHeader) GetEnvIdOk() (*string, bool)
- func (o *DeploymentHeader) GetInitiator() DeploymentInitiator
- func (o *DeploymentHeader) GetInitiatorOk() (*DeploymentInitiator, bool)
- func (o *DeploymentHeader) GetPkgId() string
- func (o *DeploymentHeader) GetPkgIdOk() (*string, bool)
- func (o *DeploymentHeader) GetProjId() string
- func (o *DeploymentHeader) GetProjIdOk() (*string, bool)
- func (o *DeploymentHeader) GetReason() string
- func (o *DeploymentHeader) GetReasonOk() (*string, bool)
- func (o *DeploymentHeader) GetType() DeploymentType
- func (o *DeploymentHeader) GetTypeOk() (*DeploymentType, bool)
- func (o *DeploymentHeader) HasEnvId() bool
- func (o *DeploymentHeader) HasInitiator() bool
- func (o *DeploymentHeader) HasPkgId() bool
- func (o *DeploymentHeader) HasProjId() bool
- func (o *DeploymentHeader) HasReason() bool
- func (o *DeploymentHeader) HasType() bool
- func (o DeploymentHeader) MarshalJSON() ([]byte, error)
- func (o *DeploymentHeader) SetEnvId(v string)
- func (o *DeploymentHeader) SetInitiator(v DeploymentInitiator)
- func (o *DeploymentHeader) SetPkgId(v string)
- func (o *DeploymentHeader) SetProjId(v string)
- func (o *DeploymentHeader) SetReason(v string)
- func (o *DeploymentHeader) SetType(v DeploymentType)
- func (o DeploymentHeader) ToMap() (map[string]interface{}, error)
- type DeploymentInitiator
- type DeploymentState
- type DeploymentStateDetail
- type DeploymentType
- type DescribeApiKeyReply
- func (o *DescribeApiKeyReply) GetDesc() ApiKeyDescription
- func (o *DescribeApiKeyReply) GetDescOk() (*ApiKeyDescription, bool)
- func (o *DescribeApiKeyReply) GetResult() ServiceRunnerResult
- func (o *DescribeApiKeyReply) GetResultOk() (*ServiceRunnerResult, bool)
- func (o *DescribeApiKeyReply) HasDesc() bool
- func (o *DescribeApiKeyReply) HasResult() bool
- func (o DescribeApiKeyReply) MarshalJSON() ([]byte, error)
- func (o *DescribeApiKeyReply) SetDesc(v ApiKeyDescription)
- func (o *DescribeApiKeyReply) SetResult(v ServiceRunnerResult)
- func (o DescribeApiKeyReply) ToMap() (map[string]interface{}, error)
- type DescribeApiKeyRequest
- func (o *DescribeApiKeyRequest) GetKeyId() string
- func (o *DescribeApiKeyRequest) GetKeyIdOk() (*string, bool)
- func (o *DescribeApiKeyRequest) HasKeyId() bool
- func (o DescribeApiKeyRequest) MarshalJSON() ([]byte, error)
- func (o *DescribeApiKeyRequest) SetKeyId(v string)
- func (o DescribeApiKeyRequest) ToMap() (map[string]interface{}, error)
- type DescribeDatabaseReply
- func (o *DescribeDatabaseReply) GetDesc() DatabaseDescription
- func (o *DescribeDatabaseReply) GetDescOk() (*DatabaseDescription, bool)
- func (o *DescribeDatabaseReply) GetResult() ServiceRunnerResult
- func (o *DescribeDatabaseReply) GetResultOk() (*ServiceRunnerResult, bool)
- func (o *DescribeDatabaseReply) HasDesc() bool
- func (o *DescribeDatabaseReply) HasResult() bool
- func (o DescribeDatabaseReply) MarshalJSON() ([]byte, error)
- func (o *DescribeDatabaseReply) SetDesc(v DatabaseDescription)
- func (o *DescribeDatabaseReply) SetResult(v ServiceRunnerResult)
- func (o DescribeDatabaseReply) ToMap() (map[string]interface{}, error)
- type DescribeDatabaseRequest
- func (o *DescribeDatabaseRequest) GetDatabaseHeader() DatabaseHeader
- func (o *DescribeDatabaseRequest) GetDatabaseHeaderOk() (*DatabaseHeader, bool)
- func (o *DescribeDatabaseRequest) HasDatabaseHeader() bool
- func (o DescribeDatabaseRequest) MarshalJSON() ([]byte, error)
- func (o *DescribeDatabaseRequest) SetDatabaseHeader(v DatabaseHeader)
- func (o DescribeDatabaseRequest) ToMap() (map[string]interface{}, error)
- type DescribeDatastoreReply
- func (o *DescribeDatastoreReply) GetDesc() DatastoreDescription
- func (o *DescribeDatastoreReply) GetDescOk() (*DatastoreDescription, bool)
- func (o *DescribeDatastoreReply) GetResult() ServiceRunnerResult
- func (o *DescribeDatastoreReply) GetResultOk() (*ServiceRunnerResult, bool)
- func (o *DescribeDatastoreReply) HasDesc() bool
- func (o *DescribeDatastoreReply) HasResult() bool
- func (o DescribeDatastoreReply) MarshalJSON() ([]byte, error)
- func (o *DescribeDatastoreReply) SetDesc(v DatastoreDescription)
- func (o *DescribeDatastoreReply) SetResult(v ServiceRunnerResult)
- func (o DescribeDatastoreReply) ToMap() (map[string]interface{}, error)
- type DescribeDatastoreRequest
- func (o *DescribeDatastoreRequest) GetDatastoreHeader() DatastoreHeader
- func (o *DescribeDatastoreRequest) GetDatastoreHeaderOk() (*DatastoreHeader, bool)
- func (o *DescribeDatastoreRequest) HasDatastoreHeader() bool
- func (o DescribeDatastoreRequest) MarshalJSON() ([]byte, error)
- func (o *DescribeDatastoreRequest) SetDatastoreHeader(v DatastoreHeader)
- func (o DescribeDatastoreRequest) ToMap() (map[string]interface{}, error)
- type DescribeDeploymentReply
- func (o *DescribeDeploymentReply) GetDesc() DeploymentDescription
- func (o *DescribeDeploymentReply) GetDescOk() (*DeploymentDescription, bool)
- func (o *DescribeDeploymentReply) GetResult() ServiceRunnerResult
- func (o *DescribeDeploymentReply) GetResultOk() (*ServiceRunnerResult, bool)
- func (o *DescribeDeploymentReply) HasDesc() bool
- func (o *DescribeDeploymentReply) HasResult() bool
- func (o DescribeDeploymentReply) MarshalJSON() ([]byte, error)
- func (o *DescribeDeploymentReply) SetDesc(v DeploymentDescription)
- func (o *DescribeDeploymentReply) SetResult(v ServiceRunnerResult)
- func (o DescribeDeploymentReply) ToMap() (map[string]interface{}, error)
- type DescribeDeploymentRequest
- func (o *DescribeDeploymentRequest) GetId() string
- func (o *DescribeDeploymentRequest) GetIdOk() (*string, bool)
- func (o *DescribeDeploymentRequest) HasId() bool
- func (o DescribeDeploymentRequest) MarshalJSON() ([]byte, error)
- func (o *DescribeDeploymentRequest) SetId(v string)
- func (o DescribeDeploymentRequest) ToMap() (map[string]interface{}, error)
- type DescribeEnvironmentReply
- func (o *DescribeEnvironmentReply) GetDesc() EnvironmentDescription
- func (o *DescribeEnvironmentReply) GetDescOk() (*EnvironmentDescription, bool)
- func (o *DescribeEnvironmentReply) GetResult() ServiceRunnerResult
- func (o *DescribeEnvironmentReply) GetResultOk() (*ServiceRunnerResult, bool)
- func (o *DescribeEnvironmentReply) HasDesc() bool
- func (o *DescribeEnvironmentReply) HasResult() bool
- func (o DescribeEnvironmentReply) MarshalJSON() ([]byte, error)
- func (o *DescribeEnvironmentReply) SetDesc(v EnvironmentDescription)
- func (o *DescribeEnvironmentReply) SetResult(v ServiceRunnerResult)
- func (o DescribeEnvironmentReply) ToMap() (map[string]interface{}, error)
- type DescribeEnvironmentRequest
- func (o *DescribeEnvironmentRequest) GetId() string
- func (o *DescribeEnvironmentRequest) GetIdOk() (*string, bool)
- func (o *DescribeEnvironmentRequest) HasId() bool
- func (o DescribeEnvironmentRequest) MarshalJSON() ([]byte, error)
- func (o *DescribeEnvironmentRequest) SetId(v string)
- func (o DescribeEnvironmentRequest) ToMap() (map[string]interface{}, error)
- type DescribePackageReply
- func (o *DescribePackageReply) GetDesc() PackageDescription
- func (o *DescribePackageReply) GetDescOk() (*PackageDescription, bool)
- func (o *DescribePackageReply) GetResult() ServiceRunnerResult
- func (o *DescribePackageReply) GetResultOk() (*ServiceRunnerResult, bool)
- func (o *DescribePackageReply) HasDesc() bool
- func (o *DescribePackageReply) HasResult() bool
- func (o DescribePackageReply) MarshalJSON() ([]byte, error)
- func (o *DescribePackageReply) SetDesc(v PackageDescription)
- func (o *DescribePackageReply) SetResult(v ServiceRunnerResult)
- func (o DescribePackageReply) ToMap() (map[string]interface{}, error)
- type DescribePackageRequest
- func (o *DescribePackageRequest) GetPackageId() string
- func (o *DescribePackageRequest) GetPackageIdOk() (*string, bool)
- func (o *DescribePackageRequest) HasPackageId() bool
- func (o DescribePackageRequest) MarshalJSON() ([]byte, error)
- func (o *DescribePackageRequest) SetPackageId(v string)
- func (o DescribePackageRequest) ToMap() (map[string]interface{}, error)
- type DescribeProjectReply
- func (o *DescribeProjectReply) GetDesc() ProjectDescription
- func (o *DescribeProjectReply) GetDescOk() (*ProjectDescription, bool)
- func (o *DescribeProjectReply) GetResult() ServiceRunnerResult
- func (o *DescribeProjectReply) GetResultOk() (*ServiceRunnerResult, bool)
- func (o *DescribeProjectReply) HasDesc() bool
- func (o *DescribeProjectReply) HasResult() bool
- func (o DescribeProjectReply) MarshalJSON() ([]byte, error)
- func (o *DescribeProjectReply) SetDesc(v ProjectDescription)
- func (o *DescribeProjectReply) SetResult(v ServiceRunnerResult)
- func (o DescribeProjectReply) ToMap() (map[string]interface{}, error)
- type DescribeProjectRequest
- func (o *DescribeProjectRequest) GetId() string
- func (o *DescribeProjectRequest) GetIdOk() (*string, bool)
- func (o *DescribeProjectRequest) HasId() bool
- func (o DescribeProjectRequest) MarshalJSON() ([]byte, error)
- func (o *DescribeProjectRequest) SetId(v string)
- func (o DescribeProjectRequest) ToMap() (map[string]interface{}, error)
- type DescribeServiceReply
- func (o *DescribeServiceReply) GetDesc() ServiceDescription
- func (o *DescribeServiceReply) GetDescOk() (*ServiceDescription, bool)
- func (o *DescribeServiceReply) GetResult() ServiceRunnerResult
- func (o *DescribeServiceReply) GetResultOk() (*ServiceRunnerResult, bool)
- func (o *DescribeServiceReply) HasDesc() bool
- func (o *DescribeServiceReply) HasResult() bool
- func (o DescribeServiceReply) MarshalJSON() ([]byte, error)
- func (o *DescribeServiceReply) SetDesc(v ServiceDescription)
- func (o *DescribeServiceReply) SetResult(v ServiceRunnerResult)
- func (o DescribeServiceReply) ToMap() (map[string]interface{}, error)
- type DescribeServiceRequest
- func (o *DescribeServiceRequest) GetSvcHeader() ServiceHeader
- func (o *DescribeServiceRequest) GetSvcHeaderOk() (*ServiceHeader, bool)
- func (o *DescribeServiceRequest) HasSvcHeader() bool
- func (o DescribeServiceRequest) MarshalJSON() ([]byte, error)
- func (o *DescribeServiceRequest) SetSvcHeader(v ServiceHeader)
- func (o DescribeServiceRequest) ToMap() (map[string]interface{}, error)
- type DescribeSiteReply
- func (o *DescribeSiteReply) GetProjEnvHeader() ProjEnvHeader
- func (o *DescribeSiteReply) GetProjEnvHeaderOk() (*ProjEnvHeader, bool)
- func (o *DescribeSiteReply) GetResult() ServiceRunnerResult
- func (o *DescribeSiteReply) GetResultOk() (*ServiceRunnerResult, bool)
- func (o *DescribeSiteReply) GetSiteEndpoint() string
- func (o *DescribeSiteReply) GetSiteEndpointOk() (*string, bool)
- func (o *DescribeSiteReply) HasProjEnvHeader() bool
- func (o *DescribeSiteReply) HasResult() bool
- func (o *DescribeSiteReply) HasSiteEndpoint() bool
- func (o DescribeSiteReply) MarshalJSON() ([]byte, error)
- func (o *DescribeSiteReply) SetProjEnvHeader(v ProjEnvHeader)
- func (o *DescribeSiteReply) SetResult(v ServiceRunnerResult)
- func (o *DescribeSiteReply) SetSiteEndpoint(v string)
- func (o DescribeSiteReply) ToMap() (map[string]interface{}, error)
- type DescribeSiteRequest
- func (o *DescribeSiteRequest) GetProjEnvHeader() ProjEnvHeader
- func (o *DescribeSiteRequest) GetProjEnvHeaderOk() (*ProjEnvHeader, bool)
- func (o *DescribeSiteRequest) HasProjEnvHeader() bool
- func (o DescribeSiteRequest) MarshalJSON() ([]byte, error)
- func (o *DescribeSiteRequest) SetProjEnvHeader(v ProjEnvHeader)
- func (o DescribeSiteRequest) ToMap() (map[string]interface{}, error)
- type EnvironmentDescription
- func (o *EnvironmentDescription) GetActiveDeployIds() []string
- func (o *EnvironmentDescription) GetActiveDeployIdsOk() ([]string, bool)
- func (o *EnvironmentDescription) GetCreateTime() string
- func (o *EnvironmentDescription) GetCreateTimeOk() (*string, bool)
- func (o *EnvironmentDescription) GetHeader() EnvironmentHeader
- func (o *EnvironmentDescription) GetHeaderOk() (*EnvironmentHeader, bool)
- func (o *EnvironmentDescription) GetId() string
- func (o *EnvironmentDescription) GetIdOk() (*string, bool)
- func (o *EnvironmentDescription) GetPendingDeployIds() []string
- func (o *EnvironmentDescription) GetPendingDeployIdsOk() ([]string, bool)
- func (o *EnvironmentDescription) HasActiveDeployIds() bool
- func (o *EnvironmentDescription) HasCreateTime() bool
- func (o *EnvironmentDescription) HasHeader() bool
- func (o *EnvironmentDescription) HasId() bool
- func (o *EnvironmentDescription) HasPendingDeployIds() bool
- func (o EnvironmentDescription) MarshalJSON() ([]byte, error)
- func (o *EnvironmentDescription) SetActiveDeployIds(v []string)
- func (o *EnvironmentDescription) SetCreateTime(v string)
- func (o *EnvironmentDescription) SetHeader(v EnvironmentHeader)
- func (o *EnvironmentDescription) SetId(v string)
- func (o *EnvironmentDescription) SetPendingDeployIds(v []string)
- func (o EnvironmentDescription) ToMap() (map[string]interface{}, error)
- type EnvironmentHeader
- func (o *EnvironmentHeader) GetDnsPrefix() string
- func (o *EnvironmentHeader) GetDnsPrefixOk() (*string, bool)
- func (o *EnvironmentHeader) GetName() string
- func (o *EnvironmentHeader) GetNameOk() (*string, bool)
- func (o *EnvironmentHeader) HasDnsPrefix() bool
- func (o *EnvironmentHeader) HasName() bool
- func (o EnvironmentHeader) MarshalJSON() ([]byte, error)
- func (o *EnvironmentHeader) SetDnsPrefix(v string)
- func (o *EnvironmentHeader) SetName(v string)
- func (o EnvironmentHeader) ToMap() (map[string]interface{}, error)
- type GenericOpenAPIError
- type GetLogsEntry
- func (o *GetLogsEntry) GetMessage() string
- func (o *GetLogsEntry) GetMessageOk() (*string, bool)
- func (o *GetLogsEntry) GetTimestamp() string
- func (o *GetLogsEntry) GetTimestampOk() (*string, bool)
- func (o *GetLogsEntry) HasMessage() bool
- func (o *GetLogsEntry) HasTimestamp() bool
- func (o GetLogsEntry) MarshalJSON() ([]byte, error)
- func (o *GetLogsEntry) SetMessage(v string)
- func (o *GetLogsEntry) SetTimestamp(v string)
- func (o GetLogsEntry) ToMap() (map[string]interface{}, error)
- type GetLogsReply
- func (o *GetLogsReply) GetEntries() []GetLogsEntry
- func (o *GetLogsReply) GetEntriesOk() ([]GetLogsEntry, bool)
- func (o *GetLogsReply) GetResult() ServiceRunnerResult
- func (o *GetLogsReply) GetResultOk() (*ServiceRunnerResult, bool)
- func (o *GetLogsReply) HasEntries() bool
- func (o *GetLogsReply) HasResult() bool
- func (o GetLogsReply) MarshalJSON() ([]byte, error)
- func (o *GetLogsReply) SetEntries(v []GetLogsEntry)
- func (o *GetLogsReply) SetResult(v ServiceRunnerResult)
- func (o GetLogsReply) ToMap() (map[string]interface{}, error)
- type GetLogsRequest
- func (o *GetLogsRequest) GetEndTime() string
- func (o *GetLogsRequest) GetEndTimeOk() (*string, bool)
- func (o *GetLogsRequest) GetEnvId() string
- func (o *GetLogsRequest) GetEnvIdOk() (*string, bool)
- func (o *GetLogsRequest) GetProjId() string
- func (o *GetLogsRequest) GetProjIdOk() (*string, bool)
- func (o *GetLogsRequest) GetServiceName() string
- func (o *GetLogsRequest) GetServiceNameOk() (*string, bool)
- func (o *GetLogsRequest) GetStartTime() string
- func (o *GetLogsRequest) GetStartTimeOk() (*string, bool)
- func (o *GetLogsRequest) HasEndTime() bool
- func (o *GetLogsRequest) HasEnvId() bool
- func (o *GetLogsRequest) HasProjId() bool
- func (o *GetLogsRequest) HasServiceName() bool
- func (o *GetLogsRequest) HasStartTime() bool
- func (o GetLogsRequest) MarshalJSON() ([]byte, error)
- func (o *GetLogsRequest) SetEndTime(v string)
- func (o *GetLogsRequest) SetEnvId(v string)
- func (o *GetLogsRequest) SetProjId(v string)
- func (o *GetLogsRequest) SetServiceName(v string)
- func (o *GetLogsRequest) SetStartTime(v string)
- func (o GetLogsRequest) ToMap() (map[string]interface{}, error)
- type GetMetricSamplesReply
- func (o *GetMetricSamplesReply) GetMetricBuf() string
- func (o *GetMetricSamplesReply) GetMetricBufOk() (*string, bool)
- func (o *GetMetricSamplesReply) GetResult() ServiceRunnerResult
- func (o *GetMetricSamplesReply) GetResultOk() (*ServiceRunnerResult, bool)
- func (o *GetMetricSamplesReply) HasMetricBuf() bool
- func (o *GetMetricSamplesReply) HasResult() bool
- func (o GetMetricSamplesReply) MarshalJSON() ([]byte, error)
- func (o *GetMetricSamplesReply) SetMetricBuf(v string)
- func (o *GetMetricSamplesReply) SetResult(v ServiceRunnerResult)
- func (o GetMetricSamplesReply) ToMap() (map[string]interface{}, error)
- type GetMetricSamplesRequest
- func (o *GetMetricSamplesRequest) GetEndTime() string
- func (o *GetMetricSamplesRequest) GetEndTimeOk() (*string, bool)
- func (o *GetMetricSamplesRequest) GetEnvId() string
- func (o *GetMetricSamplesRequest) GetEnvIdOk() (*string, bool)
- func (o *GetMetricSamplesRequest) GetFormat() MetricsFormat
- func (o *GetMetricSamplesRequest) GetFormatOk() (*MetricsFormat, bool)
- func (o *GetMetricSamplesRequest) GetMetricNames() []string
- func (o *GetMetricSamplesRequest) GetMetricNamesOk() ([]string, bool)
- func (o *GetMetricSamplesRequest) GetProjId() string
- func (o *GetMetricSamplesRequest) GetProjIdOk() (*string, bool)
- func (o *GetMetricSamplesRequest) GetSamplePeriod() string
- func (o *GetMetricSamplesRequest) GetSamplePeriodOk() (*string, bool)
- func (o *GetMetricSamplesRequest) GetScope() MetricsScope
- func (o *GetMetricSamplesRequest) GetScopeOk() (*MetricsScope, bool)
- func (o *GetMetricSamplesRequest) GetScopeQualifier() string
- func (o *GetMetricSamplesRequest) GetScopeQualifierOk() (*string, bool)
- func (o *GetMetricSamplesRequest) GetStartTime() string
- func (o *GetMetricSamplesRequest) GetStartTimeOk() (*string, bool)
- func (o *GetMetricSamplesRequest) HasEndTime() bool
- func (o *GetMetricSamplesRequest) HasEnvId() bool
- func (o *GetMetricSamplesRequest) HasFormat() bool
- func (o *GetMetricSamplesRequest) HasMetricNames() bool
- func (o *GetMetricSamplesRequest) HasProjId() bool
- func (o *GetMetricSamplesRequest) HasSamplePeriod() bool
- func (o *GetMetricSamplesRequest) HasScope() bool
- func (o *GetMetricSamplesRequest) HasScopeQualifier() bool
- func (o *GetMetricSamplesRequest) HasStartTime() bool
- func (o GetMetricSamplesRequest) MarshalJSON() ([]byte, error)
- func (o *GetMetricSamplesRequest) SetEndTime(v string)
- func (o *GetMetricSamplesRequest) SetEnvId(v string)
- func (o *GetMetricSamplesRequest) SetFormat(v MetricsFormat)
- func (o *GetMetricSamplesRequest) SetMetricNames(v []string)
- func (o *GetMetricSamplesRequest) SetProjId(v string)
- func (o *GetMetricSamplesRequest) SetSamplePeriod(v string)
- func (o *GetMetricSamplesRequest) SetScope(v MetricsScope)
- func (o *GetMetricSamplesRequest) SetScopeQualifier(v string)
- func (o *GetMetricSamplesRequest) SetStartTime(v string)
- func (o GetMetricSamplesRequest) ToMap() (map[string]interface{}, error)
- type GetUploadURLReply
- func (o *GetUploadURLReply) GetResult() ServiceRunnerResult
- func (o *GetUploadURLReply) GetResultOk() (*ServiceRunnerResult, bool)
- func (o *GetUploadURLReply) GetURL() string
- func (o *GetUploadURLReply) GetURLOk() (*string, bool)
- func (o *GetUploadURLReply) HasResult() bool
- func (o *GetUploadURLReply) HasURL() bool
- func (o GetUploadURLReply) MarshalJSON() ([]byte, error)
- func (o *GetUploadURLReply) SetResult(v ServiceRunnerResult)
- func (o *GetUploadURLReply) SetURL(v string)
- func (o GetUploadURLReply) ToMap() (map[string]interface{}, error)
- type GetUploadURLRequest
- func (o *GetUploadURLRequest) GetKey() string
- func (o *GetUploadURLRequest) GetKeyOk() (*string, bool)
- func (o *GetUploadURLRequest) HasKey() bool
- func (o GetUploadURLRequest) MarshalJSON() ([]byte, error)
- func (o *GetUploadURLRequest) SetKey(v string)
- func (o GetUploadURLRequest) ToMap() (map[string]interface{}, error)
- type ListApiKeysReply
- func (o *ListApiKeysReply) GetKeyIds() []string
- func (o *ListApiKeysReply) GetKeyIdsOk() ([]string, bool)
- func (o *ListApiKeysReply) GetResult() ServiceRunnerResult
- func (o *ListApiKeysReply) GetResultOk() (*ServiceRunnerResult, bool)
- func (o *ListApiKeysReply) HasKeyIds() bool
- func (o *ListApiKeysReply) HasResult() bool
- func (o ListApiKeysReply) MarshalJSON() ([]byte, error)
- func (o *ListApiKeysReply) SetKeyIds(v []string)
- func (o *ListApiKeysReply) SetResult(v ServiceRunnerResult)
- func (o ListApiKeysReply) ToMap() (map[string]interface{}, error)
- type ListDatabasesReply
- func (o *ListDatabasesReply) GetDatabaseNames() []string
- func (o *ListDatabasesReply) GetDatabaseNamesOk() ([]string, bool)
- func (o *ListDatabasesReply) GetHeader() ProjEnvHeader
- func (o *ListDatabasesReply) GetHeaderOk() (*ProjEnvHeader, bool)
- func (o *ListDatabasesReply) GetResult() ServiceRunnerResult
- func (o *ListDatabasesReply) GetResultOk() (*ServiceRunnerResult, bool)
- func (o *ListDatabasesReply) HasDatabaseNames() bool
- func (o *ListDatabasesReply) HasHeader() bool
- func (o *ListDatabasesReply) HasResult() bool
- func (o ListDatabasesReply) MarshalJSON() ([]byte, error)
- func (o *ListDatabasesReply) SetDatabaseNames(v []string)
- func (o *ListDatabasesReply) SetHeader(v ProjEnvHeader)
- func (o *ListDatabasesReply) SetResult(v ServiceRunnerResult)
- func (o ListDatabasesReply) ToMap() (map[string]interface{}, error)
- type ListDatabasesRequest
- func (o *ListDatabasesRequest) GetHeader() ProjEnvHeader
- func (o *ListDatabasesRequest) GetHeaderOk() (*ProjEnvHeader, bool)
- func (o *ListDatabasesRequest) HasHeader() bool
- func (o ListDatabasesRequest) MarshalJSON() ([]byte, error)
- func (o *ListDatabasesRequest) SetHeader(v ProjEnvHeader)
- func (o ListDatabasesRequest) ToMap() (map[string]interface{}, error)
- type ListDatastoresReply
- func (o *ListDatastoresReply) GetDatastoreNames() []string
- func (o *ListDatastoresReply) GetDatastoreNamesOk() ([]string, bool)
- func (o *ListDatastoresReply) GetHeader() ProjEnvHeader
- func (o *ListDatastoresReply) GetHeaderOk() (*ProjEnvHeader, bool)
- func (o *ListDatastoresReply) GetResult() ServiceRunnerResult
- func (o *ListDatastoresReply) GetResultOk() (*ServiceRunnerResult, bool)
- func (o *ListDatastoresReply) HasDatastoreNames() bool
- func (o *ListDatastoresReply) HasHeader() bool
- func (o *ListDatastoresReply) HasResult() bool
- func (o ListDatastoresReply) MarshalJSON() ([]byte, error)
- func (o *ListDatastoresReply) SetDatastoreNames(v []string)
- func (o *ListDatastoresReply) SetHeader(v ProjEnvHeader)
- func (o *ListDatastoresReply) SetResult(v ServiceRunnerResult)
- func (o ListDatastoresReply) ToMap() (map[string]interface{}, error)
- type ListDatastoresRequest
- func (o *ListDatastoresRequest) GetHeader() ProjEnvHeader
- func (o *ListDatastoresRequest) GetHeaderOk() (*ProjEnvHeader, bool)
- func (o *ListDatastoresRequest) HasHeader() bool
- func (o ListDatastoresRequest) MarshalJSON() ([]byte, error)
- func (o *ListDatastoresRequest) SetHeader(v ProjEnvHeader)
- func (o ListDatastoresRequest) ToMap() (map[string]interface{}, error)
- type ListDeploymentsReply
- func (o *ListDeploymentsReply) GetIds() []string
- func (o *ListDeploymentsReply) GetIdsOk() ([]string, bool)
- func (o *ListDeploymentsReply) GetResult() ServiceRunnerResult
- func (o *ListDeploymentsReply) GetResultOk() (*ServiceRunnerResult, bool)
- func (o *ListDeploymentsReply) HasIds() bool
- func (o *ListDeploymentsReply) HasResult() bool
- func (o ListDeploymentsReply) MarshalJSON() ([]byte, error)
- func (o *ListDeploymentsReply) SetIds(v []string)
- func (o *ListDeploymentsReply) SetResult(v ServiceRunnerResult)
- func (o ListDeploymentsReply) ToMap() (map[string]interface{}, error)
- type ListDeploymentsRequest
- func (o *ListDeploymentsRequest) GetProjEnvHeader() ProjEnvHeader
- func (o *ListDeploymentsRequest) GetProjEnvHeaderOk() (*ProjEnvHeader, bool)
- func (o *ListDeploymentsRequest) HasProjEnvHeader() bool
- func (o ListDeploymentsRequest) MarshalJSON() ([]byte, error)
- func (o *ListDeploymentsRequest) SetProjEnvHeader(v ProjEnvHeader)
- func (o ListDeploymentsRequest) ToMap() (map[string]interface{}, error)
- type ListEnvironmentsReply
- func (o *ListEnvironmentsReply) GetIds() []string
- func (o *ListEnvironmentsReply) GetIdsOk() ([]string, bool)
- func (o *ListEnvironmentsReply) GetResult() ServiceRunnerResult
- func (o *ListEnvironmentsReply) GetResultOk() (*ServiceRunnerResult, bool)
- func (o *ListEnvironmentsReply) HasIds() bool
- func (o *ListEnvironmentsReply) HasResult() bool
- func (o ListEnvironmentsReply) MarshalJSON() ([]byte, error)
- func (o *ListEnvironmentsReply) SetIds(v []string)
- func (o *ListEnvironmentsReply) SetResult(v ServiceRunnerResult)
- func (o ListEnvironmentsReply) ToMap() (map[string]interface{}, error)
- type ListMetricsEntry
- func (o *ListMetricsEntry) GetDescription() string
- func (o *ListMetricsEntry) GetDescriptionOk() (*string, bool)
- func (o *ListMetricsEntry) GetName() string
- func (o *ListMetricsEntry) GetNameOk() (*string, bool)
- func (o *ListMetricsEntry) GetSamplePeriod() string
- func (o *ListMetricsEntry) GetSamplePeriodOk() (*string, bool)
- func (o *ListMetricsEntry) GetScope() MetricsScope
- func (o *ListMetricsEntry) GetScopeOk() (*MetricsScope, bool)
- func (o *ListMetricsEntry) HasDescription() bool
- func (o *ListMetricsEntry) HasName() bool
- func (o *ListMetricsEntry) HasSamplePeriod() bool
- func (o *ListMetricsEntry) HasScope() bool
- func (o ListMetricsEntry) MarshalJSON() ([]byte, error)
- func (o *ListMetricsEntry) SetDescription(v string)
- func (o *ListMetricsEntry) SetName(v string)
- func (o *ListMetricsEntry) SetSamplePeriod(v string)
- func (o *ListMetricsEntry) SetScope(v MetricsScope)
- func (o ListMetricsEntry) ToMap() (map[string]interface{}, error)
- type ListMetricsReply
- func (o *ListMetricsReply) GetEntries() []ListMetricsEntry
- func (o *ListMetricsReply) GetEntriesOk() ([]ListMetricsEntry, bool)
- func (o *ListMetricsReply) GetResult() ServiceRunnerResult
- func (o *ListMetricsReply) GetResultOk() (*ServiceRunnerResult, bool)
- func (o *ListMetricsReply) HasEntries() bool
- func (o *ListMetricsReply) HasResult() bool
- func (o ListMetricsReply) MarshalJSON() ([]byte, error)
- func (o *ListMetricsReply) SetEntries(v []ListMetricsEntry)
- func (o *ListMetricsReply) SetResult(v ServiceRunnerResult)
- func (o ListMetricsReply) ToMap() (map[string]interface{}, error)
- type ListMetricsRequest
- func (o *ListMetricsRequest) GetScope() MetricsScope
- func (o *ListMetricsRequest) GetScopeOk() (*MetricsScope, bool)
- func (o *ListMetricsRequest) HasScope() bool
- func (o ListMetricsRequest) MarshalJSON() ([]byte, error)
- func (o *ListMetricsRequest) SetScope(v MetricsScope)
- func (o ListMetricsRequest) ToMap() (map[string]interface{}, error)
- type ListPackagesReply
- func (o *ListPackagesReply) GetItems() []ListPackagesReplyListPackagesItem
- func (o *ListPackagesReply) GetItemsOk() ([]ListPackagesReplyListPackagesItem, bool)
- func (o *ListPackagesReply) GetResult() ServiceRunnerResult
- func (o *ListPackagesReply) GetResultOk() (*ServiceRunnerResult, bool)
- func (o *ListPackagesReply) HasItems() bool
- func (o *ListPackagesReply) HasResult() bool
- func (o ListPackagesReply) MarshalJSON() ([]byte, error)
- func (o *ListPackagesReply) SetItems(v []ListPackagesReplyListPackagesItem)
- func (o *ListPackagesReply) SetResult(v ServiceRunnerResult)
- func (o ListPackagesReply) ToMap() (map[string]interface{}, error)
- type ListPackagesReplyListPackagesItem
- func (o *ListPackagesReplyListPackagesItem) GetPackageId() string
- func (o *ListPackagesReplyListPackagesItem) GetPackageIdOk() (*string, bool)
- func (o *ListPackagesReplyListPackagesItem) GetProjId() string
- func (o *ListPackagesReplyListPackagesItem) GetProjIdOk() (*string, bool)
- func (o *ListPackagesReplyListPackagesItem) HasPackageId() bool
- func (o *ListPackagesReplyListPackagesItem) HasProjId() bool
- func (o ListPackagesReplyListPackagesItem) MarshalJSON() ([]byte, error)
- func (o *ListPackagesReplyListPackagesItem) SetPackageId(v string)
- func (o *ListPackagesReplyListPackagesItem) SetProjId(v string)
- func (o ListPackagesReplyListPackagesItem) ToMap() (map[string]interface{}, error)
- type ListPackagesRequest
- func (o *ListPackagesRequest) GetProjId() string
- func (o *ListPackagesRequest) GetProjIdOk() (*string, bool)
- func (o *ListPackagesRequest) HasProjId() bool
- func (o ListPackagesRequest) MarshalJSON() ([]byte, error)
- func (o *ListPackagesRequest) SetProjId(v string)
- func (o ListPackagesRequest) ToMap() (map[string]interface{}, error)
- type ListProjectsReply
- func (o *ListProjectsReply) GetIds() []string
- func (o *ListProjectsReply) GetIdsOk() ([]string, bool)
- func (o *ListProjectsReply) GetResult() ServiceRunnerResult
- func (o *ListProjectsReply) GetResultOk() (*ServiceRunnerResult, bool)
- func (o *ListProjectsReply) HasIds() bool
- func (o *ListProjectsReply) HasResult() bool
- func (o ListProjectsReply) MarshalJSON() ([]byte, error)
- func (o *ListProjectsReply) SetIds(v []string)
- func (o *ListProjectsReply) SetResult(v ServiceRunnerResult)
- func (o ListProjectsReply) ToMap() (map[string]interface{}, error)
- type ListServicesReply
- func (o *ListServicesReply) GetHeader() ProjEnvHeader
- func (o *ListServicesReply) GetHeaderOk() (*ProjEnvHeader, bool)
- func (o *ListServicesReply) GetResult() ServiceRunnerResult
- func (o *ListServicesReply) GetResultOk() (*ServiceRunnerResult, bool)
- func (o *ListServicesReply) GetServiceNames() []string
- func (o *ListServicesReply) GetServiceNamesOk() ([]string, bool)
- func (o *ListServicesReply) HasHeader() bool
- func (o *ListServicesReply) HasResult() bool
- func (o *ListServicesReply) HasServiceNames() bool
- func (o ListServicesReply) MarshalJSON() ([]byte, error)
- func (o *ListServicesReply) SetHeader(v ProjEnvHeader)
- func (o *ListServicesReply) SetResult(v ServiceRunnerResult)
- func (o *ListServicesReply) SetServiceNames(v []string)
- func (o ListServicesReply) ToMap() (map[string]interface{}, error)
- type ListServicesRequest
- func (o *ListServicesRequest) GetHeader() ProjEnvHeader
- func (o *ListServicesRequest) GetHeaderOk() (*ProjEnvHeader, bool)
- func (o *ListServicesRequest) HasHeader() bool
- func (o ListServicesRequest) MarshalJSON() ([]byte, error)
- func (o *ListServicesRequest) SetHeader(v ProjEnvHeader)
- func (o ListServicesRequest) ToMap() (map[string]interface{}, error)
- type MappedNullable
- type MetricsFormat
- type MetricsScope
- type NullableApiKeyDescription
- func (v NullableApiKeyDescription) Get() *ApiKeyDescription
- func (v NullableApiKeyDescription) IsSet() bool
- func (v NullableApiKeyDescription) MarshalJSON() ([]byte, error)
- func (v *NullableApiKeyDescription) Set(val *ApiKeyDescription)
- func (v *NullableApiKeyDescription) UnmarshalJSON(src []byte) error
- func (v *NullableApiKeyDescription) Unset()
- type NullableBool
- type NullableCreateApiKeyReply
- func (v NullableCreateApiKeyReply) Get() *CreateApiKeyReply
- func (v NullableCreateApiKeyReply) IsSet() bool
- func (v NullableCreateApiKeyReply) MarshalJSON() ([]byte, error)
- func (v *NullableCreateApiKeyReply) Set(val *CreateApiKeyReply)
- func (v *NullableCreateApiKeyReply) UnmarshalJSON(src []byte) error
- func (v *NullableCreateApiKeyReply) Unset()
- type NullableCreateApiKeyRequest
- func (v NullableCreateApiKeyRequest) Get() *CreateApiKeyRequest
- func (v NullableCreateApiKeyRequest) IsSet() bool
- func (v NullableCreateApiKeyRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateApiKeyRequest) Set(val *CreateApiKeyRequest)
- func (v *NullableCreateApiKeyRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateApiKeyRequest) Unset()
- type NullableCreateDeploymentReply
- func (v NullableCreateDeploymentReply) Get() *CreateDeploymentReply
- func (v NullableCreateDeploymentReply) IsSet() bool
- func (v NullableCreateDeploymentReply) MarshalJSON() ([]byte, error)
- func (v *NullableCreateDeploymentReply) Set(val *CreateDeploymentReply)
- func (v *NullableCreateDeploymentReply) UnmarshalJSON(src []byte) error
- func (v *NullableCreateDeploymentReply) Unset()
- type NullableCreateDeploymentRequest
- func (v NullableCreateDeploymentRequest) Get() *CreateDeploymentRequest
- func (v NullableCreateDeploymentRequest) IsSet() bool
- func (v NullableCreateDeploymentRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateDeploymentRequest) Set(val *CreateDeploymentRequest)
- func (v *NullableCreateDeploymentRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateDeploymentRequest) Unset()
- type NullableCreateEnvironmentReply
- func (v NullableCreateEnvironmentReply) Get() *CreateEnvironmentReply
- func (v NullableCreateEnvironmentReply) IsSet() bool
- func (v NullableCreateEnvironmentReply) MarshalJSON() ([]byte, error)
- func (v *NullableCreateEnvironmentReply) Set(val *CreateEnvironmentReply)
- func (v *NullableCreateEnvironmentReply) UnmarshalJSON(src []byte) error
- func (v *NullableCreateEnvironmentReply) Unset()
- type NullableCreateEnvironmentRequest
- func (v NullableCreateEnvironmentRequest) Get() *CreateEnvironmentRequest
- func (v NullableCreateEnvironmentRequest) IsSet() bool
- func (v NullableCreateEnvironmentRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateEnvironmentRequest) Set(val *CreateEnvironmentRequest)
- func (v *NullableCreateEnvironmentRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateEnvironmentRequest) Unset()
- type NullableCreateProjectReply
- func (v NullableCreateProjectReply) Get() *CreateProjectReply
- func (v NullableCreateProjectReply) IsSet() bool
- func (v NullableCreateProjectReply) MarshalJSON() ([]byte, error)
- func (v *NullableCreateProjectReply) Set(val *CreateProjectReply)
- func (v *NullableCreateProjectReply) UnmarshalJSON(src []byte) error
- func (v *NullableCreateProjectReply) Unset()
- type NullableCreateProjectRequest
- func (v NullableCreateProjectRequest) Get() *CreateProjectRequest
- func (v NullableCreateProjectRequest) IsSet() bool
- func (v NullableCreateProjectRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateProjectRequest) Set(val *CreateProjectRequest)
- func (v *NullableCreateProjectRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateProjectRequest) Unset()
- type NullableDatabaseDescription
- func (v NullableDatabaseDescription) Get() *DatabaseDescription
- func (v NullableDatabaseDescription) IsSet() bool
- func (v NullableDatabaseDescription) MarshalJSON() ([]byte, error)
- func (v *NullableDatabaseDescription) Set(val *DatabaseDescription)
- func (v *NullableDatabaseDescription) UnmarshalJSON(src []byte) error
- func (v *NullableDatabaseDescription) Unset()
- type NullableDatabaseHeader
- func (v NullableDatabaseHeader) Get() *DatabaseHeader
- func (v NullableDatabaseHeader) IsSet() bool
- func (v NullableDatabaseHeader) MarshalJSON() ([]byte, error)
- func (v *NullableDatabaseHeader) Set(val *DatabaseHeader)
- func (v *NullableDatabaseHeader) UnmarshalJSON(src []byte) error
- func (v *NullableDatabaseHeader) Unset()
- type NullableDatabaseTableDescription
- func (v NullableDatabaseTableDescription) Get() *DatabaseTableDescription
- func (v NullableDatabaseTableDescription) IsSet() bool
- func (v NullableDatabaseTableDescription) MarshalJSON() ([]byte, error)
- func (v *NullableDatabaseTableDescription) Set(val *DatabaseTableDescription)
- func (v *NullableDatabaseTableDescription) UnmarshalJSON(src []byte) error
- func (v *NullableDatabaseTableDescription) Unset()
- type NullableDatastoreDescription
- func (v NullableDatastoreDescription) Get() *DatastoreDescription
- func (v NullableDatastoreDescription) IsSet() bool
- func (v NullableDatastoreDescription) MarshalJSON() ([]byte, error)
- func (v *NullableDatastoreDescription) Set(val *DatastoreDescription)
- func (v *NullableDatastoreDescription) UnmarshalJSON(src []byte) error
- func (v *NullableDatastoreDescription) Unset()
- type NullableDatastoreHeader
- func (v NullableDatastoreHeader) Get() *DatastoreHeader
- func (v NullableDatastoreHeader) IsSet() bool
- func (v NullableDatastoreHeader) MarshalJSON() ([]byte, error)
- func (v *NullableDatastoreHeader) Set(val *DatastoreHeader)
- func (v *NullableDatastoreHeader) UnmarshalJSON(src []byte) error
- func (v *NullableDatastoreHeader) Unset()
- type NullableDeactivateProjectReply
- func (v NullableDeactivateProjectReply) Get() *DeactivateProjectReply
- func (v NullableDeactivateProjectReply) IsSet() bool
- func (v NullableDeactivateProjectReply) MarshalJSON() ([]byte, error)
- func (v *NullableDeactivateProjectReply) Set(val *DeactivateProjectReply)
- func (v *NullableDeactivateProjectReply) UnmarshalJSON(src []byte) error
- func (v *NullableDeactivateProjectReply) Unset()
- type NullableDeactivateProjectRequest
- func (v NullableDeactivateProjectRequest) Get() *DeactivateProjectRequest
- func (v NullableDeactivateProjectRequest) IsSet() bool
- func (v NullableDeactivateProjectRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDeactivateProjectRequest) Set(val *DeactivateProjectRequest)
- func (v *NullableDeactivateProjectRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDeactivateProjectRequest) Unset()
- type NullableDeleteApiKeyReply
- func (v NullableDeleteApiKeyReply) Get() *DeleteApiKeyReply
- func (v NullableDeleteApiKeyReply) IsSet() bool
- func (v NullableDeleteApiKeyReply) MarshalJSON() ([]byte, error)
- func (v *NullableDeleteApiKeyReply) Set(val *DeleteApiKeyReply)
- func (v *NullableDeleteApiKeyReply) UnmarshalJSON(src []byte) error
- func (v *NullableDeleteApiKeyReply) Unset()
- type NullableDeleteApiKeyRequest
- func (v NullableDeleteApiKeyRequest) Get() *DeleteApiKeyRequest
- func (v NullableDeleteApiKeyRequest) IsSet() bool
- func (v NullableDeleteApiKeyRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDeleteApiKeyRequest) Set(val *DeleteApiKeyRequest)
- func (v *NullableDeleteApiKeyRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDeleteApiKeyRequest) Unset()
- type NullableDeleteEnvironmentReply
- func (v NullableDeleteEnvironmentReply) Get() *DeleteEnvironmentReply
- func (v NullableDeleteEnvironmentReply) IsSet() bool
- func (v NullableDeleteEnvironmentReply) MarshalJSON() ([]byte, error)
- func (v *NullableDeleteEnvironmentReply) Set(val *DeleteEnvironmentReply)
- func (v *NullableDeleteEnvironmentReply) UnmarshalJSON(src []byte) error
- func (v *NullableDeleteEnvironmentReply) Unset()
- type NullableDeleteEnvironmentRequest
- func (v NullableDeleteEnvironmentRequest) Get() *DeleteEnvironmentRequest
- func (v NullableDeleteEnvironmentRequest) IsSet() bool
- func (v NullableDeleteEnvironmentRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDeleteEnvironmentRequest) Set(val *DeleteEnvironmentRequest)
- func (v *NullableDeleteEnvironmentRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDeleteEnvironmentRequest) Unset()
- type NullableDeletePackageReply
- func (v NullableDeletePackageReply) Get() *DeletePackageReply
- func (v NullableDeletePackageReply) IsSet() bool
- func (v NullableDeletePackageReply) MarshalJSON() ([]byte, error)
- func (v *NullableDeletePackageReply) Set(val *DeletePackageReply)
- func (v *NullableDeletePackageReply) UnmarshalJSON(src []byte) error
- func (v *NullableDeletePackageReply) Unset()
- type NullableDeletePackageRequest
- func (v NullableDeletePackageRequest) Get() *DeletePackageRequest
- func (v NullableDeletePackageRequest) IsSet() bool
- func (v NullableDeletePackageRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDeletePackageRequest) Set(val *DeletePackageRequest)
- func (v *NullableDeletePackageRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDeletePackageRequest) Unset()
- type NullableDeleteProjectReply
- func (v NullableDeleteProjectReply) Get() *DeleteProjectReply
- func (v NullableDeleteProjectReply) IsSet() bool
- func (v NullableDeleteProjectReply) MarshalJSON() ([]byte, error)
- func (v *NullableDeleteProjectReply) Set(val *DeleteProjectReply)
- func (v *NullableDeleteProjectReply) UnmarshalJSON(src []byte) error
- func (v *NullableDeleteProjectReply) Unset()
- type NullableDeleteProjectRequest
- func (v NullableDeleteProjectRequest) Get() *DeleteProjectRequest
- func (v NullableDeleteProjectRequest) IsSet() bool
- func (v NullableDeleteProjectRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDeleteProjectRequest) Set(val *DeleteProjectRequest)
- func (v *NullableDeleteProjectRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDeleteProjectRequest) Unset()
- type NullableDeploymentDescription
- func (v NullableDeploymentDescription) Get() *DeploymentDescription
- func (v NullableDeploymentDescription) IsSet() bool
- func (v NullableDeploymentDescription) MarshalJSON() ([]byte, error)
- func (v *NullableDeploymentDescription) Set(val *DeploymentDescription)
- func (v *NullableDeploymentDescription) UnmarshalJSON(src []byte) error
- func (v *NullableDeploymentDescription) Unset()
- type NullableDeploymentHeader
- func (v NullableDeploymentHeader) Get() *DeploymentHeader
- func (v NullableDeploymentHeader) IsSet() bool
- func (v NullableDeploymentHeader) MarshalJSON() ([]byte, error)
- func (v *NullableDeploymentHeader) Set(val *DeploymentHeader)
- func (v *NullableDeploymentHeader) UnmarshalJSON(src []byte) error
- func (v *NullableDeploymentHeader) Unset()
- type NullableDeploymentInitiator
- func (v NullableDeploymentInitiator) Get() *DeploymentInitiator
- func (v NullableDeploymentInitiator) IsSet() bool
- func (v NullableDeploymentInitiator) MarshalJSON() ([]byte, error)
- func (v *NullableDeploymentInitiator) Set(val *DeploymentInitiator)
- func (v *NullableDeploymentInitiator) UnmarshalJSON(src []byte) error
- func (v *NullableDeploymentInitiator) Unset()
- type NullableDeploymentState
- func (v NullableDeploymentState) Get() *DeploymentState
- func (v NullableDeploymentState) IsSet() bool
- func (v NullableDeploymentState) MarshalJSON() ([]byte, error)
- func (v *NullableDeploymentState) Set(val *DeploymentState)
- func (v *NullableDeploymentState) UnmarshalJSON(src []byte) error
- func (v *NullableDeploymentState) Unset()
- type NullableDeploymentStateDetail
- func (v NullableDeploymentStateDetail) Get() *DeploymentStateDetail
- func (v NullableDeploymentStateDetail) IsSet() bool
- func (v NullableDeploymentStateDetail) MarshalJSON() ([]byte, error)
- func (v *NullableDeploymentStateDetail) Set(val *DeploymentStateDetail)
- func (v *NullableDeploymentStateDetail) UnmarshalJSON(src []byte) error
- func (v *NullableDeploymentStateDetail) Unset()
- type NullableDeploymentType
- func (v NullableDeploymentType) Get() *DeploymentType
- func (v NullableDeploymentType) IsSet() bool
- func (v NullableDeploymentType) MarshalJSON() ([]byte, error)
- func (v *NullableDeploymentType) Set(val *DeploymentType)
- func (v *NullableDeploymentType) UnmarshalJSON(src []byte) error
- func (v *NullableDeploymentType) Unset()
- type NullableDescribeApiKeyReply
- func (v NullableDescribeApiKeyReply) Get() *DescribeApiKeyReply
- func (v NullableDescribeApiKeyReply) IsSet() bool
- func (v NullableDescribeApiKeyReply) MarshalJSON() ([]byte, error)
- func (v *NullableDescribeApiKeyReply) Set(val *DescribeApiKeyReply)
- func (v *NullableDescribeApiKeyReply) UnmarshalJSON(src []byte) error
- func (v *NullableDescribeApiKeyReply) Unset()
- type NullableDescribeApiKeyRequest
- func (v NullableDescribeApiKeyRequest) Get() *DescribeApiKeyRequest
- func (v NullableDescribeApiKeyRequest) IsSet() bool
- func (v NullableDescribeApiKeyRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDescribeApiKeyRequest) Set(val *DescribeApiKeyRequest)
- func (v *NullableDescribeApiKeyRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDescribeApiKeyRequest) Unset()
- type NullableDescribeDatabaseReply
- func (v NullableDescribeDatabaseReply) Get() *DescribeDatabaseReply
- func (v NullableDescribeDatabaseReply) IsSet() bool
- func (v NullableDescribeDatabaseReply) MarshalJSON() ([]byte, error)
- func (v *NullableDescribeDatabaseReply) Set(val *DescribeDatabaseReply)
- func (v *NullableDescribeDatabaseReply) UnmarshalJSON(src []byte) error
- func (v *NullableDescribeDatabaseReply) Unset()
- type NullableDescribeDatabaseRequest
- func (v NullableDescribeDatabaseRequest) Get() *DescribeDatabaseRequest
- func (v NullableDescribeDatabaseRequest) IsSet() bool
- func (v NullableDescribeDatabaseRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDescribeDatabaseRequest) Set(val *DescribeDatabaseRequest)
- func (v *NullableDescribeDatabaseRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDescribeDatabaseRequest) Unset()
- type NullableDescribeDatastoreReply
- func (v NullableDescribeDatastoreReply) Get() *DescribeDatastoreReply
- func (v NullableDescribeDatastoreReply) IsSet() bool
- func (v NullableDescribeDatastoreReply) MarshalJSON() ([]byte, error)
- func (v *NullableDescribeDatastoreReply) Set(val *DescribeDatastoreReply)
- func (v *NullableDescribeDatastoreReply) UnmarshalJSON(src []byte) error
- func (v *NullableDescribeDatastoreReply) Unset()
- type NullableDescribeDatastoreRequest
- func (v NullableDescribeDatastoreRequest) Get() *DescribeDatastoreRequest
- func (v NullableDescribeDatastoreRequest) IsSet() bool
- func (v NullableDescribeDatastoreRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDescribeDatastoreRequest) Set(val *DescribeDatastoreRequest)
- func (v *NullableDescribeDatastoreRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDescribeDatastoreRequest) Unset()
- type NullableDescribeDeploymentReply
- func (v NullableDescribeDeploymentReply) Get() *DescribeDeploymentReply
- func (v NullableDescribeDeploymentReply) IsSet() bool
- func (v NullableDescribeDeploymentReply) MarshalJSON() ([]byte, error)
- func (v *NullableDescribeDeploymentReply) Set(val *DescribeDeploymentReply)
- func (v *NullableDescribeDeploymentReply) UnmarshalJSON(src []byte) error
- func (v *NullableDescribeDeploymentReply) Unset()
- type NullableDescribeDeploymentRequest
- func (v NullableDescribeDeploymentRequest) Get() *DescribeDeploymentRequest
- func (v NullableDescribeDeploymentRequest) IsSet() bool
- func (v NullableDescribeDeploymentRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDescribeDeploymentRequest) Set(val *DescribeDeploymentRequest)
- func (v *NullableDescribeDeploymentRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDescribeDeploymentRequest) Unset()
- type NullableDescribeEnvironmentReply
- func (v NullableDescribeEnvironmentReply) Get() *DescribeEnvironmentReply
- func (v NullableDescribeEnvironmentReply) IsSet() bool
- func (v NullableDescribeEnvironmentReply) MarshalJSON() ([]byte, error)
- func (v *NullableDescribeEnvironmentReply) Set(val *DescribeEnvironmentReply)
- func (v *NullableDescribeEnvironmentReply) UnmarshalJSON(src []byte) error
- func (v *NullableDescribeEnvironmentReply) Unset()
- type NullableDescribeEnvironmentRequest
- func (v NullableDescribeEnvironmentRequest) Get() *DescribeEnvironmentRequest
- func (v NullableDescribeEnvironmentRequest) IsSet() bool
- func (v NullableDescribeEnvironmentRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDescribeEnvironmentRequest) Set(val *DescribeEnvironmentRequest)
- func (v *NullableDescribeEnvironmentRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDescribeEnvironmentRequest) Unset()
- type NullableDescribePackageReply
- func (v NullableDescribePackageReply) Get() *DescribePackageReply
- func (v NullableDescribePackageReply) IsSet() bool
- func (v NullableDescribePackageReply) MarshalJSON() ([]byte, error)
- func (v *NullableDescribePackageReply) Set(val *DescribePackageReply)
- func (v *NullableDescribePackageReply) UnmarshalJSON(src []byte) error
- func (v *NullableDescribePackageReply) Unset()
- type NullableDescribePackageRequest
- func (v NullableDescribePackageRequest) Get() *DescribePackageRequest
- func (v NullableDescribePackageRequest) IsSet() bool
- func (v NullableDescribePackageRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDescribePackageRequest) Set(val *DescribePackageRequest)
- func (v *NullableDescribePackageRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDescribePackageRequest) Unset()
- type NullableDescribeProjectReply
- func (v NullableDescribeProjectReply) Get() *DescribeProjectReply
- func (v NullableDescribeProjectReply) IsSet() bool
- func (v NullableDescribeProjectReply) MarshalJSON() ([]byte, error)
- func (v *NullableDescribeProjectReply) Set(val *DescribeProjectReply)
- func (v *NullableDescribeProjectReply) UnmarshalJSON(src []byte) error
- func (v *NullableDescribeProjectReply) Unset()
- type NullableDescribeProjectRequest
- func (v NullableDescribeProjectRequest) Get() *DescribeProjectRequest
- func (v NullableDescribeProjectRequest) IsSet() bool
- func (v NullableDescribeProjectRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDescribeProjectRequest) Set(val *DescribeProjectRequest)
- func (v *NullableDescribeProjectRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDescribeProjectRequest) Unset()
- type NullableDescribeServiceReply
- func (v NullableDescribeServiceReply) Get() *DescribeServiceReply
- func (v NullableDescribeServiceReply) IsSet() bool
- func (v NullableDescribeServiceReply) MarshalJSON() ([]byte, error)
- func (v *NullableDescribeServiceReply) Set(val *DescribeServiceReply)
- func (v *NullableDescribeServiceReply) UnmarshalJSON(src []byte) error
- func (v *NullableDescribeServiceReply) Unset()
- type NullableDescribeServiceRequest
- func (v NullableDescribeServiceRequest) Get() *DescribeServiceRequest
- func (v NullableDescribeServiceRequest) IsSet() bool
- func (v NullableDescribeServiceRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDescribeServiceRequest) Set(val *DescribeServiceRequest)
- func (v *NullableDescribeServiceRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDescribeServiceRequest) Unset()
- type NullableDescribeSiteReply
- func (v NullableDescribeSiteReply) Get() *DescribeSiteReply
- func (v NullableDescribeSiteReply) IsSet() bool
- func (v NullableDescribeSiteReply) MarshalJSON() ([]byte, error)
- func (v *NullableDescribeSiteReply) Set(val *DescribeSiteReply)
- func (v *NullableDescribeSiteReply) UnmarshalJSON(src []byte) error
- func (v *NullableDescribeSiteReply) Unset()
- type NullableDescribeSiteRequest
- func (v NullableDescribeSiteRequest) Get() *DescribeSiteRequest
- func (v NullableDescribeSiteRequest) IsSet() bool
- func (v NullableDescribeSiteRequest) MarshalJSON() ([]byte, error)
- func (v *NullableDescribeSiteRequest) Set(val *DescribeSiteRequest)
- func (v *NullableDescribeSiteRequest) UnmarshalJSON(src []byte) error
- func (v *NullableDescribeSiteRequest) Unset()
- type NullableEnvironmentDescription
- func (v NullableEnvironmentDescription) Get() *EnvironmentDescription
- func (v NullableEnvironmentDescription) IsSet() bool
- func (v NullableEnvironmentDescription) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentDescription) Set(val *EnvironmentDescription)
- func (v *NullableEnvironmentDescription) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentDescription) Unset()
- type NullableEnvironmentHeader
- func (v NullableEnvironmentHeader) Get() *EnvironmentHeader
- func (v NullableEnvironmentHeader) IsSet() bool
- func (v NullableEnvironmentHeader) MarshalJSON() ([]byte, error)
- func (v *NullableEnvironmentHeader) Set(val *EnvironmentHeader)
- func (v *NullableEnvironmentHeader) UnmarshalJSON(src []byte) error
- func (v *NullableEnvironmentHeader) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableGetLogsEntry
- func (v NullableGetLogsEntry) Get() *GetLogsEntry
- func (v NullableGetLogsEntry) IsSet() bool
- func (v NullableGetLogsEntry) MarshalJSON() ([]byte, error)
- func (v *NullableGetLogsEntry) Set(val *GetLogsEntry)
- func (v *NullableGetLogsEntry) UnmarshalJSON(src []byte) error
- func (v *NullableGetLogsEntry) Unset()
- type NullableGetLogsReply
- func (v NullableGetLogsReply) Get() *GetLogsReply
- func (v NullableGetLogsReply) IsSet() bool
- func (v NullableGetLogsReply) MarshalJSON() ([]byte, error)
- func (v *NullableGetLogsReply) Set(val *GetLogsReply)
- func (v *NullableGetLogsReply) UnmarshalJSON(src []byte) error
- func (v *NullableGetLogsReply) Unset()
- type NullableGetLogsRequest
- func (v NullableGetLogsRequest) Get() *GetLogsRequest
- func (v NullableGetLogsRequest) IsSet() bool
- func (v NullableGetLogsRequest) MarshalJSON() ([]byte, error)
- func (v *NullableGetLogsRequest) Set(val *GetLogsRequest)
- func (v *NullableGetLogsRequest) UnmarshalJSON(src []byte) error
- func (v *NullableGetLogsRequest) Unset()
- type NullableGetMetricSamplesReply
- func (v NullableGetMetricSamplesReply) Get() *GetMetricSamplesReply
- func (v NullableGetMetricSamplesReply) IsSet() bool
- func (v NullableGetMetricSamplesReply) MarshalJSON() ([]byte, error)
- func (v *NullableGetMetricSamplesReply) Set(val *GetMetricSamplesReply)
- func (v *NullableGetMetricSamplesReply) UnmarshalJSON(src []byte) error
- func (v *NullableGetMetricSamplesReply) Unset()
- type NullableGetMetricSamplesRequest
- func (v NullableGetMetricSamplesRequest) Get() *GetMetricSamplesRequest
- func (v NullableGetMetricSamplesRequest) IsSet() bool
- func (v NullableGetMetricSamplesRequest) MarshalJSON() ([]byte, error)
- func (v *NullableGetMetricSamplesRequest) Set(val *GetMetricSamplesRequest)
- func (v *NullableGetMetricSamplesRequest) UnmarshalJSON(src []byte) error
- func (v *NullableGetMetricSamplesRequest) Unset()
- type NullableGetUploadURLReply
- func (v NullableGetUploadURLReply) Get() *GetUploadURLReply
- func (v NullableGetUploadURLReply) IsSet() bool
- func (v NullableGetUploadURLReply) MarshalJSON() ([]byte, error)
- func (v *NullableGetUploadURLReply) Set(val *GetUploadURLReply)
- func (v *NullableGetUploadURLReply) UnmarshalJSON(src []byte) error
- func (v *NullableGetUploadURLReply) Unset()
- type NullableGetUploadURLRequest
- func (v NullableGetUploadURLRequest) Get() *GetUploadURLRequest
- func (v NullableGetUploadURLRequest) IsSet() bool
- func (v NullableGetUploadURLRequest) MarshalJSON() ([]byte, error)
- func (v *NullableGetUploadURLRequest) Set(val *GetUploadURLRequest)
- func (v *NullableGetUploadURLRequest) UnmarshalJSON(src []byte) error
- func (v *NullableGetUploadURLRequest) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableListApiKeysReply
- func (v NullableListApiKeysReply) Get() *ListApiKeysReply
- func (v NullableListApiKeysReply) IsSet() bool
- func (v NullableListApiKeysReply) MarshalJSON() ([]byte, error)
- func (v *NullableListApiKeysReply) Set(val *ListApiKeysReply)
- func (v *NullableListApiKeysReply) UnmarshalJSON(src []byte) error
- func (v *NullableListApiKeysReply) Unset()
- type NullableListDatabasesReply
- func (v NullableListDatabasesReply) Get() *ListDatabasesReply
- func (v NullableListDatabasesReply) IsSet() bool
- func (v NullableListDatabasesReply) MarshalJSON() ([]byte, error)
- func (v *NullableListDatabasesReply) Set(val *ListDatabasesReply)
- func (v *NullableListDatabasesReply) UnmarshalJSON(src []byte) error
- func (v *NullableListDatabasesReply) Unset()
- type NullableListDatabasesRequest
- func (v NullableListDatabasesRequest) Get() *ListDatabasesRequest
- func (v NullableListDatabasesRequest) IsSet() bool
- func (v NullableListDatabasesRequest) MarshalJSON() ([]byte, error)
- func (v *NullableListDatabasesRequest) Set(val *ListDatabasesRequest)
- func (v *NullableListDatabasesRequest) UnmarshalJSON(src []byte) error
- func (v *NullableListDatabasesRequest) Unset()
- type NullableListDatastoresReply
- func (v NullableListDatastoresReply) Get() *ListDatastoresReply
- func (v NullableListDatastoresReply) IsSet() bool
- func (v NullableListDatastoresReply) MarshalJSON() ([]byte, error)
- func (v *NullableListDatastoresReply) Set(val *ListDatastoresReply)
- func (v *NullableListDatastoresReply) UnmarshalJSON(src []byte) error
- func (v *NullableListDatastoresReply) Unset()
- type NullableListDatastoresRequest
- func (v NullableListDatastoresRequest) Get() *ListDatastoresRequest
- func (v NullableListDatastoresRequest) IsSet() bool
- func (v NullableListDatastoresRequest) MarshalJSON() ([]byte, error)
- func (v *NullableListDatastoresRequest) Set(val *ListDatastoresRequest)
- func (v *NullableListDatastoresRequest) UnmarshalJSON(src []byte) error
- func (v *NullableListDatastoresRequest) Unset()
- type NullableListDeploymentsReply
- func (v NullableListDeploymentsReply) Get() *ListDeploymentsReply
- func (v NullableListDeploymentsReply) IsSet() bool
- func (v NullableListDeploymentsReply) MarshalJSON() ([]byte, error)
- func (v *NullableListDeploymentsReply) Set(val *ListDeploymentsReply)
- func (v *NullableListDeploymentsReply) UnmarshalJSON(src []byte) error
- func (v *NullableListDeploymentsReply) Unset()
- type NullableListDeploymentsRequest
- func (v NullableListDeploymentsRequest) Get() *ListDeploymentsRequest
- func (v NullableListDeploymentsRequest) IsSet() bool
- func (v NullableListDeploymentsRequest) MarshalJSON() ([]byte, error)
- func (v *NullableListDeploymentsRequest) Set(val *ListDeploymentsRequest)
- func (v *NullableListDeploymentsRequest) UnmarshalJSON(src []byte) error
- func (v *NullableListDeploymentsRequest) Unset()
- type NullableListEnvironmentsReply
- func (v NullableListEnvironmentsReply) Get() *ListEnvironmentsReply
- func (v NullableListEnvironmentsReply) IsSet() bool
- func (v NullableListEnvironmentsReply) MarshalJSON() ([]byte, error)
- func (v *NullableListEnvironmentsReply) Set(val *ListEnvironmentsReply)
- func (v *NullableListEnvironmentsReply) UnmarshalJSON(src []byte) error
- func (v *NullableListEnvironmentsReply) Unset()
- type NullableListMetricsEntry
- func (v NullableListMetricsEntry) Get() *ListMetricsEntry
- func (v NullableListMetricsEntry) IsSet() bool
- func (v NullableListMetricsEntry) MarshalJSON() ([]byte, error)
- func (v *NullableListMetricsEntry) Set(val *ListMetricsEntry)
- func (v *NullableListMetricsEntry) UnmarshalJSON(src []byte) error
- func (v *NullableListMetricsEntry) Unset()
- type NullableListMetricsReply
- func (v NullableListMetricsReply) Get() *ListMetricsReply
- func (v NullableListMetricsReply) IsSet() bool
- func (v NullableListMetricsReply) MarshalJSON() ([]byte, error)
- func (v *NullableListMetricsReply) Set(val *ListMetricsReply)
- func (v *NullableListMetricsReply) UnmarshalJSON(src []byte) error
- func (v *NullableListMetricsReply) Unset()
- type NullableListMetricsRequest
- func (v NullableListMetricsRequest) Get() *ListMetricsRequest
- func (v NullableListMetricsRequest) IsSet() bool
- func (v NullableListMetricsRequest) MarshalJSON() ([]byte, error)
- func (v *NullableListMetricsRequest) Set(val *ListMetricsRequest)
- func (v *NullableListMetricsRequest) UnmarshalJSON(src []byte) error
- func (v *NullableListMetricsRequest) Unset()
- type NullableListPackagesReply
- func (v NullableListPackagesReply) Get() *ListPackagesReply
- func (v NullableListPackagesReply) IsSet() bool
- func (v NullableListPackagesReply) MarshalJSON() ([]byte, error)
- func (v *NullableListPackagesReply) Set(val *ListPackagesReply)
- func (v *NullableListPackagesReply) UnmarshalJSON(src []byte) error
- func (v *NullableListPackagesReply) Unset()
- type NullableListPackagesReplyListPackagesItem
- func (v NullableListPackagesReplyListPackagesItem) Get() *ListPackagesReplyListPackagesItem
- func (v NullableListPackagesReplyListPackagesItem) IsSet() bool
- func (v NullableListPackagesReplyListPackagesItem) MarshalJSON() ([]byte, error)
- func (v *NullableListPackagesReplyListPackagesItem) Set(val *ListPackagesReplyListPackagesItem)
- func (v *NullableListPackagesReplyListPackagesItem) UnmarshalJSON(src []byte) error
- func (v *NullableListPackagesReplyListPackagesItem) Unset()
- type NullableListPackagesRequest
- func (v NullableListPackagesRequest) Get() *ListPackagesRequest
- func (v NullableListPackagesRequest) IsSet() bool
- func (v NullableListPackagesRequest) MarshalJSON() ([]byte, error)
- func (v *NullableListPackagesRequest) Set(val *ListPackagesRequest)
- func (v *NullableListPackagesRequest) UnmarshalJSON(src []byte) error
- func (v *NullableListPackagesRequest) Unset()
- type NullableListProjectsReply
- func (v NullableListProjectsReply) Get() *ListProjectsReply
- func (v NullableListProjectsReply) IsSet() bool
- func (v NullableListProjectsReply) MarshalJSON() ([]byte, error)
- func (v *NullableListProjectsReply) Set(val *ListProjectsReply)
- func (v *NullableListProjectsReply) UnmarshalJSON(src []byte) error
- func (v *NullableListProjectsReply) Unset()
- type NullableListServicesReply
- func (v NullableListServicesReply) Get() *ListServicesReply
- func (v NullableListServicesReply) IsSet() bool
- func (v NullableListServicesReply) MarshalJSON() ([]byte, error)
- func (v *NullableListServicesReply) Set(val *ListServicesReply)
- func (v *NullableListServicesReply) UnmarshalJSON(src []byte) error
- func (v *NullableListServicesReply) Unset()
- type NullableListServicesRequest
- func (v NullableListServicesRequest) Get() *ListServicesRequest
- func (v NullableListServicesRequest) IsSet() bool
- func (v NullableListServicesRequest) MarshalJSON() ([]byte, error)
- func (v *NullableListServicesRequest) Set(val *ListServicesRequest)
- func (v *NullableListServicesRequest) UnmarshalJSON(src []byte) error
- func (v *NullableListServicesRequest) Unset()
- type NullableMetricsFormat
- func (v NullableMetricsFormat) Get() *MetricsFormat
- func (v NullableMetricsFormat) IsSet() bool
- func (v NullableMetricsFormat) MarshalJSON() ([]byte, error)
- func (v *NullableMetricsFormat) Set(val *MetricsFormat)
- func (v *NullableMetricsFormat) UnmarshalJSON(src []byte) error
- func (v *NullableMetricsFormat) Unset()
- type NullableMetricsScope
- func (v NullableMetricsScope) Get() *MetricsScope
- func (v NullableMetricsScope) IsSet() bool
- func (v NullableMetricsScope) MarshalJSON() ([]byte, error)
- func (v *NullableMetricsScope) Set(val *MetricsScope)
- func (v *NullableMetricsScope) UnmarshalJSON(src []byte) error
- func (v *NullableMetricsScope) Unset()
- type NullablePackageDescription
- func (v NullablePackageDescription) Get() *PackageDescription
- func (v NullablePackageDescription) IsSet() bool
- func (v NullablePackageDescription) MarshalJSON() ([]byte, error)
- func (v *NullablePackageDescription) Set(val *PackageDescription)
- func (v *NullablePackageDescription) UnmarshalJSON(src []byte) error
- func (v *NullablePackageDescription) Unset()
- type NullablePackageState
- func (v NullablePackageState) Get() *PackageState
- func (v NullablePackageState) IsSet() bool
- func (v NullablePackageState) MarshalJSON() ([]byte, error)
- func (v *NullablePackageState) Set(val *PackageState)
- func (v *NullablePackageState) UnmarshalJSON(src []byte) error
- func (v *NullablePackageState) Unset()
- type NullableProjEnvHeader
- func (v NullableProjEnvHeader) Get() *ProjEnvHeader
- func (v NullableProjEnvHeader) IsSet() bool
- func (v NullableProjEnvHeader) MarshalJSON() ([]byte, error)
- func (v *NullableProjEnvHeader) Set(val *ProjEnvHeader)
- func (v *NullableProjEnvHeader) UnmarshalJSON(src []byte) error
- func (v *NullableProjEnvHeader) Unset()
- type NullableProjectDescription
- func (v NullableProjectDescription) Get() *ProjectDescription
- func (v NullableProjectDescription) IsSet() bool
- func (v NullableProjectDescription) MarshalJSON() ([]byte, error)
- func (v *NullableProjectDescription) Set(val *ProjectDescription)
- func (v *NullableProjectDescription) UnmarshalJSON(src []byte) error
- func (v *NullableProjectDescription) Unset()
- type NullableProjectHeader
- func (v NullableProjectHeader) Get() *ProjectHeader
- func (v NullableProjectHeader) IsSet() bool
- func (v NullableProjectHeader) MarshalJSON() ([]byte, error)
- func (v *NullableProjectHeader) Set(val *ProjectHeader)
- func (v *NullableProjectHeader) UnmarshalJSON(src []byte) error
- func (v *NullableProjectHeader) Unset()
- type NullableProjectState
- func (v NullableProjectState) Get() *ProjectState
- func (v NullableProjectState) IsSet() bool
- func (v NullableProjectState) MarshalJSON() ([]byte, error)
- func (v *NullableProjectState) Set(val *ProjectState)
- func (v *NullableProjectState) UnmarshalJSON(src []byte) error
- func (v *NullableProjectState) Unset()
- type NullableProtobufAny
- func (v NullableProtobufAny) Get() *ProtobufAny
- func (v NullableProtobufAny) IsSet() bool
- func (v NullableProtobufAny) MarshalJSON() ([]byte, error)
- func (v *NullableProtobufAny) Set(val *ProtobufAny)
- func (v *NullableProtobufAny) UnmarshalJSON(src []byte) error
- func (v *NullableProtobufAny) Unset()
- type NullableRpcStatus
- type NullableServiceDescription
- func (v NullableServiceDescription) Get() *ServiceDescription
- func (v NullableServiceDescription) IsSet() bool
- func (v NullableServiceDescription) MarshalJSON() ([]byte, error)
- func (v *NullableServiceDescription) Set(val *ServiceDescription)
- func (v *NullableServiceDescription) UnmarshalJSON(src []byte) error
- func (v *NullableServiceDescription) Unset()
- type NullableServiceHeader
- func (v NullableServiceHeader) Get() *ServiceHeader
- func (v NullableServiceHeader) IsSet() bool
- func (v NullableServiceHeader) MarshalJSON() ([]byte, error)
- func (v *NullableServiceHeader) Set(val *ServiceHeader)
- func (v *NullableServiceHeader) UnmarshalJSON(src []byte) error
- func (v *NullableServiceHeader) Unset()
- type NullableServiceRunnerResult
- func (v NullableServiceRunnerResult) Get() *ServiceRunnerResult
- func (v NullableServiceRunnerResult) IsSet() bool
- func (v NullableServiceRunnerResult) MarshalJSON() ([]byte, error)
- func (v *NullableServiceRunnerResult) Set(val *ServiceRunnerResult)
- func (v *NullableServiceRunnerResult) UnmarshalJSON(src []byte) error
- func (v *NullableServiceRunnerResult) Unset()
- type NullableServiceRunnerStatus
- func (v NullableServiceRunnerStatus) Get() *ServiceRunnerStatus
- func (v NullableServiceRunnerStatus) IsSet() bool
- func (v NullableServiceRunnerStatus) MarshalJSON() ([]byte, error)
- func (v *NullableServiceRunnerStatus) Set(val *ServiceRunnerStatus)
- func (v *NullableServiceRunnerStatus) UnmarshalJSON(src []byte) error
- func (v *NullableServiceRunnerStatus) Unset()
- type NullableString
- type NullableTime
- type NullableUploadPackageReply
- func (v NullableUploadPackageReply) Get() *UploadPackageReply
- func (v NullableUploadPackageReply) IsSet() bool
- func (v NullableUploadPackageReply) MarshalJSON() ([]byte, error)
- func (v *NullableUploadPackageReply) Set(val *UploadPackageReply)
- func (v *NullableUploadPackageReply) UnmarshalJSON(src []byte) error
- func (v *NullableUploadPackageReply) Unset()
- type NullableUploadPackageRequest
- func (v NullableUploadPackageRequest) Get() *UploadPackageRequest
- func (v NullableUploadPackageRequest) IsSet() bool
- func (v NullableUploadPackageRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUploadPackageRequest) Set(val *UploadPackageRequest)
- func (v *NullableUploadPackageRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUploadPackageRequest) Unset()
- type PackageDescription
- func (o *PackageDescription) GetPackageId() string
- func (o *PackageDescription) GetPackageIdOk() (*string, bool)
- func (o *PackageDescription) GetPackageSize() string
- func (o *PackageDescription) GetPackageSizeOk() (*string, bool)
- func (o *PackageDescription) GetProjId() string
- func (o *PackageDescription) GetProjIdOk() (*string, bool)
- func (o *PackageDescription) GetState() PackageState
- func (o *PackageDescription) GetStateOk() (*PackageState, bool)
- func (o *PackageDescription) GetUploadTime() string
- func (o *PackageDescription) GetUploadTimeOk() (*string, bool)
- func (o *PackageDescription) HasPackageId() bool
- func (o *PackageDescription) HasPackageSize() bool
- func (o *PackageDescription) HasProjId() bool
- func (o *PackageDescription) HasState() bool
- func (o *PackageDescription) HasUploadTime() bool
- func (o PackageDescription) MarshalJSON() ([]byte, error)
- func (o *PackageDescription) SetPackageId(v string)
- func (o *PackageDescription) SetPackageSize(v string)
- func (o *PackageDescription) SetProjId(v string)
- func (o *PackageDescription) SetState(v PackageState)
- func (o *PackageDescription) SetUploadTime(v string)
- func (o PackageDescription) ToMap() (map[string]interface{}, error)
- type PackageState
- type ProjEnvHeader
- func (o *ProjEnvHeader) GetEnvId() string
- func (o *ProjEnvHeader) GetEnvIdOk() (*string, bool)
- func (o *ProjEnvHeader) GetProjId() string
- func (o *ProjEnvHeader) GetProjIdOk() (*string, bool)
- func (o *ProjEnvHeader) HasEnvId() bool
- func (o *ProjEnvHeader) HasProjId() bool
- func (o ProjEnvHeader) MarshalJSON() ([]byte, error)
- func (o *ProjEnvHeader) SetEnvId(v string)
- func (o *ProjEnvHeader) SetProjId(v string)
- func (o ProjEnvHeader) ToMap() (map[string]interface{}, error)
- type ProjectDescription
- func (o *ProjectDescription) GetActiveDeployIds() []string
- func (o *ProjectDescription) GetActiveDeployIdsOk() ([]string, bool)
- func (o *ProjectDescription) GetCreateTime() string
- func (o *ProjectDescription) GetCreateTimeOk() (*string, bool)
- func (o *ProjectDescription) GetHeader() ProjectHeader
- func (o *ProjectDescription) GetHeaderOk() (*ProjectHeader, bool)
- func (o *ProjectDescription) GetId() string
- func (o *ProjectDescription) GetIdOk() (*string, bool)
- func (o *ProjectDescription) GetPendingDeployIds() []string
- func (o *ProjectDescription) GetPendingDeployIdsOk() ([]string, bool)
- func (o *ProjectDescription) GetState() ProjectState
- func (o *ProjectDescription) GetStateOk() (*ProjectState, bool)
- func (o *ProjectDescription) HasActiveDeployIds() bool
- func (o *ProjectDescription) HasCreateTime() bool
- func (o *ProjectDescription) HasHeader() bool
- func (o *ProjectDescription) HasId() bool
- func (o *ProjectDescription) HasPendingDeployIds() bool
- func (o *ProjectDescription) HasState() bool
- func (o ProjectDescription) MarshalJSON() ([]byte, error)
- func (o *ProjectDescription) SetActiveDeployIds(v []string)
- func (o *ProjectDescription) SetCreateTime(v string)
- func (o *ProjectDescription) SetHeader(v ProjectHeader)
- func (o *ProjectDescription) SetId(v string)
- func (o *ProjectDescription) SetPendingDeployIds(v []string)
- func (o *ProjectDescription) SetState(v ProjectState)
- func (o ProjectDescription) ToMap() (map[string]interface{}, error)
- type ProjectHeader
- func (o *ProjectHeader) GetDnsDomain() string
- func (o *ProjectHeader) GetDnsDomainOk() (*string, bool)
- func (o *ProjectHeader) GetDnsPrefix() string
- func (o *ProjectHeader) GetDnsPrefixOk() (*string, bool)
- func (o *ProjectHeader) GetName() string
- func (o *ProjectHeader) GetNameOk() (*string, bool)
- func (o *ProjectHeader) HasDnsDomain() bool
- func (o *ProjectHeader) HasDnsPrefix() bool
- func (o *ProjectHeader) HasName() bool
- func (o ProjectHeader) MarshalJSON() ([]byte, error)
- func (o *ProjectHeader) SetDnsDomain(v string)
- func (o *ProjectHeader) SetDnsPrefix(v string)
- func (o *ProjectHeader) SetName(v string)
- func (o ProjectHeader) ToMap() (map[string]interface{}, error)
- type ProjectState
- type ProtobufAny
- func (o *ProtobufAny) GetType() string
- func (o *ProtobufAny) GetTypeOk() (*string, bool)
- func (o *ProtobufAny) HasType() bool
- func (o ProtobufAny) MarshalJSON() ([]byte, error)
- func (o *ProtobufAny) SetType(v string)
- func (o ProtobufAny) ToMap() (map[string]interface{}, error)
- func (o *ProtobufAny) UnmarshalJSON(data []byte) (err error)
- type RpcStatus
- func (o *RpcStatus) GetCode() int32
- func (o *RpcStatus) GetCodeOk() (*int32, bool)
- func (o *RpcStatus) GetDetails() []ProtobufAny
- func (o *RpcStatus) GetDetailsOk() ([]ProtobufAny, bool)
- func (o *RpcStatus) GetMessage() string
- func (o *RpcStatus) GetMessageOk() (*string, bool)
- func (o *RpcStatus) HasCode() bool
- func (o *RpcStatus) HasDetails() bool
- func (o *RpcStatus) HasMessage() bool
- func (o RpcStatus) MarshalJSON() ([]byte, error)
- func (o *RpcStatus) SetCode(v int32)
- func (o *RpcStatus) SetDetails(v []ProtobufAny)
- func (o *RpcStatus) SetMessage(v string)
- func (o RpcStatus) ToMap() (map[string]interface{}, error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type ServiceDescription
- func (o *ServiceDescription) GetApiDef() string
- func (o *ServiceDescription) GetApiDefOk() (*string, bool)
- func (o *ServiceDescription) GetDatabaseNames() []string
- func (o *ServiceDescription) GetDatabaseNamesOk() ([]string, bool)
- func (o *ServiceDescription) GetDatastoreNames() []string
- func (o *ServiceDescription) GetDatastoreNamesOk() ([]string, bool)
- func (o *ServiceDescription) GetPort() string
- func (o *ServiceDescription) GetPortOk() (*string, bool)
- func (o *ServiceDescription) GetRpcEndpoints() []string
- func (o *ServiceDescription) GetRpcEndpointsOk() ([]string, bool)
- func (o *ServiceDescription) GetSvcHeader() ServiceHeader
- func (o *ServiceDescription) GetSvcHeaderOk() (*ServiceHeader, bool)
- func (o *ServiceDescription) HasApiDef() bool
- func (o *ServiceDescription) HasDatabaseNames() bool
- func (o *ServiceDescription) HasDatastoreNames() bool
- func (o *ServiceDescription) HasPort() bool
- func (o *ServiceDescription) HasRpcEndpoints() bool
- func (o *ServiceDescription) HasSvcHeader() bool
- func (o ServiceDescription) MarshalJSON() ([]byte, error)
- func (o *ServiceDescription) SetApiDef(v string)
- func (o *ServiceDescription) SetDatabaseNames(v []string)
- func (o *ServiceDescription) SetDatastoreNames(v []string)
- func (o *ServiceDescription) SetPort(v string)
- func (o *ServiceDescription) SetRpcEndpoints(v []string)
- func (o *ServiceDescription) SetSvcHeader(v ServiceHeader)
- func (o ServiceDescription) ToMap() (map[string]interface{}, error)
- type ServiceHeader
- func (o *ServiceHeader) GetProjEnvHeader() ProjEnvHeader
- func (o *ServiceHeader) GetProjEnvHeaderOk() (*ProjEnvHeader, bool)
- func (o *ServiceHeader) GetServiceName() string
- func (o *ServiceHeader) GetServiceNameOk() (*string, bool)
- func (o *ServiceHeader) HasProjEnvHeader() bool
- func (o *ServiceHeader) HasServiceName() bool
- func (o ServiceHeader) MarshalJSON() ([]byte, error)
- func (o *ServiceHeader) SetProjEnvHeader(v ProjEnvHeader)
- func (o *ServiceHeader) SetServiceName(v string)
- func (o ServiceHeader) ToMap() (map[string]interface{}, error)
- type ServiceRunnerAPIService
- func (a *ServiceRunnerAPIService) CreateApiKey(ctx context.Context) ApiCreateApiKeyRequest
- func (a *ServiceRunnerAPIService) CreateApiKeyExecute(r ApiCreateApiKeyRequest) (*CreateApiKeyReply, *http.Response, error)
- func (a *ServiceRunnerAPIService) CreateDeployment(ctx context.Context) ApiCreateDeploymentRequest
- func (a *ServiceRunnerAPIService) CreateDeploymentExecute(r ApiCreateDeploymentRequest) (*CreateDeploymentReply, *http.Response, error)
- func (a *ServiceRunnerAPIService) CreateEnvironment(ctx context.Context) ApiCreateEnvironmentRequest
- func (a *ServiceRunnerAPIService) CreateEnvironmentExecute(r ApiCreateEnvironmentRequest) (*CreateEnvironmentReply, *http.Response, error)
- func (a *ServiceRunnerAPIService) CreateProject(ctx context.Context) ApiCreateProjectRequest
- func (a *ServiceRunnerAPIService) CreateProjectExecute(r ApiCreateProjectRequest) (*CreateProjectReply, *http.Response, error)
- func (a *ServiceRunnerAPIService) DeactivateProject(ctx context.Context) ApiDeactivateProjectRequest
- func (a *ServiceRunnerAPIService) DeactivateProjectExecute(r ApiDeactivateProjectRequest) (*DeactivateProjectReply, *http.Response, error)
- func (a *ServiceRunnerAPIService) DeleteApiKey(ctx context.Context) ApiDeleteApiKeyRequest
- func (a *ServiceRunnerAPIService) DeleteApiKeyExecute(r ApiDeleteApiKeyRequest) (*DeleteApiKeyReply, *http.Response, error)
- func (a *ServiceRunnerAPIService) DeleteEnvironment(ctx context.Context) ApiDeleteEnvironmentRequest
- func (a *ServiceRunnerAPIService) DeleteEnvironmentExecute(r ApiDeleteEnvironmentRequest) (*DeleteEnvironmentReply, *http.Response, error)
- func (a *ServiceRunnerAPIService) DeletePackage(ctx context.Context) ApiDeletePackageRequest
- func (a *ServiceRunnerAPIService) DeletePackageExecute(r ApiDeletePackageRequest) (*DeletePackageReply, *http.Response, error)
- func (a *ServiceRunnerAPIService) DeleteProject(ctx context.Context) ApiDeleteProjectRequest
- func (a *ServiceRunnerAPIService) DeleteProjectExecute(r ApiDeleteProjectRequest) (*DeleteProjectReply, *http.Response, error)
- func (a *ServiceRunnerAPIService) DescribeApiKey(ctx context.Context) ApiDescribeApiKeyRequest
- func (a *ServiceRunnerAPIService) DescribeApiKeyExecute(r ApiDescribeApiKeyRequest) (*DescribeApiKeyReply, *http.Response, error)
- func (a *ServiceRunnerAPIService) DescribeDatabase(ctx context.Context) ApiDescribeDatabaseRequest
- func (a *ServiceRunnerAPIService) DescribeDatabaseExecute(r ApiDescribeDatabaseRequest) (*DescribeDatabaseReply, *http.Response, error)
- func (a *ServiceRunnerAPIService) DescribeDatastore(ctx context.Context) ApiDescribeDatastoreRequest
- func (a *ServiceRunnerAPIService) DescribeDatastoreExecute(r ApiDescribeDatastoreRequest) (*DescribeDatastoreReply, *http.Response, error)
- func (a *ServiceRunnerAPIService) DescribeDeployment(ctx context.Context) ApiDescribeDeploymentRequest
- func (a *ServiceRunnerAPIService) DescribeDeploymentExecute(r ApiDescribeDeploymentRequest) (*DescribeDeploymentReply, *http.Response, error)
- func (a *ServiceRunnerAPIService) DescribeEnvironment(ctx context.Context) ApiDescribeEnvironmentRequest
- func (a *ServiceRunnerAPIService) DescribeEnvironmentExecute(r ApiDescribeEnvironmentRequest) (*DescribeEnvironmentReply, *http.Response, error)
- func (a *ServiceRunnerAPIService) DescribePackage(ctx context.Context) ApiDescribePackageRequest
- func (a *ServiceRunnerAPIService) DescribePackageExecute(r ApiDescribePackageRequest) (*DescribePackageReply, *http.Response, error)
- func (a *ServiceRunnerAPIService) DescribeProject(ctx context.Context) ApiDescribeProjectRequest
- func (a *ServiceRunnerAPIService) DescribeProjectExecute(r ApiDescribeProjectRequest) (*DescribeProjectReply, *http.Response, error)
- func (a *ServiceRunnerAPIService) DescribeService(ctx context.Context) ApiDescribeServiceRequest
- func (a *ServiceRunnerAPIService) DescribeServiceExecute(r ApiDescribeServiceRequest) (*DescribeServiceReply, *http.Response, error)
- func (a *ServiceRunnerAPIService) DescribeSite(ctx context.Context) ApiDescribeSiteRequest
- func (a *ServiceRunnerAPIService) DescribeSiteExecute(r ApiDescribeSiteRequest) (*DescribeSiteReply, *http.Response, error)
- func (a *ServiceRunnerAPIService) GetLogs(ctx context.Context) ApiGetLogsRequest
- func (a *ServiceRunnerAPIService) GetLogsExecute(r ApiGetLogsRequest) (*GetLogsReply, *http.Response, error)
- func (a *ServiceRunnerAPIService) GetMetricSamples(ctx context.Context) ApiGetMetricSamplesRequest
- func (a *ServiceRunnerAPIService) GetMetricSamplesExecute(r ApiGetMetricSamplesRequest) (*GetMetricSamplesReply, *http.Response, error)
- func (a *ServiceRunnerAPIService) GetUploadURL(ctx context.Context) ApiGetUploadURLRequest
- func (a *ServiceRunnerAPIService) GetUploadURLExecute(r ApiGetUploadURLRequest) (*GetUploadURLReply, *http.Response, error)
- func (a *ServiceRunnerAPIService) ListApiKeys(ctx context.Context) ApiListApiKeysRequest
- func (a *ServiceRunnerAPIService) ListApiKeysExecute(r ApiListApiKeysRequest) (*ListApiKeysReply, *http.Response, error)
- func (a *ServiceRunnerAPIService) ListDatabases(ctx context.Context) ApiListDatabasesRequest
- func (a *ServiceRunnerAPIService) ListDatabasesExecute(r ApiListDatabasesRequest) (*ListDatabasesReply, *http.Response, error)
- func (a *ServiceRunnerAPIService) ListDatastores(ctx context.Context) ApiListDatastoresRequest
- func (a *ServiceRunnerAPIService) ListDatastoresExecute(r ApiListDatastoresRequest) (*ListDatastoresReply, *http.Response, error)
- func (a *ServiceRunnerAPIService) ListDeployments(ctx context.Context) ApiListDeploymentsRequest
- func (a *ServiceRunnerAPIService) ListDeploymentsExecute(r ApiListDeploymentsRequest) (*ListDeploymentsReply, *http.Response, error)
- func (a *ServiceRunnerAPIService) ListEnvironments(ctx context.Context) ApiListEnvironmentsRequest
- func (a *ServiceRunnerAPIService) ListEnvironmentsExecute(r ApiListEnvironmentsRequest) (*ListEnvironmentsReply, *http.Response, error)
- func (a *ServiceRunnerAPIService) ListMetrics(ctx context.Context) ApiListMetricsRequest
- func (a *ServiceRunnerAPIService) ListMetricsExecute(r ApiListMetricsRequest) (*ListMetricsReply, *http.Response, error)
- func (a *ServiceRunnerAPIService) ListPackages(ctx context.Context) ApiListPackagesRequest
- func (a *ServiceRunnerAPIService) ListPackagesExecute(r ApiListPackagesRequest) (*ListPackagesReply, *http.Response, error)
- func (a *ServiceRunnerAPIService) ListProjects(ctx context.Context) ApiListProjectsRequest
- func (a *ServiceRunnerAPIService) ListProjectsExecute(r ApiListProjectsRequest) (*ListProjectsReply, *http.Response, error)
- func (a *ServiceRunnerAPIService) ListServices(ctx context.Context) ApiListServicesRequest
- func (a *ServiceRunnerAPIService) ListServicesExecute(r ApiListServicesRequest) (*ListServicesReply, *http.Response, error)
- func (a *ServiceRunnerAPIService) UploadPackage(ctx context.Context) ApiUploadPackageRequest
- func (a *ServiceRunnerAPIService) UploadPackageExecute(r ApiUploadPackageRequest) (*UploadPackageReply, *http.Response, error)
- type ServiceRunnerResult
- func (o *ServiceRunnerResult) GetStatus() ServiceRunnerStatus
- func (o *ServiceRunnerResult) GetStatusDetail() string
- func (o *ServiceRunnerResult) GetStatusDetailOk() (*string, bool)
- func (o *ServiceRunnerResult) GetStatusOk() (*ServiceRunnerStatus, bool)
- func (o *ServiceRunnerResult) HasStatus() bool
- func (o *ServiceRunnerResult) HasStatusDetail() bool
- func (o ServiceRunnerResult) MarshalJSON() ([]byte, error)
- func (o *ServiceRunnerResult) SetStatus(v ServiceRunnerStatus)
- func (o *ServiceRunnerResult) SetStatusDetail(v string)
- func (o ServiceRunnerResult) ToMap() (map[string]interface{}, error)
- type ServiceRunnerStatus
- type UploadPackageReply
- func (o *UploadPackageReply) GetPkgId() string
- func (o *UploadPackageReply) GetPkgIdOk() (*string, bool)
- func (o *UploadPackageReply) GetResult() ServiceRunnerResult
- func (o *UploadPackageReply) GetResultOk() (*ServiceRunnerResult, bool)
- func (o *UploadPackageReply) HasPkgId() bool
- func (o *UploadPackageReply) HasResult() bool
- func (o UploadPackageReply) MarshalJSON() ([]byte, error)
- func (o *UploadPackageReply) SetPkgId(v string)
- func (o *UploadPackageReply) SetResult(v ServiceRunnerResult)
- func (o UploadPackageReply) ToMap() (map[string]interface{}, error)
- type UploadPackageRequest
- func (o *UploadPackageRequest) GetPackageTarballData() string
- func (o *UploadPackageRequest) GetPackageTarballDataOk() (*string, bool)
- func (o *UploadPackageRequest) GetPackageTarballURL() string
- func (o *UploadPackageRequest) GetPackageTarballURLOk() (*string, bool)
- func (o *UploadPackageRequest) GetPackageXsum() string
- func (o *UploadPackageRequest) GetPackageXsumOk() (*string, bool)
- func (o *UploadPackageRequest) GetProjId() string
- func (o *UploadPackageRequest) GetProjIdOk() (*string, bool)
- func (o *UploadPackageRequest) HasPackageTarballData() bool
- func (o *UploadPackageRequest) HasPackageTarballURL() bool
- func (o *UploadPackageRequest) HasPackageXsum() bool
- func (o *UploadPackageRequest) HasProjId() bool
- func (o UploadPackageRequest) MarshalJSON() ([]byte, error)
- func (o *UploadPackageRequest) SetPackageTarballData(v string)
- func (o *UploadPackageRequest) SetPackageTarballURL(v string)
- func (o *UploadPackageRequest) SetPackageXsum(v string)
- func (o *UploadPackageRequest) SetProjId(v string)
- func (o UploadPackageRequest) ToMap() (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
var ( JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) )
var ( // ContextAPIKeys takes a string apikey as authentication for the request ContextAPIKeys = contextKey("apiKeys") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
var AllowedDeploymentInitiatorEnumValues = []DeploymentInitiator{
"INVALID_DEPLOY_INIT",
"CUSTOMER",
"SERVICE",
"UNKNOWN_DEPLOY_INIT",
}
All allowed values of DeploymentInitiator enum
var AllowedDeploymentStateDetailEnumValues = []DeploymentStateDetail{
"INVALID_DEPLOY_STATE_DET",
"NONE",
"PKG_INVALID",
"BLD_INVALID",
"DPLY_SUPPORT_NEEDED",
"UNKNOWN_DEPLOY_STATE_DET",
}
All allowed values of DeploymentStateDetail enum
var AllowedDeploymentStateEnumValues = []DeploymentState{
"INVALID_DEPLOY_STATE",
"CREATED",
"DPLY_VALIDATING",
"DPLY_BUILDING",
"DEPLOYING",
"SUCCESS",
"FAILED",
"UNKNOWN_DEPLOY_STATE",
}
All allowed values of DeploymentState enum
var AllowedDeploymentTypeEnumValues = []DeploymentType{
"INVALID_DEPLOY_TYPE",
"NEW_PACKAGE",
"ENV_TEARDOWN",
"SECURITY_UPDATE",
"INF_UPDATE",
"UNKNOWN_DEPLOY_TYPE",
}
All allowed values of DeploymentType enum
var AllowedMetricsFormatEnumValues = []MetricsFormat{
"INVALID_METRIC_FORMAT",
"METRIC_FORMAT_OPENMETRICS",
"UNKNOWN_METRIC_FORMAT",
}
All allowed values of MetricsFormat enum
var AllowedMetricsScopeEnumValues = []MetricsScope{
"INVALID_METRIC_SCOPE",
"METRIC_SCOPE_ALL",
"METRIC_SCOPE_SERVICE",
"METRIC_SCOPE_DATASTORE",
"METRIC_SCOPE_DATABASE",
"UNKNOWN_METRIC_SCOPE",
}
All allowed values of MetricsScope enum
var AllowedPackageStateEnumValues = []PackageState{
"INVALID_PKG_STATE",
"UPLOADING",
"UPLOADED",
"PKG_VALIDATING",
"INVALID",
"PKG_BUILDING",
"PKG_SUPPORT_NEEDED",
"PKG_DELETED",
"BUILT",
"UNKNOWN_PKG_STATE",
}
All allowed values of PackageState enum
var AllowedProjectStateEnumValues = []ProjectState{
"INVALID_PROJ_STATE",
"INACTIVE",
"ACTIVE",
"PROJ_STATE_DELETED",
"UNKNOWN_PROJ_STATE",
}
All allowed values of ProjectState enum
var AllowedServiceRunnerStatusEnumValues = []ServiceRunnerStatus{
"STATUS_INVALID",
"STATUS_OK",
"STATUS_INTERNAL_ERR",
"STATUS_DNS_CONFLICT",
"STATUS_ACCT_LIMIT_REACHED",
"STATUS_EXISTS",
"STATUS_NOT_EXISTS",
"STATUS_INVALID_REQUEST",
"STATUS_UNKNOWN",
}
All allowed values of ServiceRunnerStatus enum
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { ServiceRunnerAPI *ServiceRunnerAPIService // contains filtered or unexported fields }
APIClient manages communication with the pb/sr.proto API vversion not set In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type ApiCreateApiKeyRequest ¶
type ApiCreateApiKeyRequest struct { ApiService *ServiceRunnerAPIService // contains filtered or unexported fields }
func (ApiCreateApiKeyRequest) Body ¶
func (r ApiCreateApiKeyRequest) Body(body CreateApiKeyRequest) ApiCreateApiKeyRequest
func (ApiCreateApiKeyRequest) Execute ¶
func (r ApiCreateApiKeyRequest) Execute() (*CreateApiKeyReply, *http.Response, error)
type ApiCreateDeploymentRequest ¶
type ApiCreateDeploymentRequest struct { ApiService *ServiceRunnerAPIService // contains filtered or unexported fields }
func (ApiCreateDeploymentRequest) Body ¶
func (r ApiCreateDeploymentRequest) Body(body CreateDeploymentRequest) ApiCreateDeploymentRequest
func (ApiCreateDeploymentRequest) Execute ¶
func (r ApiCreateDeploymentRequest) Execute() (*CreateDeploymentReply, *http.Response, error)
type ApiCreateEnvironmentRequest ¶
type ApiCreateEnvironmentRequest struct { ApiService *ServiceRunnerAPIService // contains filtered or unexported fields }
func (ApiCreateEnvironmentRequest) Body ¶
func (r ApiCreateEnvironmentRequest) Body(body CreateEnvironmentRequest) ApiCreateEnvironmentRequest
func (ApiCreateEnvironmentRequest) Execute ¶
func (r ApiCreateEnvironmentRequest) Execute() (*CreateEnvironmentReply, *http.Response, error)
type ApiCreateProjectRequest ¶
type ApiCreateProjectRequest struct { ApiService *ServiceRunnerAPIService // contains filtered or unexported fields }
func (ApiCreateProjectRequest) Body ¶
func (r ApiCreateProjectRequest) Body(body CreateProjectRequest) ApiCreateProjectRequest
func (ApiCreateProjectRequest) Execute ¶
func (r ApiCreateProjectRequest) Execute() (*CreateProjectReply, *http.Response, error)
type ApiDeactivateProjectRequest ¶
type ApiDeactivateProjectRequest struct { ApiService *ServiceRunnerAPIService // contains filtered or unexported fields }
func (ApiDeactivateProjectRequest) Body ¶
func (r ApiDeactivateProjectRequest) Body(body DeactivateProjectRequest) ApiDeactivateProjectRequest
func (ApiDeactivateProjectRequest) Execute ¶
func (r ApiDeactivateProjectRequest) Execute() (*DeactivateProjectReply, *http.Response, error)
type ApiDeleteApiKeyRequest ¶
type ApiDeleteApiKeyRequest struct { ApiService *ServiceRunnerAPIService // contains filtered or unexported fields }
func (ApiDeleteApiKeyRequest) Body ¶
func (r ApiDeleteApiKeyRequest) Body(body DeleteApiKeyRequest) ApiDeleteApiKeyRequest
func (ApiDeleteApiKeyRequest) Execute ¶
func (r ApiDeleteApiKeyRequest) Execute() (*DeleteApiKeyReply, *http.Response, error)
type ApiDeleteEnvironmentRequest ¶
type ApiDeleteEnvironmentRequest struct { ApiService *ServiceRunnerAPIService // contains filtered or unexported fields }
func (ApiDeleteEnvironmentRequest) Body ¶
func (r ApiDeleteEnvironmentRequest) Body(body DeleteEnvironmentRequest) ApiDeleteEnvironmentRequest
func (ApiDeleteEnvironmentRequest) Execute ¶
func (r ApiDeleteEnvironmentRequest) Execute() (*DeleteEnvironmentReply, *http.Response, error)
type ApiDeletePackageRequest ¶
type ApiDeletePackageRequest struct { ApiService *ServiceRunnerAPIService // contains filtered or unexported fields }
func (ApiDeletePackageRequest) Body ¶
func (r ApiDeletePackageRequest) Body(body DeletePackageRequest) ApiDeletePackageRequest
func (ApiDeletePackageRequest) Execute ¶
func (r ApiDeletePackageRequest) Execute() (*DeletePackageReply, *http.Response, error)
type ApiDeleteProjectRequest ¶
type ApiDeleteProjectRequest struct { ApiService *ServiceRunnerAPIService // contains filtered or unexported fields }
func (ApiDeleteProjectRequest) Body ¶
func (r ApiDeleteProjectRequest) Body(body DeleteProjectRequest) ApiDeleteProjectRequest
func (ApiDeleteProjectRequest) Execute ¶
func (r ApiDeleteProjectRequest) Execute() (*DeleteProjectReply, *http.Response, error)
type ApiDescribeApiKeyRequest ¶
type ApiDescribeApiKeyRequest struct { ApiService *ServiceRunnerAPIService // contains filtered or unexported fields }
func (ApiDescribeApiKeyRequest) Body ¶
func (r ApiDescribeApiKeyRequest) Body(body DescribeApiKeyRequest) ApiDescribeApiKeyRequest
func (ApiDescribeApiKeyRequest) Execute ¶
func (r ApiDescribeApiKeyRequest) Execute() (*DescribeApiKeyReply, *http.Response, error)
type ApiDescribeDatabaseRequest ¶
type ApiDescribeDatabaseRequest struct { ApiService *ServiceRunnerAPIService // contains filtered or unexported fields }
func (ApiDescribeDatabaseRequest) Body ¶
func (r ApiDescribeDatabaseRequest) Body(body DescribeDatabaseRequest) ApiDescribeDatabaseRequest
func (ApiDescribeDatabaseRequest) Execute ¶
func (r ApiDescribeDatabaseRequest) Execute() (*DescribeDatabaseReply, *http.Response, error)
type ApiDescribeDatastoreRequest ¶
type ApiDescribeDatastoreRequest struct { ApiService *ServiceRunnerAPIService // contains filtered or unexported fields }
func (ApiDescribeDatastoreRequest) Body ¶
func (r ApiDescribeDatastoreRequest) Body(body DescribeDatastoreRequest) ApiDescribeDatastoreRequest
func (ApiDescribeDatastoreRequest) Execute ¶
func (r ApiDescribeDatastoreRequest) Execute() (*DescribeDatastoreReply, *http.Response, error)
type ApiDescribeDeploymentRequest ¶
type ApiDescribeDeploymentRequest struct { ApiService *ServiceRunnerAPIService // contains filtered or unexported fields }
func (ApiDescribeDeploymentRequest) Body ¶
func (r ApiDescribeDeploymentRequest) Body(body DescribeDeploymentRequest) ApiDescribeDeploymentRequest
func (ApiDescribeDeploymentRequest) Execute ¶
func (r ApiDescribeDeploymentRequest) Execute() (*DescribeDeploymentReply, *http.Response, error)
type ApiDescribeEnvironmentRequest ¶
type ApiDescribeEnvironmentRequest struct { ApiService *ServiceRunnerAPIService // contains filtered or unexported fields }
func (ApiDescribeEnvironmentRequest) Body ¶
func (r ApiDescribeEnvironmentRequest) Body(body DescribeEnvironmentRequest) ApiDescribeEnvironmentRequest
func (ApiDescribeEnvironmentRequest) Execute ¶
func (r ApiDescribeEnvironmentRequest) Execute() (*DescribeEnvironmentReply, *http.Response, error)
type ApiDescribePackageRequest ¶
type ApiDescribePackageRequest struct { ApiService *ServiceRunnerAPIService // contains filtered or unexported fields }
func (ApiDescribePackageRequest) Body ¶
func (r ApiDescribePackageRequest) Body(body DescribePackageRequest) ApiDescribePackageRequest
func (ApiDescribePackageRequest) Execute ¶
func (r ApiDescribePackageRequest) Execute() (*DescribePackageReply, *http.Response, error)
type ApiDescribeProjectRequest ¶
type ApiDescribeProjectRequest struct { ApiService *ServiceRunnerAPIService // contains filtered or unexported fields }
func (ApiDescribeProjectRequest) Body ¶
func (r ApiDescribeProjectRequest) Body(body DescribeProjectRequest) ApiDescribeProjectRequest
func (ApiDescribeProjectRequest) Execute ¶
func (r ApiDescribeProjectRequest) Execute() (*DescribeProjectReply, *http.Response, error)
type ApiDescribeServiceRequest ¶
type ApiDescribeServiceRequest struct { ApiService *ServiceRunnerAPIService // contains filtered or unexported fields }
func (ApiDescribeServiceRequest) Body ¶
func (r ApiDescribeServiceRequest) Body(body DescribeServiceRequest) ApiDescribeServiceRequest
func (ApiDescribeServiceRequest) Execute ¶
func (r ApiDescribeServiceRequest) Execute() (*DescribeServiceReply, *http.Response, error)
type ApiDescribeSiteRequest ¶
type ApiDescribeSiteRequest struct { ApiService *ServiceRunnerAPIService // contains filtered or unexported fields }
func (ApiDescribeSiteRequest) Body ¶
func (r ApiDescribeSiteRequest) Body(body DescribeSiteRequest) ApiDescribeSiteRequest
func (ApiDescribeSiteRequest) Execute ¶
func (r ApiDescribeSiteRequest) Execute() (*DescribeSiteReply, *http.Response, error)
type ApiGetLogsRequest ¶
type ApiGetLogsRequest struct { ApiService *ServiceRunnerAPIService // contains filtered or unexported fields }
func (ApiGetLogsRequest) Body ¶
func (r ApiGetLogsRequest) Body(body GetLogsRequest) ApiGetLogsRequest
func (ApiGetLogsRequest) Execute ¶
func (r ApiGetLogsRequest) Execute() (*GetLogsReply, *http.Response, error)
type ApiGetMetricSamplesRequest ¶
type ApiGetMetricSamplesRequest struct { ApiService *ServiceRunnerAPIService // contains filtered or unexported fields }
func (ApiGetMetricSamplesRequest) Body ¶
func (r ApiGetMetricSamplesRequest) Body(body GetMetricSamplesRequest) ApiGetMetricSamplesRequest
func (ApiGetMetricSamplesRequest) Execute ¶
func (r ApiGetMetricSamplesRequest) Execute() (*GetMetricSamplesReply, *http.Response, error)
type ApiGetUploadURLRequest ¶
type ApiGetUploadURLRequest struct { ApiService *ServiceRunnerAPIService // contains filtered or unexported fields }
func (ApiGetUploadURLRequest) Body ¶
func (r ApiGetUploadURLRequest) Body(body GetUploadURLRequest) ApiGetUploadURLRequest
func (ApiGetUploadURLRequest) Execute ¶
func (r ApiGetUploadURLRequest) Execute() (*GetUploadURLReply, *http.Response, error)
type ApiKeyDescription ¶
type ApiKeyDescription struct { KeyId *string `json:"keyId,omitempty"` Name *string `json:"name,omitempty"` Description *string `json:"description,omitempty"` // time the key was created expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC. CreateTime *string `json:"createTime,omitempty"` // time the key should expire expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC. A value of 0 indicates the key should never expire. ExpireTime *string `json:"expireTime,omitempty"` // time the key was last uzed expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC. A value of 0 indicates the key was never used. LastUsed *string `json:"lastUsed,omitempty"` }
ApiKeyDescription struct for ApiKeyDescription
func NewApiKeyDescription ¶
func NewApiKeyDescription() *ApiKeyDescription
NewApiKeyDescription instantiates a new ApiKeyDescription object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApiKeyDescriptionWithDefaults ¶
func NewApiKeyDescriptionWithDefaults() *ApiKeyDescription
NewApiKeyDescriptionWithDefaults instantiates a new ApiKeyDescription object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApiKeyDescription) GetCreateTime ¶
func (o *ApiKeyDescription) GetCreateTime() string
GetCreateTime returns the CreateTime field value if set, zero value otherwise.
func (*ApiKeyDescription) GetCreateTimeOk ¶
func (o *ApiKeyDescription) GetCreateTimeOk() (*string, bool)
GetCreateTimeOk returns a tuple with the CreateTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiKeyDescription) GetDescription ¶
func (o *ApiKeyDescription) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ApiKeyDescription) GetDescriptionOk ¶
func (o *ApiKeyDescription) 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 (*ApiKeyDescription) GetExpireTime ¶
func (o *ApiKeyDescription) GetExpireTime() string
GetExpireTime returns the ExpireTime field value if set, zero value otherwise.
func (*ApiKeyDescription) GetExpireTimeOk ¶
func (o *ApiKeyDescription) GetExpireTimeOk() (*string, bool)
GetExpireTimeOk returns a tuple with the ExpireTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiKeyDescription) GetKeyId ¶
func (o *ApiKeyDescription) GetKeyId() string
GetKeyId returns the KeyId field value if set, zero value otherwise.
func (*ApiKeyDescription) GetKeyIdOk ¶
func (o *ApiKeyDescription) GetKeyIdOk() (*string, bool)
GetKeyIdOk returns a tuple with the KeyId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiKeyDescription) GetLastUsed ¶
func (o *ApiKeyDescription) GetLastUsed() string
GetLastUsed returns the LastUsed field value if set, zero value otherwise.
func (*ApiKeyDescription) GetLastUsedOk ¶
func (o *ApiKeyDescription) GetLastUsedOk() (*string, bool)
GetLastUsedOk returns a tuple with the LastUsed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApiKeyDescription) GetName ¶
func (o *ApiKeyDescription) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ApiKeyDescription) GetNameOk ¶
func (o *ApiKeyDescription) 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 (*ApiKeyDescription) HasCreateTime ¶
func (o *ApiKeyDescription) HasCreateTime() bool
HasCreateTime returns a boolean if a field has been set.
func (*ApiKeyDescription) HasDescription ¶
func (o *ApiKeyDescription) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ApiKeyDescription) HasExpireTime ¶
func (o *ApiKeyDescription) HasExpireTime() bool
HasExpireTime returns a boolean if a field has been set.
func (*ApiKeyDescription) HasKeyId ¶
func (o *ApiKeyDescription) HasKeyId() bool
HasKeyId returns a boolean if a field has been set.
func (*ApiKeyDescription) HasLastUsed ¶
func (o *ApiKeyDescription) HasLastUsed() bool
HasLastUsed returns a boolean if a field has been set.
func (*ApiKeyDescription) HasName ¶
func (o *ApiKeyDescription) HasName() bool
HasName returns a boolean if a field has been set.
func (ApiKeyDescription) MarshalJSON ¶
func (o ApiKeyDescription) MarshalJSON() ([]byte, error)
func (*ApiKeyDescription) SetCreateTime ¶
func (o *ApiKeyDescription) SetCreateTime(v string)
SetCreateTime gets a reference to the given string and assigns it to the CreateTime field.
func (*ApiKeyDescription) SetDescription ¶
func (o *ApiKeyDescription) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ApiKeyDescription) SetExpireTime ¶
func (o *ApiKeyDescription) SetExpireTime(v string)
SetExpireTime gets a reference to the given string and assigns it to the ExpireTime field.
func (*ApiKeyDescription) SetKeyId ¶
func (o *ApiKeyDescription) SetKeyId(v string)
SetKeyId gets a reference to the given string and assigns it to the KeyId field.
func (*ApiKeyDescription) SetLastUsed ¶
func (o *ApiKeyDescription) SetLastUsed(v string)
SetLastUsed gets a reference to the given string and assigns it to the LastUsed field.
func (*ApiKeyDescription) SetName ¶
func (o *ApiKeyDescription) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (ApiKeyDescription) ToMap ¶
func (o ApiKeyDescription) ToMap() (map[string]interface{}, error)
type ApiListApiKeysRequest ¶
type ApiListApiKeysRequest struct { ApiService *ServiceRunnerAPIService // contains filtered or unexported fields }
func (ApiListApiKeysRequest) Body ¶
func (r ApiListApiKeysRequest) Body(body map[string]interface{}) ApiListApiKeysRequest
func (ApiListApiKeysRequest) Execute ¶
func (r ApiListApiKeysRequest) Execute() (*ListApiKeysReply, *http.Response, error)
type ApiListDatabasesRequest ¶
type ApiListDatabasesRequest struct { ApiService *ServiceRunnerAPIService // contains filtered or unexported fields }
func (ApiListDatabasesRequest) Body ¶
func (r ApiListDatabasesRequest) Body(body ListDatabasesRequest) ApiListDatabasesRequest
func (ApiListDatabasesRequest) Execute ¶
func (r ApiListDatabasesRequest) Execute() (*ListDatabasesReply, *http.Response, error)
type ApiListDatastoresRequest ¶
type ApiListDatastoresRequest struct { ApiService *ServiceRunnerAPIService // contains filtered or unexported fields }
func (ApiListDatastoresRequest) Body ¶
func (r ApiListDatastoresRequest) Body(body ListDatastoresRequest) ApiListDatastoresRequest
func (ApiListDatastoresRequest) Execute ¶
func (r ApiListDatastoresRequest) Execute() (*ListDatastoresReply, *http.Response, error)
type ApiListDeploymentsRequest ¶
type ApiListDeploymentsRequest struct { ApiService *ServiceRunnerAPIService // contains filtered or unexported fields }
func (ApiListDeploymentsRequest) Body ¶
func (r ApiListDeploymentsRequest) Body(body ListDeploymentsRequest) ApiListDeploymentsRequest
func (ApiListDeploymentsRequest) Execute ¶
func (r ApiListDeploymentsRequest) Execute() (*ListDeploymentsReply, *http.Response, error)
type ApiListEnvironmentsRequest ¶
type ApiListEnvironmentsRequest struct { ApiService *ServiceRunnerAPIService // contains filtered or unexported fields }
func (ApiListEnvironmentsRequest) Body ¶
func (r ApiListEnvironmentsRequest) Body(body map[string]interface{}) ApiListEnvironmentsRequest
func (ApiListEnvironmentsRequest) Execute ¶
func (r ApiListEnvironmentsRequest) Execute() (*ListEnvironmentsReply, *http.Response, error)
type ApiListMetricsRequest ¶
type ApiListMetricsRequest struct { ApiService *ServiceRunnerAPIService // contains filtered or unexported fields }
func (ApiListMetricsRequest) Body ¶
func (r ApiListMetricsRequest) Body(body ListMetricsRequest) ApiListMetricsRequest
func (ApiListMetricsRequest) Execute ¶
func (r ApiListMetricsRequest) Execute() (*ListMetricsReply, *http.Response, error)
type ApiListPackagesRequest ¶
type ApiListPackagesRequest struct { ApiService *ServiceRunnerAPIService // contains filtered or unexported fields }
func (ApiListPackagesRequest) Body ¶
func (r ApiListPackagesRequest) Body(body ListPackagesRequest) ApiListPackagesRequest
func (ApiListPackagesRequest) Execute ¶
func (r ApiListPackagesRequest) Execute() (*ListPackagesReply, *http.Response, error)
type ApiListProjectsRequest ¶
type ApiListProjectsRequest struct { ApiService *ServiceRunnerAPIService // contains filtered or unexported fields }
func (ApiListProjectsRequest) Body ¶
func (r ApiListProjectsRequest) Body(body map[string]interface{}) ApiListProjectsRequest
func (ApiListProjectsRequest) Execute ¶
func (r ApiListProjectsRequest) Execute() (*ListProjectsReply, *http.Response, error)
type ApiListServicesRequest ¶
type ApiListServicesRequest struct { ApiService *ServiceRunnerAPIService // contains filtered or unexported fields }
func (ApiListServicesRequest) Body ¶
func (r ApiListServicesRequest) Body(body ListServicesRequest) ApiListServicesRequest
func (ApiListServicesRequest) Execute ¶
func (r ApiListServicesRequest) Execute() (*ListServicesReply, *http.Response, error)
type ApiUploadPackageRequest ¶
type ApiUploadPackageRequest struct { ApiService *ServiceRunnerAPIService // contains filtered or unexported fields }
func (ApiUploadPackageRequest) Body ¶
func (r ApiUploadPackageRequest) Body(body UploadPackageRequest) ApiUploadPackageRequest
func (ApiUploadPackageRequest) Execute ¶
func (r ApiUploadPackageRequest) Execute() (*UploadPackageReply, *http.Response, error)
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type CreateApiKeyReply ¶
type CreateApiKeyReply struct { Result *ServiceRunnerResult `json:"result,omitempty"` KeyId *string `json:"keyId,omitempty"` KeyData *string `json:"keyData,omitempty"` }
CreateApiKeyReply struct for CreateApiKeyReply
func NewCreateApiKeyReply ¶
func NewCreateApiKeyReply() *CreateApiKeyReply
NewCreateApiKeyReply instantiates a new CreateApiKeyReply object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateApiKeyReplyWithDefaults ¶
func NewCreateApiKeyReplyWithDefaults() *CreateApiKeyReply
NewCreateApiKeyReplyWithDefaults instantiates a new CreateApiKeyReply object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateApiKeyReply) GetKeyData ¶
func (o *CreateApiKeyReply) GetKeyData() string
GetKeyData returns the KeyData field value if set, zero value otherwise.
func (*CreateApiKeyReply) GetKeyDataOk ¶
func (o *CreateApiKeyReply) GetKeyDataOk() (*string, bool)
GetKeyDataOk returns a tuple with the KeyData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateApiKeyReply) GetKeyId ¶
func (o *CreateApiKeyReply) GetKeyId() string
GetKeyId returns the KeyId field value if set, zero value otherwise.
func (*CreateApiKeyReply) GetKeyIdOk ¶
func (o *CreateApiKeyReply) GetKeyIdOk() (*string, bool)
GetKeyIdOk returns a tuple with the KeyId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateApiKeyReply) GetResult ¶
func (o *CreateApiKeyReply) GetResult() ServiceRunnerResult
GetResult returns the Result field value if set, zero value otherwise.
func (*CreateApiKeyReply) GetResultOk ¶
func (o *CreateApiKeyReply) GetResultOk() (*ServiceRunnerResult, 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 (*CreateApiKeyReply) HasKeyData ¶
func (o *CreateApiKeyReply) HasKeyData() bool
HasKeyData returns a boolean if a field has been set.
func (*CreateApiKeyReply) HasKeyId ¶
func (o *CreateApiKeyReply) HasKeyId() bool
HasKeyId returns a boolean if a field has been set.
func (*CreateApiKeyReply) HasResult ¶
func (o *CreateApiKeyReply) HasResult() bool
HasResult returns a boolean if a field has been set.
func (CreateApiKeyReply) MarshalJSON ¶
func (o CreateApiKeyReply) MarshalJSON() ([]byte, error)
func (*CreateApiKeyReply) SetKeyData ¶
func (o *CreateApiKeyReply) SetKeyData(v string)
SetKeyData gets a reference to the given string and assigns it to the KeyData field.
func (*CreateApiKeyReply) SetKeyId ¶
func (o *CreateApiKeyReply) SetKeyId(v string)
SetKeyId gets a reference to the given string and assigns it to the KeyId field.
func (*CreateApiKeyReply) SetResult ¶
func (o *CreateApiKeyReply) SetResult(v ServiceRunnerResult)
SetResult gets a reference to the given ServiceRunnerResult and assigns it to the Result field.
func (CreateApiKeyReply) ToMap ¶
func (o CreateApiKeyReply) ToMap() (map[string]interface{}, error)
type CreateApiKeyRequest ¶
type CreateApiKeyRequest struct { Name *string `json:"name,omitempty"` Description *string `json:"description,omitempty"` // time the key should expire expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC. A value of 0 indicates the key should never expire. ExpireTime *string `json:"expireTime,omitempty"` }
CreateApiKeyRequest struct for CreateApiKeyRequest
func NewCreateApiKeyRequest ¶
func NewCreateApiKeyRequest() *CreateApiKeyRequest
NewCreateApiKeyRequest instantiates a new CreateApiKeyRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateApiKeyRequestWithDefaults ¶
func NewCreateApiKeyRequestWithDefaults() *CreateApiKeyRequest
NewCreateApiKeyRequestWithDefaults instantiates a new CreateApiKeyRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateApiKeyRequest) GetDescription ¶
func (o *CreateApiKeyRequest) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*CreateApiKeyRequest) GetDescriptionOk ¶
func (o *CreateApiKeyRequest) 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 (*CreateApiKeyRequest) GetExpireTime ¶
func (o *CreateApiKeyRequest) GetExpireTime() string
GetExpireTime returns the ExpireTime field value if set, zero value otherwise.
func (*CreateApiKeyRequest) GetExpireTimeOk ¶
func (o *CreateApiKeyRequest) GetExpireTimeOk() (*string, bool)
GetExpireTimeOk returns a tuple with the ExpireTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateApiKeyRequest) GetName ¶
func (o *CreateApiKeyRequest) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*CreateApiKeyRequest) GetNameOk ¶
func (o *CreateApiKeyRequest) 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 (*CreateApiKeyRequest) HasDescription ¶
func (o *CreateApiKeyRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*CreateApiKeyRequest) HasExpireTime ¶
func (o *CreateApiKeyRequest) HasExpireTime() bool
HasExpireTime returns a boolean if a field has been set.
func (*CreateApiKeyRequest) HasName ¶
func (o *CreateApiKeyRequest) HasName() bool
HasName returns a boolean if a field has been set.
func (CreateApiKeyRequest) MarshalJSON ¶
func (o CreateApiKeyRequest) MarshalJSON() ([]byte, error)
func (*CreateApiKeyRequest) SetDescription ¶
func (o *CreateApiKeyRequest) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*CreateApiKeyRequest) SetExpireTime ¶
func (o *CreateApiKeyRequest) SetExpireTime(v string)
SetExpireTime gets a reference to the given string and assigns it to the ExpireTime field.
func (*CreateApiKeyRequest) SetName ¶
func (o *CreateApiKeyRequest) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (CreateApiKeyRequest) ToMap ¶
func (o CreateApiKeyRequest) ToMap() (map[string]interface{}, error)
type CreateDeploymentReply ¶
type CreateDeploymentReply struct { Result *ServiceRunnerResult `json:"result,omitempty"` Id *string `json:"id,omitempty"` }
CreateDeploymentReply struct for CreateDeploymentReply
func NewCreateDeploymentReply ¶
func NewCreateDeploymentReply() *CreateDeploymentReply
NewCreateDeploymentReply instantiates a new CreateDeploymentReply object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateDeploymentReplyWithDefaults ¶
func NewCreateDeploymentReplyWithDefaults() *CreateDeploymentReply
NewCreateDeploymentReplyWithDefaults instantiates a new CreateDeploymentReply object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateDeploymentReply) GetId ¶
func (o *CreateDeploymentReply) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*CreateDeploymentReply) GetIdOk ¶
func (o *CreateDeploymentReply) 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 (*CreateDeploymentReply) GetResult ¶
func (o *CreateDeploymentReply) GetResult() ServiceRunnerResult
GetResult returns the Result field value if set, zero value otherwise.
func (*CreateDeploymentReply) GetResultOk ¶
func (o *CreateDeploymentReply) GetResultOk() (*ServiceRunnerResult, 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 (*CreateDeploymentReply) HasId ¶
func (o *CreateDeploymentReply) HasId() bool
HasId returns a boolean if a field has been set.
func (*CreateDeploymentReply) HasResult ¶
func (o *CreateDeploymentReply) HasResult() bool
HasResult returns a boolean if a field has been set.
func (CreateDeploymentReply) MarshalJSON ¶
func (o CreateDeploymentReply) MarshalJSON() ([]byte, error)
func (*CreateDeploymentReply) SetId ¶
func (o *CreateDeploymentReply) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*CreateDeploymentReply) SetResult ¶
func (o *CreateDeploymentReply) SetResult(v ServiceRunnerResult)
SetResult gets a reference to the given ServiceRunnerResult and assigns it to the Result field.
func (CreateDeploymentReply) ToMap ¶
func (o CreateDeploymentReply) ToMap() (map[string]interface{}, error)
type CreateDeploymentRequest ¶
type CreateDeploymentRequest struct {
Header *DeploymentHeader `json:"header,omitempty"`
}
CreateDeploymentRequest struct for CreateDeploymentRequest
func NewCreateDeploymentRequest ¶
func NewCreateDeploymentRequest() *CreateDeploymentRequest
NewCreateDeploymentRequest instantiates a new CreateDeploymentRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateDeploymentRequestWithDefaults ¶
func NewCreateDeploymentRequestWithDefaults() *CreateDeploymentRequest
NewCreateDeploymentRequestWithDefaults instantiates a new CreateDeploymentRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateDeploymentRequest) GetHeader ¶
func (o *CreateDeploymentRequest) GetHeader() DeploymentHeader
GetHeader returns the Header field value if set, zero value otherwise.
func (*CreateDeploymentRequest) GetHeaderOk ¶
func (o *CreateDeploymentRequest) GetHeaderOk() (*DeploymentHeader, bool)
GetHeaderOk returns a tuple with the Header field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateDeploymentRequest) HasHeader ¶
func (o *CreateDeploymentRequest) HasHeader() bool
HasHeader returns a boolean if a field has been set.
func (CreateDeploymentRequest) MarshalJSON ¶
func (o CreateDeploymentRequest) MarshalJSON() ([]byte, error)
func (*CreateDeploymentRequest) SetHeader ¶
func (o *CreateDeploymentRequest) SetHeader(v DeploymentHeader)
SetHeader gets a reference to the given DeploymentHeader and assigns it to the Header field.
func (CreateDeploymentRequest) ToMap ¶
func (o CreateDeploymentRequest) ToMap() (map[string]interface{}, error)
type CreateEnvironmentReply ¶
type CreateEnvironmentReply struct { Result *ServiceRunnerResult `json:"result,omitempty"` Id *string `json:"id,omitempty"` }
CreateEnvironmentReply struct for CreateEnvironmentReply
func NewCreateEnvironmentReply ¶
func NewCreateEnvironmentReply() *CreateEnvironmentReply
NewCreateEnvironmentReply instantiates a new CreateEnvironmentReply object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateEnvironmentReplyWithDefaults ¶
func NewCreateEnvironmentReplyWithDefaults() *CreateEnvironmentReply
NewCreateEnvironmentReplyWithDefaults instantiates a new CreateEnvironmentReply object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateEnvironmentReply) GetId ¶
func (o *CreateEnvironmentReply) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*CreateEnvironmentReply) GetIdOk ¶
func (o *CreateEnvironmentReply) 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 (*CreateEnvironmentReply) GetResult ¶
func (o *CreateEnvironmentReply) GetResult() ServiceRunnerResult
GetResult returns the Result field value if set, zero value otherwise.
func (*CreateEnvironmentReply) GetResultOk ¶
func (o *CreateEnvironmentReply) GetResultOk() (*ServiceRunnerResult, 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 (*CreateEnvironmentReply) HasId ¶
func (o *CreateEnvironmentReply) HasId() bool
HasId returns a boolean if a field has been set.
func (*CreateEnvironmentReply) HasResult ¶
func (o *CreateEnvironmentReply) HasResult() bool
HasResult returns a boolean if a field has been set.
func (CreateEnvironmentReply) MarshalJSON ¶
func (o CreateEnvironmentReply) MarshalJSON() ([]byte, error)
func (*CreateEnvironmentReply) SetId ¶
func (o *CreateEnvironmentReply) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*CreateEnvironmentReply) SetResult ¶
func (o *CreateEnvironmentReply) SetResult(v ServiceRunnerResult)
SetResult gets a reference to the given ServiceRunnerResult and assigns it to the Result field.
func (CreateEnvironmentReply) ToMap ¶
func (o CreateEnvironmentReply) ToMap() (map[string]interface{}, error)
type CreateEnvironmentRequest ¶
type CreateEnvironmentRequest struct {
Header *EnvironmentHeader `json:"header,omitempty"`
}
CreateEnvironmentRequest struct for CreateEnvironmentRequest
func NewCreateEnvironmentRequest ¶
func NewCreateEnvironmentRequest() *CreateEnvironmentRequest
NewCreateEnvironmentRequest instantiates a new CreateEnvironmentRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateEnvironmentRequestWithDefaults ¶
func NewCreateEnvironmentRequestWithDefaults() *CreateEnvironmentRequest
NewCreateEnvironmentRequestWithDefaults instantiates a new CreateEnvironmentRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateEnvironmentRequest) GetHeader ¶
func (o *CreateEnvironmentRequest) GetHeader() EnvironmentHeader
GetHeader returns the Header field value if set, zero value otherwise.
func (*CreateEnvironmentRequest) GetHeaderOk ¶
func (o *CreateEnvironmentRequest) GetHeaderOk() (*EnvironmentHeader, bool)
GetHeaderOk returns a tuple with the Header field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateEnvironmentRequest) HasHeader ¶
func (o *CreateEnvironmentRequest) HasHeader() bool
HasHeader returns a boolean if a field has been set.
func (CreateEnvironmentRequest) MarshalJSON ¶
func (o CreateEnvironmentRequest) MarshalJSON() ([]byte, error)
func (*CreateEnvironmentRequest) SetHeader ¶
func (o *CreateEnvironmentRequest) SetHeader(v EnvironmentHeader)
SetHeader gets a reference to the given EnvironmentHeader and assigns it to the Header field.
func (CreateEnvironmentRequest) ToMap ¶
func (o CreateEnvironmentRequest) ToMap() (map[string]interface{}, error)
type CreateProjectReply ¶
type CreateProjectReply struct { Result *ServiceRunnerResult `json:"result,omitempty"` Id *string `json:"id,omitempty"` }
CreateProjectReply struct for CreateProjectReply
func NewCreateProjectReply ¶
func NewCreateProjectReply() *CreateProjectReply
NewCreateProjectReply instantiates a new CreateProjectReply object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateProjectReplyWithDefaults ¶
func NewCreateProjectReplyWithDefaults() *CreateProjectReply
NewCreateProjectReplyWithDefaults instantiates a new CreateProjectReply object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateProjectReply) GetId ¶
func (o *CreateProjectReply) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*CreateProjectReply) GetIdOk ¶
func (o *CreateProjectReply) 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 (*CreateProjectReply) GetResult ¶
func (o *CreateProjectReply) GetResult() ServiceRunnerResult
GetResult returns the Result field value if set, zero value otherwise.
func (*CreateProjectReply) GetResultOk ¶
func (o *CreateProjectReply) GetResultOk() (*ServiceRunnerResult, 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 (*CreateProjectReply) HasId ¶
func (o *CreateProjectReply) HasId() bool
HasId returns a boolean if a field has been set.
func (*CreateProjectReply) HasResult ¶
func (o *CreateProjectReply) HasResult() bool
HasResult returns a boolean if a field has been set.
func (CreateProjectReply) MarshalJSON ¶
func (o CreateProjectReply) MarshalJSON() ([]byte, error)
func (*CreateProjectReply) SetId ¶
func (o *CreateProjectReply) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*CreateProjectReply) SetResult ¶
func (o *CreateProjectReply) SetResult(v ServiceRunnerResult)
SetResult gets a reference to the given ServiceRunnerResult and assigns it to the Result field.
func (CreateProjectReply) ToMap ¶
func (o CreateProjectReply) ToMap() (map[string]interface{}, error)
type CreateProjectRequest ¶
type CreateProjectRequest struct {
Header *ProjectHeader `json:"header,omitempty"`
}
CreateProjectRequest struct for CreateProjectRequest
func NewCreateProjectRequest ¶
func NewCreateProjectRequest() *CreateProjectRequest
NewCreateProjectRequest instantiates a new CreateProjectRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateProjectRequestWithDefaults ¶
func NewCreateProjectRequestWithDefaults() *CreateProjectRequest
NewCreateProjectRequestWithDefaults instantiates a new CreateProjectRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateProjectRequest) GetHeader ¶
func (o *CreateProjectRequest) GetHeader() ProjectHeader
GetHeader returns the Header field value if set, zero value otherwise.
func (*CreateProjectRequest) GetHeaderOk ¶
func (o *CreateProjectRequest) GetHeaderOk() (*ProjectHeader, bool)
GetHeaderOk returns a tuple with the Header field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CreateProjectRequest) HasHeader ¶
func (o *CreateProjectRequest) HasHeader() bool
HasHeader returns a boolean if a field has been set.
func (CreateProjectRequest) MarshalJSON ¶
func (o CreateProjectRequest) MarshalJSON() ([]byte, error)
func (*CreateProjectRequest) SetHeader ¶
func (o *CreateProjectRequest) SetHeader(v ProjectHeader)
SetHeader gets a reference to the given ProjectHeader and assigns it to the Header field.
func (CreateProjectRequest) ToMap ¶
func (o CreateProjectRequest) ToMap() (map[string]interface{}, error)
type DatabaseDescription ¶
type DatabaseDescription struct { DatabaseHeader *DatabaseHeader `json:"databaseHeader,omitempty"` Tables []DatabaseTableDescription `json:"tables,omitempty"` ServiceNames []string `json:"serviceNames,omitempty"` }
DatabaseDescription struct for DatabaseDescription
func NewDatabaseDescription ¶
func NewDatabaseDescription() *DatabaseDescription
NewDatabaseDescription instantiates a new DatabaseDescription object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDatabaseDescriptionWithDefaults ¶
func NewDatabaseDescriptionWithDefaults() *DatabaseDescription
NewDatabaseDescriptionWithDefaults instantiates a new DatabaseDescription object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DatabaseDescription) GetDatabaseHeader ¶
func (o *DatabaseDescription) GetDatabaseHeader() DatabaseHeader
GetDatabaseHeader returns the DatabaseHeader field value if set, zero value otherwise.
func (*DatabaseDescription) GetDatabaseHeaderOk ¶
func (o *DatabaseDescription) GetDatabaseHeaderOk() (*DatabaseHeader, bool)
GetDatabaseHeaderOk returns a tuple with the DatabaseHeader field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatabaseDescription) GetServiceNames ¶
func (o *DatabaseDescription) GetServiceNames() []string
GetServiceNames returns the ServiceNames field value if set, zero value otherwise.
func (*DatabaseDescription) GetServiceNamesOk ¶
func (o *DatabaseDescription) GetServiceNamesOk() ([]string, bool)
GetServiceNamesOk returns a tuple with the ServiceNames field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatabaseDescription) GetTables ¶
func (o *DatabaseDescription) GetTables() []DatabaseTableDescription
GetTables returns the Tables field value if set, zero value otherwise.
func (*DatabaseDescription) GetTablesOk ¶
func (o *DatabaseDescription) GetTablesOk() ([]DatabaseTableDescription, bool)
GetTablesOk returns a tuple with the Tables field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatabaseDescription) HasDatabaseHeader ¶
func (o *DatabaseDescription) HasDatabaseHeader() bool
HasDatabaseHeader returns a boolean if a field has been set.
func (*DatabaseDescription) HasServiceNames ¶
func (o *DatabaseDescription) HasServiceNames() bool
HasServiceNames returns a boolean if a field has been set.
func (*DatabaseDescription) HasTables ¶
func (o *DatabaseDescription) HasTables() bool
HasTables returns a boolean if a field has been set.
func (DatabaseDescription) MarshalJSON ¶
func (o DatabaseDescription) MarshalJSON() ([]byte, error)
func (*DatabaseDescription) SetDatabaseHeader ¶
func (o *DatabaseDescription) SetDatabaseHeader(v DatabaseHeader)
SetDatabaseHeader gets a reference to the given DatabaseHeader and assigns it to the DatabaseHeader field.
func (*DatabaseDescription) SetServiceNames ¶
func (o *DatabaseDescription) SetServiceNames(v []string)
SetServiceNames gets a reference to the given []string and assigns it to the ServiceNames field.
func (*DatabaseDescription) SetTables ¶
func (o *DatabaseDescription) SetTables(v []DatabaseTableDescription)
SetTables gets a reference to the given []DatabaseTableDescription and assigns it to the Tables field.
func (DatabaseDescription) ToMap ¶
func (o DatabaseDescription) ToMap() (map[string]interface{}, error)
type DatabaseHeader ¶
type DatabaseHeader struct { ProjEnvHeader *ProjEnvHeader `json:"projEnvHeader,omitempty"` DatabaseName *string `json:"databaseName,omitempty"` }
DatabaseHeader struct for DatabaseHeader
func NewDatabaseHeader ¶
func NewDatabaseHeader() *DatabaseHeader
NewDatabaseHeader instantiates a new DatabaseHeader object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDatabaseHeaderWithDefaults ¶
func NewDatabaseHeaderWithDefaults() *DatabaseHeader
NewDatabaseHeaderWithDefaults instantiates a new DatabaseHeader object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DatabaseHeader) GetDatabaseName ¶
func (o *DatabaseHeader) GetDatabaseName() string
GetDatabaseName returns the DatabaseName field value if set, zero value otherwise.
func (*DatabaseHeader) GetDatabaseNameOk ¶
func (o *DatabaseHeader) GetDatabaseNameOk() (*string, bool)
GetDatabaseNameOk returns a tuple with the DatabaseName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatabaseHeader) GetProjEnvHeader ¶
func (o *DatabaseHeader) GetProjEnvHeader() ProjEnvHeader
GetProjEnvHeader returns the ProjEnvHeader field value if set, zero value otherwise.
func (*DatabaseHeader) GetProjEnvHeaderOk ¶
func (o *DatabaseHeader) GetProjEnvHeaderOk() (*ProjEnvHeader, bool)
GetProjEnvHeaderOk returns a tuple with the ProjEnvHeader field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatabaseHeader) HasDatabaseName ¶
func (o *DatabaseHeader) HasDatabaseName() bool
HasDatabaseName returns a boolean if a field has been set.
func (*DatabaseHeader) HasProjEnvHeader ¶
func (o *DatabaseHeader) HasProjEnvHeader() bool
HasProjEnvHeader returns a boolean if a field has been set.
func (DatabaseHeader) MarshalJSON ¶
func (o DatabaseHeader) MarshalJSON() ([]byte, error)
func (*DatabaseHeader) SetDatabaseName ¶
func (o *DatabaseHeader) SetDatabaseName(v string)
SetDatabaseName gets a reference to the given string and assigns it to the DatabaseName field.
func (*DatabaseHeader) SetProjEnvHeader ¶
func (o *DatabaseHeader) SetProjEnvHeader(v ProjEnvHeader)
SetProjEnvHeader gets a reference to the given ProjEnvHeader and assigns it to the ProjEnvHeader field.
func (DatabaseHeader) ToMap ¶
func (o DatabaseHeader) ToMap() (map[string]interface{}, error)
type DatabaseTableDescription ¶
type DatabaseTableDescription struct { Name *string `json:"Name,omitempty"` NumRows *string `json:"NumRows,omitempty"` Size *string `json:"Size,omitempty"` ServiceNames []string `json:"serviceNames,omitempty"` }
DatabaseTableDescription struct for DatabaseTableDescription
func NewDatabaseTableDescription ¶
func NewDatabaseTableDescription() *DatabaseTableDescription
NewDatabaseTableDescription instantiates a new DatabaseTableDescription object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDatabaseTableDescriptionWithDefaults ¶
func NewDatabaseTableDescriptionWithDefaults() *DatabaseTableDescription
NewDatabaseTableDescriptionWithDefaults instantiates a new DatabaseTableDescription object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DatabaseTableDescription) GetName ¶
func (o *DatabaseTableDescription) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*DatabaseTableDescription) GetNameOk ¶
func (o *DatabaseTableDescription) 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 (*DatabaseTableDescription) GetNumRows ¶
func (o *DatabaseTableDescription) GetNumRows() string
GetNumRows returns the NumRows field value if set, zero value otherwise.
func (*DatabaseTableDescription) GetNumRowsOk ¶
func (o *DatabaseTableDescription) GetNumRowsOk() (*string, bool)
GetNumRowsOk returns a tuple with the NumRows field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatabaseTableDescription) GetServiceNames ¶
func (o *DatabaseTableDescription) GetServiceNames() []string
GetServiceNames returns the ServiceNames field value if set, zero value otherwise.
func (*DatabaseTableDescription) GetServiceNamesOk ¶
func (o *DatabaseTableDescription) GetServiceNamesOk() ([]string, bool)
GetServiceNamesOk returns a tuple with the ServiceNames field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatabaseTableDescription) GetSize ¶
func (o *DatabaseTableDescription) GetSize() string
GetSize returns the Size field value if set, zero value otherwise.
func (*DatabaseTableDescription) GetSizeOk ¶
func (o *DatabaseTableDescription) GetSizeOk() (*string, bool)
GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatabaseTableDescription) HasName ¶
func (o *DatabaseTableDescription) HasName() bool
HasName returns a boolean if a field has been set.
func (*DatabaseTableDescription) HasNumRows ¶
func (o *DatabaseTableDescription) HasNumRows() bool
HasNumRows returns a boolean if a field has been set.
func (*DatabaseTableDescription) HasServiceNames ¶
func (o *DatabaseTableDescription) HasServiceNames() bool
HasServiceNames returns a boolean if a field has been set.
func (*DatabaseTableDescription) HasSize ¶
func (o *DatabaseTableDescription) HasSize() bool
HasSize returns a boolean if a field has been set.
func (DatabaseTableDescription) MarshalJSON ¶
func (o DatabaseTableDescription) MarshalJSON() ([]byte, error)
func (*DatabaseTableDescription) SetName ¶
func (o *DatabaseTableDescription) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*DatabaseTableDescription) SetNumRows ¶
func (o *DatabaseTableDescription) SetNumRows(v string)
SetNumRows gets a reference to the given string and assigns it to the NumRows field.
func (*DatabaseTableDescription) SetServiceNames ¶
func (o *DatabaseTableDescription) SetServiceNames(v []string)
SetServiceNames gets a reference to the given []string and assigns it to the ServiceNames field.
func (*DatabaseTableDescription) SetSize ¶
func (o *DatabaseTableDescription) SetSize(v string)
SetSize gets a reference to the given string and assigns it to the Size field.
func (DatabaseTableDescription) ToMap ¶
func (o DatabaseTableDescription) ToMap() (map[string]interface{}, error)
type DatastoreDescription ¶
type DatastoreDescription struct { DatastoreHeader *DatastoreHeader `json:"datastoreHeader,omitempty"` NumObjects *string `json:"numObjects,omitempty"` CapacityConsumedInBytes *string `json:"capacityConsumedInBytes,omitempty"` ServiceNames []string `json:"serviceNames,omitempty"` }
DatastoreDescription struct for DatastoreDescription
func NewDatastoreDescription ¶
func NewDatastoreDescription() *DatastoreDescription
NewDatastoreDescription instantiates a new DatastoreDescription object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDatastoreDescriptionWithDefaults ¶
func NewDatastoreDescriptionWithDefaults() *DatastoreDescription
NewDatastoreDescriptionWithDefaults instantiates a new DatastoreDescription object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DatastoreDescription) GetCapacityConsumedInBytes ¶
func (o *DatastoreDescription) GetCapacityConsumedInBytes() string
GetCapacityConsumedInBytes returns the CapacityConsumedInBytes field value if set, zero value otherwise.
func (*DatastoreDescription) GetCapacityConsumedInBytesOk ¶
func (o *DatastoreDescription) GetCapacityConsumedInBytesOk() (*string, bool)
GetCapacityConsumedInBytesOk returns a tuple with the CapacityConsumedInBytes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatastoreDescription) GetDatastoreHeader ¶
func (o *DatastoreDescription) GetDatastoreHeader() DatastoreHeader
GetDatastoreHeader returns the DatastoreHeader field value if set, zero value otherwise.
func (*DatastoreDescription) GetDatastoreHeaderOk ¶
func (o *DatastoreDescription) GetDatastoreHeaderOk() (*DatastoreHeader, bool)
GetDatastoreHeaderOk returns a tuple with the DatastoreHeader field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatastoreDescription) GetNumObjects ¶
func (o *DatastoreDescription) GetNumObjects() string
GetNumObjects returns the NumObjects field value if set, zero value otherwise.
func (*DatastoreDescription) GetNumObjectsOk ¶
func (o *DatastoreDescription) GetNumObjectsOk() (*string, bool)
GetNumObjectsOk returns a tuple with the NumObjects field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatastoreDescription) GetServiceNames ¶
func (o *DatastoreDescription) GetServiceNames() []string
GetServiceNames returns the ServiceNames field value if set, zero value otherwise.
func (*DatastoreDescription) GetServiceNamesOk ¶
func (o *DatastoreDescription) GetServiceNamesOk() ([]string, bool)
GetServiceNamesOk returns a tuple with the ServiceNames field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatastoreDescription) HasCapacityConsumedInBytes ¶
func (o *DatastoreDescription) HasCapacityConsumedInBytes() bool
HasCapacityConsumedInBytes returns a boolean if a field has been set.
func (*DatastoreDescription) HasDatastoreHeader ¶
func (o *DatastoreDescription) HasDatastoreHeader() bool
HasDatastoreHeader returns a boolean if a field has been set.
func (*DatastoreDescription) HasNumObjects ¶
func (o *DatastoreDescription) HasNumObjects() bool
HasNumObjects returns a boolean if a field has been set.
func (*DatastoreDescription) HasServiceNames ¶
func (o *DatastoreDescription) HasServiceNames() bool
HasServiceNames returns a boolean if a field has been set.
func (DatastoreDescription) MarshalJSON ¶
func (o DatastoreDescription) MarshalJSON() ([]byte, error)
func (*DatastoreDescription) SetCapacityConsumedInBytes ¶
func (o *DatastoreDescription) SetCapacityConsumedInBytes(v string)
SetCapacityConsumedInBytes gets a reference to the given string and assigns it to the CapacityConsumedInBytes field.
func (*DatastoreDescription) SetDatastoreHeader ¶
func (o *DatastoreDescription) SetDatastoreHeader(v DatastoreHeader)
SetDatastoreHeader gets a reference to the given DatastoreHeader and assigns it to the DatastoreHeader field.
func (*DatastoreDescription) SetNumObjects ¶
func (o *DatastoreDescription) SetNumObjects(v string)
SetNumObjects gets a reference to the given string and assigns it to the NumObjects field.
func (*DatastoreDescription) SetServiceNames ¶
func (o *DatastoreDescription) SetServiceNames(v []string)
SetServiceNames gets a reference to the given []string and assigns it to the ServiceNames field.
func (DatastoreDescription) ToMap ¶
func (o DatastoreDescription) ToMap() (map[string]interface{}, error)
type DatastoreHeader ¶
type DatastoreHeader struct { ProjEnvHeader *ProjEnvHeader `json:"projEnvHeader,omitempty"` DatastoreName *string `json:"datastoreName,omitempty"` }
DatastoreHeader struct for DatastoreHeader
func NewDatastoreHeader ¶
func NewDatastoreHeader() *DatastoreHeader
NewDatastoreHeader instantiates a new DatastoreHeader object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDatastoreHeaderWithDefaults ¶
func NewDatastoreHeaderWithDefaults() *DatastoreHeader
NewDatastoreHeaderWithDefaults instantiates a new DatastoreHeader object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DatastoreHeader) GetDatastoreName ¶
func (o *DatastoreHeader) GetDatastoreName() string
GetDatastoreName returns the DatastoreName field value if set, zero value otherwise.
func (*DatastoreHeader) GetDatastoreNameOk ¶
func (o *DatastoreHeader) GetDatastoreNameOk() (*string, bool)
GetDatastoreNameOk returns a tuple with the DatastoreName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatastoreHeader) GetProjEnvHeader ¶
func (o *DatastoreHeader) GetProjEnvHeader() ProjEnvHeader
GetProjEnvHeader returns the ProjEnvHeader field value if set, zero value otherwise.
func (*DatastoreHeader) GetProjEnvHeaderOk ¶
func (o *DatastoreHeader) GetProjEnvHeaderOk() (*ProjEnvHeader, bool)
GetProjEnvHeaderOk returns a tuple with the ProjEnvHeader field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DatastoreHeader) HasDatastoreName ¶
func (o *DatastoreHeader) HasDatastoreName() bool
HasDatastoreName returns a boolean if a field has been set.
func (*DatastoreHeader) HasProjEnvHeader ¶
func (o *DatastoreHeader) HasProjEnvHeader() bool
HasProjEnvHeader returns a boolean if a field has been set.
func (DatastoreHeader) MarshalJSON ¶
func (o DatastoreHeader) MarshalJSON() ([]byte, error)
func (*DatastoreHeader) SetDatastoreName ¶
func (o *DatastoreHeader) SetDatastoreName(v string)
SetDatastoreName gets a reference to the given string and assigns it to the DatastoreName field.
func (*DatastoreHeader) SetProjEnvHeader ¶
func (o *DatastoreHeader) SetProjEnvHeader(v ProjEnvHeader)
SetProjEnvHeader gets a reference to the given ProjEnvHeader and assigns it to the ProjEnvHeader field.
func (DatastoreHeader) ToMap ¶
func (o DatastoreHeader) ToMap() (map[string]interface{}, error)
type DeactivateProjectReply ¶
type DeactivateProjectReply struct { Result *ServiceRunnerResult `json:"result,omitempty"` DeployId *string `json:"deployId,omitempty"` }
DeactivateProjectReply struct for DeactivateProjectReply
func NewDeactivateProjectReply ¶
func NewDeactivateProjectReply() *DeactivateProjectReply
NewDeactivateProjectReply instantiates a new DeactivateProjectReply object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeactivateProjectReplyWithDefaults ¶
func NewDeactivateProjectReplyWithDefaults() *DeactivateProjectReply
NewDeactivateProjectReplyWithDefaults instantiates a new DeactivateProjectReply object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeactivateProjectReply) GetDeployId ¶
func (o *DeactivateProjectReply) GetDeployId() string
GetDeployId returns the DeployId field value if set, zero value otherwise.
func (*DeactivateProjectReply) GetDeployIdOk ¶
func (o *DeactivateProjectReply) GetDeployIdOk() (*string, bool)
GetDeployIdOk returns a tuple with the DeployId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeactivateProjectReply) GetResult ¶
func (o *DeactivateProjectReply) GetResult() ServiceRunnerResult
GetResult returns the Result field value if set, zero value otherwise.
func (*DeactivateProjectReply) GetResultOk ¶
func (o *DeactivateProjectReply) GetResultOk() (*ServiceRunnerResult, 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 (*DeactivateProjectReply) HasDeployId ¶
func (o *DeactivateProjectReply) HasDeployId() bool
HasDeployId returns a boolean if a field has been set.
func (*DeactivateProjectReply) HasResult ¶
func (o *DeactivateProjectReply) HasResult() bool
HasResult returns a boolean if a field has been set.
func (DeactivateProjectReply) MarshalJSON ¶
func (o DeactivateProjectReply) MarshalJSON() ([]byte, error)
func (*DeactivateProjectReply) SetDeployId ¶
func (o *DeactivateProjectReply) SetDeployId(v string)
SetDeployId gets a reference to the given string and assigns it to the DeployId field.
func (*DeactivateProjectReply) SetResult ¶
func (o *DeactivateProjectReply) SetResult(v ServiceRunnerResult)
SetResult gets a reference to the given ServiceRunnerResult and assigns it to the Result field.
func (DeactivateProjectReply) ToMap ¶
func (o DeactivateProjectReply) ToMap() (map[string]interface{}, error)
type DeactivateProjectRequest ¶
type DeactivateProjectRequest struct {
ProjEnvHeader *ProjEnvHeader `json:"projEnvHeader,omitempty"`
}
DeactivateProjectRequest struct for DeactivateProjectRequest
func NewDeactivateProjectRequest ¶
func NewDeactivateProjectRequest() *DeactivateProjectRequest
NewDeactivateProjectRequest instantiates a new DeactivateProjectRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeactivateProjectRequestWithDefaults ¶
func NewDeactivateProjectRequestWithDefaults() *DeactivateProjectRequest
NewDeactivateProjectRequestWithDefaults instantiates a new DeactivateProjectRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeactivateProjectRequest) GetProjEnvHeader ¶
func (o *DeactivateProjectRequest) GetProjEnvHeader() ProjEnvHeader
GetProjEnvHeader returns the ProjEnvHeader field value if set, zero value otherwise.
func (*DeactivateProjectRequest) GetProjEnvHeaderOk ¶
func (o *DeactivateProjectRequest) GetProjEnvHeaderOk() (*ProjEnvHeader, bool)
GetProjEnvHeaderOk returns a tuple with the ProjEnvHeader field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeactivateProjectRequest) HasProjEnvHeader ¶
func (o *DeactivateProjectRequest) HasProjEnvHeader() bool
HasProjEnvHeader returns a boolean if a field has been set.
func (DeactivateProjectRequest) MarshalJSON ¶
func (o DeactivateProjectRequest) MarshalJSON() ([]byte, error)
func (*DeactivateProjectRequest) SetProjEnvHeader ¶
func (o *DeactivateProjectRequest) SetProjEnvHeader(v ProjEnvHeader)
SetProjEnvHeader gets a reference to the given ProjEnvHeader and assigns it to the ProjEnvHeader field.
func (DeactivateProjectRequest) ToMap ¶
func (o DeactivateProjectRequest) ToMap() (map[string]interface{}, error)
type DeleteApiKeyReply ¶
type DeleteApiKeyReply struct {
Result *ServiceRunnerResult `json:"result,omitempty"`
}
DeleteApiKeyReply struct for DeleteApiKeyReply
func NewDeleteApiKeyReply ¶
func NewDeleteApiKeyReply() *DeleteApiKeyReply
NewDeleteApiKeyReply instantiates a new DeleteApiKeyReply object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeleteApiKeyReplyWithDefaults ¶
func NewDeleteApiKeyReplyWithDefaults() *DeleteApiKeyReply
NewDeleteApiKeyReplyWithDefaults instantiates a new DeleteApiKeyReply object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeleteApiKeyReply) GetResult ¶
func (o *DeleteApiKeyReply) GetResult() ServiceRunnerResult
GetResult returns the Result field value if set, zero value otherwise.
func (*DeleteApiKeyReply) GetResultOk ¶
func (o *DeleteApiKeyReply) GetResultOk() (*ServiceRunnerResult, 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 (*DeleteApiKeyReply) HasResult ¶
func (o *DeleteApiKeyReply) HasResult() bool
HasResult returns a boolean if a field has been set.
func (DeleteApiKeyReply) MarshalJSON ¶
func (o DeleteApiKeyReply) MarshalJSON() ([]byte, error)
func (*DeleteApiKeyReply) SetResult ¶
func (o *DeleteApiKeyReply) SetResult(v ServiceRunnerResult)
SetResult gets a reference to the given ServiceRunnerResult and assigns it to the Result field.
func (DeleteApiKeyReply) ToMap ¶
func (o DeleteApiKeyReply) ToMap() (map[string]interface{}, error)
type DeleteApiKeyRequest ¶
type DeleteApiKeyRequest struct {
KeyId *string `json:"keyId,omitempty"`
}
DeleteApiKeyRequest struct for DeleteApiKeyRequest
func NewDeleteApiKeyRequest ¶
func NewDeleteApiKeyRequest() *DeleteApiKeyRequest
NewDeleteApiKeyRequest instantiates a new DeleteApiKeyRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeleteApiKeyRequestWithDefaults ¶
func NewDeleteApiKeyRequestWithDefaults() *DeleteApiKeyRequest
NewDeleteApiKeyRequestWithDefaults instantiates a new DeleteApiKeyRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeleteApiKeyRequest) GetKeyId ¶
func (o *DeleteApiKeyRequest) GetKeyId() string
GetKeyId returns the KeyId field value if set, zero value otherwise.
func (*DeleteApiKeyRequest) GetKeyIdOk ¶
func (o *DeleteApiKeyRequest) GetKeyIdOk() (*string, bool)
GetKeyIdOk returns a tuple with the KeyId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeleteApiKeyRequest) HasKeyId ¶
func (o *DeleteApiKeyRequest) HasKeyId() bool
HasKeyId returns a boolean if a field has been set.
func (DeleteApiKeyRequest) MarshalJSON ¶
func (o DeleteApiKeyRequest) MarshalJSON() ([]byte, error)
func (*DeleteApiKeyRequest) SetKeyId ¶
func (o *DeleteApiKeyRequest) SetKeyId(v string)
SetKeyId gets a reference to the given string and assigns it to the KeyId field.
func (DeleteApiKeyRequest) ToMap ¶
func (o DeleteApiKeyRequest) ToMap() (map[string]interface{}, error)
type DeleteEnvironmentReply ¶
type DeleteEnvironmentReply struct {
Result *ServiceRunnerResult `json:"result,omitempty"`
}
DeleteEnvironmentReply struct for DeleteEnvironmentReply
func NewDeleteEnvironmentReply ¶
func NewDeleteEnvironmentReply() *DeleteEnvironmentReply
NewDeleteEnvironmentReply instantiates a new DeleteEnvironmentReply object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeleteEnvironmentReplyWithDefaults ¶
func NewDeleteEnvironmentReplyWithDefaults() *DeleteEnvironmentReply
NewDeleteEnvironmentReplyWithDefaults instantiates a new DeleteEnvironmentReply object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeleteEnvironmentReply) GetResult ¶
func (o *DeleteEnvironmentReply) GetResult() ServiceRunnerResult
GetResult returns the Result field value if set, zero value otherwise.
func (*DeleteEnvironmentReply) GetResultOk ¶
func (o *DeleteEnvironmentReply) GetResultOk() (*ServiceRunnerResult, 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 (*DeleteEnvironmentReply) HasResult ¶
func (o *DeleteEnvironmentReply) HasResult() bool
HasResult returns a boolean if a field has been set.
func (DeleteEnvironmentReply) MarshalJSON ¶
func (o DeleteEnvironmentReply) MarshalJSON() ([]byte, error)
func (*DeleteEnvironmentReply) SetResult ¶
func (o *DeleteEnvironmentReply) SetResult(v ServiceRunnerResult)
SetResult gets a reference to the given ServiceRunnerResult and assigns it to the Result field.
func (DeleteEnvironmentReply) ToMap ¶
func (o DeleteEnvironmentReply) ToMap() (map[string]interface{}, error)
type DeleteEnvironmentRequest ¶
type DeleteEnvironmentRequest struct {
Id *string `json:"id,omitempty"`
}
DeleteEnvironmentRequest struct for DeleteEnvironmentRequest
func NewDeleteEnvironmentRequest ¶
func NewDeleteEnvironmentRequest() *DeleteEnvironmentRequest
NewDeleteEnvironmentRequest instantiates a new DeleteEnvironmentRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeleteEnvironmentRequestWithDefaults ¶
func NewDeleteEnvironmentRequestWithDefaults() *DeleteEnvironmentRequest
NewDeleteEnvironmentRequestWithDefaults instantiates a new DeleteEnvironmentRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeleteEnvironmentRequest) GetId ¶
func (o *DeleteEnvironmentRequest) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*DeleteEnvironmentRequest) GetIdOk ¶
func (o *DeleteEnvironmentRequest) 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 (*DeleteEnvironmentRequest) HasId ¶
func (o *DeleteEnvironmentRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (DeleteEnvironmentRequest) MarshalJSON ¶
func (o DeleteEnvironmentRequest) MarshalJSON() ([]byte, error)
func (*DeleteEnvironmentRequest) SetId ¶
func (o *DeleteEnvironmentRequest) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (DeleteEnvironmentRequest) ToMap ¶
func (o DeleteEnvironmentRequest) ToMap() (map[string]interface{}, error)
type DeletePackageReply ¶
type DeletePackageReply struct { Result *ServiceRunnerResult `json:"result,omitempty"` State *PackageState `json:"state,omitempty"` }
DeletePackageReply struct for DeletePackageReply
func NewDeletePackageReply ¶
func NewDeletePackageReply() *DeletePackageReply
NewDeletePackageReply instantiates a new DeletePackageReply object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeletePackageReplyWithDefaults ¶
func NewDeletePackageReplyWithDefaults() *DeletePackageReply
NewDeletePackageReplyWithDefaults instantiates a new DeletePackageReply object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeletePackageReply) GetResult ¶
func (o *DeletePackageReply) GetResult() ServiceRunnerResult
GetResult returns the Result field value if set, zero value otherwise.
func (*DeletePackageReply) GetResultOk ¶
func (o *DeletePackageReply) GetResultOk() (*ServiceRunnerResult, 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 (*DeletePackageReply) GetState ¶
func (o *DeletePackageReply) GetState() PackageState
GetState returns the State field value if set, zero value otherwise.
func (*DeletePackageReply) GetStateOk ¶
func (o *DeletePackageReply) GetStateOk() (*PackageState, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeletePackageReply) HasResult ¶
func (o *DeletePackageReply) HasResult() bool
HasResult returns a boolean if a field has been set.
func (*DeletePackageReply) HasState ¶
func (o *DeletePackageReply) HasState() bool
HasState returns a boolean if a field has been set.
func (DeletePackageReply) MarshalJSON ¶
func (o DeletePackageReply) MarshalJSON() ([]byte, error)
func (*DeletePackageReply) SetResult ¶
func (o *DeletePackageReply) SetResult(v ServiceRunnerResult)
SetResult gets a reference to the given ServiceRunnerResult and assigns it to the Result field.
func (*DeletePackageReply) SetState ¶
func (o *DeletePackageReply) SetState(v PackageState)
SetState gets a reference to the given PackageState and assigns it to the State field.
func (DeletePackageReply) ToMap ¶
func (o DeletePackageReply) ToMap() (map[string]interface{}, error)
type DeletePackageRequest ¶
type DeletePackageRequest struct {
PackageId *string `json:"packageId,omitempty"`
}
DeletePackageRequest struct for DeletePackageRequest
func NewDeletePackageRequest ¶
func NewDeletePackageRequest() *DeletePackageRequest
NewDeletePackageRequest instantiates a new DeletePackageRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeletePackageRequestWithDefaults ¶
func NewDeletePackageRequestWithDefaults() *DeletePackageRequest
NewDeletePackageRequestWithDefaults instantiates a new DeletePackageRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeletePackageRequest) GetPackageId ¶
func (o *DeletePackageRequest) GetPackageId() string
GetPackageId returns the PackageId field value if set, zero value otherwise.
func (*DeletePackageRequest) GetPackageIdOk ¶
func (o *DeletePackageRequest) GetPackageIdOk() (*string, bool)
GetPackageIdOk returns a tuple with the PackageId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeletePackageRequest) HasPackageId ¶
func (o *DeletePackageRequest) HasPackageId() bool
HasPackageId returns a boolean if a field has been set.
func (DeletePackageRequest) MarshalJSON ¶
func (o DeletePackageRequest) MarshalJSON() ([]byte, error)
func (*DeletePackageRequest) SetPackageId ¶
func (o *DeletePackageRequest) SetPackageId(v string)
SetPackageId gets a reference to the given string and assigns it to the PackageId field.
func (DeletePackageRequest) ToMap ¶
func (o DeletePackageRequest) ToMap() (map[string]interface{}, error)
type DeleteProjectReply ¶
type DeleteProjectReply struct {
Result *ServiceRunnerResult `json:"result,omitempty"`
}
DeleteProjectReply struct for DeleteProjectReply
func NewDeleteProjectReply ¶
func NewDeleteProjectReply() *DeleteProjectReply
NewDeleteProjectReply instantiates a new DeleteProjectReply object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeleteProjectReplyWithDefaults ¶
func NewDeleteProjectReplyWithDefaults() *DeleteProjectReply
NewDeleteProjectReplyWithDefaults instantiates a new DeleteProjectReply object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeleteProjectReply) GetResult ¶
func (o *DeleteProjectReply) GetResult() ServiceRunnerResult
GetResult returns the Result field value if set, zero value otherwise.
func (*DeleteProjectReply) GetResultOk ¶
func (o *DeleteProjectReply) GetResultOk() (*ServiceRunnerResult, 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 (*DeleteProjectReply) HasResult ¶
func (o *DeleteProjectReply) HasResult() bool
HasResult returns a boolean if a field has been set.
func (DeleteProjectReply) MarshalJSON ¶
func (o DeleteProjectReply) MarshalJSON() ([]byte, error)
func (*DeleteProjectReply) SetResult ¶
func (o *DeleteProjectReply) SetResult(v ServiceRunnerResult)
SetResult gets a reference to the given ServiceRunnerResult and assigns it to the Result field.
func (DeleteProjectReply) ToMap ¶
func (o DeleteProjectReply) ToMap() (map[string]interface{}, error)
type DeleteProjectRequest ¶
type DeleteProjectRequest struct {
Id *string `json:"id,omitempty"`
}
DeleteProjectRequest struct for DeleteProjectRequest
func NewDeleteProjectRequest ¶
func NewDeleteProjectRequest() *DeleteProjectRequest
NewDeleteProjectRequest instantiates a new DeleteProjectRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeleteProjectRequestWithDefaults ¶
func NewDeleteProjectRequestWithDefaults() *DeleteProjectRequest
NewDeleteProjectRequestWithDefaults instantiates a new DeleteProjectRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeleteProjectRequest) GetId ¶
func (o *DeleteProjectRequest) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*DeleteProjectRequest) GetIdOk ¶
func (o *DeleteProjectRequest) 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 (*DeleteProjectRequest) HasId ¶
func (o *DeleteProjectRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (DeleteProjectRequest) MarshalJSON ¶
func (o DeleteProjectRequest) MarshalJSON() ([]byte, error)
func (*DeleteProjectRequest) SetId ¶
func (o *DeleteProjectRequest) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (DeleteProjectRequest) ToMap ¶
func (o DeleteProjectRequest) ToMap() (map[string]interface{}, error)
type DeploymentDescription ¶
type DeploymentDescription struct { Id *string `json:"id,omitempty"` Header *DeploymentHeader `json:"header,omitempty"` State *DeploymentState `json:"state,omitempty"` StateDetail *DeploymentStateDetail `json:"stateDetail,omitempty"` CreateTime *string `json:"createTime,omitempty"` ValidationStartTime *string `json:"validationStartTime,omitempty"` BuildStartTime *string `json:"buildStartTime,omitempty"` DeployStartTime *string `json:"deployStartTime,omitempty"` EndTime *string `json:"endTime,omitempty"` }
DeploymentDescription struct for DeploymentDescription
func NewDeploymentDescription ¶
func NewDeploymentDescription() *DeploymentDescription
NewDeploymentDescription instantiates a new DeploymentDescription object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeploymentDescriptionWithDefaults ¶
func NewDeploymentDescriptionWithDefaults() *DeploymentDescription
NewDeploymentDescriptionWithDefaults instantiates a new DeploymentDescription object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeploymentDescription) GetBuildStartTime ¶
func (o *DeploymentDescription) GetBuildStartTime() string
GetBuildStartTime returns the BuildStartTime field value if set, zero value otherwise.
func (*DeploymentDescription) GetBuildStartTimeOk ¶
func (o *DeploymentDescription) GetBuildStartTimeOk() (*string, bool)
GetBuildStartTimeOk returns a tuple with the BuildStartTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeploymentDescription) GetCreateTime ¶
func (o *DeploymentDescription) GetCreateTime() string
GetCreateTime returns the CreateTime field value if set, zero value otherwise.
func (*DeploymentDescription) GetCreateTimeOk ¶
func (o *DeploymentDescription) GetCreateTimeOk() (*string, bool)
GetCreateTimeOk returns a tuple with the CreateTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeploymentDescription) GetDeployStartTime ¶
func (o *DeploymentDescription) GetDeployStartTime() string
GetDeployStartTime returns the DeployStartTime field value if set, zero value otherwise.
func (*DeploymentDescription) GetDeployStartTimeOk ¶
func (o *DeploymentDescription) GetDeployStartTimeOk() (*string, bool)
GetDeployStartTimeOk returns a tuple with the DeployStartTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeploymentDescription) GetEndTime ¶
func (o *DeploymentDescription) GetEndTime() string
GetEndTime returns the EndTime field value if set, zero value otherwise.
func (*DeploymentDescription) GetEndTimeOk ¶
func (o *DeploymentDescription) GetEndTimeOk() (*string, bool)
GetEndTimeOk returns a tuple with the EndTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeploymentDescription) GetHeader ¶
func (o *DeploymentDescription) GetHeader() DeploymentHeader
GetHeader returns the Header field value if set, zero value otherwise.
func (*DeploymentDescription) GetHeaderOk ¶
func (o *DeploymentDescription) GetHeaderOk() (*DeploymentHeader, bool)
GetHeaderOk returns a tuple with the Header field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeploymentDescription) GetId ¶
func (o *DeploymentDescription) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*DeploymentDescription) GetIdOk ¶
func (o *DeploymentDescription) 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 (*DeploymentDescription) GetState ¶
func (o *DeploymentDescription) GetState() DeploymentState
GetState returns the State field value if set, zero value otherwise.
func (*DeploymentDescription) GetStateDetail ¶
func (o *DeploymentDescription) GetStateDetail() DeploymentStateDetail
GetStateDetail returns the StateDetail field value if set, zero value otherwise.
func (*DeploymentDescription) GetStateDetailOk ¶
func (o *DeploymentDescription) GetStateDetailOk() (*DeploymentStateDetail, bool)
GetStateDetailOk returns a tuple with the StateDetail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeploymentDescription) GetStateOk ¶
func (o *DeploymentDescription) GetStateOk() (*DeploymentState, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeploymentDescription) GetValidationStartTime ¶
func (o *DeploymentDescription) GetValidationStartTime() string
GetValidationStartTime returns the ValidationStartTime field value if set, zero value otherwise.
func (*DeploymentDescription) GetValidationStartTimeOk ¶
func (o *DeploymentDescription) GetValidationStartTimeOk() (*string, bool)
GetValidationStartTimeOk returns a tuple with the ValidationStartTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeploymentDescription) HasBuildStartTime ¶
func (o *DeploymentDescription) HasBuildStartTime() bool
HasBuildStartTime returns a boolean if a field has been set.
func (*DeploymentDescription) HasCreateTime ¶
func (o *DeploymentDescription) HasCreateTime() bool
HasCreateTime returns a boolean if a field has been set.
func (*DeploymentDescription) HasDeployStartTime ¶
func (o *DeploymentDescription) HasDeployStartTime() bool
HasDeployStartTime returns a boolean if a field has been set.
func (*DeploymentDescription) HasEndTime ¶
func (o *DeploymentDescription) HasEndTime() bool
HasEndTime returns a boolean if a field has been set.
func (*DeploymentDescription) HasHeader ¶
func (o *DeploymentDescription) HasHeader() bool
HasHeader returns a boolean if a field has been set.
func (*DeploymentDescription) HasId ¶
func (o *DeploymentDescription) HasId() bool
HasId returns a boolean if a field has been set.
func (*DeploymentDescription) HasState ¶
func (o *DeploymentDescription) HasState() bool
HasState returns a boolean if a field has been set.
func (*DeploymentDescription) HasStateDetail ¶
func (o *DeploymentDescription) HasStateDetail() bool
HasStateDetail returns a boolean if a field has been set.
func (*DeploymentDescription) HasValidationStartTime ¶
func (o *DeploymentDescription) HasValidationStartTime() bool
HasValidationStartTime returns a boolean if a field has been set.
func (DeploymentDescription) MarshalJSON ¶
func (o DeploymentDescription) MarshalJSON() ([]byte, error)
func (*DeploymentDescription) SetBuildStartTime ¶
func (o *DeploymentDescription) SetBuildStartTime(v string)
SetBuildStartTime gets a reference to the given string and assigns it to the BuildStartTime field.
func (*DeploymentDescription) SetCreateTime ¶
func (o *DeploymentDescription) SetCreateTime(v string)
SetCreateTime gets a reference to the given string and assigns it to the CreateTime field.
func (*DeploymentDescription) SetDeployStartTime ¶
func (o *DeploymentDescription) SetDeployStartTime(v string)
SetDeployStartTime gets a reference to the given string and assigns it to the DeployStartTime field.
func (*DeploymentDescription) SetEndTime ¶
func (o *DeploymentDescription) SetEndTime(v string)
SetEndTime gets a reference to the given string and assigns it to the EndTime field.
func (*DeploymentDescription) SetHeader ¶
func (o *DeploymentDescription) SetHeader(v DeploymentHeader)
SetHeader gets a reference to the given DeploymentHeader and assigns it to the Header field.
func (*DeploymentDescription) SetId ¶
func (o *DeploymentDescription) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*DeploymentDescription) SetState ¶
func (o *DeploymentDescription) SetState(v DeploymentState)
SetState gets a reference to the given DeploymentState and assigns it to the State field.
func (*DeploymentDescription) SetStateDetail ¶
func (o *DeploymentDescription) SetStateDetail(v DeploymentStateDetail)
SetStateDetail gets a reference to the given DeploymentStateDetail and assigns it to the StateDetail field.
func (*DeploymentDescription) SetValidationStartTime ¶
func (o *DeploymentDescription) SetValidationStartTime(v string)
SetValidationStartTime gets a reference to the given string and assigns it to the ValidationStartTime field.
func (DeploymentDescription) ToMap ¶
func (o DeploymentDescription) ToMap() (map[string]interface{}, error)
type DeploymentHeader ¶
type DeploymentHeader struct { PkgId *string `json:"pkgId,omitempty"` ProjId *string `json:"projId,omitempty"` EnvId *string `json:"envId,omitempty"` Type *DeploymentType `json:"type,omitempty"` Initiator *DeploymentInitiator `json:"initiator,omitempty"` Reason *string `json:"reason,omitempty"` }
DeploymentHeader struct for DeploymentHeader
func NewDeploymentHeader ¶
func NewDeploymentHeader() *DeploymentHeader
NewDeploymentHeader instantiates a new DeploymentHeader object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDeploymentHeaderWithDefaults ¶
func NewDeploymentHeaderWithDefaults() *DeploymentHeader
NewDeploymentHeaderWithDefaults instantiates a new DeploymentHeader object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DeploymentHeader) GetEnvId ¶
func (o *DeploymentHeader) GetEnvId() string
GetEnvId returns the EnvId field value if set, zero value otherwise.
func (*DeploymentHeader) GetEnvIdOk ¶
func (o *DeploymentHeader) GetEnvIdOk() (*string, bool)
GetEnvIdOk returns a tuple with the EnvId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeploymentHeader) GetInitiator ¶
func (o *DeploymentHeader) GetInitiator() DeploymentInitiator
GetInitiator returns the Initiator field value if set, zero value otherwise.
func (*DeploymentHeader) GetInitiatorOk ¶
func (o *DeploymentHeader) GetInitiatorOk() (*DeploymentInitiator, bool)
GetInitiatorOk returns a tuple with the Initiator field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeploymentHeader) GetPkgId ¶
func (o *DeploymentHeader) GetPkgId() string
GetPkgId returns the PkgId field value if set, zero value otherwise.
func (*DeploymentHeader) GetPkgIdOk ¶
func (o *DeploymentHeader) GetPkgIdOk() (*string, bool)
GetPkgIdOk returns a tuple with the PkgId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeploymentHeader) GetProjId ¶
func (o *DeploymentHeader) GetProjId() string
GetProjId returns the ProjId field value if set, zero value otherwise.
func (*DeploymentHeader) GetProjIdOk ¶
func (o *DeploymentHeader) GetProjIdOk() (*string, bool)
GetProjIdOk returns a tuple with the ProjId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeploymentHeader) GetReason ¶
func (o *DeploymentHeader) GetReason() string
GetReason returns the Reason field value if set, zero value otherwise.
func (*DeploymentHeader) GetReasonOk ¶
func (o *DeploymentHeader) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DeploymentHeader) GetType ¶
func (o *DeploymentHeader) GetType() DeploymentType
GetType returns the Type field value if set, zero value otherwise.
func (*DeploymentHeader) GetTypeOk ¶
func (o *DeploymentHeader) GetTypeOk() (*DeploymentType, 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 (*DeploymentHeader) HasEnvId ¶
func (o *DeploymentHeader) HasEnvId() bool
HasEnvId returns a boolean if a field has been set.
func (*DeploymentHeader) HasInitiator ¶
func (o *DeploymentHeader) HasInitiator() bool
HasInitiator returns a boolean if a field has been set.
func (*DeploymentHeader) HasPkgId ¶
func (o *DeploymentHeader) HasPkgId() bool
HasPkgId returns a boolean if a field has been set.
func (*DeploymentHeader) HasProjId ¶
func (o *DeploymentHeader) HasProjId() bool
HasProjId returns a boolean if a field has been set.
func (*DeploymentHeader) HasReason ¶
func (o *DeploymentHeader) HasReason() bool
HasReason returns a boolean if a field has been set.
func (*DeploymentHeader) HasType ¶
func (o *DeploymentHeader) HasType() bool
HasType returns a boolean if a field has been set.
func (DeploymentHeader) MarshalJSON ¶
func (o DeploymentHeader) MarshalJSON() ([]byte, error)
func (*DeploymentHeader) SetEnvId ¶
func (o *DeploymentHeader) SetEnvId(v string)
SetEnvId gets a reference to the given string and assigns it to the EnvId field.
func (*DeploymentHeader) SetInitiator ¶
func (o *DeploymentHeader) SetInitiator(v DeploymentInitiator)
SetInitiator gets a reference to the given DeploymentInitiator and assigns it to the Initiator field.
func (*DeploymentHeader) SetPkgId ¶
func (o *DeploymentHeader) SetPkgId(v string)
SetPkgId gets a reference to the given string and assigns it to the PkgId field.
func (*DeploymentHeader) SetProjId ¶
func (o *DeploymentHeader) SetProjId(v string)
SetProjId gets a reference to the given string and assigns it to the ProjId field.
func (*DeploymentHeader) SetReason ¶
func (o *DeploymentHeader) SetReason(v string)
SetReason gets a reference to the given string and assigns it to the Reason field.
func (*DeploymentHeader) SetType ¶
func (o *DeploymentHeader) SetType(v DeploymentType)
SetType gets a reference to the given DeploymentType and assigns it to the Type field.
func (DeploymentHeader) ToMap ¶
func (o DeploymentHeader) ToMap() (map[string]interface{}, error)
type DeploymentInitiator ¶
type DeploymentInitiator string
DeploymentInitiator the model 'DeploymentInitiator'
const ( INVALID_DEPLOY_INIT DeploymentInitiator = "INVALID_DEPLOY_INIT" CUSTOMER DeploymentInitiator = "CUSTOMER" SERVICE DeploymentInitiator = "SERVICE" UNKNOWN_DEPLOY_INIT DeploymentInitiator = "UNKNOWN_DEPLOY_INIT" )
List of DeploymentInitiator
func NewDeploymentInitiatorFromValue ¶
func NewDeploymentInitiatorFromValue(v string) (*DeploymentInitiator, error)
NewDeploymentInitiatorFromValue returns a pointer to a valid DeploymentInitiator for the value passed as argument, or an error if the value passed is not allowed by the enum
func (DeploymentInitiator) IsValid ¶
func (v DeploymentInitiator) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DeploymentInitiator) Ptr ¶
func (v DeploymentInitiator) Ptr() *DeploymentInitiator
Ptr returns reference to DeploymentInitiator value
func (*DeploymentInitiator) UnmarshalJSON ¶
func (v *DeploymentInitiator) UnmarshalJSON(src []byte) error
type DeploymentState ¶
type DeploymentState string
DeploymentState the package associated with the deployment passed validation and is in - DEPLOYING: the process of being compiled the package associated with the deployment compiled successfully and is - SUCCESS: in the process of being deployed to the environment specified the deployment was successful and the package associated with the - FAILED: deployment is now active in the environment specified the deployment failed; see DeploymentDescription.stateDetail for further - UNKNOWN_DEPLOY_STATE: MAX_INT
const ( INVALID_DEPLOY_STATE DeploymentState = "INVALID_DEPLOY_STATE" CREATED DeploymentState = "CREATED" DPLY_VALIDATING DeploymentState = "DPLY_VALIDATING" DPLY_BUILDING DeploymentState = "DPLY_BUILDING" DEPLOYING DeploymentState = "DEPLOYING" SUCCESS DeploymentState = "SUCCESS" FAILED DeploymentState = "FAILED" UNKNOWN_DEPLOY_STATE DeploymentState = "UNKNOWN_DEPLOY_STATE" )
List of DeploymentState
func NewDeploymentStateFromValue ¶
func NewDeploymentStateFromValue(v string) (*DeploymentState, error)
NewDeploymentStateFromValue returns a pointer to a valid DeploymentState for the value passed as argument, or an error if the value passed is not allowed by the enum
func (DeploymentState) IsValid ¶
func (v DeploymentState) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DeploymentState) Ptr ¶
func (v DeploymentState) Ptr() *DeploymentState
Ptr returns reference to DeploymentState value
func (*DeploymentState) UnmarshalJSON ¶
func (v *DeploymentState) UnmarshalJSON(src []byte) error
type DeploymentStateDetail ¶
type DeploymentStateDetail string
DeploymentStateDetail the package associated with the deployment failed to compile - DPLY_SUPPORT_NEEDED: the deployment failed for an unknown reason; Bopmatic support - UNKNOWN_DEPLOY_STATE_DET: MAX_INT
const ( INVALID_DEPLOY_STATE_DET DeploymentStateDetail = "INVALID_DEPLOY_STATE_DET" NONE DeploymentStateDetail = "NONE" PKG_INVALID DeploymentStateDetail = "PKG_INVALID" BLD_INVALID DeploymentStateDetail = "BLD_INVALID" DPLY_SUPPORT_NEEDED DeploymentStateDetail = "DPLY_SUPPORT_NEEDED" UNKNOWN_DEPLOY_STATE_DET DeploymentStateDetail = "UNKNOWN_DEPLOY_STATE_DET" )
List of DeploymentStateDetail
func NewDeploymentStateDetailFromValue ¶
func NewDeploymentStateDetailFromValue(v string) (*DeploymentStateDetail, error)
NewDeploymentStateDetailFromValue returns a pointer to a valid DeploymentStateDetail for the value passed as argument, or an error if the value passed is not allowed by the enum
func (DeploymentStateDetail) IsValid ¶
func (v DeploymentStateDetail) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DeploymentStateDetail) Ptr ¶
func (v DeploymentStateDetail) Ptr() *DeploymentStateDetail
Ptr returns reference to DeploymentStateDetail value
func (*DeploymentStateDetail) UnmarshalJSON ¶
func (v *DeploymentStateDetail) UnmarshalJSON(src []byte) error
type DeploymentType ¶
type DeploymentType string
DeploymentType the deployment was created in order to remove the project from - SECURITY_UPDATE: the environment (customer initiated) the deployment was created in order to perform a security update - INF_UPDATE: on the backend infrastructure (service initiated) the deployment was created in order to perform a non-security related - UNKNOWN_DEPLOY_TYPE: MAX_INT
const ( INVALID_DEPLOY_TYPE DeploymentType = "INVALID_DEPLOY_TYPE" NEW_PACKAGE DeploymentType = "NEW_PACKAGE" ENV_TEARDOWN DeploymentType = "ENV_TEARDOWN" SECURITY_UPDATE DeploymentType = "SECURITY_UPDATE" INF_UPDATE DeploymentType = "INF_UPDATE" UNKNOWN_DEPLOY_TYPE DeploymentType = "UNKNOWN_DEPLOY_TYPE" )
List of DeploymentType
func NewDeploymentTypeFromValue ¶
func NewDeploymentTypeFromValue(v string) (*DeploymentType, error)
NewDeploymentTypeFromValue returns a pointer to a valid DeploymentType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (DeploymentType) IsValid ¶
func (v DeploymentType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (DeploymentType) Ptr ¶
func (v DeploymentType) Ptr() *DeploymentType
Ptr returns reference to DeploymentType value
func (*DeploymentType) UnmarshalJSON ¶
func (v *DeploymentType) UnmarshalJSON(src []byte) error
type DescribeApiKeyReply ¶
type DescribeApiKeyReply struct { Result *ServiceRunnerResult `json:"result,omitempty"` Desc *ApiKeyDescription `json:"desc,omitempty"` }
DescribeApiKeyReply struct for DescribeApiKeyReply
func NewDescribeApiKeyReply ¶
func NewDescribeApiKeyReply() *DescribeApiKeyReply
NewDescribeApiKeyReply instantiates a new DescribeApiKeyReply object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDescribeApiKeyReplyWithDefaults ¶
func NewDescribeApiKeyReplyWithDefaults() *DescribeApiKeyReply
NewDescribeApiKeyReplyWithDefaults instantiates a new DescribeApiKeyReply object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DescribeApiKeyReply) GetDesc ¶
func (o *DescribeApiKeyReply) GetDesc() ApiKeyDescription
GetDesc returns the Desc field value if set, zero value otherwise.
func (*DescribeApiKeyReply) GetDescOk ¶
func (o *DescribeApiKeyReply) GetDescOk() (*ApiKeyDescription, bool)
GetDescOk returns a tuple with the Desc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DescribeApiKeyReply) GetResult ¶
func (o *DescribeApiKeyReply) GetResult() ServiceRunnerResult
GetResult returns the Result field value if set, zero value otherwise.
func (*DescribeApiKeyReply) GetResultOk ¶
func (o *DescribeApiKeyReply) GetResultOk() (*ServiceRunnerResult, 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 (*DescribeApiKeyReply) HasDesc ¶
func (o *DescribeApiKeyReply) HasDesc() bool
HasDesc returns a boolean if a field has been set.
func (*DescribeApiKeyReply) HasResult ¶
func (o *DescribeApiKeyReply) HasResult() bool
HasResult returns a boolean if a field has been set.
func (DescribeApiKeyReply) MarshalJSON ¶
func (o DescribeApiKeyReply) MarshalJSON() ([]byte, error)
func (*DescribeApiKeyReply) SetDesc ¶
func (o *DescribeApiKeyReply) SetDesc(v ApiKeyDescription)
SetDesc gets a reference to the given ApiKeyDescription and assigns it to the Desc field.
func (*DescribeApiKeyReply) SetResult ¶
func (o *DescribeApiKeyReply) SetResult(v ServiceRunnerResult)
SetResult gets a reference to the given ServiceRunnerResult and assigns it to the Result field.
func (DescribeApiKeyReply) ToMap ¶
func (o DescribeApiKeyReply) ToMap() (map[string]interface{}, error)
type DescribeApiKeyRequest ¶
type DescribeApiKeyRequest struct {
KeyId *string `json:"keyId,omitempty"`
}
DescribeApiKeyRequest struct for DescribeApiKeyRequest
func NewDescribeApiKeyRequest ¶
func NewDescribeApiKeyRequest() *DescribeApiKeyRequest
NewDescribeApiKeyRequest instantiates a new DescribeApiKeyRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDescribeApiKeyRequestWithDefaults ¶
func NewDescribeApiKeyRequestWithDefaults() *DescribeApiKeyRequest
NewDescribeApiKeyRequestWithDefaults instantiates a new DescribeApiKeyRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DescribeApiKeyRequest) GetKeyId ¶
func (o *DescribeApiKeyRequest) GetKeyId() string
GetKeyId returns the KeyId field value if set, zero value otherwise.
func (*DescribeApiKeyRequest) GetKeyIdOk ¶
func (o *DescribeApiKeyRequest) GetKeyIdOk() (*string, bool)
GetKeyIdOk returns a tuple with the KeyId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DescribeApiKeyRequest) HasKeyId ¶
func (o *DescribeApiKeyRequest) HasKeyId() bool
HasKeyId returns a boolean if a field has been set.
func (DescribeApiKeyRequest) MarshalJSON ¶
func (o DescribeApiKeyRequest) MarshalJSON() ([]byte, error)
func (*DescribeApiKeyRequest) SetKeyId ¶
func (o *DescribeApiKeyRequest) SetKeyId(v string)
SetKeyId gets a reference to the given string and assigns it to the KeyId field.
func (DescribeApiKeyRequest) ToMap ¶
func (o DescribeApiKeyRequest) ToMap() (map[string]interface{}, error)
type DescribeDatabaseReply ¶
type DescribeDatabaseReply struct { Result *ServiceRunnerResult `json:"result,omitempty"` Desc *DatabaseDescription `json:"desc,omitempty"` }
DescribeDatabaseReply struct for DescribeDatabaseReply
func NewDescribeDatabaseReply ¶
func NewDescribeDatabaseReply() *DescribeDatabaseReply
NewDescribeDatabaseReply instantiates a new DescribeDatabaseReply object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDescribeDatabaseReplyWithDefaults ¶
func NewDescribeDatabaseReplyWithDefaults() *DescribeDatabaseReply
NewDescribeDatabaseReplyWithDefaults instantiates a new DescribeDatabaseReply object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DescribeDatabaseReply) GetDesc ¶
func (o *DescribeDatabaseReply) GetDesc() DatabaseDescription
GetDesc returns the Desc field value if set, zero value otherwise.
func (*DescribeDatabaseReply) GetDescOk ¶
func (o *DescribeDatabaseReply) GetDescOk() (*DatabaseDescription, bool)
GetDescOk returns a tuple with the Desc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DescribeDatabaseReply) GetResult ¶
func (o *DescribeDatabaseReply) GetResult() ServiceRunnerResult
GetResult returns the Result field value if set, zero value otherwise.
func (*DescribeDatabaseReply) GetResultOk ¶
func (o *DescribeDatabaseReply) GetResultOk() (*ServiceRunnerResult, 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 (*DescribeDatabaseReply) HasDesc ¶
func (o *DescribeDatabaseReply) HasDesc() bool
HasDesc returns a boolean if a field has been set.
func (*DescribeDatabaseReply) HasResult ¶
func (o *DescribeDatabaseReply) HasResult() bool
HasResult returns a boolean if a field has been set.
func (DescribeDatabaseReply) MarshalJSON ¶
func (o DescribeDatabaseReply) MarshalJSON() ([]byte, error)
func (*DescribeDatabaseReply) SetDesc ¶
func (o *DescribeDatabaseReply) SetDesc(v DatabaseDescription)
SetDesc gets a reference to the given DatabaseDescription and assigns it to the Desc field.
func (*DescribeDatabaseReply) SetResult ¶
func (o *DescribeDatabaseReply) SetResult(v ServiceRunnerResult)
SetResult gets a reference to the given ServiceRunnerResult and assigns it to the Result field.
func (DescribeDatabaseReply) ToMap ¶
func (o DescribeDatabaseReply) ToMap() (map[string]interface{}, error)
type DescribeDatabaseRequest ¶
type DescribeDatabaseRequest struct {
DatabaseHeader *DatabaseHeader `json:"databaseHeader,omitempty"`
}
DescribeDatabaseRequest struct for DescribeDatabaseRequest
func NewDescribeDatabaseRequest ¶
func NewDescribeDatabaseRequest() *DescribeDatabaseRequest
NewDescribeDatabaseRequest instantiates a new DescribeDatabaseRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDescribeDatabaseRequestWithDefaults ¶
func NewDescribeDatabaseRequestWithDefaults() *DescribeDatabaseRequest
NewDescribeDatabaseRequestWithDefaults instantiates a new DescribeDatabaseRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DescribeDatabaseRequest) GetDatabaseHeader ¶
func (o *DescribeDatabaseRequest) GetDatabaseHeader() DatabaseHeader
GetDatabaseHeader returns the DatabaseHeader field value if set, zero value otherwise.
func (*DescribeDatabaseRequest) GetDatabaseHeaderOk ¶
func (o *DescribeDatabaseRequest) GetDatabaseHeaderOk() (*DatabaseHeader, bool)
GetDatabaseHeaderOk returns a tuple with the DatabaseHeader field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DescribeDatabaseRequest) HasDatabaseHeader ¶
func (o *DescribeDatabaseRequest) HasDatabaseHeader() bool
HasDatabaseHeader returns a boolean if a field has been set.
func (DescribeDatabaseRequest) MarshalJSON ¶
func (o DescribeDatabaseRequest) MarshalJSON() ([]byte, error)
func (*DescribeDatabaseRequest) SetDatabaseHeader ¶
func (o *DescribeDatabaseRequest) SetDatabaseHeader(v DatabaseHeader)
SetDatabaseHeader gets a reference to the given DatabaseHeader and assigns it to the DatabaseHeader field.
func (DescribeDatabaseRequest) ToMap ¶
func (o DescribeDatabaseRequest) ToMap() (map[string]interface{}, error)
type DescribeDatastoreReply ¶
type DescribeDatastoreReply struct { Result *ServiceRunnerResult `json:"result,omitempty"` Desc *DatastoreDescription `json:"desc,omitempty"` }
DescribeDatastoreReply struct for DescribeDatastoreReply
func NewDescribeDatastoreReply ¶
func NewDescribeDatastoreReply() *DescribeDatastoreReply
NewDescribeDatastoreReply instantiates a new DescribeDatastoreReply object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDescribeDatastoreReplyWithDefaults ¶
func NewDescribeDatastoreReplyWithDefaults() *DescribeDatastoreReply
NewDescribeDatastoreReplyWithDefaults instantiates a new DescribeDatastoreReply object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DescribeDatastoreReply) GetDesc ¶
func (o *DescribeDatastoreReply) GetDesc() DatastoreDescription
GetDesc returns the Desc field value if set, zero value otherwise.
func (*DescribeDatastoreReply) GetDescOk ¶
func (o *DescribeDatastoreReply) GetDescOk() (*DatastoreDescription, bool)
GetDescOk returns a tuple with the Desc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DescribeDatastoreReply) GetResult ¶
func (o *DescribeDatastoreReply) GetResult() ServiceRunnerResult
GetResult returns the Result field value if set, zero value otherwise.
func (*DescribeDatastoreReply) GetResultOk ¶
func (o *DescribeDatastoreReply) GetResultOk() (*ServiceRunnerResult, 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 (*DescribeDatastoreReply) HasDesc ¶
func (o *DescribeDatastoreReply) HasDesc() bool
HasDesc returns a boolean if a field has been set.
func (*DescribeDatastoreReply) HasResult ¶
func (o *DescribeDatastoreReply) HasResult() bool
HasResult returns a boolean if a field has been set.
func (DescribeDatastoreReply) MarshalJSON ¶
func (o DescribeDatastoreReply) MarshalJSON() ([]byte, error)
func (*DescribeDatastoreReply) SetDesc ¶
func (o *DescribeDatastoreReply) SetDesc(v DatastoreDescription)
SetDesc gets a reference to the given DatastoreDescription and assigns it to the Desc field.
func (*DescribeDatastoreReply) SetResult ¶
func (o *DescribeDatastoreReply) SetResult(v ServiceRunnerResult)
SetResult gets a reference to the given ServiceRunnerResult and assigns it to the Result field.
func (DescribeDatastoreReply) ToMap ¶
func (o DescribeDatastoreReply) ToMap() (map[string]interface{}, error)
type DescribeDatastoreRequest ¶
type DescribeDatastoreRequest struct {
DatastoreHeader *DatastoreHeader `json:"datastoreHeader,omitempty"`
}
DescribeDatastoreRequest struct for DescribeDatastoreRequest
func NewDescribeDatastoreRequest ¶
func NewDescribeDatastoreRequest() *DescribeDatastoreRequest
NewDescribeDatastoreRequest instantiates a new DescribeDatastoreRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDescribeDatastoreRequestWithDefaults ¶
func NewDescribeDatastoreRequestWithDefaults() *DescribeDatastoreRequest
NewDescribeDatastoreRequestWithDefaults instantiates a new DescribeDatastoreRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DescribeDatastoreRequest) GetDatastoreHeader ¶
func (o *DescribeDatastoreRequest) GetDatastoreHeader() DatastoreHeader
GetDatastoreHeader returns the DatastoreHeader field value if set, zero value otherwise.
func (*DescribeDatastoreRequest) GetDatastoreHeaderOk ¶
func (o *DescribeDatastoreRequest) GetDatastoreHeaderOk() (*DatastoreHeader, bool)
GetDatastoreHeaderOk returns a tuple with the DatastoreHeader field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DescribeDatastoreRequest) HasDatastoreHeader ¶
func (o *DescribeDatastoreRequest) HasDatastoreHeader() bool
HasDatastoreHeader returns a boolean if a field has been set.
func (DescribeDatastoreRequest) MarshalJSON ¶
func (o DescribeDatastoreRequest) MarshalJSON() ([]byte, error)
func (*DescribeDatastoreRequest) SetDatastoreHeader ¶
func (o *DescribeDatastoreRequest) SetDatastoreHeader(v DatastoreHeader)
SetDatastoreHeader gets a reference to the given DatastoreHeader and assigns it to the DatastoreHeader field.
func (DescribeDatastoreRequest) ToMap ¶
func (o DescribeDatastoreRequest) ToMap() (map[string]interface{}, error)
type DescribeDeploymentReply ¶
type DescribeDeploymentReply struct { Result *ServiceRunnerResult `json:"result,omitempty"` Desc *DeploymentDescription `json:"desc,omitempty"` }
DescribeDeploymentReply struct for DescribeDeploymentReply
func NewDescribeDeploymentReply ¶
func NewDescribeDeploymentReply() *DescribeDeploymentReply
NewDescribeDeploymentReply instantiates a new DescribeDeploymentReply object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDescribeDeploymentReplyWithDefaults ¶
func NewDescribeDeploymentReplyWithDefaults() *DescribeDeploymentReply
NewDescribeDeploymentReplyWithDefaults instantiates a new DescribeDeploymentReply object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DescribeDeploymentReply) GetDesc ¶
func (o *DescribeDeploymentReply) GetDesc() DeploymentDescription
GetDesc returns the Desc field value if set, zero value otherwise.
func (*DescribeDeploymentReply) GetDescOk ¶
func (o *DescribeDeploymentReply) GetDescOk() (*DeploymentDescription, bool)
GetDescOk returns a tuple with the Desc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DescribeDeploymentReply) GetResult ¶
func (o *DescribeDeploymentReply) GetResult() ServiceRunnerResult
GetResult returns the Result field value if set, zero value otherwise.
func (*DescribeDeploymentReply) GetResultOk ¶
func (o *DescribeDeploymentReply) GetResultOk() (*ServiceRunnerResult, 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 (*DescribeDeploymentReply) HasDesc ¶
func (o *DescribeDeploymentReply) HasDesc() bool
HasDesc returns a boolean if a field has been set.
func (*DescribeDeploymentReply) HasResult ¶
func (o *DescribeDeploymentReply) HasResult() bool
HasResult returns a boolean if a field has been set.
func (DescribeDeploymentReply) MarshalJSON ¶
func (o DescribeDeploymentReply) MarshalJSON() ([]byte, error)
func (*DescribeDeploymentReply) SetDesc ¶
func (o *DescribeDeploymentReply) SetDesc(v DeploymentDescription)
SetDesc gets a reference to the given DeploymentDescription and assigns it to the Desc field.
func (*DescribeDeploymentReply) SetResult ¶
func (o *DescribeDeploymentReply) SetResult(v ServiceRunnerResult)
SetResult gets a reference to the given ServiceRunnerResult and assigns it to the Result field.
func (DescribeDeploymentReply) ToMap ¶
func (o DescribeDeploymentReply) ToMap() (map[string]interface{}, error)
type DescribeDeploymentRequest ¶
type DescribeDeploymentRequest struct {
Id *string `json:"id,omitempty"`
}
DescribeDeploymentRequest struct for DescribeDeploymentRequest
func NewDescribeDeploymentRequest ¶
func NewDescribeDeploymentRequest() *DescribeDeploymentRequest
NewDescribeDeploymentRequest instantiates a new DescribeDeploymentRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDescribeDeploymentRequestWithDefaults ¶
func NewDescribeDeploymentRequestWithDefaults() *DescribeDeploymentRequest
NewDescribeDeploymentRequestWithDefaults instantiates a new DescribeDeploymentRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DescribeDeploymentRequest) GetId ¶
func (o *DescribeDeploymentRequest) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*DescribeDeploymentRequest) GetIdOk ¶
func (o *DescribeDeploymentRequest) 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 (*DescribeDeploymentRequest) HasId ¶
func (o *DescribeDeploymentRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (DescribeDeploymentRequest) MarshalJSON ¶
func (o DescribeDeploymentRequest) MarshalJSON() ([]byte, error)
func (*DescribeDeploymentRequest) SetId ¶
func (o *DescribeDeploymentRequest) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (DescribeDeploymentRequest) ToMap ¶
func (o DescribeDeploymentRequest) ToMap() (map[string]interface{}, error)
type DescribeEnvironmentReply ¶
type DescribeEnvironmentReply struct { Result *ServiceRunnerResult `json:"result,omitempty"` Desc *EnvironmentDescription `json:"desc,omitempty"` }
DescribeEnvironmentReply struct for DescribeEnvironmentReply
func NewDescribeEnvironmentReply ¶
func NewDescribeEnvironmentReply() *DescribeEnvironmentReply
NewDescribeEnvironmentReply instantiates a new DescribeEnvironmentReply object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDescribeEnvironmentReplyWithDefaults ¶
func NewDescribeEnvironmentReplyWithDefaults() *DescribeEnvironmentReply
NewDescribeEnvironmentReplyWithDefaults instantiates a new DescribeEnvironmentReply object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DescribeEnvironmentReply) GetDesc ¶
func (o *DescribeEnvironmentReply) GetDesc() EnvironmentDescription
GetDesc returns the Desc field value if set, zero value otherwise.
func (*DescribeEnvironmentReply) GetDescOk ¶
func (o *DescribeEnvironmentReply) GetDescOk() (*EnvironmentDescription, bool)
GetDescOk returns a tuple with the Desc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DescribeEnvironmentReply) GetResult ¶
func (o *DescribeEnvironmentReply) GetResult() ServiceRunnerResult
GetResult returns the Result field value if set, zero value otherwise.
func (*DescribeEnvironmentReply) GetResultOk ¶
func (o *DescribeEnvironmentReply) GetResultOk() (*ServiceRunnerResult, 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 (*DescribeEnvironmentReply) HasDesc ¶
func (o *DescribeEnvironmentReply) HasDesc() bool
HasDesc returns a boolean if a field has been set.
func (*DescribeEnvironmentReply) HasResult ¶
func (o *DescribeEnvironmentReply) HasResult() bool
HasResult returns a boolean if a field has been set.
func (DescribeEnvironmentReply) MarshalJSON ¶
func (o DescribeEnvironmentReply) MarshalJSON() ([]byte, error)
func (*DescribeEnvironmentReply) SetDesc ¶
func (o *DescribeEnvironmentReply) SetDesc(v EnvironmentDescription)
SetDesc gets a reference to the given EnvironmentDescription and assigns it to the Desc field.
func (*DescribeEnvironmentReply) SetResult ¶
func (o *DescribeEnvironmentReply) SetResult(v ServiceRunnerResult)
SetResult gets a reference to the given ServiceRunnerResult and assigns it to the Result field.
func (DescribeEnvironmentReply) ToMap ¶
func (o DescribeEnvironmentReply) ToMap() (map[string]interface{}, error)
type DescribeEnvironmentRequest ¶
type DescribeEnvironmentRequest struct {
Id *string `json:"id,omitempty"`
}
DescribeEnvironmentRequest struct for DescribeEnvironmentRequest
func NewDescribeEnvironmentRequest ¶
func NewDescribeEnvironmentRequest() *DescribeEnvironmentRequest
NewDescribeEnvironmentRequest instantiates a new DescribeEnvironmentRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDescribeEnvironmentRequestWithDefaults ¶
func NewDescribeEnvironmentRequestWithDefaults() *DescribeEnvironmentRequest
NewDescribeEnvironmentRequestWithDefaults instantiates a new DescribeEnvironmentRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DescribeEnvironmentRequest) GetId ¶
func (o *DescribeEnvironmentRequest) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*DescribeEnvironmentRequest) GetIdOk ¶
func (o *DescribeEnvironmentRequest) 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 (*DescribeEnvironmentRequest) HasId ¶
func (o *DescribeEnvironmentRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (DescribeEnvironmentRequest) MarshalJSON ¶
func (o DescribeEnvironmentRequest) MarshalJSON() ([]byte, error)
func (*DescribeEnvironmentRequest) SetId ¶
func (o *DescribeEnvironmentRequest) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (DescribeEnvironmentRequest) ToMap ¶
func (o DescribeEnvironmentRequest) ToMap() (map[string]interface{}, error)
type DescribePackageReply ¶
type DescribePackageReply struct { Result *ServiceRunnerResult `json:"result,omitempty"` Desc *PackageDescription `json:"desc,omitempty"` }
DescribePackageReply struct for DescribePackageReply
func NewDescribePackageReply ¶
func NewDescribePackageReply() *DescribePackageReply
NewDescribePackageReply instantiates a new DescribePackageReply object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDescribePackageReplyWithDefaults ¶
func NewDescribePackageReplyWithDefaults() *DescribePackageReply
NewDescribePackageReplyWithDefaults instantiates a new DescribePackageReply object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DescribePackageReply) GetDesc ¶
func (o *DescribePackageReply) GetDesc() PackageDescription
GetDesc returns the Desc field value if set, zero value otherwise.
func (*DescribePackageReply) GetDescOk ¶
func (o *DescribePackageReply) GetDescOk() (*PackageDescription, bool)
GetDescOk returns a tuple with the Desc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DescribePackageReply) GetResult ¶
func (o *DescribePackageReply) GetResult() ServiceRunnerResult
GetResult returns the Result field value if set, zero value otherwise.
func (*DescribePackageReply) GetResultOk ¶
func (o *DescribePackageReply) GetResultOk() (*ServiceRunnerResult, 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 (*DescribePackageReply) HasDesc ¶
func (o *DescribePackageReply) HasDesc() bool
HasDesc returns a boolean if a field has been set.
func (*DescribePackageReply) HasResult ¶
func (o *DescribePackageReply) HasResult() bool
HasResult returns a boolean if a field has been set.
func (DescribePackageReply) MarshalJSON ¶
func (o DescribePackageReply) MarshalJSON() ([]byte, error)
func (*DescribePackageReply) SetDesc ¶
func (o *DescribePackageReply) SetDesc(v PackageDescription)
SetDesc gets a reference to the given PackageDescription and assigns it to the Desc field.
func (*DescribePackageReply) SetResult ¶
func (o *DescribePackageReply) SetResult(v ServiceRunnerResult)
SetResult gets a reference to the given ServiceRunnerResult and assigns it to the Result field.
func (DescribePackageReply) ToMap ¶
func (o DescribePackageReply) ToMap() (map[string]interface{}, error)
type DescribePackageRequest ¶
type DescribePackageRequest struct {
PackageId *string `json:"packageId,omitempty"`
}
DescribePackageRequest struct for DescribePackageRequest
func NewDescribePackageRequest ¶
func NewDescribePackageRequest() *DescribePackageRequest
NewDescribePackageRequest instantiates a new DescribePackageRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDescribePackageRequestWithDefaults ¶
func NewDescribePackageRequestWithDefaults() *DescribePackageRequest
NewDescribePackageRequestWithDefaults instantiates a new DescribePackageRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DescribePackageRequest) GetPackageId ¶
func (o *DescribePackageRequest) GetPackageId() string
GetPackageId returns the PackageId field value if set, zero value otherwise.
func (*DescribePackageRequest) GetPackageIdOk ¶
func (o *DescribePackageRequest) GetPackageIdOk() (*string, bool)
GetPackageIdOk returns a tuple with the PackageId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DescribePackageRequest) HasPackageId ¶
func (o *DescribePackageRequest) HasPackageId() bool
HasPackageId returns a boolean if a field has been set.
func (DescribePackageRequest) MarshalJSON ¶
func (o DescribePackageRequest) MarshalJSON() ([]byte, error)
func (*DescribePackageRequest) SetPackageId ¶
func (o *DescribePackageRequest) SetPackageId(v string)
SetPackageId gets a reference to the given string and assigns it to the PackageId field.
func (DescribePackageRequest) ToMap ¶
func (o DescribePackageRequest) ToMap() (map[string]interface{}, error)
type DescribeProjectReply ¶
type DescribeProjectReply struct { Result *ServiceRunnerResult `json:"result,omitempty"` Desc *ProjectDescription `json:"desc,omitempty"` }
DescribeProjectReply struct for DescribeProjectReply
func NewDescribeProjectReply ¶
func NewDescribeProjectReply() *DescribeProjectReply
NewDescribeProjectReply instantiates a new DescribeProjectReply object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDescribeProjectReplyWithDefaults ¶
func NewDescribeProjectReplyWithDefaults() *DescribeProjectReply
NewDescribeProjectReplyWithDefaults instantiates a new DescribeProjectReply object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DescribeProjectReply) GetDesc ¶
func (o *DescribeProjectReply) GetDesc() ProjectDescription
GetDesc returns the Desc field value if set, zero value otherwise.
func (*DescribeProjectReply) GetDescOk ¶
func (o *DescribeProjectReply) GetDescOk() (*ProjectDescription, bool)
GetDescOk returns a tuple with the Desc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DescribeProjectReply) GetResult ¶
func (o *DescribeProjectReply) GetResult() ServiceRunnerResult
GetResult returns the Result field value if set, zero value otherwise.
func (*DescribeProjectReply) GetResultOk ¶
func (o *DescribeProjectReply) GetResultOk() (*ServiceRunnerResult, 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 (*DescribeProjectReply) HasDesc ¶
func (o *DescribeProjectReply) HasDesc() bool
HasDesc returns a boolean if a field has been set.
func (*DescribeProjectReply) HasResult ¶
func (o *DescribeProjectReply) HasResult() bool
HasResult returns a boolean if a field has been set.
func (DescribeProjectReply) MarshalJSON ¶
func (o DescribeProjectReply) MarshalJSON() ([]byte, error)
func (*DescribeProjectReply) SetDesc ¶
func (o *DescribeProjectReply) SetDesc(v ProjectDescription)
SetDesc gets a reference to the given ProjectDescription and assigns it to the Desc field.
func (*DescribeProjectReply) SetResult ¶
func (o *DescribeProjectReply) SetResult(v ServiceRunnerResult)
SetResult gets a reference to the given ServiceRunnerResult and assigns it to the Result field.
func (DescribeProjectReply) ToMap ¶
func (o DescribeProjectReply) ToMap() (map[string]interface{}, error)
type DescribeProjectRequest ¶
type DescribeProjectRequest struct {
Id *string `json:"id,omitempty"`
}
DescribeProjectRequest struct for DescribeProjectRequest
func NewDescribeProjectRequest ¶
func NewDescribeProjectRequest() *DescribeProjectRequest
NewDescribeProjectRequest instantiates a new DescribeProjectRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDescribeProjectRequestWithDefaults ¶
func NewDescribeProjectRequestWithDefaults() *DescribeProjectRequest
NewDescribeProjectRequestWithDefaults instantiates a new DescribeProjectRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DescribeProjectRequest) GetId ¶
func (o *DescribeProjectRequest) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*DescribeProjectRequest) GetIdOk ¶
func (o *DescribeProjectRequest) 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 (*DescribeProjectRequest) HasId ¶
func (o *DescribeProjectRequest) HasId() bool
HasId returns a boolean if a field has been set.
func (DescribeProjectRequest) MarshalJSON ¶
func (o DescribeProjectRequest) MarshalJSON() ([]byte, error)
func (*DescribeProjectRequest) SetId ¶
func (o *DescribeProjectRequest) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (DescribeProjectRequest) ToMap ¶
func (o DescribeProjectRequest) ToMap() (map[string]interface{}, error)
type DescribeServiceReply ¶
type DescribeServiceReply struct { Result *ServiceRunnerResult `json:"result,omitempty"` Desc *ServiceDescription `json:"desc,omitempty"` }
DescribeServiceReply struct for DescribeServiceReply
func NewDescribeServiceReply ¶
func NewDescribeServiceReply() *DescribeServiceReply
NewDescribeServiceReply instantiates a new DescribeServiceReply object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDescribeServiceReplyWithDefaults ¶
func NewDescribeServiceReplyWithDefaults() *DescribeServiceReply
NewDescribeServiceReplyWithDefaults instantiates a new DescribeServiceReply object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DescribeServiceReply) GetDesc ¶
func (o *DescribeServiceReply) GetDesc() ServiceDescription
GetDesc returns the Desc field value if set, zero value otherwise.
func (*DescribeServiceReply) GetDescOk ¶
func (o *DescribeServiceReply) GetDescOk() (*ServiceDescription, bool)
GetDescOk returns a tuple with the Desc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DescribeServiceReply) GetResult ¶
func (o *DescribeServiceReply) GetResult() ServiceRunnerResult
GetResult returns the Result field value if set, zero value otherwise.
func (*DescribeServiceReply) GetResultOk ¶
func (o *DescribeServiceReply) GetResultOk() (*ServiceRunnerResult, 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 (*DescribeServiceReply) HasDesc ¶
func (o *DescribeServiceReply) HasDesc() bool
HasDesc returns a boolean if a field has been set.
func (*DescribeServiceReply) HasResult ¶
func (o *DescribeServiceReply) HasResult() bool
HasResult returns a boolean if a field has been set.
func (DescribeServiceReply) MarshalJSON ¶
func (o DescribeServiceReply) MarshalJSON() ([]byte, error)
func (*DescribeServiceReply) SetDesc ¶
func (o *DescribeServiceReply) SetDesc(v ServiceDescription)
SetDesc gets a reference to the given ServiceDescription and assigns it to the Desc field.
func (*DescribeServiceReply) SetResult ¶
func (o *DescribeServiceReply) SetResult(v ServiceRunnerResult)
SetResult gets a reference to the given ServiceRunnerResult and assigns it to the Result field.
func (DescribeServiceReply) ToMap ¶
func (o DescribeServiceReply) ToMap() (map[string]interface{}, error)
type DescribeServiceRequest ¶
type DescribeServiceRequest struct {
SvcHeader *ServiceHeader `json:"svcHeader,omitempty"`
}
DescribeServiceRequest struct for DescribeServiceRequest
func NewDescribeServiceRequest ¶
func NewDescribeServiceRequest() *DescribeServiceRequest
NewDescribeServiceRequest instantiates a new DescribeServiceRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDescribeServiceRequestWithDefaults ¶
func NewDescribeServiceRequestWithDefaults() *DescribeServiceRequest
NewDescribeServiceRequestWithDefaults instantiates a new DescribeServiceRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DescribeServiceRequest) GetSvcHeader ¶
func (o *DescribeServiceRequest) GetSvcHeader() ServiceHeader
GetSvcHeader returns the SvcHeader field value if set, zero value otherwise.
func (*DescribeServiceRequest) GetSvcHeaderOk ¶
func (o *DescribeServiceRequest) GetSvcHeaderOk() (*ServiceHeader, bool)
GetSvcHeaderOk returns a tuple with the SvcHeader field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DescribeServiceRequest) HasSvcHeader ¶
func (o *DescribeServiceRequest) HasSvcHeader() bool
HasSvcHeader returns a boolean if a field has been set.
func (DescribeServiceRequest) MarshalJSON ¶
func (o DescribeServiceRequest) MarshalJSON() ([]byte, error)
func (*DescribeServiceRequest) SetSvcHeader ¶
func (o *DescribeServiceRequest) SetSvcHeader(v ServiceHeader)
SetSvcHeader gets a reference to the given ServiceHeader and assigns it to the SvcHeader field.
func (DescribeServiceRequest) ToMap ¶
func (o DescribeServiceRequest) ToMap() (map[string]interface{}, error)
type DescribeSiteReply ¶
type DescribeSiteReply struct { Result *ServiceRunnerResult `json:"result,omitempty"` ProjEnvHeader *ProjEnvHeader `json:"projEnvHeader,omitempty"` SiteEndpoint *string `json:"siteEndpoint,omitempty"` }
DescribeSiteReply struct for DescribeSiteReply
func NewDescribeSiteReply ¶
func NewDescribeSiteReply() *DescribeSiteReply
NewDescribeSiteReply instantiates a new DescribeSiteReply object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDescribeSiteReplyWithDefaults ¶
func NewDescribeSiteReplyWithDefaults() *DescribeSiteReply
NewDescribeSiteReplyWithDefaults instantiates a new DescribeSiteReply object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DescribeSiteReply) GetProjEnvHeader ¶
func (o *DescribeSiteReply) GetProjEnvHeader() ProjEnvHeader
GetProjEnvHeader returns the ProjEnvHeader field value if set, zero value otherwise.
func (*DescribeSiteReply) GetProjEnvHeaderOk ¶
func (o *DescribeSiteReply) GetProjEnvHeaderOk() (*ProjEnvHeader, bool)
GetProjEnvHeaderOk returns a tuple with the ProjEnvHeader field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DescribeSiteReply) GetResult ¶
func (o *DescribeSiteReply) GetResult() ServiceRunnerResult
GetResult returns the Result field value if set, zero value otherwise.
func (*DescribeSiteReply) GetResultOk ¶
func (o *DescribeSiteReply) GetResultOk() (*ServiceRunnerResult, 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 (*DescribeSiteReply) GetSiteEndpoint ¶
func (o *DescribeSiteReply) GetSiteEndpoint() string
GetSiteEndpoint returns the SiteEndpoint field value if set, zero value otherwise.
func (*DescribeSiteReply) GetSiteEndpointOk ¶
func (o *DescribeSiteReply) GetSiteEndpointOk() (*string, bool)
GetSiteEndpointOk returns a tuple with the SiteEndpoint field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DescribeSiteReply) HasProjEnvHeader ¶
func (o *DescribeSiteReply) HasProjEnvHeader() bool
HasProjEnvHeader returns a boolean if a field has been set.
func (*DescribeSiteReply) HasResult ¶
func (o *DescribeSiteReply) HasResult() bool
HasResult returns a boolean if a field has been set.
func (*DescribeSiteReply) HasSiteEndpoint ¶
func (o *DescribeSiteReply) HasSiteEndpoint() bool
HasSiteEndpoint returns a boolean if a field has been set.
func (DescribeSiteReply) MarshalJSON ¶
func (o DescribeSiteReply) MarshalJSON() ([]byte, error)
func (*DescribeSiteReply) SetProjEnvHeader ¶
func (o *DescribeSiteReply) SetProjEnvHeader(v ProjEnvHeader)
SetProjEnvHeader gets a reference to the given ProjEnvHeader and assigns it to the ProjEnvHeader field.
func (*DescribeSiteReply) SetResult ¶
func (o *DescribeSiteReply) SetResult(v ServiceRunnerResult)
SetResult gets a reference to the given ServiceRunnerResult and assigns it to the Result field.
func (*DescribeSiteReply) SetSiteEndpoint ¶
func (o *DescribeSiteReply) SetSiteEndpoint(v string)
SetSiteEndpoint gets a reference to the given string and assigns it to the SiteEndpoint field.
func (DescribeSiteReply) ToMap ¶
func (o DescribeSiteReply) ToMap() (map[string]interface{}, error)
type DescribeSiteRequest ¶
type DescribeSiteRequest struct {
ProjEnvHeader *ProjEnvHeader `json:"projEnvHeader,omitempty"`
}
DescribeSiteRequest struct for DescribeSiteRequest
func NewDescribeSiteRequest ¶
func NewDescribeSiteRequest() *DescribeSiteRequest
NewDescribeSiteRequest instantiates a new DescribeSiteRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDescribeSiteRequestWithDefaults ¶
func NewDescribeSiteRequestWithDefaults() *DescribeSiteRequest
NewDescribeSiteRequestWithDefaults instantiates a new DescribeSiteRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DescribeSiteRequest) GetProjEnvHeader ¶
func (o *DescribeSiteRequest) GetProjEnvHeader() ProjEnvHeader
GetProjEnvHeader returns the ProjEnvHeader field value if set, zero value otherwise.
func (*DescribeSiteRequest) GetProjEnvHeaderOk ¶
func (o *DescribeSiteRequest) GetProjEnvHeaderOk() (*ProjEnvHeader, bool)
GetProjEnvHeaderOk returns a tuple with the ProjEnvHeader field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DescribeSiteRequest) HasProjEnvHeader ¶
func (o *DescribeSiteRequest) HasProjEnvHeader() bool
HasProjEnvHeader returns a boolean if a field has been set.
func (DescribeSiteRequest) MarshalJSON ¶
func (o DescribeSiteRequest) MarshalJSON() ([]byte, error)
func (*DescribeSiteRequest) SetProjEnvHeader ¶
func (o *DescribeSiteRequest) SetProjEnvHeader(v ProjEnvHeader)
SetProjEnvHeader gets a reference to the given ProjEnvHeader and assigns it to the ProjEnvHeader field.
func (DescribeSiteRequest) ToMap ¶
func (o DescribeSiteRequest) ToMap() (map[string]interface{}, error)
type EnvironmentDescription ¶
type EnvironmentDescription struct { Id *string `json:"id,omitempty"` Header *EnvironmentHeader `json:"header,omitempty"` CreateTime *string `json:"createTime,omitempty"` ActiveDeployIds []string `json:"activeDeployIds,omitempty"` PendingDeployIds []string `json:"pendingDeployIds,omitempty"` }
EnvironmentDescription struct for EnvironmentDescription
func NewEnvironmentDescription ¶
func NewEnvironmentDescription() *EnvironmentDescription
NewEnvironmentDescription instantiates a new EnvironmentDescription object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEnvironmentDescriptionWithDefaults ¶
func NewEnvironmentDescriptionWithDefaults() *EnvironmentDescription
NewEnvironmentDescriptionWithDefaults instantiates a new EnvironmentDescription object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EnvironmentDescription) GetActiveDeployIds ¶
func (o *EnvironmentDescription) GetActiveDeployIds() []string
GetActiveDeployIds returns the ActiveDeployIds field value if set, zero value otherwise.
func (*EnvironmentDescription) GetActiveDeployIdsOk ¶
func (o *EnvironmentDescription) GetActiveDeployIdsOk() ([]string, bool)
GetActiveDeployIdsOk returns a tuple with the ActiveDeployIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentDescription) GetCreateTime ¶
func (o *EnvironmentDescription) GetCreateTime() string
GetCreateTime returns the CreateTime field value if set, zero value otherwise.
func (*EnvironmentDescription) GetCreateTimeOk ¶
func (o *EnvironmentDescription) GetCreateTimeOk() (*string, bool)
GetCreateTimeOk returns a tuple with the CreateTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentDescription) GetHeader ¶
func (o *EnvironmentDescription) GetHeader() EnvironmentHeader
GetHeader returns the Header field value if set, zero value otherwise.
func (*EnvironmentDescription) GetHeaderOk ¶
func (o *EnvironmentDescription) GetHeaderOk() (*EnvironmentHeader, bool)
GetHeaderOk returns a tuple with the Header field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentDescription) GetId ¶
func (o *EnvironmentDescription) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*EnvironmentDescription) GetIdOk ¶
func (o *EnvironmentDescription) 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 (*EnvironmentDescription) GetPendingDeployIds ¶
func (o *EnvironmentDescription) GetPendingDeployIds() []string
GetPendingDeployIds returns the PendingDeployIds field value if set, zero value otherwise.
func (*EnvironmentDescription) GetPendingDeployIdsOk ¶
func (o *EnvironmentDescription) GetPendingDeployIdsOk() ([]string, bool)
GetPendingDeployIdsOk returns a tuple with the PendingDeployIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentDescription) HasActiveDeployIds ¶
func (o *EnvironmentDescription) HasActiveDeployIds() bool
HasActiveDeployIds returns a boolean if a field has been set.
func (*EnvironmentDescription) HasCreateTime ¶
func (o *EnvironmentDescription) HasCreateTime() bool
HasCreateTime returns a boolean if a field has been set.
func (*EnvironmentDescription) HasHeader ¶
func (o *EnvironmentDescription) HasHeader() bool
HasHeader returns a boolean if a field has been set.
func (*EnvironmentDescription) HasId ¶
func (o *EnvironmentDescription) HasId() bool
HasId returns a boolean if a field has been set.
func (*EnvironmentDescription) HasPendingDeployIds ¶
func (o *EnvironmentDescription) HasPendingDeployIds() bool
HasPendingDeployIds returns a boolean if a field has been set.
func (EnvironmentDescription) MarshalJSON ¶
func (o EnvironmentDescription) MarshalJSON() ([]byte, error)
func (*EnvironmentDescription) SetActiveDeployIds ¶
func (o *EnvironmentDescription) SetActiveDeployIds(v []string)
SetActiveDeployIds gets a reference to the given []string and assigns it to the ActiveDeployIds field.
func (*EnvironmentDescription) SetCreateTime ¶
func (o *EnvironmentDescription) SetCreateTime(v string)
SetCreateTime gets a reference to the given string and assigns it to the CreateTime field.
func (*EnvironmentDescription) SetHeader ¶
func (o *EnvironmentDescription) SetHeader(v EnvironmentHeader)
SetHeader gets a reference to the given EnvironmentHeader and assigns it to the Header field.
func (*EnvironmentDescription) SetId ¶
func (o *EnvironmentDescription) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*EnvironmentDescription) SetPendingDeployIds ¶
func (o *EnvironmentDescription) SetPendingDeployIds(v []string)
SetPendingDeployIds gets a reference to the given []string and assigns it to the PendingDeployIds field.
func (EnvironmentDescription) ToMap ¶
func (o EnvironmentDescription) ToMap() (map[string]interface{}, error)
type EnvironmentHeader ¶
type EnvironmentHeader struct { Name *string `json:"name,omitempty"` DnsPrefix *string `json:"dnsPrefix,omitempty"` }
EnvironmentHeader struct for EnvironmentHeader
func NewEnvironmentHeader ¶
func NewEnvironmentHeader() *EnvironmentHeader
NewEnvironmentHeader instantiates a new EnvironmentHeader object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEnvironmentHeaderWithDefaults ¶
func NewEnvironmentHeaderWithDefaults() *EnvironmentHeader
NewEnvironmentHeaderWithDefaults instantiates a new EnvironmentHeader object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*EnvironmentHeader) GetDnsPrefix ¶
func (o *EnvironmentHeader) GetDnsPrefix() string
GetDnsPrefix returns the DnsPrefix field value if set, zero value otherwise.
func (*EnvironmentHeader) GetDnsPrefixOk ¶
func (o *EnvironmentHeader) GetDnsPrefixOk() (*string, bool)
GetDnsPrefixOk returns a tuple with the DnsPrefix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EnvironmentHeader) GetName ¶
func (o *EnvironmentHeader) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*EnvironmentHeader) GetNameOk ¶
func (o *EnvironmentHeader) 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 (*EnvironmentHeader) HasDnsPrefix ¶
func (o *EnvironmentHeader) HasDnsPrefix() bool
HasDnsPrefix returns a boolean if a field has been set.
func (*EnvironmentHeader) HasName ¶
func (o *EnvironmentHeader) HasName() bool
HasName returns a boolean if a field has been set.
func (EnvironmentHeader) MarshalJSON ¶
func (o EnvironmentHeader) MarshalJSON() ([]byte, error)
func (*EnvironmentHeader) SetDnsPrefix ¶
func (o *EnvironmentHeader) SetDnsPrefix(v string)
SetDnsPrefix gets a reference to the given string and assigns it to the DnsPrefix field.
func (*EnvironmentHeader) SetName ¶
func (o *EnvironmentHeader) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (EnvironmentHeader) ToMap ¶
func (o EnvironmentHeader) ToMap() (map[string]interface{}, error)
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type GetLogsEntry ¶
type GetLogsEntry struct { Timestamp *string `json:"timestamp,omitempty"` // log message Message *string `json:"message,omitempty"` }
GetLogsEntry struct for GetLogsEntry
func NewGetLogsEntry ¶
func NewGetLogsEntry() *GetLogsEntry
NewGetLogsEntry instantiates a new GetLogsEntry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetLogsEntryWithDefaults ¶
func NewGetLogsEntryWithDefaults() *GetLogsEntry
NewGetLogsEntryWithDefaults instantiates a new GetLogsEntry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetLogsEntry) GetMessage ¶
func (o *GetLogsEntry) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*GetLogsEntry) GetMessageOk ¶
func (o *GetLogsEntry) 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 (*GetLogsEntry) GetTimestamp ¶
func (o *GetLogsEntry) GetTimestamp() string
GetTimestamp returns the Timestamp field value if set, zero value otherwise.
func (*GetLogsEntry) GetTimestampOk ¶
func (o *GetLogsEntry) GetTimestampOk() (*string, bool)
GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetLogsEntry) HasMessage ¶
func (o *GetLogsEntry) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*GetLogsEntry) HasTimestamp ¶
func (o *GetLogsEntry) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.
func (GetLogsEntry) MarshalJSON ¶
func (o GetLogsEntry) MarshalJSON() ([]byte, error)
func (*GetLogsEntry) SetMessage ¶
func (o *GetLogsEntry) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*GetLogsEntry) SetTimestamp ¶
func (o *GetLogsEntry) SetTimestamp(v string)
SetTimestamp gets a reference to the given string and assigns it to the Timestamp field.
func (GetLogsEntry) ToMap ¶
func (o GetLogsEntry) ToMap() (map[string]interface{}, error)
type GetLogsReply ¶
type GetLogsReply struct { Result *ServiceRunnerResult `json:"result,omitempty"` Entries []GetLogsEntry `json:"entries,omitempty"` }
GetLogsReply struct for GetLogsReply
func NewGetLogsReply ¶
func NewGetLogsReply() *GetLogsReply
NewGetLogsReply instantiates a new GetLogsReply object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetLogsReplyWithDefaults ¶
func NewGetLogsReplyWithDefaults() *GetLogsReply
NewGetLogsReplyWithDefaults instantiates a new GetLogsReply object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetLogsReply) GetEntries ¶
func (o *GetLogsReply) GetEntries() []GetLogsEntry
GetEntries returns the Entries field value if set, zero value otherwise.
func (*GetLogsReply) GetEntriesOk ¶
func (o *GetLogsReply) GetEntriesOk() ([]GetLogsEntry, bool)
GetEntriesOk returns a tuple with the Entries field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetLogsReply) GetResult ¶
func (o *GetLogsReply) GetResult() ServiceRunnerResult
GetResult returns the Result field value if set, zero value otherwise.
func (*GetLogsReply) GetResultOk ¶
func (o *GetLogsReply) GetResultOk() (*ServiceRunnerResult, 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 (*GetLogsReply) HasEntries ¶
func (o *GetLogsReply) HasEntries() bool
HasEntries returns a boolean if a field has been set.
func (*GetLogsReply) HasResult ¶
func (o *GetLogsReply) HasResult() bool
HasResult returns a boolean if a field has been set.
func (GetLogsReply) MarshalJSON ¶
func (o GetLogsReply) MarshalJSON() ([]byte, error)
func (*GetLogsReply) SetEntries ¶
func (o *GetLogsReply) SetEntries(v []GetLogsEntry)
SetEntries gets a reference to the given []GetLogsEntry and assigns it to the Entries field.
func (*GetLogsReply) SetResult ¶
func (o *GetLogsReply) SetResult(v ServiceRunnerResult)
SetResult gets a reference to the given ServiceRunnerResult and assigns it to the Result field.
func (GetLogsReply) ToMap ¶
func (o GetLogsReply) ToMap() (map[string]interface{}, error)
type GetLogsRequest ¶
type GetLogsRequest struct { ProjId *string `json:"projId,omitempty"` EnvId *string `json:"envId,omitempty"` ServiceName *string `json:"serviceName,omitempty"` StartTime *string `json:"startTime,omitempty"` // latest log message to retrieve expressed as the number of EndTime *string `json:"endTime,omitempty"` }
GetLogsRequest struct for GetLogsRequest
func NewGetLogsRequest ¶
func NewGetLogsRequest() *GetLogsRequest
NewGetLogsRequest instantiates a new GetLogsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetLogsRequestWithDefaults ¶
func NewGetLogsRequestWithDefaults() *GetLogsRequest
NewGetLogsRequestWithDefaults instantiates a new GetLogsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetLogsRequest) GetEndTime ¶
func (o *GetLogsRequest) GetEndTime() string
GetEndTime returns the EndTime field value if set, zero value otherwise.
func (*GetLogsRequest) GetEndTimeOk ¶
func (o *GetLogsRequest) GetEndTimeOk() (*string, bool)
GetEndTimeOk returns a tuple with the EndTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetLogsRequest) GetEnvId ¶
func (o *GetLogsRequest) GetEnvId() string
GetEnvId returns the EnvId field value if set, zero value otherwise.
func (*GetLogsRequest) GetEnvIdOk ¶
func (o *GetLogsRequest) GetEnvIdOk() (*string, bool)
GetEnvIdOk returns a tuple with the EnvId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetLogsRequest) GetProjId ¶
func (o *GetLogsRequest) GetProjId() string
GetProjId returns the ProjId field value if set, zero value otherwise.
func (*GetLogsRequest) GetProjIdOk ¶
func (o *GetLogsRequest) GetProjIdOk() (*string, bool)
GetProjIdOk returns a tuple with the ProjId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetLogsRequest) GetServiceName ¶
func (o *GetLogsRequest) GetServiceName() string
GetServiceName returns the ServiceName field value if set, zero value otherwise.
func (*GetLogsRequest) GetServiceNameOk ¶
func (o *GetLogsRequest) GetServiceNameOk() (*string, bool)
GetServiceNameOk returns a tuple with the ServiceName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetLogsRequest) GetStartTime ¶
func (o *GetLogsRequest) GetStartTime() string
GetStartTime returns the StartTime field value if set, zero value otherwise.
func (*GetLogsRequest) GetStartTimeOk ¶
func (o *GetLogsRequest) GetStartTimeOk() (*string, bool)
GetStartTimeOk returns a tuple with the StartTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetLogsRequest) HasEndTime ¶
func (o *GetLogsRequest) HasEndTime() bool
HasEndTime returns a boolean if a field has been set.
func (*GetLogsRequest) HasEnvId ¶
func (o *GetLogsRequest) HasEnvId() bool
HasEnvId returns a boolean if a field has been set.
func (*GetLogsRequest) HasProjId ¶
func (o *GetLogsRequest) HasProjId() bool
HasProjId returns a boolean if a field has been set.
func (*GetLogsRequest) HasServiceName ¶
func (o *GetLogsRequest) HasServiceName() bool
HasServiceName returns a boolean if a field has been set.
func (*GetLogsRequest) HasStartTime ¶
func (o *GetLogsRequest) HasStartTime() bool
HasStartTime returns a boolean if a field has been set.
func (GetLogsRequest) MarshalJSON ¶
func (o GetLogsRequest) MarshalJSON() ([]byte, error)
func (*GetLogsRequest) SetEndTime ¶
func (o *GetLogsRequest) SetEndTime(v string)
SetEndTime gets a reference to the given string and assigns it to the EndTime field.
func (*GetLogsRequest) SetEnvId ¶
func (o *GetLogsRequest) SetEnvId(v string)
SetEnvId gets a reference to the given string and assigns it to the EnvId field.
func (*GetLogsRequest) SetProjId ¶
func (o *GetLogsRequest) SetProjId(v string)
SetProjId gets a reference to the given string and assigns it to the ProjId field.
func (*GetLogsRequest) SetServiceName ¶
func (o *GetLogsRequest) SetServiceName(v string)
SetServiceName gets a reference to the given string and assigns it to the ServiceName field.
func (*GetLogsRequest) SetStartTime ¶
func (o *GetLogsRequest) SetStartTime(v string)
SetStartTime gets a reference to the given string and assigns it to the StartTime field.
func (GetLogsRequest) ToMap ¶
func (o GetLogsRequest) ToMap() (map[string]interface{}, error)
type GetMetricSamplesReply ¶
type GetMetricSamplesReply struct { Result *ServiceRunnerResult `json:"result,omitempty"` MetricBuf *string `json:"metricBuf,omitempty"` }
GetMetricSamplesReply struct for GetMetricSamplesReply
func NewGetMetricSamplesReply ¶
func NewGetMetricSamplesReply() *GetMetricSamplesReply
NewGetMetricSamplesReply instantiates a new GetMetricSamplesReply object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetMetricSamplesReplyWithDefaults ¶
func NewGetMetricSamplesReplyWithDefaults() *GetMetricSamplesReply
NewGetMetricSamplesReplyWithDefaults instantiates a new GetMetricSamplesReply object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetMetricSamplesReply) GetMetricBuf ¶
func (o *GetMetricSamplesReply) GetMetricBuf() string
GetMetricBuf returns the MetricBuf field value if set, zero value otherwise.
func (*GetMetricSamplesReply) GetMetricBufOk ¶
func (o *GetMetricSamplesReply) GetMetricBufOk() (*string, bool)
GetMetricBufOk returns a tuple with the MetricBuf field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetMetricSamplesReply) GetResult ¶
func (o *GetMetricSamplesReply) GetResult() ServiceRunnerResult
GetResult returns the Result field value if set, zero value otherwise.
func (*GetMetricSamplesReply) GetResultOk ¶
func (o *GetMetricSamplesReply) GetResultOk() (*ServiceRunnerResult, 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 (*GetMetricSamplesReply) HasMetricBuf ¶
func (o *GetMetricSamplesReply) HasMetricBuf() bool
HasMetricBuf returns a boolean if a field has been set.
func (*GetMetricSamplesReply) HasResult ¶
func (o *GetMetricSamplesReply) HasResult() bool
HasResult returns a boolean if a field has been set.
func (GetMetricSamplesReply) MarshalJSON ¶
func (o GetMetricSamplesReply) MarshalJSON() ([]byte, error)
func (*GetMetricSamplesReply) SetMetricBuf ¶
func (o *GetMetricSamplesReply) SetMetricBuf(v string)
SetMetricBuf gets a reference to the given string and assigns it to the MetricBuf field.
func (*GetMetricSamplesReply) SetResult ¶
func (o *GetMetricSamplesReply) SetResult(v ServiceRunnerResult)
SetResult gets a reference to the given ServiceRunnerResult and assigns it to the Result field.
func (GetMetricSamplesReply) ToMap ¶
func (o GetMetricSamplesReply) ToMap() (map[string]interface{}, error)
type GetMetricSamplesRequest ¶
type GetMetricSamplesRequest struct { ProjId *string `json:"projId,omitempty"` EnvId *string `json:"envId,omitempty"` Scope *MetricsScope `json:"scope,omitempty"` ScopeQualifier *string `json:"scopeQualifier,omitempty"` MetricNames []string `json:"metricNames,omitempty"` StartTime *string `json:"startTime,omitempty"` // latest metric to retrieve expressed as the number of EndTime *string `json:"endTime,omitempty"` Format *MetricsFormat `json:"format,omitempty"` SamplePeriod *string `json:"samplePeriod,omitempty"` }
GetMetricSamplesRequest struct for GetMetricSamplesRequest
func NewGetMetricSamplesRequest ¶
func NewGetMetricSamplesRequest() *GetMetricSamplesRequest
NewGetMetricSamplesRequest instantiates a new GetMetricSamplesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetMetricSamplesRequestWithDefaults ¶
func NewGetMetricSamplesRequestWithDefaults() *GetMetricSamplesRequest
NewGetMetricSamplesRequestWithDefaults instantiates a new GetMetricSamplesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetMetricSamplesRequest) GetEndTime ¶
func (o *GetMetricSamplesRequest) GetEndTime() string
GetEndTime returns the EndTime field value if set, zero value otherwise.
func (*GetMetricSamplesRequest) GetEndTimeOk ¶
func (o *GetMetricSamplesRequest) GetEndTimeOk() (*string, bool)
GetEndTimeOk returns a tuple with the EndTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetMetricSamplesRequest) GetEnvId ¶
func (o *GetMetricSamplesRequest) GetEnvId() string
GetEnvId returns the EnvId field value if set, zero value otherwise.
func (*GetMetricSamplesRequest) GetEnvIdOk ¶
func (o *GetMetricSamplesRequest) GetEnvIdOk() (*string, bool)
GetEnvIdOk returns a tuple with the EnvId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetMetricSamplesRequest) GetFormat ¶
func (o *GetMetricSamplesRequest) GetFormat() MetricsFormat
GetFormat returns the Format field value if set, zero value otherwise.
func (*GetMetricSamplesRequest) GetFormatOk ¶
func (o *GetMetricSamplesRequest) GetFormatOk() (*MetricsFormat, bool)
GetFormatOk returns a tuple with the Format field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetMetricSamplesRequest) GetMetricNames ¶
func (o *GetMetricSamplesRequest) GetMetricNames() []string
GetMetricNames returns the MetricNames field value if set, zero value otherwise.
func (*GetMetricSamplesRequest) GetMetricNamesOk ¶
func (o *GetMetricSamplesRequest) GetMetricNamesOk() ([]string, bool)
GetMetricNamesOk returns a tuple with the MetricNames field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetMetricSamplesRequest) GetProjId ¶
func (o *GetMetricSamplesRequest) GetProjId() string
GetProjId returns the ProjId field value if set, zero value otherwise.
func (*GetMetricSamplesRequest) GetProjIdOk ¶
func (o *GetMetricSamplesRequest) GetProjIdOk() (*string, bool)
GetProjIdOk returns a tuple with the ProjId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetMetricSamplesRequest) GetSamplePeriod ¶
func (o *GetMetricSamplesRequest) GetSamplePeriod() string
GetSamplePeriod returns the SamplePeriod field value if set, zero value otherwise.
func (*GetMetricSamplesRequest) GetSamplePeriodOk ¶
func (o *GetMetricSamplesRequest) GetSamplePeriodOk() (*string, bool)
GetSamplePeriodOk returns a tuple with the SamplePeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetMetricSamplesRequest) GetScope ¶
func (o *GetMetricSamplesRequest) GetScope() MetricsScope
GetScope returns the Scope field value if set, zero value otherwise.
func (*GetMetricSamplesRequest) GetScopeOk ¶
func (o *GetMetricSamplesRequest) GetScopeOk() (*MetricsScope, bool)
GetScopeOk returns a tuple with the Scope field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetMetricSamplesRequest) GetScopeQualifier ¶
func (o *GetMetricSamplesRequest) GetScopeQualifier() string
GetScopeQualifier returns the ScopeQualifier field value if set, zero value otherwise.
func (*GetMetricSamplesRequest) GetScopeQualifierOk ¶
func (o *GetMetricSamplesRequest) GetScopeQualifierOk() (*string, bool)
GetScopeQualifierOk returns a tuple with the ScopeQualifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetMetricSamplesRequest) GetStartTime ¶
func (o *GetMetricSamplesRequest) GetStartTime() string
GetStartTime returns the StartTime field value if set, zero value otherwise.
func (*GetMetricSamplesRequest) GetStartTimeOk ¶
func (o *GetMetricSamplesRequest) GetStartTimeOk() (*string, bool)
GetStartTimeOk returns a tuple with the StartTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetMetricSamplesRequest) HasEndTime ¶
func (o *GetMetricSamplesRequest) HasEndTime() bool
HasEndTime returns a boolean if a field has been set.
func (*GetMetricSamplesRequest) HasEnvId ¶
func (o *GetMetricSamplesRequest) HasEnvId() bool
HasEnvId returns a boolean if a field has been set.
func (*GetMetricSamplesRequest) HasFormat ¶
func (o *GetMetricSamplesRequest) HasFormat() bool
HasFormat returns a boolean if a field has been set.
func (*GetMetricSamplesRequest) HasMetricNames ¶
func (o *GetMetricSamplesRequest) HasMetricNames() bool
HasMetricNames returns a boolean if a field has been set.
func (*GetMetricSamplesRequest) HasProjId ¶
func (o *GetMetricSamplesRequest) HasProjId() bool
HasProjId returns a boolean if a field has been set.
func (*GetMetricSamplesRequest) HasSamplePeriod ¶
func (o *GetMetricSamplesRequest) HasSamplePeriod() bool
HasSamplePeriod returns a boolean if a field has been set.
func (*GetMetricSamplesRequest) HasScope ¶
func (o *GetMetricSamplesRequest) HasScope() bool
HasScope returns a boolean if a field has been set.
func (*GetMetricSamplesRequest) HasScopeQualifier ¶
func (o *GetMetricSamplesRequest) HasScopeQualifier() bool
HasScopeQualifier returns a boolean if a field has been set.
func (*GetMetricSamplesRequest) HasStartTime ¶
func (o *GetMetricSamplesRequest) HasStartTime() bool
HasStartTime returns a boolean if a field has been set.
func (GetMetricSamplesRequest) MarshalJSON ¶
func (o GetMetricSamplesRequest) MarshalJSON() ([]byte, error)
func (*GetMetricSamplesRequest) SetEndTime ¶
func (o *GetMetricSamplesRequest) SetEndTime(v string)
SetEndTime gets a reference to the given string and assigns it to the EndTime field.
func (*GetMetricSamplesRequest) SetEnvId ¶
func (o *GetMetricSamplesRequest) SetEnvId(v string)
SetEnvId gets a reference to the given string and assigns it to the EnvId field.
func (*GetMetricSamplesRequest) SetFormat ¶
func (o *GetMetricSamplesRequest) SetFormat(v MetricsFormat)
SetFormat gets a reference to the given MetricsFormat and assigns it to the Format field.
func (*GetMetricSamplesRequest) SetMetricNames ¶
func (o *GetMetricSamplesRequest) SetMetricNames(v []string)
SetMetricNames gets a reference to the given []string and assigns it to the MetricNames field.
func (*GetMetricSamplesRequest) SetProjId ¶
func (o *GetMetricSamplesRequest) SetProjId(v string)
SetProjId gets a reference to the given string and assigns it to the ProjId field.
func (*GetMetricSamplesRequest) SetSamplePeriod ¶
func (o *GetMetricSamplesRequest) SetSamplePeriod(v string)
SetSamplePeriod gets a reference to the given string and assigns it to the SamplePeriod field.
func (*GetMetricSamplesRequest) SetScope ¶
func (o *GetMetricSamplesRequest) SetScope(v MetricsScope)
SetScope gets a reference to the given MetricsScope and assigns it to the Scope field.
func (*GetMetricSamplesRequest) SetScopeQualifier ¶
func (o *GetMetricSamplesRequest) SetScopeQualifier(v string)
SetScopeQualifier gets a reference to the given string and assigns it to the ScopeQualifier field.
func (*GetMetricSamplesRequest) SetStartTime ¶
func (o *GetMetricSamplesRequest) SetStartTime(v string)
SetStartTime gets a reference to the given string and assigns it to the StartTime field.
func (GetMetricSamplesRequest) ToMap ¶
func (o GetMetricSamplesRequest) ToMap() (map[string]interface{}, error)
type GetUploadURLReply ¶
type GetUploadURLReply struct { Result *ServiceRunnerResult `json:"result,omitempty"` URL *string `json:"URL,omitempty"` }
GetUploadURLReply struct for GetUploadURLReply
func NewGetUploadURLReply ¶
func NewGetUploadURLReply() *GetUploadURLReply
NewGetUploadURLReply instantiates a new GetUploadURLReply object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetUploadURLReplyWithDefaults ¶
func NewGetUploadURLReplyWithDefaults() *GetUploadURLReply
NewGetUploadURLReplyWithDefaults instantiates a new GetUploadURLReply object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetUploadURLReply) GetResult ¶
func (o *GetUploadURLReply) GetResult() ServiceRunnerResult
GetResult returns the Result field value if set, zero value otherwise.
func (*GetUploadURLReply) GetResultOk ¶
func (o *GetUploadURLReply) GetResultOk() (*ServiceRunnerResult, 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 (*GetUploadURLReply) GetURL ¶
func (o *GetUploadURLReply) GetURL() string
GetURL returns the URL field value if set, zero value otherwise.
func (*GetUploadURLReply) GetURLOk ¶
func (o *GetUploadURLReply) GetURLOk() (*string, bool)
GetURLOk returns a tuple with the URL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GetUploadURLReply) HasResult ¶
func (o *GetUploadURLReply) HasResult() bool
HasResult returns a boolean if a field has been set.
func (*GetUploadURLReply) HasURL ¶
func (o *GetUploadURLReply) HasURL() bool
HasURL returns a boolean if a field has been set.
func (GetUploadURLReply) MarshalJSON ¶
func (o GetUploadURLReply) MarshalJSON() ([]byte, error)
func (*GetUploadURLReply) SetResult ¶
func (o *GetUploadURLReply) SetResult(v ServiceRunnerResult)
SetResult gets a reference to the given ServiceRunnerResult and assigns it to the Result field.
func (*GetUploadURLReply) SetURL ¶
func (o *GetUploadURLReply) SetURL(v string)
SetURL gets a reference to the given string and assigns it to the URL field.
func (GetUploadURLReply) ToMap ¶
func (o GetUploadURLReply) ToMap() (map[string]interface{}, error)
type GetUploadURLRequest ¶
type GetUploadURLRequest struct {
Key *string `json:"key,omitempty"`
}
GetUploadURLRequest struct for GetUploadURLRequest
func NewGetUploadURLRequest ¶
func NewGetUploadURLRequest() *GetUploadURLRequest
NewGetUploadURLRequest instantiates a new GetUploadURLRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetUploadURLRequestWithDefaults ¶
func NewGetUploadURLRequestWithDefaults() *GetUploadURLRequest
NewGetUploadURLRequestWithDefaults instantiates a new GetUploadURLRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetUploadURLRequest) GetKey ¶
func (o *GetUploadURLRequest) GetKey() string
GetKey returns the Key field value if set, zero value otherwise.
func (*GetUploadURLRequest) GetKeyOk ¶
func (o *GetUploadURLRequest) 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 (*GetUploadURLRequest) HasKey ¶
func (o *GetUploadURLRequest) HasKey() bool
HasKey returns a boolean if a field has been set.
func (GetUploadURLRequest) MarshalJSON ¶
func (o GetUploadURLRequest) MarshalJSON() ([]byte, error)
func (*GetUploadURLRequest) SetKey ¶
func (o *GetUploadURLRequest) SetKey(v string)
SetKey gets a reference to the given string and assigns it to the Key field.
func (GetUploadURLRequest) ToMap ¶
func (o GetUploadURLRequest) ToMap() (map[string]interface{}, error)
type ListApiKeysReply ¶
type ListApiKeysReply struct { Result *ServiceRunnerResult `json:"result,omitempty"` KeyIds []string `json:"keyIds,omitempty"` }
ListApiKeysReply struct for ListApiKeysReply
func NewListApiKeysReply ¶
func NewListApiKeysReply() *ListApiKeysReply
NewListApiKeysReply instantiates a new ListApiKeysReply object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListApiKeysReplyWithDefaults ¶
func NewListApiKeysReplyWithDefaults() *ListApiKeysReply
NewListApiKeysReplyWithDefaults instantiates a new ListApiKeysReply object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListApiKeysReply) GetKeyIds ¶
func (o *ListApiKeysReply) GetKeyIds() []string
GetKeyIds returns the KeyIds field value if set, zero value otherwise.
func (*ListApiKeysReply) GetKeyIdsOk ¶
func (o *ListApiKeysReply) GetKeyIdsOk() ([]string, bool)
GetKeyIdsOk returns a tuple with the KeyIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListApiKeysReply) GetResult ¶
func (o *ListApiKeysReply) GetResult() ServiceRunnerResult
GetResult returns the Result field value if set, zero value otherwise.
func (*ListApiKeysReply) GetResultOk ¶
func (o *ListApiKeysReply) GetResultOk() (*ServiceRunnerResult, 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 (*ListApiKeysReply) HasKeyIds ¶
func (o *ListApiKeysReply) HasKeyIds() bool
HasKeyIds returns a boolean if a field has been set.
func (*ListApiKeysReply) HasResult ¶
func (o *ListApiKeysReply) HasResult() bool
HasResult returns a boolean if a field has been set.
func (ListApiKeysReply) MarshalJSON ¶
func (o ListApiKeysReply) MarshalJSON() ([]byte, error)
func (*ListApiKeysReply) SetKeyIds ¶
func (o *ListApiKeysReply) SetKeyIds(v []string)
SetKeyIds gets a reference to the given []string and assigns it to the KeyIds field.
func (*ListApiKeysReply) SetResult ¶
func (o *ListApiKeysReply) SetResult(v ServiceRunnerResult)
SetResult gets a reference to the given ServiceRunnerResult and assigns it to the Result field.
func (ListApiKeysReply) ToMap ¶
func (o ListApiKeysReply) ToMap() (map[string]interface{}, error)
type ListDatabasesReply ¶
type ListDatabasesReply struct { Result *ServiceRunnerResult `json:"result,omitempty"` Header *ProjEnvHeader `json:"header,omitempty"` DatabaseNames []string `json:"databaseNames,omitempty"` }
ListDatabasesReply struct for ListDatabasesReply
func NewListDatabasesReply ¶
func NewListDatabasesReply() *ListDatabasesReply
NewListDatabasesReply instantiates a new ListDatabasesReply object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListDatabasesReplyWithDefaults ¶
func NewListDatabasesReplyWithDefaults() *ListDatabasesReply
NewListDatabasesReplyWithDefaults instantiates a new ListDatabasesReply object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListDatabasesReply) GetDatabaseNames ¶
func (o *ListDatabasesReply) GetDatabaseNames() []string
GetDatabaseNames returns the DatabaseNames field value if set, zero value otherwise.
func (*ListDatabasesReply) GetDatabaseNamesOk ¶
func (o *ListDatabasesReply) GetDatabaseNamesOk() ([]string, bool)
GetDatabaseNamesOk returns a tuple with the DatabaseNames field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListDatabasesReply) GetHeader ¶
func (o *ListDatabasesReply) GetHeader() ProjEnvHeader
GetHeader returns the Header field value if set, zero value otherwise.
func (*ListDatabasesReply) GetHeaderOk ¶
func (o *ListDatabasesReply) GetHeaderOk() (*ProjEnvHeader, bool)
GetHeaderOk returns a tuple with the Header field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListDatabasesReply) GetResult ¶
func (o *ListDatabasesReply) GetResult() ServiceRunnerResult
GetResult returns the Result field value if set, zero value otherwise.
func (*ListDatabasesReply) GetResultOk ¶
func (o *ListDatabasesReply) GetResultOk() (*ServiceRunnerResult, 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 (*ListDatabasesReply) HasDatabaseNames ¶
func (o *ListDatabasesReply) HasDatabaseNames() bool
HasDatabaseNames returns a boolean if a field has been set.
func (*ListDatabasesReply) HasHeader ¶
func (o *ListDatabasesReply) HasHeader() bool
HasHeader returns a boolean if a field has been set.
func (*ListDatabasesReply) HasResult ¶
func (o *ListDatabasesReply) HasResult() bool
HasResult returns a boolean if a field has been set.
func (ListDatabasesReply) MarshalJSON ¶
func (o ListDatabasesReply) MarshalJSON() ([]byte, error)
func (*ListDatabasesReply) SetDatabaseNames ¶
func (o *ListDatabasesReply) SetDatabaseNames(v []string)
SetDatabaseNames gets a reference to the given []string and assigns it to the DatabaseNames field.
func (*ListDatabasesReply) SetHeader ¶
func (o *ListDatabasesReply) SetHeader(v ProjEnvHeader)
SetHeader gets a reference to the given ProjEnvHeader and assigns it to the Header field.
func (*ListDatabasesReply) SetResult ¶
func (o *ListDatabasesReply) SetResult(v ServiceRunnerResult)
SetResult gets a reference to the given ServiceRunnerResult and assigns it to the Result field.
func (ListDatabasesReply) ToMap ¶
func (o ListDatabasesReply) ToMap() (map[string]interface{}, error)
type ListDatabasesRequest ¶
type ListDatabasesRequest struct {
Header *ProjEnvHeader `json:"header,omitempty"`
}
ListDatabasesRequest struct for ListDatabasesRequest
func NewListDatabasesRequest ¶
func NewListDatabasesRequest() *ListDatabasesRequest
NewListDatabasesRequest instantiates a new ListDatabasesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListDatabasesRequestWithDefaults ¶
func NewListDatabasesRequestWithDefaults() *ListDatabasesRequest
NewListDatabasesRequestWithDefaults instantiates a new ListDatabasesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListDatabasesRequest) GetHeader ¶
func (o *ListDatabasesRequest) GetHeader() ProjEnvHeader
GetHeader returns the Header field value if set, zero value otherwise.
func (*ListDatabasesRequest) GetHeaderOk ¶
func (o *ListDatabasesRequest) GetHeaderOk() (*ProjEnvHeader, bool)
GetHeaderOk returns a tuple with the Header field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListDatabasesRequest) HasHeader ¶
func (o *ListDatabasesRequest) HasHeader() bool
HasHeader returns a boolean if a field has been set.
func (ListDatabasesRequest) MarshalJSON ¶
func (o ListDatabasesRequest) MarshalJSON() ([]byte, error)
func (*ListDatabasesRequest) SetHeader ¶
func (o *ListDatabasesRequest) SetHeader(v ProjEnvHeader)
SetHeader gets a reference to the given ProjEnvHeader and assigns it to the Header field.
func (ListDatabasesRequest) ToMap ¶
func (o ListDatabasesRequest) ToMap() (map[string]interface{}, error)
type ListDatastoresReply ¶
type ListDatastoresReply struct { Result *ServiceRunnerResult `json:"result,omitempty"` Header *ProjEnvHeader `json:"header,omitempty"` DatastoreNames []string `json:"datastoreNames,omitempty"` }
ListDatastoresReply struct for ListDatastoresReply
func NewListDatastoresReply ¶
func NewListDatastoresReply() *ListDatastoresReply
NewListDatastoresReply instantiates a new ListDatastoresReply object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListDatastoresReplyWithDefaults ¶
func NewListDatastoresReplyWithDefaults() *ListDatastoresReply
NewListDatastoresReplyWithDefaults instantiates a new ListDatastoresReply object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListDatastoresReply) GetDatastoreNames ¶
func (o *ListDatastoresReply) GetDatastoreNames() []string
GetDatastoreNames returns the DatastoreNames field value if set, zero value otherwise.
func (*ListDatastoresReply) GetDatastoreNamesOk ¶
func (o *ListDatastoresReply) GetDatastoreNamesOk() ([]string, bool)
GetDatastoreNamesOk returns a tuple with the DatastoreNames field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListDatastoresReply) GetHeader ¶
func (o *ListDatastoresReply) GetHeader() ProjEnvHeader
GetHeader returns the Header field value if set, zero value otherwise.
func (*ListDatastoresReply) GetHeaderOk ¶
func (o *ListDatastoresReply) GetHeaderOk() (*ProjEnvHeader, bool)
GetHeaderOk returns a tuple with the Header field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListDatastoresReply) GetResult ¶
func (o *ListDatastoresReply) GetResult() ServiceRunnerResult
GetResult returns the Result field value if set, zero value otherwise.
func (*ListDatastoresReply) GetResultOk ¶
func (o *ListDatastoresReply) GetResultOk() (*ServiceRunnerResult, 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 (*ListDatastoresReply) HasDatastoreNames ¶
func (o *ListDatastoresReply) HasDatastoreNames() bool
HasDatastoreNames returns a boolean if a field has been set.
func (*ListDatastoresReply) HasHeader ¶
func (o *ListDatastoresReply) HasHeader() bool
HasHeader returns a boolean if a field has been set.
func (*ListDatastoresReply) HasResult ¶
func (o *ListDatastoresReply) HasResult() bool
HasResult returns a boolean if a field has been set.
func (ListDatastoresReply) MarshalJSON ¶
func (o ListDatastoresReply) MarshalJSON() ([]byte, error)
func (*ListDatastoresReply) SetDatastoreNames ¶
func (o *ListDatastoresReply) SetDatastoreNames(v []string)
SetDatastoreNames gets a reference to the given []string and assigns it to the DatastoreNames field.
func (*ListDatastoresReply) SetHeader ¶
func (o *ListDatastoresReply) SetHeader(v ProjEnvHeader)
SetHeader gets a reference to the given ProjEnvHeader and assigns it to the Header field.
func (*ListDatastoresReply) SetResult ¶
func (o *ListDatastoresReply) SetResult(v ServiceRunnerResult)
SetResult gets a reference to the given ServiceRunnerResult and assigns it to the Result field.
func (ListDatastoresReply) ToMap ¶
func (o ListDatastoresReply) ToMap() (map[string]interface{}, error)
type ListDatastoresRequest ¶
type ListDatastoresRequest struct {
Header *ProjEnvHeader `json:"header,omitempty"`
}
ListDatastoresRequest struct for ListDatastoresRequest
func NewListDatastoresRequest ¶
func NewListDatastoresRequest() *ListDatastoresRequest
NewListDatastoresRequest instantiates a new ListDatastoresRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListDatastoresRequestWithDefaults ¶
func NewListDatastoresRequestWithDefaults() *ListDatastoresRequest
NewListDatastoresRequestWithDefaults instantiates a new ListDatastoresRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListDatastoresRequest) GetHeader ¶
func (o *ListDatastoresRequest) GetHeader() ProjEnvHeader
GetHeader returns the Header field value if set, zero value otherwise.
func (*ListDatastoresRequest) GetHeaderOk ¶
func (o *ListDatastoresRequest) GetHeaderOk() (*ProjEnvHeader, bool)
GetHeaderOk returns a tuple with the Header field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListDatastoresRequest) HasHeader ¶
func (o *ListDatastoresRequest) HasHeader() bool
HasHeader returns a boolean if a field has been set.
func (ListDatastoresRequest) MarshalJSON ¶
func (o ListDatastoresRequest) MarshalJSON() ([]byte, error)
func (*ListDatastoresRequest) SetHeader ¶
func (o *ListDatastoresRequest) SetHeader(v ProjEnvHeader)
SetHeader gets a reference to the given ProjEnvHeader and assigns it to the Header field.
func (ListDatastoresRequest) ToMap ¶
func (o ListDatastoresRequest) ToMap() (map[string]interface{}, error)
type ListDeploymentsReply ¶
type ListDeploymentsReply struct { Result *ServiceRunnerResult `json:"result,omitempty"` Ids []string `json:"ids,omitempty"` }
ListDeploymentsReply struct for ListDeploymentsReply
func NewListDeploymentsReply ¶
func NewListDeploymentsReply() *ListDeploymentsReply
NewListDeploymentsReply instantiates a new ListDeploymentsReply object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListDeploymentsReplyWithDefaults ¶
func NewListDeploymentsReplyWithDefaults() *ListDeploymentsReply
NewListDeploymentsReplyWithDefaults instantiates a new ListDeploymentsReply object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListDeploymentsReply) GetIds ¶
func (o *ListDeploymentsReply) GetIds() []string
GetIds returns the Ids field value if set, zero value otherwise.
func (*ListDeploymentsReply) GetIdsOk ¶
func (o *ListDeploymentsReply) 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 (*ListDeploymentsReply) GetResult ¶
func (o *ListDeploymentsReply) GetResult() ServiceRunnerResult
GetResult returns the Result field value if set, zero value otherwise.
func (*ListDeploymentsReply) GetResultOk ¶
func (o *ListDeploymentsReply) GetResultOk() (*ServiceRunnerResult, 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 (*ListDeploymentsReply) HasIds ¶
func (o *ListDeploymentsReply) HasIds() bool
HasIds returns a boolean if a field has been set.
func (*ListDeploymentsReply) HasResult ¶
func (o *ListDeploymentsReply) HasResult() bool
HasResult returns a boolean if a field has been set.
func (ListDeploymentsReply) MarshalJSON ¶
func (o ListDeploymentsReply) MarshalJSON() ([]byte, error)
func (*ListDeploymentsReply) SetIds ¶
func (o *ListDeploymentsReply) SetIds(v []string)
SetIds gets a reference to the given []string and assigns it to the Ids field.
func (*ListDeploymentsReply) SetResult ¶
func (o *ListDeploymentsReply) SetResult(v ServiceRunnerResult)
SetResult gets a reference to the given ServiceRunnerResult and assigns it to the Result field.
func (ListDeploymentsReply) ToMap ¶
func (o ListDeploymentsReply) ToMap() (map[string]interface{}, error)
type ListDeploymentsRequest ¶
type ListDeploymentsRequest struct {
ProjEnvHeader *ProjEnvHeader `json:"projEnvHeader,omitempty"`
}
ListDeploymentsRequest struct for ListDeploymentsRequest
func NewListDeploymentsRequest ¶
func NewListDeploymentsRequest() *ListDeploymentsRequest
NewListDeploymentsRequest instantiates a new ListDeploymentsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListDeploymentsRequestWithDefaults ¶
func NewListDeploymentsRequestWithDefaults() *ListDeploymentsRequest
NewListDeploymentsRequestWithDefaults instantiates a new ListDeploymentsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListDeploymentsRequest) GetProjEnvHeader ¶
func (o *ListDeploymentsRequest) GetProjEnvHeader() ProjEnvHeader
GetProjEnvHeader returns the ProjEnvHeader field value if set, zero value otherwise.
func (*ListDeploymentsRequest) GetProjEnvHeaderOk ¶
func (o *ListDeploymentsRequest) GetProjEnvHeaderOk() (*ProjEnvHeader, bool)
GetProjEnvHeaderOk returns a tuple with the ProjEnvHeader field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListDeploymentsRequest) HasProjEnvHeader ¶
func (o *ListDeploymentsRequest) HasProjEnvHeader() bool
HasProjEnvHeader returns a boolean if a field has been set.
func (ListDeploymentsRequest) MarshalJSON ¶
func (o ListDeploymentsRequest) MarshalJSON() ([]byte, error)
func (*ListDeploymentsRequest) SetProjEnvHeader ¶
func (o *ListDeploymentsRequest) SetProjEnvHeader(v ProjEnvHeader)
SetProjEnvHeader gets a reference to the given ProjEnvHeader and assigns it to the ProjEnvHeader field.
func (ListDeploymentsRequest) ToMap ¶
func (o ListDeploymentsRequest) ToMap() (map[string]interface{}, error)
type ListEnvironmentsReply ¶
type ListEnvironmentsReply struct { Result *ServiceRunnerResult `json:"result,omitempty"` Ids []string `json:"ids,omitempty"` }
ListEnvironmentsReply struct for ListEnvironmentsReply
func NewListEnvironmentsReply ¶
func NewListEnvironmentsReply() *ListEnvironmentsReply
NewListEnvironmentsReply instantiates a new ListEnvironmentsReply object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListEnvironmentsReplyWithDefaults ¶
func NewListEnvironmentsReplyWithDefaults() *ListEnvironmentsReply
NewListEnvironmentsReplyWithDefaults instantiates a new ListEnvironmentsReply object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListEnvironmentsReply) GetIds ¶
func (o *ListEnvironmentsReply) GetIds() []string
GetIds returns the Ids field value if set, zero value otherwise.
func (*ListEnvironmentsReply) GetIdsOk ¶
func (o *ListEnvironmentsReply) 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 (*ListEnvironmentsReply) GetResult ¶
func (o *ListEnvironmentsReply) GetResult() ServiceRunnerResult
GetResult returns the Result field value if set, zero value otherwise.
func (*ListEnvironmentsReply) GetResultOk ¶
func (o *ListEnvironmentsReply) GetResultOk() (*ServiceRunnerResult, 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 (*ListEnvironmentsReply) HasIds ¶
func (o *ListEnvironmentsReply) HasIds() bool
HasIds returns a boolean if a field has been set.
func (*ListEnvironmentsReply) HasResult ¶
func (o *ListEnvironmentsReply) HasResult() bool
HasResult returns a boolean if a field has been set.
func (ListEnvironmentsReply) MarshalJSON ¶
func (o ListEnvironmentsReply) MarshalJSON() ([]byte, error)
func (*ListEnvironmentsReply) SetIds ¶
func (o *ListEnvironmentsReply) SetIds(v []string)
SetIds gets a reference to the given []string and assigns it to the Ids field.
func (*ListEnvironmentsReply) SetResult ¶
func (o *ListEnvironmentsReply) SetResult(v ServiceRunnerResult)
SetResult gets a reference to the given ServiceRunnerResult and assigns it to the Result field.
func (ListEnvironmentsReply) ToMap ¶
func (o ListEnvironmentsReply) ToMap() (map[string]interface{}, error)
type ListMetricsEntry ¶
type ListMetricsEntry struct { Name *string `json:"name,omitempty"` Description *string `json:"description,omitempty"` SamplePeriod *string `json:"samplePeriod,omitempty"` Scope *MetricsScope `json:"scope,omitempty"` }
ListMetricsEntry struct for ListMetricsEntry
func NewListMetricsEntry ¶
func NewListMetricsEntry() *ListMetricsEntry
NewListMetricsEntry instantiates a new ListMetricsEntry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListMetricsEntryWithDefaults ¶
func NewListMetricsEntryWithDefaults() *ListMetricsEntry
NewListMetricsEntryWithDefaults instantiates a new ListMetricsEntry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListMetricsEntry) GetDescription ¶
func (o *ListMetricsEntry) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*ListMetricsEntry) GetDescriptionOk ¶
func (o *ListMetricsEntry) 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 (*ListMetricsEntry) GetName ¶
func (o *ListMetricsEntry) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ListMetricsEntry) GetNameOk ¶
func (o *ListMetricsEntry) 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 (*ListMetricsEntry) GetSamplePeriod ¶
func (o *ListMetricsEntry) GetSamplePeriod() string
GetSamplePeriod returns the SamplePeriod field value if set, zero value otherwise.
func (*ListMetricsEntry) GetSamplePeriodOk ¶
func (o *ListMetricsEntry) GetSamplePeriodOk() (*string, bool)
GetSamplePeriodOk returns a tuple with the SamplePeriod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListMetricsEntry) GetScope ¶
func (o *ListMetricsEntry) GetScope() MetricsScope
GetScope returns the Scope field value if set, zero value otherwise.
func (*ListMetricsEntry) GetScopeOk ¶
func (o *ListMetricsEntry) GetScopeOk() (*MetricsScope, bool)
GetScopeOk returns a tuple with the Scope field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListMetricsEntry) HasDescription ¶
func (o *ListMetricsEntry) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*ListMetricsEntry) HasName ¶
func (o *ListMetricsEntry) HasName() bool
HasName returns a boolean if a field has been set.
func (*ListMetricsEntry) HasSamplePeriod ¶
func (o *ListMetricsEntry) HasSamplePeriod() bool
HasSamplePeriod returns a boolean if a field has been set.
func (*ListMetricsEntry) HasScope ¶
func (o *ListMetricsEntry) HasScope() bool
HasScope returns a boolean if a field has been set.
func (ListMetricsEntry) MarshalJSON ¶
func (o ListMetricsEntry) MarshalJSON() ([]byte, error)
func (*ListMetricsEntry) SetDescription ¶
func (o *ListMetricsEntry) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*ListMetricsEntry) SetName ¶
func (o *ListMetricsEntry) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ListMetricsEntry) SetSamplePeriod ¶
func (o *ListMetricsEntry) SetSamplePeriod(v string)
SetSamplePeriod gets a reference to the given string and assigns it to the SamplePeriod field.
func (*ListMetricsEntry) SetScope ¶
func (o *ListMetricsEntry) SetScope(v MetricsScope)
SetScope gets a reference to the given MetricsScope and assigns it to the Scope field.
func (ListMetricsEntry) ToMap ¶
func (o ListMetricsEntry) ToMap() (map[string]interface{}, error)
type ListMetricsReply ¶
type ListMetricsReply struct { Result *ServiceRunnerResult `json:"result,omitempty"` Entries []ListMetricsEntry `json:"entries,omitempty"` }
ListMetricsReply struct for ListMetricsReply
func NewListMetricsReply ¶
func NewListMetricsReply() *ListMetricsReply
NewListMetricsReply instantiates a new ListMetricsReply object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListMetricsReplyWithDefaults ¶
func NewListMetricsReplyWithDefaults() *ListMetricsReply
NewListMetricsReplyWithDefaults instantiates a new ListMetricsReply object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListMetricsReply) GetEntries ¶
func (o *ListMetricsReply) GetEntries() []ListMetricsEntry
GetEntries returns the Entries field value if set, zero value otherwise.
func (*ListMetricsReply) GetEntriesOk ¶
func (o *ListMetricsReply) GetEntriesOk() ([]ListMetricsEntry, bool)
GetEntriesOk returns a tuple with the Entries field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListMetricsReply) GetResult ¶
func (o *ListMetricsReply) GetResult() ServiceRunnerResult
GetResult returns the Result field value if set, zero value otherwise.
func (*ListMetricsReply) GetResultOk ¶
func (o *ListMetricsReply) GetResultOk() (*ServiceRunnerResult, 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 (*ListMetricsReply) HasEntries ¶
func (o *ListMetricsReply) HasEntries() bool
HasEntries returns a boolean if a field has been set.
func (*ListMetricsReply) HasResult ¶
func (o *ListMetricsReply) HasResult() bool
HasResult returns a boolean if a field has been set.
func (ListMetricsReply) MarshalJSON ¶
func (o ListMetricsReply) MarshalJSON() ([]byte, error)
func (*ListMetricsReply) SetEntries ¶
func (o *ListMetricsReply) SetEntries(v []ListMetricsEntry)
SetEntries gets a reference to the given []ListMetricsEntry and assigns it to the Entries field.
func (*ListMetricsReply) SetResult ¶
func (o *ListMetricsReply) SetResult(v ServiceRunnerResult)
SetResult gets a reference to the given ServiceRunnerResult and assigns it to the Result field.
func (ListMetricsReply) ToMap ¶
func (o ListMetricsReply) ToMap() (map[string]interface{}, error)
type ListMetricsRequest ¶
type ListMetricsRequest struct {
Scope *MetricsScope `json:"scope,omitempty"`
}
ListMetricsRequest struct for ListMetricsRequest
func NewListMetricsRequest ¶
func NewListMetricsRequest() *ListMetricsRequest
NewListMetricsRequest instantiates a new ListMetricsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListMetricsRequestWithDefaults ¶
func NewListMetricsRequestWithDefaults() *ListMetricsRequest
NewListMetricsRequestWithDefaults instantiates a new ListMetricsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListMetricsRequest) GetScope ¶
func (o *ListMetricsRequest) GetScope() MetricsScope
GetScope returns the Scope field value if set, zero value otherwise.
func (*ListMetricsRequest) GetScopeOk ¶
func (o *ListMetricsRequest) GetScopeOk() (*MetricsScope, bool)
GetScopeOk returns a tuple with the Scope field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListMetricsRequest) HasScope ¶
func (o *ListMetricsRequest) HasScope() bool
HasScope returns a boolean if a field has been set.
func (ListMetricsRequest) MarshalJSON ¶
func (o ListMetricsRequest) MarshalJSON() ([]byte, error)
func (*ListMetricsRequest) SetScope ¶
func (o *ListMetricsRequest) SetScope(v MetricsScope)
SetScope gets a reference to the given MetricsScope and assigns it to the Scope field.
func (ListMetricsRequest) ToMap ¶
func (o ListMetricsRequest) ToMap() (map[string]interface{}, error)
type ListPackagesReply ¶
type ListPackagesReply struct { Result *ServiceRunnerResult `json:"result,omitempty"` Items []ListPackagesReplyListPackagesItem `json:"items,omitempty"` }
ListPackagesReply struct for ListPackagesReply
func NewListPackagesReply ¶
func NewListPackagesReply() *ListPackagesReply
NewListPackagesReply instantiates a new ListPackagesReply object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListPackagesReplyWithDefaults ¶
func NewListPackagesReplyWithDefaults() *ListPackagesReply
NewListPackagesReplyWithDefaults instantiates a new ListPackagesReply object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListPackagesReply) GetItems ¶
func (o *ListPackagesReply) GetItems() []ListPackagesReplyListPackagesItem
GetItems returns the Items field value if set, zero value otherwise.
func (*ListPackagesReply) GetItemsOk ¶
func (o *ListPackagesReply) GetItemsOk() ([]ListPackagesReplyListPackagesItem, 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 (*ListPackagesReply) GetResult ¶
func (o *ListPackagesReply) GetResult() ServiceRunnerResult
GetResult returns the Result field value if set, zero value otherwise.
func (*ListPackagesReply) GetResultOk ¶
func (o *ListPackagesReply) GetResultOk() (*ServiceRunnerResult, 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 (*ListPackagesReply) HasItems ¶
func (o *ListPackagesReply) HasItems() bool
HasItems returns a boolean if a field has been set.
func (*ListPackagesReply) HasResult ¶
func (o *ListPackagesReply) HasResult() bool
HasResult returns a boolean if a field has been set.
func (ListPackagesReply) MarshalJSON ¶
func (o ListPackagesReply) MarshalJSON() ([]byte, error)
func (*ListPackagesReply) SetItems ¶
func (o *ListPackagesReply) SetItems(v []ListPackagesReplyListPackagesItem)
SetItems gets a reference to the given []ListPackagesReplyListPackagesItem and assigns it to the Items field.
func (*ListPackagesReply) SetResult ¶
func (o *ListPackagesReply) SetResult(v ServiceRunnerResult)
SetResult gets a reference to the given ServiceRunnerResult and assigns it to the Result field.
func (ListPackagesReply) ToMap ¶
func (o ListPackagesReply) ToMap() (map[string]interface{}, error)
type ListPackagesReplyListPackagesItem ¶
type ListPackagesReplyListPackagesItem struct { ProjId *string `json:"projId,omitempty"` PackageId *string `json:"packageId,omitempty"` }
ListPackagesReplyListPackagesItem struct for ListPackagesReplyListPackagesItem
func NewListPackagesReplyListPackagesItem ¶
func NewListPackagesReplyListPackagesItem() *ListPackagesReplyListPackagesItem
NewListPackagesReplyListPackagesItem instantiates a new ListPackagesReplyListPackagesItem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListPackagesReplyListPackagesItemWithDefaults ¶
func NewListPackagesReplyListPackagesItemWithDefaults() *ListPackagesReplyListPackagesItem
NewListPackagesReplyListPackagesItemWithDefaults instantiates a new ListPackagesReplyListPackagesItem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListPackagesReplyListPackagesItem) GetPackageId ¶
func (o *ListPackagesReplyListPackagesItem) GetPackageId() string
GetPackageId returns the PackageId field value if set, zero value otherwise.
func (*ListPackagesReplyListPackagesItem) GetPackageIdOk ¶
func (o *ListPackagesReplyListPackagesItem) GetPackageIdOk() (*string, bool)
GetPackageIdOk returns a tuple with the PackageId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListPackagesReplyListPackagesItem) GetProjId ¶
func (o *ListPackagesReplyListPackagesItem) GetProjId() string
GetProjId returns the ProjId field value if set, zero value otherwise.
func (*ListPackagesReplyListPackagesItem) GetProjIdOk ¶
func (o *ListPackagesReplyListPackagesItem) GetProjIdOk() (*string, bool)
GetProjIdOk returns a tuple with the ProjId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListPackagesReplyListPackagesItem) HasPackageId ¶
func (o *ListPackagesReplyListPackagesItem) HasPackageId() bool
HasPackageId returns a boolean if a field has been set.
func (*ListPackagesReplyListPackagesItem) HasProjId ¶
func (o *ListPackagesReplyListPackagesItem) HasProjId() bool
HasProjId returns a boolean if a field has been set.
func (ListPackagesReplyListPackagesItem) MarshalJSON ¶
func (o ListPackagesReplyListPackagesItem) MarshalJSON() ([]byte, error)
func (*ListPackagesReplyListPackagesItem) SetPackageId ¶
func (o *ListPackagesReplyListPackagesItem) SetPackageId(v string)
SetPackageId gets a reference to the given string and assigns it to the PackageId field.
func (*ListPackagesReplyListPackagesItem) SetProjId ¶
func (o *ListPackagesReplyListPackagesItem) SetProjId(v string)
SetProjId gets a reference to the given string and assigns it to the ProjId field.
func (ListPackagesReplyListPackagesItem) ToMap ¶
func (o ListPackagesReplyListPackagesItem) ToMap() (map[string]interface{}, error)
type ListPackagesRequest ¶
type ListPackagesRequest struct {
ProjId *string `json:"projId,omitempty"`
}
ListPackagesRequest struct for ListPackagesRequest
func NewListPackagesRequest ¶
func NewListPackagesRequest() *ListPackagesRequest
NewListPackagesRequest instantiates a new ListPackagesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListPackagesRequestWithDefaults ¶
func NewListPackagesRequestWithDefaults() *ListPackagesRequest
NewListPackagesRequestWithDefaults instantiates a new ListPackagesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListPackagesRequest) GetProjId ¶
func (o *ListPackagesRequest) GetProjId() string
GetProjId returns the ProjId field value if set, zero value otherwise.
func (*ListPackagesRequest) GetProjIdOk ¶
func (o *ListPackagesRequest) GetProjIdOk() (*string, bool)
GetProjIdOk returns a tuple with the ProjId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListPackagesRequest) HasProjId ¶
func (o *ListPackagesRequest) HasProjId() bool
HasProjId returns a boolean if a field has been set.
func (ListPackagesRequest) MarshalJSON ¶
func (o ListPackagesRequest) MarshalJSON() ([]byte, error)
func (*ListPackagesRequest) SetProjId ¶
func (o *ListPackagesRequest) SetProjId(v string)
SetProjId gets a reference to the given string and assigns it to the ProjId field.
func (ListPackagesRequest) ToMap ¶
func (o ListPackagesRequest) ToMap() (map[string]interface{}, error)
type ListProjectsReply ¶
type ListProjectsReply struct { Result *ServiceRunnerResult `json:"result,omitempty"` Ids []string `json:"ids,omitempty"` }
ListProjectsReply struct for ListProjectsReply
func NewListProjectsReply ¶
func NewListProjectsReply() *ListProjectsReply
NewListProjectsReply instantiates a new ListProjectsReply object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListProjectsReplyWithDefaults ¶
func NewListProjectsReplyWithDefaults() *ListProjectsReply
NewListProjectsReplyWithDefaults instantiates a new ListProjectsReply object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListProjectsReply) GetIds ¶
func (o *ListProjectsReply) GetIds() []string
GetIds returns the Ids field value if set, zero value otherwise.
func (*ListProjectsReply) GetIdsOk ¶
func (o *ListProjectsReply) 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 (*ListProjectsReply) GetResult ¶
func (o *ListProjectsReply) GetResult() ServiceRunnerResult
GetResult returns the Result field value if set, zero value otherwise.
func (*ListProjectsReply) GetResultOk ¶
func (o *ListProjectsReply) GetResultOk() (*ServiceRunnerResult, 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 (*ListProjectsReply) HasIds ¶
func (o *ListProjectsReply) HasIds() bool
HasIds returns a boolean if a field has been set.
func (*ListProjectsReply) HasResult ¶
func (o *ListProjectsReply) HasResult() bool
HasResult returns a boolean if a field has been set.
func (ListProjectsReply) MarshalJSON ¶
func (o ListProjectsReply) MarshalJSON() ([]byte, error)
func (*ListProjectsReply) SetIds ¶
func (o *ListProjectsReply) SetIds(v []string)
SetIds gets a reference to the given []string and assigns it to the Ids field.
func (*ListProjectsReply) SetResult ¶
func (o *ListProjectsReply) SetResult(v ServiceRunnerResult)
SetResult gets a reference to the given ServiceRunnerResult and assigns it to the Result field.
func (ListProjectsReply) ToMap ¶
func (o ListProjectsReply) ToMap() (map[string]interface{}, error)
type ListServicesReply ¶
type ListServicesReply struct { Result *ServiceRunnerResult `json:"result,omitempty"` Header *ProjEnvHeader `json:"header,omitempty"` ServiceNames []string `json:"serviceNames,omitempty"` }
ListServicesReply struct for ListServicesReply
func NewListServicesReply ¶
func NewListServicesReply() *ListServicesReply
NewListServicesReply instantiates a new ListServicesReply object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListServicesReplyWithDefaults ¶
func NewListServicesReplyWithDefaults() *ListServicesReply
NewListServicesReplyWithDefaults instantiates a new ListServicesReply object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListServicesReply) GetHeader ¶
func (o *ListServicesReply) GetHeader() ProjEnvHeader
GetHeader returns the Header field value if set, zero value otherwise.
func (*ListServicesReply) GetHeaderOk ¶
func (o *ListServicesReply) GetHeaderOk() (*ProjEnvHeader, bool)
GetHeaderOk returns a tuple with the Header field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListServicesReply) GetResult ¶
func (o *ListServicesReply) GetResult() ServiceRunnerResult
GetResult returns the Result field value if set, zero value otherwise.
func (*ListServicesReply) GetResultOk ¶
func (o *ListServicesReply) GetResultOk() (*ServiceRunnerResult, 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 (*ListServicesReply) GetServiceNames ¶
func (o *ListServicesReply) GetServiceNames() []string
GetServiceNames returns the ServiceNames field value if set, zero value otherwise.
func (*ListServicesReply) GetServiceNamesOk ¶
func (o *ListServicesReply) GetServiceNamesOk() ([]string, bool)
GetServiceNamesOk returns a tuple with the ServiceNames field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListServicesReply) HasHeader ¶
func (o *ListServicesReply) HasHeader() bool
HasHeader returns a boolean if a field has been set.
func (*ListServicesReply) HasResult ¶
func (o *ListServicesReply) HasResult() bool
HasResult returns a boolean if a field has been set.
func (*ListServicesReply) HasServiceNames ¶
func (o *ListServicesReply) HasServiceNames() bool
HasServiceNames returns a boolean if a field has been set.
func (ListServicesReply) MarshalJSON ¶
func (o ListServicesReply) MarshalJSON() ([]byte, error)
func (*ListServicesReply) SetHeader ¶
func (o *ListServicesReply) SetHeader(v ProjEnvHeader)
SetHeader gets a reference to the given ProjEnvHeader and assigns it to the Header field.
func (*ListServicesReply) SetResult ¶
func (o *ListServicesReply) SetResult(v ServiceRunnerResult)
SetResult gets a reference to the given ServiceRunnerResult and assigns it to the Result field.
func (*ListServicesReply) SetServiceNames ¶
func (o *ListServicesReply) SetServiceNames(v []string)
SetServiceNames gets a reference to the given []string and assigns it to the ServiceNames field.
func (ListServicesReply) ToMap ¶
func (o ListServicesReply) ToMap() (map[string]interface{}, error)
type ListServicesRequest ¶
type ListServicesRequest struct {
Header *ProjEnvHeader `json:"header,omitempty"`
}
ListServicesRequest struct for ListServicesRequest
func NewListServicesRequest ¶
func NewListServicesRequest() *ListServicesRequest
NewListServicesRequest instantiates a new ListServicesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListServicesRequestWithDefaults ¶
func NewListServicesRequestWithDefaults() *ListServicesRequest
NewListServicesRequestWithDefaults instantiates a new ListServicesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListServicesRequest) GetHeader ¶
func (o *ListServicesRequest) GetHeader() ProjEnvHeader
GetHeader returns the Header field value if set, zero value otherwise.
func (*ListServicesRequest) GetHeaderOk ¶
func (o *ListServicesRequest) GetHeaderOk() (*ProjEnvHeader, bool)
GetHeaderOk returns a tuple with the Header field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ListServicesRequest) HasHeader ¶
func (o *ListServicesRequest) HasHeader() bool
HasHeader returns a boolean if a field has been set.
func (ListServicesRequest) MarshalJSON ¶
func (o ListServicesRequest) MarshalJSON() ([]byte, error)
func (*ListServicesRequest) SetHeader ¶
func (o *ListServicesRequest) SetHeader(v ProjEnvHeader)
SetHeader gets a reference to the given ProjEnvHeader and assigns it to the Header field.
func (ListServicesRequest) ToMap ¶
func (o ListServicesRequest) ToMap() (map[string]interface{}, error)
type MappedNullable ¶
type MetricsFormat ¶
type MetricsFormat string
MetricsFormat the model 'MetricsFormat'
const ( INVALID_METRIC_FORMAT MetricsFormat = "INVALID_METRIC_FORMAT" METRIC_FORMAT_OPENMETRICS MetricsFormat = "METRIC_FORMAT_OPENMETRICS" UNKNOWN_METRIC_FORMAT MetricsFormat = "UNKNOWN_METRIC_FORMAT" )
List of MetricsFormat
func NewMetricsFormatFromValue ¶
func NewMetricsFormatFromValue(v string) (*MetricsFormat, error)
NewMetricsFormatFromValue returns a pointer to a valid MetricsFormat for the value passed as argument, or an error if the value passed is not allowed by the enum
func (MetricsFormat) IsValid ¶
func (v MetricsFormat) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (MetricsFormat) Ptr ¶
func (v MetricsFormat) Ptr() *MetricsFormat
Ptr returns reference to MetricsFormat value
func (*MetricsFormat) UnmarshalJSON ¶
func (v *MetricsFormat) UnmarshalJSON(src []byte) error
type MetricsScope ¶
type MetricsScope string
MetricsScope the model 'MetricsScope'
const ( INVALID_METRIC_SCOPE MetricsScope = "INVALID_METRIC_SCOPE" METRIC_SCOPE_ALL MetricsScope = "METRIC_SCOPE_ALL" METRIC_SCOPE_SERVICE MetricsScope = "METRIC_SCOPE_SERVICE" METRIC_SCOPE_DATASTORE MetricsScope = "METRIC_SCOPE_DATASTORE" METRIC_SCOPE_DATABASE MetricsScope = "METRIC_SCOPE_DATABASE" UNKNOWN_METRIC_SCOPE MetricsScope = "UNKNOWN_METRIC_SCOPE" )
List of MetricsScope
func NewMetricsScopeFromValue ¶
func NewMetricsScopeFromValue(v string) (*MetricsScope, error)
NewMetricsScopeFromValue returns a pointer to a valid MetricsScope for the value passed as argument, or an error if the value passed is not allowed by the enum
func (MetricsScope) IsValid ¶
func (v MetricsScope) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (MetricsScope) Ptr ¶
func (v MetricsScope) Ptr() *MetricsScope
Ptr returns reference to MetricsScope value
func (*MetricsScope) UnmarshalJSON ¶
func (v *MetricsScope) UnmarshalJSON(src []byte) error
type NullableApiKeyDescription ¶
type NullableApiKeyDescription struct {
// contains filtered or unexported fields
}
func NewNullableApiKeyDescription ¶
func NewNullableApiKeyDescription(val *ApiKeyDescription) *NullableApiKeyDescription
func (NullableApiKeyDescription) Get ¶
func (v NullableApiKeyDescription) Get() *ApiKeyDescription
func (NullableApiKeyDescription) IsSet ¶
func (v NullableApiKeyDescription) IsSet() bool
func (NullableApiKeyDescription) MarshalJSON ¶
func (v NullableApiKeyDescription) MarshalJSON() ([]byte, error)
func (*NullableApiKeyDescription) Set ¶
func (v *NullableApiKeyDescription) Set(val *ApiKeyDescription)
func (*NullableApiKeyDescription) UnmarshalJSON ¶
func (v *NullableApiKeyDescription) UnmarshalJSON(src []byte) error
func (*NullableApiKeyDescription) Unset ¶
func (v *NullableApiKeyDescription) 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 NullableCreateApiKeyReply ¶
type NullableCreateApiKeyReply struct {
// contains filtered or unexported fields
}
func NewNullableCreateApiKeyReply ¶
func NewNullableCreateApiKeyReply(val *CreateApiKeyReply) *NullableCreateApiKeyReply
func (NullableCreateApiKeyReply) Get ¶
func (v NullableCreateApiKeyReply) Get() *CreateApiKeyReply
func (NullableCreateApiKeyReply) IsSet ¶
func (v NullableCreateApiKeyReply) IsSet() bool
func (NullableCreateApiKeyReply) MarshalJSON ¶
func (v NullableCreateApiKeyReply) MarshalJSON() ([]byte, error)
func (*NullableCreateApiKeyReply) Set ¶
func (v *NullableCreateApiKeyReply) Set(val *CreateApiKeyReply)
func (*NullableCreateApiKeyReply) UnmarshalJSON ¶
func (v *NullableCreateApiKeyReply) UnmarshalJSON(src []byte) error
func (*NullableCreateApiKeyReply) Unset ¶
func (v *NullableCreateApiKeyReply) Unset()
type NullableCreateApiKeyRequest ¶
type NullableCreateApiKeyRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateApiKeyRequest ¶
func NewNullableCreateApiKeyRequest(val *CreateApiKeyRequest) *NullableCreateApiKeyRequest
func (NullableCreateApiKeyRequest) Get ¶
func (v NullableCreateApiKeyRequest) Get() *CreateApiKeyRequest
func (NullableCreateApiKeyRequest) IsSet ¶
func (v NullableCreateApiKeyRequest) IsSet() bool
func (NullableCreateApiKeyRequest) MarshalJSON ¶
func (v NullableCreateApiKeyRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateApiKeyRequest) Set ¶
func (v *NullableCreateApiKeyRequest) Set(val *CreateApiKeyRequest)
func (*NullableCreateApiKeyRequest) UnmarshalJSON ¶
func (v *NullableCreateApiKeyRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateApiKeyRequest) Unset ¶
func (v *NullableCreateApiKeyRequest) Unset()
type NullableCreateDeploymentReply ¶
type NullableCreateDeploymentReply struct {
// contains filtered or unexported fields
}
func NewNullableCreateDeploymentReply ¶
func NewNullableCreateDeploymentReply(val *CreateDeploymentReply) *NullableCreateDeploymentReply
func (NullableCreateDeploymentReply) Get ¶
func (v NullableCreateDeploymentReply) Get() *CreateDeploymentReply
func (NullableCreateDeploymentReply) IsSet ¶
func (v NullableCreateDeploymentReply) IsSet() bool
func (NullableCreateDeploymentReply) MarshalJSON ¶
func (v NullableCreateDeploymentReply) MarshalJSON() ([]byte, error)
func (*NullableCreateDeploymentReply) Set ¶
func (v *NullableCreateDeploymentReply) Set(val *CreateDeploymentReply)
func (*NullableCreateDeploymentReply) UnmarshalJSON ¶
func (v *NullableCreateDeploymentReply) UnmarshalJSON(src []byte) error
func (*NullableCreateDeploymentReply) Unset ¶
func (v *NullableCreateDeploymentReply) Unset()
type NullableCreateDeploymentRequest ¶
type NullableCreateDeploymentRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateDeploymentRequest ¶
func NewNullableCreateDeploymentRequest(val *CreateDeploymentRequest) *NullableCreateDeploymentRequest
func (NullableCreateDeploymentRequest) Get ¶
func (v NullableCreateDeploymentRequest) Get() *CreateDeploymentRequest
func (NullableCreateDeploymentRequest) IsSet ¶
func (v NullableCreateDeploymentRequest) IsSet() bool
func (NullableCreateDeploymentRequest) MarshalJSON ¶
func (v NullableCreateDeploymentRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateDeploymentRequest) Set ¶
func (v *NullableCreateDeploymentRequest) Set(val *CreateDeploymentRequest)
func (*NullableCreateDeploymentRequest) UnmarshalJSON ¶
func (v *NullableCreateDeploymentRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateDeploymentRequest) Unset ¶
func (v *NullableCreateDeploymentRequest) Unset()
type NullableCreateEnvironmentReply ¶
type NullableCreateEnvironmentReply struct {
// contains filtered or unexported fields
}
func NewNullableCreateEnvironmentReply ¶
func NewNullableCreateEnvironmentReply(val *CreateEnvironmentReply) *NullableCreateEnvironmentReply
func (NullableCreateEnvironmentReply) Get ¶
func (v NullableCreateEnvironmentReply) Get() *CreateEnvironmentReply
func (NullableCreateEnvironmentReply) IsSet ¶
func (v NullableCreateEnvironmentReply) IsSet() bool
func (NullableCreateEnvironmentReply) MarshalJSON ¶
func (v NullableCreateEnvironmentReply) MarshalJSON() ([]byte, error)
func (*NullableCreateEnvironmentReply) Set ¶
func (v *NullableCreateEnvironmentReply) Set(val *CreateEnvironmentReply)
func (*NullableCreateEnvironmentReply) UnmarshalJSON ¶
func (v *NullableCreateEnvironmentReply) UnmarshalJSON(src []byte) error
func (*NullableCreateEnvironmentReply) Unset ¶
func (v *NullableCreateEnvironmentReply) Unset()
type NullableCreateEnvironmentRequest ¶
type NullableCreateEnvironmentRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateEnvironmentRequest ¶
func NewNullableCreateEnvironmentRequest(val *CreateEnvironmentRequest) *NullableCreateEnvironmentRequest
func (NullableCreateEnvironmentRequest) Get ¶
func (v NullableCreateEnvironmentRequest) Get() *CreateEnvironmentRequest
func (NullableCreateEnvironmentRequest) IsSet ¶
func (v NullableCreateEnvironmentRequest) IsSet() bool
func (NullableCreateEnvironmentRequest) MarshalJSON ¶
func (v NullableCreateEnvironmentRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateEnvironmentRequest) Set ¶
func (v *NullableCreateEnvironmentRequest) Set(val *CreateEnvironmentRequest)
func (*NullableCreateEnvironmentRequest) UnmarshalJSON ¶
func (v *NullableCreateEnvironmentRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateEnvironmentRequest) Unset ¶
func (v *NullableCreateEnvironmentRequest) Unset()
type NullableCreateProjectReply ¶
type NullableCreateProjectReply struct {
// contains filtered or unexported fields
}
func NewNullableCreateProjectReply ¶
func NewNullableCreateProjectReply(val *CreateProjectReply) *NullableCreateProjectReply
func (NullableCreateProjectReply) Get ¶
func (v NullableCreateProjectReply) Get() *CreateProjectReply
func (NullableCreateProjectReply) IsSet ¶
func (v NullableCreateProjectReply) IsSet() bool
func (NullableCreateProjectReply) MarshalJSON ¶
func (v NullableCreateProjectReply) MarshalJSON() ([]byte, error)
func (*NullableCreateProjectReply) Set ¶
func (v *NullableCreateProjectReply) Set(val *CreateProjectReply)
func (*NullableCreateProjectReply) UnmarshalJSON ¶
func (v *NullableCreateProjectReply) UnmarshalJSON(src []byte) error
func (*NullableCreateProjectReply) Unset ¶
func (v *NullableCreateProjectReply) Unset()
type NullableCreateProjectRequest ¶
type NullableCreateProjectRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateProjectRequest ¶
func NewNullableCreateProjectRequest(val *CreateProjectRequest) *NullableCreateProjectRequest
func (NullableCreateProjectRequest) Get ¶
func (v NullableCreateProjectRequest) Get() *CreateProjectRequest
func (NullableCreateProjectRequest) IsSet ¶
func (v NullableCreateProjectRequest) IsSet() bool
func (NullableCreateProjectRequest) MarshalJSON ¶
func (v NullableCreateProjectRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateProjectRequest) Set ¶
func (v *NullableCreateProjectRequest) Set(val *CreateProjectRequest)
func (*NullableCreateProjectRequest) UnmarshalJSON ¶
func (v *NullableCreateProjectRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateProjectRequest) Unset ¶
func (v *NullableCreateProjectRequest) Unset()
type NullableDatabaseDescription ¶
type NullableDatabaseDescription struct {
// contains filtered or unexported fields
}
func NewNullableDatabaseDescription ¶
func NewNullableDatabaseDescription(val *DatabaseDescription) *NullableDatabaseDescription
func (NullableDatabaseDescription) Get ¶
func (v NullableDatabaseDescription) Get() *DatabaseDescription
func (NullableDatabaseDescription) IsSet ¶
func (v NullableDatabaseDescription) IsSet() bool
func (NullableDatabaseDescription) MarshalJSON ¶
func (v NullableDatabaseDescription) MarshalJSON() ([]byte, error)
func (*NullableDatabaseDescription) Set ¶
func (v *NullableDatabaseDescription) Set(val *DatabaseDescription)
func (*NullableDatabaseDescription) UnmarshalJSON ¶
func (v *NullableDatabaseDescription) UnmarshalJSON(src []byte) error
func (*NullableDatabaseDescription) Unset ¶
func (v *NullableDatabaseDescription) Unset()
type NullableDatabaseHeader ¶
type NullableDatabaseHeader struct {
// contains filtered or unexported fields
}
func NewNullableDatabaseHeader ¶
func NewNullableDatabaseHeader(val *DatabaseHeader) *NullableDatabaseHeader
func (NullableDatabaseHeader) Get ¶
func (v NullableDatabaseHeader) Get() *DatabaseHeader
func (NullableDatabaseHeader) IsSet ¶
func (v NullableDatabaseHeader) IsSet() bool
func (NullableDatabaseHeader) MarshalJSON ¶
func (v NullableDatabaseHeader) MarshalJSON() ([]byte, error)
func (*NullableDatabaseHeader) Set ¶
func (v *NullableDatabaseHeader) Set(val *DatabaseHeader)
func (*NullableDatabaseHeader) UnmarshalJSON ¶
func (v *NullableDatabaseHeader) UnmarshalJSON(src []byte) error
func (*NullableDatabaseHeader) Unset ¶
func (v *NullableDatabaseHeader) Unset()
type NullableDatabaseTableDescription ¶
type NullableDatabaseTableDescription struct {
// contains filtered or unexported fields
}
func NewNullableDatabaseTableDescription ¶
func NewNullableDatabaseTableDescription(val *DatabaseTableDescription) *NullableDatabaseTableDescription
func (NullableDatabaseTableDescription) Get ¶
func (v NullableDatabaseTableDescription) Get() *DatabaseTableDescription
func (NullableDatabaseTableDescription) IsSet ¶
func (v NullableDatabaseTableDescription) IsSet() bool
func (NullableDatabaseTableDescription) MarshalJSON ¶
func (v NullableDatabaseTableDescription) MarshalJSON() ([]byte, error)
func (*NullableDatabaseTableDescription) Set ¶
func (v *NullableDatabaseTableDescription) Set(val *DatabaseTableDescription)
func (*NullableDatabaseTableDescription) UnmarshalJSON ¶
func (v *NullableDatabaseTableDescription) UnmarshalJSON(src []byte) error
func (*NullableDatabaseTableDescription) Unset ¶
func (v *NullableDatabaseTableDescription) Unset()
type NullableDatastoreDescription ¶
type NullableDatastoreDescription struct {
// contains filtered or unexported fields
}
func NewNullableDatastoreDescription ¶
func NewNullableDatastoreDescription(val *DatastoreDescription) *NullableDatastoreDescription
func (NullableDatastoreDescription) Get ¶
func (v NullableDatastoreDescription) Get() *DatastoreDescription
func (NullableDatastoreDescription) IsSet ¶
func (v NullableDatastoreDescription) IsSet() bool
func (NullableDatastoreDescription) MarshalJSON ¶
func (v NullableDatastoreDescription) MarshalJSON() ([]byte, error)
func (*NullableDatastoreDescription) Set ¶
func (v *NullableDatastoreDescription) Set(val *DatastoreDescription)
func (*NullableDatastoreDescription) UnmarshalJSON ¶
func (v *NullableDatastoreDescription) UnmarshalJSON(src []byte) error
func (*NullableDatastoreDescription) Unset ¶
func (v *NullableDatastoreDescription) Unset()
type NullableDatastoreHeader ¶
type NullableDatastoreHeader struct {
// contains filtered or unexported fields
}
func NewNullableDatastoreHeader ¶
func NewNullableDatastoreHeader(val *DatastoreHeader) *NullableDatastoreHeader
func (NullableDatastoreHeader) Get ¶
func (v NullableDatastoreHeader) Get() *DatastoreHeader
func (NullableDatastoreHeader) IsSet ¶
func (v NullableDatastoreHeader) IsSet() bool
func (NullableDatastoreHeader) MarshalJSON ¶
func (v NullableDatastoreHeader) MarshalJSON() ([]byte, error)
func (*NullableDatastoreHeader) Set ¶
func (v *NullableDatastoreHeader) Set(val *DatastoreHeader)
func (*NullableDatastoreHeader) UnmarshalJSON ¶
func (v *NullableDatastoreHeader) UnmarshalJSON(src []byte) error
func (*NullableDatastoreHeader) Unset ¶
func (v *NullableDatastoreHeader) Unset()
type NullableDeactivateProjectReply ¶
type NullableDeactivateProjectReply struct {
// contains filtered or unexported fields
}
func NewNullableDeactivateProjectReply ¶
func NewNullableDeactivateProjectReply(val *DeactivateProjectReply) *NullableDeactivateProjectReply
func (NullableDeactivateProjectReply) Get ¶
func (v NullableDeactivateProjectReply) Get() *DeactivateProjectReply
func (NullableDeactivateProjectReply) IsSet ¶
func (v NullableDeactivateProjectReply) IsSet() bool
func (NullableDeactivateProjectReply) MarshalJSON ¶
func (v NullableDeactivateProjectReply) MarshalJSON() ([]byte, error)
func (*NullableDeactivateProjectReply) Set ¶
func (v *NullableDeactivateProjectReply) Set(val *DeactivateProjectReply)
func (*NullableDeactivateProjectReply) UnmarshalJSON ¶
func (v *NullableDeactivateProjectReply) UnmarshalJSON(src []byte) error
func (*NullableDeactivateProjectReply) Unset ¶
func (v *NullableDeactivateProjectReply) Unset()
type NullableDeactivateProjectRequest ¶
type NullableDeactivateProjectRequest struct {
// contains filtered or unexported fields
}
func NewNullableDeactivateProjectRequest ¶
func NewNullableDeactivateProjectRequest(val *DeactivateProjectRequest) *NullableDeactivateProjectRequest
func (NullableDeactivateProjectRequest) Get ¶
func (v NullableDeactivateProjectRequest) Get() *DeactivateProjectRequest
func (NullableDeactivateProjectRequest) IsSet ¶
func (v NullableDeactivateProjectRequest) IsSet() bool
func (NullableDeactivateProjectRequest) MarshalJSON ¶
func (v NullableDeactivateProjectRequest) MarshalJSON() ([]byte, error)
func (*NullableDeactivateProjectRequest) Set ¶
func (v *NullableDeactivateProjectRequest) Set(val *DeactivateProjectRequest)
func (*NullableDeactivateProjectRequest) UnmarshalJSON ¶
func (v *NullableDeactivateProjectRequest) UnmarshalJSON(src []byte) error
func (*NullableDeactivateProjectRequest) Unset ¶
func (v *NullableDeactivateProjectRequest) Unset()
type NullableDeleteApiKeyReply ¶
type NullableDeleteApiKeyReply struct {
// contains filtered or unexported fields
}
func NewNullableDeleteApiKeyReply ¶
func NewNullableDeleteApiKeyReply(val *DeleteApiKeyReply) *NullableDeleteApiKeyReply
func (NullableDeleteApiKeyReply) Get ¶
func (v NullableDeleteApiKeyReply) Get() *DeleteApiKeyReply
func (NullableDeleteApiKeyReply) IsSet ¶
func (v NullableDeleteApiKeyReply) IsSet() bool
func (NullableDeleteApiKeyReply) MarshalJSON ¶
func (v NullableDeleteApiKeyReply) MarshalJSON() ([]byte, error)
func (*NullableDeleteApiKeyReply) Set ¶
func (v *NullableDeleteApiKeyReply) Set(val *DeleteApiKeyReply)
func (*NullableDeleteApiKeyReply) UnmarshalJSON ¶
func (v *NullableDeleteApiKeyReply) UnmarshalJSON(src []byte) error
func (*NullableDeleteApiKeyReply) Unset ¶
func (v *NullableDeleteApiKeyReply) Unset()
type NullableDeleteApiKeyRequest ¶
type NullableDeleteApiKeyRequest struct {
// contains filtered or unexported fields
}
func NewNullableDeleteApiKeyRequest ¶
func NewNullableDeleteApiKeyRequest(val *DeleteApiKeyRequest) *NullableDeleteApiKeyRequest
func (NullableDeleteApiKeyRequest) Get ¶
func (v NullableDeleteApiKeyRequest) Get() *DeleteApiKeyRequest
func (NullableDeleteApiKeyRequest) IsSet ¶
func (v NullableDeleteApiKeyRequest) IsSet() bool
func (NullableDeleteApiKeyRequest) MarshalJSON ¶
func (v NullableDeleteApiKeyRequest) MarshalJSON() ([]byte, error)
func (*NullableDeleteApiKeyRequest) Set ¶
func (v *NullableDeleteApiKeyRequest) Set(val *DeleteApiKeyRequest)
func (*NullableDeleteApiKeyRequest) UnmarshalJSON ¶
func (v *NullableDeleteApiKeyRequest) UnmarshalJSON(src []byte) error
func (*NullableDeleteApiKeyRequest) Unset ¶
func (v *NullableDeleteApiKeyRequest) Unset()
type NullableDeleteEnvironmentReply ¶
type NullableDeleteEnvironmentReply struct {
// contains filtered or unexported fields
}
func NewNullableDeleteEnvironmentReply ¶
func NewNullableDeleteEnvironmentReply(val *DeleteEnvironmentReply) *NullableDeleteEnvironmentReply
func (NullableDeleteEnvironmentReply) Get ¶
func (v NullableDeleteEnvironmentReply) Get() *DeleteEnvironmentReply
func (NullableDeleteEnvironmentReply) IsSet ¶
func (v NullableDeleteEnvironmentReply) IsSet() bool
func (NullableDeleteEnvironmentReply) MarshalJSON ¶
func (v NullableDeleteEnvironmentReply) MarshalJSON() ([]byte, error)
func (*NullableDeleteEnvironmentReply) Set ¶
func (v *NullableDeleteEnvironmentReply) Set(val *DeleteEnvironmentReply)
func (*NullableDeleteEnvironmentReply) UnmarshalJSON ¶
func (v *NullableDeleteEnvironmentReply) UnmarshalJSON(src []byte) error
func (*NullableDeleteEnvironmentReply) Unset ¶
func (v *NullableDeleteEnvironmentReply) Unset()
type NullableDeleteEnvironmentRequest ¶
type NullableDeleteEnvironmentRequest struct {
// contains filtered or unexported fields
}
func NewNullableDeleteEnvironmentRequest ¶
func NewNullableDeleteEnvironmentRequest(val *DeleteEnvironmentRequest) *NullableDeleteEnvironmentRequest
func (NullableDeleteEnvironmentRequest) Get ¶
func (v NullableDeleteEnvironmentRequest) Get() *DeleteEnvironmentRequest
func (NullableDeleteEnvironmentRequest) IsSet ¶
func (v NullableDeleteEnvironmentRequest) IsSet() bool
func (NullableDeleteEnvironmentRequest) MarshalJSON ¶
func (v NullableDeleteEnvironmentRequest) MarshalJSON() ([]byte, error)
func (*NullableDeleteEnvironmentRequest) Set ¶
func (v *NullableDeleteEnvironmentRequest) Set(val *DeleteEnvironmentRequest)
func (*NullableDeleteEnvironmentRequest) UnmarshalJSON ¶
func (v *NullableDeleteEnvironmentRequest) UnmarshalJSON(src []byte) error
func (*NullableDeleteEnvironmentRequest) Unset ¶
func (v *NullableDeleteEnvironmentRequest) Unset()
type NullableDeletePackageReply ¶
type NullableDeletePackageReply struct {
// contains filtered or unexported fields
}
func NewNullableDeletePackageReply ¶
func NewNullableDeletePackageReply(val *DeletePackageReply) *NullableDeletePackageReply
func (NullableDeletePackageReply) Get ¶
func (v NullableDeletePackageReply) Get() *DeletePackageReply
func (NullableDeletePackageReply) IsSet ¶
func (v NullableDeletePackageReply) IsSet() bool
func (NullableDeletePackageReply) MarshalJSON ¶
func (v NullableDeletePackageReply) MarshalJSON() ([]byte, error)
func (*NullableDeletePackageReply) Set ¶
func (v *NullableDeletePackageReply) Set(val *DeletePackageReply)
func (*NullableDeletePackageReply) UnmarshalJSON ¶
func (v *NullableDeletePackageReply) UnmarshalJSON(src []byte) error
func (*NullableDeletePackageReply) Unset ¶
func (v *NullableDeletePackageReply) Unset()
type NullableDeletePackageRequest ¶
type NullableDeletePackageRequest struct {
// contains filtered or unexported fields
}
func NewNullableDeletePackageRequest ¶
func NewNullableDeletePackageRequest(val *DeletePackageRequest) *NullableDeletePackageRequest
func (NullableDeletePackageRequest) Get ¶
func (v NullableDeletePackageRequest) Get() *DeletePackageRequest
func (NullableDeletePackageRequest) IsSet ¶
func (v NullableDeletePackageRequest) IsSet() bool
func (NullableDeletePackageRequest) MarshalJSON ¶
func (v NullableDeletePackageRequest) MarshalJSON() ([]byte, error)
func (*NullableDeletePackageRequest) Set ¶
func (v *NullableDeletePackageRequest) Set(val *DeletePackageRequest)
func (*NullableDeletePackageRequest) UnmarshalJSON ¶
func (v *NullableDeletePackageRequest) UnmarshalJSON(src []byte) error
func (*NullableDeletePackageRequest) Unset ¶
func (v *NullableDeletePackageRequest) Unset()
type NullableDeleteProjectReply ¶
type NullableDeleteProjectReply struct {
// contains filtered or unexported fields
}
func NewNullableDeleteProjectReply ¶
func NewNullableDeleteProjectReply(val *DeleteProjectReply) *NullableDeleteProjectReply
func (NullableDeleteProjectReply) Get ¶
func (v NullableDeleteProjectReply) Get() *DeleteProjectReply
func (NullableDeleteProjectReply) IsSet ¶
func (v NullableDeleteProjectReply) IsSet() bool
func (NullableDeleteProjectReply) MarshalJSON ¶
func (v NullableDeleteProjectReply) MarshalJSON() ([]byte, error)
func (*NullableDeleteProjectReply) Set ¶
func (v *NullableDeleteProjectReply) Set(val *DeleteProjectReply)
func (*NullableDeleteProjectReply) UnmarshalJSON ¶
func (v *NullableDeleteProjectReply) UnmarshalJSON(src []byte) error
func (*NullableDeleteProjectReply) Unset ¶
func (v *NullableDeleteProjectReply) Unset()
type NullableDeleteProjectRequest ¶
type NullableDeleteProjectRequest struct {
// contains filtered or unexported fields
}
func NewNullableDeleteProjectRequest ¶
func NewNullableDeleteProjectRequest(val *DeleteProjectRequest) *NullableDeleteProjectRequest
func (NullableDeleteProjectRequest) Get ¶
func (v NullableDeleteProjectRequest) Get() *DeleteProjectRequest
func (NullableDeleteProjectRequest) IsSet ¶
func (v NullableDeleteProjectRequest) IsSet() bool
func (NullableDeleteProjectRequest) MarshalJSON ¶
func (v NullableDeleteProjectRequest) MarshalJSON() ([]byte, error)
func (*NullableDeleteProjectRequest) Set ¶
func (v *NullableDeleteProjectRequest) Set(val *DeleteProjectRequest)
func (*NullableDeleteProjectRequest) UnmarshalJSON ¶
func (v *NullableDeleteProjectRequest) UnmarshalJSON(src []byte) error
func (*NullableDeleteProjectRequest) Unset ¶
func (v *NullableDeleteProjectRequest) Unset()
type NullableDeploymentDescription ¶
type NullableDeploymentDescription struct {
// contains filtered or unexported fields
}
func NewNullableDeploymentDescription ¶
func NewNullableDeploymentDescription(val *DeploymentDescription) *NullableDeploymentDescription
func (NullableDeploymentDescription) Get ¶
func (v NullableDeploymentDescription) Get() *DeploymentDescription
func (NullableDeploymentDescription) IsSet ¶
func (v NullableDeploymentDescription) IsSet() bool
func (NullableDeploymentDescription) MarshalJSON ¶
func (v NullableDeploymentDescription) MarshalJSON() ([]byte, error)
func (*NullableDeploymentDescription) Set ¶
func (v *NullableDeploymentDescription) Set(val *DeploymentDescription)
func (*NullableDeploymentDescription) UnmarshalJSON ¶
func (v *NullableDeploymentDescription) UnmarshalJSON(src []byte) error
func (*NullableDeploymentDescription) Unset ¶
func (v *NullableDeploymentDescription) Unset()
type NullableDeploymentHeader ¶
type NullableDeploymentHeader struct {
// contains filtered or unexported fields
}
func NewNullableDeploymentHeader ¶
func NewNullableDeploymentHeader(val *DeploymentHeader) *NullableDeploymentHeader
func (NullableDeploymentHeader) Get ¶
func (v NullableDeploymentHeader) Get() *DeploymentHeader
func (NullableDeploymentHeader) IsSet ¶
func (v NullableDeploymentHeader) IsSet() bool
func (NullableDeploymentHeader) MarshalJSON ¶
func (v NullableDeploymentHeader) MarshalJSON() ([]byte, error)
func (*NullableDeploymentHeader) Set ¶
func (v *NullableDeploymentHeader) Set(val *DeploymentHeader)
func (*NullableDeploymentHeader) UnmarshalJSON ¶
func (v *NullableDeploymentHeader) UnmarshalJSON(src []byte) error
func (*NullableDeploymentHeader) Unset ¶
func (v *NullableDeploymentHeader) Unset()
type NullableDeploymentInitiator ¶
type NullableDeploymentInitiator struct {
// contains filtered or unexported fields
}
func NewNullableDeploymentInitiator ¶
func NewNullableDeploymentInitiator(val *DeploymentInitiator) *NullableDeploymentInitiator
func (NullableDeploymentInitiator) Get ¶
func (v NullableDeploymentInitiator) Get() *DeploymentInitiator
func (NullableDeploymentInitiator) IsSet ¶
func (v NullableDeploymentInitiator) IsSet() bool
func (NullableDeploymentInitiator) MarshalJSON ¶
func (v NullableDeploymentInitiator) MarshalJSON() ([]byte, error)
func (*NullableDeploymentInitiator) Set ¶
func (v *NullableDeploymentInitiator) Set(val *DeploymentInitiator)
func (*NullableDeploymentInitiator) UnmarshalJSON ¶
func (v *NullableDeploymentInitiator) UnmarshalJSON(src []byte) error
func (*NullableDeploymentInitiator) Unset ¶
func (v *NullableDeploymentInitiator) Unset()
type NullableDeploymentState ¶
type NullableDeploymentState struct {
// contains filtered or unexported fields
}
func NewNullableDeploymentState ¶
func NewNullableDeploymentState(val *DeploymentState) *NullableDeploymentState
func (NullableDeploymentState) Get ¶
func (v NullableDeploymentState) Get() *DeploymentState
func (NullableDeploymentState) IsSet ¶
func (v NullableDeploymentState) IsSet() bool
func (NullableDeploymentState) MarshalJSON ¶
func (v NullableDeploymentState) MarshalJSON() ([]byte, error)
func (*NullableDeploymentState) Set ¶
func (v *NullableDeploymentState) Set(val *DeploymentState)
func (*NullableDeploymentState) UnmarshalJSON ¶
func (v *NullableDeploymentState) UnmarshalJSON(src []byte) error
func (*NullableDeploymentState) Unset ¶
func (v *NullableDeploymentState) Unset()
type NullableDeploymentStateDetail ¶
type NullableDeploymentStateDetail struct {
// contains filtered or unexported fields
}
func NewNullableDeploymentStateDetail ¶
func NewNullableDeploymentStateDetail(val *DeploymentStateDetail) *NullableDeploymentStateDetail
func (NullableDeploymentStateDetail) Get ¶
func (v NullableDeploymentStateDetail) Get() *DeploymentStateDetail
func (NullableDeploymentStateDetail) IsSet ¶
func (v NullableDeploymentStateDetail) IsSet() bool
func (NullableDeploymentStateDetail) MarshalJSON ¶
func (v NullableDeploymentStateDetail) MarshalJSON() ([]byte, error)
func (*NullableDeploymentStateDetail) Set ¶
func (v *NullableDeploymentStateDetail) Set(val *DeploymentStateDetail)
func (*NullableDeploymentStateDetail) UnmarshalJSON ¶
func (v *NullableDeploymentStateDetail) UnmarshalJSON(src []byte) error
func (*NullableDeploymentStateDetail) Unset ¶
func (v *NullableDeploymentStateDetail) Unset()
type NullableDeploymentType ¶
type NullableDeploymentType struct {
// contains filtered or unexported fields
}
func NewNullableDeploymentType ¶
func NewNullableDeploymentType(val *DeploymentType) *NullableDeploymentType
func (NullableDeploymentType) Get ¶
func (v NullableDeploymentType) Get() *DeploymentType
func (NullableDeploymentType) IsSet ¶
func (v NullableDeploymentType) IsSet() bool
func (NullableDeploymentType) MarshalJSON ¶
func (v NullableDeploymentType) MarshalJSON() ([]byte, error)
func (*NullableDeploymentType) Set ¶
func (v *NullableDeploymentType) Set(val *DeploymentType)
func (*NullableDeploymentType) UnmarshalJSON ¶
func (v *NullableDeploymentType) UnmarshalJSON(src []byte) error
func (*NullableDeploymentType) Unset ¶
func (v *NullableDeploymentType) Unset()
type NullableDescribeApiKeyReply ¶
type NullableDescribeApiKeyReply struct {
// contains filtered or unexported fields
}
func NewNullableDescribeApiKeyReply ¶
func NewNullableDescribeApiKeyReply(val *DescribeApiKeyReply) *NullableDescribeApiKeyReply
func (NullableDescribeApiKeyReply) Get ¶
func (v NullableDescribeApiKeyReply) Get() *DescribeApiKeyReply
func (NullableDescribeApiKeyReply) IsSet ¶
func (v NullableDescribeApiKeyReply) IsSet() bool
func (NullableDescribeApiKeyReply) MarshalJSON ¶
func (v NullableDescribeApiKeyReply) MarshalJSON() ([]byte, error)
func (*NullableDescribeApiKeyReply) Set ¶
func (v *NullableDescribeApiKeyReply) Set(val *DescribeApiKeyReply)
func (*NullableDescribeApiKeyReply) UnmarshalJSON ¶
func (v *NullableDescribeApiKeyReply) UnmarshalJSON(src []byte) error
func (*NullableDescribeApiKeyReply) Unset ¶
func (v *NullableDescribeApiKeyReply) Unset()
type NullableDescribeApiKeyRequest ¶
type NullableDescribeApiKeyRequest struct {
// contains filtered or unexported fields
}
func NewNullableDescribeApiKeyRequest ¶
func NewNullableDescribeApiKeyRequest(val *DescribeApiKeyRequest) *NullableDescribeApiKeyRequest
func (NullableDescribeApiKeyRequest) Get ¶
func (v NullableDescribeApiKeyRequest) Get() *DescribeApiKeyRequest
func (NullableDescribeApiKeyRequest) IsSet ¶
func (v NullableDescribeApiKeyRequest) IsSet() bool
func (NullableDescribeApiKeyRequest) MarshalJSON ¶
func (v NullableDescribeApiKeyRequest) MarshalJSON() ([]byte, error)
func (*NullableDescribeApiKeyRequest) Set ¶
func (v *NullableDescribeApiKeyRequest) Set(val *DescribeApiKeyRequest)
func (*NullableDescribeApiKeyRequest) UnmarshalJSON ¶
func (v *NullableDescribeApiKeyRequest) UnmarshalJSON(src []byte) error
func (*NullableDescribeApiKeyRequest) Unset ¶
func (v *NullableDescribeApiKeyRequest) Unset()
type NullableDescribeDatabaseReply ¶
type NullableDescribeDatabaseReply struct {
// contains filtered or unexported fields
}
func NewNullableDescribeDatabaseReply ¶
func NewNullableDescribeDatabaseReply(val *DescribeDatabaseReply) *NullableDescribeDatabaseReply
func (NullableDescribeDatabaseReply) Get ¶
func (v NullableDescribeDatabaseReply) Get() *DescribeDatabaseReply
func (NullableDescribeDatabaseReply) IsSet ¶
func (v NullableDescribeDatabaseReply) IsSet() bool
func (NullableDescribeDatabaseReply) MarshalJSON ¶
func (v NullableDescribeDatabaseReply) MarshalJSON() ([]byte, error)
func (*NullableDescribeDatabaseReply) Set ¶
func (v *NullableDescribeDatabaseReply) Set(val *DescribeDatabaseReply)
func (*NullableDescribeDatabaseReply) UnmarshalJSON ¶
func (v *NullableDescribeDatabaseReply) UnmarshalJSON(src []byte) error
func (*NullableDescribeDatabaseReply) Unset ¶
func (v *NullableDescribeDatabaseReply) Unset()
type NullableDescribeDatabaseRequest ¶
type NullableDescribeDatabaseRequest struct {
// contains filtered or unexported fields
}
func NewNullableDescribeDatabaseRequest ¶
func NewNullableDescribeDatabaseRequest(val *DescribeDatabaseRequest) *NullableDescribeDatabaseRequest
func (NullableDescribeDatabaseRequest) Get ¶
func (v NullableDescribeDatabaseRequest) Get() *DescribeDatabaseRequest
func (NullableDescribeDatabaseRequest) IsSet ¶
func (v NullableDescribeDatabaseRequest) IsSet() bool
func (NullableDescribeDatabaseRequest) MarshalJSON ¶
func (v NullableDescribeDatabaseRequest) MarshalJSON() ([]byte, error)
func (*NullableDescribeDatabaseRequest) Set ¶
func (v *NullableDescribeDatabaseRequest) Set(val *DescribeDatabaseRequest)
func (*NullableDescribeDatabaseRequest) UnmarshalJSON ¶
func (v *NullableDescribeDatabaseRequest) UnmarshalJSON(src []byte) error
func (*NullableDescribeDatabaseRequest) Unset ¶
func (v *NullableDescribeDatabaseRequest) Unset()
type NullableDescribeDatastoreReply ¶
type NullableDescribeDatastoreReply struct {
// contains filtered or unexported fields
}
func NewNullableDescribeDatastoreReply ¶
func NewNullableDescribeDatastoreReply(val *DescribeDatastoreReply) *NullableDescribeDatastoreReply
func (NullableDescribeDatastoreReply) Get ¶
func (v NullableDescribeDatastoreReply) Get() *DescribeDatastoreReply
func (NullableDescribeDatastoreReply) IsSet ¶
func (v NullableDescribeDatastoreReply) IsSet() bool
func (NullableDescribeDatastoreReply) MarshalJSON ¶
func (v NullableDescribeDatastoreReply) MarshalJSON() ([]byte, error)
func (*NullableDescribeDatastoreReply) Set ¶
func (v *NullableDescribeDatastoreReply) Set(val *DescribeDatastoreReply)
func (*NullableDescribeDatastoreReply) UnmarshalJSON ¶
func (v *NullableDescribeDatastoreReply) UnmarshalJSON(src []byte) error
func (*NullableDescribeDatastoreReply) Unset ¶
func (v *NullableDescribeDatastoreReply) Unset()
type NullableDescribeDatastoreRequest ¶
type NullableDescribeDatastoreRequest struct {
// contains filtered or unexported fields
}
func NewNullableDescribeDatastoreRequest ¶
func NewNullableDescribeDatastoreRequest(val *DescribeDatastoreRequest) *NullableDescribeDatastoreRequest
func (NullableDescribeDatastoreRequest) Get ¶
func (v NullableDescribeDatastoreRequest) Get() *DescribeDatastoreRequest
func (NullableDescribeDatastoreRequest) IsSet ¶
func (v NullableDescribeDatastoreRequest) IsSet() bool
func (NullableDescribeDatastoreRequest) MarshalJSON ¶
func (v NullableDescribeDatastoreRequest) MarshalJSON() ([]byte, error)
func (*NullableDescribeDatastoreRequest) Set ¶
func (v *NullableDescribeDatastoreRequest) Set(val *DescribeDatastoreRequest)
func (*NullableDescribeDatastoreRequest) UnmarshalJSON ¶
func (v *NullableDescribeDatastoreRequest) UnmarshalJSON(src []byte) error
func (*NullableDescribeDatastoreRequest) Unset ¶
func (v *NullableDescribeDatastoreRequest) Unset()
type NullableDescribeDeploymentReply ¶
type NullableDescribeDeploymentReply struct {
// contains filtered or unexported fields
}
func NewNullableDescribeDeploymentReply ¶
func NewNullableDescribeDeploymentReply(val *DescribeDeploymentReply) *NullableDescribeDeploymentReply
func (NullableDescribeDeploymentReply) Get ¶
func (v NullableDescribeDeploymentReply) Get() *DescribeDeploymentReply
func (NullableDescribeDeploymentReply) IsSet ¶
func (v NullableDescribeDeploymentReply) IsSet() bool
func (NullableDescribeDeploymentReply) MarshalJSON ¶
func (v NullableDescribeDeploymentReply) MarshalJSON() ([]byte, error)
func (*NullableDescribeDeploymentReply) Set ¶
func (v *NullableDescribeDeploymentReply) Set(val *DescribeDeploymentReply)
func (*NullableDescribeDeploymentReply) UnmarshalJSON ¶
func (v *NullableDescribeDeploymentReply) UnmarshalJSON(src []byte) error
func (*NullableDescribeDeploymentReply) Unset ¶
func (v *NullableDescribeDeploymentReply) Unset()
type NullableDescribeDeploymentRequest ¶
type NullableDescribeDeploymentRequest struct {
// contains filtered or unexported fields
}
func NewNullableDescribeDeploymentRequest ¶
func NewNullableDescribeDeploymentRequest(val *DescribeDeploymentRequest) *NullableDescribeDeploymentRequest
func (NullableDescribeDeploymentRequest) Get ¶
func (v NullableDescribeDeploymentRequest) Get() *DescribeDeploymentRequest
func (NullableDescribeDeploymentRequest) IsSet ¶
func (v NullableDescribeDeploymentRequest) IsSet() bool
func (NullableDescribeDeploymentRequest) MarshalJSON ¶
func (v NullableDescribeDeploymentRequest) MarshalJSON() ([]byte, error)
func (*NullableDescribeDeploymentRequest) Set ¶
func (v *NullableDescribeDeploymentRequest) Set(val *DescribeDeploymentRequest)
func (*NullableDescribeDeploymentRequest) UnmarshalJSON ¶
func (v *NullableDescribeDeploymentRequest) UnmarshalJSON(src []byte) error
func (*NullableDescribeDeploymentRequest) Unset ¶
func (v *NullableDescribeDeploymentRequest) Unset()
type NullableDescribeEnvironmentReply ¶
type NullableDescribeEnvironmentReply struct {
// contains filtered or unexported fields
}
func NewNullableDescribeEnvironmentReply ¶
func NewNullableDescribeEnvironmentReply(val *DescribeEnvironmentReply) *NullableDescribeEnvironmentReply
func (NullableDescribeEnvironmentReply) Get ¶
func (v NullableDescribeEnvironmentReply) Get() *DescribeEnvironmentReply
func (NullableDescribeEnvironmentReply) IsSet ¶
func (v NullableDescribeEnvironmentReply) IsSet() bool
func (NullableDescribeEnvironmentReply) MarshalJSON ¶
func (v NullableDescribeEnvironmentReply) MarshalJSON() ([]byte, error)
func (*NullableDescribeEnvironmentReply) Set ¶
func (v *NullableDescribeEnvironmentReply) Set(val *DescribeEnvironmentReply)
func (*NullableDescribeEnvironmentReply) UnmarshalJSON ¶
func (v *NullableDescribeEnvironmentReply) UnmarshalJSON(src []byte) error
func (*NullableDescribeEnvironmentReply) Unset ¶
func (v *NullableDescribeEnvironmentReply) Unset()
type NullableDescribeEnvironmentRequest ¶
type NullableDescribeEnvironmentRequest struct {
// contains filtered or unexported fields
}
func NewNullableDescribeEnvironmentRequest ¶
func NewNullableDescribeEnvironmentRequest(val *DescribeEnvironmentRequest) *NullableDescribeEnvironmentRequest
func (NullableDescribeEnvironmentRequest) Get ¶
func (v NullableDescribeEnvironmentRequest) Get() *DescribeEnvironmentRequest
func (NullableDescribeEnvironmentRequest) IsSet ¶
func (v NullableDescribeEnvironmentRequest) IsSet() bool
func (NullableDescribeEnvironmentRequest) MarshalJSON ¶
func (v NullableDescribeEnvironmentRequest) MarshalJSON() ([]byte, error)
func (*NullableDescribeEnvironmentRequest) Set ¶
func (v *NullableDescribeEnvironmentRequest) Set(val *DescribeEnvironmentRequest)
func (*NullableDescribeEnvironmentRequest) UnmarshalJSON ¶
func (v *NullableDescribeEnvironmentRequest) UnmarshalJSON(src []byte) error
func (*NullableDescribeEnvironmentRequest) Unset ¶
func (v *NullableDescribeEnvironmentRequest) Unset()
type NullableDescribePackageReply ¶
type NullableDescribePackageReply struct {
// contains filtered or unexported fields
}
func NewNullableDescribePackageReply ¶
func NewNullableDescribePackageReply(val *DescribePackageReply) *NullableDescribePackageReply
func (NullableDescribePackageReply) Get ¶
func (v NullableDescribePackageReply) Get() *DescribePackageReply
func (NullableDescribePackageReply) IsSet ¶
func (v NullableDescribePackageReply) IsSet() bool
func (NullableDescribePackageReply) MarshalJSON ¶
func (v NullableDescribePackageReply) MarshalJSON() ([]byte, error)
func (*NullableDescribePackageReply) Set ¶
func (v *NullableDescribePackageReply) Set(val *DescribePackageReply)
func (*NullableDescribePackageReply) UnmarshalJSON ¶
func (v *NullableDescribePackageReply) UnmarshalJSON(src []byte) error
func (*NullableDescribePackageReply) Unset ¶
func (v *NullableDescribePackageReply) Unset()
type NullableDescribePackageRequest ¶
type NullableDescribePackageRequest struct {
// contains filtered or unexported fields
}
func NewNullableDescribePackageRequest ¶
func NewNullableDescribePackageRequest(val *DescribePackageRequest) *NullableDescribePackageRequest
func (NullableDescribePackageRequest) Get ¶
func (v NullableDescribePackageRequest) Get() *DescribePackageRequest
func (NullableDescribePackageRequest) IsSet ¶
func (v NullableDescribePackageRequest) IsSet() bool
func (NullableDescribePackageRequest) MarshalJSON ¶
func (v NullableDescribePackageRequest) MarshalJSON() ([]byte, error)
func (*NullableDescribePackageRequest) Set ¶
func (v *NullableDescribePackageRequest) Set(val *DescribePackageRequest)
func (*NullableDescribePackageRequest) UnmarshalJSON ¶
func (v *NullableDescribePackageRequest) UnmarshalJSON(src []byte) error
func (*NullableDescribePackageRequest) Unset ¶
func (v *NullableDescribePackageRequest) Unset()
type NullableDescribeProjectReply ¶
type NullableDescribeProjectReply struct {
// contains filtered or unexported fields
}
func NewNullableDescribeProjectReply ¶
func NewNullableDescribeProjectReply(val *DescribeProjectReply) *NullableDescribeProjectReply
func (NullableDescribeProjectReply) Get ¶
func (v NullableDescribeProjectReply) Get() *DescribeProjectReply
func (NullableDescribeProjectReply) IsSet ¶
func (v NullableDescribeProjectReply) IsSet() bool
func (NullableDescribeProjectReply) MarshalJSON ¶
func (v NullableDescribeProjectReply) MarshalJSON() ([]byte, error)
func (*NullableDescribeProjectReply) Set ¶
func (v *NullableDescribeProjectReply) Set(val *DescribeProjectReply)
func (*NullableDescribeProjectReply) UnmarshalJSON ¶
func (v *NullableDescribeProjectReply) UnmarshalJSON(src []byte) error
func (*NullableDescribeProjectReply) Unset ¶
func (v *NullableDescribeProjectReply) Unset()
type NullableDescribeProjectRequest ¶
type NullableDescribeProjectRequest struct {
// contains filtered or unexported fields
}
func NewNullableDescribeProjectRequest ¶
func NewNullableDescribeProjectRequest(val *DescribeProjectRequest) *NullableDescribeProjectRequest
func (NullableDescribeProjectRequest) Get ¶
func (v NullableDescribeProjectRequest) Get() *DescribeProjectRequest
func (NullableDescribeProjectRequest) IsSet ¶
func (v NullableDescribeProjectRequest) IsSet() bool
func (NullableDescribeProjectRequest) MarshalJSON ¶
func (v NullableDescribeProjectRequest) MarshalJSON() ([]byte, error)
func (*NullableDescribeProjectRequest) Set ¶
func (v *NullableDescribeProjectRequest) Set(val *DescribeProjectRequest)
func (*NullableDescribeProjectRequest) UnmarshalJSON ¶
func (v *NullableDescribeProjectRequest) UnmarshalJSON(src []byte) error
func (*NullableDescribeProjectRequest) Unset ¶
func (v *NullableDescribeProjectRequest) Unset()
type NullableDescribeServiceReply ¶
type NullableDescribeServiceReply struct {
// contains filtered or unexported fields
}
func NewNullableDescribeServiceReply ¶
func NewNullableDescribeServiceReply(val *DescribeServiceReply) *NullableDescribeServiceReply
func (NullableDescribeServiceReply) Get ¶
func (v NullableDescribeServiceReply) Get() *DescribeServiceReply
func (NullableDescribeServiceReply) IsSet ¶
func (v NullableDescribeServiceReply) IsSet() bool
func (NullableDescribeServiceReply) MarshalJSON ¶
func (v NullableDescribeServiceReply) MarshalJSON() ([]byte, error)
func (*NullableDescribeServiceReply) Set ¶
func (v *NullableDescribeServiceReply) Set(val *DescribeServiceReply)
func (*NullableDescribeServiceReply) UnmarshalJSON ¶
func (v *NullableDescribeServiceReply) UnmarshalJSON(src []byte) error
func (*NullableDescribeServiceReply) Unset ¶
func (v *NullableDescribeServiceReply) Unset()
type NullableDescribeServiceRequest ¶
type NullableDescribeServiceRequest struct {
// contains filtered or unexported fields
}
func NewNullableDescribeServiceRequest ¶
func NewNullableDescribeServiceRequest(val *DescribeServiceRequest) *NullableDescribeServiceRequest
func (NullableDescribeServiceRequest) Get ¶
func (v NullableDescribeServiceRequest) Get() *DescribeServiceRequest
func (NullableDescribeServiceRequest) IsSet ¶
func (v NullableDescribeServiceRequest) IsSet() bool
func (NullableDescribeServiceRequest) MarshalJSON ¶
func (v NullableDescribeServiceRequest) MarshalJSON() ([]byte, error)
func (*NullableDescribeServiceRequest) Set ¶
func (v *NullableDescribeServiceRequest) Set(val *DescribeServiceRequest)
func (*NullableDescribeServiceRequest) UnmarshalJSON ¶
func (v *NullableDescribeServiceRequest) UnmarshalJSON(src []byte) error
func (*NullableDescribeServiceRequest) Unset ¶
func (v *NullableDescribeServiceRequest) Unset()
type NullableDescribeSiteReply ¶
type NullableDescribeSiteReply struct {
// contains filtered or unexported fields
}
func NewNullableDescribeSiteReply ¶
func NewNullableDescribeSiteReply(val *DescribeSiteReply) *NullableDescribeSiteReply
func (NullableDescribeSiteReply) Get ¶
func (v NullableDescribeSiteReply) Get() *DescribeSiteReply
func (NullableDescribeSiteReply) IsSet ¶
func (v NullableDescribeSiteReply) IsSet() bool
func (NullableDescribeSiteReply) MarshalJSON ¶
func (v NullableDescribeSiteReply) MarshalJSON() ([]byte, error)
func (*NullableDescribeSiteReply) Set ¶
func (v *NullableDescribeSiteReply) Set(val *DescribeSiteReply)
func (*NullableDescribeSiteReply) UnmarshalJSON ¶
func (v *NullableDescribeSiteReply) UnmarshalJSON(src []byte) error
func (*NullableDescribeSiteReply) Unset ¶
func (v *NullableDescribeSiteReply) Unset()
type NullableDescribeSiteRequest ¶
type NullableDescribeSiteRequest struct {
// contains filtered or unexported fields
}
func NewNullableDescribeSiteRequest ¶
func NewNullableDescribeSiteRequest(val *DescribeSiteRequest) *NullableDescribeSiteRequest
func (NullableDescribeSiteRequest) Get ¶
func (v NullableDescribeSiteRequest) Get() *DescribeSiteRequest
func (NullableDescribeSiteRequest) IsSet ¶
func (v NullableDescribeSiteRequest) IsSet() bool
func (NullableDescribeSiteRequest) MarshalJSON ¶
func (v NullableDescribeSiteRequest) MarshalJSON() ([]byte, error)
func (*NullableDescribeSiteRequest) Set ¶
func (v *NullableDescribeSiteRequest) Set(val *DescribeSiteRequest)
func (*NullableDescribeSiteRequest) UnmarshalJSON ¶
func (v *NullableDescribeSiteRequest) UnmarshalJSON(src []byte) error
func (*NullableDescribeSiteRequest) Unset ¶
func (v *NullableDescribeSiteRequest) Unset()
type NullableEnvironmentDescription ¶
type NullableEnvironmentDescription struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentDescription ¶
func NewNullableEnvironmentDescription(val *EnvironmentDescription) *NullableEnvironmentDescription
func (NullableEnvironmentDescription) Get ¶
func (v NullableEnvironmentDescription) Get() *EnvironmentDescription
func (NullableEnvironmentDescription) IsSet ¶
func (v NullableEnvironmentDescription) IsSet() bool
func (NullableEnvironmentDescription) MarshalJSON ¶
func (v NullableEnvironmentDescription) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentDescription) Set ¶
func (v *NullableEnvironmentDescription) Set(val *EnvironmentDescription)
func (*NullableEnvironmentDescription) UnmarshalJSON ¶
func (v *NullableEnvironmentDescription) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentDescription) Unset ¶
func (v *NullableEnvironmentDescription) Unset()
type NullableEnvironmentHeader ¶
type NullableEnvironmentHeader struct {
// contains filtered or unexported fields
}
func NewNullableEnvironmentHeader ¶
func NewNullableEnvironmentHeader(val *EnvironmentHeader) *NullableEnvironmentHeader
func (NullableEnvironmentHeader) Get ¶
func (v NullableEnvironmentHeader) Get() *EnvironmentHeader
func (NullableEnvironmentHeader) IsSet ¶
func (v NullableEnvironmentHeader) IsSet() bool
func (NullableEnvironmentHeader) MarshalJSON ¶
func (v NullableEnvironmentHeader) MarshalJSON() ([]byte, error)
func (*NullableEnvironmentHeader) Set ¶
func (v *NullableEnvironmentHeader) Set(val *EnvironmentHeader)
func (*NullableEnvironmentHeader) UnmarshalJSON ¶
func (v *NullableEnvironmentHeader) UnmarshalJSON(src []byte) error
func (*NullableEnvironmentHeader) Unset ¶
func (v *NullableEnvironmentHeader) 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 NullableGetLogsEntry ¶
type NullableGetLogsEntry struct {
// contains filtered or unexported fields
}
func NewNullableGetLogsEntry ¶
func NewNullableGetLogsEntry(val *GetLogsEntry) *NullableGetLogsEntry
func (NullableGetLogsEntry) Get ¶
func (v NullableGetLogsEntry) Get() *GetLogsEntry
func (NullableGetLogsEntry) IsSet ¶
func (v NullableGetLogsEntry) IsSet() bool
func (NullableGetLogsEntry) MarshalJSON ¶
func (v NullableGetLogsEntry) MarshalJSON() ([]byte, error)
func (*NullableGetLogsEntry) Set ¶
func (v *NullableGetLogsEntry) Set(val *GetLogsEntry)
func (*NullableGetLogsEntry) UnmarshalJSON ¶
func (v *NullableGetLogsEntry) UnmarshalJSON(src []byte) error
func (*NullableGetLogsEntry) Unset ¶
func (v *NullableGetLogsEntry) Unset()
type NullableGetLogsReply ¶
type NullableGetLogsReply struct {
// contains filtered or unexported fields
}
func NewNullableGetLogsReply ¶
func NewNullableGetLogsReply(val *GetLogsReply) *NullableGetLogsReply
func (NullableGetLogsReply) Get ¶
func (v NullableGetLogsReply) Get() *GetLogsReply
func (NullableGetLogsReply) IsSet ¶
func (v NullableGetLogsReply) IsSet() bool
func (NullableGetLogsReply) MarshalJSON ¶
func (v NullableGetLogsReply) MarshalJSON() ([]byte, error)
func (*NullableGetLogsReply) Set ¶
func (v *NullableGetLogsReply) Set(val *GetLogsReply)
func (*NullableGetLogsReply) UnmarshalJSON ¶
func (v *NullableGetLogsReply) UnmarshalJSON(src []byte) error
func (*NullableGetLogsReply) Unset ¶
func (v *NullableGetLogsReply) Unset()
type NullableGetLogsRequest ¶
type NullableGetLogsRequest struct {
// contains filtered or unexported fields
}
func NewNullableGetLogsRequest ¶
func NewNullableGetLogsRequest(val *GetLogsRequest) *NullableGetLogsRequest
func (NullableGetLogsRequest) Get ¶
func (v NullableGetLogsRequest) Get() *GetLogsRequest
func (NullableGetLogsRequest) IsSet ¶
func (v NullableGetLogsRequest) IsSet() bool
func (NullableGetLogsRequest) MarshalJSON ¶
func (v NullableGetLogsRequest) MarshalJSON() ([]byte, error)
func (*NullableGetLogsRequest) Set ¶
func (v *NullableGetLogsRequest) Set(val *GetLogsRequest)
func (*NullableGetLogsRequest) UnmarshalJSON ¶
func (v *NullableGetLogsRequest) UnmarshalJSON(src []byte) error
func (*NullableGetLogsRequest) Unset ¶
func (v *NullableGetLogsRequest) Unset()
type NullableGetMetricSamplesReply ¶
type NullableGetMetricSamplesReply struct {
// contains filtered or unexported fields
}
func NewNullableGetMetricSamplesReply ¶
func NewNullableGetMetricSamplesReply(val *GetMetricSamplesReply) *NullableGetMetricSamplesReply
func (NullableGetMetricSamplesReply) Get ¶
func (v NullableGetMetricSamplesReply) Get() *GetMetricSamplesReply
func (NullableGetMetricSamplesReply) IsSet ¶
func (v NullableGetMetricSamplesReply) IsSet() bool
func (NullableGetMetricSamplesReply) MarshalJSON ¶
func (v NullableGetMetricSamplesReply) MarshalJSON() ([]byte, error)
func (*NullableGetMetricSamplesReply) Set ¶
func (v *NullableGetMetricSamplesReply) Set(val *GetMetricSamplesReply)
func (*NullableGetMetricSamplesReply) UnmarshalJSON ¶
func (v *NullableGetMetricSamplesReply) UnmarshalJSON(src []byte) error
func (*NullableGetMetricSamplesReply) Unset ¶
func (v *NullableGetMetricSamplesReply) Unset()
type NullableGetMetricSamplesRequest ¶
type NullableGetMetricSamplesRequest struct {
// contains filtered or unexported fields
}
func NewNullableGetMetricSamplesRequest ¶
func NewNullableGetMetricSamplesRequest(val *GetMetricSamplesRequest) *NullableGetMetricSamplesRequest
func (NullableGetMetricSamplesRequest) Get ¶
func (v NullableGetMetricSamplesRequest) Get() *GetMetricSamplesRequest
func (NullableGetMetricSamplesRequest) IsSet ¶
func (v NullableGetMetricSamplesRequest) IsSet() bool
func (NullableGetMetricSamplesRequest) MarshalJSON ¶
func (v NullableGetMetricSamplesRequest) MarshalJSON() ([]byte, error)
func (*NullableGetMetricSamplesRequest) Set ¶
func (v *NullableGetMetricSamplesRequest) Set(val *GetMetricSamplesRequest)
func (*NullableGetMetricSamplesRequest) UnmarshalJSON ¶
func (v *NullableGetMetricSamplesRequest) UnmarshalJSON(src []byte) error
func (*NullableGetMetricSamplesRequest) Unset ¶
func (v *NullableGetMetricSamplesRequest) Unset()
type NullableGetUploadURLReply ¶
type NullableGetUploadURLReply struct {
// contains filtered or unexported fields
}
func NewNullableGetUploadURLReply ¶
func NewNullableGetUploadURLReply(val *GetUploadURLReply) *NullableGetUploadURLReply
func (NullableGetUploadURLReply) Get ¶
func (v NullableGetUploadURLReply) Get() *GetUploadURLReply
func (NullableGetUploadURLReply) IsSet ¶
func (v NullableGetUploadURLReply) IsSet() bool
func (NullableGetUploadURLReply) MarshalJSON ¶
func (v NullableGetUploadURLReply) MarshalJSON() ([]byte, error)
func (*NullableGetUploadURLReply) Set ¶
func (v *NullableGetUploadURLReply) Set(val *GetUploadURLReply)
func (*NullableGetUploadURLReply) UnmarshalJSON ¶
func (v *NullableGetUploadURLReply) UnmarshalJSON(src []byte) error
func (*NullableGetUploadURLReply) Unset ¶
func (v *NullableGetUploadURLReply) Unset()
type NullableGetUploadURLRequest ¶
type NullableGetUploadURLRequest struct {
// contains filtered or unexported fields
}
func NewNullableGetUploadURLRequest ¶
func NewNullableGetUploadURLRequest(val *GetUploadURLRequest) *NullableGetUploadURLRequest
func (NullableGetUploadURLRequest) Get ¶
func (v NullableGetUploadURLRequest) Get() *GetUploadURLRequest
func (NullableGetUploadURLRequest) IsSet ¶
func (v NullableGetUploadURLRequest) IsSet() bool
func (NullableGetUploadURLRequest) MarshalJSON ¶
func (v NullableGetUploadURLRequest) MarshalJSON() ([]byte, error)
func (*NullableGetUploadURLRequest) Set ¶
func (v *NullableGetUploadURLRequest) Set(val *GetUploadURLRequest)
func (*NullableGetUploadURLRequest) UnmarshalJSON ¶
func (v *NullableGetUploadURLRequest) UnmarshalJSON(src []byte) error
func (*NullableGetUploadURLRequest) Unset ¶
func (v *NullableGetUploadURLRequest) 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 NullableListApiKeysReply ¶
type NullableListApiKeysReply struct {
// contains filtered or unexported fields
}
func NewNullableListApiKeysReply ¶
func NewNullableListApiKeysReply(val *ListApiKeysReply) *NullableListApiKeysReply
func (NullableListApiKeysReply) Get ¶
func (v NullableListApiKeysReply) Get() *ListApiKeysReply
func (NullableListApiKeysReply) IsSet ¶
func (v NullableListApiKeysReply) IsSet() bool
func (NullableListApiKeysReply) MarshalJSON ¶
func (v NullableListApiKeysReply) MarshalJSON() ([]byte, error)
func (*NullableListApiKeysReply) Set ¶
func (v *NullableListApiKeysReply) Set(val *ListApiKeysReply)
func (*NullableListApiKeysReply) UnmarshalJSON ¶
func (v *NullableListApiKeysReply) UnmarshalJSON(src []byte) error
func (*NullableListApiKeysReply) Unset ¶
func (v *NullableListApiKeysReply) Unset()
type NullableListDatabasesReply ¶
type NullableListDatabasesReply struct {
// contains filtered or unexported fields
}
func NewNullableListDatabasesReply ¶
func NewNullableListDatabasesReply(val *ListDatabasesReply) *NullableListDatabasesReply
func (NullableListDatabasesReply) Get ¶
func (v NullableListDatabasesReply) Get() *ListDatabasesReply
func (NullableListDatabasesReply) IsSet ¶
func (v NullableListDatabasesReply) IsSet() bool
func (NullableListDatabasesReply) MarshalJSON ¶
func (v NullableListDatabasesReply) MarshalJSON() ([]byte, error)
func (*NullableListDatabasesReply) Set ¶
func (v *NullableListDatabasesReply) Set(val *ListDatabasesReply)
func (*NullableListDatabasesReply) UnmarshalJSON ¶
func (v *NullableListDatabasesReply) UnmarshalJSON(src []byte) error
func (*NullableListDatabasesReply) Unset ¶
func (v *NullableListDatabasesReply) Unset()
type NullableListDatabasesRequest ¶
type NullableListDatabasesRequest struct {
// contains filtered or unexported fields
}
func NewNullableListDatabasesRequest ¶
func NewNullableListDatabasesRequest(val *ListDatabasesRequest) *NullableListDatabasesRequest
func (NullableListDatabasesRequest) Get ¶
func (v NullableListDatabasesRequest) Get() *ListDatabasesRequest
func (NullableListDatabasesRequest) IsSet ¶
func (v NullableListDatabasesRequest) IsSet() bool
func (NullableListDatabasesRequest) MarshalJSON ¶
func (v NullableListDatabasesRequest) MarshalJSON() ([]byte, error)
func (*NullableListDatabasesRequest) Set ¶
func (v *NullableListDatabasesRequest) Set(val *ListDatabasesRequest)
func (*NullableListDatabasesRequest) UnmarshalJSON ¶
func (v *NullableListDatabasesRequest) UnmarshalJSON(src []byte) error
func (*NullableListDatabasesRequest) Unset ¶
func (v *NullableListDatabasesRequest) Unset()
type NullableListDatastoresReply ¶
type NullableListDatastoresReply struct {
// contains filtered or unexported fields
}
func NewNullableListDatastoresReply ¶
func NewNullableListDatastoresReply(val *ListDatastoresReply) *NullableListDatastoresReply
func (NullableListDatastoresReply) Get ¶
func (v NullableListDatastoresReply) Get() *ListDatastoresReply
func (NullableListDatastoresReply) IsSet ¶
func (v NullableListDatastoresReply) IsSet() bool
func (NullableListDatastoresReply) MarshalJSON ¶
func (v NullableListDatastoresReply) MarshalJSON() ([]byte, error)
func (*NullableListDatastoresReply) Set ¶
func (v *NullableListDatastoresReply) Set(val *ListDatastoresReply)
func (*NullableListDatastoresReply) UnmarshalJSON ¶
func (v *NullableListDatastoresReply) UnmarshalJSON(src []byte) error
func (*NullableListDatastoresReply) Unset ¶
func (v *NullableListDatastoresReply) Unset()
type NullableListDatastoresRequest ¶
type NullableListDatastoresRequest struct {
// contains filtered or unexported fields
}
func NewNullableListDatastoresRequest ¶
func NewNullableListDatastoresRequest(val *ListDatastoresRequest) *NullableListDatastoresRequest
func (NullableListDatastoresRequest) Get ¶
func (v NullableListDatastoresRequest) Get() *ListDatastoresRequest
func (NullableListDatastoresRequest) IsSet ¶
func (v NullableListDatastoresRequest) IsSet() bool
func (NullableListDatastoresRequest) MarshalJSON ¶
func (v NullableListDatastoresRequest) MarshalJSON() ([]byte, error)
func (*NullableListDatastoresRequest) Set ¶
func (v *NullableListDatastoresRequest) Set(val *ListDatastoresRequest)
func (*NullableListDatastoresRequest) UnmarshalJSON ¶
func (v *NullableListDatastoresRequest) UnmarshalJSON(src []byte) error
func (*NullableListDatastoresRequest) Unset ¶
func (v *NullableListDatastoresRequest) Unset()
type NullableListDeploymentsReply ¶
type NullableListDeploymentsReply struct {
// contains filtered or unexported fields
}
func NewNullableListDeploymentsReply ¶
func NewNullableListDeploymentsReply(val *ListDeploymentsReply) *NullableListDeploymentsReply
func (NullableListDeploymentsReply) Get ¶
func (v NullableListDeploymentsReply) Get() *ListDeploymentsReply
func (NullableListDeploymentsReply) IsSet ¶
func (v NullableListDeploymentsReply) IsSet() bool
func (NullableListDeploymentsReply) MarshalJSON ¶
func (v NullableListDeploymentsReply) MarshalJSON() ([]byte, error)
func (*NullableListDeploymentsReply) Set ¶
func (v *NullableListDeploymentsReply) Set(val *ListDeploymentsReply)
func (*NullableListDeploymentsReply) UnmarshalJSON ¶
func (v *NullableListDeploymentsReply) UnmarshalJSON(src []byte) error
func (*NullableListDeploymentsReply) Unset ¶
func (v *NullableListDeploymentsReply) Unset()
type NullableListDeploymentsRequest ¶
type NullableListDeploymentsRequest struct {
// contains filtered or unexported fields
}
func NewNullableListDeploymentsRequest ¶
func NewNullableListDeploymentsRequest(val *ListDeploymentsRequest) *NullableListDeploymentsRequest
func (NullableListDeploymentsRequest) Get ¶
func (v NullableListDeploymentsRequest) Get() *ListDeploymentsRequest
func (NullableListDeploymentsRequest) IsSet ¶
func (v NullableListDeploymentsRequest) IsSet() bool
func (NullableListDeploymentsRequest) MarshalJSON ¶
func (v NullableListDeploymentsRequest) MarshalJSON() ([]byte, error)
func (*NullableListDeploymentsRequest) Set ¶
func (v *NullableListDeploymentsRequest) Set(val *ListDeploymentsRequest)
func (*NullableListDeploymentsRequest) UnmarshalJSON ¶
func (v *NullableListDeploymentsRequest) UnmarshalJSON(src []byte) error
func (*NullableListDeploymentsRequest) Unset ¶
func (v *NullableListDeploymentsRequest) Unset()
type NullableListEnvironmentsReply ¶
type NullableListEnvironmentsReply struct {
// contains filtered or unexported fields
}
func NewNullableListEnvironmentsReply ¶
func NewNullableListEnvironmentsReply(val *ListEnvironmentsReply) *NullableListEnvironmentsReply
func (NullableListEnvironmentsReply) Get ¶
func (v NullableListEnvironmentsReply) Get() *ListEnvironmentsReply
func (NullableListEnvironmentsReply) IsSet ¶
func (v NullableListEnvironmentsReply) IsSet() bool
func (NullableListEnvironmentsReply) MarshalJSON ¶
func (v NullableListEnvironmentsReply) MarshalJSON() ([]byte, error)
func (*NullableListEnvironmentsReply) Set ¶
func (v *NullableListEnvironmentsReply) Set(val *ListEnvironmentsReply)
func (*NullableListEnvironmentsReply) UnmarshalJSON ¶
func (v *NullableListEnvironmentsReply) UnmarshalJSON(src []byte) error
func (*NullableListEnvironmentsReply) Unset ¶
func (v *NullableListEnvironmentsReply) Unset()
type NullableListMetricsEntry ¶
type NullableListMetricsEntry struct {
// contains filtered or unexported fields
}
func NewNullableListMetricsEntry ¶
func NewNullableListMetricsEntry(val *ListMetricsEntry) *NullableListMetricsEntry
func (NullableListMetricsEntry) Get ¶
func (v NullableListMetricsEntry) Get() *ListMetricsEntry
func (NullableListMetricsEntry) IsSet ¶
func (v NullableListMetricsEntry) IsSet() bool
func (NullableListMetricsEntry) MarshalJSON ¶
func (v NullableListMetricsEntry) MarshalJSON() ([]byte, error)
func (*NullableListMetricsEntry) Set ¶
func (v *NullableListMetricsEntry) Set(val *ListMetricsEntry)
func (*NullableListMetricsEntry) UnmarshalJSON ¶
func (v *NullableListMetricsEntry) UnmarshalJSON(src []byte) error
func (*NullableListMetricsEntry) Unset ¶
func (v *NullableListMetricsEntry) Unset()
type NullableListMetricsReply ¶
type NullableListMetricsReply struct {
// contains filtered or unexported fields
}
func NewNullableListMetricsReply ¶
func NewNullableListMetricsReply(val *ListMetricsReply) *NullableListMetricsReply
func (NullableListMetricsReply) Get ¶
func (v NullableListMetricsReply) Get() *ListMetricsReply
func (NullableListMetricsReply) IsSet ¶
func (v NullableListMetricsReply) IsSet() bool
func (NullableListMetricsReply) MarshalJSON ¶
func (v NullableListMetricsReply) MarshalJSON() ([]byte, error)
func (*NullableListMetricsReply) Set ¶
func (v *NullableListMetricsReply) Set(val *ListMetricsReply)
func (*NullableListMetricsReply) UnmarshalJSON ¶
func (v *NullableListMetricsReply) UnmarshalJSON(src []byte) error
func (*NullableListMetricsReply) Unset ¶
func (v *NullableListMetricsReply) Unset()
type NullableListMetricsRequest ¶
type NullableListMetricsRequest struct {
// contains filtered or unexported fields
}
func NewNullableListMetricsRequest ¶
func NewNullableListMetricsRequest(val *ListMetricsRequest) *NullableListMetricsRequest
func (NullableListMetricsRequest) Get ¶
func (v NullableListMetricsRequest) Get() *ListMetricsRequest
func (NullableListMetricsRequest) IsSet ¶
func (v NullableListMetricsRequest) IsSet() bool
func (NullableListMetricsRequest) MarshalJSON ¶
func (v NullableListMetricsRequest) MarshalJSON() ([]byte, error)
func (*NullableListMetricsRequest) Set ¶
func (v *NullableListMetricsRequest) Set(val *ListMetricsRequest)
func (*NullableListMetricsRequest) UnmarshalJSON ¶
func (v *NullableListMetricsRequest) UnmarshalJSON(src []byte) error
func (*NullableListMetricsRequest) Unset ¶
func (v *NullableListMetricsRequest) Unset()
type NullableListPackagesReply ¶
type NullableListPackagesReply struct {
// contains filtered or unexported fields
}
func NewNullableListPackagesReply ¶
func NewNullableListPackagesReply(val *ListPackagesReply) *NullableListPackagesReply
func (NullableListPackagesReply) Get ¶
func (v NullableListPackagesReply) Get() *ListPackagesReply
func (NullableListPackagesReply) IsSet ¶
func (v NullableListPackagesReply) IsSet() bool
func (NullableListPackagesReply) MarshalJSON ¶
func (v NullableListPackagesReply) MarshalJSON() ([]byte, error)
func (*NullableListPackagesReply) Set ¶
func (v *NullableListPackagesReply) Set(val *ListPackagesReply)
func (*NullableListPackagesReply) UnmarshalJSON ¶
func (v *NullableListPackagesReply) UnmarshalJSON(src []byte) error
func (*NullableListPackagesReply) Unset ¶
func (v *NullableListPackagesReply) Unset()
type NullableListPackagesReplyListPackagesItem ¶
type NullableListPackagesReplyListPackagesItem struct {
// contains filtered or unexported fields
}
func NewNullableListPackagesReplyListPackagesItem ¶
func NewNullableListPackagesReplyListPackagesItem(val *ListPackagesReplyListPackagesItem) *NullableListPackagesReplyListPackagesItem
func (NullableListPackagesReplyListPackagesItem) IsSet ¶
func (v NullableListPackagesReplyListPackagesItem) IsSet() bool
func (NullableListPackagesReplyListPackagesItem) MarshalJSON ¶
func (v NullableListPackagesReplyListPackagesItem) MarshalJSON() ([]byte, error)
func (*NullableListPackagesReplyListPackagesItem) Set ¶
func (v *NullableListPackagesReplyListPackagesItem) Set(val *ListPackagesReplyListPackagesItem)
func (*NullableListPackagesReplyListPackagesItem) UnmarshalJSON ¶
func (v *NullableListPackagesReplyListPackagesItem) UnmarshalJSON(src []byte) error
func (*NullableListPackagesReplyListPackagesItem) Unset ¶
func (v *NullableListPackagesReplyListPackagesItem) Unset()
type NullableListPackagesRequest ¶
type NullableListPackagesRequest struct {
// contains filtered or unexported fields
}
func NewNullableListPackagesRequest ¶
func NewNullableListPackagesRequest(val *ListPackagesRequest) *NullableListPackagesRequest
func (NullableListPackagesRequest) Get ¶
func (v NullableListPackagesRequest) Get() *ListPackagesRequest
func (NullableListPackagesRequest) IsSet ¶
func (v NullableListPackagesRequest) IsSet() bool
func (NullableListPackagesRequest) MarshalJSON ¶
func (v NullableListPackagesRequest) MarshalJSON() ([]byte, error)
func (*NullableListPackagesRequest) Set ¶
func (v *NullableListPackagesRequest) Set(val *ListPackagesRequest)
func (*NullableListPackagesRequest) UnmarshalJSON ¶
func (v *NullableListPackagesRequest) UnmarshalJSON(src []byte) error
func (*NullableListPackagesRequest) Unset ¶
func (v *NullableListPackagesRequest) Unset()
type NullableListProjectsReply ¶
type NullableListProjectsReply struct {
// contains filtered or unexported fields
}
func NewNullableListProjectsReply ¶
func NewNullableListProjectsReply(val *ListProjectsReply) *NullableListProjectsReply
func (NullableListProjectsReply) Get ¶
func (v NullableListProjectsReply) Get() *ListProjectsReply
func (NullableListProjectsReply) IsSet ¶
func (v NullableListProjectsReply) IsSet() bool
func (NullableListProjectsReply) MarshalJSON ¶
func (v NullableListProjectsReply) MarshalJSON() ([]byte, error)
func (*NullableListProjectsReply) Set ¶
func (v *NullableListProjectsReply) Set(val *ListProjectsReply)
func (*NullableListProjectsReply) UnmarshalJSON ¶
func (v *NullableListProjectsReply) UnmarshalJSON(src []byte) error
func (*NullableListProjectsReply) Unset ¶
func (v *NullableListProjectsReply) Unset()
type NullableListServicesReply ¶
type NullableListServicesReply struct {
// contains filtered or unexported fields
}
func NewNullableListServicesReply ¶
func NewNullableListServicesReply(val *ListServicesReply) *NullableListServicesReply
func (NullableListServicesReply) Get ¶
func (v NullableListServicesReply) Get() *ListServicesReply
func (NullableListServicesReply) IsSet ¶
func (v NullableListServicesReply) IsSet() bool
func (NullableListServicesReply) MarshalJSON ¶
func (v NullableListServicesReply) MarshalJSON() ([]byte, error)
func (*NullableListServicesReply) Set ¶
func (v *NullableListServicesReply) Set(val *ListServicesReply)
func (*NullableListServicesReply) UnmarshalJSON ¶
func (v *NullableListServicesReply) UnmarshalJSON(src []byte) error
func (*NullableListServicesReply) Unset ¶
func (v *NullableListServicesReply) Unset()
type NullableListServicesRequest ¶
type NullableListServicesRequest struct {
// contains filtered or unexported fields
}
func NewNullableListServicesRequest ¶
func NewNullableListServicesRequest(val *ListServicesRequest) *NullableListServicesRequest
func (NullableListServicesRequest) Get ¶
func (v NullableListServicesRequest) Get() *ListServicesRequest
func (NullableListServicesRequest) IsSet ¶
func (v NullableListServicesRequest) IsSet() bool
func (NullableListServicesRequest) MarshalJSON ¶
func (v NullableListServicesRequest) MarshalJSON() ([]byte, error)
func (*NullableListServicesRequest) Set ¶
func (v *NullableListServicesRequest) Set(val *ListServicesRequest)
func (*NullableListServicesRequest) UnmarshalJSON ¶
func (v *NullableListServicesRequest) UnmarshalJSON(src []byte) error
func (*NullableListServicesRequest) Unset ¶
func (v *NullableListServicesRequest) Unset()
type NullableMetricsFormat ¶
type NullableMetricsFormat struct {
// contains filtered or unexported fields
}
func NewNullableMetricsFormat ¶
func NewNullableMetricsFormat(val *MetricsFormat) *NullableMetricsFormat
func (NullableMetricsFormat) Get ¶
func (v NullableMetricsFormat) Get() *MetricsFormat
func (NullableMetricsFormat) IsSet ¶
func (v NullableMetricsFormat) IsSet() bool
func (NullableMetricsFormat) MarshalJSON ¶
func (v NullableMetricsFormat) MarshalJSON() ([]byte, error)
func (*NullableMetricsFormat) Set ¶
func (v *NullableMetricsFormat) Set(val *MetricsFormat)
func (*NullableMetricsFormat) UnmarshalJSON ¶
func (v *NullableMetricsFormat) UnmarshalJSON(src []byte) error
func (*NullableMetricsFormat) Unset ¶
func (v *NullableMetricsFormat) Unset()
type NullableMetricsScope ¶
type NullableMetricsScope struct {
// contains filtered or unexported fields
}
func NewNullableMetricsScope ¶
func NewNullableMetricsScope(val *MetricsScope) *NullableMetricsScope
func (NullableMetricsScope) Get ¶
func (v NullableMetricsScope) Get() *MetricsScope
func (NullableMetricsScope) IsSet ¶
func (v NullableMetricsScope) IsSet() bool
func (NullableMetricsScope) MarshalJSON ¶
func (v NullableMetricsScope) MarshalJSON() ([]byte, error)
func (*NullableMetricsScope) Set ¶
func (v *NullableMetricsScope) Set(val *MetricsScope)
func (*NullableMetricsScope) UnmarshalJSON ¶
func (v *NullableMetricsScope) UnmarshalJSON(src []byte) error
func (*NullableMetricsScope) Unset ¶
func (v *NullableMetricsScope) Unset()
type NullablePackageDescription ¶
type NullablePackageDescription struct {
// contains filtered or unexported fields
}
func NewNullablePackageDescription ¶
func NewNullablePackageDescription(val *PackageDescription) *NullablePackageDescription
func (NullablePackageDescription) Get ¶
func (v NullablePackageDescription) Get() *PackageDescription
func (NullablePackageDescription) IsSet ¶
func (v NullablePackageDescription) IsSet() bool
func (NullablePackageDescription) MarshalJSON ¶
func (v NullablePackageDescription) MarshalJSON() ([]byte, error)
func (*NullablePackageDescription) Set ¶
func (v *NullablePackageDescription) Set(val *PackageDescription)
func (*NullablePackageDescription) UnmarshalJSON ¶
func (v *NullablePackageDescription) UnmarshalJSON(src []byte) error
func (*NullablePackageDescription) Unset ¶
func (v *NullablePackageDescription) Unset()
type NullablePackageState ¶
type NullablePackageState struct {
// contains filtered or unexported fields
}
func NewNullablePackageState ¶
func NewNullablePackageState(val *PackageState) *NullablePackageState
func (NullablePackageState) Get ¶
func (v NullablePackageState) Get() *PackageState
func (NullablePackageState) IsSet ¶
func (v NullablePackageState) IsSet() bool
func (NullablePackageState) MarshalJSON ¶
func (v NullablePackageState) MarshalJSON() ([]byte, error)
func (*NullablePackageState) Set ¶
func (v *NullablePackageState) Set(val *PackageState)
func (*NullablePackageState) UnmarshalJSON ¶
func (v *NullablePackageState) UnmarshalJSON(src []byte) error
func (*NullablePackageState) Unset ¶
func (v *NullablePackageState) Unset()
type NullableProjEnvHeader ¶
type NullableProjEnvHeader struct {
// contains filtered or unexported fields
}
func NewNullableProjEnvHeader ¶
func NewNullableProjEnvHeader(val *ProjEnvHeader) *NullableProjEnvHeader
func (NullableProjEnvHeader) Get ¶
func (v NullableProjEnvHeader) Get() *ProjEnvHeader
func (NullableProjEnvHeader) IsSet ¶
func (v NullableProjEnvHeader) IsSet() bool
func (NullableProjEnvHeader) MarshalJSON ¶
func (v NullableProjEnvHeader) MarshalJSON() ([]byte, error)
func (*NullableProjEnvHeader) Set ¶
func (v *NullableProjEnvHeader) Set(val *ProjEnvHeader)
func (*NullableProjEnvHeader) UnmarshalJSON ¶
func (v *NullableProjEnvHeader) UnmarshalJSON(src []byte) error
func (*NullableProjEnvHeader) Unset ¶
func (v *NullableProjEnvHeader) Unset()
type NullableProjectDescription ¶
type NullableProjectDescription struct {
// contains filtered or unexported fields
}
func NewNullableProjectDescription ¶
func NewNullableProjectDescription(val *ProjectDescription) *NullableProjectDescription
func (NullableProjectDescription) Get ¶
func (v NullableProjectDescription) Get() *ProjectDescription
func (NullableProjectDescription) IsSet ¶
func (v NullableProjectDescription) IsSet() bool
func (NullableProjectDescription) MarshalJSON ¶
func (v NullableProjectDescription) MarshalJSON() ([]byte, error)
func (*NullableProjectDescription) Set ¶
func (v *NullableProjectDescription) Set(val *ProjectDescription)
func (*NullableProjectDescription) UnmarshalJSON ¶
func (v *NullableProjectDescription) UnmarshalJSON(src []byte) error
func (*NullableProjectDescription) Unset ¶
func (v *NullableProjectDescription) Unset()
type NullableProjectHeader ¶
type NullableProjectHeader struct {
// contains filtered or unexported fields
}
func NewNullableProjectHeader ¶
func NewNullableProjectHeader(val *ProjectHeader) *NullableProjectHeader
func (NullableProjectHeader) Get ¶
func (v NullableProjectHeader) Get() *ProjectHeader
func (NullableProjectHeader) IsSet ¶
func (v NullableProjectHeader) IsSet() bool
func (NullableProjectHeader) MarshalJSON ¶
func (v NullableProjectHeader) MarshalJSON() ([]byte, error)
func (*NullableProjectHeader) Set ¶
func (v *NullableProjectHeader) Set(val *ProjectHeader)
func (*NullableProjectHeader) UnmarshalJSON ¶
func (v *NullableProjectHeader) UnmarshalJSON(src []byte) error
func (*NullableProjectHeader) Unset ¶
func (v *NullableProjectHeader) Unset()
type NullableProjectState ¶
type NullableProjectState struct {
// contains filtered or unexported fields
}
func NewNullableProjectState ¶
func NewNullableProjectState(val *ProjectState) *NullableProjectState
func (NullableProjectState) Get ¶
func (v NullableProjectState) Get() *ProjectState
func (NullableProjectState) IsSet ¶
func (v NullableProjectState) IsSet() bool
func (NullableProjectState) MarshalJSON ¶
func (v NullableProjectState) MarshalJSON() ([]byte, error)
func (*NullableProjectState) Set ¶
func (v *NullableProjectState) Set(val *ProjectState)
func (*NullableProjectState) UnmarshalJSON ¶
func (v *NullableProjectState) UnmarshalJSON(src []byte) error
func (*NullableProjectState) Unset ¶
func (v *NullableProjectState) Unset()
type NullableProtobufAny ¶
type NullableProtobufAny struct {
// contains filtered or unexported fields
}
func NewNullableProtobufAny ¶
func NewNullableProtobufAny(val *ProtobufAny) *NullableProtobufAny
func (NullableProtobufAny) Get ¶
func (v NullableProtobufAny) Get() *ProtobufAny
func (NullableProtobufAny) IsSet ¶
func (v NullableProtobufAny) IsSet() bool
func (NullableProtobufAny) MarshalJSON ¶
func (v NullableProtobufAny) MarshalJSON() ([]byte, error)
func (*NullableProtobufAny) Set ¶
func (v *NullableProtobufAny) Set(val *ProtobufAny)
func (*NullableProtobufAny) UnmarshalJSON ¶
func (v *NullableProtobufAny) UnmarshalJSON(src []byte) error
func (*NullableProtobufAny) Unset ¶
func (v *NullableProtobufAny) Unset()
type NullableRpcStatus ¶
type NullableRpcStatus struct {
// contains filtered or unexported fields
}
func NewNullableRpcStatus ¶
func NewNullableRpcStatus(val *RpcStatus) *NullableRpcStatus
func (NullableRpcStatus) Get ¶
func (v NullableRpcStatus) Get() *RpcStatus
func (NullableRpcStatus) IsSet ¶
func (v NullableRpcStatus) IsSet() bool
func (NullableRpcStatus) MarshalJSON ¶
func (v NullableRpcStatus) MarshalJSON() ([]byte, error)
func (*NullableRpcStatus) Set ¶
func (v *NullableRpcStatus) Set(val *RpcStatus)
func (*NullableRpcStatus) UnmarshalJSON ¶
func (v *NullableRpcStatus) UnmarshalJSON(src []byte) error
func (*NullableRpcStatus) Unset ¶
func (v *NullableRpcStatus) Unset()
type NullableServiceDescription ¶
type NullableServiceDescription struct {
// contains filtered or unexported fields
}
func NewNullableServiceDescription ¶
func NewNullableServiceDescription(val *ServiceDescription) *NullableServiceDescription
func (NullableServiceDescription) Get ¶
func (v NullableServiceDescription) Get() *ServiceDescription
func (NullableServiceDescription) IsSet ¶
func (v NullableServiceDescription) IsSet() bool
func (NullableServiceDescription) MarshalJSON ¶
func (v NullableServiceDescription) MarshalJSON() ([]byte, error)
func (*NullableServiceDescription) Set ¶
func (v *NullableServiceDescription) Set(val *ServiceDescription)
func (*NullableServiceDescription) UnmarshalJSON ¶
func (v *NullableServiceDescription) UnmarshalJSON(src []byte) error
func (*NullableServiceDescription) Unset ¶
func (v *NullableServiceDescription) Unset()
type NullableServiceHeader ¶
type NullableServiceHeader struct {
// contains filtered or unexported fields
}
func NewNullableServiceHeader ¶
func NewNullableServiceHeader(val *ServiceHeader) *NullableServiceHeader
func (NullableServiceHeader) Get ¶
func (v NullableServiceHeader) Get() *ServiceHeader
func (NullableServiceHeader) IsSet ¶
func (v NullableServiceHeader) IsSet() bool
func (NullableServiceHeader) MarshalJSON ¶
func (v NullableServiceHeader) MarshalJSON() ([]byte, error)
func (*NullableServiceHeader) Set ¶
func (v *NullableServiceHeader) Set(val *ServiceHeader)
func (*NullableServiceHeader) UnmarshalJSON ¶
func (v *NullableServiceHeader) UnmarshalJSON(src []byte) error
func (*NullableServiceHeader) Unset ¶
func (v *NullableServiceHeader) Unset()
type NullableServiceRunnerResult ¶
type NullableServiceRunnerResult struct {
// contains filtered or unexported fields
}
func NewNullableServiceRunnerResult ¶
func NewNullableServiceRunnerResult(val *ServiceRunnerResult) *NullableServiceRunnerResult
func (NullableServiceRunnerResult) Get ¶
func (v NullableServiceRunnerResult) Get() *ServiceRunnerResult
func (NullableServiceRunnerResult) IsSet ¶
func (v NullableServiceRunnerResult) IsSet() bool
func (NullableServiceRunnerResult) MarshalJSON ¶
func (v NullableServiceRunnerResult) MarshalJSON() ([]byte, error)
func (*NullableServiceRunnerResult) Set ¶
func (v *NullableServiceRunnerResult) Set(val *ServiceRunnerResult)
func (*NullableServiceRunnerResult) UnmarshalJSON ¶
func (v *NullableServiceRunnerResult) UnmarshalJSON(src []byte) error
func (*NullableServiceRunnerResult) Unset ¶
func (v *NullableServiceRunnerResult) Unset()
type NullableServiceRunnerStatus ¶
type NullableServiceRunnerStatus struct {
// contains filtered or unexported fields
}
func NewNullableServiceRunnerStatus ¶
func NewNullableServiceRunnerStatus(val *ServiceRunnerStatus) *NullableServiceRunnerStatus
func (NullableServiceRunnerStatus) Get ¶
func (v NullableServiceRunnerStatus) Get() *ServiceRunnerStatus
func (NullableServiceRunnerStatus) IsSet ¶
func (v NullableServiceRunnerStatus) IsSet() bool
func (NullableServiceRunnerStatus) MarshalJSON ¶
func (v NullableServiceRunnerStatus) MarshalJSON() ([]byte, error)
func (*NullableServiceRunnerStatus) Set ¶
func (v *NullableServiceRunnerStatus) Set(val *ServiceRunnerStatus)
func (*NullableServiceRunnerStatus) UnmarshalJSON ¶
func (v *NullableServiceRunnerStatus) UnmarshalJSON(src []byte) error
func (*NullableServiceRunnerStatus) Unset ¶
func (v *NullableServiceRunnerStatus) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableUploadPackageReply ¶
type NullableUploadPackageReply struct {
// contains filtered or unexported fields
}
func NewNullableUploadPackageReply ¶
func NewNullableUploadPackageReply(val *UploadPackageReply) *NullableUploadPackageReply
func (NullableUploadPackageReply) Get ¶
func (v NullableUploadPackageReply) Get() *UploadPackageReply
func (NullableUploadPackageReply) IsSet ¶
func (v NullableUploadPackageReply) IsSet() bool
func (NullableUploadPackageReply) MarshalJSON ¶
func (v NullableUploadPackageReply) MarshalJSON() ([]byte, error)
func (*NullableUploadPackageReply) Set ¶
func (v *NullableUploadPackageReply) Set(val *UploadPackageReply)
func (*NullableUploadPackageReply) UnmarshalJSON ¶
func (v *NullableUploadPackageReply) UnmarshalJSON(src []byte) error
func (*NullableUploadPackageReply) Unset ¶
func (v *NullableUploadPackageReply) Unset()
type NullableUploadPackageRequest ¶
type NullableUploadPackageRequest struct {
// contains filtered or unexported fields
}
func NewNullableUploadPackageRequest ¶
func NewNullableUploadPackageRequest(val *UploadPackageRequest) *NullableUploadPackageRequest
func (NullableUploadPackageRequest) Get ¶
func (v NullableUploadPackageRequest) Get() *UploadPackageRequest
func (NullableUploadPackageRequest) IsSet ¶
func (v NullableUploadPackageRequest) IsSet() bool
func (NullableUploadPackageRequest) MarshalJSON ¶
func (v NullableUploadPackageRequest) MarshalJSON() ([]byte, error)
func (*NullableUploadPackageRequest) Set ¶
func (v *NullableUploadPackageRequest) Set(val *UploadPackageRequest)
func (*NullableUploadPackageRequest) UnmarshalJSON ¶
func (v *NullableUploadPackageRequest) UnmarshalJSON(src []byte) error
func (*NullableUploadPackageRequest) Unset ¶
func (v *NullableUploadPackageRequest) Unset()
type PackageDescription ¶
type PackageDescription struct { PackageId *string `json:"packageId,omitempty"` ProjId *string `json:"projId,omitempty"` State *PackageState `json:"state,omitempty"` UploadTime *string `json:"uploadTime,omitempty"` PackageSize *string `json:"packageSize,omitempty"` }
PackageDescription struct for PackageDescription
func NewPackageDescription ¶
func NewPackageDescription() *PackageDescription
NewPackageDescription instantiates a new PackageDescription object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPackageDescriptionWithDefaults ¶
func NewPackageDescriptionWithDefaults() *PackageDescription
NewPackageDescriptionWithDefaults instantiates a new PackageDescription object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PackageDescription) GetPackageId ¶
func (o *PackageDescription) GetPackageId() string
GetPackageId returns the PackageId field value if set, zero value otherwise.
func (*PackageDescription) GetPackageIdOk ¶
func (o *PackageDescription) GetPackageIdOk() (*string, bool)
GetPackageIdOk returns a tuple with the PackageId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PackageDescription) GetPackageSize ¶
func (o *PackageDescription) GetPackageSize() string
GetPackageSize returns the PackageSize field value if set, zero value otherwise.
func (*PackageDescription) GetPackageSizeOk ¶
func (o *PackageDescription) GetPackageSizeOk() (*string, bool)
GetPackageSizeOk returns a tuple with the PackageSize field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PackageDescription) GetProjId ¶
func (o *PackageDescription) GetProjId() string
GetProjId returns the ProjId field value if set, zero value otherwise.
func (*PackageDescription) GetProjIdOk ¶
func (o *PackageDescription) GetProjIdOk() (*string, bool)
GetProjIdOk returns a tuple with the ProjId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PackageDescription) GetState ¶
func (o *PackageDescription) GetState() PackageState
GetState returns the State field value if set, zero value otherwise.
func (*PackageDescription) GetStateOk ¶
func (o *PackageDescription) GetStateOk() (*PackageState, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PackageDescription) GetUploadTime ¶
func (o *PackageDescription) GetUploadTime() string
GetUploadTime returns the UploadTime field value if set, zero value otherwise.
func (*PackageDescription) GetUploadTimeOk ¶
func (o *PackageDescription) GetUploadTimeOk() (*string, bool)
GetUploadTimeOk returns a tuple with the UploadTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PackageDescription) HasPackageId ¶
func (o *PackageDescription) HasPackageId() bool
HasPackageId returns a boolean if a field has been set.
func (*PackageDescription) HasPackageSize ¶
func (o *PackageDescription) HasPackageSize() bool
HasPackageSize returns a boolean if a field has been set.
func (*PackageDescription) HasProjId ¶
func (o *PackageDescription) HasProjId() bool
HasProjId returns a boolean if a field has been set.
func (*PackageDescription) HasState ¶
func (o *PackageDescription) HasState() bool
HasState returns a boolean if a field has been set.
func (*PackageDescription) HasUploadTime ¶
func (o *PackageDescription) HasUploadTime() bool
HasUploadTime returns a boolean if a field has been set.
func (PackageDescription) MarshalJSON ¶
func (o PackageDescription) MarshalJSON() ([]byte, error)
func (*PackageDescription) SetPackageId ¶
func (o *PackageDescription) SetPackageId(v string)
SetPackageId gets a reference to the given string and assigns it to the PackageId field.
func (*PackageDescription) SetPackageSize ¶
func (o *PackageDescription) SetPackageSize(v string)
SetPackageSize gets a reference to the given string and assigns it to the PackageSize field.
func (*PackageDescription) SetProjId ¶
func (o *PackageDescription) SetProjId(v string)
SetProjId gets a reference to the given string and assigns it to the ProjId field.
func (*PackageDescription) SetState ¶
func (o *PackageDescription) SetState(v PackageState)
SetState gets a reference to the given PackageState and assigns it to the State field.
func (*PackageDescription) SetUploadTime ¶
func (o *PackageDescription) SetUploadTime(v string)
SetUploadTime gets a reference to the given string and assigns it to the UploadTime field.
func (PackageDescription) ToMap ¶
func (o PackageDescription) ToMap() (map[string]interface{}, error)
type PackageState ¶
type PackageState string
PackageState the package passed validation and is in the process of being built - PKG_SUPPORT_NEEDED: something went wrong and Bopmatic support is investigating - PKG_DELETED: the package has been deleted - BUILT: the package was successfully built and is eligible to be deployed - UNKNOWN_PKG_STATE: MAX_INT
const ( INVALID_PKG_STATE PackageState = "INVALID_PKG_STATE" UPLOADING PackageState = "UPLOADING" UPLOADED PackageState = "UPLOADED" PKG_VALIDATING PackageState = "PKG_VALIDATING" INVALID PackageState = "INVALID" PKG_BUILDING PackageState = "PKG_BUILDING" PKG_SUPPORT_NEEDED PackageState = "PKG_SUPPORT_NEEDED" PKG_DELETED PackageState = "PKG_DELETED" BUILT PackageState = "BUILT" UNKNOWN_PKG_STATE PackageState = "UNKNOWN_PKG_STATE" )
List of PackageState
func NewPackageStateFromValue ¶
func NewPackageStateFromValue(v string) (*PackageState, error)
NewPackageStateFromValue returns a pointer to a valid PackageState for the value passed as argument, or an error if the value passed is not allowed by the enum
func (PackageState) IsValid ¶
func (v PackageState) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (PackageState) Ptr ¶
func (v PackageState) Ptr() *PackageState
Ptr returns reference to PackageState value
func (*PackageState) UnmarshalJSON ¶
func (v *PackageState) UnmarshalJSON(src []byte) error
type ProjEnvHeader ¶
type ProjEnvHeader struct { ProjId *string `json:"projId,omitempty"` EnvId *string `json:"envId,omitempty"` }
ProjEnvHeader struct for ProjEnvHeader
func NewProjEnvHeader ¶
func NewProjEnvHeader() *ProjEnvHeader
NewProjEnvHeader instantiates a new ProjEnvHeader object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProjEnvHeaderWithDefaults ¶
func NewProjEnvHeaderWithDefaults() *ProjEnvHeader
NewProjEnvHeaderWithDefaults instantiates a new ProjEnvHeader object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProjEnvHeader) GetEnvId ¶
func (o *ProjEnvHeader) GetEnvId() string
GetEnvId returns the EnvId field value if set, zero value otherwise.
func (*ProjEnvHeader) GetEnvIdOk ¶
func (o *ProjEnvHeader) GetEnvIdOk() (*string, bool)
GetEnvIdOk returns a tuple with the EnvId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjEnvHeader) GetProjId ¶
func (o *ProjEnvHeader) GetProjId() string
GetProjId returns the ProjId field value if set, zero value otherwise.
func (*ProjEnvHeader) GetProjIdOk ¶
func (o *ProjEnvHeader) GetProjIdOk() (*string, bool)
GetProjIdOk returns a tuple with the ProjId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjEnvHeader) HasEnvId ¶
func (o *ProjEnvHeader) HasEnvId() bool
HasEnvId returns a boolean if a field has been set.
func (*ProjEnvHeader) HasProjId ¶
func (o *ProjEnvHeader) HasProjId() bool
HasProjId returns a boolean if a field has been set.
func (ProjEnvHeader) MarshalJSON ¶
func (o ProjEnvHeader) MarshalJSON() ([]byte, error)
func (*ProjEnvHeader) SetEnvId ¶
func (o *ProjEnvHeader) SetEnvId(v string)
SetEnvId gets a reference to the given string and assigns it to the EnvId field.
func (*ProjEnvHeader) SetProjId ¶
func (o *ProjEnvHeader) SetProjId(v string)
SetProjId gets a reference to the given string and assigns it to the ProjId field.
func (ProjEnvHeader) ToMap ¶
func (o ProjEnvHeader) ToMap() (map[string]interface{}, error)
type ProjectDescription ¶
type ProjectDescription struct { Id *string `json:"id,omitempty"` Header *ProjectHeader `json:"header,omitempty"` State *ProjectState `json:"state,omitempty"` CreateTime *string `json:"createTime,omitempty"` ActiveDeployIds []string `json:"activeDeployIds,omitempty"` PendingDeployIds []string `json:"pendingDeployIds,omitempty"` }
ProjectDescription struct for ProjectDescription
func NewProjectDescription ¶
func NewProjectDescription() *ProjectDescription
NewProjectDescription instantiates a new ProjectDescription object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProjectDescriptionWithDefaults ¶
func NewProjectDescriptionWithDefaults() *ProjectDescription
NewProjectDescriptionWithDefaults instantiates a new ProjectDescription object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProjectDescription) GetActiveDeployIds ¶
func (o *ProjectDescription) GetActiveDeployIds() []string
GetActiveDeployIds returns the ActiveDeployIds field value if set, zero value otherwise.
func (*ProjectDescription) GetActiveDeployIdsOk ¶
func (o *ProjectDescription) GetActiveDeployIdsOk() ([]string, bool)
GetActiveDeployIdsOk returns a tuple with the ActiveDeployIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectDescription) GetCreateTime ¶
func (o *ProjectDescription) GetCreateTime() string
GetCreateTime returns the CreateTime field value if set, zero value otherwise.
func (*ProjectDescription) GetCreateTimeOk ¶
func (o *ProjectDescription) GetCreateTimeOk() (*string, bool)
GetCreateTimeOk returns a tuple with the CreateTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectDescription) GetHeader ¶
func (o *ProjectDescription) GetHeader() ProjectHeader
GetHeader returns the Header field value if set, zero value otherwise.
func (*ProjectDescription) GetHeaderOk ¶
func (o *ProjectDescription) GetHeaderOk() (*ProjectHeader, bool)
GetHeaderOk returns a tuple with the Header field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectDescription) GetId ¶
func (o *ProjectDescription) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ProjectDescription) GetIdOk ¶
func (o *ProjectDescription) 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 (*ProjectDescription) GetPendingDeployIds ¶
func (o *ProjectDescription) GetPendingDeployIds() []string
GetPendingDeployIds returns the PendingDeployIds field value if set, zero value otherwise.
func (*ProjectDescription) GetPendingDeployIdsOk ¶
func (o *ProjectDescription) GetPendingDeployIdsOk() ([]string, bool)
GetPendingDeployIdsOk returns a tuple with the PendingDeployIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectDescription) GetState ¶
func (o *ProjectDescription) GetState() ProjectState
GetState returns the State field value if set, zero value otherwise.
func (*ProjectDescription) GetStateOk ¶
func (o *ProjectDescription) GetStateOk() (*ProjectState, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectDescription) HasActiveDeployIds ¶
func (o *ProjectDescription) HasActiveDeployIds() bool
HasActiveDeployIds returns a boolean if a field has been set.
func (*ProjectDescription) HasCreateTime ¶
func (o *ProjectDescription) HasCreateTime() bool
HasCreateTime returns a boolean if a field has been set.
func (*ProjectDescription) HasHeader ¶
func (o *ProjectDescription) HasHeader() bool
HasHeader returns a boolean if a field has been set.
func (*ProjectDescription) HasId ¶
func (o *ProjectDescription) HasId() bool
HasId returns a boolean if a field has been set.
func (*ProjectDescription) HasPendingDeployIds ¶
func (o *ProjectDescription) HasPendingDeployIds() bool
HasPendingDeployIds returns a boolean if a field has been set.
func (*ProjectDescription) HasState ¶
func (o *ProjectDescription) HasState() bool
HasState returns a boolean if a field has been set.
func (ProjectDescription) MarshalJSON ¶
func (o ProjectDescription) MarshalJSON() ([]byte, error)
func (*ProjectDescription) SetActiveDeployIds ¶
func (o *ProjectDescription) SetActiveDeployIds(v []string)
SetActiveDeployIds gets a reference to the given []string and assigns it to the ActiveDeployIds field.
func (*ProjectDescription) SetCreateTime ¶
func (o *ProjectDescription) SetCreateTime(v string)
SetCreateTime gets a reference to the given string and assigns it to the CreateTime field.
func (*ProjectDescription) SetHeader ¶
func (o *ProjectDescription) SetHeader(v ProjectHeader)
SetHeader gets a reference to the given ProjectHeader and assigns it to the Header field.
func (*ProjectDescription) SetId ¶
func (o *ProjectDescription) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ProjectDescription) SetPendingDeployIds ¶
func (o *ProjectDescription) SetPendingDeployIds(v []string)
SetPendingDeployIds gets a reference to the given []string and assigns it to the PendingDeployIds field.
func (*ProjectDescription) SetState ¶
func (o *ProjectDescription) SetState(v ProjectState)
SetState gets a reference to the given ProjectState and assigns it to the State field.
func (ProjectDescription) ToMap ¶
func (o ProjectDescription) ToMap() (map[string]interface{}, error)
type ProjectHeader ¶
type ProjectHeader struct { Name *string `json:"name,omitempty"` DnsPrefix *string `json:"dnsPrefix,omitempty"` DnsDomain *string `json:"dnsDomain,omitempty"` }
ProjectHeader struct for ProjectHeader
func NewProjectHeader ¶
func NewProjectHeader() *ProjectHeader
NewProjectHeader instantiates a new ProjectHeader object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProjectHeaderWithDefaults ¶
func NewProjectHeaderWithDefaults() *ProjectHeader
NewProjectHeaderWithDefaults instantiates a new ProjectHeader object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProjectHeader) GetDnsDomain ¶
func (o *ProjectHeader) GetDnsDomain() string
GetDnsDomain returns the DnsDomain field value if set, zero value otherwise.
func (*ProjectHeader) GetDnsDomainOk ¶
func (o *ProjectHeader) GetDnsDomainOk() (*string, bool)
GetDnsDomainOk returns a tuple with the DnsDomain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectHeader) GetDnsPrefix ¶
func (o *ProjectHeader) GetDnsPrefix() string
GetDnsPrefix returns the DnsPrefix field value if set, zero value otherwise.
func (*ProjectHeader) GetDnsPrefixOk ¶
func (o *ProjectHeader) GetDnsPrefixOk() (*string, bool)
GetDnsPrefixOk returns a tuple with the DnsPrefix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProjectHeader) GetName ¶
func (o *ProjectHeader) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ProjectHeader) GetNameOk ¶
func (o *ProjectHeader) 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 (*ProjectHeader) HasDnsDomain ¶
func (o *ProjectHeader) HasDnsDomain() bool
HasDnsDomain returns a boolean if a field has been set.
func (*ProjectHeader) HasDnsPrefix ¶
func (o *ProjectHeader) HasDnsPrefix() bool
HasDnsPrefix returns a boolean if a field has been set.
func (*ProjectHeader) HasName ¶
func (o *ProjectHeader) HasName() bool
HasName returns a boolean if a field has been set.
func (ProjectHeader) MarshalJSON ¶
func (o ProjectHeader) MarshalJSON() ([]byte, error)
func (*ProjectHeader) SetDnsDomain ¶
func (o *ProjectHeader) SetDnsDomain(v string)
SetDnsDomain gets a reference to the given string and assigns it to the DnsDomain field.
func (*ProjectHeader) SetDnsPrefix ¶
func (o *ProjectHeader) SetDnsPrefix(v string)
SetDnsPrefix gets a reference to the given string and assigns it to the DnsPrefix field.
func (*ProjectHeader) SetName ¶
func (o *ProjectHeader) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (ProjectHeader) ToMap ¶
func (o ProjectHeader) ToMap() (map[string]interface{}, error)
type ProjectState ¶
type ProjectState string
ProjectState the model 'ProjectState'
const ( INVALID_PROJ_STATE ProjectState = "INVALID_PROJ_STATE" INACTIVE ProjectState = "INACTIVE" ACTIVE ProjectState = "ACTIVE" PROJ_STATE_DELETED ProjectState = "PROJ_STATE_DELETED" UNKNOWN_PROJ_STATE ProjectState = "UNKNOWN_PROJ_STATE" )
List of ProjectState
func NewProjectStateFromValue ¶
func NewProjectStateFromValue(v string) (*ProjectState, error)
NewProjectStateFromValue returns a pointer to a valid ProjectState for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ProjectState) IsValid ¶
func (v ProjectState) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ProjectState) Ptr ¶
func (v ProjectState) Ptr() *ProjectState
Ptr returns reference to ProjectState value
func (*ProjectState) UnmarshalJSON ¶
func (v *ProjectState) UnmarshalJSON(src []byte) error
type ProtobufAny ¶
type ProtobufAny struct { Type *string `json:"@type,omitempty"` AdditionalProperties map[string]interface{} }
ProtobufAny struct for ProtobufAny
func NewProtobufAny ¶
func NewProtobufAny() *ProtobufAny
NewProtobufAny instantiates a new ProtobufAny object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProtobufAnyWithDefaults ¶
func NewProtobufAnyWithDefaults() *ProtobufAny
NewProtobufAnyWithDefaults instantiates a new ProtobufAny object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProtobufAny) GetType ¶
func (o *ProtobufAny) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ProtobufAny) GetTypeOk ¶
func (o *ProtobufAny) 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 (*ProtobufAny) HasType ¶
func (o *ProtobufAny) HasType() bool
HasType returns a boolean if a field has been set.
func (ProtobufAny) MarshalJSON ¶
func (o ProtobufAny) MarshalJSON() ([]byte, error)
func (*ProtobufAny) SetType ¶
func (o *ProtobufAny) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (ProtobufAny) ToMap ¶
func (o ProtobufAny) ToMap() (map[string]interface{}, error)
func (*ProtobufAny) UnmarshalJSON ¶
func (o *ProtobufAny) UnmarshalJSON(data []byte) (err error)
type RpcStatus ¶
type RpcStatus struct { Code *int32 `json:"code,omitempty"` Message *string `json:"message,omitempty"` Details []ProtobufAny `json:"details,omitempty"` }
RpcStatus struct for RpcStatus
func NewRpcStatus ¶
func NewRpcStatus() *RpcStatus
NewRpcStatus instantiates a new RpcStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRpcStatusWithDefaults ¶
func NewRpcStatusWithDefaults() *RpcStatus
NewRpcStatusWithDefaults instantiates a new RpcStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RpcStatus) GetCodeOk ¶
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 (*RpcStatus) GetDetails ¶
func (o *RpcStatus) GetDetails() []ProtobufAny
GetDetails returns the Details field value if set, zero value otherwise.
func (*RpcStatus) GetDetailsOk ¶
func (o *RpcStatus) GetDetailsOk() ([]ProtobufAny, bool)
GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RpcStatus) GetMessage ¶
GetMessage returns the Message field value if set, zero value otherwise.
func (*RpcStatus) GetMessageOk ¶
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 (*RpcStatus) HasDetails ¶
HasDetails returns a boolean if a field has been set.
func (*RpcStatus) HasMessage ¶
HasMessage returns a boolean if a field has been set.
func (RpcStatus) MarshalJSON ¶
func (*RpcStatus) SetCode ¶
SetCode gets a reference to the given int32 and assigns it to the Code field.
func (*RpcStatus) SetDetails ¶
func (o *RpcStatus) SetDetails(v []ProtobufAny)
SetDetails gets a reference to the given []ProtobufAny and assigns it to the Details field.
func (*RpcStatus) SetMessage ¶
SetMessage gets a reference to the given string and assigns it to the Message field.
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type ServiceDescription ¶
type ServiceDescription struct { SvcHeader *ServiceHeader `json:"svcHeader,omitempty"` RpcEndpoints []string `json:"rpcEndpoints,omitempty"` DatabaseNames []string `json:"databaseNames,omitempty"` DatastoreNames []string `json:"datastoreNames,omitempty"` ApiDef *string `json:"apiDef,omitempty"` Port *string `json:"port,omitempty"` }
ServiceDescription struct for ServiceDescription
func NewServiceDescription ¶
func NewServiceDescription() *ServiceDescription
NewServiceDescription instantiates a new ServiceDescription object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceDescriptionWithDefaults ¶
func NewServiceDescriptionWithDefaults() *ServiceDescription
NewServiceDescriptionWithDefaults instantiates a new ServiceDescription object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceDescription) GetApiDef ¶
func (o *ServiceDescription) GetApiDef() string
GetApiDef returns the ApiDef field value if set, zero value otherwise.
func (*ServiceDescription) GetApiDefOk ¶
func (o *ServiceDescription) GetApiDefOk() (*string, bool)
GetApiDefOk returns a tuple with the ApiDef field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceDescription) GetDatabaseNames ¶
func (o *ServiceDescription) GetDatabaseNames() []string
GetDatabaseNames returns the DatabaseNames field value if set, zero value otherwise.
func (*ServiceDescription) GetDatabaseNamesOk ¶
func (o *ServiceDescription) GetDatabaseNamesOk() ([]string, bool)
GetDatabaseNamesOk returns a tuple with the DatabaseNames field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceDescription) GetDatastoreNames ¶
func (o *ServiceDescription) GetDatastoreNames() []string
GetDatastoreNames returns the DatastoreNames field value if set, zero value otherwise.
func (*ServiceDescription) GetDatastoreNamesOk ¶
func (o *ServiceDescription) GetDatastoreNamesOk() ([]string, bool)
GetDatastoreNamesOk returns a tuple with the DatastoreNames field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceDescription) GetPort ¶
func (o *ServiceDescription) GetPort() string
GetPort returns the Port field value if set, zero value otherwise.
func (*ServiceDescription) GetPortOk ¶
func (o *ServiceDescription) GetPortOk() (*string, bool)
GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceDescription) GetRpcEndpoints ¶
func (o *ServiceDescription) GetRpcEndpoints() []string
GetRpcEndpoints returns the RpcEndpoints field value if set, zero value otherwise.
func (*ServiceDescription) GetRpcEndpointsOk ¶
func (o *ServiceDescription) GetRpcEndpointsOk() ([]string, bool)
GetRpcEndpointsOk returns a tuple with the RpcEndpoints field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceDescription) GetSvcHeader ¶
func (o *ServiceDescription) GetSvcHeader() ServiceHeader
GetSvcHeader returns the SvcHeader field value if set, zero value otherwise.
func (*ServiceDescription) GetSvcHeaderOk ¶
func (o *ServiceDescription) GetSvcHeaderOk() (*ServiceHeader, bool)
GetSvcHeaderOk returns a tuple with the SvcHeader field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceDescription) HasApiDef ¶
func (o *ServiceDescription) HasApiDef() bool
HasApiDef returns a boolean if a field has been set.
func (*ServiceDescription) HasDatabaseNames ¶
func (o *ServiceDescription) HasDatabaseNames() bool
HasDatabaseNames returns a boolean if a field has been set.
func (*ServiceDescription) HasDatastoreNames ¶
func (o *ServiceDescription) HasDatastoreNames() bool
HasDatastoreNames returns a boolean if a field has been set.
func (*ServiceDescription) HasPort ¶
func (o *ServiceDescription) HasPort() bool
HasPort returns a boolean if a field has been set.
func (*ServiceDescription) HasRpcEndpoints ¶
func (o *ServiceDescription) HasRpcEndpoints() bool
HasRpcEndpoints returns a boolean if a field has been set.
func (*ServiceDescription) HasSvcHeader ¶
func (o *ServiceDescription) HasSvcHeader() bool
HasSvcHeader returns a boolean if a field has been set.
func (ServiceDescription) MarshalJSON ¶
func (o ServiceDescription) MarshalJSON() ([]byte, error)
func (*ServiceDescription) SetApiDef ¶
func (o *ServiceDescription) SetApiDef(v string)
SetApiDef gets a reference to the given string and assigns it to the ApiDef field.
func (*ServiceDescription) SetDatabaseNames ¶
func (o *ServiceDescription) SetDatabaseNames(v []string)
SetDatabaseNames gets a reference to the given []string and assigns it to the DatabaseNames field.
func (*ServiceDescription) SetDatastoreNames ¶
func (o *ServiceDescription) SetDatastoreNames(v []string)
SetDatastoreNames gets a reference to the given []string and assigns it to the DatastoreNames field.
func (*ServiceDescription) SetPort ¶
func (o *ServiceDescription) SetPort(v string)
SetPort gets a reference to the given string and assigns it to the Port field.
func (*ServiceDescription) SetRpcEndpoints ¶
func (o *ServiceDescription) SetRpcEndpoints(v []string)
SetRpcEndpoints gets a reference to the given []string and assigns it to the RpcEndpoints field.
func (*ServiceDescription) SetSvcHeader ¶
func (o *ServiceDescription) SetSvcHeader(v ServiceHeader)
SetSvcHeader gets a reference to the given ServiceHeader and assigns it to the SvcHeader field.
func (ServiceDescription) ToMap ¶
func (o ServiceDescription) ToMap() (map[string]interface{}, error)
type ServiceHeader ¶
type ServiceHeader struct { ProjEnvHeader *ProjEnvHeader `json:"projEnvHeader,omitempty"` ServiceName *string `json:"serviceName,omitempty"` }
ServiceHeader struct for ServiceHeader
func NewServiceHeader ¶
func NewServiceHeader() *ServiceHeader
NewServiceHeader instantiates a new ServiceHeader object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceHeaderWithDefaults ¶
func NewServiceHeaderWithDefaults() *ServiceHeader
NewServiceHeaderWithDefaults instantiates a new ServiceHeader object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceHeader) GetProjEnvHeader ¶
func (o *ServiceHeader) GetProjEnvHeader() ProjEnvHeader
GetProjEnvHeader returns the ProjEnvHeader field value if set, zero value otherwise.
func (*ServiceHeader) GetProjEnvHeaderOk ¶
func (o *ServiceHeader) GetProjEnvHeaderOk() (*ProjEnvHeader, bool)
GetProjEnvHeaderOk returns a tuple with the ProjEnvHeader field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceHeader) GetServiceName ¶
func (o *ServiceHeader) GetServiceName() string
GetServiceName returns the ServiceName field value if set, zero value otherwise.
func (*ServiceHeader) GetServiceNameOk ¶
func (o *ServiceHeader) GetServiceNameOk() (*string, bool)
GetServiceNameOk returns a tuple with the ServiceName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceHeader) HasProjEnvHeader ¶
func (o *ServiceHeader) HasProjEnvHeader() bool
HasProjEnvHeader returns a boolean if a field has been set.
func (*ServiceHeader) HasServiceName ¶
func (o *ServiceHeader) HasServiceName() bool
HasServiceName returns a boolean if a field has been set.
func (ServiceHeader) MarshalJSON ¶
func (o ServiceHeader) MarshalJSON() ([]byte, error)
func (*ServiceHeader) SetProjEnvHeader ¶
func (o *ServiceHeader) SetProjEnvHeader(v ProjEnvHeader)
SetProjEnvHeader gets a reference to the given ProjEnvHeader and assigns it to the ProjEnvHeader field.
func (*ServiceHeader) SetServiceName ¶
func (o *ServiceHeader) SetServiceName(v string)
SetServiceName gets a reference to the given string and assigns it to the ServiceName field.
func (ServiceHeader) ToMap ¶
func (o ServiceHeader) ToMap() (map[string]interface{}, error)
type ServiceRunnerAPIService ¶
type ServiceRunnerAPIService service
ServiceRunnerAPIService ServiceRunnerAPI service
func (*ServiceRunnerAPIService) CreateApiKey ¶
func (a *ServiceRunnerAPIService) CreateApiKey(ctx context.Context) ApiCreateApiKeyRequest
CreateApiKey Method for CreateApiKey
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateApiKeyRequest
func (*ServiceRunnerAPIService) CreateApiKeyExecute ¶
func (a *ServiceRunnerAPIService) CreateApiKeyExecute(r ApiCreateApiKeyRequest) (*CreateApiKeyReply, *http.Response, error)
Execute executes the request
@return CreateApiKeyReply
func (*ServiceRunnerAPIService) CreateDeployment ¶
func (a *ServiceRunnerAPIService) CreateDeployment(ctx context.Context) ApiCreateDeploymentRequest
CreateDeployment Method for CreateDeployment
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateDeploymentRequest
func (*ServiceRunnerAPIService) CreateDeploymentExecute ¶
func (a *ServiceRunnerAPIService) CreateDeploymentExecute(r ApiCreateDeploymentRequest) (*CreateDeploymentReply, *http.Response, error)
Execute executes the request
@return CreateDeploymentReply
func (*ServiceRunnerAPIService) CreateEnvironment ¶
func (a *ServiceRunnerAPIService) CreateEnvironment(ctx context.Context) ApiCreateEnvironmentRequest
CreateEnvironment Method for CreateEnvironment
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateEnvironmentRequest
func (*ServiceRunnerAPIService) CreateEnvironmentExecute ¶
func (a *ServiceRunnerAPIService) CreateEnvironmentExecute(r ApiCreateEnvironmentRequest) (*CreateEnvironmentReply, *http.Response, error)
Execute executes the request
@return CreateEnvironmentReply
func (*ServiceRunnerAPIService) CreateProject ¶
func (a *ServiceRunnerAPIService) CreateProject(ctx context.Context) ApiCreateProjectRequest
CreateProject Method for CreateProject
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateProjectRequest
func (*ServiceRunnerAPIService) CreateProjectExecute ¶
func (a *ServiceRunnerAPIService) CreateProjectExecute(r ApiCreateProjectRequest) (*CreateProjectReply, *http.Response, error)
Execute executes the request
@return CreateProjectReply
func (*ServiceRunnerAPIService) DeactivateProject ¶
func (a *ServiceRunnerAPIService) DeactivateProject(ctx context.Context) ApiDeactivateProjectRequest
DeactivateProject Method for DeactivateProject
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiDeactivateProjectRequest
func (*ServiceRunnerAPIService) DeactivateProjectExecute ¶
func (a *ServiceRunnerAPIService) DeactivateProjectExecute(r ApiDeactivateProjectRequest) (*DeactivateProjectReply, *http.Response, error)
Execute executes the request
@return DeactivateProjectReply
func (*ServiceRunnerAPIService) DeleteApiKey ¶
func (a *ServiceRunnerAPIService) DeleteApiKey(ctx context.Context) ApiDeleteApiKeyRequest
DeleteApiKey Method for DeleteApiKey
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiDeleteApiKeyRequest
func (*ServiceRunnerAPIService) DeleteApiKeyExecute ¶
func (a *ServiceRunnerAPIService) DeleteApiKeyExecute(r ApiDeleteApiKeyRequest) (*DeleteApiKeyReply, *http.Response, error)
Execute executes the request
@return DeleteApiKeyReply
func (*ServiceRunnerAPIService) DeleteEnvironment ¶
func (a *ServiceRunnerAPIService) DeleteEnvironment(ctx context.Context) ApiDeleteEnvironmentRequest
DeleteEnvironment Method for DeleteEnvironment
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiDeleteEnvironmentRequest
func (*ServiceRunnerAPIService) DeleteEnvironmentExecute ¶
func (a *ServiceRunnerAPIService) DeleteEnvironmentExecute(r ApiDeleteEnvironmentRequest) (*DeleteEnvironmentReply, *http.Response, error)
Execute executes the request
@return DeleteEnvironmentReply
func (*ServiceRunnerAPIService) DeletePackage ¶
func (a *ServiceRunnerAPIService) DeletePackage(ctx context.Context) ApiDeletePackageRequest
DeletePackage Method for DeletePackage
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiDeletePackageRequest
func (*ServiceRunnerAPIService) DeletePackageExecute ¶
func (a *ServiceRunnerAPIService) DeletePackageExecute(r ApiDeletePackageRequest) (*DeletePackageReply, *http.Response, error)
Execute executes the request
@return DeletePackageReply
func (*ServiceRunnerAPIService) DeleteProject ¶
func (a *ServiceRunnerAPIService) DeleteProject(ctx context.Context) ApiDeleteProjectRequest
DeleteProject Method for DeleteProject
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiDeleteProjectRequest
func (*ServiceRunnerAPIService) DeleteProjectExecute ¶
func (a *ServiceRunnerAPIService) DeleteProjectExecute(r ApiDeleteProjectRequest) (*DeleteProjectReply, *http.Response, error)
Execute executes the request
@return DeleteProjectReply
func (*ServiceRunnerAPIService) DescribeApiKey ¶
func (a *ServiceRunnerAPIService) DescribeApiKey(ctx context.Context) ApiDescribeApiKeyRequest
DescribeApiKey Method for DescribeApiKey
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiDescribeApiKeyRequest
func (*ServiceRunnerAPIService) DescribeApiKeyExecute ¶
func (a *ServiceRunnerAPIService) DescribeApiKeyExecute(r ApiDescribeApiKeyRequest) (*DescribeApiKeyReply, *http.Response, error)
Execute executes the request
@return DescribeApiKeyReply
func (*ServiceRunnerAPIService) DescribeDatabase ¶
func (a *ServiceRunnerAPIService) DescribeDatabase(ctx context.Context) ApiDescribeDatabaseRequest
DescribeDatabase Method for DescribeDatabase
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiDescribeDatabaseRequest
func (*ServiceRunnerAPIService) DescribeDatabaseExecute ¶
func (a *ServiceRunnerAPIService) DescribeDatabaseExecute(r ApiDescribeDatabaseRequest) (*DescribeDatabaseReply, *http.Response, error)
Execute executes the request
@return DescribeDatabaseReply
func (*ServiceRunnerAPIService) DescribeDatastore ¶
func (a *ServiceRunnerAPIService) DescribeDatastore(ctx context.Context) ApiDescribeDatastoreRequest
DescribeDatastore Method for DescribeDatastore
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiDescribeDatastoreRequest
func (*ServiceRunnerAPIService) DescribeDatastoreExecute ¶
func (a *ServiceRunnerAPIService) DescribeDatastoreExecute(r ApiDescribeDatastoreRequest) (*DescribeDatastoreReply, *http.Response, error)
Execute executes the request
@return DescribeDatastoreReply
func (*ServiceRunnerAPIService) DescribeDeployment ¶
func (a *ServiceRunnerAPIService) DescribeDeployment(ctx context.Context) ApiDescribeDeploymentRequest
DescribeDeployment Method for DescribeDeployment
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiDescribeDeploymentRequest
func (*ServiceRunnerAPIService) DescribeDeploymentExecute ¶
func (a *ServiceRunnerAPIService) DescribeDeploymentExecute(r ApiDescribeDeploymentRequest) (*DescribeDeploymentReply, *http.Response, error)
Execute executes the request
@return DescribeDeploymentReply
func (*ServiceRunnerAPIService) DescribeEnvironment ¶
func (a *ServiceRunnerAPIService) DescribeEnvironment(ctx context.Context) ApiDescribeEnvironmentRequest
DescribeEnvironment Method for DescribeEnvironment
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiDescribeEnvironmentRequest
func (*ServiceRunnerAPIService) DescribeEnvironmentExecute ¶
func (a *ServiceRunnerAPIService) DescribeEnvironmentExecute(r ApiDescribeEnvironmentRequest) (*DescribeEnvironmentReply, *http.Response, error)
Execute executes the request
@return DescribeEnvironmentReply
func (*ServiceRunnerAPIService) DescribePackage ¶
func (a *ServiceRunnerAPIService) DescribePackage(ctx context.Context) ApiDescribePackageRequest
DescribePackage Method for DescribePackage
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiDescribePackageRequest
func (*ServiceRunnerAPIService) DescribePackageExecute ¶
func (a *ServiceRunnerAPIService) DescribePackageExecute(r ApiDescribePackageRequest) (*DescribePackageReply, *http.Response, error)
Execute executes the request
@return DescribePackageReply
func (*ServiceRunnerAPIService) DescribeProject ¶
func (a *ServiceRunnerAPIService) DescribeProject(ctx context.Context) ApiDescribeProjectRequest
DescribeProject Method for DescribeProject
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiDescribeProjectRequest
func (*ServiceRunnerAPIService) DescribeProjectExecute ¶
func (a *ServiceRunnerAPIService) DescribeProjectExecute(r ApiDescribeProjectRequest) (*DescribeProjectReply, *http.Response, error)
Execute executes the request
@return DescribeProjectReply
func (*ServiceRunnerAPIService) DescribeService ¶
func (a *ServiceRunnerAPIService) DescribeService(ctx context.Context) ApiDescribeServiceRequest
DescribeService Method for DescribeService
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiDescribeServiceRequest
func (*ServiceRunnerAPIService) DescribeServiceExecute ¶
func (a *ServiceRunnerAPIService) DescribeServiceExecute(r ApiDescribeServiceRequest) (*DescribeServiceReply, *http.Response, error)
Execute executes the request
@return DescribeServiceReply
func (*ServiceRunnerAPIService) DescribeSite ¶
func (a *ServiceRunnerAPIService) DescribeSite(ctx context.Context) ApiDescribeSiteRequest
DescribeSite Method for DescribeSite
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiDescribeSiteRequest
func (*ServiceRunnerAPIService) DescribeSiteExecute ¶
func (a *ServiceRunnerAPIService) DescribeSiteExecute(r ApiDescribeSiteRequest) (*DescribeSiteReply, *http.Response, error)
Execute executes the request
@return DescribeSiteReply
func (*ServiceRunnerAPIService) GetLogs ¶
func (a *ServiceRunnerAPIService) GetLogs(ctx context.Context) ApiGetLogsRequest
GetLogs Method for GetLogs
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetLogsRequest
func (*ServiceRunnerAPIService) GetLogsExecute ¶
func (a *ServiceRunnerAPIService) GetLogsExecute(r ApiGetLogsRequest) (*GetLogsReply, *http.Response, error)
Execute executes the request
@return GetLogsReply
func (*ServiceRunnerAPIService) GetMetricSamples ¶
func (a *ServiceRunnerAPIService) GetMetricSamples(ctx context.Context) ApiGetMetricSamplesRequest
GetMetricSamples Method for GetMetricSamples
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetMetricSamplesRequest
func (*ServiceRunnerAPIService) GetMetricSamplesExecute ¶
func (a *ServiceRunnerAPIService) GetMetricSamplesExecute(r ApiGetMetricSamplesRequest) (*GetMetricSamplesReply, *http.Response, error)
Execute executes the request
@return GetMetricSamplesReply
func (*ServiceRunnerAPIService) GetUploadURL ¶
func (a *ServiceRunnerAPIService) GetUploadURL(ctx context.Context) ApiGetUploadURLRequest
GetUploadURL Method for GetUploadURL
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetUploadURLRequest
func (*ServiceRunnerAPIService) GetUploadURLExecute ¶
func (a *ServiceRunnerAPIService) GetUploadURLExecute(r ApiGetUploadURLRequest) (*GetUploadURLReply, *http.Response, error)
Execute executes the request
@return GetUploadURLReply
func (*ServiceRunnerAPIService) ListApiKeys ¶
func (a *ServiceRunnerAPIService) ListApiKeys(ctx context.Context) ApiListApiKeysRequest
ListApiKeys Method for ListApiKeys
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListApiKeysRequest
func (*ServiceRunnerAPIService) ListApiKeysExecute ¶
func (a *ServiceRunnerAPIService) ListApiKeysExecute(r ApiListApiKeysRequest) (*ListApiKeysReply, *http.Response, error)
Execute executes the request
@return ListApiKeysReply
func (*ServiceRunnerAPIService) ListDatabases ¶
func (a *ServiceRunnerAPIService) ListDatabases(ctx context.Context) ApiListDatabasesRequest
ListDatabases Method for ListDatabases
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListDatabasesRequest
func (*ServiceRunnerAPIService) ListDatabasesExecute ¶
func (a *ServiceRunnerAPIService) ListDatabasesExecute(r ApiListDatabasesRequest) (*ListDatabasesReply, *http.Response, error)
Execute executes the request
@return ListDatabasesReply
func (*ServiceRunnerAPIService) ListDatastores ¶
func (a *ServiceRunnerAPIService) ListDatastores(ctx context.Context) ApiListDatastoresRequest
ListDatastores Method for ListDatastores
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListDatastoresRequest
func (*ServiceRunnerAPIService) ListDatastoresExecute ¶
func (a *ServiceRunnerAPIService) ListDatastoresExecute(r ApiListDatastoresRequest) (*ListDatastoresReply, *http.Response, error)
Execute executes the request
@return ListDatastoresReply
func (*ServiceRunnerAPIService) ListDeployments ¶
func (a *ServiceRunnerAPIService) ListDeployments(ctx context.Context) ApiListDeploymentsRequest
ListDeployments Method for ListDeployments
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListDeploymentsRequest
func (*ServiceRunnerAPIService) ListDeploymentsExecute ¶
func (a *ServiceRunnerAPIService) ListDeploymentsExecute(r ApiListDeploymentsRequest) (*ListDeploymentsReply, *http.Response, error)
Execute executes the request
@return ListDeploymentsReply
func (*ServiceRunnerAPIService) ListEnvironments ¶
func (a *ServiceRunnerAPIService) ListEnvironments(ctx context.Context) ApiListEnvironmentsRequest
ListEnvironments Method for ListEnvironments
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListEnvironmentsRequest
func (*ServiceRunnerAPIService) ListEnvironmentsExecute ¶
func (a *ServiceRunnerAPIService) ListEnvironmentsExecute(r ApiListEnvironmentsRequest) (*ListEnvironmentsReply, *http.Response, error)
Execute executes the request
@return ListEnvironmentsReply
func (*ServiceRunnerAPIService) ListMetrics ¶
func (a *ServiceRunnerAPIService) ListMetrics(ctx context.Context) ApiListMetricsRequest
ListMetrics Method for ListMetrics
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListMetricsRequest
func (*ServiceRunnerAPIService) ListMetricsExecute ¶
func (a *ServiceRunnerAPIService) ListMetricsExecute(r ApiListMetricsRequest) (*ListMetricsReply, *http.Response, error)
Execute executes the request
@return ListMetricsReply
func (*ServiceRunnerAPIService) ListPackages ¶
func (a *ServiceRunnerAPIService) ListPackages(ctx context.Context) ApiListPackagesRequest
ListPackages Method for ListPackages
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListPackagesRequest
func (*ServiceRunnerAPIService) ListPackagesExecute ¶
func (a *ServiceRunnerAPIService) ListPackagesExecute(r ApiListPackagesRequest) (*ListPackagesReply, *http.Response, error)
Execute executes the request
@return ListPackagesReply
func (*ServiceRunnerAPIService) ListProjects ¶
func (a *ServiceRunnerAPIService) ListProjects(ctx context.Context) ApiListProjectsRequest
ListProjects Method for ListProjects
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListProjectsRequest
func (*ServiceRunnerAPIService) ListProjectsExecute ¶
func (a *ServiceRunnerAPIService) ListProjectsExecute(r ApiListProjectsRequest) (*ListProjectsReply, *http.Response, error)
Execute executes the request
@return ListProjectsReply
func (*ServiceRunnerAPIService) ListServices ¶
func (a *ServiceRunnerAPIService) ListServices(ctx context.Context) ApiListServicesRequest
ListServices Method for ListServices
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListServicesRequest
func (*ServiceRunnerAPIService) ListServicesExecute ¶
func (a *ServiceRunnerAPIService) ListServicesExecute(r ApiListServicesRequest) (*ListServicesReply, *http.Response, error)
Execute executes the request
@return ListServicesReply
func (*ServiceRunnerAPIService) UploadPackage ¶
func (a *ServiceRunnerAPIService) UploadPackage(ctx context.Context) ApiUploadPackageRequest
UploadPackage Method for UploadPackage
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiUploadPackageRequest
func (*ServiceRunnerAPIService) UploadPackageExecute ¶
func (a *ServiceRunnerAPIService) UploadPackageExecute(r ApiUploadPackageRequest) (*UploadPackageReply, *http.Response, error)
Execute executes the request
@return UploadPackageReply
type ServiceRunnerResult ¶
type ServiceRunnerResult struct { Status *ServiceRunnerStatus `json:"status,omitempty"` StatusDetail *string `json:"statusDetail,omitempty"` }
ServiceRunnerResult struct for ServiceRunnerResult
func NewServiceRunnerResult ¶
func NewServiceRunnerResult() *ServiceRunnerResult
NewServiceRunnerResult instantiates a new ServiceRunnerResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceRunnerResultWithDefaults ¶
func NewServiceRunnerResultWithDefaults() *ServiceRunnerResult
NewServiceRunnerResultWithDefaults instantiates a new ServiceRunnerResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ServiceRunnerResult) GetStatus ¶
func (o *ServiceRunnerResult) GetStatus() ServiceRunnerStatus
GetStatus returns the Status field value if set, zero value otherwise.
func (*ServiceRunnerResult) GetStatusDetail ¶
func (o *ServiceRunnerResult) GetStatusDetail() string
GetStatusDetail returns the StatusDetail field value if set, zero value otherwise.
func (*ServiceRunnerResult) GetStatusDetailOk ¶
func (o *ServiceRunnerResult) GetStatusDetailOk() (*string, bool)
GetStatusDetailOk returns a tuple with the StatusDetail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ServiceRunnerResult) GetStatusOk ¶
func (o *ServiceRunnerResult) GetStatusOk() (*ServiceRunnerStatus, 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 (*ServiceRunnerResult) HasStatus ¶
func (o *ServiceRunnerResult) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*ServiceRunnerResult) HasStatusDetail ¶
func (o *ServiceRunnerResult) HasStatusDetail() bool
HasStatusDetail returns a boolean if a field has been set.
func (ServiceRunnerResult) MarshalJSON ¶
func (o ServiceRunnerResult) MarshalJSON() ([]byte, error)
func (*ServiceRunnerResult) SetStatus ¶
func (o *ServiceRunnerResult) SetStatus(v ServiceRunnerStatus)
SetStatus gets a reference to the given ServiceRunnerStatus and assigns it to the Status field.
func (*ServiceRunnerResult) SetStatusDetail ¶
func (o *ServiceRunnerResult) SetStatusDetail(v string)
SetStatusDetail gets a reference to the given string and assigns it to the StatusDetail field.
func (ServiceRunnerResult) ToMap ¶
func (o ServiceRunnerResult) ToMap() (map[string]interface{}, error)
type ServiceRunnerStatus ¶
type ServiceRunnerStatus string
ServiceRunnerStatus the model 'ServiceRunnerStatus'
const ( INVALID ServiceRunnerStatus = "STATUS_INVALID" OK ServiceRunnerStatus = "STATUS_OK" INTERNAL_ERR ServiceRunnerStatus = "STATUS_INTERNAL_ERR" DNS_CONFLICT ServiceRunnerStatus = "STATUS_DNS_CONFLICT" ACCT_LIMIT_REACHED ServiceRunnerStatus = "STATUS_ACCT_LIMIT_REACHED" EXISTS ServiceRunnerStatus = "STATUS_EXISTS" NOT_EXISTS ServiceRunnerStatus = "STATUS_NOT_EXISTS" INVALID_REQUEST ServiceRunnerStatus = "STATUS_INVALID_REQUEST" UNKNOWN ServiceRunnerStatus = "STATUS_UNKNOWN" )
List of ServiceRunnerStatus
func NewServiceRunnerStatusFromValue ¶
func NewServiceRunnerStatusFromValue(v string) (*ServiceRunnerStatus, error)
NewServiceRunnerStatusFromValue returns a pointer to a valid ServiceRunnerStatus for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ServiceRunnerStatus) IsValid ¶
func (v ServiceRunnerStatus) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ServiceRunnerStatus) Ptr ¶
func (v ServiceRunnerStatus) Ptr() *ServiceRunnerStatus
Ptr returns reference to ServiceRunnerStatus value
func (*ServiceRunnerStatus) UnmarshalJSON ¶
func (v *ServiceRunnerStatus) UnmarshalJSON(src []byte) error
type UploadPackageReply ¶
type UploadPackageReply struct { Result *ServiceRunnerResult `json:"result,omitempty"` PkgId *string `json:"pkgId,omitempty"` }
UploadPackageReply struct for UploadPackageReply
func NewUploadPackageReply ¶
func NewUploadPackageReply() *UploadPackageReply
NewUploadPackageReply instantiates a new UploadPackageReply object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUploadPackageReplyWithDefaults ¶
func NewUploadPackageReplyWithDefaults() *UploadPackageReply
NewUploadPackageReplyWithDefaults instantiates a new UploadPackageReply object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UploadPackageReply) GetPkgId ¶
func (o *UploadPackageReply) GetPkgId() string
GetPkgId returns the PkgId field value if set, zero value otherwise.
func (*UploadPackageReply) GetPkgIdOk ¶
func (o *UploadPackageReply) GetPkgIdOk() (*string, bool)
GetPkgIdOk returns a tuple with the PkgId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UploadPackageReply) GetResult ¶
func (o *UploadPackageReply) GetResult() ServiceRunnerResult
GetResult returns the Result field value if set, zero value otherwise.
func (*UploadPackageReply) GetResultOk ¶
func (o *UploadPackageReply) GetResultOk() (*ServiceRunnerResult, 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 (*UploadPackageReply) HasPkgId ¶
func (o *UploadPackageReply) HasPkgId() bool
HasPkgId returns a boolean if a field has been set.
func (*UploadPackageReply) HasResult ¶
func (o *UploadPackageReply) HasResult() bool
HasResult returns a boolean if a field has been set.
func (UploadPackageReply) MarshalJSON ¶
func (o UploadPackageReply) MarshalJSON() ([]byte, error)
func (*UploadPackageReply) SetPkgId ¶
func (o *UploadPackageReply) SetPkgId(v string)
SetPkgId gets a reference to the given string and assigns it to the PkgId field.
func (*UploadPackageReply) SetResult ¶
func (o *UploadPackageReply) SetResult(v ServiceRunnerResult)
SetResult gets a reference to the given ServiceRunnerResult and assigns it to the Result field.
func (UploadPackageReply) ToMap ¶
func (o UploadPackageReply) ToMap() (map[string]interface{}, error)
type UploadPackageRequest ¶
type UploadPackageRequest struct { ProjId *string `json:"projId,omitempty"` PackageXsum *string `json:"packageXsum,omitempty" validate:"regexp=^(?:[A-Za-z0-9+\\/]{4})*(?:[A-Za-z0-9+\\/]{2}==|[A-Za-z0-9+\\/]{3}=)?$"` // package tarball content in .tar.xz format (limited to 6MiB); PackageTarballData *string `json:"packageTarballData,omitempty" validate:"regexp=^(?:[A-Za-z0-9+\\/]{4})*(?:[A-Za-z0-9+\\/]{2}==|[A-Za-z0-9+\\/]{3}=)?$"` PackageTarballURL *string `json:"packageTarballURL,omitempty"` }
UploadPackageRequest struct for UploadPackageRequest
func NewUploadPackageRequest ¶
func NewUploadPackageRequest() *UploadPackageRequest
NewUploadPackageRequest instantiates a new UploadPackageRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUploadPackageRequestWithDefaults ¶
func NewUploadPackageRequestWithDefaults() *UploadPackageRequest
NewUploadPackageRequestWithDefaults instantiates a new UploadPackageRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UploadPackageRequest) GetPackageTarballData ¶
func (o *UploadPackageRequest) GetPackageTarballData() string
GetPackageTarballData returns the PackageTarballData field value if set, zero value otherwise.
func (*UploadPackageRequest) GetPackageTarballDataOk ¶
func (o *UploadPackageRequest) GetPackageTarballDataOk() (*string, bool)
GetPackageTarballDataOk returns a tuple with the PackageTarballData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UploadPackageRequest) GetPackageTarballURL ¶
func (o *UploadPackageRequest) GetPackageTarballURL() string
GetPackageTarballURL returns the PackageTarballURL field value if set, zero value otherwise.
func (*UploadPackageRequest) GetPackageTarballURLOk ¶
func (o *UploadPackageRequest) GetPackageTarballURLOk() (*string, bool)
GetPackageTarballURLOk returns a tuple with the PackageTarballURL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UploadPackageRequest) GetPackageXsum ¶
func (o *UploadPackageRequest) GetPackageXsum() string
GetPackageXsum returns the PackageXsum field value if set, zero value otherwise.
func (*UploadPackageRequest) GetPackageXsumOk ¶
func (o *UploadPackageRequest) GetPackageXsumOk() (*string, bool)
GetPackageXsumOk returns a tuple with the PackageXsum field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UploadPackageRequest) GetProjId ¶
func (o *UploadPackageRequest) GetProjId() string
GetProjId returns the ProjId field value if set, zero value otherwise.
func (*UploadPackageRequest) GetProjIdOk ¶
func (o *UploadPackageRequest) GetProjIdOk() (*string, bool)
GetProjIdOk returns a tuple with the ProjId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UploadPackageRequest) HasPackageTarballData ¶
func (o *UploadPackageRequest) HasPackageTarballData() bool
HasPackageTarballData returns a boolean if a field has been set.
func (*UploadPackageRequest) HasPackageTarballURL ¶
func (o *UploadPackageRequest) HasPackageTarballURL() bool
HasPackageTarballURL returns a boolean if a field has been set.
func (*UploadPackageRequest) HasPackageXsum ¶
func (o *UploadPackageRequest) HasPackageXsum() bool
HasPackageXsum returns a boolean if a field has been set.
func (*UploadPackageRequest) HasProjId ¶
func (o *UploadPackageRequest) HasProjId() bool
HasProjId returns a boolean if a field has been set.
func (UploadPackageRequest) MarshalJSON ¶
func (o UploadPackageRequest) MarshalJSON() ([]byte, error)
func (*UploadPackageRequest) SetPackageTarballData ¶
func (o *UploadPackageRequest) SetPackageTarballData(v string)
SetPackageTarballData gets a reference to the given string and assigns it to the PackageTarballData field.
func (*UploadPackageRequest) SetPackageTarballURL ¶
func (o *UploadPackageRequest) SetPackageTarballURL(v string)
SetPackageTarballURL gets a reference to the given string and assigns it to the PackageTarballURL field.
func (*UploadPackageRequest) SetPackageXsum ¶
func (o *UploadPackageRequest) SetPackageXsum(v string)
SetPackageXsum gets a reference to the given string and assigns it to the PackageXsum field.
func (*UploadPackageRequest) SetProjId ¶
func (o *UploadPackageRequest) SetProjId(v string)
SetProjId gets a reference to the given string and assigns it to the ProjId field.
func (UploadPackageRequest) ToMap ¶
func (o UploadPackageRequest) ToMap() (map[string]interface{}, error)
Source Files
¶
- api_service_runner.go
- client.go
- configuration.go
- model_api_key_description.go
- model_create_api_key_reply.go
- model_create_api_key_request.go
- model_create_deployment_reply.go
- model_create_deployment_request.go
- model_create_environment_reply.go
- model_create_environment_request.go
- model_create_project_reply.go
- model_create_project_request.go
- model_database_description.go
- model_database_header.go
- model_database_table_description.go
- model_datastore_description.go
- model_datastore_header.go
- model_deactivate_project_reply.go
- model_deactivate_project_request.go
- model_delete_api_key_reply.go
- model_delete_api_key_request.go
- model_delete_environment_reply.go
- model_delete_environment_request.go
- model_delete_package_reply.go
- model_delete_package_request.go
- model_delete_project_reply.go
- model_delete_project_request.go
- model_deployment_description.go
- model_deployment_header.go
- model_deployment_initiator.go
- model_deployment_state.go
- model_deployment_state_detail.go
- model_deployment_type.go
- model_describe_api_key_reply.go
- model_describe_api_key_request.go
- model_describe_database_reply.go
- model_describe_database_request.go
- model_describe_datastore_reply.go
- model_describe_datastore_request.go
- model_describe_deployment_reply.go
- model_describe_deployment_request.go
- model_describe_environment_reply.go
- model_describe_environment_request.go
- model_describe_package_reply.go
- model_describe_package_request.go
- model_describe_project_reply.go
- model_describe_project_request.go
- model_describe_service_reply.go
- model_describe_service_request.go
- model_describe_site_reply.go
- model_describe_site_request.go
- model_environment_description.go
- model_environment_header.go
- model_get_logs_entry.go
- model_get_logs_reply.go
- model_get_logs_request.go
- model_get_metric_samples_reply.go
- model_get_metric_samples_request.go
- model_get_upload_url_reply.go
- model_get_upload_url_request.go
- model_list_api_keys_reply.go
- model_list_databases_reply.go
- model_list_databases_request.go
- model_list_datastores_reply.go
- model_list_datastores_request.go
- model_list_deployments_reply.go
- model_list_deployments_request.go
- model_list_environments_reply.go
- model_list_metrics_entry.go
- model_list_metrics_reply.go
- model_list_metrics_request.go
- model_list_packages_reply.go
- model_list_packages_reply_list_packages_item.go
- model_list_packages_request.go
- model_list_projects_reply.go
- model_list_services_reply.go
- model_list_services_request.go
- model_metrics_format.go
- model_metrics_scope.go
- model_package_description.go
- model_package_state.go
- model_proj_env_header.go
- model_project_description.go
- model_project_header.go
- model_project_state.go
- model_protobuf_any.go
- model_rpc_status.go
- model_service_description.go
- model_service_header.go
- model_service_runner_result.go
- model_service_runner_status.go
- model_upload_package_reply.go
- model_upload_package_request.go
- response.go
- utils.go