Name | Type | Description | Notes |
---|---|---|---|
PubsubTopicName | Pointer to string | PubsubTopicName: A Topic name. For example, `projects/myProject/topics/deviceEvents`. | [optional] |
RoleArn | Pointer to string | [optional] | |
Region | Pointer to string | [optional] | |
Stream | Pointer to string | [optional] |
func NewNotificationConfig() *NotificationConfig
NewNotificationConfig instantiates a new NotificationConfig 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 NewNotificationConfigWithDefaults() *NotificationConfig
NewNotificationConfigWithDefaults instantiates a new NotificationConfig 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 *NotificationConfig) GetPubsubTopicName() string
GetPubsubTopicName returns the PubsubTopicName field if non-nil, zero value otherwise.
func (o *NotificationConfig) GetPubsubTopicNameOk() (*string, bool)
GetPubsubTopicNameOk returns a tuple with the PubsubTopicName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationConfig) SetPubsubTopicName(v string)
SetPubsubTopicName sets PubsubTopicName field to given value.
func (o *NotificationConfig) HasPubsubTopicName() bool
HasPubsubTopicName returns a boolean if a field has been set.
func (o *NotificationConfig) GetRoleArn() string
GetRoleArn returns the RoleArn field if non-nil, zero value otherwise.
func (o *NotificationConfig) GetRoleArnOk() (*string, bool)
GetRoleArnOk returns a tuple with the RoleArn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationConfig) SetRoleArn(v string)
SetRoleArn sets RoleArn field to given value.
func (o *NotificationConfig) HasRoleArn() bool
HasRoleArn returns a boolean if a field has been set.
func (o *NotificationConfig) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *NotificationConfig) 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 *NotificationConfig) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *NotificationConfig) HasRegion() bool
HasRegion returns a boolean if a field has been set.
func (o *NotificationConfig) GetStream() string
GetStream returns the Stream field if non-nil, zero value otherwise.
func (o *NotificationConfig) GetStreamOk() (*string, bool)
GetStreamOk returns a tuple with the Stream field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotificationConfig) SetStream(v string)
SetStream sets Stream field to given value.
func (o *NotificationConfig) HasStream() bool
HasStream returns a boolean if a field has been set.