| Name | Type | Description | Notes |
|---|---|---|---|
| Attributes | Pointer to map[string]map[string]interface{} | [optional] | |
| Format | Pointer to string | [optional] | |
| Name | Pointer to string | [optional] | |
| Online | Pointer to bool | Whether this repository accepts incoming requests | [optional] |
| Size | Pointer to int64 | Size of the repository in bytes | [optional] |
| Type | Pointer to string | [optional] | |
| Url | Pointer to string | [optional] |
func NewRepositoryXO() *RepositoryXO
NewRepositoryXO instantiates a new RepositoryXO 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 NewRepositoryXOWithDefaults() *RepositoryXO
NewRepositoryXOWithDefaults instantiates a new RepositoryXO 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 *RepositoryXO) GetAttributes() map[string]map[string]interface{}
GetAttributes returns the Attributes field if non-nil, zero value otherwise.
func (o *RepositoryXO) GetAttributesOk() (*map[string]map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RepositoryXO) SetAttributes(v map[string]map[string]interface{})
SetAttributes sets Attributes field to given value.
func (o *RepositoryXO) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (o *RepositoryXO) GetFormat() string
GetFormat returns the Format field if non-nil, zero value otherwise.
func (o *RepositoryXO) GetFormatOk() (*string, bool)
GetFormatOk returns a tuple with the Format field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RepositoryXO) SetFormat(v string)
SetFormat sets Format field to given value.
func (o *RepositoryXO) HasFormat() bool
HasFormat returns a boolean if a field has been set.
func (o *RepositoryXO) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *RepositoryXO) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RepositoryXO) SetName(v string)
SetName sets Name field to given value.
func (o *RepositoryXO) HasName() bool
HasName returns a boolean if a field has been set.
func (o *RepositoryXO) GetOnline() bool
GetOnline returns the Online field if non-nil, zero value otherwise.
func (o *RepositoryXO) GetOnlineOk() (*bool, bool)
GetOnlineOk returns a tuple with the Online field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RepositoryXO) SetOnline(v bool)
SetOnline sets Online field to given value.
func (o *RepositoryXO) HasOnline() bool
HasOnline returns a boolean if a field has been set.
func (o *RepositoryXO) GetSize() int64
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *RepositoryXO) 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 *RepositoryXO) SetSize(v int64)
SetSize sets Size field to given value.
func (o *RepositoryXO) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *RepositoryXO) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *RepositoryXO) 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 *RepositoryXO) SetType(v string)
SetType sets Type field to given value.
func (o *RepositoryXO) HasType() bool
HasType returns a boolean if a field has been set.
func (o *RepositoryXO) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *RepositoryXO) 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.
func (o *RepositoryXO) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *RepositoryXO) HasUrl() bool
HasUrl returns a boolean if a field has been set.