Name | Type | Description | Notes |
---|---|---|---|
Certificates | Pointer to []X509Certificate | [optional] | |
FileName | Pointer to string | [optional] |
func NewPemFileInfo() *PemFileInfo
NewPemFileInfo instantiates a new PemFileInfo 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 NewPemFileInfoWithDefaults() *PemFileInfo
NewPemFileInfoWithDefaults instantiates a new PemFileInfo 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 *PemFileInfo) GetCertificates() []X509Certificate
GetCertificates returns the Certificates field if non-nil, zero value otherwise.
func (o *PemFileInfo) GetCertificatesOk() (*[]X509Certificate, bool)
GetCertificatesOk returns a tuple with the Certificates field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PemFileInfo) SetCertificates(v []X509Certificate)
SetCertificates sets Certificates field to given value.
func (o *PemFileInfo) HasCertificates() bool
HasCertificates returns a boolean if a field has been set.
func (o *PemFileInfo) GetFileName() string
GetFileName returns the FileName field if non-nil, zero value otherwise.
func (o *PemFileInfo) GetFileNameOk() (*string, bool)
GetFileNameOk returns a tuple with the FileName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PemFileInfo) SetFileName(v string)
SetFileName sets FileName field to given value.
func (o *PemFileInfo) HasFileName() bool
HasFileName returns a boolean if a field has been set.