| Name | Type | Description | Notes |
|---|---|---|---|
| Message | string | ||
| TranslatedComposeDefinition | map[string]interface{} | The translated internal compose definition format | |
| TranslationWarnings | Pointer to []string | Optional warnings encountered during translation | [optional] |
func NewValidateCompose200Response(message string, translatedComposeDefinition map[string]interface{}, ) *ValidateCompose200Response
NewValidateCompose200Response instantiates a new ValidateCompose200Response 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 NewValidateCompose200ResponseWithDefaults() *ValidateCompose200Response
NewValidateCompose200ResponseWithDefaults instantiates a new ValidateCompose200Response 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 *ValidateCompose200Response) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *ValidateCompose200Response) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ValidateCompose200Response) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *ValidateCompose200Response) GetTranslatedComposeDefinition() map[string]interface{}
GetTranslatedComposeDefinition returns the TranslatedComposeDefinition field if non-nil, zero value otherwise.
func (o *ValidateCompose200Response) GetTranslatedComposeDefinitionOk() (*map[string]interface{}, bool)
GetTranslatedComposeDefinitionOk returns a tuple with the TranslatedComposeDefinition field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ValidateCompose200Response) SetTranslatedComposeDefinition(v map[string]interface{})
SetTranslatedComposeDefinition sets TranslatedComposeDefinition field to given value.
func (o *ValidateCompose200Response) GetTranslationWarnings() []string
GetTranslationWarnings returns the TranslationWarnings field if non-nil, zero value otherwise.
func (o *ValidateCompose200Response) GetTranslationWarningsOk() (*[]string, bool)
GetTranslationWarningsOk returns a tuple with the TranslationWarnings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ValidateCompose200Response) SetTranslationWarnings(v []string)
SetTranslationWarnings sets TranslationWarnings field to given value.
func (o *ValidateCompose200Response) HasTranslationWarnings() bool
HasTranslationWarnings returns a boolean if a field has been set.
func (o *ValidateCompose200Response) SetTranslationWarningsNil(b bool)
SetTranslationWarningsNil sets the value for TranslationWarnings to be an explicit nil
func (o *ValidateCompose200Response) UnsetTranslationWarnings()
UnsetTranslationWarnings ensures that no value is present for TranslationWarnings, not even an explicit nil