Skip to content

Latest commit

 

History

History
264 lines (143 loc) · 9.22 KB

CloudInsightsEventsListEventDetailsAdditionalEventData.md

File metadata and controls

264 lines (143 loc) · 9.22 KB

CloudInsightsEventsListEventDetailsAdditionalEventData

Properties

Name Type Description Notes
AuthenticationMethod Pointer to string [optional]
CipherSuite Pointer to string [optional]
LoginTo Pointer to string [optional]
MFAUsed Pointer to string [optional]
MobileVersion Pointer to string [optional]
SignatureVersion Pointer to string [optional]
BytesTransferedIn Pointer to float32 [optional]
BytesTransferredOut Pointer to float32 [optional]
XAmzId2 Pointer to string [optional]

Methods

NewCloudInsightsEventsListEventDetailsAdditionalEventData

func NewCloudInsightsEventsListEventDetailsAdditionalEventData() *CloudInsightsEventsListEventDetailsAdditionalEventData

NewCloudInsightsEventsListEventDetailsAdditionalEventData instantiates a new CloudInsightsEventsListEventDetailsAdditionalEventData 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

NewCloudInsightsEventsListEventDetailsAdditionalEventDataWithDefaults

func NewCloudInsightsEventsListEventDetailsAdditionalEventDataWithDefaults() *CloudInsightsEventsListEventDetailsAdditionalEventData

NewCloudInsightsEventsListEventDetailsAdditionalEventDataWithDefaults instantiates a new CloudInsightsEventsListEventDetailsAdditionalEventData 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

GetAuthenticationMethod

func (o *CloudInsightsEventsListEventDetailsAdditionalEventData) GetAuthenticationMethod() string

GetAuthenticationMethod returns the AuthenticationMethod field if non-nil, zero value otherwise.

GetAuthenticationMethodOk

func (o *CloudInsightsEventsListEventDetailsAdditionalEventData) GetAuthenticationMethodOk() (*string, bool)

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

SetAuthenticationMethod

func (o *CloudInsightsEventsListEventDetailsAdditionalEventData) SetAuthenticationMethod(v string)

SetAuthenticationMethod sets AuthenticationMethod field to given value.

HasAuthenticationMethod

func (o *CloudInsightsEventsListEventDetailsAdditionalEventData) HasAuthenticationMethod() bool

HasAuthenticationMethod returns a boolean if a field has been set.

GetCipherSuite

func (o *CloudInsightsEventsListEventDetailsAdditionalEventData) GetCipherSuite() string

GetCipherSuite returns the CipherSuite field if non-nil, zero value otherwise.

GetCipherSuiteOk

func (o *CloudInsightsEventsListEventDetailsAdditionalEventData) GetCipherSuiteOk() (*string, bool)

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

SetCipherSuite

func (o *CloudInsightsEventsListEventDetailsAdditionalEventData) SetCipherSuite(v string)

SetCipherSuite sets CipherSuite field to given value.

HasCipherSuite

func (o *CloudInsightsEventsListEventDetailsAdditionalEventData) HasCipherSuite() bool

HasCipherSuite returns a boolean if a field has been set.

GetLoginTo

func (o *CloudInsightsEventsListEventDetailsAdditionalEventData) GetLoginTo() string

GetLoginTo returns the LoginTo field if non-nil, zero value otherwise.

GetLoginToOk

func (o *CloudInsightsEventsListEventDetailsAdditionalEventData) GetLoginToOk() (*string, bool)

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

SetLoginTo

func (o *CloudInsightsEventsListEventDetailsAdditionalEventData) SetLoginTo(v string)

SetLoginTo sets LoginTo field to given value.

HasLoginTo

func (o *CloudInsightsEventsListEventDetailsAdditionalEventData) HasLoginTo() bool

HasLoginTo returns a boolean if a field has been set.

GetMFAUsed

func (o *CloudInsightsEventsListEventDetailsAdditionalEventData) GetMFAUsed() string

GetMFAUsed returns the MFAUsed field if non-nil, zero value otherwise.

GetMFAUsedOk

func (o *CloudInsightsEventsListEventDetailsAdditionalEventData) GetMFAUsedOk() (*string, bool)

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

SetMFAUsed

