| 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] |
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
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
func (o *ConnectedRepositoryTargetSummary) GetIsPrivate() bool
GetIsPrivate returns the IsPrivate field if non-nil, zero value otherwise.
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.
func (o *ConnectedRepositoryTargetSummary) SetIsPrivate(v bool)
SetIsPrivate sets IsPrivate field to given value.
func (o *ConnectedRepositoryTargetSummary) HasIsPrivate() bool
HasIsPrivate returns a boolean if a field has been set.
func (o *ConnectedRepositoryTargetSummary) GetIsPublic() bool
GetIsPublic returns the IsPublic field if non-nil, zero value otherwise.
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.
func (o *ConnectedRepositoryTargetSummary) SetIsPublic(v bool)
SetIsPublic sets IsPublic field to given value.
func (o *ConnectedRepositoryTargetSummary) HasIsPublic() bool
HasIsPublic returns a boolean if a field has been set.
func (o *ConnectedRepositoryTargetSummary) GetPackageCount() int64
GetPackageCount returns the PackageCount field if non-nil, zero value otherwise.
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.
func (o *ConnectedRepositoryTargetSummary) SetPackageCount(v int64)
SetPackageCount sets PackageCount field to given value.
func (o *ConnectedRepositoryTargetSummary) HasPackageCount() bool
HasPackageCount returns a boolean if a field has been set.
func (o *ConnectedRepositoryTargetSummary) GetSize() int64
GetSize returns the Size field if non-nil, zero value otherwise.
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.
func (o *ConnectedRepositoryTargetSummary) SetSize(v int64)
SetSize sets Size field to given value.
func (o *ConnectedRepositoryTargetSummary) HasSize() bool
HasSize returns a boolean if a field has been set.