Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.38 KB

RequestUpdateSpaceGitInfo.md

File metadata and controls

82 lines (45 loc) · 2.38 KB

RequestUpdateSpaceGitInfo

Properties

Name Type Description Notes
Provider Pointer to string The git provider [optional]
Url Pointer to string The repository's tree URL [optional]

Methods

NewRequestUpdateSpaceGitInfo

func NewRequestUpdateSpaceGitInfo() *RequestUpdateSpaceGitInfo

NewRequestUpdateSpaceGitInfo instantiates a new RequestUpdateSpaceGitInfo 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

NewRequestUpdateSpaceGitInfoWithDefaults

func NewRequestUpdateSpaceGitInfoWithDefaults() *RequestUpdateSpaceGitInfo

NewRequestUpdateSpaceGitInfoWithDefaults instantiates a new RequestUpdateSpaceGitInfo 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

GetProvider

func (o *RequestUpdateSpaceGitInfo) GetProvider() string

GetProvider returns the Provider field if non-nil, zero value otherwise.

GetProviderOk

func (o *RequestUpdateSpaceGitInfo) GetProviderOk() (*string, bool)

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

SetProvider

func (o *RequestUpdateSpaceGitInfo) SetProvider(v string)

SetProvider sets Provider field to given value.

HasProvider

func (o *RequestUpdateSpaceGitInfo) HasProvider() bool

HasProvider returns a boolean if a field has been set.

GetUrl

func (o *RequestUpdateSpaceGitInfo) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *RequestUpdateSpaceGitInfo) GetUrlOk() (*string, bool)

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

SetUrl

func (o *RequestUpdateSpaceGitInfo) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *RequestUpdateSpaceGitInfo) HasUrl() bool

HasUrl returns a boolean if a field has been set.

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