Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.1 KB

CloudInsightsEventsListEventDetailsRequestParametersIncludes.md

File metadata and controls

82 lines (45 loc) · 3.1 KB

CloudInsightsEventsListEventDetailsRequestParametersIncludes

Properties

Name Type Description Notes
HasDnsFqdn Pointer to bool [optional]
KeyTypes Pointer to []string [optional]

Methods

NewCloudInsightsEventsListEventDetailsRequestParametersIncludes

func NewCloudInsightsEventsListEventDetailsRequestParametersIncludes() *CloudInsightsEventsListEventDetailsRequestParametersIncludes

NewCloudInsightsEventsListEventDetailsRequestParametersIncludes instantiates a new CloudInsightsEventsListEventDetailsRequestParametersIncludes 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

NewCloudInsightsEventsListEventDetailsRequestParametersIncludesWithDefaults

func NewCloudInsightsEventsListEventDetailsRequestParametersIncludesWithDefaults() *CloudInsightsEventsListEventDetailsRequestParametersIncludes

NewCloudInsightsEventsListEventDetailsRequestParametersIncludesWithDefaults instantiates a new CloudInsightsEventsListEventDetailsRequestParametersIncludes 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

GetHasDnsFqdn

func (o *CloudInsightsEventsListEventDetailsRequestParametersIncludes) GetHasDnsFqdn() bool

GetHasDnsFqdn returns the HasDnsFqdn field if non-nil, zero value otherwise.

GetHasDnsFqdnOk

func (o *CloudInsightsEventsListEventDetailsRequestParametersIncludes) GetHasDnsFqdnOk() (*bool, bool)

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

SetHasDnsFqdn

func (o *CloudInsightsEventsListEventDetailsRequestParametersIncludes) SetHasDnsFqdn(v bool)

SetHasDnsFqdn sets HasDnsFqdn field to given value.

HasHasDnsFqdn

func (o *CloudInsightsEventsListEventDetailsRequestParametersIncludes) HasHasDnsFqdn() bool

HasHasDnsFqdn returns a boolean if a field has been set.

GetKeyTypes

func (o *CloudInsightsEventsListEventDetailsRequestParametersIncludes) GetKeyTypes() []string

GetKeyTypes returns the KeyTypes field if non-nil, zero value otherwise.

GetKeyTypesOk

func (o *CloudInsightsEventsListEventDetailsRequestParametersIncludes) GetKeyTypesOk() (*[]string, bool)

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

SetKeyTypes

func (o *CloudInsightsEventsListEventDetailsRequestParametersIncludes) SetKeyTypes(v []string)

SetKeyTypes sets KeyTypes field to given value.

HasKeyTypes

func (o *CloudInsightsEventsListEventDetailsRequestParametersIncludes) HasKeyTypes() bool

HasKeyTypes returns a boolean if a field has been set.

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