Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.74 KB

ManualDiscoverApplicationsTemplate.md

File metadata and controls

82 lines (45 loc) · 2.74 KB

ManualDiscoverApplicationsTemplate

Properties

Name Type Description Notes
ApplicationName Pointer to string Name of the example application. [optional]
Domain Pointer to string Description of the example application's domain. [optional]

Methods

NewManualDiscoverApplicationsTemplate

func NewManualDiscoverApplicationsTemplate() *ManualDiscoverApplicationsTemplate

NewManualDiscoverApplicationsTemplate instantiates a new ManualDiscoverApplicationsTemplate 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

NewManualDiscoverApplicationsTemplateWithDefaults

func NewManualDiscoverApplicationsTemplateWithDefaults() *ManualDiscoverApplicationsTemplate

NewManualDiscoverApplicationsTemplateWithDefaults instantiates a new ManualDiscoverApplicationsTemplate 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

GetApplicationName

func (o *ManualDiscoverApplicationsTemplate) GetApplicationName() string

GetApplicationName returns the ApplicationName field if non-nil, zero value otherwise.

GetApplicationNameOk

func (o *ManualDiscoverApplicationsTemplate) GetApplicationNameOk() (*string, bool)

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

SetApplicationName

func (o *ManualDiscoverApplicationsTemplate) SetApplicationName(v string)

SetApplicationName sets ApplicationName field to given value.

HasApplicationName

func (o *ManualDiscoverApplicationsTemplate) HasApplicationName() bool

HasApplicationName returns a boolean if a field has been set.

GetDomain

func (o *ManualDiscoverApplicationsTemplate) GetDomain() string

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

GetDomainOk

func (o *ManualDiscoverApplicationsTemplate) 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 *ManualDiscoverApplicationsTemplate) SetDomain(v string)

SetDomain sets Domain field to given value.

HasDomain

func (o *ManualDiscoverApplicationsTemplate) HasDomain() bool

HasDomain returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]