Skip to main content

ResponseactioncreaterequestOneOf

Properties​

NameTypeDescriptionNotes
ActionTypePointer to string[optional]

Methods​

NewResponseactioncreaterequestOneOf​

func NewResponseactioncreaterequestOneOf() *ResponseactioncreaterequestOneOf

NewResponseactioncreaterequestOneOf instantiates a new ResponseactioncreaterequestOneOf 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

NewResponseactioncreaterequestOneOfWithDefaults​

func NewResponseactioncreaterequestOneOfWithDefaults() *ResponseactioncreaterequestOneOf

NewResponseactioncreaterequestOneOfWithDefaults instantiates a new ResponseactioncreaterequestOneOf 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

GetActionType​

func (o *ResponseactioncreaterequestOneOf) GetActionType() string

GetActionType returns the ActionType field if non-nil, zero value otherwise.

GetActionTypeOk​

func (o *ResponseactioncreaterequestOneOf) GetActionTypeOk() (*string, bool)

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

SetActionType​

func (o *ResponseactioncreaterequestOneOf) SetActionType(v string)

SetActionType sets ActionType field to given value.

HasActionType​

func (o *ResponseactioncreaterequestOneOf) HasActionType() bool

HasActionType returns a boolean if a field has been set.