Skip to content

Latest commit

 

History

History
135 lines (72 loc) · 3.39 KB

ResourceDetail.md

File metadata and controls

135 lines (72 loc) · 3.39 KB

ResourceDetail

Properties

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

Methods

NewResourceDetail

func NewResourceDetail(content string, contentType string, id int64, name string, trigger string, ) *ResourceDetail

NewResourceDetail instantiates a new ResourceDetail 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

NewResourceDetailWithDefaults

func NewResourceDetailWithDefaults() *ResourceDetail

NewResourceDetailWithDefaults instantiates a new ResourceDetail 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 *ResourceDetail) GetContent() string

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

GetContentOk

func (o *ResourceDetail) 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 *ResourceDetail) SetContent(v string)

SetContent sets Content field to given value.

GetContentType

func (o *ResourceDetail) GetContentType() string

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

GetContentTypeOk

func (o *ResourceDetail) 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 *ResourceDetail) SetContentType(v string)

SetContentType sets ContentType field to given value.

GetId

func (o *ResourceDetail) GetId() int64

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *ResourceDetail) GetIdOk() (*int64, 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.

SetId

func (o *ResourceDetail) SetId(v int64)

SetId sets Id field to given value.

GetName

func (o *ResourceDetail) GetName() string

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

GetNameOk

func (o *ResourceDetail) 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 *ResourceDetail) SetName(v string)

SetName sets Name field to given value.

GetTrigger

func (o *ResourceDetail) GetTrigger() string

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

GetTriggerOk

func (o *ResourceDetail) 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 *ResourceDetail) SetTrigger(v string)

SetTrigger sets Trigger field to given value.

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