Name | Type | Description | Notes |
---|---|---|---|
Country | Pointer to []string | [optional] | |
ExtraNames | Pointer to []AttributeTypeAndValue | ExtraNames contains attributes to be copied, raw, into any marshaled distinguished names. Values override any attributes with the same OID. The ExtraNames field is not populated when parsing, see Names. | [optional] |
Locality | Pointer to []string | [optional] | |
Names | Pointer to []AttributeTypeAndValue | Names contains all parsed attributes. When parsing distinguished names, this can be used to extract non-standard attributes that are not parsed by this package. When marshaling to RDNSequences, the Names field is ignored, see ExtraNames. | [optional] |
SerialNumber | Pointer to string | [optional] | |
StreetAddress | Pointer to []string | [optional] |
func NewName() *Name
NewName instantiates a new Name 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 NewNameWithDefaults() *Name
NewNameWithDefaults instantiates a new Name 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 *Name) GetCountry() []string
GetCountry returns the Country field if non-nil, zero value otherwise.
func (o *Name) GetCountryOk() (*[]string, bool)
GetCountryOk returns a tuple with the Country field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Name) SetCountry(v []string)
SetCountry sets Country field to given value.
func (o *Name) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (o *Name) GetExtraNames() []AttributeTypeAndValue
GetExtraNames returns the ExtraNames field if non-nil, zero value otherwise.
func (o *Name) GetExtraNamesOk() (*[]AttributeTypeAndValue, bool)
GetExtraNamesOk returns a tuple with the ExtraNames field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Name) SetExtraNames(v []AttributeTypeAndValue)
SetExtraNames sets ExtraNames field to given value.
func (o *Name) HasExtraNames() bool
HasExtraNames returns a boolean if a field has been set.
func (o *Name) GetLocality() []string
GetLocality returns the Locality field if non-nil, zero value otherwise.
func (o *Name) GetLocalityOk() (*[]string, bool)
GetLocalityOk returns a tuple with the Locality field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Name) SetLocality(v []string)
SetLocality sets Locality field to given value.
func (o *Name) HasLocality() bool
HasLocality returns a boolean if a field has been set.
func (o *Name) GetNames() []AttributeTypeAndValue
GetNames returns the Names field if non-nil, zero value otherwise.
func (o *Name) GetNamesOk() (*[]AttributeTypeAndValue, bool)
GetNamesOk returns a tuple with the Names field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Name) SetNames(v []AttributeTypeAndValue)
SetNames sets Names field to given value.
func (o *Name) HasNames() bool
HasNames returns a boolean if a field has been set.
func (o *Name) GetSerialNumber() string
GetSerialNumber returns the SerialNumber field if non-nil, zero value otherwise.
func (o *Name) GetSerialNumberOk() (*string, bool)
GetSerialNumberOk returns a tuple with the SerialNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Name) SetSerialNumber(v string)
SetSerialNumber sets SerialNumber field to given value.
func (o *Name) HasSerialNumber() bool
HasSerialNumber returns a boolean if a field has been set.
func (o *Name) GetStreetAddress() []string
GetStreetAddress returns the StreetAddress field if non-nil, zero value otherwise.
func (o *Name) GetStreetAddressOk() (*[]string, bool)
GetStreetAddressOk returns a tuple with the StreetAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Name) SetStreetAddress(v []string)
SetStreetAddress sets StreetAddress field to given value.
func (o *Name) HasStreetAddress() bool
HasStreetAddress returns a boolean if a field has been set.