Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.69 KB

ResourceRemoteInfoTeleportRole.md

File metadata and controls

51 lines (28 loc) · 1.69 KB

ResourceRemoteInfoTeleportRole

Properties

Name Type Description Notes
RoleName string The name role.

Methods

NewResourceRemoteInfoTeleportRole

func NewResourceRemoteInfoTeleportRole(roleName string, ) *ResourceRemoteInfoTeleportRole

NewResourceRemoteInfoTeleportRole instantiates a new ResourceRemoteInfoTeleportRole 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

NewResourceRemoteInfoTeleportRoleWithDefaults

func NewResourceRemoteInfoTeleportRoleWithDefaults() *ResourceRemoteInfoTeleportRole

NewResourceRemoteInfoTeleportRoleWithDefaults instantiates a new ResourceRemoteInfoTeleportRole 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

GetRoleName

func (o *ResourceRemoteInfoTeleportRole) GetRoleName() string

GetRoleName returns the RoleName field if non-nil, zero value otherwise.

GetRoleNameOk

func (o *ResourceRemoteInfoTeleportRole) GetRoleNameOk() (*string, bool)

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

SetRoleName

func (o *ResourceRemoteInfoTeleportRole) SetRoleName(v string)

SetRoleName sets RoleName field to given value.

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