Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Latest commit

 

History

History
103 lines (56 loc) · 3.59 KB

File metadata and controls

103 lines (56 loc) · 3.59 KB

UpdateDataDestinationRequest

Properties

Name Type Description Notes
FilterIds Pointer to []string The Ambar ResourceId of a the filter in your environment to use to determine what data sources to pull records from and how to filter record sequences before delivery to your endpoint. [optional]
DestinationEndpoint Pointer to string The HTTP endpoint which Ambar will deliver messages too. The endpoint should accept a username and password credential pair for authentication. [optional]
ResourceId string An Ambar resourceId.

Methods

NewUpdateDataDestinationRequest

func NewUpdateDataDestinationRequest(resourceId string, ) *UpdateDataDestinationRequest

NewUpdateDataDestinationRequest instantiates a new UpdateDataDestinationRequest 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

NewUpdateDataDestinationRequestWithDefaults

func NewUpdateDataDestinationRequestWithDefaults() *UpdateDataDestinationRequest

NewUpdateDataDestinationRequestWithDefaults instantiates a new UpdateDataDestinationRequest 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

GetFilterIds

func (o *UpdateDataDestinationRequest) GetFilterIds() []string

GetFilterIds returns the FilterIds field if non-nil, zero value otherwise.

GetFilterIdsOk

func (o *UpdateDataDestinationRequest) GetFilterIdsOk() (*[]string, bool)

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

SetFilterIds

func (o *UpdateDataDestinationRequest) SetFilterIds(v []string)

SetFilterIds sets FilterIds field to given value.

HasFilterIds

func (o *UpdateDataDestinationRequest) HasFilterIds() bool

HasFilterIds returns a boolean if a field has been set.

GetDestinationEndpoint

func (o *UpdateDataDestinationRequest) GetDestinationEndpoint() string

GetDestinationEndpoint returns the DestinationEndpoint field if non-nil, zero value otherwise.

GetDestinationEndpointOk

func (o *UpdateDataDestinationRequest) GetDestinationEndpointOk() (*string, bool)

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

SetDestinationEndpoint

func (o *UpdateDataDestinationRequest) SetDestinationEndpoint(v string)

SetDestinationEndpoint sets DestinationEndpoint field to given value.

HasDestinationEndpoint

func (o *UpdateDataDestinationRequest) HasDestinationEndpoint() bool

HasDestinationEndpoint returns a boolean if a field has been set.

GetResourceId

func (o *UpdateDataDestinationRequest) GetResourceId() string

GetResourceId returns the ResourceId field if non-nil, zero value otherwise.

GetResourceIdOk

func (o *UpdateDataDestinationRequest) GetResourceIdOk() (*string, bool)

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

SetResourceId

func (o *UpdateDataDestinationRequest) SetResourceId(v string)

SetResourceId sets ResourceId field to given value.

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