Name | Type | Description | Notes |
---|---|---|---|
CustomerId | Pointer to string | [optional] | |
LogType | Pointer to string | [optional] | |
Region | Pointer to string | [optional] | |
ServiceAccountKey | Pointer to string | [optional] |
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
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
func (o *GoogleChronicleForwardingConfig) GetCustomerId() string
GetCustomerId returns the CustomerId field if non-nil, zero value otherwise.
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.
func (o *GoogleChronicleForwardingConfig) SetCustomerId(v string)
SetCustomerId sets CustomerId field to given value.
func (o *GoogleChronicleForwardingConfig) HasCustomerId() bool
HasCustomerId returns a boolean if a field has been set.
func (o *GoogleChronicleForwardingConfig) GetLogType() string
GetLogType returns the LogType field if non-nil, zero value otherwise.
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.
func (o *GoogleChronicleForwardingConfig) SetLogType(v string)
SetLogType sets LogType field to given value.
func (o *GoogleChronicleForwardingConfig) HasLogType() bool
HasLogType returns a boolean if a field has been set.
func (o *GoogleChronicleForwardingConfig) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
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.
func (o *GoogleChronicleForwardingConfig) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *GoogleChronicleForwardingConfig) HasRegion() bool
HasRegion returns a boolean if a field has been set.
func (o *GoogleChronicleForwardingConfig) GetServiceAccountKey() string
GetServiceAccountKey returns the ServiceAccountKey field if non-nil, zero value otherwise.
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.
func (o *GoogleChronicleForwardingConfig) SetServiceAccountKey(v string)
SetServiceAccountKey sets ServiceAccountKey field to given value.
func (o *GoogleChronicleForwardingConfig) HasServiceAccountKey() bool
HasServiceAccountKey returns a boolean if a field has been set.