Name | Type | Description | Notes |
---|---|---|---|
Type | Pointer to ResourceType | [optional] | |
Id | Pointer to string | The unique ID of the resource. | [optional] |
Metadata | Pointer to Metadata | [optional] | |
Properties | Pointer to TemplateProperties | [optional] |
func NewTemplateResponse() *TemplateResponse
NewTemplateResponse instantiates a new TemplateResponse 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 NewTemplateResponseWithDefaults() *TemplateResponse
NewTemplateResponseWithDefaults instantiates a new TemplateResponse 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 *TemplateResponse) GetType() ResourceType
GetType returns the Type field if non-nil, zero value otherwise.
func (o *TemplateResponse) GetTypeOk() (*ResourceType, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TemplateResponse) SetType(v ResourceType)
SetType sets Type field to given value.
func (o *TemplateResponse) HasType() bool
HasType returns a boolean if a field has been set.
func (o *TemplateResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *TemplateResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TemplateResponse) SetId(v string)
SetId sets Id field to given value.
func (o *TemplateResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *TemplateResponse) GetMetadata() Metadata
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *TemplateResponse) GetMetadataOk() (*Metadata, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TemplateResponse) SetMetadata(v Metadata)
SetMetadata sets Metadata field to given value.
func (o *TemplateResponse) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *TemplateResponse) GetProperties() TemplateProperties
GetProperties returns the Properties field if non-nil, zero value otherwise.
func (o *TemplateResponse) GetPropertiesOk() (*TemplateProperties, bool)
GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TemplateResponse) SetProperties(v TemplateProperties)
SetProperties sets Properties field to given value.
func (o *TemplateResponse) HasProperties() bool
HasProperties returns a boolean if a field has been set.