Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.58 KB

ResourceRemoteInfoOktaApp.md

File metadata and controls

51 lines (28 loc) · 1.58 KB

ResourceRemoteInfoOktaApp

Properties

Name Type Description Notes
AppId string The id of the app.

Methods

NewResourceRemoteInfoOktaApp

func NewResourceRemoteInfoOktaApp(appId string, ) *ResourceRemoteInfoOktaApp

NewResourceRemoteInfoOktaApp instantiates a new ResourceRemoteInfoOktaApp 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

NewResourceRemoteInfoOktaAppWithDefaults

func NewResourceRemoteInfoOktaAppWithDefaults() *ResourceRemoteInfoOktaApp

NewResourceRemoteInfoOktaAppWithDefaults instantiates a new ResourceRemoteInfoOktaApp 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

GetAppId

func (o *ResourceRemoteInfoOktaApp) GetAppId() string

GetAppId returns the AppId field if non-nil, zero value otherwise.

GetAppIdOk

func (o *ResourceRemoteInfoOktaApp) GetAppIdOk() (*string, bool)

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

SetAppId

func (o *ResourceRemoteInfoOktaApp) SetAppId(v string)

SetAppId sets AppId field to given value.

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