Show / Hide Table of Contents

Class InvitationFeature

The feature model for sender invitation.

Inheritance
object
InvitationFeature
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.TenantmanagercontrolplaneService.Models
Assembly: OCI.DotNetSDK.Tenantmanagercontrolplane.dll
Syntax
public class InvitationFeature

Properties

Name

Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

Name of the feature.

RecipientInvitationId

Declaration
[JsonProperty(PropertyName = "recipientInvitationId")]
public string RecipientInvitationId { get; set; }
Property Value
Type Description
string

recipientInvitationId for this feature.

Status

Declaration
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(ResponseEnumConverter))]
public SenderInvitationStatus? Status { get; set; }
Property Value
Type Description
SenderInvitationStatus?

Status of the sender invitation.

In this article
Back to top