Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.08 KB

FunnelAWSIoTDestination.md

File metadata and controls

108 lines (59 loc) · 3.08 KB

FunnelAWSIoTDestination

Properties

Name Type Description Notes
Provider Pointer to string [optional]
ResourceUrl Pointer to string [optional]
Service Pointer to string [optional]

Methods

NewFunnelAWSIoTDestination

func NewFunnelAWSIoTDestination() *FunnelAWSIoTDestination

NewFunnelAWSIoTDestination instantiates a new FunnelAWSIoTDestination 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

NewFunnelAWSIoTDestinationWithDefaults

func NewFunnelAWSIoTDestinationWithDefaults() *FunnelAWSIoTDestination

NewFunnelAWSIoTDestinationWithDefaults instantiates a new FunnelAWSIoTDestination 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

GetProvider

func (o *FunnelAWSIoTDestination) GetProvider() string

GetProvider returns the Provider field if non-nil, zero value otherwise.

GetProviderOk

func (o *FunnelAWSIoTDestination) GetProviderOk() (*string, bool)

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

SetProvider

func (o *FunnelAWSIoTDestination) SetProvider(v string)

SetProvider sets Provider field to given value.

HasProvider

func (o *FunnelAWSIoTDestination) HasProvider() bool

HasProvider returns a boolean if a field has been set.

GetResourceUrl

func (o *FunnelAWSIoTDestination) GetResourceUrl() string

GetResourceUrl returns the ResourceUrl field if non-nil, zero value otherwise.

GetResourceUrlOk

func (o *FunnelAWSIoTDestination) GetResourceUrlOk() (*string, bool)

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

SetResourceUrl

func (o *FunnelAWSIoTDestination) SetResourceUrl(v string)

SetResourceUrl sets ResourceUrl field to given value.

HasResourceUrl

func (o *FunnelAWSIoTDestination) HasResourceUrl() bool

HasResourceUrl returns a boolean if a field has been set.

GetService

func (o *FunnelAWSIoTDestination) GetService() string

GetService returns the Service field if non-nil, zero value otherwise.

GetServiceOk

func (o *FunnelAWSIoTDestination) GetServiceOk() (*string, bool)

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

SetService

func (o *FunnelAWSIoTDestination) SetService(v string)

SetService sets Service field to given value.

HasService

func (o *FunnelAWSIoTDestination) HasService() bool

HasService returns a boolean if a field has been set.

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