Name | Type | Description | Notes |
---|---|---|---|
Content | string | ||
ContentType | string | ||
Name | string | ||
Trigger | string |
func NewCreateResourceRequest(content string, contentType string, name string, trigger string, ) *CreateResourceRequest
NewCreateResourceRequest instantiates a new CreateResourceRequest 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 NewCreateResourceRequestWithDefaults() *CreateResourceRequest
NewCreateResourceRequestWithDefaults instantiates a new CreateResourceRequest 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 *CreateResourceRequest) GetContent() string
GetContent returns the Content field if non-nil, zero value otherwise.
func (o *CreateResourceRequest) GetContentOk() (*string, bool)
GetContentOk returns a tuple with the Content field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateResourceRequest) SetContent(v string)
SetContent sets Content field to given value.
func (o *CreateResourceRequest) GetContentType() string
GetContentType returns the ContentType field if non-nil, zero value otherwise.
func (o *CreateResourceRequest) GetContentTypeOk() (*string, bool)
GetContentTypeOk returns a tuple with the ContentType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateResourceRequest) SetContentType(v string)
SetContentType sets ContentType field to given value.
func (o *CreateResourceRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CreateResourceRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateResourceRequest) SetName(v string)
SetName sets Name field to given value.
func (o *CreateResourceRequest) GetTrigger() string
GetTrigger returns the Trigger field if non-nil, zero value otherwise.
func (o *CreateResourceRequest) GetTriggerOk() (*string, bool)
GetTriggerOk returns a tuple with the Trigger field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateResourceRequest) SetTrigger(v string)
SetTrigger sets Trigger field to given value.