Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.06 KB

GoogleChronicleForwardingConfig.md

File metadata and controls

134 lines (73 loc) · 4.06 KB

GoogleChronicleForwardingConfig

Properties

Name Type Description Notes
CustomerId Pointer to string [optional]
LogType Pointer to string [optional]
Region Pointer to string [optional]
ServiceAccountKey Pointer to string [optional]

Methods

NewGoogleChronicleForwardingConfig

func NewGoogleChronicleForwardingConfig() *GoogleChronicleForwardingConfig

NewGoogleChronicleForwardingConfig instantiates a new GoogleChronicleForwardingConfig 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

NewGoogleChronicleForwardingConfigWithDefaults

func NewGoogleChronicleForwardingConfigWithDefaults() *GoogleChronicleForwardingConfig

NewGoogleChronicleForwardingConfigWithDefaults instantiates a new GoogleChronicleForwardingConfig 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

GetCustomerId

func (o *GoogleChronicleForwardingConfig) GetCustomerId() string

GetCustomerId returns the CustomerId field if non-nil, zero value otherwise.

GetCustomerIdOk

func (o *GoogleChronicleForwardingConfig) GetCustomerIdOk() (*string, bool)

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

SetCustomerId

func (o *GoogleChronicleForwardingConfig) SetCustomerId(v string)

SetCustomerId sets CustomerId field to given value.

HasCustomerId

func (o *GoogleChronicleForwardingConfig) HasCustomerId() bool

HasCustomerId returns a boolean if a field has been set.

GetLogType

func (o *GoogleChronicleForwardingConfig) GetLogType() string

GetLogType returns the LogType field if non-nil, zero value otherwise.

GetLogTypeOk

func (o *GoogleChronicleForwardingConfig) GetLogTypeOk() (*string, bool)

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

SetLogType

func (o *GoogleChronicleForwardingConfig) SetLogType(v string)

SetLogType sets LogType field to given value.

HasLogType

func (o *GoogleChronicleForwardingConfig) HasLogType() bool

HasLogType returns a boolean if a field has been set.

GetRegion

func (o *GoogleChronicleForwardingConfig) GetRegion() string

GetRegion returns the Region field if non-nil, zero value otherwise.

GetRegionOk

func (o *GoogleChronicleForwardingConfig) GetRegionOk() (*string, bool)

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

SetRegion

func (o *GoogleChronicleForwardingConfig) SetRegion(v string)

SetRegion sets Region field to given value.

HasRegion

func (o *GoogleChronicleForwardingConfig) HasRegion() bool

HasRegion returns a boolean if a field has been set.

GetServiceAccountKey

func (o *GoogleChronicleForwardingConfig) GetServiceAccountKey() string

GetServiceAccountKey returns the ServiceAccountKey field if non-nil, zero value otherwise.

GetServiceAccountKeyOk

func (o *GoogleChronicleForwardingConfig) GetServiceAccountKeyOk() (*string, bool)

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

SetServiceAccountKey

func (o *GoogleChronicleForwardingConfig) SetServiceAccountKey(v string)

SetServiceAccountKey sets ServiceAccountKey field to given value.

HasServiceAccountKey

func (o *GoogleChronicleForwardingConfig) HasServiceAccountKey() bool

HasServiceAccountKey returns a boolean if a field has been set.

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