Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.52 KB

ModelCloudNodeCloudtrailTrail.md

File metadata and controls

82 lines (45 loc) · 2.52 KB

ModelCloudNodeCloudtrailTrail

Properties

Name Type Description Notes
AccountId Pointer to string [optional]
TrailName Pointer to string [optional]

Methods

NewModelCloudNodeCloudtrailTrail

func NewModelCloudNodeCloudtrailTrail() *ModelCloudNodeCloudtrailTrail

NewModelCloudNodeCloudtrailTrail instantiates a new ModelCloudNodeCloudtrailTrail 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

NewModelCloudNodeCloudtrailTrailWithDefaults

func NewModelCloudNodeCloudtrailTrailWithDefaults() *ModelCloudNodeCloudtrailTrail

NewModelCloudNodeCloudtrailTrailWithDefaults instantiates a new ModelCloudNodeCloudtrailTrail 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

GetAccountId

func (o *ModelCloudNodeCloudtrailTrail) GetAccountId() string

GetAccountId returns the AccountId field if non-nil, zero value otherwise.

GetAccountIdOk

func (o *ModelCloudNodeCloudtrailTrail) GetAccountIdOk() (*string, bool)

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

SetAccountId

func (o *ModelCloudNodeCloudtrailTrail) SetAccountId(v string)

SetAccountId sets AccountId field to given value.

HasAccountId

func (o *ModelCloudNodeCloudtrailTrail) HasAccountId() bool

HasAccountId returns a boolean if a field has been set.

GetTrailName

func (o *ModelCloudNodeCloudtrailTrail) GetTrailName() string

GetTrailName returns the TrailName field if non-nil, zero value otherwise.

GetTrailNameOk

func (o *ModelCloudNodeCloudtrailTrail) GetTrailNameOk() (*string, bool)

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

SetTrailName

func (o *ModelCloudNodeCloudtrailTrail) SetTrailName(v string)

SetTrailName sets TrailName field to given value.

HasTrailName

func (o *ModelCloudNodeCloudtrailTrail) HasTrailName() bool

HasTrailName returns a boolean if a field has been set.

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