| 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. |
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
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
func (o *UpdateDataDestinationRequest) GetFilterIds() []string
GetFilterIds returns the FilterIds field if non-nil, zero value otherwise.
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.
func (o *UpdateDataDestinationRequest) SetFilterIds(v []string)
SetFilterIds sets FilterIds field to given value.
func (o *UpdateDataDestinationRequest) HasFilterIds() bool
HasFilterIds returns a boolean if a field has been set.
func (o *UpdateDataDestinationRequest) GetDestinationEndpoint() string
GetDestinationEndpoint returns the DestinationEndpoint field if non-nil, zero value otherwise.
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.
func (o *UpdateDataDestinationRequest) SetDestinationEndpoint(v string)
SetDestinationEndpoint sets DestinationEndpoint field to given value.
func (o *UpdateDataDestinationRequest) HasDestinationEndpoint() bool
HasDestinationEndpoint returns a boolean if a field has been set.
func (o *UpdateDataDestinationRequest) GetResourceId() string
GetResourceId returns the ResourceId field if non-nil, zero value otherwise.
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.
func (o *UpdateDataDestinationRequest) SetResourceId(v string)
SetResourceId sets ResourceId field to given value.