Skip to content

Files

Latest commit

 

History

History
51 lines (28 loc) · 1.76 KB

UpdateIntegrationDevSpaceRequest.md

File metadata and controls

51 lines (28 loc) · 1.76 KB

UpdateIntegrationDevSpaceRequest

Properties

Name Type Description Notes
TunnelUrl string URL of the tunnel to dispatch integration events to

Methods

NewUpdateIntegrationDevSpaceRequest

func NewUpdateIntegrationDevSpaceRequest(tunnelUrl string, ) *UpdateIntegrationDevSpaceRequest

NewUpdateIntegrationDevSpaceRequest instantiates a new UpdateIntegrationDevSpaceRequest 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

NewUpdateIntegrationDevSpaceRequestWithDefaults

func NewUpdateIntegrationDevSpaceRequestWithDefaults() *UpdateIntegrationDevSpaceRequest

NewUpdateIntegrationDevSpaceRequestWithDefaults instantiates a new UpdateIntegrationDevSpaceRequest 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

GetTunnelUrl

func (o *UpdateIntegrationDevSpaceRequest) GetTunnelUrl() string

GetTunnelUrl returns the TunnelUrl field if non-nil, zero value otherwise.

GetTunnelUrlOk

func (o *UpdateIntegrationDevSpaceRequest) GetTunnelUrlOk() (*string, bool)

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

SetTunnelUrl

func (o *UpdateIntegrationDevSpaceRequest) SetTunnelUrl(v string)

SetTunnelUrl sets TunnelUrl field to given value.

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