Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4 KB

File metadata and controls

134 lines (73 loc) · 4 KB

ConnectedRepositoryTargetSummary

Properties

Name Type Description Notes
IsPrivate Pointer to bool [optional] [readonly]
IsPublic Pointer to bool [optional] [readonly]
PackageCount Pointer to int64 [optional] [readonly]
Size Pointer to int64 [optional] [readonly]

Methods

NewConnectedRepositoryTargetSummary

func NewConnectedRepositoryTargetSummary() *ConnectedRepositoryTargetSummary

NewConnectedRepositoryTargetSummary instantiates a new ConnectedRepositoryTargetSummary 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

NewConnectedRepositoryTargetSummaryWithDefaults

func NewConnectedRepositoryTargetSummaryWithDefaults() *ConnectedRepositoryTargetSummary

NewConnectedRepositoryTargetSummaryWithDefaults instantiates a new ConnectedRepositoryTargetSummary 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

GetIsPrivate

func (o *ConnectedRepositoryTargetSummary) GetIsPrivate() bool

GetIsPrivate returns the IsPrivate field if non-nil, zero value otherwise.

GetIsPrivateOk

func (o *ConnectedRepositoryTargetSummary) GetIsPrivateOk() (*bool, bool)

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

SetIsPrivate

func (o *ConnectedRepositoryTargetSummary) SetIsPrivate(v bool)

SetIsPrivate sets IsPrivate field to given value.

HasIsPrivate

func (o *ConnectedRepositoryTargetSummary) HasIsPrivate() bool

HasIsPrivate returns a boolean if a field has been set.

GetIsPublic

func (o *ConnectedRepositoryTargetSummary) GetIsPublic() bool

GetIsPublic returns the IsPublic field if non-nil, zero value otherwise.

GetIsPublicOk

func (o *ConnectedRepositoryTargetSummary) GetIsPublicOk() (*bool, bool)

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

SetIsPublic

func (o *ConnectedRepositoryTargetSummary) SetIsPublic(v bool)

SetIsPublic sets IsPublic field to given value.

HasIsPublic

func (o *ConnectedRepositoryTargetSummary) HasIsPublic() bool

HasIsPublic returns a boolean if a field has been set.

GetPackageCount

func (o *ConnectedRepositoryTargetSummary) GetPackageCount() int64

GetPackageCount returns the PackageCount field if non-nil, zero value otherwise.

GetPackageCountOk

func (o *ConnectedRepositoryTargetSummary) GetPackageCountOk() (*int64, bool)

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

SetPackageCount

func (o *ConnectedRepositoryTargetSummary) SetPackageCount(v int64)

SetPackageCount sets PackageCount field to given value.

HasPackageCount

func (o *ConnectedRepositoryTargetSummary) HasPackageCount() bool

HasPackageCount returns a boolean if a field has been set.

GetSize

func (o *ConnectedRepositoryTargetSummary) GetSize() int64

GetSize returns the Size field if non-nil, zero value otherwise.

GetSizeOk

func (o *ConnectedRepositoryTargetSummary) GetSizeOk() (*int64, bool)

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

SetSize

func (o *ConnectedRepositoryTargetSummary) SetSize(v int64)

SetSize sets Size field to given value.

HasSize

func (o *ConnectedRepositoryTargetSummary) HasSize() bool

HasSize returns a boolean if a field has been set.

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