func (o *CloudInsightsEventsListEventDetailsAdditionalEventData) SetMFAUsed(v string)

SetMFAUsed sets MFAUsed field to given value.

HasMFAUsed

func (o *CloudInsightsEventsListEventDetailsAdditionalEventData) HasMFAUsed() bool

HasMFAUsed returns a boolean if a field has been set.

GetMobileVersion

func (o *CloudInsightsEventsListEventDetailsAdditionalEventData) GetMobileVersion() string

GetMobileVersion returns the MobileVersion field if non-nil, zero value otherwise.

GetMobileVersionOk

func (o *CloudInsightsEventsListEventDetailsAdditionalEventData) GetMobileVersionOk() (*string, bool)

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

SetMobileVersion

func (o *CloudInsightsEventsListEventDetailsAdditionalEventData) SetMobileVersion(v string)

SetMobileVersion sets MobileVersion field to given value.

HasMobileVersion

func (o *CloudInsightsEventsListEventDetailsAdditionalEventData) HasMobileVersion() bool

HasMobileVersion returns a boolean if a field has been set.

GetSignatureVersion

func (o *CloudInsightsEventsListEventDetailsAdditionalEventData) GetSignatureVersion() string

GetSignatureVersion returns the SignatureVersion field if non-nil, zero value otherwise.

GetSignatureVersionOk

func (o *CloudInsightsEventsListEventDetailsAdditionalEventData) GetSignatureVersionOk() (*string, bool)

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

SetSignatureVersion

func (o *CloudInsightsEventsListEventDetailsAdditionalEventData) SetSignatureVersion(v string)

SetSignatureVersion sets SignatureVersion field to given value.

HasSignatureVersion

func (o *CloudInsightsEventsListEventDetailsAdditionalEventData) HasSignatureVersion() bool

HasSignatureVersion returns a boolean if a field has been set.

GetBytesTransferedIn

func (o *CloudInsightsEventsListEventDetailsAdditionalEventData) GetBytesTransferedIn() float32

GetBytesTransferedIn returns the BytesTransferedIn field if non-nil, zero value otherwise.

GetBytesTransferedInOk

func (o *CloudInsightsEventsListEventDetailsAdditionalEventData) GetBytesTransferedInOk() (*float32, bool)

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

SetBytesTransferedIn

func (o *CloudInsightsEventsListEventDetailsAdditionalEventData) SetBytesTransferedIn(v float32)

SetBytesTransferedIn sets BytesTransferedIn field to given value.

HasBytesTransferedIn

func (o *CloudInsightsEventsListEventDetailsAdditionalEventData) HasBytesTransferedIn() bool

HasBytesTransferedIn returns a boolean if a field has been set.

GetBytesTransferredOut

func (o *CloudInsightsEventsListEventDetailsAdditionalEventData) GetBytesTransferredOut() float32

GetBytesTransferredOut returns the BytesTransferredOut field if non-nil, zero value otherwise.

GetBytesTransferredOutOk

func (o *CloudInsightsEventsListEventDetailsAdditionalEventData) GetBytesTransferredOutOk() (*float32, bool)

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

SetBytesTransferredOut

func (o *CloudInsightsEventsListEventDetailsAdditionalEventData) SetBytesTransferredOut(v float32)

SetBytesTransferredOut sets BytesTransferredOut field to given value.

HasBytesTransferredOut

func (o *CloudInsightsEventsListEventDetailsAdditionalEventData) HasBytesTransferredOut() bool

HasBytesTransferredOut returns a boolean if a field has been set.

GetXAmzId2

func (o *CloudInsightsEventsListEventDetailsAdditionalEventData) GetXAmzId2() string

GetXAmzId2 returns the XAmzId2 field if non-nil, zero value otherwise.

GetXAmzId2Ok

func (o *CloudInsightsEventsListEventDetailsAdditionalEventData) GetXAmzId2Ok() (*string, bool)

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

SetXAmzId2

func (o *CloudInsightsEventsListEventDetailsAdditionalEventData) SetXAmzId2(v string)

SetXAmzId2 sets XAmzId2 field to given value.

HasXAmzId2

func (o *CloudInsightsEventsListEventDetailsAdditionalEventData) HasXAmzId2() bool

HasXAmzId2 returns a boolean if a field has been set.

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