Table of Contents

Class OrganizationGetInvitationRequest

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll
public class OrganizationGetInvitationRequest
Inheritance
OrganizationGetInvitationRequest
Derived
Inherited Members

Properties

Fields

A comma separated list of fields to include or exclude (depending on IncludeFields) from the result, empty to retrieve all fields.

public string Fields { get; set; }

Property Value

string

IncludeFields

Specifies whether the fields specified in Fields should be included or excluded in the result.

public bool? IncludeFields { get; set; }

Property Value

bool?