Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.12 KB

ContentKitDefaultActionOneOf3.md

File metadata and controls

72 lines (39 loc) · 2.12 KB

ContentKitDefaultActionOneOf3

Properties

Name Type Description Notes
Action string
Url string

Methods

NewContentKitDefaultActionOneOf3

func NewContentKitDefaultActionOneOf3(action string, url string, ) *ContentKitDefaultActionOneOf3

NewContentKitDefaultActionOneOf3 instantiates a new ContentKitDefaultActionOneOf3 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

NewContentKitDefaultActionOneOf3WithDefaults

func NewContentKitDefaultActionOneOf3WithDefaults() *ContentKitDefaultActionOneOf3

NewContentKitDefaultActionOneOf3WithDefaults instantiates a new ContentKitDefaultActionOneOf3 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

GetAction

func (o *ContentKitDefaultActionOneOf3) GetAction() string

GetAction returns the Action field if non-nil, zero value otherwise.

GetActionOk

func (o *ContentKitDefaultActionOneOf3) GetActionOk() (*string, bool)

GetActionOk returns a tuple with the Action field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAction

func (o *ContentKitDefaultActionOneOf3) SetAction(v string)

SetAction sets Action field to given value.

GetUrl

func (o *ContentKitDefaultActionOneOf3) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *ContentKitDefaultActionOneOf3) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUrl

func (o *ContentKitDefaultActionOneOf3) SetUrl(v string)

SetUrl sets Url field to given value.

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