Name | Type | Description | Notes |
---|---|---|---|
Service | Pointer to CloudService | [optional] | |
MysqlError | Pointer to MysqlCreateError | [optional] | |
PostgresqlError | Pointer to PostgresqlPgCreateError | [optional] | |
S3Error | Pointer to S3S3CreateError | [optional] |
func NewCloudCreateResponse() *CloudCreateResponse
NewCloudCreateResponse instantiates a new CloudCreateResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCloudCreateResponseWithDefaults() *CloudCreateResponse
NewCloudCreateResponseWithDefaults instantiates a new CloudCreateResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *CloudCreateResponse) GetService() CloudService
GetService returns the Service field if non-nil, zero value otherwise.
func (o *CloudCreateResponse) GetServiceOk() (*CloudService, bool)
GetServiceOk returns a tuple with the Service field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudCreateResponse) SetService(v CloudService)
SetService sets Service field to given value.
func (o *CloudCreateResponse) HasService() bool
HasService returns a boolean if a field has been set.
func (o *CloudCreateResponse) GetMysqlError() MysqlCreateError
GetMysqlError returns the MysqlError field if non-nil, zero value otherwise.
func (o *CloudCreateResponse) GetMysqlErrorOk() (*MysqlCreateError, bool)
GetMysqlErrorOk returns a tuple with the MysqlError field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudCreateResponse) SetMysqlError(v MysqlCreateError)
SetMysqlError sets MysqlError field to given value.
func (o *CloudCreateResponse) HasMysqlError() bool
HasMysqlError returns a boolean if a field has been set.
func (o *CloudCreateResponse) GetPostgresqlError() PostgresqlPgCreateError
GetPostgresqlError returns the PostgresqlError field if non-nil, zero value otherwise.
func (o *CloudCreateResponse) GetPostgresqlErrorOk() (*PostgresqlPgCreateError, bool)
GetPostgresqlErrorOk returns a tuple with the PostgresqlError field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudCreateResponse) SetPostgresqlError(v PostgresqlPgCreateError)
SetPostgresqlError sets PostgresqlError field to given value.
func (o *CloudCreateResponse) HasPostgresqlError() bool
HasPostgresqlError returns a boolean if a field has been set.
func (o *CloudCreateResponse) GetS3Error() S3S3CreateError
GetS3Error returns the S3Error field if non-nil, zero value otherwise.
func (o *CloudCreateResponse) GetS3ErrorOk() (*S3S3CreateError, bool)
GetS3ErrorOk returns a tuple with the S3Error field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CloudCreateResponse) SetS3Error(v S3S3CreateError)
SetS3Error sets S3Error field to given value.
func (o *CloudCreateResponse) HasS3Error() bool
HasS3Error returns a boolean if a field has been set.