Files
developer.sailpoint.com/docs/tools/sdk/go/Reference/Beta/Models/DomainAddress.md
2025-03-31 14:49:46 -04:00

1.7 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
beta-domain-address DomainAddress DomainAddress DomainAddress gosdk
go
Golang
sdk
DomainAddress
BetaDomainAddress
/tools/sdk/go/beta/models/domain-address
SDK
Software Development Kit
DomainAddress
BetaDomainAddress

DomainAddress

Properties

Name Type Description Notes
Domain Pointer to string A domain address [optional]

Methods

NewDomainAddress

func NewDomainAddress() *DomainAddress

NewDomainAddress instantiates a new DomainAddress 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

NewDomainAddressWithDefaults

func NewDomainAddressWithDefaults() *DomainAddress

NewDomainAddressWithDefaults instantiates a new DomainAddress 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

GetDomain

func (o *DomainAddress) GetDomain() string

GetDomain returns the Domain field if non-nil, zero value otherwise.

GetDomainOk

func (o *DomainAddress) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDomain

func (o *DomainAddress) SetDomain(v string)

SetDomain sets Domain field to given value.

HasDomain

func (o *DomainAddress) HasDomain() bool

HasDomain returns a boolean if a field has been set.