Name | Type | Description | Notes |
---|---|---|---|
Metadata | string | [readonly] | |
DownloadUrl | string | [readonly] |
func NewSAMLMetadata(metadata string, downloadUrl string, ) *SAMLMetadata
NewSAMLMetadata instantiates a new SAMLMetadata 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 NewSAMLMetadataWithDefaults() *SAMLMetadata
NewSAMLMetadataWithDefaults instantiates a new SAMLMetadata 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 *SAMLMetadata) GetMetadata() string
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *SAMLMetadata) GetMetadataOk() (*string, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SAMLMetadata) SetMetadata(v string)
SetMetadata sets Metadata field to given value.
func (o *SAMLMetadata) GetDownloadUrl() string
GetDownloadUrl returns the DownloadUrl field if non-nil, zero value otherwise.
func (o *SAMLMetadata) GetDownloadUrlOk() (*string, bool)
GetDownloadUrlOk returns a tuple with the DownloadUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SAMLMetadata) SetDownloadUrl(v string)
SetDownloadUrl sets DownloadUrl field to given value.