| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Pointer to NullableString | The format/backend slug of the upstream (e.g. 'npm'). | [optional] [readonly] |
| UpstreamUrl | Pointer to NullableString | [optional] [readonly] |
func NewConnectedRepositoryUpstream() *ConnectedRepositoryUpstream
NewConnectedRepositoryUpstream instantiates a new ConnectedRepositoryUpstream 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 NewConnectedRepositoryUpstreamWithDefaults() *ConnectedRepositoryUpstream
NewConnectedRepositoryUpstreamWithDefaults instantiates a new ConnectedRepositoryUpstream 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 *ConnectedRepositoryUpstream) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ConnectedRepositoryUpstream) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConnectedRepositoryUpstream) SetType(v string)
SetType sets Type field to given value.
func (o *ConnectedRepositoryUpstream) HasType() bool
HasType returns a boolean if a field has been set.
func (o *ConnectedRepositoryUpstream) SetTypeNil(b bool)
SetTypeNil sets the value for Type to be an explicit nil
func (o *ConnectedRepositoryUpstream) UnsetType()
UnsetType ensures that no value is present for Type, not even an explicit nil
func (o *ConnectedRepositoryUpstream) GetUpstreamUrl() string
GetUpstreamUrl returns the UpstreamUrl field if non-nil, zero value otherwise.
func (o *ConnectedRepositoryUpstream) GetUpstreamUrlOk() (*string, bool)
GetUpstreamUrlOk returns a tuple with the UpstreamUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConnectedRepositoryUpstream) SetUpstreamUrl(v string)
SetUpstreamUrl sets UpstreamUrl field to given value.
func (o *ConnectedRepositoryUpstream) HasUpstreamUrl() bool
HasUpstreamUrl returns a boolean if a field has been set.
func (o *ConnectedRepositoryUpstream) SetUpstreamUrlNil(b bool)
SetUpstreamUrlNil sets the value for UpstreamUrl to be an explicit nil
func (o *ConnectedRepositoryUpstream) UnsetUpstreamUrl()
UnsetUpstreamUrl ensures that no value is present for UpstreamUrl, not even an explicit nil