Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.49 KB

GraphOperationApplicationAllOf.md

File metadata and controls

77 lines (42 loc) · 2.49 KB

GraphOperationApplicationAllOf

Properties

Name Type Description Notes
Attributes Pointer to map[string]interface{} The graph attributes. [optional]
Type string Targets which a "application" can be associated to.

Methods

NewGraphOperationApplicationAllOf

func NewGraphOperationApplicationAllOf(type_ string, ) *GraphOperationApplicationAllOf

NewGraphOperationApplicationAllOf instantiates a new GraphOperationApplicationAllOf 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

NewGraphOperationApplicationAllOfWithDefaults

func NewGraphOperationApplicationAllOfWithDefaults() *GraphOperationApplicationAllOf

NewGraphOperationApplicationAllOfWithDefaults instantiates a new GraphOperationApplicationAllOf 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

GetAttributes

func (o *GraphOperationApplicationAllOf) GetAttributes() map[string]interface{}

GetAttributes returns the Attributes field if non-nil, zero value otherwise.

GetAttributesOk

func (o *GraphOperationApplicationAllOf) GetAttributesOk() (*map[string]interface{}, bool)

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

SetAttributes

func (o *GraphOperationApplicationAllOf) SetAttributes(v map[string]interface{})

SetAttributes sets Attributes field to given value.

HasAttributes

func (o *GraphOperationApplicationAllOf) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

GetType

func (o *GraphOperationApplicationAllOf) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *GraphOperationApplicationAllOf) GetTypeOk() (*string, bool)

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

SetType

func (o *GraphOperationApplicationAllOf) SetType(v string)

SetType sets Type field to given value.

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