Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 1.9 KB

ADES.md

File metadata and controls

82 lines (45 loc) · 1.9 KB

ADES

Properties

Name Type Description Notes
Ios Pointer to ADE [optional]
Macos Pointer to ADE [optional]

Methods

NewADES

func NewADES() *ADES

NewADES instantiates a new ADES 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

NewADESWithDefaults

func NewADESWithDefaults() *ADES

NewADESWithDefaults instantiates a new ADES 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

GetIos

func (o *ADES) GetIos() ADE

GetIos returns the Ios field if non-nil, zero value otherwise.

GetIosOk

func (o *ADES) GetIosOk() (*ADE, bool)

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

SetIos

func (o *ADES) SetIos(v ADE)

SetIos sets Ios field to given value.

HasIos

func (o *ADES) HasIos() bool

HasIos returns a boolean if a field has been set.

GetMacos

func (o *ADES) GetMacos() ADE

GetMacos returns the Macos field if non-nil, zero value otherwise.

GetMacosOk

func (o *ADES) GetMacosOk() (*ADE, bool)

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

SetMacos

func (o *ADES) SetMacos(v ADE)

SetMacos sets Macos field to given value.

HasMacos

func (o *ADES) HasMacos() bool

HasMacos returns a boolean if a field has been set.

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