Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.02 KB

DeliveryConnectScopeToOriginResponse.md

File metadata and controls

56 lines (31 loc) · 2.02 KB

DeliveryConnectScopeToOriginResponse

Properties

Name Type Description Notes
ScopeOrigin Pointer to DeliveryScopeOrigin [optional]

Methods

NewDeliveryConnectScopeToOriginResponse

func NewDeliveryConnectScopeToOriginResponse() *DeliveryConnectScopeToOriginResponse

NewDeliveryConnectScopeToOriginResponse instantiates a new DeliveryConnectScopeToOriginResponse 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

NewDeliveryConnectScopeToOriginResponseWithDefaults

func NewDeliveryConnectScopeToOriginResponseWithDefaults() *DeliveryConnectScopeToOriginResponse

NewDeliveryConnectScopeToOriginResponseWithDefaults instantiates a new DeliveryConnectScopeToOriginResponse 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

GetScopeOrigin

func (o *DeliveryConnectScopeToOriginResponse) GetScopeOrigin() DeliveryScopeOrigin

GetScopeOrigin returns the ScopeOrigin field if non-nil, zero value otherwise.

GetScopeOriginOk

func (o *DeliveryConnectScopeToOriginResponse) GetScopeOriginOk() (*DeliveryScopeOrigin, bool)

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

SetScopeOrigin

func (o *DeliveryConnectScopeToOriginResponse) SetScopeOrigin(v DeliveryScopeOrigin)

SetScopeOrigin sets ScopeOrigin field to given value.

HasScopeOrigin

func (o *DeliveryConnectScopeToOriginResponse) HasScopeOrigin() bool

HasScopeOrigin returns a boolean if a field has been set.

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