Request

Response

    Class CheckPermissionPayloadAttributes

    Namespace: Autodesk.DataManagement.Model
    Assembly: Autodesk.DataManagement.dll

    A container of the inputs for the command.

    [DataContract]
    public class CheckPermissionPayloadAttributes
    

    Inheritance

    object CheckPermissionPayloadAttributes

    Inherited Members

    object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()

    Constructors

    CheckPermissionPayloadAttributes()

    Initializes a new instance of the class.

    public CheckPermissionPayloadAttributes()
    

    Properties

    Extension

    Gets or Sets Extension

    [DataMember(Name = "extension", EmitDefaultValue = false)]
    public CheckPermissionPayloadAttributesExtension Extension { get; set; }
    

    Property Value

    CheckPermissionPayloadAttributesExtension

    Methods

    ToString()

    Returns the string presentation of the object.

    public override string ToString()
    

    Returns

    string

    String presentation of the object.