Name | Type | Description | Notes |
---|---|---|---|
Cidr | RepositoryGeoIpCidr | ||
CountryCode | RepositoryGeoIpCountryCode |
func NewRepositoryGeoIpRules(cidr RepositoryGeoIpCidr, countryCode RepositoryGeoIpCountryCode, ) *RepositoryGeoIpRules
NewRepositoryGeoIpRules instantiates a new RepositoryGeoIpRules 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 NewRepositoryGeoIpRulesWithDefaults() *RepositoryGeoIpRules
NewRepositoryGeoIpRulesWithDefaults instantiates a new RepositoryGeoIpRules 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 *RepositoryGeoIpRules) GetCidr() RepositoryGeoIpCidr
GetCidr returns the Cidr field if non-nil, zero value otherwise.
func (o *RepositoryGeoIpRules) GetCidrOk() (*RepositoryGeoIpCidr, bool)
GetCidrOk returns a tuple with the Cidr field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RepositoryGeoIpRules) SetCidr(v RepositoryGeoIpCidr)
SetCidr sets Cidr field to given value.
func (o *RepositoryGeoIpRules) GetCountryCode() RepositoryGeoIpCountryCode
GetCountryCode returns the CountryCode field if non-nil, zero value otherwise.
func (o *RepositoryGeoIpRules) GetCountryCodeOk() (*RepositoryGeoIpCountryCode, bool)
GetCountryCodeOk returns a tuple with the CountryCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RepositoryGeoIpRules) SetCountryCode(v RepositoryGeoIpCountryCode)
SetCountryCode sets CountryCode field to given value.