Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.12 KB

CreateResourceRequest.md

File metadata and controls

114 lines (61 loc) · 3.12 KB

CreateResourceRequest

Properties

Name Type Description Notes
Content string
ContentType string
Name string
Trigger string

Methods

NewCreateResourceRequest

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

NewCreateResourceRequestWithDefaults

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

GetContent

func (o *CreateResourceRequest) GetContent() string

GetContent returns the Content field if non-nil, zero value otherwise.

GetContentOk

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.

SetContent

func (o *CreateResourceRequest) SetContent(v string)

SetContent sets Content field to given value.

GetContentType

func (o *CreateResourceRequest) GetContentType() string

GetContentType returns the ContentType field if non-nil, zero value otherwise.

GetContentTypeOk

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.

SetContentType

func (o *CreateResourceRequest) SetContentType(v string)

SetContentType sets ContentType field to given value.

GetName

func (o *CreateResourceRequest) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *CreateResourceRequest) SetName(v string)

SetName sets Name field to given value.

GetTrigger

func (o *CreateResourceRequest) GetTrigger() string

GetTrigger returns the Trigger field if non-nil, zero value otherwise.

GetTriggerOk

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.

SetTrigger

func (o *CreateResourceRequest) SetTrigger(v string)

SetTrigger sets Trigger field to given value.

[Back to Model list] [Back to API list] [Back to README]