Skip to main content

CreateStreamDeliveryRequest

Properties

NameTypeDescriptionNotes
MethodstringDelivery method (only push is supported).
EndpointUrlstringReceiver endpoint URL for push delivery.
AuthorizationHeaderPointer to stringAuthorization header value for delivery requests.[optional]

Methods

NewCreateStreamDeliveryRequest

func NewCreateStreamDeliveryRequest(method string, endpointUrl string, ) *CreateStreamDeliveryRequest

NewCreateStreamDeliveryRequest instantiates a new CreateStreamDeliveryRequest 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

NewCreateStreamDeliveryRequestWithDefaults

func NewCreateStreamDeliveryRequestWithDefaults() *CreateStreamDeliveryRequest

NewCreateStreamDeliveryRequestWithDefaults instantiates a new CreateStreamDeliveryRequest 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

GetMethod

func (o *CreateStreamDeliveryRequest) GetMethod() string

GetMethod returns the Method field if non-nil, zero value otherwise.

GetMethodOk

func (o *CreateStreamDeliveryRequest) GetMethodOk() (*string, bool)

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

SetMethod

func (o *CreateStreamDeliveryRequest) SetMethod(v string)

SetMethod sets Method field to given value.

GetEndpointUrl

func (o *CreateStreamDeliveryRequest) GetEndpointUrl() string

GetEndpointUrl returns the EndpointUrl field if non-nil, zero value otherwise.

GetEndpointUrlOk

func (o *CreateStreamDeliveryRequest) GetEndpointUrlOk() (*string, bool)

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

SetEndpointUrl

func (o *CreateStreamDeliveryRequest) SetEndpointUrl(v string)

SetEndpointUrl sets EndpointUrl field to given value.

GetAuthorizationHeader

func (o *CreateStreamDeliveryRequest) GetAuthorizationHeader() string

GetAuthorizationHeader returns the AuthorizationHeader field if non-nil, zero value otherwise.

GetAuthorizationHeaderOk

func (o *CreateStreamDeliveryRequest) GetAuthorizationHeaderOk() (*string, bool)

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

SetAuthorizationHeader

func (o *CreateStreamDeliveryRequest) SetAuthorizationHeader(v string)

SetAuthorizationHeader sets AuthorizationHeader field to given value.

HasAuthorizationHeader

func (o *CreateStreamDeliveryRequest) HasAuthorizationHeader() bool

HasAuthorizationHeader returns a boolean if a field has been set.